:root {
    /* --rz-text-color: yellow !important; */
}

html,
body,
#app {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* ====================
    RADZEN 
====================== */

.radzen-main {
    width: 100%;
    height: 100%;
}

.rz-body {
    padding-top: 0 !important;
}

.rz-panel-titlebar {
    flex-direction: row-reverse !important;
    justify-content: start !important;
}

/* ====================
    CUSTOM 
====================== */

ul.ul-style-none {
    list-style-type: none;
    padding-left: 0;
}