﻿/*------------------------------------------------
    [Alert]
*/
.content-alert {
    max-width: 35rem;
    min-width: 20rem;
    position: absolute;
    top: 1rem;
    z-index: 5000;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.content-alert-background {
    color: #980808;
    background-color: #ffcfcf;
    border-color: #b6d4fe;
    font-size: 11pt;
}

.content-alert-link {
    font-weight: 600;
    color: darkblue; 
}
.content-alert-link i {
    padding: 0 0.2rem;
    text-decoration: dashed;
}

.content-alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-size: 11pt;
}

.content-alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    font-size: 11pt;
}

.content-alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    font-size: 11pt;
}

.content-alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    font-size: 11pt;
}