﻿.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:ltr !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;
    }
}
.dropdown-item{
    cursor:pointer;
}

.btn-square{
    width: 2.5rem;
    height: 2.6rem;
    min-width: 2.5rem;
}

.h-6rem{
    height: 6rem !important;
}

.h-min{
    height: min-content;
}