

body {
  font-family: Inter;
  /* margin: 40px 10px;
  padding: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px; */
}

/* 
Autocomplete
Inputfield 
*/
.ui-widget {
  z-index:9999!important;
}

.fc .fc-day-today {
  background-color:#e7fbf7!important;
}

#calendar {
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
  font-size:18px;
  margin-bottom:100px;
  padding-left:7px;
  padding-right:7px;
}
.fc-timegrid-slot-label {
  font-size:11px;
}
.fc .fc-timegrid-axis-frame {
  opacity: 0;
}
.fc .fc-toolbar.fc-header-toolbar {
  font-size:65%!important;
}
.fc-col-header-cell-cushion {
  color:rgb(44, 62, 80);
  font-size:75%;
}
.fc-daygrid-event-harness a {
  color:rgb(44, 62, 80);
}
.fc-media-screen {
  min-height:600px;
  margin-bottom:100px;
}
.fc-toolbar-title {
  display:none;
}
.fc-button {
  background-color: #f5f5f5 !important;
  color: rgba(0,0,0,.6)!important;
  border:none!important;
}

/* MDB */
.btn, .nav-link { box-shadow: none !important; }
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .nav-pills .active {
  background-color: #52AB98 !important; 
  border-color: #52AB98 !important; 
  border:none!important;
}

.ui-menu-item {
  background-color: rgb(176, 176, 176) !important;
  border:none!important;
  background-color: #f5f5f5 !important;
  color: rgba(0,0,0,.6)!important;
}