
.toast {
    position: fixed;
    top: 120px;
    right: 20px;
    max-width: 450px;
    z-index: 99999;
}

.toast .toast-header {
    background-color: #B2A799;
}

.toast .toast-header *{
    color: #fff !important;
}