@media (max-width: 1024px) {
    .rz-dialog.gcp-scheduler-dialog {
        height: 100vh !important;
    }
    
    .rz-dialog.rz-open.gcp-scheduler-dialog {
        width: 100% !important;
        height: 100% !important;
    }
}

/* Responsive dialog for notes on smaller screens */
@media (max-width: 768px) {
    .note-dialog-responsive .rz-dialog {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      height: 100vh !important;
      max-height: 100vh !important;
      border-radius: 0 !important;
    }
  
    .note-dialog-responsive .rz-dialog-content {
      padding: 1rem !important;
      height: calc(100vh - 60px) !important;
      overflow-y: auto !important;
    }
  }