.load{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000008a;
  z-index: 10;
}

.load img{
  width: 100px;
}

.none{
  display: none;
}

footer{
  text-align: center;
  padding: 10px;
  color: #FFF;
  margin-top: 20px;
  background: rgb(186, 27, 32);
  background: linear-gradient(90deg, rgb(222 42 47) 0%, rgba(96, 3, 6, 1) 45%, rgba(96, 3, 6, 1) 55%, rgba(222 42 47) 100%);
}
footer p{
  margin: 0;
  font-size: 12px;
}

.swal2-input{
  text-align: center !important;
}
