.app-brand-logo img, .app-brand-logo svg {
    width: 100%;
    height: 100%;
}
.ml-10{
    margin-left: 10px;
}

.toast {
    background-color: #fff !important;   /* White background */
    color: #000 !important;              /* Black text */
    border: 1px solid #ddd;              /* Optional border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
}
.toast-header {
    background-color: #f8f9fa !important;  /* Light header */
    color: #000 !important;                /* Black text */
}