.alert-button{
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    border:none;
}
.alert-button-active .alert-button__bell{
    color:#FF1A1A;
}
.alert-button span {
    margin-left: 0.4em;
}