.gy-40 {
    --bs-gutter-y: 40px;
}

.gy-10 {
    --bs-gutter-y: 10px;
}

.gy-16 {
    --bs-gutter-y: 16px;
}

.gy-18 {
    --bs-gutter-y: 18px;
}

.gy-24 {
    --bs-gutter-y: 24px;
}

.gx-16 {
    --bs-gutter-x: 16px;
}

.gx-18 {
    --bs-gutter-x: 18px;
}

.gx-180 {
    --bs-gutter-x: 110px;
}

.gx-50 {
    --bs-gutter-x: 50px;
}

.fullscreen-page {
    height: calc(100vh - var(--header-fixed-padding));
}

@supports (height: calc(100dvh - var(--header-fixed-padding))) {
    .fullscreen-page {
        height: calc(100dvh - var(--header-fixed-padding));
    }
}

.fullscreen-page .section {
    height: 100%;
}

.section {
    display: flex;
    flex-direction: column;
    padding-top: 55px;
    background-color: #F0F5F9;
}

.section__body {
    flex: auto;
}

.section__footer {
    display: flex;
    align-items: center;
    background-color: #E6EBEF;
    padding-top: 18px;
    padding-bottom: 18px;
}

.section__footer.--sticky {
    position: sticky;
    bottom: 0;
}

.scroll-block {
    overflow: auto;
}

.scroll-block::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll-block::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll-block::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(26, 101, 158, 0.5);
}

.none-arrow--select .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.none-arrow--select .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 8px;
}

.scroll-block::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}

.section-subtitle {
    font-weight: normal;
    font-size: 24px;
    line-height: 16px;
    color: #5D677E;
}

.input-custom__wrap-input {
    position: relative;
}

.input-custom__input {
    display: flex;
    align-items: center;
    border: 1px solid rgba(93, 103, 126, 0.53);
    background-color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    min-height: 40px;
    font-family: var(--roboto);
}

.input-custom__input::placeholder {
    color: #5D677E;
    opacity: 1;
    font-family: var(--roboto);
}

.label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    color: #131515;
    margin-bottom: 10px;
    font-family: var(--roboto);
}

.label-2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #5D677E;
    margin-bottom: 10px;
    font-family: var(--roboto);
}

.input-custom__icon-left {
    display: flex;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input-custom__icon-right {
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.drop-area.drop-area-2 {
    border-color: #DDD;
    color: var(--defaultTextColor);
}

.drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 132px;
    text-align: center;
    padding: 22px;
    text-align: center;
    background-color: var(--white);
    border-radius: 2px;
    border: 1px dashed #5D677E;
    color: #5D677E;
    font-size: 14px;
}

.drop-area p {
    text-align: center;
}

.drop-area .preview {
    position: absolute;
    width: 175px;
    height: 175px;
    object-fit: contain;
}

.drop-area .overlay {
    display: none;
}

.drop-area.drag-over .overlay,
.drop-area.uploaded .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.66);
    pointer-events: none;
}

.drop-area.drag-over * {
    pointer-events: none;
}

.drop-area .info {
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;

    color: #5D677E;
}

.drop-area .browse {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #336BB3;
    cursor: pointer;
    text-decoration: underline;
}

.upload-cancel {
    display: none;
    background-color: transparent;
    position: absolute;
    top: 15px;
    right: 15px;
}

.drop-area.uploaded .upload-cancel {
    display: flex;
}

.custom-number-input {
    display: flex;
    align-items: center;
}

.custom-number-input input {
    text-align: center;
    width: 100%;
    min-height: 40px;
    background-color: #fff;
    border-top: 1px solid rgba(93, 103, 126, 0.53);
    border-bottom: 1px solid rgba(93, 103, 126, 0.53);
}

.default-text-color-05 {
    color: var(--defaultTextColor);
    opacity: 0.5;
}

.default-text-color-07 {
    color: #626262;
    opacity: 0.5;
}

.custom-number-input input::placeholder {
    color: var(--defaultTextColor);
    opacity: 0.5;
}

.custom-number-input input::-webkit-outer-spin-button,
.custom-number-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-number-input input[type="number"] {
    -moz-appearance: textfield;
}

.custom-number-input .minus-btn,
.custom-number-input .plus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-color: #F0F5F9;
    border: 1px solid rgba(93, 103, 126, 0.53);
}

.custom-number-input .minus-btn:hover,
.custom-number-input .plus-btn:hover {
    background-color: rgba(93, 103, 126, 0.53);
}

.image-shadow-100 {
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.image-shadow-100 img {
    width: 100%;
    height: 100%;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.card .card-edit-button {
    position: absolute;
    top: 12px;
    right: 12px;
}







.bg-white {
    background-color: var(--white);
}

.bg-secondary-2 {
    background-color: #F0F5F9;
}



.message-cloud {
    --arrow-size: 10px;
    position: relative;
    width: fit-content;
    max-width: 100%;
    padding: 12px;
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: calc(var(--arrow-size) + 13px);
    margin-left: -15px;
}

.message {
    font-weight: 500;
    font-size: 12px;
    color: #F85757;
}

.message-cloud::before {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(-15px * -1 + var(--step-icon-size) / 2);
    width: 0;
    height: 0;
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--white);
    transform: translateX(-50%);
}

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

.step-data {
    margin-bottom: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    margin-right: 25px;
}

.step-data__label {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary-2);
    margin-bottom: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.step-data__label>.step-data__label-text {
    text-overflow: ellipsis;
    overflow: hidden;
}

.step-data__value {
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pill.card-edit-button {
    display: flex;
    align-items: center;
    border-radius: 360px;
    background-color: #DADCE1;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
    color: #5D677E;
    padding: 0 10px;
    height: 20px;
}

.double-fullpage {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.double-fullpage .container {
    max-width: 100%;
    padding: 0;
    justify-content: center;
    display: flex;
}

.double-fullpage .row--item {
    height: 100%;
    padding: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.double-fullpage .row--item.bg-item {
    position: fixed;
    right: 0;
}

.bg-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.btn--56 {
    min-height: 56px;
    padding: 10px;
}

.input-icon {
    position: relative;
}

.input-icon.input-icon--right input {
    padding-right: 40px;
}

.input-icon .ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.input-icon.input-icon--right .ico {
    right: 10px;
}

.input-icon.input-icon--left input {
    padding-left: 36px;
}

.input-icon.input-icon--left .ico {
    left: 8px;
}

.text-18 {
    font-size: 18px;
    line-height: 28px;
}

.otp-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.otp-input {
    border-radius: 8px;
    background-color: var(--white);
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #DDD;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}

.otp-input.active {
    border: 1px solid var(--primary);
    box-shadow: none;
}

.otp-input:not(:last-child) {
    margin-right: 28px;
}

.img-50 {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

.img-67 {
    width: 67px;
    height: 67px;
    min-width: 67px;
}

.nophoto-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3fa5ff;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    padding: 5px;
    width: 100%;
    height: 100%;
    border-radius: 300px;
    overflow: hidden;
}

.password-container {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 300px;
    text-align: center;
}

.password-strength {
    display: flex;
    align-items: center;
    width: 100%;
}

.password-strength>span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--secondary-2);
}

#progress {
    position: relative;
    flex: auto;
    height: 8px;
    border-radius: 4px;
    background: rgba(93, 103, 126, 0.13);

    margin: 0 12px;
}

#progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    color: transparent;

    background: linear-gradient(270deg, currentColor 0%, #cfffd2 100%);
}

.strenght-text {
    font-size: 12px;
    line-height: 24px;
    color: #333;
}

.step-hotel-item.step-hotel-item--add {
    background-color: #F0F5F9;
    border-bottom: none;
    padding: 8px 12px 8px 8px;
}

.step-hotel-item.step-hotel-item--add .info {
    font-weight: 24px;
    font-size: 14px;
    text-align: left;
    color: #5D677E;
    opacity: 1;
}

/* .step-hotel-list.step-hotel-list--shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
} */

.pill-lightgray {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    text-align: left;
    color: #5d677e;
    background: rgba(0, 0, 0, 0.05);
}

.pill-blue {
    color: var(--white);
    background-color: #5AB5D6;
}

.color-danger {
    color: var(--danger) !important;
}

.color-success {
    color: #4bc248 !important;
}

.color-text {
    color: #667085;
}

.select-image-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/img/dealer/select-arrow--fill.svg);
    width: 10px;
    height: 8px;
}

.select-image-wrapper img {
    min-width: 30px;
    height: 100%;
}

.sidebar-2.sidebar-2--secondary,
.sidebar-w-secondary {
    top: 0;
    height: 100%;
    width: 270px;
    padding: 0;
    margin: 0;
}

.sidebar-2,
.dashboard-header,
.sidebar-2-pl--secondary,
.content-side {
    transition: 0.2s;
}

.notification {
    position: relative;
}

.notification .badge {
    position: absolute;
    top: 5px;
    right: -1px;
    border-radius: 50%;
    color: white;
    width: 10px;
    height: 10px;
    background: #f54e4e;
    border: 2px solid var(--white);
}

.input-wrapper {
    position: relative;
    display: flex;
}

.btn--primary.disabled {
    background-color: #D8D9DA;
    color: #5D677E;
    border: 1px solid #D8D9DA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-color: transparent;
    pointer-events: none;
    opacity: 1;
}

.btn--lg-2 {
    min-height: 40px;
    padding: 8px 16px;
}

.btn--outline-secondary-2 {
    border: 1px solid #ddd;
    background-color: var(--white);
    color: var(--primary);
}

.step-hotel-item__step {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    position: relative;
    border-radius: 360px;
    background-color: #D9DDE0;
    margin-right: 10px;
    overflow: hidden;
}

.step-hotel-item {
    display: flex;
    align-items: center;
    padding: 14px 24px;
}

.step-hotel-list {
    max-width: 270px;
    width: 100%;
    background-color: var(--white);
    border-right: 1px solid #ECECEC;
    min-width: 270px;
}

.step-hotel-list+.step-hotel-content {
    min-width: calc(100% - 270px);
}

.step-hotel-item.step--active .info {
    opacity: 1;
    font-weight: 500;
}

.step-hotel-item .info {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5;
}

.step-list--secondary .info {
    opacity: 1;
}

.step-hotel-item.step--active {
    background-color: #F0F5F9;
    position: relative;
}

.step-hotel-item.step--active .step-hotel-item__step {
    background-color: #828B9D;
}

.step-hotel-item .step-hotel-item__step::after {
    content: '';
    background-image: url(../../img/dealer/check-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.step-hotel-item.step--pending {
    background-color: #F0F5F9;
}

.step-hotel-item.step--pending .step-hotel-item__step {
    background-color: #D9DDE0;
}

.step-hotel-item.step--pending .step-hotel-item__step::after {
    background-image: url(/img/dealer/check-icon-grey.svg);
}

.step-hotel-item.step--success .info {
    opacity: 1;
}

.step-hotel-item.step--success .step-hotel-item__step {
    background-color: #4BAE4F;
}

.input-shadow {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #DDD !important;
    color: var(--defaultTextColor);
}

.input-shadow::placeholder {
    color: var(--defaultTextColor);
    opacity: 0.4;
}

.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: var(--defaultTextColor);
    padding-right: 30px;
    font-size: 14px;
}

.select-wrapp--secondary .select2-container--default .select2-selection--single {
    border: 1px solid #DDD;
    border-radius: 0;
    border-radius: 8px !important;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    height: 36px;
}

.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: auto;
}

.input.input--secondary {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 7px 10px;
    min-height: 36px;
}

.container-48 {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
}

.border-bottom-2 {
    border-bottom: 1px solid #ECECEC;
}

.tabs-nav-secondary {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D0D5DD;
    overflow: auto;

}

.tabs-nav-secondary li {
    padding: 8px 12px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: #727272;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}



.tabs-nav-secondary li.active-tab {
    color: var(--primary);
    border-color: var(--primary);
    pointer-events: none;
}

.tabs-nav-secondary li:not(.active-tab):hover {
    background-color: #F0F5F9;
}

.photo-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.border-dashed-primary {
    border: 1px dashed #ddd;
}

.photo-preview__img {
    width: 100%;
    height: 100%;
}

.photo-preview__button {
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--white);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    border: 1px solid #ECECEC
}

.card-border {
    padding: 14px 20px;
    border-radius: 16px;
    border: 1px solid #ECECEC;
}

hr {
    background-color: #ECECEC;
    height: 1px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
}

.swiper-images .swiper-slide img {
    height: 300px;
    border-radius: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgba(80, 80, 80, 0.24);
    backdrop-filter: blur(8px);
    color: var(--white);
    background-image: url("../img/dealer/swiper-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.swiper-button-next {
    transform: rotate(180deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.input.input--bg-secondary {
    background-color: #F7F7F7;
    border-color: transparent;
}

.map-wrapper {
    position: relative;
    height: 290px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.map-search {
    position: absolute;
    top: 12px;
    left: 16px;
    right: 16px;
    display: flex;
}

.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: rgba(93, 103, 126, 0.75);
}

.select-wrapp--secondary .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(93, 103, 126, 0.53);
    border-radius: 0;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
    min-height: 36px;
    background-image: url(../img/dealer/select-arrow-secondary-up.svg);
    background-size: auto;
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 24px; */
}

.select-multiple__dropdown .select2-container,
.select-multiple__dropdown .select2-dropdown {
    position: static !important;
}

.select-multiple__dropdown .select2-dropdown {
    margin-top: -5px;
    padding-top: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-image: url("/img/dealer/select-remove.svg");
    width: 16px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove>* {
    display: none;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: transparent;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 360px;
    background-color: #E8ECED;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary);
}

.select-multiple__dropdown .select2-results__option--selected {
    background-color: transparent;
}

.select-multiple__dropdown .select2-results__option--selected .custom-checkbox__input-fake {
    background-image: url(../img/dealer/icon-checked-checkbox.svg);
}

.select-multiple__dropdown .select2-results__option span {
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 360px;
    background-color: var(--primary);
    height: 24px;
    padding: 0 22px 0 8px;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.55);
    left: auto;
    right: 0;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--white);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
}

.table-pills .tr-shadow {
    border-radius: 12px;
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.table-pills th {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
}

.table-pills td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding: 12px 16px;
}

.table-pills td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.table-pills td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.pill-status-danger {
    color: #E30A17;
    border: 1px solid #E30A17;
    background-color: #FFECED;
}

.img-24 {
    width: 24px;
    height: 24px;
    min-width: 24px;
}


.table-default {
    white-space: nowrap;
}

.table-default th,
.table-default td {
    padding: 12px 16px;
}

.table-default th {
    color: #516A78;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.table-default td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.pill-lightgray-2 {
    background-color: #F0F0F0;
    color: #516A78;
}

.pill-darkgray {
    background-color: #928E8E;
    color: var(--white);
}



.ico-12 {
    min-width: 12px;
    width: 12px;
    height: 12px;
}

.ico-14 {
    min-width: 14px;
    width: 14px;
    height: 14px;
}

.ico-22 {
    min-width: 22px;
    width: 22px;
    height: 22px;
}

.ico-32 {
    min-width: 32px;
    width: 32px;
    height: 32px;
}


.text-13 {
    font-size: 13px;
    line-height: normal;
}

.text-11 {
    font-size: 11px;
    line-height: normal;
}

.color-gray-2 {
    color: var(--secondary-2);
}

.color-lightgray {
    color: #A8B4BB;
}

.color-lightgray-2 {
    color: #87909E;
}

.pill-shadow {
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    color: #516A78;
}



.select2-container--default .select2-results__option--selected {
    background-color: transparent;
    background-image: url("/img/dealer/select--selected.svg");
    background-position: center right 5px;
    background-repeat: no-repeat;
}

.select-wrapp--secondary.select-wrapp--secondary-2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 8px !important;
    border-color: var(--primary);
    box-shadow: 0px 1px 3px 0px rgba(26, 101, 158, 0.36);
}


.data-table-wrapper {
    height: 100%;
    --footer-height: 45px;
    white-space: nowrap;
}

.data-table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.data-table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.data-table-container::-webkit-scrollbar-thumb {
    background: var(--secondary-2);
}

.data-table-container {
    width: 100%;
    overflow: auto;
    padding-bottom: 5px;
    height: calc(100% - var(--footer-height));
}

.data-table-container table.dataTable.no-footer {
    border-bottom: none;
    width: 100%;
    background-color: var(--white);
}

.data-table__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: normal;
    font-size: 12px;
    color: #516a78;
    border: 1px solid rgba(0, 0, 0, 0);
    min-height: var(--footer-height);
    padding-top: 15px;
}

.data-table__footer>*:not(:last-child) {
    margin-right: 12px;
}

.data-table__footer>* {
    margin-bottom: 12px;
}

.data-table-container {
    padding-right: 1px;
    padding-left: 1px;
}



.data-table-container table.dataTable tr td {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    padding: 7px 12px;
    box-sizing: border-box;
    height: 60px;
}

.data-table-container table.dataTable tr {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04);
}

.data-table-container table.dataTable tr td:first-child {
    border-left: 0.2px solid #DDD;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.data-table-container table.dataTable tr td:last-child {
    border-right: 0.2px solid #DDD;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.data-table-container table.dataTable tr td {
    border-bottom: 0.2px solid #DDD;
    border-top: 0.2px solid #DDD;
}

.data-table-container table.dataTable tr.checked td {
    background-color: #f0f5f9;
}

.data-table-container table.dataTable tr.disabled td {
    background-color: #F5F5F5;
    pointer-events: none;
}

.data-table-container table.dataTable tr.disabled .status {
    opacity: 0.5;
}

.data-table-container table.dataTable tr th {
    font-weight: normal;
    font-size: 12px;
    color: var(--secondary-2);
    padding: 14px 12px;
    border-bottom: none;
    white-space: nowrap;
    background-color: var(--white);
}

.data-table-container table.dataTable thead {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    z-index: 5;
}

.data-table__footer .dataTables_paginate {
    display: flex;
    align-items: center;
}

.data-table__footer .dataTables_paginate span {
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.data-table__footer .paginate_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: transparent;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #516a78;
    cursor: pointer;
    transition: all 0.3s ease;
}

.data-table__footer .paginate_button:hover {
    background-color: rgba(101, 101, 101, 0.25);
}

.data-table__footer .paginate_button:not(:last-child) {
    margin-right: 3px;
}

.data-table__footer .paginate_button.current {
    background-color: #516a78;
    color: var(--white);
}

table.data-table.dataTable .highlighted {
    background-color: rgba(0, 0, 0, 0.02);
}

table thead>tr>th.no-sort:before {
    content: none !important;
}

table thead>tr>th.no-sort::after {
    content: none !important;
}

.data-table-wrapper div.dataTables_length label {
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #516a78;
}

.rounded-rect-progress-wrapper {
    position: relative;
    display: flex;
}

.rounded-rect-progress-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 14px;
    color: #516a78;
}

.googlemap-input {
    width: 85% !important;
    border-radius: 8px !important;
}

.data-table-wrapper div.dataTables_length .select2-container {
    margin-right: 10px;
}

.data-table-wrapper div.dataTables_length .select2-container,
.tab-select .select2-container,
.data-table-wrapper div.dataTables_length .selection,
.tab-select .selection,
.data-table-wrapper div.dataTables_length .select2-selection,
.tab-select .select2-selection {
    width: 70px !important;
    height: 24px !important;
}

.data-table-wrapper div.dataTables_length .select2-selection {
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 30px;
    border-color: transparent;
    border-radius: 3px !important;
    border: 1px solid #516a78;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
}

.tab-select .select2-selection {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
    border-color: transparent;
    border-bottom: 1px dashed #516a78;
}

.data-table-wrapper div.dataTables_length .select2-container--open .select2-selection__arrow::after {
    transform: rotate(180deg);
}

.data-table-wrapper div.dataTables_length .select2-selection__rendered,
.tab-select .select2-selection__rendered {
    height: max-content;
    padding: 0 !important;
    font-weight: normal;
    font-family: var(--fotnFamily);
    font-size: 12px !important;
    line-height: normal !important;
    color: #516a78 !important;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow,
.tab-select .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    /* margin-left: 12px;АА
    margin-right: 12px; */
}

.tab-select .select2-selection__arrow {
    margin-right: 0;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow::after,
.tab-select .select2-selection__arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url("../img/dealer/select-arrow.svg") no-repeat center center / 10px;
}

.data-table-wrapper div.dataTables_length .select2-selection__arrow b,
.tab-select .select2-selection__arrow b {
    display: none;
}

/* .select2-dropdown.select2-dropdown--above {
    transform: translateY(-10px);
} */
.progress-wrap {
    display: flex;
    align-items: center;
    flex: auto;
    height: 8px;
    background-color: var(--white);
    position: relative;
    width: 130px;
    border-radius: 4px;
}

.progress-value {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.progress {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    height: 100%;
    background-color: #35BB3A;
    z-index: 2;
}

.group {
    --gap: unset;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--gap);
}

.group>*:not(:last-child) {
    margin-right: var(--margin);
}




.data-table-custom {
    font-family: var(--roboto);
    filter: none !important;
}

.widget-table .data-table__footer {
    padding: 10px 24px !important;
}

.widget-table .data-table__footer>*:last-child {
    margin-right: 0px !important;
}

.data-table-custom .even td {
    background: #F7F7F7 !important;
}

.data-table-custom thead th,
.data-table-custom thead td {
    padding: 10px 24px !important;
    color: #516A78 !important;
    font-size: 12px !important;
    font-style: normal;
    line-height: 24px !important;
}

.data-table-custom tbody td {
    padding: 12px 24px !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.color-danger-2 {
    color: #D32C02;
}

.bg-lightblue {
    background-color: #F0F5F9;
}

.tippy-box {
    background-color: var(--defaultTextColor);
    color: var(--white);
    font-size: 12px;
    line-height: 20px;
}

/* [data-tippy-root] {
    max-width: 300px !important;
} */

.border-red {
    border: 1px solid #E33;
}

.select-multiple--secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 5px;
    background-color: #E8ECED;
}

.select-multiple--secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--defaultTextColor);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.select-multiple--secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-image: url("../img/dealer/select-remove-2.svg");
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 8px;
}

.wt-header,
.wt-header--item {
    flex-wrap: wrap;
    gap: 12px;
}


.steps.steps--lg {
    padding-top: 110px;
}

.steps.steps--lg .step__item {
    min-width: 246px;
}

.steps.steps--lg .step-data__label {
    margin-bottom: 8px;
}

.steps.steps--lg .step-data__value {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.step__item.active.active--half + .step__item:not(.active) .message-cloud {
    display: none;
}


















.group-filters-btns{
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.btn--filter-control{
    opacity: 1 !important;
    gap: 8px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    color: #5D677E;

    font-style: normal;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}
.btn--filter-control:hover{
    border-color: #5D677E;
}
.controls-panel-row{
    display: flex;
    flex-direction: column;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 30;
}
.panel-row-controls-block{
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    background-color: #F0F5F9;
}
.panel-row-controls-items-list{
    display: flex; gap: 8px;
    flex-wrap: nowrap;
    padding: 12px 20px;
}

.btn-custom-fake-select{
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    color: #5D677E;
    overflow: hidden; gap: 10px;
    padding-left: 12px;
    padding-right: 12px;

    font-style: normal;
    font-size: 14px; opacity: 1 !important;
}

.panel-row-controls-items-list.scroll-block{
    overflow-x: scroll !important;
    overflow-y: hidden !important;
}
.dropdown-fake-select{
    display: flex;
    flex-direction: column;
}
.dropdown-fake-select.dropdown-open 
.btn-custom-fake-select{
    border-color: #336BB3;
    color: #336BB3;
}
.dropdown-fake-select.dropdown-open 
.btn-custom-fake-select .ico-custom-fake-select-arrow{
    transform: rotate(180deg);
}
.dropdown__body.dropdown__body__fake__select{
    margin-top: 10px !important;
    max-height: 184px !important;
    overflow: hidden !important;
    flex-direction: column;
}
.dropdown__body.dropdown__body__fake__select.is-open{
    display: flex;
}


.widget-selectable-block::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: white;
}

.widget-selectable-block::-webkit-scrollbar
{
	width: 10px; height: 10px;
	background-color: white;
}

.widget-selectable-block::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #DDDDDD;
    border: 3px solid white;
}

.selectable-link{
    font-style: normal;
    font-weight: 400;
    color: #336BB3;
    font-size: 12px;
}
.selectable-text-count{
    font-size: 12px;
    font-weight: 400;
    color: #5D677E;
}
.widget-selectable-block{
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
}
.widget-selectable-block-head{
    position: sticky; top: 0; left: 0;
    background: var(--white);
    z-index: 1;
    display: flex; gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.dropdown__body__fake__select{
    min-width: 246px;
    max-width: 246px;
    padding: 0 !important;
}
.widget-selectable-block-head{
    padding: 10px 12px;
}
.widget-selectable-block-body{
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
}
.widget-selectable-options-list,
.widget-selectable-option-item{
    display: flex; gap: 6px;
    flex-direction: column;
}

.check-filter-custom{
    display: flex;
    max-width: 16px;
    min-width: 16px;
    height: 16px;
    background-color: var(--white);
    border-color: #707070;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #5D677EBF;
    cursor: pointer;
    position: relative;
}
.check-filter-custom .ico-checker{
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; opacity: 0;
    visibility: hidden;
}

.selectable-checker-content{
    overflow: hidden;
    display: flex; flex: auto;
    align-items: center; gap: 10px;
}
.selectable-checker-content-val-text{
    font-style: normal;
    font-size: 12px;
    color: #131515;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectable-checker-control{
    gap: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

input:checked ~ .selectable-checker-content 
.check-filter-custom{
    background-color: #336BB3;
    border-color: #336BB3;
    color: #ffffff;
}
input:checked ~ .selectable-checker-content 
.check-filter-custom .ico-checker{
    opacity: 1; visibility: visible;
}

.selectable-count-val-text{
    color: #5D677E;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}

.widget-range-filter{
    display: flex; gap: 8px;
    flex-direction: column;
}
.widget-range-filter-selected-row{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #5D677E;
}
.widget-range-filter-slide-ranges{
    font-weight: 500;
}

.widget-range{
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.noUISlider-Class-custom.--none-tooltip .noUi-tooltip{
    display: none !important;
}






.noUISlider-Class-custom.custom-slider-range{
    --bg-range--disactive: #E7EBEE;
    --bg-range--active: #336BB3;
    --handle-bg: #fff;
    --handle-border: 1px solid #336BB3;
}
.noUISlider-Class-custom.--tooltip-my{
    margin-bottom: calc(var(--handle-size) / 2);
    margin-top: calc(var(--handle-size) / 2);
}
.noUISlider-Class-custom.--fix-some-ranges{
    padding-left: calc(var(--handle-size) / 2);
    padding-right: calc(var(--handle-size) / 2);
}
.noUISlider-Class.--fix-some-ranges .noUi-handle{
    right: calc((var(--handle-size) / 2) * -1);
} 
.noUISlider-Class-custom{
    --handle-size: 12px;
    --handle-bg: unset;
    --handle-border: unset;
    --height-range: 4px;
    --bg-range--active: unset;
    --bg-range--disactive: unset;
    --tooltip-height: 40px;
    box-shadow: none;
    border: none !important;
    border-radius: 360px
}
.noUISlider-Class-custom.--fix-some-ranges{
    padding-left: calc(var(--handle-size) / 2);
    padding-right: calc(var(--handle-size) / 2);
}
.noUISlider-Class-custom.--fix-some-ranges .noUi-handle{
    right: calc((var(--handle-size) / 2) * -1);
}   
.noUISlider-Class-custom .noUi-connect{
    background-color: var(--bg-range--active);
}
.noUISlider-Class-custom.noUi-horizontal{
    height: var(--height-range);
    background-color: var(--bg-range--disactive);
}
.noUISlider-Class-custom.noUi-horizontal .noUi-origin{
    height: var(--height-range);
    pointer-events: none;
}
.noUISlider-Class-custom.noUi-horizontal .noUi-handle{
    pointer-events: all;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border-radius: 360px;
    background-color: var(--handle-bg);
    border: var(--handle-border);

    width: var(--handle-size);
    height: var(--handle-size);
}
.noUISlider-Class-custom.noUi-horizontal .noUi-handle::after,
.noUISlider-Class-custom.noUi-horizontal .noUi-handle::before{
    display: none;
}
.noUISlider-Class-custom.--secondary{
    --bg-range--disactive: var(--border-2);
    --bg-range--active: var(--secondary);
    --handle-bg: var(--white);
    --handle-border: 2px solid var(--secondary);
}


.noUISlider-Class-custom .noUi-tooltip{
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;

    height: var(--tooltip-height);
    display: flex;
    align-items: center;

    font-family: var(--fontFamily);
    font-weight: 400;
    font-size: var(--text--sm);
    color: var(--defaultTextColor);
}
.noUISlider-Class-custom.--tooltip-bottom{
    margin-bottom: var(--tooltip-height);
    margin-top: calc(var(--handle-size) / 2);
}
.noUISlider-Class-custom.--tooltip-top{
    margin-top: var(--tooltip-height);
    margin-bottom: calc(var(--handle-size) / 2);
}

.noUISlider-Class-custom.noUi-horizontal.--tooltip-bottom .noUi-tooltip{
    bottom: auto;
}

.row-ranges-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center; gap: 12px;
}

.range-bottom-val{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #131515;
}


.widget-range-footer{
    display: flex; gap: 8px;
    flex-direction: column;
}
.btn-custom-radius{
    border-radius: 8px;
}

.panel-control-parent-js .panel-row-controls-block{
    display: none !important;
}
.panel-control-parent-js.active-menu[data-menu="filters-menu"]
.panel-row-controls-filter--js{
    display: flex !important;
}

.panel-control-parent-js.active-menu[data-menu="sort-by"]
.panel-row-controls-sort--js{
    display: flex !important;
}

[data-toggle-menu].active-menu{
    border: 1px solid var(--primary); color: var(--primary);
}



.control-select-wrapper{
    --select-color: #5D677E;
    --select-arrow-size: 15px;
    --container-arrow-size: 40px;
}
.control-select-wrapper .select2-selection__rendered{
    padding-right: var(--container-arrow-size) !important;
}
.control-select-wrapper .select2-selection__arrow{
    width: var(--container-arrow-size) !important;
}
.control-select-wrapper .select2-selection--single{
    border-color: #DDDDDD !important;
    border-radius: 8px !important;
}
.control-select-wrapper .select2-selection--single .select2-selection__rendered{
    padding-left: 10px;
}
.control-select-wrapper .select2-selection__rendered{
    font-size: 14px !important; 
    font-weight: 400 !important;
}
.control-select-wrapper .select2-selection__placeholder{
    color: #5D677E !important;
}
.control-select-wrapper .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}
.control-select-wrapper .select2-selection--single 
.select2-selection__arrow::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--select-color);
    -webkit-mask-image: url(../../img/dealer/ico-select-arrow-control.svg);
    mask-image: url(../../img/dealer/ico-select-arrow-control.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: var(--select-arrow-size);
    mask-size: var(--select-arrow-size);
}

.control-select-wrapper .select2-container--open
.select2-selection--single{
    border-color: #336BB3 !important;
}
.control-select-wrapper .select2-container--open 
.select2-selection__placeholder,
.control-select-wrapper .select2-container--open
.select2-selection__rendered{
    color: #336BB3 !important;
}
.control-select-wrapper .select2-container--open  .select2-selection__arrow::after{
    --select-color: #336BB3 !important;
    transform: rotate(180deg);
}

.control-select-default-drpdown .select2-results__options{
    display: flex; flex-direction: column;
}
.select2-dropdown.control-select-default-drpdown{
    box-shadow: 0px 1px 2px 0px #5B687152,
    0px 0px 1px 0px #1A202452;
    border: none !important;
}
.select2-dropdown.control-select-default-drpdown .select2-results__option{
    padding: 11px; background-image: none !important;
}
.select2-dropdown.control-select-default-drpdown.select2-dropdown--below {
    transform: translateY(10px);
}
.select2-dropdown.control-select-default-drpdown.select2-dropdown--above{
    transform: translateY(-10px);
}