.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link:hover {
  background-color: rgba(13, 110, 253, 0.08);
}

.sidebar .nav-link.active {
  font-weight: 600;
}

html[dir="rtl"] .sidebar {
  border-right: 0 !important;
  border-left: 1px solid #dee2e6;
}

.calendar-grid-wrap {
  overflow-x: auto;
}

.calendar-time-col {
  width: 56px;
}

.calendar-time-slot {
  height: 48px;
  font-size: 0.75rem;
  line-height: 48px;
}

.calendar-corner {
  min-height: 42px;
}

.calendar-staff-head {
  min-height: 42px;
}

.calendar-appt {
  z-index: 2;
  font-size: 0.72rem;
}

.calendar-staff-body {
  border-left: 1px dashed rgba(0, 0, 0, 0.06);
}

.mobile-staff-strip {
  -webkit-overflow-scrolling: touch;
}

main .card.rounded-3,
.calendar-toolbar {
  border-radius: 0.75rem !important;
}

.wh-day-grid .wh-day-check {
  padding: 0.35rem 0.25rem;
  margin: 0;
}

.wh-day-grid .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.15em;
}

html[dir="rtl"] .wh-day-grid .form-check {
  padding-right: 0;
  padding-left: 0.5rem;
}

.star-rating-btn:focus {
  box-shadow: none;
  outline: 2px solid rgba(13, 110, 253, 0.5);
  outline-offset: 2px;
}

.star-display {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
