.form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:9999;justify-content:center;align-items:center;display:flex}.form-container{background:#fff;border-radius:8px;width:70%;max-width:90%;max-height:600px;height:auto;overflow-y:unset;position:relative;box-shadow:0 0 15px #0000004d}#signalx_btn{background-color:#0d67c2;color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;display:inline-block;text-align:center}#signalx_btn[data-theme=dark]{background-color:#222;color:#fff}#signalx_btn[data-theme=light]{background-color:#0d67c2;color:#fff}.close-button{position:absolute;top:10px;right:15px;background:transparent;border:none;font-size:24px;cursor:pointer;line-height:1}.progress-container{display:flex;justify-content:center;align-items:center;margin:auto auto 16px;max-width:600px;padding-top:16px}.progress-steps{display:flex;justify-content:space-between;align-items:flex-start;width:100%;position:relative}.progress-line{position:absolute;top:25px;left:25px;right:25px;height:2px;background:#e0e0e0;z-index:0}.progress-fill{position:absolute;top:25px;left:25px;right:25px;height:2px;background:#0073aa;z-index:0;transition:width .3s ease;width:0%}.progress-step{text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.progress-circle{width:36px;height:36px;margin:0 auto;border-radius:50%;background:#ccc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.progress-circle.active{background:#0073aa}.progress-label{font-size:13px;color:#000;text-align:center;width:140px;margin:8px -40px 0}.form-group label{display:block;margin-bottom:6px;font-weight:500}.form-input,.form-select{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:14px;background-color:#fff}.required{color:#b33}.report-preview{display:none;height:0;overflow:hidden;padding:0!important;margin:0!important}.report-preview.active{display:block;height:auto;overflow:visible;padding:initial;margin:initial}.report-header{font-weight:600;color:#333;margin-bottom:12px;font-size:15px}.report-item span{font-size:14px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.report-item{display:flex;align-items:flex-start;gap:8px;padding:8px}.report-indicator,.report2-indicator{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.report-indicator.verified{background:#28a745;color:#fff}.report-indicator.included{background:#0073aa;color:#fff}.report-indicator.excluded{background:#e9ecef;color:#adb5bd}.report2-indicator.included{background:#f2f4f7;color:#fff}.report2-indicator.excluded{background:#e9ecef;color:#adb5bd}.advanced-details{margin-top:20px}.toggle-advanced{background:none;color:#0073aa;border:none;font-weight:500;cursor:pointer;font-size:15px;padding:0;display:flex;align-items:center;gap:4px;font-weight:550}.advanced-fields{margin-top:12px}.upload-box{border:2px dashed #ccc;padding:20px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.upload-box span{display:flex;align-items:center;gap:8px;font-size:14px}.upload-box small{color:#888;font-size:12px}.billing-summary{margin:0 auto 24px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000012;border:1.5px solid #e0e0e0}.billing-header{background:#0073aa;color:#fff;border-radius:8px 8px 0 0;padding:18px 24px 12px;text-align:center}.billing-content{padding:20px 24px 10px}.price-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #eee}.price-row.total{font-weight:700;border-top:1px dashed #bbb;border-bottom:none;padding-top:12px}.payment-status{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:20px}.status-icon{font-size:48px;margin-bottom:18px}.overlay-loader{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffd9;z-index:10000;display:flex;flex-direction:column;justify-content:center;align-items:center}.loader{border:6px solid #f3f3f3;border-top:6px solid #0073aa;border-radius:50%;width:48px;height:48px;animation:spin 1s linear infinite;margin-bottom:18px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;box-shadow:0 0 10.927px #228ee929}.btn-primary{background-color:#0073aa;color:#fff}.btn-add-entity{background-color:#0d67c2;color:#fff}.btn-secondary{background-color:#f2f2f2;color:#333}.btn-entity{background-color:#fff;color:#0d67c2;border:1px solid #0d67c2!important}@media (max-width: 768px){.form-container{width:90%;padding:20px}.report-grid{grid-template-columns:repeat(2,1fr)}.progress-steps{flex-direction:column;align-items:center}.progress-label{margin:5px 0;width:auto}}.form-input.error,.form-select.error{border-color:#dc3545}.error-message{color:#dc3545;font-size:12px;margin-top:4px;font-weight:500}.required{color:#dc3545}.step-1-flex{display:flex;flex-direction:column;position:relative}.step-actions-bottom{margin-top:auto;display:flex;justify-content:flex-end;gap:8px;padding:16px 40px}.step-3{background:#fff}.step-header .steps{display:flex;justify-content:space-around;margin-bottom:1rem}.step-header .step-label{font-size:14px;padding:.5rem;color:#666}.step-header .step-label.active{font-weight:700;color:#06c}.billing-table{border:1px solid #ddd;border-radius:6px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:2fr 1fr 1fr .5fr;padding:1rem;border-bottom:1px solid #eee;align-items:center}.table-header{background:#06c;color:#fff;font-weight:700}.entity .details{font-size:12px;color:#888}.mode-btn{padding:10px 25px;border:1px solid #aaa;border-radius:20px;background:#fff;font-size:15px;cursor:pointer;align-self:center;text-transform:capitalize}.delete-btn{background:none;border:none;cursor:pointer;font-size:18px}.summary{margin-top:20px;padding-top:20px;display:flex;flex-direction:column;gap:10px}.summary-row{display:flex;justify-content:space-between;margin:.3rem 0}.summary-row.total{font-weight:700;font-size:16px;padding:15px 0;border-top:2px solid #ddd;border-bottom:2px solid #ddd}.terms-section{margin-top:1rem;font-size:14px}.checkbox-label{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.5rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.actions{display:flex;justify-content:flex-end;gap:1rem;box-shadow:0 0 10.927px #228ee929}.btn{border-radius:6px;font-size:14px;padding:15px 35px;border:none;font-weight:550;cursor:pointer}.cancel-btn{background:#eee;color:#333}.proceed-btn{background:#06c;color:#fff}.proceed-btn:disabled{background:#ccc;cursor:not-allowed}.column.action{text-align:center;vertical-align:middle}.form-container.flex-layout{display:flex;flex-direction:column;height:700px;max-height:90vh;width:70%;max-width:90%;background:#fff;border-radius:8px;position:relative;box-shadow:0 0 15px #0000004d;overflow:hidden}.form-header{flex-shrink:0;background:#fff;z-index:2}.scrollable-main{flex:1 1 auto;overflow-y:auto;min-height:0;padding:0;background:#fff;scrollbar-width:none}.scrollable-main::-webkit-scrollbar{display:none}.form-footer{flex-shrink:0;background:#fff;z-index:2;box-shadow:0 -2px 10px #228ee914}.form-group{margin-bottom:18px}.report-types-label{display:block;margin-bottom:16px!important;font-weight:500;color:#374151;font-size:14px}.required{color:#ef4444}.report-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:16px}.report-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;position:relative}.report-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.report-card.selected{border-color:#3b82f6;background:linear-gradient(135deg,#f0f7ff,#fff);box-shadow:0 4px 20px #3b82f633}.report-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.report-card-title{display:flex;flex-direction:row;align-items:center;gap:8px}.report-card-title h3{margin:0;font-size:18px;font-weight:600;color:#1f2937}.report-subtitle{font-size:12px;color:#6b7280;display:block;margin-top:2px}.selection-indicator{width:24px;height:24px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.selection-indicator.selected{background:#3b82f6;border-color:#3b82f6}.checkmark{color:#fff;font-size:14px;font-weight:700}.pricing-info{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.price{font-weight:700;margin-bottom:4px}.delivery{font-size:12px;color:#0d67c2;font-weight:550}.feature-badge{border-radius:6px;font-size:15px;font-weight:500;display:inline-block;margin-bottom:12px}.features-list .feature-item:not(:last-child){margin-bottom:8px}.feature-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.feature-check{color:#10b981;font-weight:700;margin-right:8px;margin-top:1px;font-size:12px}.feature-text{font-size:13px;color:#4b5563;line-height:1.4}.error-message{margin-top:4px;color:#ef4444;font-size:12px}@media (max-width: 768px){.report-cards-container{grid-template-columns:1fr}.report-card{padding:16px}}.each-entity-form{margin:20px auto;width:93%;padding:15px 30px;background:#f7f7f7;border-radius:8px;box-shadow:0 2px 10px #0000001a;border:1px solid #C5C9D7}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,Sens-serif}
