.tabs {
    width: 100%;
}

.tabs-list {
    display: flex;
    align-items: center;
}

.tabs-item {
    display: none;
}

.tabs-item.active-tab {
    display: block;
}

.tabs-header {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.signature .tabs-body {
    padding: 0 20px;
}

.tab-link {
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    background-color: #fff;
    padding: 7px 11px;
    color: rgba(19, 21, 21, 0.5);
}

.active-tab .tab-link {
    color: #131515;
    background-color: #eee;
}

.tab-item+.tab-item {
    margin-left: 8px;
}

.tabs-nav {
    margin-bottom: 20px;
}

.draw-radio-block {
    min-height: 36px;
}

/* .draw-clear{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 22px;
    color: #A6A6A6;
} */

.fons-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.fons-item {
    padding: 0 4px;
    margin-bottom: 8px;
}

.fons-btn.active {
    border: 1px solid #1A659E;
    color: #004FFF;
    background-color: #fff;
}

.fons-btn {
    height: 44px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(19, 21, 21, 0.5);
    padding: 10px 16px;
    border-radius: 5px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
}

.draw-radio-block .custom-radio+.custom-radio {
    margin-left: 15px;
}

.custom-radio {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.custom-radio__input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: none;
}

.custom-radio__input-fake {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border: 2px solid #BEBFC1;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
}

.custom-radio__input:checked~.custom-radio__input-fake {
    /* background-image: url(../img/dealer/radio-checked.svg); */
    min-width: 32px;
    width: 32px;
    height: 32px;
}

.card-white {
    border: 1px solid #ddd;
    background-color: #FFF;
}

.color-gray {
    color: rgba(93, 103, 126, 0.69);
}

.btn--secondary-2 {
    color: #9A9A9A;
    background-color: #F4F4F4;
}

.btn--secondary-3 {
    color: #fff;
    background-color: #4FC870;
}

.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/dealer/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/dealer/icon-checked-checkbox.svg);
    border-color: #4BAE4F;
}

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

.custom-checkbox-card{
    border: 1px solid #ddd;
    box-shadow: 0px 1px 2px 0px #00000029;
    padding: 16px;
    border-radius: 12px;
    width: 100%;
    align-items: flex-start !important;
}

.custom-checkbox-card.custom-checkbox-card-checked{
    box-shadow: none;
    border-color: #336BB3;
    font-weight: 500;
}

.sidebar-2 {
    background: #fff;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 8%); */
    width: 270px;
    position: fixed;
    height: calc(100% - var(--header-fixed-padding));
    left: 0;
    top: var(--header-fixed-padding);
    z-index: 100;
    border-right: 1px solid #ddd;
}

.sidebar-2__container {
    padding: 20px;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    /* overflow: auto; */
    /*height: 100%;*/
}

.sidebar-3__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.sidebar-2__list-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.sidebar-3 .sidebar-2__link {
    padding: 8px 12px 8px 12px;
}

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

.btn--md-2 {
    padding: 5px 34px;
}

.sidebar-2__list {
    width: 100%;
}

.sidebar-2__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 8px
}

.sidebar-3 .sidebar-2__link.active .sidebar-2__pill {
    background-color: #326ab2;
    color: #fff;
}

.sidebar-3 .sidebar-2__link.active::after {
    display: none;
}

.sidebar-2__link-icon {
    display: flex;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    align-items: center;
}

.sidebar-2__item {
    width: 100%;
    margin-bottom: 10px;
}

.sidebar-2__link-text {
    font-size: 15px;
}

.sidebar-2__link.active {
    background: #F0F5F9;
    position: relative;
}

.sidebar-2__link.active .sidebar-2__link-icon {
    color: #1B5CAF;
}

.sidebar-2__link .sidebar-2__link-icon {
    color: #5D677E;
}

.sidebar-2__pill {
    font-size: 12px;
    border-radius: 5px;
    padding: 1px 5px;
    text-align: center;
    min-width: 27px;
    background-color: #DEDFE2;
    color: #5D677E;
}

.sidebar-2__pill.pill-red {
    background-color: #F54E4E;
    color: #fff;
}

.sidebar-2-pl {
    padding-left: 270px;
}

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

.input-custom__btn-eye {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.progress-password {
    font-size: 16px;
    line-height: 16px;
    color: #131515;
    display: flex;
    align-items: center;
}

.progress-password__line {
    height: 8px;
    width: 100%;
    filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
    background-color: rgba(93, 103, 126, 0.13);
    position: relative;
    border-radius: 8px;
    margin: 0 16px;
}

.progress-password__success {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(-90deg, #10c01c 0.00%, #cfffd2 100.00%);
    height: 8px;
    width: 72%;
    border-radius: 8px;
}

.email-link {
    color: #004FFF;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}

.modal__subtitle {
    font-size: 14px;
    line-height: 16px;
    color: var(--secondary-2);
}

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

.card-download-list {
    border-radius: 20px;
    /*filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16 ));*/
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    background-color: #fff;
    /*max-width: 583px;*/
    width: 100%;
    height: max-content;
    /* margin-left: 128px; */

    min-width: 350px;
}

.card-download-list__title {
    font-size: 14px;
    line-height: 24px;
    color: #131515;
}

.card-download-list__subtitle {
    font-size: 12px;
    line-height: 18px;
    color: rgba(19, 21, 21, 0.5);
}

.card-download-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px;
    border-bottom: 1px solid rgba(93, 103, 126, 0.17);
}

.card-download-list__body {
    padding: 26px;
}

/* .select2-container{
    width: 100%;
} */

.table-hotel-field .table th {
    padding: 6px 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.table-hotel-field .table td {
    padding: 6px 0;
    color: #131515;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.table-wrapper .select2-container--default .select2-selection--single {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.02));
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.table-wrapper {
    overflow: auto;
    white-space: nowrap;
}

.table-first-col th:first-child,
.table-first-col td:first-child {
    padding-right: 15px;
}

.content-center-box {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 20px 10px;
}

.table-hotel-field-group {
    padding-left: 64px;
    padding-top: 40px;
    width: 100%;
}

.select-group {
    display: flex;
    align-items: center;
}

.search-form-2 {
    display: flex;
    align-items: center;
}

.search-form-2 input {
    border: none;
    padding-left: 10px;
}

.header__body.h-72px {
    min-height: 72px;
}

.task-link {
    color: #87909E;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
}

.task-link.active-task {
    position: relative;
}

.task-link.active-task::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #f54e4e;
    border-radius: 50%;
    right: 0;
    top: 0;
}

.sidebar-2__title-list {
    font-size: 12px;
    font-weight: 500;
    color: #87909E;
    margin-bottom: 12px;
}

.sidebar-3 .sidebar-2__link-icon {
    display: flex;
    justify-content: center;
    width: 23px;
}

.choose-radio {
    display: none;
}

.choose-radio__group-content {
    padding: 12px 16px;
    display: flex;
    border: 1px solid #A9AEBB;
    background-color: #FFF;
}

.choose-the-plan__img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
}

.choose-the-plan__group-text {
    display: flex;
    flex-direction: column;
}

.choose-the-plan__title {
    color: #131515;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.choose-the-plan__text {
    color: rgba(19, 21, 21, 0.5);
    font-size: 13px;
    line-height: 20px;
}

.choose-radio:checked+.choose-radio__group-content {
    border: 1px solid #72BF40;
}

.icon-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-service-plan tbody tr {
    height: 36px;
}

.table-service-plan tbody tr td:not(:first-child) {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.table-service-plan tbody tr td:first-child {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(19, 21, 21, 0.5);
}

.table-service-plan .table th {
    padding: 12px 10px;
}

.table-service-plan__title-group {
    min-height: 106px;
    display: flex;
    flex-direction: column;
}

.table-service-plan__title {
    color: #131515;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
    flex: auto;
}

.table-service-plan {
    overflow: auto;
}

.label-total {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
    color: rgba(19, 21, 21, 0.4);
}

.floorplan-vendor .input-custom__input {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
}

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

.custom-checkbox__text {
    display: flex;
    align-items: center;
    color: #131515;
    font-size: 14px;
    padding-left: 16px;
}

.service-text-list {
    max-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.service-text-list li {
    margin-bottom: 6px;
    margin-right: 10px;
    max-width: 300px;
}

.service-plan-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.service-plan-item:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 16px;
}

.service-plan-item .service-checkbox {
    min-width: 230px
}

.service-plan-wrap {
    overflow: auto;
    max-height: calc(100vh - 400px);
    min-height: 300px;
}

.service-plan-wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.signature .modal__title {
    font-size: 24px;
    color: #1C1B1F;
    font-weight: 400;
}

.signature .modal__header {
    border-bottom: 1px solid #ddd;
}

.signature .tab-item {
    width: 100%;
    text-align: center;
}

.signature .tab-link {
    font-size: 14px;
    font-weight: 500;
    color: #5D677E;
    letter-spacing: 0.1px;
    padding: 14px 5px;
}

.signature .tab-item.active-tab .tab-link {
    color: #336BB3;
    background-color: #fff;
}

.underline-link {
    color: #336BB3;
    font-size: 14px;
    white-space: nowrap;
    text-decoration-line: underline;
}

.signature .tab-item+.tab-item {
    border-left: 1px solid #ddd;
    margin-left: 0;
}

.signature__body {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 16px;
    min-height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.signature .tab-item.active-tab {
    border-bottom: 3px solid #336BB3;
}

.draw-clear {
    font-size: 12px;
    color: #5D677E;
    letter-spacing: 0.1px;
    line-height: 20px;
    font-weight: 500;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.label-3 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.sent-successfully {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: #4BAE4F;
    border-radius: 5px;
    border: 1px solid #4BAE4F;
    background-color: #fff;
    margin-top: 20px;
    padding: 9px;
}

.select-outline-style .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
}

.style-h-36 .select2-container--default .select2-selection--single {
    height: 36px;
}

.style-h-36 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.select-outline-style .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../../img/dealer/select-arrow-3.svg);
    width: 10px;
}

.label-3-group {
    display: flex;
    align-items: center;
}

.modal__dialog--680 {
    max-width: 712px;
}


.select-outline-style .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
}

.select-outline-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
}

.floorplan-vendor .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 24px 3px 8px;
    border: none;
    border-radius: 4px;
    background-color: #356BB3;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    right: 0;
    border-right: none;
    font-size: 20px;
    padding-right: 8px;
    height: 100%;
    color: #fff;
    font-weight: 400;
}

.select-multiple-40 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 12px;
}

.select-multiple-40 .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ddd;
}

.select-multiple-40 .select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    padding: 2px 7px;
    min-height: 40px;
    border-radius: 8px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    font-size: 14px;
}

.card-shadow-2 {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.custom-checkbox__input-fake-3 {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    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-3 {
    background-image: url(../../img/dealer/check-icon-white-2.svg);
    border-color: var(--primary);
    background-color: var(--primary);
}

.pill-accent-orangessue {
    color: #F86624;
    background-color: rgba(248, 102, 36, 0.20);
    font-size: 12px;
}

.arrow-method-item {
    padding: 10px;
    display: flex;
}

.message-group {
    display: flex;
}

.message-group+.message-group {
    margin-top: 24px;
}

.message-item {
    flex: auto;
}

.message-item__name {
    color: #131515;
    font-size: 16px;
    font-weight: 400;
}

.message-item__time {
    color: #5D677E;
    font-size: 12px;
    font-weight: 400;
}

.message-item__name-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: auto;
    min-height: 40px;
    margin-bottom: 4px;
}

.message-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.workflow-chat__footer-menu {
    display: flex;
    align-items: center;
}

.workflow-chat__editor-btn {
    background-color: transparent;
    width: 16px;
    height: 16px;
}

.workflow-chat__editor-btn+.workflow-chat__editor-btn {
    margin-left: 12px;
}

.workflow-chat__footer {
    border-radius: 16px;
    border: 0.5px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.06);
}

.workflow-chat__footer-menu {
    padding: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.workflow-chat__footer-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.workflow-chat__body {
    padding: 20px 0;
    max-height: 588px;
    min-height: 588px;
    overflow: auto;
}

.user-blok__icon {
    border: 0.5px solid #ddd;
    box-shadow: 0px 1.111px 2.222px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.message-item__list-text {
    padding-left: 20px;
}

.message-item__list-text li {
    list-style: disc;
    line-height: 32px;
    font-size: 16px;
}

.sidebar-helper.open {
    right: 0;
}

.sidebar-helper {
    --sidebar-width: 452px;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: var(--sidebar-width);
    flex: 0 0 var(--sidebar-width);
    background-color: var(--white);
    border-left: 1px solid #ddd;
    top: var(--header-fixed-padding);
    height: calc(100vh - var(--header-fixed-padding));
    right: calc(var(--sidebar-width) * -1);
    transition: 0.3s;
    z-index: 100;
}

.sidebar-helper-button {
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 360px;
    color: var(--primary);
    width: 70px;
    height: 70px;
    font-size: 30px;
    font-weight: 600;
    opacity: 0.7;
    transition: 0.2s;
    cursor: pointer;
}

.sidebar-helper .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 16px;
    border-bottom: 1px solid #ddd;
    min-height: 74px;
}

.sidebar-helper .sidebar-body {
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: auto;
    border-bottom: 1px solid #ddd;
}

.sidebar-helper .sidebar-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

.sidebar-helper .sidebar-body--item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.sidebar-helper .sidebar-body--item {
    padding: 20px;
}

.video-wrapper {
    width: 100%;
    height: 215px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.list-def {
    display: flex;
    flex-direction: column;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
}

.accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    padding: 8px 0;
    text-align: left;
}

.accordion-body {
    padding: 10px 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    width: 78px;
    height: 78px;
}

.right-line {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
}

.tab-nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.tab-nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    border-radius: 8px;
    padding: 5px 16px;
    background: var(--white);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    font-weight: normal;
    font-size: 15px;
    color: #516a78;
}

.tab-nav li:not(:last-child) {
    margin-right: 20px;
}

.tab-nav:not(.tab-nav--secondary, .tab-nav--view-type) li:first-child a {
    background: rgba(235, 102, 43, 0.16);
    color: #EB662B;
}

.tab-nav:not(.tab-nav--secondary, .tab-nav--view-type) li:first-child.active-tab a {
    background-color: #EB662B;
    color: var(--white);
}

.tab-nav li.active-tab a {
    background-color: #336BB3;
    color: var(--white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.group--40 {
    --gap: 40px;
}

.card-shadow {
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(91, 104, 113, 0.32), 0px 0px 1px 0px rgba(26, 32, 36, 0.32);
    overflow: hidden;
}

.tab-disabled {
    pointer-events: none;
    filter: blur(3px);
}

.pill {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
}

.pill-access {
    background-color: rgba(75, 174, 79, 0.10);
    color: #4BAE4F;
}

.grid-item-label {
    font-size: 14px;
    color: #131515;


}

.grid-item-group+.grid-item-group {
    margin-top: 12px;
}

.wrapper:has(+ .sidebar-helper.open) {
    padding-right: 450px;
}

.btn--outline-gray {
    border: 1px solid #ddd;
    background-color: #fff;
}

.card-download-list__body .label {
    font-size: 14px;
    font-weight: 400;
}

.card-download-list__body .drop-area {
    color: #131515;
}

.card-download-list__body .drop-area .info {
    color: rgba(19, 21, 21, 0.5);
}

.grid-item-group {
    display: flex;
    align-items: center;
}

.btn-flag {
    display: flex;
    align-items: center;
}

.btn-flag.flag-red {
    color: #FF3030;
}

.btn-flag.flag-blue {
    color: #3248D6;
}

.pill-todo {
    background-color: #828B9D;
    color: #ddd;
}

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

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

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

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

.g-8 {
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
}

.g-12 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

.g-16 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.g-17 {
    --bs-gutter-x: 17px;
    --bs-gutter-y: 17px;
}

.g-20 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.ff-caveat {
    font-family: 'Caveat', cursive;
}

.ff-pacifico {
    font-family: 'Pacifico', cursive;
}

.ff-playfair-display {
    font-family: 'Playfair Display', serif;
}

.ff-anonymous-pro {
    font-family: 'Anonymous Pro', monospace;
}

.ff-kalam {
    font-family: 'Kalam', cursive;
}

.ff-kaushan {
    font-family: 'Kaushan Script', cursive;
}

/* =========31-10-2024========= */


/* .data-table-fix .dataTables_scrollHead{
    position: sticky !important;
    top: 0;
    z-index: 10;
    overflow: visible !important;
}

.data-table-fix .dataTables_scrollBody{
    overflow: inherit !important;
 
} */

.data-table-fix .dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.data-table-fix .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: transparent;
}

.data-table-fix .dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(26, 101, 158, 0.5);
}

.heading-sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    background: white;
    padding-top: 5px;
    padding-bottom: 12px;
    margin-bottom: 0 !important;
}

.box-18x18 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.modal__dialog--1200 {
    max-width: 1232px;
}

.modal.stand-expanded {
    background: rgba(0, 0, 0, 0.8);
}

.chart-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    overflow: hidden;
}

.chart-card__head {
    padding: 7px 20px;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 52px;
}

.chart-card__body {
    padding: 10px 14px 14px;
    flex: auto;
}

.chart-card__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 24px 24px;
    margin-top: auto;
}

.chart-card__title {
    font-size: 16px;
    font-weight: 500;
    color: #131515;
}

.stand-expanded .modal__header {
    padding: 42px 28px 32px;
}


.stand-expanded .modal__body {
    padding: 0 28px 12px;
}

.stand-expanded.stand-expanded-calculator .modal__body {
    padding: 0 28px 0;
    overflow: auto;
}


.stand-expanded .modal__title {
    color: #131515;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.stand-expanded .modal__content {
    border-radius: 24px;
    max-height: calc(100vh - 32px);
}

.g-16 {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

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

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

.stand-expanded .canvas {
    min-height: 180px;
}

.stand-expanded .col-md-6 {
    display: flex;
}

/* .region-grap{
    position: relative;
    overflow: hidden;
    inset: 0;
}

.region-grap__grap{

    position: fixed;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.region-grap__circle{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 360px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-color: #1674D2;
    box-shadow: 0px 1px 4px 0px rgba(16, 24, 40, 0.05);
    z-index: 5;
    margin-top: 44px;

}

.region-grap__line{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 126px;
    overflow: hidden;
    z-index: 4;
    top: 0;

} */

.decor-demand,
.decor-supply {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}

/* .decor-demand::before,
.decor-supply::after{
    content: '';
    height: 8px;
    width: 2px;
    border-radius: 2px;
    display: block;
}

.decor-demand::before{
    background-color: rgba(43, 83, 235, 1);
}

.decor-supply::after{
    background-color: rgba(0, 181, 248, 1);
} */

.gallery-hammer-war {
    z-index: 2;
    position: absolute;
    right: 12px;
    bottom: 12px;
    background-color: #00B5FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
}

.gallery-hammer-war img {
    filter: brightness(0) invert(1);
}

.bar-chart-group {
    position: relative;
    overflow: hidden;
    inset: 0;
}

.current-vin-bar {
    padding: 0 6px;
    font-size: 12px;
    height: 23px;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px #1018280D;
    color: #1674D2;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    z-index: 2;
    margin-bottom: auto;
}

.group-line-bar {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: left;
    /* width: 100%; */
    width: fit-content;
    height: 100%;
}

.group-line-bar::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 100%;
    border-right: 2px dashed;
    left: 50%;
    transform: translateX(-50%);
}

.line-bar {
    display: flex;
}

/* .current-vin-bar::after{
    content: '';
    position: absolute;
    z-index: 1;
    width: 1px;
    height: 100%;
    border-right: 2px dashed;
} */


/* ============26.03.2025================ */

.table-valuations {
    color: #333333;
    overflow: auto;
}

.modal-valuation .modal__body-section {
    padding: 36px 48px;
}

.modal-valuation .modal__dialog--518 {
    max-width: 550px;
}

.modal-valuation .modal__dialog--900 {
    max-width: 932px;
}

.modal-valuation .modal__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #DDDDDD;
}

.modal-valuation__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #5D677E;
}

.modal-valuation__title-section {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}

.modal-valuation__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #131515;
}

.table-valuations th {
    text-align: right;
    padding: 9px 12px;
}

.table-valuations tr td {
    padding: 9px 12px;
}

.table-valuations td:not(:first-child) {
    text-align: right;
}

.table-valuations .gray-background td {
    background-color: #F0F0F0;
    color: #131515;
    font-weight: 600;
}

.table-valuations tfoot {
    border-top: 1px solid #D0D5DD;
}

.modal-valuation__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.modal-valuation .modal__body-section-footer {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.modal-valuation .list-page-content--tabs {
    padding: 12px 48px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.modal-valuation .list-page-content--tabs .active-tab .btn-tab-page {
    background-color: #F0F0F0;
    font-weight: 500;
    color: #131515;
}

.tabs-footer-body {
    background-color: #F0F5F9;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0px 1px 2px 0px #00000029;
    padding: 36px 48px;
    display: flex;
    flex-direction: column;
}

.modal-valuation .modal__body-valuation {
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 614px;
}

.modal-valuation .data-table {
    background-color: #F0F5F9 !important;
}

.modal-valuation .data-table tr th {
    background-color: #F0F5F9 !important;
}

.modal-valuation .data-table tr td {
    background-color: var(--white) !important;
}

.modal-valuation .data-table-container table.dataTable tr {
    box-shadow: none !important;
}

.modal-valuation .custom-checkbox__input-fake-2.custom-checkbox__input-fake-2--20 {
    min-width: 16px;
    width: 16px;
    height: 16px;
    background-size: 10px;
}

.modal-valuation .custom-checkbox__input-fake-2.custom-checkbox__input-fake-2-darkborder {
    border-color: rgba(93, 103, 126, 0.75);
}

.radio-circle-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.radio-circle-btn__input {
    display: none;
}

.radio-circle-btn__input-fake {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    background-color: #fff;
    position: relative;
}

.radio-circle-btn__input:checked+.radio-circle-btn__input-fake::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #336BB3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-circle-btn__input:checked+.radio-circle-btn__input-fake {
    border-color: #336BB3;
}

.vehicle-body-style {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px 0px #00000029;
    border-radius: 12px;
    background-color: #fff;
    flex: auto;
}

.vehicle-body-style__item {
    min-height: 40px;
    padding: 10px 12px;
}

.vehicle-body-style__item:nth-child(2n) {
    background-color: rgba(240, 245, 249, 0.61);
}

.modal-valuation__data-table .data-table__footer {
    display: none;
}

.modal-valuation__data-table table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting {
    padding-right: 12px !important;
}

.group-body-style {
    display: flex;
    gap: 42px;
}

.print-bookout {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.btns-step-chart {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-step-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    background-color: #fff;
}

.modal__dialog--1760 {
    max-width: 1760px;
}

.full-screen-chart {
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 23px;
    border-radius: 4px;
    padding: 0 6px;
    background-color: #DCFCE7;
    color: #166534;
}

.pill-chart-plus {
    background-color: #DCFCE7;
    color: #166534;
}

.pill-chart-minus {
    background-color: #FEE2E2;
    color: #991B1B;
}

.btn--y-36 {
    padding: 5px 16px;
    min-height: 36px;
}

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

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

.modal-one-chart .chart-card__head {
    display: none;
}

.chart-card__body canvas {
    height: 181px !important;
}

.chart-card__body canvas.bar-chart-modal-2 {
    height: 221px !important;
}

.modal-one-chart .modal__dialog--1760 {
    max-width: 1200px;
}

.modal-arrow-back {
    display: none;
}

.modal-one-chart .modal-arrow-back {
    display: flex;
}


.region-grap__grap {
    transition: left 0.2s ease;
    will-change: left;
}

.region-grap {
    position: relative;
}

.dynamic-line {
    position: absolute;
    top: 0;
    width: 1px;
    background-color: #1674D2;
    background-image: linear-gradient(to bottom,
            transparent, transparent 50%,
            #1674D2 50%, #1674D2);
    background-size: 1px 6px;
    z-index: 4;
    pointer-events: none;
}

.dynamic-circle {
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 5;
    pointer-events: auto;
    cursor: grab;
    transform: translate(-50%, -50%);
}

.dynamic-circle:active {
    cursor: grabbing;
}

.custom-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1674D2;
    border-radius: 50%;
}

.select-chart-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.select-chart-wrap.select-wrapp--secondary .select2-container--default .select2-selection--single {
    border: none;
    box-shadow: none;
}

.select-chart-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    text-overflow: initial;
}


.select-chart-wrap.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
}

.select-chart-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
}

.tippy-carfax {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    max-width: 700px;
    width: 100%;
    padding: 0 !important;
}

.carfax-login__link {
    color: #336BB3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.tippy-carfax__text {
    font-size: 16px;
    color: #131515;
    font-weight: 400;
    margin-bottom: 24px;
}

.tippy-carfax__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px;
    width: 100%;
}


.tippy-carfax__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.tippy-carfax__title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

.carfax-log-out__title {
    color: #131515;
    font-weight: 700;
    font-size: 20px;
}

.carfax-log-out__text {
    font-size: 16px;
    color: #5D677E;
}

.modal__dialog--700 {
    max-width: 736px;
}

.carfax-log-out .modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #ddd;
}

.carfax-log-out .modal__header .modal__title {
    font-weight: 600;
    font-size: 20px;
}

.carfax-log-out .modal__body {
    align-items: center;
    width: 100%;
    padding: 48px;
}

.carfax-log-out .modal__content {
    border-radius: 24px;
}

.carfax-logo {
    display: none;
}

.carfax-default .carfax-default,
.fair-value .fair-value,
.good-value .good-value,
.great-value .great-value,
.one-owner .one-owner,
.one-owner-fair-value .one-owner-fair-value,
.one-owner-good-value .one-owner-good-value,
.one-owner-great-value .one-owner-great-value {
    display: block;
}

.total-cars-sold__list {
    display: flex;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
}

.total-cars-sold__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #F8F8F9;
    min-width: 158px;
    flex: auto;
    height: 74px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.total-cars-sold__item:first-child {
    border-left: 1px solid #ddd;
    border-radius: 8px 0 0 8px;
}

.total-cars-sold__item:last-child {
    border-right: 1px solid #ddd;
    border-radius: 0 8px 8px 0;
}

.total-cars-sold__title {
    color: #5D677E;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
}

.total-cars-sold__value {
    font-size: 14px;
    font-weight: 500;
    color: #131515;
    line-height: 24px;
}

.total-cars-sold {
    padding: 20px;
    background-color: #fff;
}

.total-cars-sold__item.active {
    background-color: #fff;
}

.total-cars-sold__scroll-wrap {
    overflow: auto;
}


.analysis-card-add {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F5F9;

}

.modal__dialog--1380 {
    max-width: 1380px;
}

.inventory-market-demand .modal__footer {
    padding: 28px;
}

.inventory-market-demand .modal__body {
    padding: 0 28px;
}

.aggregate-demand {
    color: #131515;
    font-size: 14px;
    font-weight: 500;
}

.inventory-market-demand .modal__content {
    border-radius: 20px;
}

.inventory-market-demand .modal__header {
    padding: 28px;
}

.inventory-market-demand .analysis-card__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.analysis-card {
    display: flex;
    flex-direction: column;
    padding: 16px 12px;
    gap: 7px;
    position: relative;
    box-shadow: 0px 3px 6px 0px #00000029;
    border-radius: 8px;
    height: 100px;
}

.status-searches {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #2B53EB;
}

.analysis-chart-wrap {
    max-height: 500px;
}

.analysis-card__car-make {
    font-size: 14px;
    color: #131515;
}

.analysis-card__car {
    font-size: 14px;
    color: #131515;
    font-weight: 500;
}

.analysis-card-add {
    max-width: 200px;
    width: 100%;
    min-width: 100px;
    height: 100px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px 0px #00000029;
}

.analysis-card__item {
    max-width: 200px;
    width: 100%;
}

.analysis-card__search {
    color: #5D677E;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.analysis-chart-group {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}


.analysis-chart-group .demand {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -12px;
    color: #7B8499;
    font-size: 11px;
}

.analysis-chart-group .time-duration {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(50%, 0);
    color: #7B8499;
    font-size: 11px;
}

.time-duration {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7B8499;
    font-size: 11px;
}

.analysis-card__dropdown {
    right: 2px;
    top: 4px;
    position: absolute;
}

.teble-weekly-changes thead th {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px;
    white-space: nowrap;
}

.teble-weekly-changes tbody td {
    text-align: center;
}

.teble-weekly-changes tbody td:first-child {
    text-align: left;
}

.teble-weekly-changes tbody td {
    border-bottom: 1px solid #D0D5DD;
    padding: 10px 12px;
}

.teble-weekly-changes .tr-bg-gray {
    background-color: #F0F0F0;
}

.teble-weekly-changes,
.teble-pricing-decision {
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.weekly-changes .modal__header {
    padding: 28px;
}

.weekly-changes .modal__body,
.modal-pricing-decision .modal__body {
    padding: 0 28px;
}

.variance-plus {
    color: #059669;
    font-weight: 500;
    position: relative;
    padding-right: 13px;
}

.variance-minus {
    color: #DC2626;
    font-weight: 500;
    position: relative;
    padding-right: 13px;
}

.variance-plus::after {
    content: url(../../img/dealer/arrow-variance-plus.svg);
}

.variance-minus::after {
    content: url(../../img/dealer/arrow-variance-minus.svg);
}

.variance-plus::after,
.variance-minus::after {
    position: absolute;
    right: 0;
    height: 16px;
}

.teble-weekly-changes__wrap,
.teble-pricing-decisions__wrap {
    width: 100%;
    overflow: auto;
}

.weekly-changes .border-bottom-none td {
    border-bottom: none !important;
}

.modal-pricing-decision .modal-body-title {
    font-weight: 400;
    font-size: 24px;
}

.teble-pricing-decision thead th {
    text-align: center;
    background-color: #F0F0F0;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    padding: 10px;
}

.teble-pricing-decision tbody td {
    font-size: 14px;
    color: #333333;
    padding: 15px;
    text-align: center;
    white-space: nowrap;
}

.pricings-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.pricing-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-radius: 8px;
    padding: 13px 22px;
}

.pricing-link__name {
    font-size: 14px;
    line-height: 20px;
}

.pricing-link__group-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pricing-link-green {
    background-color: #16A34A;
    border: 1px solid #16A34A;
    color: #fff;
}

.pricing-link-blue {
    background-color: #336BB3;
    border: 1px solid #336BB3;
    color: #fff;
}

.pricing-link-default {
    border: 1px solid #D0D5DD;
    color: #131515;
    background-color: #fff;
}

.teble-pricing-decisions__wrap {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    margin-bottom: 28px;
}

.modal-pricing-decision .modal__footer {
    padding: 28px;
}

.weekly-pricing-status-btn {
    height: 32px;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.stand-expanded .modal__footer .btn {
    height: 52px;
}

.stand-expanded .modal__footer {
    align-items: flex-start;
    padding: 20px 28px;
}

.designation-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 13px;
    color: #131515;
}

.designation-item__line {
    max-width: 18px;
    width: 18px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weekly-changes .modal__footer {
    padding: 20px 28px;
}

.product-card__item-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #131515;
    font-size: 12px;
    font-weight: 400;
}

.pill-ln {
    background-color: #FFF5E3;
    color: #F85757;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 8px;
    border-radius: 4px;
}

.pill-rn {
    background-color: #E6F0F8;
    color: #34469F;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 8px;
    border-radius: 4px;
}

.select-wrapp--secondary.select-default-clean .select2-container--default .select2-selection--single {
    box-shadow: none !important;
    border: none !important;
}


.auction-short-card {}

.auction-short-card__action-top {
    display: flex;
    align-items: center;
}

.auction-short-card__action-top a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 4px;
    height: 40px;
}

.accordeon-short-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background-color: #F0F5F9;
    color: #5D677E;
}

.accordeon-short-btn svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.accordeon-short {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.accordeon-short__title-date {
    color: #131515;
    font-size: 24px;
    font-weight: 500;
}

.accordeon-short.accordeon--show .accordeon-short__title-date {
    color: #F85757;
}

.accordeon-short__counter-cars {
    color: #5D677E;
    font-weight: 500;
    font-size: 16px;
}

.accordeon-short__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    overflow: auto;
    white-space: nowrap;
}


.accordeon-short.accordeon--show .accordeon-short__head {
    background-color: #F0F5F9;
}

.accordeon-short.accordeon--show .accordeon-short-btn {
    background-color: #336BB3;
    color: #fff;
}

.accordeon-short.accordeon--show .accordeon-short-btn svg {
    transform: rotate(90deg);
}

.accordeon-short-body .bg-white {
    width: 100%;
}

.accordeon-short-body {
    padding: 0;
}

.car-rank-pill__counter {
    font-weight: 500;
    color: #131515;
    background-color: #fff;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.car-rank-pill-border {
    border: 1px solid;
    border-radius: 4px;
    overflow: hidden;
}

.list-price-status {
    display: flex;
    background-color: #F8F8F9;
    border-radius: 8px;
    /* overflow: hidden; */
    gap: 16px;
}

.list-price-status li {
    min-width: 138px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.list-price-status__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #5D677E;
}

.list-price-status__days {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #131515;
}

.list-price-status li.active-li {
    background-color: #F0F5F9;
}

.statistics-list-shorts__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 124px;
    padding: 12px;
}

.statistics-list-shorts__title {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #5D677E;
}

.pill-positive,
.pill-negative {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    padding: 4px 20px 4px 4px;
    border-radius: 4px;
}

.pill-positive::after,
.pill-negative::after {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.pill-positive::after {
    content: url(../../img/dealer/icon-positive.svg);
}

.pill-negative::after {
    content: url(../../img/dealer/icon-negative.svg);
}


.pill-positive {
    background-color: rgba(75, 174, 79, 0.2);
    color: #4BAE4F;
}

.pill-negative {
    background-color: rgba(255, 87, 87, 0.06);
    color: #F85757;
}

.statistics-list-shorts {
    display: flex;
    gap: 12px;
}

.search-shortlist-form {
    min-width: none;
}

.search-form-group-calendar .search-shortlist-form {
    min-width: auto;
}

/* ================= */

/* fc {
  font-family: inherit;
  border: none;
} */

.fc .fc-toolbar.fc-header-toolbar {
    padding: 32px;
    margin-bottom: 0;
}

/* Заголовки дней */
.fc-col-header-cell {
    padding: 10px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    font-weight: normal;
}

/* Ячейки с временем */
.fc-timegrid-slots td {
    border: 1px solid #dee2e6;
    height: 40px;
}

/* События - кружки с цифрами */
.fc-event-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    margin: 0 auto;
}

/* Легенда */
.calendar-legend {
    position: absolute;
    top: 20px;
    right: 20px;
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.calendar-legend h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 14px;
}

.legend-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    margin-right: 8px;
}

.event-details-content {
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.event-type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.calendar-header-toolbar {
    display: flex;
    align-items: center;
}

.fc-toolbar-title {
    font-size: 14px !important;
    font-weight: 500;
    color: #131515;
    padding: 0 20px;
}

.fc-toolbar-chunk div:first-child {
    display: flex;
    align-items: center;
}

.fc .fc-col-header-cell-cushion {
    font-weight: 700;
    font-size: 16px;
    color: #5D677E;
}

.fc-button-primary {
    color: #5D677E !important;
    background-color: transparent !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 24px !important;
    border-color: transparent !important;
    text-transform: capitalize !important;
}

.fc-button-primary.fc-button-active {
    background-color: #F0F0F0 !important;
    ;
}

.fc-prev-button,
.fc-next-button {
    background-color: #F0F5F9 !important;
    width: 32px;
    height: 32px;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-color: transparent !important;
}

.fc-prev-button .fc-icon-chevron-left:before,
.fc-next-button .fc-icon-chevron-right:before {
    color: #5D677E;
}

.fc-event-container {
    display: flex;
    align-items: center;
    padding: 8px;
    height: 100%;
    gap: 8px;
}

.fc-event-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 4px;
    text-align: center;
    color: #fff;
    background-color: #336BB3;
    border-radius: 8px;
}

.fc-event-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: #fff;
}

.fc .fc-timegrid-slot {
    height: 64px;
    padding: 16px;
}

.fc-v-event {
    border: 1px solid #fff;
}

.fc-event-icon svg {
    color: #5D677E;
}

.fc .fc-daygrid-event-harness {
    background-color: #F0F5F9;
    border-radius: 4px;
}

.fc-timegrid-slots td {
    border: 1px solid #EFFCFF;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #EFFCFF;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #EFFCFF;
    height: 68px;
    vertical-align: middle;
    background-color: #fff;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
}


/* ====== */

.tab-body-item {
    display: none;
}

.tab-body-item.active-tab {
    display: block;
}

.options-tabs.tabs {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}

.list-page-tab.active-tab .btn-tab-page {
    background-color: #EAEDF0;
    color: var(--defaultTextColor);
    text-shadow: 0 0 0.15px var(--defaultTextColor);
    pointer-events: none;
}

.accordeon-short__head .messsage-section--item {
    padding: 0 10px;
    flex: auto;
    align-items: flex-end;
}

.accordeon-short.accordeon--show .accordeon-short__head .messsage-section--item {
    display: none;
}


.fc-dayGridYear-view thead {
    display: none;
}



/* ============= */

/* .fc-drag-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff5722;
  z-index: 1000;
  cursor: ns-resize;
  transition: background-color 0.2s;
}

.fc-drag-line:hover,
.fc-drag-line.dragging {
  background-color: #e64a19;
  height: 3px;
} */

.dom-analysis-card {
    padding: 16px 12px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dom-analysis-card__group-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dom-analysis-card__label {
    color: #5D677E;
    font-weight: 400;
    font-size: 13px;
}

.dom-analysis-card__value {
    color: #131515;
    font-weight: 500;
    font-size: 13px;
}

.dom-analysis-card-title {
    color: #5D677E;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
    padding: 5px;
}

.dom-analysis-cards__list {
    display: flex;
    gap: 6px;
}

.dom-analysis-card-group {
    display: flex;
    flex-direction: column;
    min-width: 184px
}

.dom-analysis-cards {
    overflow: auto;
}

.modal__dialog--1412 {
    max-width: 1412px;
}

.dom-analysis-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #C2D3DF;
}

.dom-analysis-card.active {
    border-color: #C2D3DF;
    background-color: #F0F5F9;
}

.dom-analysis-card.active .dom-analysis-card__label,
.dom-analysis-card.active .dom-analysis-card__value {
    color: #336BB3;
}

.sticky-sidebar--right::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block !important;
}

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

.fc-daygrid-day-bottom {
    display: none;
}

.shortlist-btns-block {
    gap: 12px;
}

.product-card__item.border-top-none {
    min-width: 300px;
}

/* ========22.01.2026========== */
/* .select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
} */



.row-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.row-checkbox__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.row-checkbox__control {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #cbd5e1;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.row-checkbox__control::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.15s ease;
}

.row-checkbox__input:checked + .row-checkbox__control {
    background: #2563eb; 
    border-color: #2563eb;
}

.row-checkbox__input:checked + .row-checkbox__control::after {
    opacity: 1;
}

.row-checkbox:hover .row-checkbox__control {
    border-color: #2563eb;
}

.car-inventory-list{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 4px;
}

.car-inventory-item{
    display: flex;
    align-items: center;
    padding: 16px 16px 0 16px;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 4px 0px #0000000A;
    border-radius: 16px;
}

.car-inventory-item.active{
    border: 1px solid #1674D2;
}

.car-inventory-item__contetnt{
    display: flex;
    align-items: center;
    width: 100%;
}


.car-inventory-item__img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 120px;
    min-width: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.car-inventory-item__info{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;

}

.car-inventory-item__col-info{
    /* min-width: 118px; */
    min-width: 53px; 
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.list-dots{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.list-dots span{
    position: relative;
}

.list-dots span + span::after{
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5D677E;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.pill-markets,
.filter-thumb{
    padding: 8px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    border: 1px solid transparent;
}

.filter-thumb{
    border: 1px solid #DDDDDD;
    background-color: #fff;
    color: #5D677E;
}

.filter-thumb.active{
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    font-weight: 500;
}

.filter-humb.active span:first-child{
    color: #131515;
}

.car-inventory-item__decor-line{
    display: block;
    background-color: #DDDDDD;
    width: 1px;
    height: 150px;
    margin: 0 22px;
}

.car-inventory-item__img-group{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.btn--secondary-4{
    background-color: transparent;  
    color: var(--primary); 
    border-color: var(--primary);
}

.line-px-20{
    display: block;
    height: 44px;
    width: 1px;
    background-color: #DDDDDD;
    margin: 0 20px;
}

.differences-list{
    display: flex;
    align-items: center;
    gap: 18px;
}

.differences-list li{
    position: relative;
}

.differences-list li:not(:first-child)::after{
    content: '';
    position: absolute;
    left: -8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #5D677E;
    top: 50%;
    transform: translateY(-50%);
}

.list-disc li {
    list-style: disc;
}

.line-px-20-h-44{
    display: block;
    height: 44px;
    width: 1px;
    background-color: #DDDDDD;
    margin: 0 20px;
}

.line-px-20-h-74{
    display: block;
    height: 74px;
    width: 1px;
    background-color: #DDDDDD;
    margin: 0 20px;
}

.line-px-8-h-114{
    display: block;
    height: 114px;
    width: 1px;
    background-color: #DDDDDD;
    margin: 0 8px;
}

.progress-bar-wrapper{
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    background-color: #F0F5F9;
    border-radius: 360px;
    position: relative;
}

.progress-bar-scale{
    height: 10px;
    display: flex;
    border-radius: 360px;
}

.list-arrows li:not(:last-child)::after{
    content: url(../../img/dealer/icon-arrow-right-list.svg);
}

.list-arrows li{
    display: flex;
    align-items: center;
    gap: 12px;
}

.dots-list{
    display: flex;
    align-items: center;
    gap: 18px;
}

.dots-list li{
    position: relative;
}

.dots-list li:not(:first-child)::after{
    content: '';
    position: absolute;
    left: -8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #5D677E;
    top: 50%;
    transform: translateY(-50%);
}


.dots-list{
    display: flex;
    align-items: center;
    gap: 18px;
}

.dots-list li{
    position: relative;
}

.dots-list li:not(:first-child)::after{
    content: '';
    position: absolute;
    left: -8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #5D677E;
    top: 50%;
    transform: translateY(-50%);
}

.compare-card{
    height: 100%;
}

.compare-card__img{
    max-width: 180px;
    width: 100%;
}

.compare-card__img img{
    height: 100%;
}


.pill-0-30days{
    background-color: #E2FFED;
    color: #16A34A;
}

.pill-31days{
    background-color: #F0FFE3;
    color: #4D7C0F;
}

.pill-46days{
    background-color: #FFF8D9;
    color: #854D0E;;
}

.pill-61days{
    background-color: #FFE9CC;
    color: #92400E;
}

.pill-76days{
    background-color: #FFE0D1;
    color: #9A3412;
}

.pill-91days{
    background-color: #FEE2E2;
    color: #991B1B;
}

.pill-120days{
    background-color: #F3CACA;
    color: #7F1D1D;
}

.g-18{
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

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

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



.customer-demand-card .customer-demand-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--i-spacing-spacing-spacing-4xl);
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .days-row {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    flex: auto;
    overflow: auto;
}

.customer-demand-card .customer-demand-card__column {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
    flex: 1;
}

.customer-demand-card .title-text-2 {
    width: fit-content;
    margin-top: -0.50px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-9 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.trending {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;

}

.customer-demand-card .trending-down {
    color: #DC2626;
}

.customer-demand-card .trending-up {
    color: #16A34A;
}

.customer-demand-card .customer-demand-card-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
    flex: 1;
    align-self: stretch;
    width: 100%;
    flex-grow: 1;
}

.customer-demand-card .title-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    margin-top: auto;
}

.customer-demand-card .title-text-4 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-10 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 2px 0px;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .title-text-5 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-11 {
    display: flex;
    flex-direction: column;
    width: 93px;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .vector-5 {
    position: absolute;
    width: 32.93%;
    height: 32.93%;
    top: 34.09%;
    left: 52.91%;
}

.customer-demand-card .title-text-6 {
    width: fit-content;
    margin-top: -0.50px;
    font-weight: 500;
    color: #dc2626;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-wrapper {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .title-text-7 {
    width: fit-content;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .title-text-8 {
    width: 73px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-12 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .title-text-wrapper-2 {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .title-text-wrapper-3 {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .div-13 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md);
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
    margin-top: -0.50px;
    margin-bottom: -0.50px;
    margin-right: -0.50px;
    border-radius: 6px;
    border: 0.5px solid;
    border-color: #dddddd;
}

.customer-demand-card .title-text-wrapper-4 {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 0px;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #336bb3;
    border-radius: 6px 6px 0px 0px;
}

.customer-demand-card .ratio-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding: var(--i-spacing-spacing-spacing-md) var(--i-spacing-spacing-spacing-lg) var(--i-spacing-spacing-spacing-md) var(--i-spacing-spacing-spacing-lg);
    position: relative;
    align-self: stretch;
    border-radius: 6px;
    flex: auto;
}

.customer-demand-card .div-15 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 0px 0px 6px;
    position: relative;
    flex: 0 0 auto;
    margin-right: -14.00px;
}

.customer-demand-card .title-text-9 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: -0.12px;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-16 {
    align-items: center;
    gap: var(--i-spacing-spacing-spacing-sm);
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-card .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}

.customer-demand-card .div-17 {
    display: flex;
    height: 12px;
    align-items: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
}

.customer-demand-card .rectangle {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 6px;
    border-radius: 360px;
    background: linear-gradient(90deg,
            rgba(231, 0, 11, 1) 0%,
            rgba(255, 223, 32, 1) 50%,
            rgba(0, 201, 80, 1) 100%);
}

.customer-demand-card .rectangle-2 {
    position: absolute;
    top: calc(50.00% - 6px);
    left: calc(50.00% - 6px);
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 360px;
    box-shadow: 0px 1px 2px #5b687152, 0px 0px 1px #1a202452;
    aspect-ratio: 1;
}

.customer-demand-card .div-18 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .title-text-10 {
    width: fit-content;
    margin-top: -1.00px;
    font-weight: 500;
    color: #131515;
    font-size: 12px;
    letter-spacing: 0;
    white-space: nowrap;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .title-text-11 {
    width: 92px;
    font-family: "Roboto-Regular", Helvetica;
    font-weight: 400;
    color: #5d677e;
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    line-height: 20px;
}

.customer-demand-card .div-19 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.customer-demand-card .div-20 {
    align-items: center;
    gap: 6px;
    display: inline-flex;
    position: relative;
    flex: 0 0 auto;
}

.customer-demand-modal .customer-demand-card__row{
    gap: 4px;
    flex-wrap: nowrap;
}

.customer-demand-modal .customer-demand-card .ratio-slider-wrapper{
    padding: 0;
}

.customer-demand-modal .customer-demand-card{
    border: none;
}

.customer-demand-modal .customer-demand-card{
    gap: 28px;
}

.customer-demand-modal .modal__header{
    position: relative;
}

.customer-demand-modal{
    z-index: 1111;
    background-color: rgba(0, 0, 0, 0.6);
}

.customer-demand-modal__close{
    position: absolute;
    right: -50px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0;

}


.marker-item + .marker-item{
    border-left: 1px solid #ddd;
    padding-left: 16px;
    margin-left: 16px;
}


.car-info-block{
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    pointer-events: none;
}

.car-info-block__info{
    padding: 6px 8px;
    border: 1px solid transparent;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.car-info-block__info.info-pass{
    color: #DC2626;
    background-color: #FFF6F6;
    border-color: #DC2626;
}

.car-info-block__info.info-conditional{
    color: #854D0E;
    background-color: #FFF6F6;
    border-color: #854D0E;
}

.car-info-block__info.info-strong-buy{
    color: #16A34A;
    background-color: #E2FFED;
    border-color: #16A34A;
}

.car-info-block__info.info-excellent-buy{
    color: #336BB3;
    background-color: #E6F0F8;
    border-color: #336BB3;
}

.list-dist-14{
    padding-left: 18px;
}

.list-dist-14 li {
    list-style: disc;
    color: #5D677E;
    font-size: 14px;
    line-height: 24px;
}

.dots-ellipse .ellipse{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #5D677E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-blocks .mid-block {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.range-price-wrapper {
    position: relative;
    padding-top: 22px;
    padding-bottom: 26px;
  }
  
  .range-marker {
    position: absolute;
    transform: translateX(-50%);
    pointer-events: none;
  }
  
  .range-title {
    position: absolute;
    bottom: 100%;
    margin-bottom: 12px;
    white-space: nowrap;

    transform: translateX(-50%);
    display: flex;
  }
  
  .range-value {
    position: absolute;
    top: 100%;
    margin-top: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
    display: flex;
  }


  /* ============ */

  .sell-window-slider{
    position:relative;
    padding-top:40px;
    padding-bottom:30px;
  }
  
  .sell-window-slider .marker{
    position:absolute;
    transform:translateX(-50%);
    text-align:center;
    pointer-events:none;
  }
  
  .sell-window-slider .marker-label{
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);

    font-size:12px;
    color:#5D677E;
    margin-bottom:20px;
    white-space:nowrap;
  }
  
  .sell-window-slider .marker-value{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);

    margin-top:20px;
    font-size:13px;
  }
  
  .sell-window-slider .noUi-target{
    height:6px;
    border:none;
    background:#E5E9F2;
  }
  
  .sell-window-slider .noUi-handle{
    width:14px;
    height:14px;
    border-radius:50%;
    right:-7px;
    top:-4px;
    border:3px solid white;
    box-shadow:0 0 0 2px #ccc;
  }
  
  .sell-window-slider .noUi-handle:before,
  .sell-window-slider .noUi-handle:after{
    display:none;
  }
  
  /* цвета точек */
  
  .sell-window-slider .noUi-handle[data-handle="0"]{
    background:#16A34A;
  }
  
  .sell-window-slider .noUi-handle[data-handle="1"]{
    background:#2563EB;
  }
  
  .sell-window-slider .noUi-handle[data-handle="2"]{
    background:#EAB308;
  }

  /* =========== */


  .market-scale {
    width: 100%;
  }
  
  .market-scale-track {
    position: relative;
    display: flex;
    height: 80px;
    border-radius: 12px;
    /* overflow: hidden; */
  }
  
  
  .market-segment {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  
  .market-segment.soft {
    background: #F0F5F9;
  }
  
  .market-segment.balanced {
    background: #FFF8D9;
  }
  
  .market-segment.hot {
    background: #FFF6F6;
  }
  
  
  .market-segment .title-segment {
    font-size: 18px;
    font-weight: 500;
    color: #131515;
  }
  
  .market-segment .subtitle-segment {
    font-size: 12px;
    color: #5D677E;
  }
  
  
  .market-indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .market-indicator .line {
    width: 2px;
    height: 100%;
    background: #131515;
  }
  
  .market-indicator .label {
    position: absolute;
    top: -20px;
    font-size: 12px;
    font-weight: 500;
    color: #16A34A;
    white-space: nowrap;
  }

  /* ====================== */



  .range-slider-higher .noUi-connect{
    background: #D4A843;
  }

  .range-slider-blue .noUi-connect{
    background: #336BB3;
  }

  .range-marker-max .range-title,
  .range-marker-max .range-value{
    color: #16A34A;
    font-weight: 500;
  }

  .group-blocks-border{
    display: flex;
  }
  .group-blocks-border .group-blocks-border__item {
    min-width: 277px;
  }
  .group-blocks-border .group-blocks-border__item + .group-blocks-border__item{
    border-left: 1px solid #ddd;
  }

  @media (max-width: 1739.98px) {
    .group-blocks-border{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .group-blocks-border .group-blocks-border__item {
        width: 100%;
    }
    .group-blocks-border .group-blocks-border__item + .group-blocks-border__item{
        border-left: none;
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-top: 20px;
    }
    .max-w-1740-full{
        max-width: 100% !important;
        width: 100%;
    }
}

.border-4-items .border-4-items__item + .border-4-items__item{
    border-left: 1px solid #ddd;
}

@media (max-width: 899.98px) {
    .border-4-items{
        flex-direction: column;
    }
    .border-4-items .border-4-items__item + .border-4-items__item{
        border-left: none;
    }
    .border-4-items__item{
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .border-4-items__item-text{
        border-bottom: none;
        margin-bottom: 0;
    }
}


.active-ownership-card{
    border: 1px solid #336BB3 !important;
    /* background-color: #F0F5F9; */
}

.active-ownership-card .ownership-card{
    background-color: #FDF6E3;
}

.active-ownership-card .card__footer .btn--outline-primary{
    background-color: #336BB3;
    color: #fff;
}

.active-ownership-card__btn{
    display: none;
}

.active-ownership-card .inactive-ownership-card__btn{
    display: none;
}
.active-ownership-card .active-ownership-card__btn{
    display: flex;
}

.active-ownership-card .select-wrapp--secondary .select2-container--default .select2-selection--single{
    background-color: #FDF6E3;
}
.most-popular-wrap{
    background-color: #FFDF20;
    border-radius: 20px;
    color: #131515;
}

.dots-ellipse-white .ellipse{
    background-color: #fff;
}

.ownership-card .card__body{
    display: flex;
    flex-direction: column;
    overflow: auto;
    /* max-height: 508px;
    min-height: 0; */
    height: 100%;
}


.modal .ownership-card .card__body{
    max-height: 500px;
}


.ownership-selected__list li + li {
    border-top: 1px solid rgba(140, 165, 221, 0.24);
}

.ownership-selected-items-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    position: relative;
    background-color: transparent;

}

.ownership-selected-items-btn::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #667085;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ownership-selected-items-btn::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #667085;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.group-elements-border .element{
    flex: auto;
}

.group-elements-border .element:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.link-tracker-list li + li{ 
    border-top: 1px solid rgba(140, 165, 221, 0.24);
}

.dropdown__search .border-bottom{
    border-bottom: 1px solid rgba(140, 165, 221, 0.24); 
}

.dropdown-tracker-links.dropdown-open .btn--outline-primary{
    background-color: #172243;
    color: #fff;
}


.ownership-options-dropdown__group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F0F5F9;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid transparent;
}

.ownership-options-dropdown.dropdown-open .ownership-options-dropdown__group{
    background-color: #fff;
    border: 1px solid #336BB3;
}

.ownership-options-dropdown__btn-open{
    display: none;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.ownership-options-dropdown.dropdown-open .ownership-options-dropdown__btn-closed{
    display: none;
}

.ownership-options-dropdown.dropdown-open .ownership-options-dropdown__btn-open{
    display: flex;
}

.ownership-options-dropdown.dropdown-open .ownership-options-dropdown__btn{
    border: none;
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid transparent;
}


.kpi-review-failed .kpi-review{
    border: 1px solid #DC2626;
    background-color: #FFF6F6;
    color: #DC2626;
}

.kpi-review-failed .kpi-review__status{
    background-color: #DC2626;
    color: #fff;
    border: 1px solid #DC2626;
}

.kpi-review-warning .kpi-review{
    border: 1px solid #EFC613;
    background-color: #FFF8D9;
    color: #854D0E;
}

.kpi-review-warning .kpi-review__status{
    background-color: #FFD900;
    color: #854D0E;
    border: 1px solid #FFD900;
}

.kpi-review-healthy .kpi-review{
    border: 1px solid #16A34A;
    background-color: #E2FFED;
    color: #16A34A;
}

.kpi-review-healthy .kpi-review__status{
    background-color: #16A34A;
    color: #fff;
    border: 1px solid #16A34A;
}

.border-list-controls .border-list__item + .border-list__item{
    border-left: 1px solid #ddd;
    padding-left: 16px;
    margin-left: 16px;
}


.ownership-options-dropdown.is-search .row {
    display: none;
}

.ownership-options-dropdown.is-search .dropdown__search {
    display: block;
}

.dropdown.is-search .search-btn-tab{
    background-color: #172243;
    color: #fff;
    border-color: #172243;
}


.ownership-options-dropdown.dropdown-open.is-search .ownership-options-dropdown__btn-closed{
    display: flex;
}

.ownership-options-dropdown.dropdown-open.is-search .ownership-options-dropdown__btn-open{
    display: none;
}

.ownership-options-dropdown.dropdown-open.is-search .ownership-options-dropdown__btn{
    border: 1px solid #336BB3;
    min-width: 40px;
    color: #336BB3;
    background-color: transparent;
    height: 40px;
    max-width: none;
    justify-content: center;
    align-items: center;
}

.max-text-250{
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.card-inventory {
    /* display: flex;
    justify-content: space-between;
    width: 100%; */
    display: grid;
    grid-template-columns: 
      220px        /* картинка */
      1fr
      1fr
      1fr
      1fr
      260px;
    width: 100%;
  }
  
  .card-inventory > * {
    position: relative;
    padding: 0 24px;
    min-width: 0; 

  }
  

  .card-inventory > *:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #ddd;
  }

  .card-inventory .car-inventory-item__img-group {
    width: 220px;
  }

  /* .card-inventory .car-inventory-item__col-info {
    min-width: 218px;
  } */
  .card-inventory > *:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  @media (max-width: 1572px) {
    .card-inventory {
        grid-template-columns: repeat(2, 1fr);
    }

  
    .card-inventory > *::after {
      display: none;
    }
  }

  @media (max-width: 640px) {
    .card-inventory {
        grid-template-columns: 1fr;
      }
  }

  .input--secondary-2{
    border: 1px solid #374774;
    box-shadow: 0px 2px 4px 0px #1018280A;
    color: #fff !important;
    background: #293559;
  }

  .input--secondary-2::placeholder{
    color: #fff !important;
  }

  .select-wrapp--secondary.select-wrapp--secondary-2 .select2-container--default .select2-selection--single{
    border: 1px solid #374774;
    box-shadow: 0px 2px 4px 0px #1018280A;
    color: #fff !important;
    background: #293559;
  }

  .select-wrapp--secondary.select-wrapp--secondary-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
  }

  .select-wrapp--secondary-2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background-image: url(../../img/dealer/arrow-select-white.svg);
  }

  .select-clean.select-wrapp--secondary .select2-container--default .select2-selection--single{
    height: 16px;
    border: none;
  }

  .select-clean.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 16px;
  }

  .select-clean .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
  }

  .select-clean.select-wrapp--secondary .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-right: 24px;
    font-size: 12px;
    font-weight: 500;
  }

.sticky-sidebar--right .header-controllers.overflow-visible{
    overflow: visible;
}

.input.input--secondary-2{
    min-height: 40px;
}


.select-wrapp--secondary-40 .select2-container--default .select2-selection--single{
    border-radius: 8px;
    border: 1px solid #ddd;
}

.select-wrapp--secondary-40 .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    color: #131515;
}

/* ====steps===== */

.ui-steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ui-step {
    position: relative;
    flex: 1;
    text-align: center;
}

/* линия */
.ui-step::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -50%;
    width: 100%;
    height: 2px;
    background: #D1D5DB;
    z-index: 1;
}

/* убрать выход за пределы */
.ui-step:first-child::before {
    display: none;
}

/* зелёная линия для пройденных */
.ui-step.is-completed::before,
.ui-step.is-active::before {
    background: #16A34A;
}

/* круг */
.ui-step__circle {
    position: relative;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
    border-radius: 50%;
    border: 2px solid #D1D5DB;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* completed */
.ui-step.is-completed .ui-step__circle {
    background: #16A34A;
    border-color: #16A34A;
    color: #fff;
}

.ui-step.is-completed .ui-step__circle::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45825 10L8.41659 13.9583L16.3333 6.04166' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* active */
.ui-step.is-active .ui-step__circle {
    border-color: #16A34A;
    position: relative;
}

/* внутренний кружок */
.ui-step.is-active .ui-step__circle::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #16A34A;
    border-radius: 50%;
}

/* label */
.ui-step__label {
    font-size: 14px;
    color: #667085;
}

/* активный текст */
.ui-step.is-active .ui-step__label {
    color: #111;
    font-weight: 500;
}


/* ======== */



.plan-radio-card input[type="radio"]:checked + .card {
    border: 1px solid #336BB3;
}

.plan-radio-card .plan-radio-card__btn-checked{
    display: none;
}

.plan-radio-card input[type="radio"]:checked + .card .plan-radio-card__btn-checked{
    display: flex;
}

.plan-radio-card input[type="radio"]:checked + .card .plan-radio-card__btn-select{
    display: none;
}


.plan-radio-card input[type="radio"]:checked + .card .btn--primary{
    background-color: #F0F5F9;
    color: #336BB3;
}

.modal-steps .card__body{
    overflow: auto;
    max-height: 600px;
}


.modal-expanded [data-left-card] {
    display: none;
  }
  
  .modal-expanded [data-modal-grid] {
    grid-template-columns: 1fr !important;
  }


.agreement-item{
    padding: 25px 24px;
}

.agreement-item + .agreement-item{
    border-top: 1px solid #ddd;
}

.status-agreement{
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EFC613;
    background-color: #FFF8D9;
}

.status-agreement-pending{
    display: flex;
}

.status-agreement-success{
    display: none;
}

.status-success .status-agreement{
    border: 1px solid #16A34A;
    background-color: #E2FFED;
}

.status-success .status-agreement .status-agreement-pending{
    display: none;
}

.status-success .status-agreement .status-agreement-success{
    display: flex;
}


.notifications-edit__block{
    display: none;
}

.notifications-edit .notifications-edit__default{
    display: none;
}

.notifications-edit .notifications-edit__block{
    display: block;
}
.select-wrapp--secondary.select-default-h-40 .select2-container--default .select2-selection--single{
    height: 40px !important;
}


.settings-tabs [data-tab-content] {
    display: none;
}
  
.settings-tabs [data-tab-content].active {
    display: block;
}
  
.settings-tabs [data-tab-btn].active {
    font-weight: 500;
    background-color: #F0F5F9;
}
 
.settings-tabs{
    height: 100%;
}
.settings-tabs-left{
    display: flex;
    flex-direction: column;
    padding: 21px 24px;
    border-right: 1px solid #ddd;
    min-width: 284px;
    width: 284px;
    /* flex: auto; */
}

.settings-tabs-left .setting-tab{
    padding: 0px 12px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    font-size: 14px;
}


.head-content-tab{
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
}

.head-content-tab__title{
    font-size: 20px;
    line-height: 36px;
}

.body-content-tab{
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
}

.body-content-tab__tabs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.body-content-tab__tabs .setting-tab{
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 24px;
    display: flex;
}

.ui-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
  
.ui-switch__label {
    font-size: 12px;
    color: #5D677E;
}
  
  /* скрываем чекбокс */
.ui-switch__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
  
  /* трек */
.ui-switch__slider {
    position: relative;
    width: 43px;
    height: 26px;
    background-color: #E5E7EB;
    border-radius: 999px;
    transition: background-color 0.25s ease;
}
  
  /* кружок */
.ui-switch__slider::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    background-color: #FFFFFF;
    border-radius: 50%;
    transition: transform 0.25s ease;
}

  /* checked */
.ui-switch__input:checked + .ui-switch__slider {
    background-color: #336BB3;
}
  
.ui-switch__input:checked + .ui-switch__slider::before {
    transform: translateX(17px);
}
  
  /* hover (необязательно, но приятно) */
.ui-switch:hover .ui-switch__slider {
    background-color: #D1D5DB;
}
  
.ui-switch__input:checked + .ui-switch__slider:hover {
    background-color: #336BB3;
}