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

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

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

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