:root{
    --inter: "Inter", sans-serif;
    --sidebar-width: 270px;
    --sidebar-width--short: 75px;
}

/*
.sidebar-2.sidebar-2--secondary.--sidebar-black{
    width: 72px;
    left: 0;
}*/
.inter{font-family:var(--inter);}
.bg--white{background-color:var(--white);}
.sidebar-open .sidebar-2.sidebar-2--secondary.--sidebar-black{
    width: var(--sidebar-width) !important;
}
.sidebar-2.sidebar-2--secondary.--sidebar-black{
    width: var(--sidebar-width--short) !important;
}
.--sidebar-black{
    left: 0 !important;
    background-color: var(--defaultTextColor);
    width: var(--sidebar-width) !important;
    white-space: nowrap;
    top: 0;
    height: 100%;
}
.sidebar-open .--sidebar-black ~ .dashboard-header{
    left: var(--sidebar-width) !important;
    width: calc(100vw - var(--sidebar-width)) !important;
}
.--sidebar-black ~ .dashboard-header{
    left: var(--sidebar-width--short) !important;
    width: calc(100vw - var(--sidebar-width--short)) !important;
}
.--sidebar-black .scroll-block::-webkit-scrollbar{
    display: none !important;
}
.--sidebar-split{
    width: 100%;
    height: 1px;
    background-color: rgba(256, 256, 256, 0.12);
    display: block;
}
.btn--primary-3 {
    background-color: #004FFF;
    border-color: #004FFF;
    color: var(--white);
}
.--sidebar-black .sidebar-2__link{
    font-family: var(--inter);
    font-weight: 500;
    padding: 10px 12px;
    
}
.--sidebar-black .sidebar-2__link.active{
    pointer-events: none;
}
.--sidebar-black .sidebar-2__link:hover,
.--sidebar-black .sidebar-2__link:hover .sidebar-2__link-icon{
    color: var(--white);
}
.--sidebar-black .sidebar-2__link.active,
.--sidebar-black .sidebar-2__link.active .sidebar-2__link-icon{
    background-color: #232626;
    color: var(--white);
}

.--sidebar-black .sidebar-2__link,
.--sidebar-black .sidebar-2__link .sidebar-2__link-icon{
    color: rgba(256,256,256,0.6);

    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.--sidebar-black .active-accordeon .--has-menu--btn{
    background-color: #232626;
}
.--sidebar-black .active-accordeon .--has-menu--btn,
.--sidebar-black .active-accordeon .--has-menu--btn .sidebar-2__link-icon{
    color: var(--white);
}
.--has-menu--btn + .--has-menu--body{
    margin-top: 10px;
}
.active-accordeon .ico-has-arrow{
    transform: rotate(180deg);
}

body:not(.sidebar-open) .sidebar-text-hide,
body:not(.sidebar-open) .--sidebar-black .sidebar-2__link-text{
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

body:not(.sidebar-open) .--sidebar-black .btn{
    width: 100%;
}
.--sidebar-black .btn,
.--sidebar-black .sidebar-2__link{
    overflow: hidden;
}
body:not(.sidebar-open) .--sidebar-black .sidebar-2__link .sidebar-2__link-icon{
    margin-right: 0;
}
body:not(.sidebar-open) .--sidebar-black .sidebar-2__link .ico-has-arrow{
    opacity: 0;
    visibility: hidden;
    width: 0;
    min-width: 0;
}
.--sidebar-black .sidebar-2__link-text{
    flex: auto;
}
body:not(.sidebar-open) .--sidebar-black .sidebar-2__link-icon{
    margin: auto !important;
}
body:not(.sidebar-open) .--sidebar-black ~ .sidebar-2-pl,
body:not(.sidebar-open) .header + .--sidebar-black{
    padding-left: var(--sidebar-width--short);
}
body.sidebar-open .--sidebar-black ~ .sidebar-2-pl,
body.sidebar-open .header + .--sidebar-black{
    padding-left: var(--sidebar-width);
}

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


.sidebar-nav__list{
    gap: 10px;
}

.btn--primary--other{
    color: var(--secondary-2);
    background-color: transparent;
    border-color: transparent;
}
.btn--primary--other:hover{
    background-color: var(--primary);
    color: var(--white);
    opacity: 1;
}
.sidebar-nav--split{
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    display: block;
}
.sidebar-helper .sidebar-nav__list > li{
    width: 100%;
}
.sidebar-helper--shortline{
    box-shadow: -4px 0px 6px 2px #00000005;
}
.sidebar-helper.sidebar-helper--shortline{
    z-index: 55 !important;
}
.text-dashed-bottom{
    border-bottom: 1px dashed;
}
[data-href]{cursor:pointer;}
.tab--short-sidebar:not(.active-tab){
    display: none;
}
.btn--primary--other.active:hover,
.btn--primary--other.active{
    background-color: rgba(30, 117, 230, 0.10);
    color: var(--primary);
    pointer-events: none;
}

.sidebar-nav__list .btn--primary.active:after{
    right: -16px !important;
}
.sidebar-helper{
    z-index: 38 !important;
}
.sidebar-helper--shortline .sidebar-content-body{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.tab--short-sidebar--item,
.tab--short-sidebar-container{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tab--short-sidebar-container{
    padding: 20px;
}
.tab--short-sidebar{
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.tab--short--header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    height: 70px;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    gap: 10px;
}
.tab--short--title{
    font-size: 15px;
    font-weight: 600;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-helper--shortline .sidebar-nav{
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: auto;
}
.sidebar-helper--shortline .sidebar-nav::-webkit-scrollbar{
    display: none;
}
.btn-close--sidebar:hover{
    background-color: #ddd;
}
.tab--short--body{
    flex: auto;
    background-color: var(--white);
    overflow: auto;
  
}

.tab--short--body::-webkit-scrollbar{
    display: none;
}
[data-tab-children]:not(.--child-active){
    display: none;
}
[data-tab-children]:first-child [data-tab-children--prev]{
    pointer-events: none;
    background-color: var(--secondary) !important;
    color: var(--defaultTextColor) !important;
    border-color: transparent !important;
}
[data-tab-children]:last-child [data-tab-children--next]{
    pointer-events: none;
    background-color: var(--secondary) !important;
    color: var(--defaultTextColor) !important;
    border-color: transparent !important;
}



.tippy-box[data-theme="--no-arrow"] .tippy-arrow{
    display: none;
}
.card-popover--shadow{
    box-shadow: 0px 1px 2px 0px #00000029;
    border-radius: 8px;
    overflow: hidden;
}
.card-popover--shadow .card-header{
    border-bottom: 1px solid #DDDDDD;
}
.swiper-step--item{
    display: flex;
    align-items: center;
    --rect-size: 40px;
    gap: 16px;
    flex: auto;
}
.swiper-steps{
    --size-swiper: 119px;
    --swiper-px: 60px;
    --swiper-item-px: 40px;
    --swiper-nav-size: 36px;


    height: var(--size-swiper);
    padding-left: var(--swiper-px);
    padding-right: var(--swiper-px);
    border-bottom: 1px solid #ddd;
    position: relative;
}
.swiper-steps::after{
    background: linear-gradient(90.00deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 47%,rgb(255, 255, 255) 100%);
    right: 0;
}
.swiper-steps::before{
    background: linear-gradient(-90.00deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 47%,rgb(255, 255, 255) 100%);
    left: 0;
}
.swiper-steps::after,
.swiper-steps::before{
    content: "";
    display: block;
    height: 100%;
    width: 100px;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    top: 0;
}
.swiper-steps .swiper-steps--nav{
    width: var(--swiper-nav-size);
    height: var(--swiper-nav-size);

}
.swiper-steps .swiper-slide{
    padding-left: var(--swiper-item-px);
    padding-right: var(--swiper-item-px);
    flex: 1;
    min-width: calc(245px + (var(--swiper-item-px) * 2));
    position: relative;
}
.swiper-steps .swiper-slide:not(:last-child)::after{
    content: "";
    display: flex;
    align-items: center;
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    background: url("../img/img-17-05-24/ico-chevron-slide.svg") no-repeat center center / 14px;
}
.swiper-steps .swiper-steps--nav{
    background-color: transparent;
    border-radius: 0;
    backdrop-filter: none;
    opacity: 1 !important;
}
.swiper-steps--nav.swiper-button-prev{
    transform: none;
    background: url("../img/img-17-05-24/ico-slide--chevrondouble--prev.svg") no-repeat center center / 14px;
    left: calc(
        ((var(--swiper-px) + var(--swiper-item-px)) / 2) 
        - (var(--swiper-nav-size) / 2)
    );
    right: auto;
}
.swiper-steps--nav.swiper-button-next{
    transform: none;
    background: url("../img/img-17-05-24/ico-slide--chevrondouble--next.svg") no-repeat center center / 14px;
    left: auto;
    right: calc(
        ((var(--swiper-px) + var(--swiper-item-px)) / 2) 
        - (var(--swiper-nav-size) / 2)
    );
}

.--step-finished .swiper-step--item .spep-rect{
    background-color: #4BAE4F;
    color: var(--white);
}
.--step-finished .swiper-step--item .spep-rect::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../img/img-17-05-24/step-finish.svg") no-repeat center center / cover;
}
.--step-active .swiper-step--item .spep-rect{
    background-color: var(--primary);
    color: var(--white);
}
.--step-active .swiper-step--item .step-content--title{
    color: var(--primary);
}
.swiper-step--item  .spep-rect{
    min-width: var(--rect-size);
    max-width: var(--rect-size);
    height: var(--rect-size);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    border-radius: 4px;

    background-color: #E8EEF3;
    color: var(--secondary-2);

    font-size: 16px;
    font-weight: 600;

    padding: 5px;
    position: relative;
}
.swiper-step--item .step-content--desk{
    font-size: 12px;
    line-height: 18px;
    color: var(--secondary-2);
}
.swiper-step--item .step-content--title{
    font-size: 16px;
    font-weight: 500;
    color: var(--defaultTextColor);
}
.swiper-step--item .step-content{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.smallest-logo{
    display: none !important;
    justify-content: center;
}
.logo, .smallest-logo{
    margin: 0 !important;
    flex: auto;
    display: flex;
}
.logo img, 
.smallest-logo img{
    max-width: none;
    object-fit: none;
}
body:not(.sidebar-open) .--sidebar-black .logo{
    display: none;
}
body:not(.sidebar-open) .--sidebar-black .smallest-logo{
    display: flex !important;
}
.btn-notification.--active .ico-notification{
    display: flex;
}
.btn-notification .ico-notification{
    display: none;
}



.list-messages, .list-messages > .room-item{
    display: flex;
    flex-direction: column;
}

.room-item:not(:last-child){
    border-bottom: 1px solid rgb(221, 221, 221);
}
.notifier-container{
    position: relative;
}
.notifier-pill{
    white-space: nowrap;
    min-width: 12px;
    max-width: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px;

    font-size: 8px;
    font-weight: 500;
    line-height: 8px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.notifier-container .notifier-pill{
    position: absolute;
    bottom: 0;
    right: 0;
}
.notifier-success{
    color: #fff;
    background-color: #4BAE4F;
}
.ava-message{
    background-color: #ddd;
}
.notifier-primary{
    color: #fff;
    background-color: #1E75E6;
}
.message-room{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 13px;
    border: 2px solid var(--white);
}
a.message-room:hover{
    background-color: rgba(30, 117, 230, 0.10);
}
.chat-room .message-room{
    background-color: #F0F5F9;
    border-color: transparent;
}
.room-info{
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: auto;
    overflow: hidden;
}
.room-title{
    font-size: 14px;
    font-weight: 700;
    color: var(--defaultTextColor);

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.room-desk{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: var(--secondary-2);
    line-height: 1.5em;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.--outside-container{

}
.list-messages{

}


.tab--short--header-item{
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}
.chat-room{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.chat-room--body{
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: auto;
    padding: 20px 13px;
    min-height: 200px;
}
.chat-room--body::-webkit-scrollbar{
    display: none;
}
.chat-room--header{
    display: flex;
    flex-direction: column;
}
.chat-room--header > .crh--item{
    border-bottom: 1px solid #ddd;
}
.room-contacts{
    gap: 8px;
    padding: 13px;
    white-space: nowrap;
    overflow: hidden;
}
.room-contacts > li{
    overflow: hidden;
    gap: 14px;
}
.room-contacts *:not(.ico){
    overflow: hidden;
    text-overflow: ellipsis;
}
.notifier-pill-all.--success{
    background-color: #4BAE4F1A;
    color: #4BAE4F;
}
.notifier-pill-all.--warning{
    background-color: #F86624;
    color: #fff;
}
.notifier-pill-all.--recommend{
    background-color: #F8662433;
    color: #F86624;
}
.custom-title{
    color: var(--secondary-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.notifier-pill-all:not(.btn){
    padding-left: 8px;
    padding-right: 8px;
}
.notifier-pill-all{
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;

    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;

    text-align: center;
    

    background-color: #ddd;
    text-overflow: ellipsis;
    line-height: 2em;
}

.notifier-pill-all-2.--success{
    background-color: #4BAE4F;
    color: #fff;
}
.notifier-pill-all-2.--danger{
    background-color: #F85757;
    color: #fff;
}
.notifier-pill-all-2{
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;

    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;

    text-align: center;
    padding-left: 8px;
    padding-right: 8px;

    background-color: #ddd;
   
}
.chat-room--footer{
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #ddd;
    padding: 13px;
}

.chat-form{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.chat-form--tools {
    overflow: hidden;
    border-radius: 12px;

    background-color: var(--white);
    border: 1px solid #ddd;

    display: flex;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.06);

    height: 72px;
}

.chat-form--actions{
    display: flex;
    padding: 16px 0;
    align-items: center;
    gap: 8px;
}
.btn--attach{cursor:pointer;}
.chat-form--tools .chat-form--actions{
    padding-right: 16px;
}
.chat-form--tools > .input{
    border-radius: 0;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--defaultTextColor);
    padding: 16px;
    resize: none;
}
.chat-form--tools > .input::-webkit-scrollbar{
    display: none;
}
.chat-form--tools > .input::placeholder{
    color: #5D677EBF;
    opacity: 1 !important;
    font-size: 14px;
    font-weight: 500;
}

.chat-canva{gap: 16px;}
.chat-canva, .chat-canva--item, .chat-message{
    display: flex;
    flex-direction: column;
}
.chat-message{
    gap: 8px;
    width: max-content;
    max-width: 100%;
}
.chat-msg-load--title{
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
}
.chat-msg-load-size{
    color: var(--secondary-2);
    font-size: 12px;
    font-weight: 500;
}
.chat-message--text{
    overflow: hidden;
    border-radius: 8px;
    min-height: 40px;
    display: flex;
    align-items: center;

    padding: 10px 15px;
    font-size: 14px; gap: 15px;
    

}
.chat-message--time{
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-2);
}

.chat-msg-load{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.--client-msg .chat-message{
    margin-right: auto;
}
.--support-msg .chat-message{
    margin-left: auto;
}
.--client-msg .chat-message--text{
    background-color: #DDDDDD;
}
.--support-msg .chat-message--text{
    background-color: #E6F0F8;
}
.--client-msg .chat-message--time{
    text-align: left;
}
.--support-msg .chat-message--time{
    text-align: right;
}

.chat-empty{
    display: none;
    flex-direction: column;
    gap: 20px;

    height: 100%;
    justify-content: center;
    align-items: center;
}
.chat-room--body.is-empty .chat-empty{
    display: flex;
}
.chat-empty--content{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-2);
}
.chat-empty--ico {
    width: 100px;
}
.chat-room--body.is-empty .chat-canva{
    display: none;
}


.task-widget{
    display: flex;
    flex-direction: column;
}
.checkbox-fake:checked ~ .task-msg .task-msg--ico,
.checkbox-fake.--checked ~ .task-msg .task-msg--ico{
    color: #4BAE4F;
}
.checkbox-fake:checked ~ .task-msg .task-msg--text,
.checkbox-fake.--checked ~ .task-msg .task-msg--text{
    opacity: 0.6;
    text-decoration: line-through;
}
.checkbox-fake:checked ~ .task-msg,
.checkbox-fake.--checked ~ .task-msg{
    pointer-events: all;
}
.task-msg{
    background-color: var(--white);
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);

    display: flex;
    align-items: center; gap: 15px;

    padding: 8px 15px;
    pointer-events: none;
    min-height: 56px;
    cursor:pointer;
}
.task-msg .task-msg--ico{
    color: #D9DDE0;
}
.task-msg .task-msg--text{
    font-size: 13px;
    font-weight: 400;
    color: var(--defaultTextColor);
}
.chat-room--body.chat-room-secondary{
    padding: 20px;
    background-color: #F0F5F9;
}

.note-block{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: var(--white);
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    border-radius: 12px;
}
.note-block > div{
    padding-left: 16px;
    padding-right: 16px;
}
.note-block > div:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.note-block > div:not(:last-child, :first-child){
    padding-top: 12px;
    padding-bottom: 12px;
}
.note-block > div:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
}
.note-block > div:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
}
.note-block--header{
    display: flex;
    justify-content: space-between; gap: 15px;
    overflow: hidden;
    gap: 8px;
}
.note-block--body{
    display: flex;
    flex-direction: column;
}
.note-editor{
    font-size: 13px;
    font-weight: 400;
    color: var(--defaultTextColor);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.popover-2 + [data-tippy-root],
.popover-3 + [data-tippy-root]{
    position: fixed !important;
}
[data-theme="arrow-white"]{
    filter: drop-shadow(0px 1px 2px #00000029);
}
[data-theme="arrow-white"] .card-popover--shadow{
    box-shadow: none;
}
[data-theme="arrow-white"] .tippy-arrow{
    color: var(--white);
}
.note-user-info{
    display: flex;
    align-items: center;
    gap: 8px;
    flex: auto;
    overflow: hidden;
}


.section-block{
    display: flex;
    flex-direction: column;
}
.section-block--header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px;
    gap: 24px;
}
.heading-block{
    margin-top: 0 !important;
}
.section-block--bodytop .section-block--header + .section-block--body{
    padding-top: 0;
}
.section-block--body{
    padding: 24px;
}
.swiper-card-slider{
    height: auto !important;
    position: relative;
    --header-size: 60px;
    background-color: #F0F5F9;
}
.select-wrapper{
    display: flex;
}
.select-wrapp--ico-left{
    position: relative;
    --ico-size: 30px;
}
.select-wrapp--ico-left > .select-ico{
    position: absolute;
    z-index: 1;
    height: 100%;
    min-width: var(--ico-size);
    max-width: var(--ico-size);

    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.select-wrapp--ico-left .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-left: 30px;
}
.swiper-card-slider .swiper-card-slider--header{
    position: absolute !important;
    top: 0%;
    width: 100%;
    background-color: var(--white);
    z-index: 2 !important;
    min-height: var(--header-size);
    max-height: var(--header-size);
    --header-controllers-min: var(--header-size);
}
.swiper-card-slider .swiper-slide{
    padding: calc(var(--header-size) + 20px) 20px 20px 20px;
    background-color: #F0F5F9;
}
.sbh--item{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


.rectangle-ico{
    --size-rect: 48px;
    min-width: var(--size-rect);
    max-width: var(--size-rect);
    height: var(--size-rect);

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}
.rectangle-ico.rectangle-ico--primary{
    background-color: #F0F5F9;
    color: var(--primary);
}

.--hide-widget{
    display: none !important;
}
.card-styler{
    display: flex;
    flex-direction: column;
    background-color: var(--white);
   
    --space-card-first: 12px;
    --space-card-last: 12px;
    --space-card-other: 12px;
    --rounded-gap: 12px;
}
.card-styler.card-row{
    flex-direction: row;
}
.specification-texts > .specification-0,
.specification-texts > .specification-1{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.specification-texts > .specification-0{
    font-size: 12px;
}
.specification-texts > .specification-0 .more-widgets{
    display: none;
}
.specification-texts > .specification-1{
    font-size: 16px;
    font-weight: 500;
}
.card-row-col{
    display: flex;
    flex-direction: column;
}
.card-styler.card-row > .card-row-col{
    padding: 0;
}
.card-styler.---card-md{
    --space-card-first: 20px 24px;
    --space-card-last: 20px 24px;
    --space-card-other: 20px 24px;
    --rounded-gap: 16px;
}
.card-styler--header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.card-styler--header > .csh-item{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.flex-text{
    display: flex;
    align-items: center;
    gap: 6px;
}
.text-default{
    color: var(--defaultTextColor);
}
.--none-number-arrows::-webkit-outer-spin-button,
.--none-number-arrows::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.card-footer.--bordered{
    border-top: 1px solid #ddd;
}
.card-styler.rounded-card{
    padding: var(--space-card-other);
    gap: var(--rounded-gap);
}
.card-styler--shadow{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid #ddd;
}
.card-styler--shadow-2{
    box-shadow: 0px 1.78px 10.67px 0px #00000026;
    border: 1px solid #ddd;
}
.card-styler:not(.rounded-card) > div:first-child{
    padding: var(--space-card-first);
}
.card-styler:not(.rounded-card) > div:not(:last-child, :first-child){
    padding: var(--space-card-other);
}
.card-styler:not(.rounded-card) > div:last-child{
    padding: var(--space-card-last);
}

.card-body--row{
    display: flex;
    flex-direction: row;
    margin-left: -16px;
    margin-right: -16px;
    gap: 16px;
    align-items: normal;
    padding: 0;
}
.card-body--row > div{
    padding-left: 16px;
    padding-right: 16px;
}

.percentage-texts{
    display: flex;
    flex-wrap: wrap;
    align-items: center; gap: 12px;

}
.percentage-title{
    font-size: 20px;
    font-weight: 500;
}

.lamp-list{
    display: flex;
    flex-direction: column;
    gap: 10px;

    font-size: 12px;
    line-height: 20px;
    font-style: italic;
}

.lamp-list--item{
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.gutters-40{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.header-controllers--shadows{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.header-control-separator{
    min-height: 100%;
    width: 1px;
    background-color: #ddd;
}
.btn-fake:hover{
    opacity: 1;
}


.--status-primary{
    background-color:#34469F;
}
.--status-warning{
    background-color:#FF9900;
}
.header-controllers.--not-stickied,
.header-controllers.--not-stickied .header-controls{
    position: relative;
    z-index: unset;
}


.single-car--img{
    border-radius: 8px;
    position: relative;
    background-color: #ddd;
    min-width: 150px;
    max-width: 150px;
    height: 100px;
}
.single-car--img > img,
.single-car--img > svg{
    object-fit: cover;
}

.ico-32{
    width: 32px;
    min-width: 32px;
    height: 32px;
}
.image-icons{
    display: flex;
    gap: 6px;
}
.single-car--img .image-icons{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
}

.single-car-info{
    display: flex;
    flex: auto; gap: 20px;
}
.scd-vincode{
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    display: flex;
    align-items: center;
}
.single-car-data{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.scd-row-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center; gap: 12px;

}
.scd-row-list--item{
    display: flex;
    align-items: center; gap: 8px;
}

.single-car-data--others{
    display: flex;
    align-items: flex-end; gap: 25px;
    padding: 7px 0;
    flex-wrap: wrap;
}
.seo-list--title{
    display: flex;
    align-items: center;
    gap: 8px;
}
.seo-list--value{
    font-size: 14px;
    line-height: 20px;
    color: var(--secondary-2);
    font-weight: 500;
}
.single-car-data-seo-list--item{
    display: flex;
    flex-direction: column; gap: 6px;
}
ul.single-car-data-seo-list{
    display: flex;
    flex-wrap: nowrap;
    margin-left: -8px;
    margin-right: -8px;
    flex: auto; gap: 15px;
    white-space: nowrap;
}
ul.single-car-data-seo-list > li{
    padding-left: 8px;
    padding-right: 8px;
}
.border-light-left{
    border-left: 1px solid #ddd;
}
.--stick-end{
    right: 0;
    top: 0;
    position: sticky;
}
.list--cars.step-hotel-list{
    min-width: 340px;
    max-width: 340px;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.list--cars .step-hotel-item {
    padding: 0 24px;
    
    border-bottom: none !important;
}
.img-80 {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.image-empty-bg{
    background-color: #ddd;
}
.list-points{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.list-points > .list-points--item:not(:first-child)::before{
    content: "\2022";
}
.list-points--item{
    display: flex;
    position: relative;
    align-items: center;
    gap: 6px;
}
/*
.sticky-sidebar--right.stticky-full-apge,
.sticky-sidebar--right.stticky-full-apge .content,
.sticky-sidebar--right.stticky-full-apge .content-side,
.sticky-sidebar--right.stticky-full-apge .hotel-list-group{
    overflow: hidden !important;
}*/
.sticky-sidebar--right.stticky-full-apge .header-controllers{
    overflow: visible !important;
}
.buying-guidelines-sidebar--spase .step-hotel-list+.step-hotel-content{
    min-width: auto;
}

.doc-page-2 {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background-color: var(--white);
    border: 1px solid #ddd;
    margin: auto;
    user-select: none;
    border-radius: 4px;
    box-shadow: 0px 1.78px 10.67px 0px #00000026;

}
.header .container.px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.header-drop-btn-arrow.mr-0,
.header-user-name.mr-0{
    margin-right: 0 !important;
}
.swiper-steps--paginator-2{
    position: relative;
    top: 0;
    margin: 0;

    font-size: 14px;
    color: var(--secondary-2);
    display: flex;

}
.swiper-steps--paginator-2[data-val]::after{
    content: attr(data-val);
    margin-left: 4px;
}
.swiper-button-prev.swiper-steps--nav-2{
    background-image: url(../img/img-17-05-24/icx-arrow--next.svg);
    transform: rotate(-180deg);
}
.swiper-button-next.swiper-steps--nav-2{
    background-image: url(../img/img-17-05-24/icx-arrow--next.svg);
}
.swiper-steps--nav-2{
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    margin: 0 !important;
    background-color: #F0F5F9;
    opacity: 1 !important;
    transform: none;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    min-width: 32px;
    
}
.cash-buy-logo-wrapper{
    max-width: 70px;
    min-width: 70px;
    height: 25px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cash-buy-header.--line-status::after{
    content: "";
    height: 100%;
    display: block;
    width: 4px;
    left: 0;
    top: 0;
    background-color: #ddd;
    pointer-events: none;
    position: absolute;
    border-radius: 0px 4px 4px 0px;
}
.cash-buy-header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    position: relative;
}
.cash-buy-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cash-buy-header-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
    gap: 15px;
}
.cash-buy--price, .cash--price-text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cash-buy-title{
    display: flex;
    align-items: center;
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cash-buy-title *:not(.ico){
    overflow: hidden;
    text-overflow: ellipsis;
}
.ico-10 {
    min-width: 10px;
    width: 10px;
    height: 10px;
}
.small-status-rect{
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
}
.small-status-rect.--st-1,
.--line-status.--st-1::after{
    background-color: #563667;
    border-color: #563667;
}

.small-status-rect.--st-2,
.--line-status.--st-2::after{
    background-color: #716211;
    border-color: #716211;
}

.small-status-rect.--st-3,
.--line-status.--st-3::after{
    background-color: #FFC804;
    border-color: #FFC804;
}

.small-status-rect.--st-4,
.--line-status.--st-4::after{
    background-color: #828B9D;
    border-color: #828B9D;
}

.small-status-rect.--st-5,
.--line-status.--st-5::after{
    background-color: #34469F;
    border-color: #34469F;
}


.table-simple.table-shadow-2{
    border-spacing: 0px 5px;
}
.table-simple.table-shadow-2 thead tr th,
.table-simple.table-shadow-2 thead tr td{
    padding: 10px 20px;
}
.table-shadow-2 tbody tr{
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.table-shadow-2 tbody tr td:first-child{
    border-left: 0.2px solid #DDD;
}
.table-shadow-2 tbody tr td{
    border-top: 0.2px solid #DDD;
    border-bottom: 0.2px solid #DDD;
}
.table-shadow-2 tbody tr td:last-child{
    border-right: 0.2px solid #DDD;
}

.custom-checkbox__input-fake-checkbox ~ .custom-checkbox__input-fake-4.--xs-size{
    min-width: 16px;
    width: 16px;
    height: 16px;
}
.custom-checkbox__input-fake-checkbox ~ .custom-checkbox__input-fake-4.--xs-size::after{
    border: 8px solid var(--primary);
}
.custom-checkbox__input-fake-checkbox:checked ~ .custom-checkbox__input-fake-4.--xs-size::after{
    border: 4px solid var(--primary);
}
.custom-checkbox__input-fake-checkbox ~ .custom-checkbox__input-fake-4 {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 300px;
    position: relative;
    overflow: hidden;
    transition: border 0.3s;
    background-color: var(--white);
    border: 1px solid rgba(93, 103, 126, 0.75);
}
.--sortable{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}
.--sortable::after{
    content: "";
    background: url("../img/img-17-05-24/icx-sort-2.svg") no-repeat center center / 14px;
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
}
.custom-checkbox__input-fake-checkbox:checked ~ .custom-checkbox__input-fake-4 {
    background-image: none;
    border-color: var(--primary);
}
.custom-checkbox__input-fake-checkbox ~ .custom-checkbox__input-fake-4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid var(--primary);
    opacity: 0;
    background-color: var(--white);
    border-radius: 300px;
}
.custom-checkbox__input-fake-checkbox:checked ~ .custom-checkbox__input-fake-4::after {
    opacity: 1;
    border: 6px solid var(--primary);
}
.--hover-col{position: relative;}
.--hover-col:hover .--hover-col--element{
    opacity: 1;
    visibility: visible;
}
.pr-0{padding-right: 0 !important;}
.--hover-col .--hover-col--element{
    opacity: 0;
    visibility: hidden;
}
.calc-item{
    display: flex;
    justify-content: space-between;
    align-items: center; gap: 15px;
}
.calc-item--info{
    display: flex;
    flex-direction: column; gap: 8px;
    flex: 1;
}
.status-radio-btn input:checked ~ .status-radio-pill{
    display: flex;
}
.status-radio-btn{
    min-width: 134px;
}
.status-radio-btn .status-radioc-ontrol,
.status-radio-btn .status-radio-pill{
    cursor: pointer;
    width: 100%;
}
.status-radio-btn input:checked ~ .status-radioc-ontrol{
    display: none;
}
.status-radio-btn .status-radio-pill{
    display: none;
    pointer-events: none;
}
.input-csutom-helper--status-ico{
    display: flex;
    align-items: center;
   
    pointer-events: none;
}
.input-csutom-helper.input-custom__input{
    position: relative;
}
.input-csutom-helper > input + .input-csutom-helper--status-ico + .input-csutom-helper-text {
    border-left: 1px solid #ddd;
}
.input-csutom-helper-text{gap:5px;}

.input-csutom-helper--filled .--filled-status{
    display: flex;
}

.input-csutom-helper--filled .--filled-status,
.input-csutom-helper--filled .--filled-danger{
    display: flex;
}
.input-csutom-helper--filled .--filled-normal{
    display: none;
}   
.--filled-status, .--filled-danger{
    display: none;
}
.select-wrapp--primary-trsp-2{
    display: flex;
    align-items: center;
}
.select-hidden, .select-hidden .select2-container{
    overflow: hidden;
}
.section-block .card .card-shadow_body{
    flex-wrap: wrap !important;
}
.select-wrapp--primary-trsp.select-wrapp--primary-trsp-2 .select2-container--default .select2-selection--single{
    height: max-content;
}
.select-wrapp--primary-trsp.select-wrapp--primary-trsp-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    color: var(--defaultTextColor);
    line-height: 18px;
    border-bottom: 1px dashed var(--defaultTextColor);
    padding-right: 0;
    margin-right: 25px;
    font-weight: 400;
}

.img-32 {
    width: 32px;
    min-width: 32px;
    height: 32px;
}
@media (max-width: 1700px){
    .gutters-40{
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
    .content-side:not(.header-controls):has(~ .buying-guidelines-sidebar.open){
        margin-right: 64px;
    }
    .swiper-steps{
        --swiper-item-px: 30px;
    }
}
@media (max-width: 1199.98px) {
    body .--sidebar-black ~ .sidebar-2-pl, 
    body .header + .--sidebar-black {
        padding-left: var(--sidebar-width--short) !important;
    }
    body .sidebar-2.--sidebar-black ~ .dashboard-header{
        left: 0 !important;
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .card-shadow_body--mobile.scroll-block{
        overflow: hidden;
    }
    .card-shadow_body--mobile ul.single-car-data-seo-list{
        flex-wrap: wrap;
    }
    .card-shadow_body--mobile{
        flex-direction: column;
        gap: 20px;
        align-items: flex-end;
    }
    .card-shadow_body--mobile .--stick-end{
        border-top: 1px solid #ddd;
        width: 100%;
        justify-content: flex-end;
    }
    .scd-title{
        font-size: 18px;
    }
    .list--cars.step-hotel-list{
        min-width: auto;
        max-width: 100%;
    }
}
@media (max-width: 575.98px) {

    .card-shadow_body--mobile .--stick-end{
        flex-direction: column;
        padding: 24px;
        align-items: flex-end;
    }
    .card-shadow_body--mobile .--stick-end .btn{
        width: 100%;
    }
    .single-car-info{
        flex-direction: column;
    }
   
    :root{
        --sidebar-width--short: 0;
    }
    
}
