.alert {
    border-radius: 6px;
    padding: 14px 18px;
    margin: 15px 0;
    border: 1px solid;
    font-family: system-ui, sans-serif;
}

.alert-header {
    font-weight: bold;
    margin-bottom: 6px;
}

.alert-type {
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-right: 8px;
}

.alert-title {
    font-size: 1.5rem;
}

.alert-messages {
    margin: 6px 0 0 18px;
}

/* Types */

.alert-error {
    background: #fdecea;
    border-color: #f5c2c0;
    color: #8a1c1a;
}

.alert-success {
    background: #e8f7ed;
    border-color: #b7e1c1;
    color: #1e6b36;
}

.alert-warning {
    background: #fff4e5;
    border-color: #ffd8a8;
    color: #8a5a00;
}

.alert-info {
    background: #e7f3fe;
    border-color: #b6d4fe;
    color: #084298;
}

.sidebar li a {
    text-decoration: none;
    color: initial;
}