.msg-alertas {
    font-family: "Source Code Pro", monospace;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

.select-options {
    background-color: white !important;
    border-radius: 10px;
    cursor: pointer;
    appearance: auto !important;
}