/* Custom fixes for TokApp Panel */

/* Fix scroll on /envio page */
.content:has(.sendPage) {
  overflow: auto !important;
}

.sendPage {
  overflow: visible !important;
}

.sendPage .sendWizardFrame {
  overflow: visible !important;
  max-height: none !important;
}

.sendWizardFrame {
  overflow: visible !important;
  max-height: none !important;
}

.sendWizardFrameBody {
  overflow: visible !important;
}

/* Allow content area to scroll */
.content {
  overflow: auto !important;
  overflow-y: auto !important;
}

/* Ensure page container allows scroll */
.pageContainer {
  overflow: visible !important;
}

/* Fix for mobile */
@media (width <= 1023px) {
  .sendPage .sendWizardFrame {
    max-height: none !important;
    min-height: auto !important;
  }
  
  .sendWizardFrameGrupos {
    max-height: none !important;
    min-height: auto !important;
  }
}
