



@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


#loadMe .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border: 0px !important;
    border-radius: 0.3rem;
    outline: 0;
    box-shadow: none;
}

[aria-describedby="loadMe"] {
  background: none;
  box-shadow: none;
}
[aria-labelledby="loadMeLabel"] {
    background: none !important;
}
[aria-describedby="loadMe"] .ui-dialog-titlebar {
    border-bottom: none !important;
}
  [aria-describedby="loadMe"] button {
    display: none;
  }



.ui-widget-overlay {
  width: 100% !important;
  height: 100% !important;
  background-color: black !important;
  opacity: 0.6;
  position: fixed;
  margin: auto;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
}

@media (max-width: 500px) {

  [aria-describedby="loadMe"] {
    top: 210px;
    margin: auto;
    left: 20% !important;
  }
}
