.apexcharts-legend {
    display: block !important; 
}
.ccc{
    border-image-slice: 1 !important;
}
.fc-event-main{
    overflow-y:hidden;
}
.muiltr-j5h6pi-MuiPopper-root, .muiltr-1mtsuo7{
    z-index: 20000 !important;
}
.fc-license-message{
    display: none!important;
}
.disabled-time-slot {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgba(210, 210, 210, 0.4); /* light red background for visibility */
  }

  .fc-timegrid-slot {
    height: 32px!important; /* o'zingizga mos balandlik */
}



.fc-timegrid-now-indicator-line {
   display: none !important;
}

.fc-timegrid-now-indicator-container{
    position: absolute!important;
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 2px 2px 2px 400px !important;
   
}
.fc-scroller {
  
    overflow-y: auto !important; /* Vertikal scrollni yoqish */
  }
  

  .fc-scrollgrid,
.fc-timegrid-slot,
.fc-timegrid-bg,
.fc-timegrid-col,
.fc-timegrid-event,
.fc-resource-time-grid {
  touch-action: manipulation !important;
  pointer-events: auto !important;
  cursor: pointer;
}

@media print {
    @page {
      size: A4;
      margin: 10mm;
    }
  }
  
  /* A4 konteyner */
  .a4-grid-3 {
    width: 190mm;
    height: 277mm;
  
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
  
    /* faqat ICHKI setka chiziqlari */
    border-left: 1px dashed #000;
    border-top: 1px dashed #000;
  }
  
  /* har bir QR katak */
  .qr-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  
    padding: 6mm;
    box-sizing: border-box;
  
    /* faqat o‘ng va pastga chiziq */
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
  
    page-break-inside: avoid;
  }
  
  .qr-text {
    font-size: 14px;
    font-weight: 700;
    margin: 6px 0;
    text-align: center;
  }

  .qr-print-wrapper {
    display: none;
  }
  
  @media print {
    .qr-print-wrapper {
      display: grid;
    }
  }
  