.red {
    color: red;
}
.hidden, .modal-backdrop {
	Display:none!important;
}

.modal-full .modal-dialog{
    max-width: 100%;
    margin: 0px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-outlined {
     font-size: 50px;
}

font.errortext {
    color: red !important;
    margin-top: 10px;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    text-align: center;
    font-size: 20px;
}