.navbar-vertical.navbar-expand-md .navbar-brand-img {
  max-height: none;
}
.table-stats > :not(caption) > * > * {
  padding: 0.3rem;
}
.table-xs > :not(caption) > * > * {
  padding: 2px;
  min-width: 29px;
}
.table-schedule {
  width: auto !important;
}
.table-schedule tbody tr:hover {
  font-weight: bold;
  color: var(--bs-danger);
}
.table-schedule td.day:focus {
  outline: 2px solid var(--bs-danger);
}
.opacity-80 {
  opacity: 80%;
}
.day {
  padding: 2px;
  min-width: 29px;
  cursor: pointer;
  max-width: 30px !important;
}
.blocked {
  background-image: url('../img/schraffur.png');
}
#driverARVgraph svg {
  width: 100%;
}
.ql-container.ql-snow {
  border: none;
}
.quill-output p {
  margin: 0;
}
.badge.bg-ferien {
  color: white;
}
.bg-ferien {
  background-color: #ff7746 !important;
}
/*# sourceMappingURL=app.css.map */