.preloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .preloader img {
    opacity: 0.5;
  }
  
  .preloader .preloader-icon {
    border: 1px solid #eeeeee;
    border-top-color: rgb(238, 238, 238);
    border-top-style: solid;
    border-top-width: 1px;
    border-radius: 50%;
    border-top: 5px solid #5c6bc0;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
    margin-top: 30px;
  }
  
  
  .proccessingPreloader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  