.btn-alert {
    font-size: 14px !important;
}

.btn-alert:not(:first-child) {
    margin-left: 5px;
}

.alert-title {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.alert-content {
    font-size: 16px !important;
}

/* toast */
.alert-title-toast {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.alert-popup-toast {
    padding: 20px 15px !important;
    background: rgba(27, 151, 205, .9) !important;
    box-shadow: none !important;
}

.alert-popup-toast-error {
    padding: 20px 15px !important;
    background: rgba(255, 80, 80, .9) !important;
    box-shadow: none !important;
}

.alert-popup-toast-success {
    padding: 20px 15px !important;
    background: rgba(36, 197, 36, 0.9) !important;
    box-shadow: none !important;
}

.alert-popup-toast-warning {
    padding: 20px 15px !important;
    background: rgba(255, 193, 7, 0.9) !important;
    box-shadow: none !important;
}
