
.dropdown__body {
    display: none;
    border-radius: 8px;
    position: fixed;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    overflow: auto;
    overflow-x: hidden;
    margin-top: 6px;
    /* z-index: 90; */
    padding: 10px;
}
.onboard-sidebar__container .onboard-sidebar__body-item{
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
.fullscreen-page .section .scroll-block {
    padding: 40px 0;
}
.dropdown__body.is-open {
    z-index: 999;
    display: block;
    white-space: nowrap;
}
.container-80{
    padding-left: 80px;
    padding-right: 80px;
}
.products-slider {
    overflow: visible;
}
.gx-16 {
    --bs-gutter-x: 16px;
}
.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.sidebar-fixed {
    padding-left: 570px;
}
.onboard-sidebar {
    background: #fff;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);*/
    width: 570px;
    position: fixed;
    height: calc(100% - var(--header-fixed-padding));
    left: 0;
    top: var(--header-fixed-padding);
    z-index: 30;
}
.onboard-sidebar__container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 30px 0 30px;
    overflow: auto;
}
.onboard-sidebar__body {
    flex: auto;
    display: flex;
    flex-direction: column;
}
.onboard-sidebar__container::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.onboard-sidebar__head {
    border-radius: 12px;
    background: rgba(252, 196, 50, 0.23);
    padding: 20px;
}
.fullscreen-page .section {
    padding-top: 0px;
  }
  .gy-20 {
    --bs-gutter-y: 20px;
  }
.progress-bar {
    width: 100%;
    height: 7px;
    border-radius: 50px;
    background-color: #fff;
}
.progress-bar span {
    display: block;
    height: 100%;
    background-color: #1a659e;
    border-radius: 50px;
}

.onboard-sidebar__preview {
    display: flex;
    align-items:center;
}
.image-verify {
    align-self: start;
}
.onboard-sidebar__img {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    background: #fff;
    flex: 0 0 100px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px 1.3px 2.6px 0px rgba(0, 0, 0, 0.16);
}
.onboard-sidebar__preview-content {
    flex: auto;
    overflow: hidden;
}
.sidebar-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.sidebar-subtitle {
    font-size: 13px;
    line-height: 16px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sidebar-subtitle span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.onboard-sidebar__body-item {
    padding: 40px 15px;
}

.onboard-sidebar__body-item + .onboard-sidebar__body-item {
    border-top: 1px solid #d0d5dd;
}
.onboard-sidebar-steps__content {
    flex: auto;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
}
.onboard-sidebar-steps__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 8px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 15px;
}
.onboard-sidebar-steps__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(93, 103, 126, 0.75);
}
.input-custom__wrap-input.url-form {
    display: flex;
    gap: 8px;
}
.onboard-sidebar-steps__action {
    display: none;
    flex: 0 0 20px;
}
.onboard-sidebar-steps {
    font-weight: normal;
    color: rgba(102, 112, 133, 0.5);
}
.onboard-sidebar-steps__item {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.onboard-sidebar-steps__item + .onboard-sidebar-steps__item {
    margin-top: 35px;
}
.onboard-sidebar-steps__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex: 0 0 24px;
    border: 2px solid rgba(172, 179, 193, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}

.onboard-sidebar-steps__item.success .onboard-sidebar-steps__icon{
    background-color: #4bae4f;
    background-image: url(../../img/dealer/check-icon-white.svg);
    border-color: #4bae4f;
}
.onboard-sidebar-steps__item.success .onboard-sidebar-steps__action {
    display: flex;

    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}
.onboard-sidebar-steps__item.active .onboard-sidebar-steps__icon {
    border-color:#326AB2;
}
.onboard-sidebar-steps__item.success,
.onboard-sidebar-steps__item.active {
    color: #131515;
}
.onboard-sidebar-steps__item.success .onboard-sidebar-steps__title,
.onboard-sidebar-steps__item.active .onboard-sidebar-steps__title{
    font-weight: 600;
}

.user-block {
    display: flex;
    align-items: center;
}
.user-block__img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 300px;
    overflow: hidden;
    display: flex;
    margin-right: 8px;
}

.user-block__img img {
    width: 100%;
}

.user-block__name {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}
.user-block__prof {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
}
.sidebar-btn {
    display: none;
}

.thank-you-page {
   display: flex;
   flex-direction: column;
}

.referens {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 262px;
    width: 100%; */
    padding: 8px 60px;
    border-radius: 37.5px;
    background: #f5feff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    font-size: 14px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
}
.referens__number {
    font-size: 23px;
    color: #326AB2;
    position: relative;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.referens__number .btn {
    padding: 5px;
}
.image-border-60 {
    border-radius: 12px;
    width: 84px;
    height: 84px;
    box-shadow: 0px 1.05px 2.1px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 5px;
}
.image-border-60 img{
    width: 100%;
    height: 100%;
}
.card-white-shadow {
    border-radius: 12px;
    background: #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;
    /* max-width: 726px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.next-actions {
    padding: 20px 25px;
}

.next-actions__list li{
    display: flex;
    align-items: center;

}
.next-actions__list li > img {
    align-self: flex-start;
    margin-right: 12px;
}
.next-actions__list li + li {
    margin-top: 40px;
}
.next-actions__list-content {
    font-weight: normal;
    font-size: 14px;

    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.next-actions__list-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.thank-you-contact {
    padding: 40px 20px 40px 187px;
    border-radius: 0px 0px 16px 16px;
    background: #effcff;
    border-top: 1px solid rgba(93, 103, 126, 0.18);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.color-secondary-77   {
    color: rgba(93, 103, 126, 0.75);
}

.container-1470 {
    max-width: 1500px;
}

.table-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.table-heading-title {
    font-weight: 600;
    font-size: 32px;
}
.search-form {
    flex: auto;
    max-width: 350px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #FFF;

    box-shadow: 0px 0.75px 2.25px 0px rgba(0, 0, 0, 0.16);
}
.table-heading > * {
    margin-bottom: 20px;
}
.search-form .input {
    padding:10px 14px;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: 0;
    border-radius: 10px 0 0 10px;
}
.search-form  .btn {
    align-self: stretch;
    padding-right: 18px;
    border-radius: 0 10px 10px 0;
}

.table {
    border-collapse: collapse;
    width: 100%;
}
.table th {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #090909;
    white-space: nowrap;
    padding: 16px 12px;
}
.sortable {
    cursor: pointer;
}
.sortable > span {
    position: relative;
    padding-right: 10px;
}
.sortable > span::after,
.sortable > span::before {
    content: '';
    width: 6px;
    height: 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -8px;
}
.sortable > span::after {
    top: 0;
    background-image: url(../../img/dealer/caret-up.svg);
    /* bottom: 0; */
}

.sortable > span::before {
    bottom: 0px;
    background-image: url(../../img/dealer/caret-down.svg);
}
.white-td {
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.gray-td {
    border-radius:  0 0 16px 16px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.white-td td{
    padding: 10px 12px;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    white-space: nowrap;
}

.white-td td:first-child {
    border-top-left-radius: 16px;
}
.white-td td:last-child  {
    border-top-right-radius: 16px;
}
.gray-td td:first-child {
    border-bottom-left-radius: 16px;
}
.gray-td td:last-child  {
    border-bottom-right-radius: 16px;
}
.gray-td td {
    background: #f7f8f9;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    padding: 10px 26px;
    white-space: nowrap;
}
table .pill-status {
    padding: 6px 12px;
    max-width: max-content;
    min-width: 96px;
}
.company-table-title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #090909;
    max-width: 160px;
    min-width: 160px;
    white-space: normal;
}

.pill {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 10px;
    min-width: 57px;
    height: 28px;
    border-radius: 5px;
    gap: 4px;
}
.pill-status {
    display: flex;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 360px;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    min-height: 24px;
}

.pill-status-warning {
    color: #e36c0a;
    background: rgba(227, 108, 10, 0.1);
    border: 1px solid #e36c0a;
}
.pill-status-success{
    color: #10c01c;
    background: rgba(16, 192, 28, 0.1);
    border: 1px solid #10c01c;
}
.pill-status-primary {
    color: #3fa5ff;
    background: rgba(63, 165, 255, 0.1);
    border: 1px solid #3fa5ff;

}
.pill-block{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.pill-block--28{
    min-width: 28px;
    /* max-width: 28px; */
    height: 28px;

}
.pill-gray {
    color: #5D677E;
    background: #D9DDE0;
}
.btn-table {
    width: 20px;
    height: 20px;
}

.btn-info-status {
    position: relative;
}

.btn-info-status:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #f54e4e;
    position: absolute;
    border-radius: 50%;
    top: -2px;
    right: -2px;
}
.steps-status-list {
    display: flex;
    align-items: center;
}
.steps-status-list li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}
.steps-status-list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    background: rgba(102, 102, 102, 0.17);
    color: white;
    border-radius: 50%;

}
.success .steps-status-list-icon{
    background: #10c01c;
}
.steps-status-list-text {
    padding-left: 8px;
}
.steps-status-list-text + .ico {
    margin-left: 4px;
}

.table-responsive {
    overflow: auto;
    padding: 5px;
    margin: -5px;
}
.card-disabled {
    opacity: .5;
    pointer-events: none;
}
.steps-status-list .success-danger {
    color: #ff4f01;
 }

.modal__dialog--1000 {
    max-width: 1000px;
}
.modal__dialog--654 {
    max-width: 694px;
}

.modal-body-title {
    font-weight: bold;
    font-size: 20px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(93, 103, 126, 0.53);
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #333;
    padding-right: 30px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 16px;
    height: 9px;
    background-image: url(../../img/dealer/select-arrow.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    margin-left: 0;
    margin-top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%,-50%) rotate(180deg);
}

.air-datepicker-global-container {
    z-index: 400;
}

.input-date {
    background-image: url(../../img/dealer/data-icon.svg);
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    padding-top: 72px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    background: #FFF;
    border-left: 1px solid #ECECEC;
    overflow-y: auto;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar-right::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.line-hr {
    border: 0;
    border-top: 1px solid #ECECEC;
    width: 100%;
}

.btn-darck-shadow {
    background: #000;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.sidebar-rigth-fixed {
    padding-right: 60px;
}
.container-full {
    max-width: none;
    padding-left: 45px;
    padding-right: 45px;
}
.sidebar-right .btn{
    width: 36px;
    min-height: 36px;
    position: relative;
}

.info-point {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.info-point.success {
    background: #5fc85f;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16));
}
.info-point.danger {
    background: #ff4530;
    /* filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.16)); */
    border: 1.5px solid #fff;
}

.dashboard-header__title {
    display: flex;
    align-items: center;
}
.dashboard-header__title h4{

    font-weight: bold;
    font-size: 20px;
    margin-right: 6px;

}

.dashboard-header .header-drop-btn {
    padding: 0;
    box-shadow: none;
}



.sidebar-dashboard-fixed {
    padding-left: 270px;
}
.filter-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.table-heading .filter-buttons {
    margin-bottom: 0!important;
}
.filter-buttons .btn{
    font-family: var(--roboto);
    padding: 6px 10px 6px 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    font-weight: normal;
    font-size: 15px;
    color: #516a78;
    margin-right: 20px;
    margin-bottom: 20px;
}
.filter-buttons .btn.active,
.filter-buttons .btn:hover{
    color: white;
    background: #326ab2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}
.filter-count {
    display: block;
    padding: 2px 6px;
    border-radius: 5px;
    background: #f0f0f0;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    color: #666;
    margin-left: 10px;
    transition: .2s;
}
.filter-buttons .btn.active .filter-count,
.filter-buttons .btn:hover .filter-count{
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

.filter-button {
    color:  #5D677E;
    font-weight: 500;
}
.filter-button.active {
    background-color: #F0F0F0;
    color: #131515;
}

.empty-page-section {
    padding: 120px 0;
}

.empty-page-block {
    color: #5D677E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.cards-group-grid {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap, 20px);
}
.cards-group-grid__item {
    flex: 0 0 calc(20% - (var(--gap, 20px) - (var(--gap, 20px) / (100 / 20))));
}

.product-card{
    border-radius: 12px;
    background: var(--white, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.product-card__item {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-card__item + .product-card__item {
    border-top: 1px solid  #DDD;
}
.product-card__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product-card__heading-grop-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-card__title {
    color: var(--primary, #336BB3);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    max-width: 260px;
}
.product-card__plan {
    color: var(--Black, #131515);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product-card__optons-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-card__optons-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Black, #131515);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.product-card__rating-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.product-card__rating-info li {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.product-card__rating-info--title {
    color: var(--Grey-100, #5D677E);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.product-card__rating-info--text {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--Black, #131515);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.product-card__rating-info li .pill,
.product-card__optons-list li .pill {
    padding: 4px;
    font-weight: 500;
    justify-content: start;
    min-width: 0;
    height: 20px;
}
.pill-success {
    background-color:  rgba(75, 174, 79, 0.20);
    color:  #4BAE4F;
}

.product-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stars-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stars-group__item {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: #F0F0F0;
}
.stars-group__item.active {
    color: var(--primary);
}

.product-card__item.image-gallery {
    padding: 0;
    position: relative;
}
.gallery-pill  {
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.80);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: white;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
}

.gallery-label {
    position: absolute;
    top: 20px;
    left: 0;
    height: 20px;
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 2px 16px 2px 8px;
    min-width: 46px;
}
.color-grey {
    color: #5D677E!important;
}
.product-closed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    color:  #F85757;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(0.5px);
}
.image-gallery .gallery-wrap a:first-child{
    display: flex;
    max-height: 200px;
    aspect-ratio: 1/0.66666;
    width: 100%;
}
.image-gallery .gallery-wrap a img {
    width: 100%;
}
.border-top-none {
    border-top: none!important;
}

.border-bottom-grey {
    border-bottom: 1px solid #ddd;
}
.data-table-container table.table-style-2.dataTable {
    border-spacing:0 4px;
}
.data-table-container table.table-style-2.dataTable thead tr {
    box-shadow: none;
}
.data-table-container table.table-style-2.dataTable thead tr th:first-child {
    padding-left: 0;
}
.data-table-container table.table-style-2.dataTable tr,
.data-table-container table.table-style-2.dataTable tr td {
    border: 0!important;
}

.header-controls + .header-controls ~ .sidebar-helper {
    margin-top: 120px;
    height: calc(100% - 120px - var(--header-fixed-padding));
}
.image-gallery .gallery-wrap a:first-child{
    background-color: #F0F5F9;
}
.product-card__item.image-gallery > *:not(.gallery-wrap){
    z-index: 2;
}
.image-gallery .gallery-wrap a:first-child img{
    z-index: 1;
}
.tippy-box {
    border-radius: 12px;
}
.image-gallery .gallery-wrap a:first-child:after{
    content: "";
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: url("../../img/dealer/no-car--photo.svg") no-repeat center center / contain;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    user-select: none;
}
.table-simple thead tr th {
    color: var(--Grey-100, #5D677E);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 20px;
    text-align: start;
}
.table-shadow {
    border-spacing: 4px;
}
.table-shadow tbody tr {
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.table-shadow tbody tr td {
    border: 0!important;
}

.select-wrapp--primary-trsp.--style-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Black, #131515);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.--style-2.select-wrapp--primary-trsp .select2-container--default .select2-selection--single {
    height: 24px;
}
.select2-dropdown {
    min-width: 192px;
}

.pagination-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(--Grey-100, #5D677E);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
}

.pagination-block__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0 4px;
}

.pagination-block__list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.pagination-block__list li a {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.pagination-block__list li a.active {
    color: var(--White, #FFF);
    background: var(--Grey-100, #5D677E);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.change-color-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.color-pick-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid  transparent;
    background: var(--White, #FFF);
    transition: .2s;
    cursor: pointer;
}
.color-pick-item.active,
.color-pick-item:hover {
    border-color:#336BB3;
}
.color-pick-item span{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.change-cultom-color {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary, #336BB3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    border-radius: 4px;
    border: 0.5px solid var(--Border-and-Divider, #DDD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    padding: 8px 12px;
}
.change-cultom-color input {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*border: 2px solid var(--Primary, #336BB3);*/
    padding: 0;
}
.change-cultom-color input::-webkit-color-swatch-wrapper {
    padding: 3px;
  }
.change-cultom-color input::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
}
.packages-card {
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid var(--Border-and-Divider, #DDD);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
}
.packages-card__item {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.packages-card__item + .packages-card__item {
    border-top: 1px solid  #DDD;
}

.packages-card-slide {
    width: 388px;
}

.bg-dark {
    background-color: #403D39;
    color: white;
}

.bg-success-2 {
    background-color: #588157;
    color: white;
}
.bg-light-grey  {
    background-color: #F0F0F0;
    color: #5D677EBF;
}

.packages-card-slide > * {
    user-select: none;
}
.time-items-wrapeer {
    display: flex;
    flex-wrap: wrap;
    gap:40px 30px ;
}
.time-pick-item {
    cursor: pointer;
    display: inline-flex;
}
.time-pick-item__body {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0.5px solid var(--Border-and-Divider, #DDD);
    background-color: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    color: var(--Black, #131515);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    min-width: 110px;
    min-height: 54px;
}

.time-pick-item input:checked ~ .time-pick-item__body,
.time-pick-item:hover input:not(:disabled) ~ .time-pick-item__body {
    background-color: var(--Primary, #336BB3);
    color: white;
}

.time-pick-item input:disabled ~ .time-pick-item__body{
    background-color: var(--Pale-Grey, #F8F8F9);
    text-decoration: line-through;
}

.select-date-time-group {
    display: flex;
    align-items: center;
    gap: 40px;
}

.air-datepicker-body--day-name {
   color: #5D677E;
}

.air-datepicker-body--day-name.-weekend- {
    color: rgba(93, 103, 126, 0.50);
}

.inline-data-picker .air-datepicker-body--day-name {
    text-transform: capitalize;
    font-family: var(--roboto);
    font-size: 12px;
}

.inline-data-picker .air-datepicker-cell.-selected- {
    background-color: var(--Primary, #336BB3);
}

.modal__dialog--1200 {
    max-width: 1232px;
}
.price-calculator-modal {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 80vh;
    border-radius: 20px;
}
.price-calculator-modal__sidebar {
    flex: 0 0 380px;
    overflow: auto;
    background: var(--Blueish-Grey, #F0F5F9);
}
.price-calculator-modal__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.price-calculator-modal__content {
    flex: auto;
    overflow: auto;
    padding: 20px;
}
.price-calculator-modal__footer {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid var(--Border-and-Divider, #DDD);
    background: var(--White, #FFF);
}

.price-calculator-modal__header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid var(--Border-and-Divider, #DDD);
}
.input-double-group {
    display: flex;
    align-items: center;
}
.input-double-group .input-custom:first-child {
    flex: auto;
}
.input-double-group .input-custom:first-child .input-custom__input {

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-double-group .input-custom:last-child {
    flex: 0 0 90px;
}
.input-double-group .input-custom:last-child .input-custom__input{
    text-align: end;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.price-calculator-modal__sidebar-item {
    padding: 30px;
}

/*19 02 24*/
.btn-form-absolute {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

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

.select-bg-primary.select-wrapp .select2-container--default .select2-selection--single {
    background-color: #F0F5F9;
}

.product-card__optons-list.--row-blue-style {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.variant-small-caps {
    font-variant: all-small-caps;
}

.product-card__optons-list.--row-blue-style li {
    color: var(--primary);
}

.multiple-gange-chart {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 5px;
    width: 100%;
}

.multiple-gange-chart span {
    display: block;
    border-radius: 10px;
    height: 100%;
}

.switch.switch-red-green .switch-point {
    background-color: #f85757;
}

.switch.switch-red-green .switch-point::after {
    border-color: #f85757;
}

.switch.switch-red-green .switch-point:after {
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81389 0.186109C7.69469 0.0669437 7.53304 0 7.36449 0C7.19594 0 7.03429 0.0669437 6.91508 0.186109L4 3.10119L1.08492 0.186109C0.965715 0.0669437 0.804064 0 0.635513 0C0.466962 0 0.305311 0.0669437 0.186109 0.186109C0.0669437 0.305311 0 0.466962 0 0.635513C0 0.804064 0.0669437 0.965715 0.186109 1.08492L3.10119 4L0.186109 6.91508C0.0669437 7.03429 0 7.19594 0 7.36449C0 7.53304 0.0669437 7.69469 0.186109 7.81389C0.305311 7.93306 0.466962 8 0.635513 8C0.804064 8 0.965715 7.93306 1.08492 7.81389L4 4.89881L6.91508 7.81389C7.03429 7.93306 7.19594 8 7.36449 8C7.53304 8 7.69469 7.93306 7.81389 7.81389C7.93306 7.69469 8 7.53304 8 7.36449C8 7.19594 7.93306 7.03429 7.81389 6.91508L4.89881 4L7.81389 1.08492C7.93306 0.965715 8 0.804064 8 0.635513C8 0.466962 7.93306 0.305311 7.81389 0.186109Z" fill="%23F85757" /></svg>');
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.switch.switch-red-green input:checked~.switch-point {
    background-color: #4bae4f;
}

.switch.switch-red-green input:checked~.switch-point::after {
    border-color: #4bae4f;
    background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.25L3.5 6.75L1 4.25" stroke="%234BAE4F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


.by-criteria-body {
    font-weight: 400;
    font-size: 14px;
    color: #131515;
}

.bay-criteria-true-btn {
    gap: 12px;
}

.bay-criteria-true-hover {
    opacity: 0;
}

.bay-criteria-true-btn:hover .bay-criteria-true-hover {
    opacity: 1;
}

.bay-criteria-block.--checked .bay-criteria-true,
.bay-criteria-false {
    display: flex;
}

.bay-criteria-block.--checked .bay-criteria-false,
.bay-criteria-block .bay-criteria-true {
    display: none;
}

.custom-number-input.--style-variant-2 {
    position: relative;
}

.custom-number-input.--style-variant-2 .minus-btn,
.custom-number-input.--style-variant-2 .plus-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 0;
}

.custom-number-input.--style-variant-2 .minus-btn {
    left: 12px;
}

.custom-number-input.--style-variant-2 .plus-btn {
    right: 12px;
}

.custom-number-input.--style-variant-2 .number-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.04);
    background: #fff;
}

.card-popover {
    margin: -5px -9px;
}

.card-popover>* {
    padding: 16px;
}

.popover-list-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popover-list-detail li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #131515;
    padding-left: 8px;
    padding-right: 8px;
    flex: 1;
}

.gallery-label {
    background-size: cover;
}

.popover-list-detail li+li {
    border-left: 1px solid rgba(93, 103, 126, 0.75);
;
}

.bg-primary-light {
    background-color: #f0f5f9;
}

.popover-list-detail li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #5d677e;
}

.btn--danger-2 {
    background-color: rgba(248, 102, 36, 0.2);
    color: #f86624;
}

.page-heading-info-list {
    display: flex;
    flex-wrap: wrap;
}

.page-heading-info-list>li {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-heading-info-list>li+li {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #ddd;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.check-with-icon {
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="7.5" stroke="%235D677E"/><path d="M4 8.375L6.43478 11L12 5" stroke="%235D677E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.checkbox input:checked+.check-with-icon {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%234BAE4F"/><path d="M4 8.375L6.43478 11L12 5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.car-rank-pill {
    display: flex;
    user-select: none;
}

.car-rank-pill__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 4px 0 0 4px;
    padding: 4px;
    min-width: 24px;
    height: 24px;
    /* flex: 0 0 24px; */
    background-color: var(--color-bg);
    color: var(--color-text);
    font-weight: 500;
    font-size: 12px;
}

.car-rank-pill__logo:only-child {
    border-radius: 4px;
}

.car-rank-pill__text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border: 1px solid var(--color-bg);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #131515;
    border-radius: 0 4px 4px 0;
}

.check-icon-circle {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(93, 103, 126, 0.75);
}

.checkbox input:checked+.check-icon-circle {
    border: 5px solid #336bb3;
}

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

.active-accordion .section-accordeon-handler .section-accordeon-handler-info {
    display: none;
}

.active-accordion .section-accordeon-handler {
    background-color: #f0f5f9;
}

.active-accordion .section-accordeon-handler .btn {
    transform: rotate(90deg);
    background-color: var(--primary);
    color: white;
}

.products-slider .swiper-slide {
    width: 300px;
}

.items-8>*:not(:last-child) {
    margin-bottom: 8px;
}

.cards-group-grid__item--300 {
    flex: 0 0 calc(20% - (var(--gap, 20px) - (var(--gap, 20px) / (100 / 20))));
    min-width: 250px;
}

.table-row-flex-group {
    display: flex;
    /* align-items: center; */
    white-space: normal;
}

.table-row-flex-group>* {
    flex: 0 0 20%;
}

.buying-guidelines-sidebar {
    display: flex;
    flex-direction: row;
    right: calc(var(--sidebar-width)* -1 + 64px);
}

.sidebar-nav {
    flex: 0 0 64px;
    width: 64px;
    padding-top: 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.sidebar-nav__list {
    display: flex;
    flex-direction: column;
    padding: 12px;
    align-items: center;
}
.sidebar-nav__list .btn--primary {
    position: relative;
}
.sidebar-nav__list .btn--primary.active:after {
    content: '';
    border-radius: 4px 0 0 4px;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -14px;
    background-color: var(--primary);
}

.buying-guidelines-sidebar .sidebar-content-body {
    flex: auto;
    padding: 12px 0;
}
.buying-guidelines-sidebar .sidebar-content-body .sidebar-header{
    flex: auto;
    padding: 12px 0;
}




/*27.02.2024*/
.btn-form-absolute {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

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

.select-bg-primary.select-wrapp .select2-container--default .select2-selection--single {
    background-color: #F0F5F9;
}

.product-card__optons-list.--row-blue-style {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.variant-small-caps {
    font-variant: all-small-caps;
}

.product-card__optons-list.--row-blue-style li {
    color: var(--primary);
}

.multiple-gange-chart {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 5px;
    width: 100%;
}

.multiple-gange-chart span {
    display: block;
    border-radius: 10px;
    height: 100%;
}

.switch.switch-red-green .switch-point {
    background-color: #f85757;
}

.switch.switch-red-green .switch-point::after {
    border-color: #f85757;
}

.switch.switch-red-green .switch-point:after {
    background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81389 0.186109C7.69469 0.0669437 7.53304 0 7.36449 0C7.19594 0 7.03429 0.0669437 6.91508 0.186109L4 3.10119L1.08492 0.186109C0.965715 0.0669437 0.804064 0 0.635513 0C0.466962 0 0.305311 0.0669437 0.186109 0.186109C0.0669437 0.305311 0 0.466962 0 0.635513C0 0.804064 0.0669437 0.965715 0.186109 1.08492L3.10119 4L0.186109 6.91508C0.0669437 7.03429 0 7.19594 0 7.36449C0 7.53304 0.0669437 7.69469 0.186109 7.81389C0.305311 7.93306 0.466962 8 0.635513 8C0.804064 8 0.965715 7.93306 1.08492 7.81389L4 4.89881L6.91508 7.81389C7.03429 7.93306 7.19594 8 7.36449 8C7.53304 8 7.69469 7.93306 7.81389 7.81389C7.93306 7.69469 8 7.53304 8 7.36449C8 7.19594 7.93306 7.03429 7.81389 6.91508L4.89881 4L7.81389 1.08492C7.93306 0.965715 8 0.804064 8 0.635513C8 0.466962 7.93306 0.305311 7.81389 0.186109Z" fill="%23F85757" /></svg>');
    background-position: center;
    background-size: 8px;
    background-repeat: no-repeat;
}

.switch.switch-red-green input:checked~.switch-point {
    background-color: #4bae4f;
}

.switch.switch-red-green input:checked~.switch-point::after {
    border-color: #4bae4f;
    background-image: url('data:image/svg+xml,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1.25L3.5 6.75L1 4.25" stroke="%234BAE4F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


.by-criteria-body {
    font-weight: 400;
    font-size: 14px;
    color: #131515;
}

.bay-criteria-true-btn {
    gap: 12px;
}

.bay-criteria-true-hover {
    opacity: 0;
}

.bay-criteria-true-btn:hover .bay-criteria-true-hover {
    opacity: 1;
}

.bay-criteria-block.--checked .bay-criteria-true,
.bay-criteria-false {
    display: flex;
}

.bay-criteria-block.--checked .bay-criteria-false,
.bay-criteria-block .bay-criteria-true {
    display: none;
}

.custom-number-input.--style-variant-2 {
    position: relative;
}

.custom-number-input.--style-variant-2 .minus-btn,
.custom-number-input.--style-variant-2 .plus-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 0;
}

.custom-number-input.--style-variant-2 .minus-btn {
    left: 12px;
}

.custom-number-input.--style-variant-2 .plus-btn {
    right: 12px;
}

.custom-number-input.--style-variant-2 .number-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(16, 24, 40, 0.04);
    background: #fff;
}

.card-popover {
    margin: -5px -9px;
}

.card-popover>* {
    padding: 16px;
}

.popover-list-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popover-list-detail li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #131515;
    padding-left: 8px;
    padding-right: 8px;
    flex: 1;
}

.gallery-label {
    background-size: cover;
}

.popover-list-detail li+li {
    border-left: 1px solid rgba(93, 103, 126, 0.75);
;
}

.bg-primary-light {
    background-color: #f0f5f9;
}

.popover-list-detail li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #5d677e;
}

.btn--danger-2 {
    background-color: rgba(248, 102, 36, 0.2);
    color: #f86624;
}

.page-heading-info-list {
    display: flex;
    flex-wrap: wrap;
}

.page-heading-info-list>li {
    width: 100%;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-heading-info-list>li+li {
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid #ddd;
}

.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.check-with-icon {
    display: flex;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="15" height="15" rx="7.5" stroke="%235D677E"/><path d="M4 8.375L6.43478 11L12 5" stroke="%235D677E" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.checkbox input:checked+.check-with-icon {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="16" height="16" rx="8" fill="%234BAE4F"/><path d="M4 8.375L6.43478 11L12 5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.car-rank-pill {
    display: flex;
    user-select: none;
}

.car-rank-pill__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 4px 0 0 4px;
    padding: 4px;
    min-width: 24px;
    height: 24px;
    /* flex: 0 0 24px; */
    background-color: var(--color-bg);
    color: var(--color-text);
    font-weight: 500;
    font-size: 12px;
}

.car-rank-pill__logo:only-child {
    border-radius: 4px;
}

.car-rank-pill__text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border: 1px solid var(--color-bg);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #131515;
    border-radius: 0 4px 4px 0;
}

.check-icon-circle {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border-radius: 8px;
    border: 1px solid rgba(93, 103, 126, 0.75);
}

.checkbox input:checked+.check-icon-circle {
    border: 5px solid #336bb3;
}

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

.active-accordion .section-accordeon-handler .section-accordeon-handler-info {
    display: none;
}

.active-accordion .section-accordeon-handler {
    background-color: #f0f5f9;
}

.active-accordion .section-accordeon-handler .btn {
    transform: rotate(90deg);
    background-color: var(--primary);
    color: white;
}

.products-slider .swiper-slide {
    width: 300px;
}

.items-8>*:not(:last-child) {
    margin-bottom: 8px;
}

.cards-group-grid__item--300 {
    flex: 0 0 calc(20% - (var(--gap, 20px) - (var(--gap, 20px) / (100 / 20))));
    min-width: 250px;
}

.table-row-flex-group {
    display: flex;
    /* align-items: center; */
    white-space: normal;
}

.table-row-flex-group>* {
    flex: 0 0 20%;
}

.buying-guidelines-sidebar {
    display: flex;
    flex-direction: row;
    right: calc(var(--sidebar-width)* -1 + 64px);
}

.sidebar-nav {
    flex: 0 0 64px;
    width: 64px;
    padding-top: 40px;
    /* border-left: 1px solid #ddd; */
    border-right: 1px solid #ddd;
}

.sidebar-nav__list {
    display: flex;
    flex-direction: column;
    padding: 12px;
    align-items: center;
}

.sidebar-nav__list .btn--primary {
    position: relative;
}

.sidebar-nav__list .btn--primary.active:after {
    content: '';
    border-radius: 4px 0 0 4px;
    width: 4px;
    height: 100%;
    position: absolute;
    right: -14px;
    background-color: var(--primary);
}

.buying-guidelines-sidebar .sidebar-content-body {
    flex: auto;
    /* padding: 0 12px; */
}

.buying-guidelines-sidebar .sidebar-content-body .sidebar-header {
    border-bottom: 0;
    min-height: 42px;
    padding: 12px;
}

.buying-guidelines-sidebar.sidebar-helper .sidebar-body {
    padding: 16px 12px;
    border: 0;
    gap: 16px;
}

.card-shadow {
    border: 1px solid #ddd;
}

.progress-wrap.bg-secondary {
    background-color: #ddd;
}

.steps-list-checbox {
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border: 0.50px solid #ddd;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 14px;
    color: #131515;
}

.group.group--12 {
    --gap: 12px
}

.steps-list-checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-color: #d9dde0;
}

.steps-list-checbox input:checked+.steps-list-checbox__icon {
    background-color: #4bae4f;
}

.buying-guidelines-sidebar--spase .content-side {
    margin-right: 64px;
}

.table-border {
    border-collapse: collapse;
    width: 100%;
}

.table-border tr:not(:first-child) th,
.table-border tr:not(:first-child) td {
    padding: 10px 8px;

}

.table-border tr:not(:first-child, :last-child) th,
.table-border tr:not(:first-child, :last-child) td {
    border-bottom: 1px solid #ddd;
}

.table-border th {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #5d677e;
    text-align: start;
    padding: 0 8px;
}

.multiple-gange-chart-group .multiple-gange-chart {
    gap: 0;
}

.multiple-gange-chart-group__values {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2px;
}

.multiple-gange-chart-value-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #131515;
    gap: 4px;
}

.multiple-gange-chart-value-sub:first-child {
    align-items: start;
    text-align: start;
}

.multiple-gange-chart-value-sub:last-child {
    align-items: flex-end;
    text-align: end;
}

.multiple-gange-chart-value-sub-name {
    font-weight: 400;
    font-size: 12px;
    color: #5d677e;
}

.bits {
    display: flex;
    align-items: end;
    position: relative;
    height: 50px;
}

.bit-item {
    position: absolute;
}

.bit-item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #5d677e;
    border-radius: 50%;
    bottom: 0;
}

.bit-item.max-bit .bit-item--icon{
    background-color: var(--primary);
    width: 20px;
    height: 20px;
}


.disabled-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.7);
    padding: 40px 20px;
    overflow: auto;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 20px;
    flex-direction: column;
    z-index: 3;
}

.bit-item [data-tippy-root]{
    z-index: 2!important;
}

.bg-primari-light {
    background-color: #f0f5f9;
}
.bg-purple-light {
    background-color: rgba(86, 54, 103, 0.06);
}

.color-purple {
    color: #563667;
}
