.alert {
    font-family: 'Inter-Light-BETA';
    color: var(--mschoa-login-color-password-toggler-selected);
}

.alert a {
    font-family: 'Inter-Bold';
    text-decoration: none;
}

.alert .link-disabled {
    color: var(--mschoa-login-color-password-toggler-selected);
}

.alert-no-data {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.alert-no-data-text {
    width: fit-content;
    font-size: small;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert-info {
    background-color: var(--mschoa-color-dots);
    border-color: var(--mschoa-color-dots);
}

.alert img {
    width: 25px;
    height: 25px;
    padding: 5px;
    background-color: var(--mschoa-color-dots-selected);
}

.alert strong {
    font-family: 'Inter-Bold';
}