.tab{
    display: none;
    flex-direction: column;
}
.tab.active-tab{
    display: flex;
}

.tab-nav-title-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tabs-new .tab-link{
    background-color: #fff;
    color: rgba(19, 21, 21, 0.5);
    font-size: 14px;  
}

.tabs-new .tab-link.active-tab{
    background-color: #EEEEEE;
    color: #131515;
}

.tabs-new .tab-nav{
    gap: 8px;
}

.custom-checkbox-mod .custom-checkbox__input[type="radio"]:checked ~ .custom-checkbox__input-fake-4::after{
    border: 5px solid var(--primary);
}

.switch-new{
    min-width: 43px;
    width: 43px;
    height: 26px;
}

.switch.switch-new input:checked ~ .switch-point::after{
    left: calc(40px - 20px);
}

.switch.switch-new .switch-point::after{
    height: 20px;
    top: 3px;
    left: 3px;
    border: none;
}

.widget-photo{
    display: flex;
    align-items: center;
}

.widget-photo > div{
    overflow: hidden;
    min-width: 80px;
    height: 80px;
    max-width: 80px;
    margin-right: 20px;
    border-radius: 300px;
    background-color: #EEEEEE;
}

.upload{
    cursor: pointer;
}

.upload input{
    display: none;
}

.custom-checkbox-new .custom-checkbox__input-fake-2.custom-checkbox__input-fake-2-darkborder{
    border-color: #D8D8DA;
}

.custom-checkbox-new .custom-checkbox__input:checked ~ .custom-checkbox__input-fake-2{
    border-color: #004FFF !important;
    background-color: #004FFF;
}

.custom-checkbox-new .custom-checkbox__input-fake-2--20{
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: 16px;
}

.btn--outline-secondary-3.disabled{
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #B7B7B7;
    pointer-events: none;
}

.btn--outline-secondary-3{
    border: 1px solid #ECECEC;
    background-color: var(--white);
    color: #004FFF;
}

.step-new-style .step-hotel-item{
    padding-right: 16px;
}

.step-new-style .step-hotel-item .info{
    font-weight: 500;
    color: #5D677E;
    line-height: 18px;
    flex: auto;
}

.step-new-style .step-hotel-item.step--active .info{
    font-weight: 600;
}

.step-new-style .step-hotel-list{
    background-color: rgba(240, 245, 249, 1);
}

.step-new-style .step-hotel-list .step--success,
.step-new-style .step-hotel-list .step--active{
    background-color: #fff;
}

.step-new-style .step-hotel-item__arrow{
    display: none;
}

.step-new-style .step-hotel-item.step--active .step-hotel-item__arrow{
    display: flex;
}

.step-new-style .step-hotel-item.step--active .step-hotel-item__step::after{
    background-image: none;
}

.step-new-style .step-hotel-item.step--active .step-hotel-item__step{
    border: 5px solid #336BB3;
    border-radius: 50%;
    background-color: #fff;
}

.step-new-style .step-hotel-item .step-hotel-item__step::after{
    background-image: none;
    background-color: transparent;
}

.step-new-style .step-hotel-item__step{
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(19, 21, 21, 0.18);
}

.step-new-style .step-hotel-item.step--success .step-hotel-item__step::after{
    background-image: url(../img/check-icon-white.svg);
}
.swiper-steps-new-style .spep-rect{
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
}

.swiper-steps-new-style .step-content--title{
    font-size: 14px;
    font-weight: 600;
}

.swiper-steps-new-style .step-content--desk{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5D677E;
}
.swiper-steps-new-style .swiper-step--item .step-content--desk{
    max-width: 184px;
}

.swiper-steps-new-style .swiper-step--item .step-content{
    gap: 4px;
}

.step-new-style .step-hotel-item {
    height: 64px;
}

.input-custom__input.input-custom__input-new-style{
    border-color: #D8D8DA;
}

.input-custom__input.input-custom__input-new-style::placeholder{
    color: #B7B7B7;
}

.btn.disabled{
    pointer-events: none;
    background-color: #E8EEF3;
    color: rgba(93, 103, 126, 0.5);
    border-color: transparent
}

.js-check-value{
    position: relative;
}

.icon-check-value{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.js-check-value__true + .icon-check-value{
    display: flex;
}

.input-custom__input-new-style.input-date + .icon-check-value{
    right: 44px;
}

.input-custom__input-new-style.input-date{
    background-image: url(../img/img-02-10-24/calendar-data-icon.svg);
}

.select2-container--default .select2-results__option--selected{
    background-image: none;
}

.select2-selection__rendered .icon-check-value{
    display: flex;
    right: 34px;
}

.btn-help-page{
    position: fixed;
    z-index: 55;
    bottom: 32px;
    right: 32px;
}

.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
