.schedule-master-page .schedule-master-form {
  align-items: end;
}

.schedule-master-page textarea.form-control {
  min-height: 72px;
  resize: vertical;
}

.doctor-leave-status {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 800;
}

.doctor-leave-status.requested {
  background: #fef3c7;
  color: #92400e;
}

.doctor-leave-status.approved {
  background: #dcfce7;
  color: #166534;
}

.doctor-leave-status.cancelled {
  background: #fee2e2;
  color: #991b1b;
}

@media (max-width: 720px) {
  .schedule-master-page .master-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .schedule-master-page .master-actions button {
    flex: 1 1 auto;
  }
}
