.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black backdrop */
    display: flex;
    margin: auto;
    text-align: center;

    justify-content: center;
    align-items: center;
    z-index: 1050; /* Higher than Bootstrap modal (default is 1040) */
}

.large-spinner {
    position: absolute;
    top: 50%;
    margin: auto;
    width: 50px; /* Adjust size as needed */
    height: 50px;
    border-width: 0.3rem; /* Optional: Increase border thickness */
}
