header{
    height: 62px;
    position: sticky;
    width:100%;
    top:0;
}
body{
    overflow:hidden;
}
.cal-h {
  height: calc(100vh - 130px);
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.cal-h::-webkit-scrollbar {
  display: none;
}
/* Toggle */
input:checked ~ .dot {
  transform: translateX(100%);
  /* background-color: #48bb78; */
}
input:checked ~ .check-body {
  background-color: #48bb78;
}

.cal-h-modal{
  height: calc(100vh - 67.5px);
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.cal-h-modal::-webkit-scrollbar {
  display: none;
}