#calendar{
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 2px #c3c3c3;
}
a.fc-col-header-cell-cushion {
    color: #010101;
    text-decoration: none;
}

.fc-daygrid-day-number {
    color: #010101;
    text-decoration: none;
}

.fc-h-event {
    background-color: var(--fc-event-bg-color);
    border: 1px solid var(--fc-event-border-color);
    display: block;
}
#event-details {
    background: #f9f9f9;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   color: #010101;
  border: 1px solid #33333314;
  overflow: auto;
  height: 249px;
}

#event-details h3 {
  font-size: 21px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
}

#event-details p {
    font-size: 16px;
    margin-bottom: 5px;
}

#event-details p strong {
    font-weight: 600;
    font-size: 15px;
}

#event-details #event-title {
   font-size: 15px;
  font-weight: 500;
  color: #144a79;
}

#event-details #event-start{
   color: #038103fc;
  font-weight: 500;
}
#event-details #event-description {
    font-size: 16px;
    color: #010101;
}