.custom-alert {
    background-color: #eef2fa; /* Custom background color */
    color: #000; /* Text color */
    border: 1px solid #d0d7e2; /* Border color */
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 0.75rem 1.25rem; /* Adds padding inside the alert */
}
.custom-mar {
    margin-bottom: 0.0rem;
}
.custom-alert .container {
display: flex;
align-items: center;
}
