﻿.toast-error {
    width: auto !important;
    background-color: white !important;
    color: black !important;
    position: fixed !important;
    top: 8% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    border-bottom: 1px solid red !important;
    font-size: 0.6rem !important;
    padding: 1rem !important;
    position: sticky;
}


.toast-close-button {
    position: absolute !important;
    right: 0.2em !important;
    color: red !important;
    opacity: 0.8 !important;
    font-size:2.5em !important;
    cursor: pointer !important;
   
}

    .toast-close-button:hover {
        opacity: 1 !important;
    }

