.reschedule-summary {
  padding: 12px 14px;
  border: 1px solid rgba(139, 92, 246, .18);
  border-radius: 12px;
  background: rgba(139, 92, 246, .07);
  color: #5f4776;
}

.slot-availability {
  min-height: 38px;
  margin-top: 10px;
  padding: 9px 11px;
  border-radius: 10px;
  font-size: .82rem;
  line-height: 1.35;
}

.slot-availability.is-idle { color: #6b7280; background: #f8fafc; }
.slot-availability.is-checking { color: #64748b; background: #f8fafc; }
.slot-availability.is-free { color: #166534; background: #ecfdf3; border: 1px solid #bbf7d0; }
.slot-availability.is-busy { color: #9a3412; background: #fff7ed; border: 1px solid #fed7aa; }
.slot-availability.is-error { color: #991b1b; background: #fef2f2; border: 1px solid #fecaca; }

.slot-conflict-input {
  border-color: #f59e0b !important;
  box-shadow: 0 0 0 .2rem rgba(245, 158, 11, .12) !important;
}

.lesson-reschedule-origin {
  opacity: .84;
}

.lesson-reschedule-origin .fc-event-main {
  border-left: 3px dashed #9b7bb8;
}

@media (max-width: 575.98px) {
  .reschedule-slot-row > * { width: 100%; }
}
