/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

.baswordwrap {
    /*white-space: pre-wrap;*/
    white-space: normal;
    overflow-wrap: break-word;
    /*word-break: break-all;*/
}

.ui-datatable-thead th .ui-column-title {
    white-space: normal;
    height: 2rem;
}