.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
}

.loading-content {
    text-align: center;
    background-color: transparent !important;
    padding: 25px;
}

.loading-content p {
    color: white !important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 15px !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.loading-content .spinner-border {
    width: 3rem;
    height: 3rem;
}