html {
    font-size: 14px;
    
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Muli, sans-serif;
    color: rgb(32, 35, 42);
}

.fc-daygrid-day-number {    
    font-weight: bold;
    text-decoration: none;
}
a{
    color:inherit;
}
.fc-col-header-cell-cushion {    
    text-decoration: none;
    font-weight:500;
}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0px;
    /*overflow: auto;*/
    /*white-space:normal;*/
}
.fc-daygrid-dot-event{
    padding: 0 0;
    
}
