body{
    background-color: #f5f5f5 !important;
}

.toast-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px;
}

.toast-success {
    color: green;
}

.toast-failed {
    color: darkred;
}