.toast-container {
    position: fixed;
    top: 10px; 
    right: 10px; 
    z-index: 1050; 
    width: auto; 
    max-width: 350px; 
}
.toast .close {
    padding: 0.5rem 0.75rem;
    line-height: 1;
}
.toast {
    width: 100%; /* Full width of the container */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); 
}