.toastify.on {
    background: var(--theme-mode-bs-200)!important;
    color: #000;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.toastify.on .toast-close {
    color: #999;
}
