/* body { */
  /* font-family: 'Inter', sans-serif; */
/* } */

#calendar {
  max-width: 1200px;
  margin: auto;
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: auto !important;
  overflow: visible !important;
}
.fc-event {
  border-radius: 10px !important;
  padding: 10px !important;
  font-size: 14px;
  white-space: normal !important;
  line-height: 1.4;
  border: none !important;
  cursor: pointer;
}

.event-irata {
  background-color: #fca5a5 !important;
  color: #7f1d1d !important;
}

.event-gwo {
  background-color: #d1d5db !important;
  color: #111827 !important;
}

.event-orange {
  background-color: #fed7aa !important;
  color: #7c2d12 !important;
}

.fc-daygrid-event-dot {
  display: none;
}

.event-title {
  font-weight: 600;
  font-size: 14px;
}

.event-line {
  margin-top: 5px;
  font-size: 13px;
}

.icon {
  margin-right: 5px;
}

.event-disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default !important;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  margin: 10% auto;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.modal-content a {
  color: #007BFF;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
}
