.btn-info,
.bg-info {
    background: #ed412a !important;
    border: 1px solid #d63722;
}

.btn-info:hover {
    background: #fa5741 !important;
}

.bg-info:hover {
    background: #fa5741 !important;
}

.img-container .label {
    background: #fa5741c7;
}

main.jurnalis .header {
    background: linear-gradient(to bottom, #ed412a, #f79e92);
}

.sidebar_menu {
    background-image: linear-gradient(to top, #ed412a 0%, #fc614d 100%);
}

.mobile-nav-footer a.active small {
    color: #ed412a;
}

.mobile-nav-footer a.active path {
    fill: #ed412a;
}

link,
.nav-tabs .nav-link.active {
    color: #ed412a !important;
}

/** mobile */
@media (max-width: 576px) {
    main.home section.carousel_iklan .slick-dots li.slick-active button:before {
        color: #ed412a;
        opacity: 1;
    }

    main.home section.trending .slick-dots li.slick-active button:before {
        color: #ed412a;
        opacity: 1;
    }

    main.news section.trending .slick-dots li.slick-active button:before {
        color: #ed412a;
        opacity: 1;
    }

    header.home .slick-nav.w-100 {
        height: 40px;
    }

    main{
        margin-top: 30px !important;
    }
}

.toggle_search {
    background-image: linear-gradient(to top, #ed412a 0%, #fc614d 100%);
}

.slick-nav {
    height: 33px;
}
