/* ========================================================================== */
/* ERROR MESSAGE                                                          */
/* ========================================================================== */

.error-message-bar {
    background: #d32f2f;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 4px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}

/* ************************************************************************** */
/* ALL ADMIN PAGES                                                 */
/* ************************************************************************** */

