.shifts .day.has_schedule_marker::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef8b17;
  box-shadow: 0 0 0 3px rgba(239, 139, 23, .16);
}
