/*===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;
    }
:root {
    --tg-body-color: #3E4073;
    --tg-heading-color: #14176C;
    --tg-theme-primary: #F7A400;
    --tg-theme-secondary: #191D88;
    --tg-color-dark-blue: #0E104B;
    --tg-color-yellow-light: #FEF6E6;
    --tg-color-yellow-light-2: #FFFBF3;
    --tg-color-yellow-light-3: #F5EACD;
    --tg-color-yellow-light-4: #FDE3B0;
    --tg-color-white-default: #ffffff;
    --tg-color-gray-1: #E6EEFF;
    --tg-color-gray-2: #B8B9DA;
    --tg-color-gray-3: #ECF6FA;
    --tg-color-gray-4: #818298;
    --tg-color-gray-5: #E2E3F1;
    --tg-color-gray-6: #F7F7F8;
    --tg-color-dark: #1C1A4A;
    --tg-color-black-1: #06042E;
    --tg-color-black-2: #161439;
    --tg-border-1: #CFDDE2;
    --tg-border-2: #E6E7F3;
    --tg-border-3: #C5C6E4;
    --tg-border-4: #DBE3EB;
    --tg-border-5: #9597C8;
    --tg-border-6: #DADBEC;
    --tg-border-7: #E9E9F0;
    --tg-border-8: #E08B00;
    --tg-border-9: #D0D6E1;
}