.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
}

.swal2-container {
    z-index: 20000 !important;
}

.required:after {
    content:" *";
    color: red;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.badge {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.badge:hover {
  transform: translateY(-2px);
}

#role option {
    color: red !important;
    background-color: transparent !important;
}

#role option:checked {
    color: green !important;
    background-color: transparent !important;
}

#role:disabled option {
    color: red !important;
    -webkit-text-fill-color: red !important;
}

#role:disabled option:checked {
    color: green !important;
    -webkit-text-fill-color: green !important;
}