:root {
    --color-light-gray: rgb(245, 245, 245);
    --color-light-red: rgb(255, 225, 225);
    --versta-color: #1ca4e8;
}

@media only screen and (max-width: 570px) {
    .border-on-mobile {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media screen and (max-width: 576px) {
    .delivery-option-tooltip-inner {
        width: 250px !important;
        max-width: 250px !important;
    }
}

@media screen and (max-width: 768px) {
    .order-form-row > div:nth-child(2) {
        padding-left: 0px !important;
    }

    .rbt-menu {
        max-width: 100%;
    }

    .rbt-menu .dropdown-item {
        white-space: normal !important;
    }

    .modal-footer.adaptive-mobile {
        padding: 0;
    }

    .modal-footer.adaptive-mobile > div {
        margin: 0;
    }

    .modal-footer.adaptive-mobile > div > button {
        width: 100%;
        border-radius: 0;
    }

    .modal-footer.adaptive-mobile > div:first-child > button {
        border-bottom-left-radius: var(--bs-btn-border-radius);
    }

    .modal-footer.adaptive-mobile > div:last-child > button {
        border-bottom-right-radius: var(--bs-btn-border-radius);
    }
}

@media screen and (min-width: 576px) {
    .delivery-option-tooltip-inner {
        width: 400px !important;
        max-width: 400px !important;
    }
}

@media (min-width: 768px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@font-face {
    font-family: "SFProText-Regular";
    src: url("../fonts/SFProText-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
}

.alfa-text {
    font-family: "SFProText-Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-variant: normal;
    font-size: 12pt;
}

.alfa-background {
    background-color: #ef3124 !important;
    border-color: #ef3124 !important;
}

.order-data {
    background: linear-gradient(211.72deg, rgba(244, 220, 249, 0.4) 2.47%, rgba(201, 238, 248, 0.4) 71.91%);
    border-radius: 12px;
    line-height: 1.3;
}

.bg-yellow-light {
    background-color: #fff6a3;
}

/* всплывающая элемент. Отобразится только, когда курсор будет наведен за родительский */
.hover-item {
    opacity: 0;
}

.hover-item-parent:hover .hover-item {
    opacity: 1;
}

.padding-6 {
    padding: 6px 6px 6px 6px !important;
}

.margin-bottom-2 {
    margin-bottom: 2px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.label-custom-alignment {
    padding-top: 2px !important;
}

.versta-dragging {
    background-color: #deebfe;
}

.vendor-checkbox:hover {
    background-color: #deebfe;
}

.vendor-checkbox:hover > .col > .vendor-checkbox-just,
.vendor-checkbox:hover > .col-auto > .vendor-checkbox-just {
    visibility: visible !important;
}

.versta-checkbox {
    margin-top: 5px !important;
}

.big-checkbox {
    width: 15px !important;
    height: 15px !important;
}

.vendor-checkbox-just:hover {
    font-weight: bold !important;
}

.min-height-100 {
    min-height: 100px;
}

.height-60 {
    height: 60px;
}

.versta_bg {
    background-color: #fff705;
}

.hover:hover {
    background-color: #a6cbe4;
}

.hover-calc:hover {
    box-shadow: 10px 10px 18px 1px rgba(0, 0, 0, 0.3);
}

.hover-pointer:hover {
    cursor: pointer;
}

.ordertable-head-bg {
    background-color: #e6e6e6;
}

.subordertable-head-bg {
    background-color: #eeeeee;
}

.ordertable-body-bg {
    background-color: #f6f7f5;
}

.td-truncate-multiline {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    max-height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.versta-border-primary {
    border: 1px solid #1ca4e8 !important;
}

.border-danger {
    border: 2px solid #e81f1c !important;
    border-radius: 0.25rem;
}

.border-transparent {
    border-color: transparent !important;
}

.versta-bg-color-secondary {
    background-color: #f7f8f9 !important;
}

.versta-card-body-block-ui .block-ui-overlay {
    background-color: #f7f8f9 !important;
    filter: alpha(opacity=50);
}

.btn-primary {
    background-color: #1ca4e8 !important;
    color: #ffff !important;
    border-color: #1ca4e8 !important;
}

.btn-link {
    text-decoration: none !important;
}

.btn-outline-primary {
    border-color: #1ca4e8 !important;
    color: #1ca4e8 !important;
}

.btn-periodpicker {
    color: #1ca4e8 !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active {
    background-color: #1ca4e8 !important;
    color: #ffff !important;
}

.btn-color-gray {
    border-color: #ced4da !important;
    color: #495057 !important;
}

.btn-color-gray:hover {
    color: #f6fff7 !important;
}

.background-disabled {
    background-color: #e9ecef !important;
}

.button-disabled:hover {
    cursor: not-allowed;
}

.progress-bar {
    color: #ffff !important;
    background-color: #1ca4e8 !important;
    border-color: #1ca4e8 !important;
}

.order-template-bg {
    background-color: #d6e8f4;
    border-color: #d6e8f4;
}

.mw-75 {
    max-width: 75% !important;
}

.mw-40 {
    max-width: 40% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.success-bg-order-admin {
    background-color: #d1ecf1;
}

.versta-text-sm {
    font-size: 0.875rem;
}

.versta-text-xm {
    font-size: 0.75rem;
}

.versta-table-link {
    white-space: nowrap;
    cursor: pointer;
    color: -webkit-link;
}

.versta-table-nowrap-text {
    white-space: nowrap;
}

.versta-bg-color_dark {
    background-color: #203a56;
}

.versta-table-header {
    background-color: #e2e3e5 !important;
    color: #383d41;
    font-weight: normal !important;
    text-align: center;
}

.related-cell {
    background-color: gray;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.versta-bulk-table-text-left {
    text-align: left;
}

.versta-bulk-table-text-right {
    text-align: right;
}

.versta-table-auto {
    table-layout: auto !important;
}

.hide-header thead {
    display: none !important;
}

.filter.text-filter {
    height: 20px;
}

.vendor-logo-label {
    height: 25px;
}

.button-lookup {
    background-color: #ffffff;
    border-color: gray;
}

.delivery-option-tooltip-inner,
.price-structure-tooltip-inner {
    background-color: rgba(255, 255, 255, 100) !important;
    color: #000000 !important;
    box-shadow: 0 10px 50px 0 rgba(7, 11, 37, 0.2) !important;
}

.price-structure-tooltip-inner {
    width: 315px !important;
    max-width: 315px !important;
    z-index: 2;
}

.delivery-option-tooltip,
.price-structure-tooltip,
.opacity-100 {
    opacity: 1 !important;
}

.delivery-option-price-tooltip-inner {
    background-color: rgba(255, 255, 255, 100) !important;
    box-shadow: 0 10px 50px 0 rgba(7, 11, 37, 0.2) !important;
}

.delivery-option-price-tooltip {
    opacity: 1 !important;
    box-shadow: 0 10px 50px 0 rgba(7, 11, 37, 0.2) !important;
}

.delivery-option-price-tooltip > .tooltip.show,
.price-structure-tooltip > .tooltip.show {
    opacity: 1 !important;
}

.versta-header {
    font-size: xx-large;
}

.green-text-order {
    color: #3d9553;
    text-decoration: underline;
}

.red-text-order {
    color: #bb322a;
    text-decoration: underline;
}

.yellow-text-order {
    color: #eabf00;
    text-decoration: underline;
}

.gray-text-order {
    color: #717272;
    text-decoration: underline;
}

.blue-text-order {
    color: #4287d1;
    text-decoration: underline;
}

.word-wrap-table {
    word-wrap: break-word;
}

.gold-text {
    color: #ffd700;
}

.blue-text {
    color: #1ca4e8 !important;
}

.blue-text-muted {
    color: #4287d1 !important;
}

.transparent-blue-text {
    color: #c8edff !important;
}

.green-text {
    color: #3d9553 !important;
}

.white-text {
    color: white !important;
}

.hover-blue-text :hover {
    color: #1ca4e8 !important;
}

.red-text {
    color: red !important;
}

.dark-red-text {
    color: #a70505 !important;
    font-weight: 647;
}

.big-text {
    font-size: 24pt;
}

.text44 {
    font-size: 44px !important;
}

.text-size20 {
    font-size: 20pt;
}

.text-size17 {
    font-size: 17pt;
}

.text-size16 {
    font-size: 1rem !important;
}

.text-size-14 {
    font-size: 14px;
}

.text-size-12 {
    font-size: var(--font-size-xs) !important;
}

.text-nowrap {
    white-space: nowrap;
}

.address-book-table-header {
    color: gray;
    padding-bottom: 5em;
}

.small-text {
    font-size: 10pt;
}

.text-8 {
    font-size: 9pt;
}

.very-small-text {
    font-size: 7pt;
}

.height-micro-button {
    height: 12px;
}

.bold-text {
    font-weight: bold;
}

.medium-text {
    font-weight: 500;
}

.semi-bold-text {
    font-weight: 600;
}

.black-bold-text {
    color: black;
    font-weight: bold;
}

.gray-bold-text {
    color: gray;
    font-weight: bold;
}

.km-button--primary {
    background-color: #1ca4e8;
    color: #ffffff;
}

.km-button {
    border-radius: 3px;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: #1ca4e8;
    height: 36px;
    padding: 0px 16px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    min-width: 40px;
    transition: all 0.3s ease-out;
}

.km-btn-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.km-btn-file-label {
    line-height: 36px;
    cursor: pointer;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.gray-text {
    color: gray !important;
}

.label-without-icon {
    margin-left: 20px !important;
}

.bg-light-gray {
    background-color: rgb(245, 245, 245);
}

.bg-light-gray:hover {
    background-color: rgb(194, 194, 194);
}

.bg-light-green {
    background-color: rgb(209, 231, 221);
}

.underline {
    text-decoration: underline !important;
}

.hover-underline:hover {
    text-decoration: underline !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.max-h-30 {
    max-height: 30px;
}

.max-width-110 {
    max-width: 110px;
}

.max-width-120 {
    max-width: 120px;
}

.max-width-140 {
    max-width: 140px;
}

.max-width-160 {
    max-width: 160px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

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

.min-width-30 {
    min-width: 30px;
}

.min-width-35 {
    min-width: 35px !important;
}

.min-width-60 {
    min-width: 60px;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-90 {
    min-width: 90px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-220 {
    min-width: 220px !important;
}

.min-width-350 {
    min-width: 350px;
}

.text-truncate-1 {
    -webkit-line-clamp: 1;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-truncate-left {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    direction: rtl;
}

.text-truncate-right {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    direction: ltr;
}

.text-0-75 {
    font-size: 0.75rem;
}

.text-dashed {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: var(--versta-color) !important;
}

.versta-border-gray {
    border-color: #c3cad2;
}

.versta-border-price {
    border-bottom: 2px dashed #1ca4e8;
}

.versta-divider-text {
    color: #e7e8eb;
    width: 100%;
}

.versta-selected {
    border: 2px solid #1ca4e8 !important;
}

.success-priceListTable-bg {
    background-color: #c3e6cb;
}

.danger-priceListTable-bg {
    background-color: #f8d7da;
}

.priceList-template-bg {
    background-color: white;
}

.drop-zone {
    background-color: #dee2e6;
    height: 100px;
    border: dashed thin;
    text-align: center;
}

.isDragActive-drop-zone {
    background-color: #c3e6cb;
    height: 100px;
    border: dashed thin;
    text-align: center;
}

.bg-order-parametrs {
    background-color: #f8f9fa;
}

.react-bootstrap-table-pagination-list {
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
}

.react-bootstrap-table-page-btns-ul {
    justify-content: center;
}

.react-bootstrap-table-pagination-list-hidden {
    display: none;
}

.opacity-50 {
    opacity: 0.5;
}

.icon-button-primary {
    background-color: transparent;
    border: 0px;
}

.icon-button-primary:hover {
    background-color: #1ca4e8;
    border-color: 1px #1ca4e8 solid;
    border-radius: 5px;
}

.icon-button-primary:hover .svg-inline--fa {
    color: #ffffff !important;
}

.cargo-view-button {
    border: 1px solid #d5d5d5 !important;
}

.cargo-view-button:focus,
.versta-button-link:focus {
    box-shadow: none !important;
}

.block-ui-container {
    cursor: default !important;
}

.blockUi-alert {
    font-size: medium;
    justify-content: center;
    align-items: center;
}

.blockUi-alert span {
    background-color: rgba(255, 255, 255);
    color: #050505;
    width: 65%;
    padding: 10px 0;
    border-radius: 0.25rem;
}

.currency-table th {
    text-align: center;
    vertical-align: middle !important;
}

.versta-card-header {
    background-color: #ffffff !important;
    border-color: transparent !important;
}

.versta-card-body {
    background-color: #f7f8f9 !important;
    border-color: transparent !important;
}

.versta-card-footer {
    background-color: #f7f8f9 !important;
}

.padding20 {
    padding: 20px !important;
}

.padding-right-12 {
    padding-right: 12px !important;
}

.padding-left-2 {
    padding-left: 2px !important;
}

.right-bottom-notifications {
    position: fixed;
    justify-content: right;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}

.notification {
    opacity: 0.8;
}

.notification:hover {
    opacity: 1;
    transition: opacity 0.25s;
}

.notification-dot {
    font-size: 6pt;
}

.notification-dot-not-read {
    color: #1ca4e8;
}

.notification-dot-read {
    color: #717272;
}

.notification-menu-items {
    min-width: 400px;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* делаем scrollbar узким*/
::-webkit-scrollbar {
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #949492;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.dropdown-menu-end.notifications-menu {
    min-width: 400px !important;
}

.user-company-card {
    background-color: #d6e8f4;
    border-color: transparent;
}

.tariff {
    transition: background-color 1.5s;
    background-color: transparent;
}

.tariff.highlight {
    background-color: #1ca4e8 !important;
}

.stacked-paper {
    background: #fff;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15), 0 -10px 0 -5px #fff, 0 -10px 1px -4px rgba(0, 0, 0, 0.15), 0 -20px 0 -10px #fff,
        0 -20px 1px -9px rgba(0, 0, 0, 0.15);
}

.stacked-paper:hover {
    background: #fff;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15), 0 -15px 0 -5px #fff, 0 -15px 10px -4px rgba(0, 0, 0, 0.15), 0 -30px 0 -10px #fff,
        0 -30px 20px -9px rgba(0, 0, 0, 0.15);
}

.order-list-item {
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    background: #f7f8f9;
}

.versta-border-left {
    border-left: 4px solid #1ca4e8 !important;
}

.gray-border-left {
    border-left: 4px solid gray !important;
}

.danger-border-left {
    border-left: 4px solid #f8d7da !important;
}

.mt-1px {
    margin-top: 1px !important;
}

.order-list-item.paper-stack {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 10px 0 -5px #f7f8f9, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #f7f8f9,
        0 20px 1px -9px rgba(0, 0, 0, 0.15);
}

.z-index-100 {
    z-index: 100 !important;
}

.z-index-50 {
    z-index: 50 !important;
}

.scrolling-wrapper {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.margin-top-18 {
    margin-top: 18px !important;
}

.fa-disabled {
    cursor: not-allowed;
    color: rgba(0, 0, 0, 0.25);
}

.items-table th {
    text-align: center;
    vertical-align: middle !important;
}

.header-table-sticky {
    position: sticky;
    z-index: 999;
    top: -3px;
    background-color: white;
    box-shadow: inset 0 0px 0 white, inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    border-top-color: white !important;
}

.header-table-sticky th {
    border-top: none !important;
}

.table-body-border-top-none tr:first-child {
    border-top: none !important;
}

.drag-and-drop {
    text-align: center;
    padding: 10px 0px;
    border-radius: 0.25rem;
    align-items: center;
    border: 1px dashed gray;
    background-color: white;
}

.drag-and-drop:hover {
    border: 1px dashed #1ca4e8;
}

.dnd-active {
    border: 1px dashed #1ca4e8;
    background-color: #f3fafd;
}

.button-group-row:not(:first-child) {
    margin-top: -1px;
}

.button-group-row:first-child:not(:only-child) > .btn:not(:last-child) {
    border-bottom-left-radius: 0;
}

.button-group-row:not(:first-child):not(:last-child):not(:only-child) > .btn:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.button-group-row:last-child:not(:only-child) > .btn:not(:last-child) {
    border-top-left-radius: 0;
}

.button-group-row:first-child:not(:only-child) > .btn:not(:first-child) {
    border-bottom-right-radius: 0;
}

.button-group-row:not(:first-child):not(:last-child):not(:only-child) > .btn:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.button-group-row:last-child:not(:only-child) > .btn:not(:first-child) {
    border-top-right-radius: 0;
}

.react-datepicker-popper {
    z-index: 100 !important;
    left: -35px !important;
}

.floating-label-form-group {
    position: relative;
}

.floating-label-form-group .form-control {
    box-shadow: none !important;
}

.floating-label-form-group .form-control,
.floating-label-form-group > label {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.floating-label-form-group > label {
    position: absolute;
    top: 1px; /* input-border-width */
    left: 1px; /* input-border-width */
    margin: 0;
    color: rgba(0, 0, 0, 0.54);
    pointer-events: none;
    z-index: 4;
    padding: 0.375rem 0.75rem; /* input-padding-y input-padding-x */
}

.floating-label-form-group > .form-control.form-control-sm + label,
.rbt.floating-label-form-group > label {
    padding: 0.25rem 0.5rem;
}

.floating-label-form-group > .form-control.form-control-lg + label {
    padding: 0.5rem 1rem;
}

.floating-label-form-group > .form-control:focus {
    border: 1px solid #1ca4e8;
}

.floating-label-form-group.floating > .form-control:focus + label,
.rbt.floating-label-form-group.floating > .form-control.focus + label,
.rbt.floating-label-form-group.floating > .form-control.focus + div + label,
.rbt.floating-label-form-group.floating > label.focus {
    color: #1ca4e8;
    z-index: 100;
}

.floating-label-form-group > .form-control.is-invalid + label,
.rbt.floating-label-form-group > .form-control.is-invalid + label,
.rbt.floating-label-form-group > .form-control.is-invalid + div + label,
.rbt.floating-label-form-group > label.is-invalid {
    color: #dc3545 !important;
}

.floating-label-form-group.floating > label {
    left: 2px; /* input-border-width */
    font-size: 0.65rem;
    top: -0.875rem;
}

.floating-label-form-group.floating > .form-control.form-control-sm + label,
.rbt.floating-label-form-group.floating > label {
    top: -0.75rem;
}

.floating-label-form-group.floating > .form-control.form-control-lg + label {
    top: -1rem;
}

.floating-label-form-group.floating > label::after {
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    z-index: -1;
    background: white;
    top: 0.875rem;
    right: 0.5rem;
    left: 0.5rem;
}

.floating-label-form-group.floating > .form-control:disabled + label::after,
.floating-label-form-group.floating > .react-date-picker--disabled + label::after,
.rbt.floating-label-form-group.floating > .form-control[disabled] + label::after,
.rbt.floating-label-form-group.floating > label.disabled::after {
    background: #e9ecef;
}

.floating-label-form-group.floating > .form-control.form-control-sm + label::after,
.rbt.floating-label-form-group.floating label::after {
    top: 0.75rem;
    right: 0.3rem;
    left: 0.3rem;
}

.floating-label-form-group.floating > .form-control.form-control-lg + label::after {
    top: 1rem;
    right: 0.7rem;
    left: 0.7rem;
}

.image-w100 img {
    width: 100%;
    max-width: 100%;
}

span.rbt-close-content {
    display: none;
}

hr {
    opacity: 1 !important;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    color: var(--bs-border-color) !important;
    background-color: var(--bs-border-color) !important;
}

a.blue-text {
    text-decoration: none !important;
}

button.no-shadow {
    box-shadow: none !important;
}

button.btn-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.non-transparent-tooltip {
    opacity: 1 !important;
}

.non-transparent-tooltip-inner {
    background-color: rgba(255, 255, 255, 100) !important;
    color: #000000 !important;
    box-shadow: 0 10px 50px 0 rgba(7, 11, 37, 0.2) !important;
}

.printed-document-view {
    min-height: 90vh;
    min-width: 90%;
}

.printed-document {
    min-height: 80vh;
}

.qty-filters {
    position: absolute;
    right: -200px;
}

.nav-link.active {
    font-weight: 600 !important;
}

.light-gray-hover:hover {
    background-color: var(--color-light-gray);
}

.ul-margin-button-0 ul {
    margin-bottom: 0;
}

.scroll-container-300 {
    max-height: 300px;
    overflow: auto;
}

.scroll-container-300::-webkit-scrollbar-corner {
    background-color: transparent;
    display: none;
}

.scroll-container-400 {
    max-height: 400px;
    overflow: scroll;
}

.bg-light-secondary {
    background-color: var(--color-light-gray) !important;
}

.bg-light-red {
    background-color: var(--color-light-red) !important;
}

.bs-content-box {
    box-sizing: content-box;
}

input.spin-buttons-none[type="number"]::-webkit-outer-spin-button,
input.spin-buttons-none[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input.spin-buttons-none[type="number"],
input.spin-buttons-none[type="number"]:hover,
input.spin-buttons-none[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}

.cursor-move {
    cursor: move;
}

.disabled-link {
    pointer-events: none;
}

.counter-agent-contracts-body {
    overflow-y: auto;
    border: none;
    height: 16.25rem;
}

.counter-agent-contacts-body {
    overflow-y: auto;
    height: 25rem;
}

.vertical-dotted-line {
    display: flex; /* Выравниваем линии вертикально */
    flex-direction: column;
    gap: 4px; /* Отступ между линиями */
    align-items: center;
    height: 100%;
}

.vertical-dotted-line span {
    width: 2px;
    height: 4px;
    background-color: #000;
}

.icon-circle {
    font-size: 0.4em; /* Размер иконки относительно текста */
}

.text-body-regular {
    font-size: 16px;
    font-weight: 400;
}

.custom-border {
    border: 1px solid #ced4da !important;
}

.menu-border {
    border: 1px solid #dee2e6 !important;
}

.alert-success-custom {
    background-color: #dcf4e9 !important;
    color: #12b76a !important;
}

.alert-failure-custom {
    background-color: #ffe9eb !important;
    color: #dc3545 !important;
}

.alert-warning-custom {
    background-color: #fff6a3 !important;
    color: #0b0b0b !important;
}

.order-menu-container {
    width: 100%; /* По умолчанию для мобильных устройств */
}

@media (min-width: 768px) {
    .order-menu-container {
        width: 600px; /* Для десктопных устройств */
    }
}

.event-mobile-header {
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    margin-top: 1rem;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.event-mobile-header:not(:first-child) {
    border-top: 1px solid #ced4da;
    margin-top: 1rem;
}

.event-icon-color {
    color: #d0d5dd;
}

.table-border-color {
    border: 1px solid #e4e7ec;
}

.table-header {
    background-color: #f9fafb !important;
    color: #667085;
    font-weight: normal !important;
    text-align: start;
}

.versta-table-fixed {
    table-layout: fixed !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.width-20 {
    width: 20px !important;
}

.width-28 {
    width: 28px !important;
}

.width-30 {
    width: 30px !important;
}

.width-35 {
    width: 35px !important;
}

.width-40 {
    width: 40px !important;
}

.width-50 {
    width: 50px !important;
}

.width-65 {
    width: 65px !important;
}

.width-60 {
    width: 60px !important;
}

.width-70 {
    width: 70px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.width-270 {
    width: 270px !important;
}

.width-80 {
    width: 80px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}

.width-140 {
    width: 140px !important;
}

.width-160 {
    width: 160px !important;
}

.width-180 {
    width: 180px !important;
}

.width-90 {
    width: 90px !important;
}

.width-130 {
    width: 130px !important;
}

.width-170 {
    width: 170px !important;
}

.width-1200 {
    width: 1200px !important;
}

.height-20 {
    height: 20px !important;
}

.height-40 {
    height: 40px !important;
}

.custom-line-height {
    line-height: 1.3;
}

.table-muted-text-color {
    color: #667085;
}

.height-80 {
    height: 80px !important;
}

.height-60 {
    height: 60px !important;
}

.height-35 {
    height: 35px !important;
}

.dark-text {
    color: #212529 !important;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-word;
}

.pagination-button-dimensions {
    min-width: 40px;
    min-height: 35px;
}

.pagination-button {
    color: #475467 !important;
    border-radius: 8px;
    padding: 8px;
}

.pagination-button:is(.active, :hover) {
    background-color: #f2f4f7 !important;
    border-color: #f2f4f7 !important;
    color: #212529 !important;
}

.qty-dropdown-toggle {
    background-color: #ffffff;
    color: #475467;
    border: 1px solid #ced4da;
    border-radius: 8px;
    min-width: 64px;
    min-height: 35px;
    padding: 8px 12px;
}

.qty-dropdown-toggle:hover,
.qty-dropdown-toggle:focus,
.qty-dropdown-toggle:active,
.qty-dropdown-toggle.show {
    background-color: #f2f4f7 !important;
    border-color: #f2f4f7 !important;
    color: #212529 !important;
}

.no-caret.dropdown-toggle::after {
    display: none !important;
}

.pagination-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0;
    text-align: center;
}

.height-64 {
    height: 64px;
}

.no-chevron::after {
    display: none !important;
}

.tab-filter-button {
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
}

.tab-filter-button.active {
    border-bottom-color: #0d6efd;
}

.theme-v3 {
    --color-body: #212529;
    --color-secondary: #475467;
    --color-muted: #667085;
    --color-meta: #344054;
    --color-heading: #101828;
    --color-bg-input: #f2f4f7;
    --color-primary: #0d6efd;
    --color-primary-h: #0b5ed7;
    --color-primary-bh: #0a58ca;
    --color-danger: #dc3545;
    --color-outline-bg: #ffffff;
    --color-outline-active-bg: #e7f1ff;
    --color-tag-active-bg: #ffe9eb;
    --color-success: #12b76a;
    --color-success-secondary: #dcf4e9;

    --color-secondary-border: #dee2e6;

    --bs-btn-color-outline-secondary: #344054;
    --bs-btn-bg-outline-secondary: var(--color-bg-input);
    --bs-btn-border-color-outline-secondary: #e4e7ec;
    --bs-btn-hover-color-outline-secondary: #101828;
    --bs-btn-hover-bg-outline-secondary: #eaecf0;
    --bs-btn-hover-border-color-outline-secondary: #d0d5dd;
    --bs-btn-active-color-outline-secondary: #101828;
    --bs-btn-active-bg-outline-secondary: #d9dce1;
    --bs-btn-active-border-color-outline-secondary: #cbd2e0;

    --bs-body-color: var(--color-body);
    --bs-offcanvas-bg: var(--color-bg-input);
    --bs-text-secondary: var(--color-secondary);
    --bs-text-muted: var(--color-muted);
    --bs-text-meta: var(--color-meta);
    --bs-text-success: var(--color-success);
    --bs-text-success-secondary: var(--color-success-secondary);
    --bs-text-danger: var(--color-danger);
    --bs-heading-color: var(--color-heading);
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-color: #fff;
    --bs-btn-hover-bg: var(--color-primary-h);
    --bs-btn-hover-border-color: var(--color-primary-bh);
    --bs-btn-hover-color: #fff;
    --bs-alert-bg: var(--color-primary);
    --bs-badge-bg: var(--color-primary);
}

.theme-v3 {
    --font-base: Inter, sans-serif;
    --font-alt: "Helvetica Neue", sans-serif;
    --font-weight: 400;
    --line-height: 1.3;

    --font-size-xs: 0.75rem; /* 12px */
    --font-size-sm: 0.875rem; /* 14px */
    --font-size-md: 1rem; /* 16px */
    --font-size-lg: 1.125rem; /* 18px */
    --font-size-xl: 1.25rem; /* 20px */
}

.theme-v3 .body-text-color {
    color: var(--bs-body-color) !important;
}

.theme-v3 .rounded-6 {
    border-radius: 0.375rem !important;
}

.theme-v3 .rounded-12 {
    border-radius: 0.75rem !important;
}

.theme-v3 .px-12 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.theme-v3 {
    font-family: var(--font-base) !important;
    color: var(--bs-body-color) !important;
}

.theme-v3 .title-text {
    font-size: var(--font-size-sm) !important;
}

.theme-v3 .text-success {
    font-size: var(--font-size-sm) !important;
    color: var(--bs-text-success) !important;
}

.theme-v3 .value-text {
    font-size: var(--font-size-sm) !important;
}

.theme-v3 .form-control.with-border,
.theme-v3 input.with-border:not(.form-check-input),
.theme-v3 textarea.with-border,
.theme-v3 .form-select.with-border {
    border: 1px solid var(--bs-border-color) !important;
}

.theme-v3 .no-padding {
    padding: 0 !important;
}

.theme-v3 .text-gray-400 {
    color: #98a2b3 !important;
}

.theme-v3 .text-gray-600 {
    color: var(--color-secondary) !important;
}

.theme-v3 .modal-header {
    border-bottom: 0 !important;
}

.theme-v3 .modal-footer {
    border-top: 0 !important;
}

.theme-v3 .modal {
    border-color: var(--color-secondary-border) !important;
}

.theme-v3 .logo {
    user-select: none;
    padding: 0px !important;
    width: 130px !important;
}

.theme-v3 .form-control,
.theme-v3 .form-select,
.theme-v3 input:not(.form-check-input),
.theme-v3 textarea {
    font-weight: var(--font-weight);
    font-size: var(--font-size-md);
    line-height: var(--line-height);
    color: var(--bs-body-color) !important;
    border: none !important;
}

/* Не применяем цвет фона к части элементов, чтобы избежать перекрывания поля ввода (при переносе на custom тему бутсрапа, придётся подумать) */
.theme-v3 input:not(.form-check-input):not(.react-daterange-picker__inputGroup__input):not(.rbt-input-hint),
.theme-v3 .form-control:not(.rbt-input-main),
.theme-v3 .form-select,
.theme-v3 textarea {
    background: var(--color-bg-input) !important;
}

.theme-v3
    .white-input
    input:not(.form-check-input):not(.rbt-input-main):not(.react-daterange-picker__inputGroup__input):not(.rbt-input-hint):not(
        :disabled
    ),
.theme-v3 .white-input .form-control:not(.rbt-input-main),
.theme-v3 .white-input .form-select,
.theme-v3 .white-input textarea {
    background: white !important;
}

.theme-v3 .white-input input:disabled {
    background: var(--bs-btn-color-outline-secondary) !important;
}

.theme-v3 .from-check-input {
    background: var(--color-bg-input) !important;
    color: var(--bs-body-color) !important;
}

.theme-v3 .form-switch .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.theme-v3 .form-check-input.custom-switch {
    background-color: var(--color-bg-input) !important;
    border: 1px solid var(--bs-text-muted) !important;
}

.theme-v3 .form-check-input.custom-switch:checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.theme-v3 .data-time,
.theme-v3 .form-control.data-time,
.theme-v3 .form-control::placeholder {
    color: var(--bs-text-secondary) !important;
}

.theme-v3 .btn-reset,
.theme-v3 .btn-expand,
.theme-v3 .btn-actions,
.theme-v3 .btn-date-extra {
    font-family: var(--font-base);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    color: var(--bs-body-color) !important;
}

.theme-v3 .btn-filter {
    font-family: var(--font-base);
    font-weight: var(--font-weight);
    font-size: var(--font-size-md);
    line-height: var(--line-height);
    text-align: center;
    vertical-align: middle;
    color: var(--bs-text-muted) !important;
}

.theme-v3 .btn-date-extra {
    font-size: var(--font-size-xs);
    line-height: 18px;
    color: var(--bs-text-meta) !important;
}

.theme-v3 .bg-primary,
.theme-v3 .btn-primary {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

.theme-v3 .bg-danger,
.theme-v3 .btn-danger {
    background-color: var(--color-danger) !important;
    color: #fff !important;
}

.theme-v3 .btn-outline-primary {
    background: var(--color-outline-bg) !important;
    border: none !important;
    color: var(--color-primary) !important;
}

.theme-v3 .btn-outline-primary:active,
.theme-v3 .btn-outline-primary.active {
    background: var(--color-outline-active-bg) !important;
    border: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.theme-v3 .btn-outline-primary-alt {
    background: var(--color-outline-bg) !important;
    border: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.theme-v3 .btn-outline-primary-alt:active,
.theme-v3 .btn-outline-primary-alt.active {
    background: var(--color-outline-active-bg) !important;
    border: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
}

.theme-v3 .btn-secondary {
    background-color: var(--bs-btn-bg-outline-secondary);
    border: 1px solid var(--bs-btn-border-color-outline-secondary);
    transition: all 0.2s ease;
}

.theme-v3 .btn-outline-secondary {
    color: var(--bs-btn-color-outline-secondary) !important;
    background-color: var(--bs-btn-bg-outline-secondary);
    border: 1px solid var(--bs-btn-border-color-outline-secondary);
    transition: all 0.2s ease;
}

.theme-v3 .btn-outline-secondary:hover,
.theme-v3 .btn-outline-secondary:focus {
    color: var(--bs-btn-hover-color-outline-secondary);
    background-color: var(--bs-btn-hover-bg-outline-secondary);
    border-color: var(--bs-btn-hover-border-color-outline-secondary);
}

.theme-v3 .btn-outline-secondary.no-interaction:hover,
.theme-v3 .btn-outline-secondary.no-interaction:focus {
    color: var(--bs-btn-color-outline-secondary);
    background-color: var(--bs-btn-bg-outline-secondary);
    border-color: var(--bs-btn-border-color-outline-secondary);
    transition: none;
}

.theme-v3 .dropdown-menu {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    padding: 0.5rem !important;
    border-radius: 0.75rem !important;
    overflow-x: visible !important;
    border: 1px solid var(--bs-btn-border-color-outline-secondary);
}

.theme-v3 .dropdown-menu.auto-width {
    --bs-dropdown-min-width: auto;
}

::-webkit-scrollbar {
    width: 0.5rem !important;
    margin-top: 0.5rem !important;
    padding-top: 0.5rem !important;
}

::-webkit-scrollbar-track {
    background: transparent !important;
    border-radius: 0.75rem !important;
}

.theme-v3 .dropdown-submenu > .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
}

.theme-v3 .dropdown-submenu > .dropdown-toggle::after {
    display: none !important;
}

.theme-v3 .dropdown-submenu > .dropdown-toggle .custom-caret {
    margin-left: auto;
}

.theme-v3 .dropdown-item {
    border-radius: 5px !important;
}

.theme-v3 .dropdown-item:hover,
.theme-v3 .dropdown-item:focus {
    color: var(--bs-btn-color-outline-secondary);
    background-color: var(--bs-btn-bg-outline-secondary);
    border-color: var(--bs-btn-border-color-outline-secondary);
    transition: none;
}

.theme-v3 .dropdown-item.active:hover {
    background-color: var(--color-primary) !important;
    color: white !important;
}

.theme-v3 .hover-gray:hover {
    background-color: var(--bs-btn-bg-outline-secondary);
}

.theme-v3 .btn-link {
    border: 0 !important;
}

.theme-v3 .btn-link:hover,
.theme-v3 .btn-link:focus {
    color: var(--bs-btn-hover-color) !important;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.theme-v3 .btn-bright-link:focus,
.theme-v3 .btn-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.theme-v3 .btn-bright-link:focus:not(:focus-visible),
.theme-v3 .btn-icon:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.theme-v3 .btn-bright-link:focus-visible,
.theme-v3 .btn-icon:focus-visible {
    color: var(--bs-text-muted) !important;
}

.theme-v3 .btn-bright-link,
.theme-v3 .btn-icon {
    color: var(--bs-text-meta) !important;
    border: 0 !important;
}

.theme-v3 .btn-bright-link:hover,
.theme-v3 .btn-icon:hover {
    color: var(--bs-text-muted) !important;
}

.theme-v3 .btn-bright-link:focus,
.theme-v3 .btn-icon:focus {
    color: var(--bs-heading-color) !important;
}

.theme-v3 .btn-bright-link:active,
.theme-v3 .btn-icon:active {
    color: var(--bs-text-secondary) !important;
}

.theme-v3 .btn-link:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.theme-v3 .btn-link:focus-visible {
    background: transparent !important;
    outline-offset: 2px;
}

.theme-v3 h1,
.theme-v3 h2,
.theme-v3 h3,
.theme-v3 h4,
.theme-v3 h5,
.theme-v3 h6 {
    font-family: var(--font-base);
    font-weight: 500;
    font-size: var(--font-size-xl);
    line-height: 1.2;
    color: var(--bs-heading-color) !important;
}

.theme-v3 .h1 {
    font-family: var(--font-base);
    font-weight: 500;
    font-size: var(--font-size-xl);
    line-height: 1.2;
    color: var(--bs-heading-color) !important;
}

.theme-v3 .form-label {
    font-family: var(--font-base);
    font-weight: var(--font-weight);
    font-size: var(--font-size-sm);
    line-height: var(--line-height);
    color: var(--bs-text-secondary) !important;
}

.theme-v3 .navbar-nav .nav-item .nav-link {
    padding-left: 0px;
    padding-right: 16px;
}

.theme-v3 .navbar-nav > .dropdown > .dropdown-toggle.nav-link {
    padding: 0px;
}

.theme-v3 .nav .nav-link,
.theme-v3 .navbar .nav-link {
    font-family: var(--font-alt);
    font-weight: 500;
    font-size: var(--font-size-sm);
    line-height: 1.3;
}

.theme-v3 button.dropdown-toggle {
    font-family: var(--font-alt);
    font-weight: 500;
    font-size: var(--font-size-sm);
    line-height: 1.3;
    background-color: transparent !important;
    color: var(--bs-nav-link-color) !important;
    border: 0 !important;
}

.theme-v3 .nav .nav-link.active :active,
.theme-v3 .navbar .nav-link.active :active {
    color: var(--bs-heading-color) !important;
}

.theme-v3 .nav .nav-link:not(.active) {
    color: var(--bs-text-muted) !important;
}

.theme-v3 .table thead th,
.theme-v3 .table tbody td {
    font-family: var(--font-base);
    font-weight: var(--font-weight);
    font-size: var(--font-size-sm);
    line-height: var(--line-height);
}

.theme-v3 .table thead th {
    color: var(--bs-text-muted) !important;
}

.theme-v3 .table tbody td {
    color: var(--bs-body-color) !important;
}

.theme-v3 .pagination .page-link {
    font-family: var(--font-base);
    font-weight: 500;
    font-size: var(--font-size-sm);
    line-height: var(--line-height);
    text-align: center;
    color: var(--bs-body-color) !important;
    background: transparent !important;
    border: none !important;
}

.theme-v3 .pagination .page-item.active .page-link {
    background-color: var(--color-bg-input) !important;
    color: var(--bs-body-color) !important;
}

.theme-v3 .btn-tag {
    background: transparent;
    border: none;
    color: var(--bs-body-color);
}

.theme-v3 .btn-tag:active,
.theme-v3 .btn-tag.active {
    background-color: var(--color-tag-active-bg) !important;
    color: var(--bs-body-color) !important;
}

.theme-v3 .input-group > .rbt:not(:last-child) .form-control {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
}

.theme-v3 .bg-gray-100 {
    background-color: var(--color-bg-input) !important;
}

.offcanvas.offcanvas-end {
    background-color: #f2f4f7 !important;
    border: 0 !important;
}

.aggregate-button {
    width: 25px !important;
    height: 22px !important;
    display: flex !important;
    align-items: center !important;
}

.theme-v3 .blue-text {
    color: var(--color-primary);
}

.theme-v3 .bg-blue {
    background-color: var(--color-outline-active-bg) !important;
}

.theme-v3 .text-primary {
    color: var(--color-primary) !important;
}

.theme-v3 .btn-transparent {
    background: transparent !important;
}

.theme-v3.top-menu {
    background-color: var(--color-outline-bg);
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 24px;

    .blue-text {
        color: var(--color-primary) !important;
    }
}

.theme-v3 .icon {
    font-size: 16px !important;
    line-height: 100%;
}

.theme-v3:not(.top-menu) {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.themve-v3 .badge {
    border-radius: 0.375rem !important;
    text-align: center !important;
    font-weight: normal !important;
    font-size: var(--font-size-sm) !important;
}

.theme-v3 .badge.bg-secondary {
    background-color: var(--color-bg-input) !important;
    color: var(--bs-text-secondary) !important;
    padding: 0.25rem 0.5rem;
}

.theme-v3 .badge.bg-success {
    background-color: var(--color-success-secondary) !important;
    color: var(--bs-text-success) !important;
    padding: 0.5rem 0.5rem !important;
}

.theme-v3 .badge.bg-danger {
    background-color: var(--color-tag-active-bg) !important;
    color: var(--bs-text-danger) !important;
    padding: 0.5rem 0.5rem !important;
}

.theme-v3 .badge.bg-primary {
    background-color: var(--color-outline-active-bg) !important;
    padding: 0.5rem 0.5rem !important;
}

.theme-v3 .badge.bg-highlight {
    background-color: #ffe69c !important;
    color: #212529 !important;
    padding: 0.5rem 0.5rem !important;
}

.theme-v3 .versta-border-price {
    border-bottom: 2px dashed var(--color-primary) !important;
}

.theme-v3 .order-point {
    background: linear-gradient(95.4deg, rgba(240, 222, 255, 0.3) 0%, rgba(203, 243, 240, 0.3) 100%);
    border-radius: 12px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;

    .row {
        margin: 0;
    }
}

.theme-v3 .badge.fragile-badge {
    background-color: #efe0f5 !important;
    color: #9100bd !important;
}

.theme-v3 .badge.been-used-badge {
    background-color: #ffda6a !important;
    color: #332701 !important;
}

.theme-v3 .badge.insurance-badge {
    background-color: #dcf4e9 !important;
    color: #051b11 !important;
}

.theme-v3 .badge.additional-info-badge {
    background-color: #d6d6f0 !important;
    color: #212529 !important;
}

.theme-v3 .row-key-value-list {
    > .row-key-value {
        border-top: 1px solid #f2f4f7 !important;
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.theme-v3 .highlight-value {
    background-color: #ffe69c;
}

.theme-v3 .highlight-value-success {
    background-color: #dcf4e9;
}

.theme-v3 .order-point .line-separator {
    border-color: #fff !important;
}

.theme-v3 .box-shadow-inset {
    box-shadow: inset 0 0 0 1px var(--bs-btn-border-color-outline-secondary) !important;
}

.theme-v3 .border-gray-200 {
    border-color: var(--bs-btn-border-color-outline-secondary) !important;
}

.sub-label {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: var(--font-size-xs) !important;
    line-height: 18px !important;
    letter-spacing: 0 !important;
    color: var(--bs-text-meta) !important;
}

.sub-label {
    border: 0 !important;
    border-bottom: 1px var(--color-meta) dashed !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.sub-label:hover {
    color: var(--bs-text-muted) !important;
    border-bottom-color: var(--color-muted) !important;
}

.secondary-button-v3-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--color-primary) !important;
    font-size: var(--font-size-md);
    line-height: 1.3;
    letter-spacing: 0;
}

.filters-button.active {
    background: #e7f1ff !important;
    border: 1px solid #0d6efd !important;
}

.input-background {
    background: #f2f4f7 !important;
}

.max-width-1200 {
    max-width: 1200px !important;
}

.width-48 {
    width: 48px !important;
}

.height-48 {
    height: 48px !important;
}
