/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

form .row {
    margin-bottom: 5px !important;
    font-size: small !important;
}

form .ui-message {
    z-index: 1;
}

form .ui-cell-data {
    font-size: small !important;
}

div .container {
    min-height: calc("100vh - 100px");
}

.rz-datatable-loading-content .rzi-circle-o-notch {
    animation: rotation 1s linear infinite;
    width: 50px;
    height: 50px;
    font-size: 48px;
}