.application-container {
    padding : 2rem 0 2rem 100px;
}

.loading-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 19;
    font-size: 1.2rem; /* adjust font size as needed */
    color: #333; /* adjust text color if needed */
}

@media screen and (max-width: 600px) {
    .application-container {
        padding : 80px 0 4rem 0;
    }
}
