::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

.swal2-container {
  margin-top: 67.5px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.pointer {
    cursor: pointer;
}

.fc-event {
  cursor: pointer;
}


@media(max-width: 520px) {
  .mobileHidden {
    display: none;
  }
}