.pac-container {
    z-index:1055;   
}
.fc-content-skeleton {
  pointer-events:none
}
.fc-event-container {
  pointer-events:auto
}

@media only screen and (max-width: 500px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  textarea {
    font-size: 16px;
  }
}