.custom-toast.toast-success {
    background-color: green !important;
}

.custom-toast.toast-error {
    background-color: red !important;
}

.custom-toast.toast-info {
    background-color: blue !important;
}

.custom-toast.toast-warning {
    background-color: yellow !important;
    color: black !important;
}

.text-start-ltr {
    direction: ltr !important;
    text-align: left !important;
}

.text-start-rtl {
    direction: rtl !important;
    text-align: right !important;
}

#toast-container {
    max-width: 90vw !important;
    min-width: 300px;
}

    #toast-container > div {
        width: 100% !important;
        opacity: .9;
        padding: 15px 30px 15px 50px;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 30px;
        }

.toast-message {
    display: flex;
    word-wrap: normal;
}

.toast-close-button {
    right: -0.7em;
}

.rtl .toast-close-button {
    right: .7em;
}
