﻿.loading-background {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
}

.loading-message {
    padding: 20px;
    background-color: rgba(0, 129, 0, 0.9);
    color: #ffffff;
    position: fixed;
    z-index: 1003;
    max-height: 90%;
    width: 90%;
    max-width: 150px;
    overflow-y: auto;
    font-size: 12px;
    border-radius: 5px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 5px #333;
}

.uploading-message {
    padding: 20px;
    background-color: rgba(0, 129, 0, 0.9);
    color: #ffffff;
    position: fixed;
    z-index: 1003;
    max-height: 90%;
    width: 90%;
    max-width: 150px;
    overflow-y: auto;
    font-size: 12px;
    border-radius: 5px 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    box-shadow: 0 0 5px #333;
}
