.input-error {
    color: red;
    font-size: 90%;
}

.swal2-html-container {
    white-space: pre-line;
}

.driver-label-on-map {
    background-color: #1D1D1D;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.daily_report:hover {
    border-color: #8f0ede;
}

.order-label-on-map {
    background-color: #1D1D1D;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
}

.dbl-btn-1>.select {
    margin-bottom: 12px;
}

.margin-left-12 {
    margin-left: 12px;
}

.dropdown__body .active {
    color: var(--primary);
}

.transparent {
    opacity: 0.5;
}

#add-variable-dish .filters-button {
    cursor: pointer;
}

[data-repeater-variants-prototype] {
    display: none;
}

.select-group div .select-css:first-child {
    border-radius: 0 8px 8px 0;
}

.table-management.h-1000 {
    min-height: 1000px;
}

.crossed-price {
    color: #767676;
    text-decoration: line-through;
}

.select .select--active {
    color: #16A751;
}

.select .select--inactive {
    color: #A73016;
}

.pill-outline--inactive {
    border: 1px solid #fcddd8;
    color: #A73016;
}

/* .product-ingredient-selector-item .select2 {
    max-width: 300px;
} */
.select2-container {
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: 1px solid transparent;
    background-color: #F5F5F5;
    border-radius: 8px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    height: 38px;
    width: 40px;
    background-image: url(/img/admin/icon-chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.tabs:not(.--editable-tabs) .btn-edit-input{
    display: none;
}

.orders-filter.active .btn-switch {
    color: var(--primary) !important;
    background-color: var(--primary-light-3) !important;
    border-color: var(--primary-light-3) !important;
}

.switch-list--item > a {

}

.choose-menu-page__menu li a {
    text-align: center;
    padding: 8px;
    flex-direction: column-reverse;
}
.choose-menu-page__menu li {
 flex: auto;
 flex-shrink: 0;
}
.choose-menu-page__menu li a .count-items {
    position: static;
    margin-left: auto;
}
.select-dish-card__body {
    overflow: auto;
}
.choose-menu-page__body.os-content > div {
    margin-bottom: auto;
}
.full-screen-block {
    max-height: 100dvh;
}

.choose-menu-page__body.os-content >  .flex.flex-col.gap-7.flex-auto {
    height: 100%;
}
.choose-menu-page__aside-footer {
    position: sticky;
    bottom: 0;
    background-color: var(--white);
}
@media (-webkit-max-device-pixel-ratio: 3) {
    .choose-menu-page__body .select-add-on-list .btn-switch {
        font-size: 18px;
    }
    .choose-menu-page__body .label--text {
        font-size: 16px;
    }
    .choose-menu-page__body .size--md {
        font-size: 18px;
    }
    .choose-menu-page__body .text-\[13px\],
    .choose-menu-page__aside .text-\[13px\] {
        font-size: 16px;
    }
    .choose-menu-page__body .text-\[12px\] ,
    .choose-menu-page__aside .text-\[12px\] {
        font-size: 14px;
    }
    .choose-menu-page__body ,
    .choose-menu-page__aside {
        font-size: 16px;
    }
    .choose-menu-page__links {
        flex: 0 0 140px;
        
    }
    .choose-menu-page__menu li a {
        font-size: 18px;
        padding: 14px 8px;
    }
  }

@media (max-width: 575.98px) {
    .choose-menu-page__menu li a {
        flex-shrink: 0;
        max-width: 140px;
        height: 100%;
    }
    .choose-menu-page__menu {
        height: 100%;
    }
    .choose-menu-page__links {
        flex: 0 0 140px;
    }
}

.table-grid-item.table-item .table-grid-item__top button {
    background-color: transparent;
    font-weight: 500;
} 
.table-grid-item.table-item.table-grid-item--busy .table-grid-item__top button {
    color: var(--white);
} 
.table-grid-item__top {
    gap: 6px;
}

#address_suggestions {
    display: none;
    list-style-type: circle;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

#address_suggestions li {
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

#address_suggestions li:hover {
    background-color: #f0f0f0; ]
}

#address_suggestions li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.radio-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-top: 15px;
}

.radio-inline .check {
    width: 16px;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 8px;
}

.radio-inline .check-text {
    margin: 0;
    font-size: 14px;
    line-height: 1;
}