/*===MODULER===*/
.bg-theme-colored2 {
    background-color: #1967D2 !important;
}

.tm-sc-nav-tabspills .nav.flex-column.nav-pills a.nav-link.active .icon {
    background-color: #1967D2 !important;
}

.tm-sc-nav-tabspills .nav.flex-column.nav-pills a.nav-link.active {
    border: 2px solid #1967D2;
    color: #1967D2;
}

.twm-explore-content-outer .twm-bold-circle-right {
    border: 50px solid #1967D2;
}

.custom-option-item-check:checked .custom-option-item {
    color: #F7A400 !important;
    background-color: rgba(247,164,0, 0.12) !important;
    border-color: #F7A400 !important;
}


    .custom-option-item-check:checked .custom-option-item .custom-option-item-title {
        color: #F7A400 !important;
    }

.custom-option-item-check:checked + .custom-option-item {
    color: #F7A400 !important;
    background-color: rgba(247,164,0, 0.12) !important;
    border-color: #F7A400 !important;
}

    .custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
        color: #F7A400 !important;
    }
