﻿ .scroll-horizontal-div {
            overflow: scroll;
            overflow-x: scroll;
            overflow-y: hidden;
        }
 #loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
}

#loading .spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loading p {
    margin-top: 10px;
    font-size: 18px;
    color: #007bff;
}
