.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;
}


/* ========30.10.24=========== */


.switch{
    border-radius: 300px;
    min-width: 36px;
    width: 36px;
    height: 20px;
    display: flex;
    position: relative;
    cursor: pointer;
}
.switch input:checked ~ .switch-point{
    background-color: var(--primary);
}
.switch input:checked ~ .switch-point::after{
    left: calc(36px - 20px);
    border-color: var(--primary);
    
}
.switch .switch-point{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: #F0F0F0;
    transition: all .2s ease;
}
.switch .switch-point::after{
    content: "";
    min-width: 20px;
    height: 100%;
    position: absolute;
    width: 20px;
    border-radius: 300px;
    background-color: var(--white);
    border: 3px solid #F0F0F0;
    top: 0;
    display: flex;
    left: 0;
    transition: all .2s ease;
}


/* ---------------------- */

.custom-checkbox__input-fake-2.custom-checkbox__input-fake-2--20{
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: 10px;
}
.custom-checkbox__input-fake-2.custom-checkbox__input-fake-2--16{
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: 13px;
}
.custom-checkbox__input-fake-2.custom-checkbox__input-fake-2-darkborder{
    border-color: var(--secondary-2);
}
.custom-checkbox__input-fake-2{
    min-width: 26px;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.custom-checkbox__input:checked ~ .custom-checkbox__input-fake-2 {
    background-image: url(../img/check-icon-white.svg);
    border-color: var(--primary) !important;
    background-color: var(--primary);
}

.custom-checkbox {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.custom-checkbox__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: none;
}
.custom-checkbox__input-fake {
    min-width: 26px;
    width: 26px;
    height: 26px;
    /* background-image: url(../img/checkbox-border.svg); */
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.custom-checkbox__input:checked ~ .custom-checkbox__input-fake {
    background-image: url(../img/icon-checked-checkbox.svg);
    border-color: #4BAE4F;
}

.custom-checkbox__input:disabled + .custom-checkbox__input-fake{
    background-color: #F0F5F9;
    background-image: none;
    border-radius: 8px;
}



.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;
}

.fs-20{font-size: 20px;}

.wrapper-control-content > .control-content-item + .control-content-item{
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid #ECECEC;
}

/* =========sidebar=========== */

.logo, .smallest-logo{
    margin: 0 !important;
    flex: auto;
    display: flex;
}

/* .smallest-logo{
    display: none;
} */

.sidebar{
    width: 270px;
    transition: left .2s ease;
}

.sibebar-gutters{
    padding-left: 270px;
}

.sidebar-2__container{
    padding: 20px 15px;
}

.--sidebar-split{
    margin-top: 10px;
}

.sidebar__controls-block{
    min-height: var(--header-controllers-min);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sidebar-item.menu-open .menu-arrow{
    transform: rotate(180deg);
}

.sidebar-link.active{
    background-color: #232626;
    color: var(--white);
}


.pt-0{padding-top: 0;}

@media (max-width: 991.98px) {
    .sidebar {
        left: 0px;
        top: 62px;
        width: 75px;
        transition: all 0.15s linear;
    }

    .sibebar-gutters{
        padding-left: 75px;
    }

    .header-dash.sibebar-gutters{
        padding-left: 0;
        z-index: 200;
    }
    
    .sidebar-2__link-text,
    .sidebar-link .menu-arrow{
        display: none !important;
    }

    .sidebar .logo,
    .sidebar-item .sub-menu{
        display: none;
    }
    .sidebar .smallest-logo{
        display: flex !important;
    }

    .sidebar-toggle .sidebar{
        width: 270px;
    }

    .sidebar-toggle .sidebar-2__link-text,
    .sidebar-toggle .sidebar-link .menu-arrow{
        display: flex !important;
    }

    .sidebar-toggle .sidebar-item .sub-menu{
        display: block;
    }

    .sidebar-toggle .sidebar .logo{
        display: flex;
    }

    .sidebar-toggle .sidebar .smallest-logo{
        display: none !important;
    }

    .sidebar-toggle .sidebar-text-hide{
        display: flex;
        opacity: 1 !important;
        position: sticky !important;
        visibility: visible !important;
    }

}

@media (min-width: 992px) {
    .sidebar-btn-toggle{
        display: none;
    }
}