body.loading {
  overflow: hidden;
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D50A34; 
    color: #FFFFFF;
    z-index: 9999; 
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1;
    transition: all 1.4s;
  }
  /* .customOptimization{
    display:none;
    opacity:0;
  } */
  /* .customOpacity{
    opacity:0;
    transition: all 2s;
  } */

  .customHeight {
    height:100%;
    max-height: min-content;
  }
 
 