﻿.app-loading-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(240, 240, 240, 0.9);
    color: #354045;
    font-weight: 600;
    z-index: 10000;
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3000px;
    margin-top: 0.75rem;
}
