﻿ 

#lo1ad{
      position: absolute;
   
      z-index: 15;
       
      width:100%;
      height:100%;
      max-width: 100%;
      display: flex;
      align-items: center; /* Vertical center alignment */
      justify-content: center; /* Horizontal center alignment */
      background: no-repeat center center #fff; /*rgba(0,0,0,0.25)*/
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
      background-size: contain;
      overflow: auto;
     
     
}
.loadingText{
       position: absolute;
   
      z-index: 15;
       width: 100px;
      height: 40px;
      
      display: flex;
      align-items: center; /* Vertical center alignment */
      justify-content: center; /* Horizontal center alignment */
      background: no-repeat center center rgba(0,0,0,0.25); /**/
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
      top:0;
      bottom: 0;
      left: 0;
      right: 0;
       background-size: contain;
     overflow-y: scroll;
     
}
