/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

@media print {
    .rz-layout {
        height: auto !important;
    }
}

.ui-datatable-thead th .ui-column-title {
    white-space: normal;
    height: 2rem;
}

.e-table e-headertext {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #3a474d;
    padding: 0 0 0.625rem 0.625rem;
    font-weight: normal;
}

.rz-datatable-data td .rz-cell-data-prewrap {
    color: #48606c;
    font-size: 0.875rem;
    display: block;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: pre-wrap !important;
}

.my-headerless-grid .ui-datatable-thead {
    display: none;
}

.my-headerless-grid .rz-datatable-data td {
    overflow: auto;
    text-overflow: ellipsis;
    white-space: pre-wrap !important;
}