#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99;
    margin: 0px !important;
    background: #c7c7c7a1;
    pointer-events: none;
} 
#loading-image {
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 100;
    width: 80px;
    height: 80px;
}

.table-date-container {
    max-height: 500px; /* Adjust the height as needed */
    overflow-y: auto; /* Enables vertical scrollbar when content overflows */   
}