.spinner-main {
    z-index: 5;
  overflow: none;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100%;
  width: 100%;
  }
  
  
 

  @media only screen and (max-device-width: 1300px)  {
    div#map_0b8a4f7b38fdb4327d1b562e16ad2bba {
      border-radius: 12px !important;
      border: none !important;
      margin: 0% !important;
      padding: 0% !important;
      height: 500px !important;
    }
    body{
      padding: 0% !important;
      margin: 0% !important;
      flex-direction: column !important;
    }
    .logo{
      display: block !important;
      width: 200px;
      height: auto;
    }
    .logolg {
      display: none;
    }
    .numeroutentitelefono {
      display: block !important;
      color: white !important;
    }
    .numeroutentitelefono h1,span {
      color: white !important;
    }
  }

  @media only screen and (max-device-width: 900px)  {
    div#map_0b8a4f7b38fdb4327d1b562e16ad2bba {
      border-radius: 12px !important;
      border: none !important;
      margin: 0% !important;
      padding: 0% !important;
      height: 500px !important;
    }
    body{
      padding: 0% !important;
      margin: 0% !important;
      flex-direction: column !important;
    }
    .logo{
      display: block !important;
      width: 200px;
      height: auto;
      padding-bottom: 10px !important;
    }
    .logolg {
      display: none;
    }
    .numeroutenti{
      display: none !important;
    }
  }

  @media only screen and (max-device-width: 1300px)  {
    div#map_0b8a4f7b38fdb4327d1b562e16ad2bba {
      border-radius: 12px !important;
      border: none !important;
      margin: 0% !important;
      padding: 0% !important;
      height: 500px !important;
    }
    body{
      padding: 0% !important;
      margin: 0% !important;
      flex-direction: column !important;
    }
    .logo{
      display: block !important;
      width: 200px;
      height: auto;
    }
    .logolg {
      display: none;
    }
    .numeroutenti{
      display: none !important;
    }
  }

  @media only screen and (max-device-height: 780px)  {
    div#map_0b8a4f7b38fdb4327d1b562e16ad2bba {
      border-radius: 12px !important;
      border: none !important;
      margin: 0% !important;
      padding: 0% !important;
      height: 440px !important;
    }
    body{
      padding: 0% !important;
      margin: 0% !important;
      flex-direction: column !important;
    }
    .logo{
      display: block !important;
      width: 200px;
      height: auto;
      padding-bottom: 20px !important;
    }
    .logolg {
      display: none;
    }
    .numeroutenti{
      display: none !important;
    }
  }

  
  
  
  
  .spinner {
   position: relative;
   width: 28.8px;
   height: 28.8px;
  }
  
  .spinner::before,
  .spinner::after {
   content: '';
   width: 100%;
   height: 100%;
   display: block;
   animation: spinner-b4c8mmlg 0.5s backwards, spinner-49opz7lg 1.25s 0.5s infinite ease;
   border: 7.2px solid #e8002d;
   border-radius: 50%;
   box-shadow: 0 -43.2px 0 -7.2px #e8002d;
   position: absolute;
  }
  
  .spinner::after {
   animation-delay: 0s, 1.25s;
  }
  
  @keyframes spinner-b4c8mmlg {
   from {
      box-shadow: 0 0 0 -7.2px #e8002d;
   }
  }
  
  @keyframes spinner-49opz7lg {
   to {
      transform: rotate(360deg);
   }
  }
  
  .disppear{
  animation: vanish 1.5s forwards;
  }
  @keyframes vanish {
  100%{
    opacity: 0;
    visibility: hidden;
  }
  }