﻿html, body {
    height: 100%;
}

a{
    text-decoration: none;
}

.validation-message {
    color: #dc3545;
}

.swal2-container{
    z-index:9999 !important;
}

.bg-blur {
    backdrop-filter: blur(10px);
}
