﻿#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); /* Optional: semi-transparent background */
    z-index: 1000; /* Ensure loader is above other elements */
}

.loader-content {
    text-align: center;
    /* Add any additional styling you want for the loader content */
}
