:root {
    --rz-text-font-family: Verdana, Arial, Helvetica, sans-serif !important;
    --rz-sidebar-width: 175px;
    --rz-sidebar-toggle-margin-inline-end: none;
    --rz-grid-column-resizer-helper-background-color: #455f77 !important;
    --rz-form-field-label-floating-background-color: transparent !important;
    --rz-primary: #DD9696 !important;
    --rz-primary-light: #BD8080 !important;
    --rz-secondary: white !important;
    --rz-panel-menu-item-active-color: #D67772 !important;
    --d-success-color: #86e972c4;
    --d-success-color-dark: #6ebc5ec4;
    --rz-notification-error-color: #fff;
    --rz-notification-container-background-color: transparent;
    --rz-notification-error-icon-color: var(--rz-notification-error-color);
    --rz-notification-error-background-color: #D35153;
    --rz-notification-border-radius: 12px;
    --rz-notification-success-background-color: #3e9108;
    --rz-notification-success-color: #fff;
    --rz-notification-success-icon-color: var(--rz-notification-success-color);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    min-width: 100vw;
    min-height: 100vh;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-image: url(../img/Fondo.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.filled-icon {
    font-variation-settings: 'FILL' 1;
}

.rz-sidebar .rz-sidebar-toggle:hover {
    background-color: var(--rz-panel-menu-item-hover-background-color);
}

/*.rz-header {
    --rz-sidebar-toggle-hover-background-color: #546579;
    background: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
}*/

.rz-column-title{
    justify-content: center;
}

.rz-layout{
    background: none!important;
}

.rz-datatable{
    border:none!important;
    width:max-content;
}

.rz-grid-table thead > tr:first-of-type > th {
    --rz-grid-header-color: white !important;
    --rz-grid-header-font-weight: bold;
    background: linear-gradient(#B48686 1%, #9D6B6B 40%, #915959 60%, #A27373 99%)
}

.rz-grid-table.rz-grid-gridlines-both > thead > tr:first-of-type > th:not(:last-child) {
    border-inline-end-color: #6C3D3D !important;
}
.rz-grid-table.rz-grid-gridlines-both > thead > tr:first-of-type > th {
    border-bottom-color: #6C3D3D !important;
}

.rz-grid-table thead > tr:nth-of-type(2) > th {
    background: #dae2e8;
}
.rz-grid-table.rz-grid-gridlines-both > thead > tr:nth-of-type(2) > th {
    border-bottom: 1px solid #a2b3c7 !important;
}

.rz-grid-table .rz-data-row:nth-of-type(2n) {
    background-color: #fafafa;
}

.rz-w-stretch{
    flex-grow: 100;
}

.rz-filter-menu-symbol{
    width: 2.5rem;
}

.rz-grid-table {
    width: unset;
}