  #full-page-loading {
    background-color: white!important;
  }
    

.loading-placeholder-content .loading-placeholder-header {
    height: 0!important;
    min-height: 0!important;
    max-height: 0!important;
    margin: 0!important;
}

.loading-placeholder-content .loading-placeholder-body {
    flex-grow: 0!important;
    
}
 
.loading-placeholder-effect {
background-color: #f9f9f900!important;
animation: pulse-loading 0s cubic-bezier(0.4, 0, 0.6, 1) infinite!important;
}





.loading-placeholder-content {
   position: fixed!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  z-index: 9999!important;
  opacity: 1!important;
  transition: opacity 0.5s ease-in-out!important;
 overflow: hidden;  
}



.loading-placeholder-effect.loading-placeholder-body {
  width: 0px;
  height: 216px!important;
  background-image: url('https://cdn.awsli.com.br/2618/2618957/arquivos/logo-casa-veg.png')!important; 
 background-color: transparent;  
    transition: width 1s ease;  
}
 