/* alerts */

.alertbar {
    padding: 10px 0;
    width: 100%;
}

.alert {
    width: 96%;
    max-width: 1160px;
    margin: 0 auto;
    padding-right: 40px;
    position: relative;
    text-align: left
}

.alert_icon:before {
    content: "\f071";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}

button.exed {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    display: block;
    background: transparent;
    border: none;
}

button.exed:before {
    content: "\f2ee";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}