/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13-03-2023, 15:48:57
    Author     : JorgeLoyola
*/

#loading {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  top:0;
  margin: auto;
  text-align: center;

  background-color: #fff;
  z-index: 9999 !important;
}

#loading-image {
  margin-top: 100px;
  z-index: 9999 !important;
}



