﻿.rz-button {
    text-decoration: none;
    text-transform: capitalize;
}

.rz-dialog-wrapper .rz-dialog {
    position: absolute;
    border-radius: 0;
    height: 100%;
    width: 30%;
    right: 0;
    box-shadow: -10px 3px 6px #00000029;
}


.rz-form .row .rz-label {
    min-height: inherit;
    padding-bottom: 0;
    color: var(--rz-text-title-color);
}

.rz-date-filter-buttons .rz-button, .rz-button-md {
    min-width: fit-content !important;
    font-size: inherit;
}
