



.section-title-2 {
    background: var(--text-title-color);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    text-transform: uppercase;
    color: var(--text-title-color) !important;


    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    display: flex;
    align-items: center;
}

.bg-main-white {
    background: #ffffff;
}
.text-cl-custom{
    color: var(--text-title-color) !important;
}
.text-cl-custom:after{
    background: #FFFFFF !important;
}
.section-color-2{
    color: var(--text-color) !important;
}
.br-validate{
    min-height: 24px;
}
.br-box{
    border-radius: 12px  !important;
    background: var(--br-box);
}
.recharge-money-container-custom{
    border: 1px solid var(--border-default-color);
    background-color: #FFFFFF;
    height: auto;
    /*padding-bottom: 10px;*/
}
.config_text_center{
    text-align: center;
}
.panel.active{
    display: none;
}
.change-activer {
    color: var(--invalid-color-hover);
    border: 2px solid var(--invalid-color-hover);
    border-radius: 8px;
    font-weight: 500 !important;
    background: #E6F8EE;
}
.change-activer > span > img{
    filter: var(--filter-topup-active-color);
}
.accordion_btn{
    background: #f5f5f5;
    border: 1px solid #7d7d7d;
    border-radius: 8px;
    margin-bottom: 4px;
}
.card-truewallet__bg{
    background: #edefdf;
    padding-bottom: 20px;
    border-radius: 12px;
}

.tab_custom{
    display: flex;
    justify-content: center;
    gap:4px;
}

.icon_topup_img{
    width: 20px;
}

#rechargeModalCustom{
    background-color: var(--primary-color);
}

#rechargeModalCustom:hover{
    box-shadow: 0 3.4623px 6.1418px rgba(0,0,0,0.05),0 7.92923px 12.9218px rgba(0,0,0,0.05),0 9px 15px rgba(0,0,0,0.08)!important;
    top: -4px;
    transition: .2s ease-out;
    border-radius: 8px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background: none !important;
}

@media screen and (max-width: 768px){
    .youtube-embed-wrapper iframe {
        width: 100% !important;
        height: auto;
    }
}
