/* ---------------------------BOF Toast popper------------------------- */
#cb-toast-container {
    z-index: 6;
    position: fixed;
    top: 80px;
    right: 5px;
    z-index: 2500 !important;
}

.toast-cb {
    border-radius: 0;
    border: none;
    padding: 5px !important;
    width: 280px;
    margin-top: 1px;
    margin-bottom: 1px !important;
    background-color: #202733;
    color: #fffdfc;
}

.toast-cb-success {
    border-left: 5px solid #0fbf4f;
}

.toast-cb-danger {
    border-left: 5px solid #e00909;
}

.toast-cb-warning {
    border-left: 5px solid #eea236;
}

.toast-cb-info {
    border-left: 5px solid #46b8da;
}

.toast-cb-primary {
    border-left: 5px solid #007abe;
}

/* ---------------------------EOF Toast popper------------------------- */