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

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

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

.order-label-on-map {
    background-color: #E16FA8;
    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;
}


.product-categories-item__img,
.product-categories-item__img>img {
    height: 100% !important;
}




iframe.iframe-payu {
    border-style: hidden;
    height: 100%;
    width: 536px;
    margin: auto;
}

@media (max-width: 599px) {
    iframe.iframe-payu {
        width: 100%;
    }
}

.product-item__group {
    gap: 8px;
}
.product-item__group .select-count{
    gap: 8px;
}

.product-item__group>.btn .discount-price {
    font-size: 12px;
}

.product-item__group>.btn {
    gap: 4px;
}

/* Modal stacking */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: none;
}

.modal--show {
    display: block;
}

.modal--show ~ .modal--show {
    background: rgba(0, 0, 0, 0.2);
}

/* Ensure modal content is above the backdrop */
.modal__dialog {
    position: relative;
    z-index: 1;
}

/* Product selection modal specific styles */
#product-selection-modal.modal--show {
    z-index: 1060 !important;
    background: rgba(0, 0, 0, 0.3);
}

/* Ensure stacked modals work properly */
.modal--show + .modal--show {
    z-index: 1060;
}