#radialBarBottom{
  height: 277.5px;
  align-content: center;
}
#chartdiv {
  width: 100%;
  height: 400px;
}

#calendar{
  height: 421px !important;
}
#calendar .fc-toolbar-chunk .btn {
    padding: 2px 10px;
    font-size: 0.8rem;
}

#calendar .fc-toolbar-title {
    font-size: 1.2rem;
}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 400 !important;
}
.fc-event-time{
    display: none;
}


/* width */
#calendar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#calendar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#calendar::-webkit-scrollbar-thumb {
  background: #d2d2d2;
}

/* Handle on hover */
#calendar::-webkit-scrollbar-thumb:hover {
  background: #555;
}


@media only screen and (max-width: 1440px) {
  #calendar {
    height: 443px !important;
    overflow: auto;
  }
  #chartdiv {
    width: 100%;
    height: 422px;
  }
}
@media (max-width: 1366px) {
  #chartdiv {
    height: 320.5px;
  }
}
@media (max-width: 991px) {
    .fc .fc-toolbar.fc-header-toolbar {
        text-align: justify;
    }
    #calendar {
      height: 526px !important;
      overflow: auto;
    }
    .fc .fc-toolbar{
        display: block !important;
    }
}