﻿body {
    background: #f4f5f9
}

.rz-dialog-wrapper {
    z-index: 99999; /* Asegurarse de que el overlay esté en la parte superior */
}

.rz-dropdown-panel.rz-popup {
    z-index: 99999 !important;
}

.rz-overlaypanel {
    z-index: 99999 !important;
}

.rz-notification {
    z-index: 99999 !important;
}

.rz-sidebar {
    max-width: 230px;
}

.botonAlCentro{
    margin:auto;
    text-align:center;
}

.botonAlFinal{
    margin:auto;
    text-align:end
}

.rz-popup {
    z-index: 99999 !important;
}

.absolute {
    position: absolute;
}

.rz-panel-menu .rz-navigation-menu .rz-navigation-item-icon {
    font-family: 'Material Symbols Outlined';
}

.rz-navigation-item-icon {
    font-family: 'Material Symbols Outlined';
}

.spanicono {
    font-family: 'Material Symbols Outlined';
}

.rz-col-icon {
    width: 5% !important;
}

.rz-col-icon {
    width: 5%;
}

.form-group {
    margin-bottom: 15px;
}

.loading {
    border: 16px solid #1657a3;
    border-radius: 50%;
    border-top: 16px solid #db1c00;
    border-bottom: 16px solid #db1c00;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    margin-top: 15%;
}

.alayout {
    border: none;
    padding: var(--rz-sidebar-toggle-padding);
    background-color: var(--rz-sidebar-toggle-background-color);
    border-left: var(--rz-sidebar-toggle-border);
    display: -webkit-inline-box;
}

.modalPedidos {
    max-width: 1200px !important;
}

.font14 {
    font-size: 14px !important;
}


.hrBlanco {
    color: #e3ebf6;
    opacity: 1;
}

.rz-dialog-title {
    color: #fff;
    align-self: center;
    font-weight: 500;
    margin-top: 0;
    font-family: "Poppins",sans-serif;
    font-size: 19px;
}

.rz-dialog-titlebar {
    background-color: #1c2d41;
}

.rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
    font-size: 13px
}

.rz-datatable-thead th .rz-column-title-content, .rz-grid-table thead th .rz-column-title-content {
    font-size: 13px;
}

.selectorHorarios {
    width: 50%!important;
    top: 5%!important;
}

/*SeccionDeliverys*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:990px) {
    .absolute {
        position: relative;
    }
}

@media(max-width:1300px) {
    .rz-datatable-data td .rz-cell-data, .rz-grid-table td .rz-cell-data {
        font-size: 12px;
    }

    .rz-datatable-thead th .rz-column-title-content, .rz-grid-table thead th .rz-column-title-content {
        font-size: 12px;
    }

    .selectorHorarios {
        width: 80%!important;
        top: 0!important;
    }
}

@media(max-width:767px) {
    .marginBotSwitch {
        margin-bottom: 1rem !important;
    }
}

/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v154/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@media(max-width:767px) {
    .marginBotSwitch {
        margin-bottom: 1rem !important;
    }
}

/*.fixTableHead {
    overflow-y: auto;
    height: 110px;
}

    .fixTableHead thead th {
        position: sticky;
        top: 0;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background: grey;
}

*/

.resaltado {
    background-color: rgba(0, 0, 0, 0.1); /* Fondo más oscuro */
    /* Otros estilos opcionales */
    /* color: white; */ /* Cambiar color del texto */
    /* font-weight: bold; */ /* Texto en negrita */
}