
#loading {align-items: center;margin: auto;
  justify-content: center;width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99;  background : rgb(50,50,50,.5);}
#loading-image {position: absolute;top: 40%;left: 42%;z-index: 100} 

:root {
  /* --head_bg: rgba(70, 70, 70, 1);
  --body_bg: rgba(83, 83,83, 1); 
  --turbdiv_bg: rgba(90, 90, 90, 1); 
  --turblbl_clr : rgb(190,190,190,1); */
  
  --head_bg: rgba(40, 40, 40, 1);
  --body_bg: rgba(75, 75, 75, 1); 
  --turbdiv_bg: rgba(83, 83,83, 1); 
  --turblbl_clr : rgb(190,190,190,1);
  --darkcharttitle_clr : rgba(180, 180, 180, 1);
  
  }

  
/* .layout-default .page__container, .layout-default .page__heading-container {
  max-width: none !important; 
  align-items: center;
  justify-content: center;
}

.preloader {
  height: 100%;
  width: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background : rgb(50,50,50,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
} */

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;top: 45%;left: 48%;z-index: 100
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #cef;
  border-color: #c14858 transparent #c14858 transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
