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


/* Import the Radzen CSS files */
@import './default2.css';


/* Custom some changes in radzen css */
.rz-dialog .rz-dialog-content .col-md-12:has(>button) {
    text-align: center;
}