.bermann-warning {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
}

.bermann-info {
    color: #ffffff !important;
    background-color: #29b6f6;
    border: 1px solid #29b6f6;
}

.bermann-danger {
    color: #ffffff !important;
    background-color: #ee6e73;
    border: 1px solid #ee6e73;
}

.bermann-success {
    color: #ffffff !important;
    background-color: #66bb6a;
    border: 1px solid #66bb6a;
}
.bermann-ligth {
    color: #ffffff !important;
    background-color: #ffc107 !important;
    border: 1px solid #ffc107 !important;
}

.bermann-dark {
    color: #ffffff !important;
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
}

.alert-bermann-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.alert-bermann-message {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    
}

.bermann-alert{
    display: flex !important;
}

.bermann-align-icon{
    display: flex;
    align-items: center;
}
