/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';


/* Customizations */
.rz-grid-table td .rz-cell-data {
    font-size: 12px;
}

:root {
    --rz-panel-menu-font-size: calc(var(--rz-body-font-size) * 1);
    --rz-panel-menu-item-2nd-level-font-size: calc(var(--rz-body-font-size) * 0.875);
    --rz-dropdown-item-font-size: calc(var(--rz-body-font-size) * 0.875);
    --rz-text-button-text-transform: normal;
}

label {
    font-size: 12px;
}

h1.rz-heading {
    font-size: 24px;
    font-weight: normal;
}

.rz-dropdown-label {
    font-size: var(--rz-body-font-size);
}


