﻿.toast-message {
    display: none !important;
}

.toast-title {
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    text-align: end !important;
    font-family: 'poppins' !important;
    font-size: 17px !important;
    direction: rtl !important;
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 1% !important;
        right: 1% !important;
        max-width: 86% !important;
    }
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 0 !important;
        bottom: 0% !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        /*left: 1% !important;*/
        bottom: 7% !important;
        max-width: 90% !important;
    }
}