/* Styles migrated from teachersShow.ejs */
.upload-icon {
  cursor: pointer;
  color: #fff;
  background: rgba(33, 37, 41, 1); /* Bootstrap bg-dark with transparency */
  border-radius: 50%;
  padding: 10px;
  margin-left: 10px;
  font-size: 1.0em;
  transition: background 0.2s, color 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.upload-icon:hover {
  background: rgba(33, 37, 41, 0.8);
  color: #0dcaf0; /* Bootstrap info */
}
.profile-photo, .action-photo {
  position: relative;
}
.upload-form {
  display: none;
}
.pending-action { background: #fff3cd !important; }
.unscheduled-sidebar {
  box-shadow: -2px 0 8px rgba(0,0,0,0.08);
  right: -400px;
  left: auto !important;
  border-left: 1px solid #dee2e6;
  border-right: none;
}
.unscheduled-sidebar.open {
  right: 0 !important;
  left: auto !important;
}
.calendar-container.shifted {
  margin-right: 400px !important;
  margin-left: 0 !important;
}
.unscheduled-sidebar.sidebar-disabled {
  pointer-events: none;
  opacity: 0.5;
}
