﻿img {
    image-rendering: -webkit-optimize-contrast;
}

* {
    touch-action: manipulation;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100svw;
    margin: -0.25rem;
}

.loader {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    animation: l1 1s linear infinite alternate;
}

@keyframes l1 {
    to {
        opacity: 0
    }
}


.rz-dialog-titlebar {
    font-size: 2rem;
    line-height: 1.25;
}

.rz-dialog-confirm-message, .rz-dialog-alert-message {
    font-size: 2rem;
    line-height: 1.25;
}

.rz-dialog-alert-buttons .rz-button {
    font-size: 2rem;
}

.rz-fieldset {
    border-width: 0.25rem !important;
}
