/* static/css/chat_flash.css */

/* Styling for flash messages in chat and google drive picker pages */
.chat-flash-wrapper {
    display: flex;
    justify-content: center;
    padding: 1rem;
    width: 100%;
}

.chat-flash-wrapper .flash-message {
    margin-left: 5%;    /* Pushes content to the right */
    padding-right: 2rem;  /* Adds spacing on the right */
}
