.no_bg_color {
    background-color: white !important;
}

.notification-div-position {
    position: fixed;
    z-index: 11000;
    top: 20px;
    right: 20px;
}

.notification-position {
    margin-bottom: 10px;
    right: 20px;
}

.toast-body {
    background-color: white;
}

.p-20 {
    padding: 20px;
}

.modal_header_success {
    background-color: #1abc9c;
}

.modal_header_success h4 {
    color: white;
}

.modal_header_danger {
    background-color: #f1556c;
}

.modal_header_danger h4 {
    color: white;
}
