#calendar {
  max-width: 100% !important;
}
.fc .fc-button-primary:disabled {
  background-color: #fff !important;
  border-color: #17476F !important;
  color: #17476F;
  text-transform: capitalize;
  opacity: 1;
}
.fc .fc-next-button,
.fc .fc-prev-button {
  background: #fff !important;
  border-color: #E7E9F1 !important;
  color: #17476f !important;
}
.fc .fc-next-button:hover{
  background: #17476f !important;
  border-color: #17476f !important;
  color: #fff !important;
}
.fc .fc-prev-button:hover{
  background: #17476f !important;
  border-color: #17476f !important;
  color: #fff !important;
}

.fc-button-group button {
  background: #fff !important;
  border-color:  #E7E9F1 !important;
  color: #17476f !important;
  text-transform: capitalize !important;
}
.fc-button-group button.fc-button-active {
  background: #17476f !important;
  color: #fff !important;
}
.fc .fc-button-primary:focus{
  box-shadow: none !important;
}
.fc .fc-toolbar-title {
  margin: 0px !important;
  background: #17476F !important;
  border-radius: 4px !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  padding: 7px 20px !important;
}

.fc-col-header {
  width: 100% !important;
}
.fc-scrollgrid-sync-table {
  width: 100% !important;
}
.fc-daygrid-body.fc-daygrid-body-balanced {
  width: 100% !important;
}
.fc-col-header th a {
  font-weight: 400;
  color: #324A66 !important;
}
.fc .fc-daygrid-day-number {
  padding: 4px;
  position: relative;
  z-index: 4;
  color: #324A66 !important;
}
.fc-timegrid-slot-label-cushion.fc-scrollgrid-shrink-cushion {
  color: ;
  text-transform: uppercase !important;
  font-size: 12px !important;
}
.w-user-id{
  bottom:0 !important;
}



.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.fc-event-future.fc-timegrid-event.fc-v-event {
    background: #17476f !important;
    border: 0;
    padding: 5px;
    box-shadow: none;
    height: auto !important;
  }

  /****TOOOLTIOP*****/

.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.fc-event-future.fc-timegrid-event.fc-v-event {
    background: #17476f !important;
    border: 0 !important;
    padding: 5px !important;
    box-shadow: none;
    height: auto !important;
  }
  .tooltip {
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 0 3px #ddd !important;
  }
  .tooltip-inner {
    background: #fff !important;
    border-radius: 0 !important;
  }
  .tooltip-inner i {
    margin-bottom: 16px;
    font-size: 16px;
    margin-right: 14px;
    color: #9298B2 !important;
  }
  .tooltip .tooltip-arrow, .popper .popper__arrow {
  border-color: transparent !important;
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
}
.fc-event-time {
  line-height: 15px;
  font-size: 11px !important;
}
.fc-event-title-container {
  line-height: 12px !important;
}
.fc-event-main-frame {
  padding: 1px 3px !important;
}



.fc-today-button {
  float: left;
  margin-right: 10px !important;
}
.fc-prev-button.fc-button.fc-button-primary {
}
.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group {
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-prev-button {
  left: -95px;
  border-radius:4px !important;
}
.fc-header-toolbar .fc-toolbar-chunk:nth-child(1) .fc-button-group .fc-next-button {
  right: -100px;
  border-radius:4px !important;
}

.fc-event.fc-event-draggable.fc-event-resizable.fc-event-start.fc-event-end.fc-event-past.fc-timegrid-event.fc-v-event {
  background: #17476f;
  box-shadow: none !important;
  border: 0;
}
.fc .fc-daygrid-event:hover {
  background: #17476f !important;
  color: #fff !important;
}