html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

#app {
    min-height: 100vh;
}

.valid.modified:not([type=checkbox]) {
    outline: none;
}

.invalid {
    outline: 0.0625rem solid red;
}

.validation-message {
    color: red;
}

/* Responsive utilities */
@media (max-width: 768px) {
    .rz-sidebar {
        position: absolute;
        z-index: 1000;
        height: 100%;
    }

    .rz-body {
        margin-left: 0 !important;
    }
}
