.text-red-500.text-xs{
    font-size: 1.0rem;
    line-height: 1rem;
    font-weight: bold;
}
.max-w-md {
    max-width: 34rem !important;
}

@keyframes bounce-in {
  0% { transform: scale(0.5); opacity: 0; }
  60% { transform: scale(1.1); opacity: 1; }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); }
}
.animate-bounce-in {
  animation: bounce-in 0.5s ease forwards;
}
.tree-structure.w-28.h-28{
  width: 9rem !important;
  height: 9rem !important;
}



#calendar {
    width: 100%;
    min-height: 700px;
    border-radius: 12px;
}

.fc .fc-toolbar-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
}

.fc-theme-standard td, .fc-theme-standard th {
    border-color: #e2e8f0;
}

.video-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%; /* 16:9 Ratio */
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 12px;
    object-fit: cover;
}
