.analyzer-main-card { background: white; border-radius: 14px; box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05); border: 1px solid #e1e8f0; overflow: hidden; min-height: 320px; display: flex; flex-direction: column; } .analyzer-states-wrapper { flex: 1; position: relative; height: 250px; min-height: 250px; max-height: 250px; } .analyzer-state { position: absolute; inset: 0; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; } .analyzer-footer { flex: 0 0 auto; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border-top: 1px solid #f1f5f9; min-height: 70px; } .analyzer-hint-txt { flex: 1; font-size: 13px; color: #cbd5e1; } .analyzer-file-col { flex: 0 1 auto; display: flex; align-items: center; gap: 8px; min-width: 150px; } .analyzer-consent-col { flex: 1; display: flex; justify-content: center; } .analyzer-run-btn, .analyzer-stop-btn, .analyzer-retry-btn { width: 180px; min-width: 180px; max-width: 180px; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: none; border-radius: 14px; padding: 11px 18px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background 0.2s, opacity 0.2s; } .analyzer-run-btn { background: #2d3a8c; color: white; opacity: 0.35; outline: none; } .analyzer-run-btn.on { opacity: 1; } .analyzer-run-btn.on:hover { background: #3848af; } .analyzer-run-btn:disabled { cursor: not-allowed; } .analyzer-run-btn:focus { outline: none; } .analyzer-stop-btn { background: #fef2f2; color: #ef4444; border: 1px solid #fecaca; outline: none; } .analyzer-stop-btn:hover { background: #fee2e2; } .analyzer-stop-btn:focus { outline: none; } .analyzer-file-emoji { font-size: 16px; flex-shrink: 0; } .analyzer-file-info { min-width: 0; flex: 1; line-height: 1.2; } .analyzer-file-info .analyzer-file-name { font-size: 13px; font-weight: 600; color: #1a2332; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .analyzer-file-info .analyzer-file-size { font-size: 11px; color: #94a3b8; } .analyzer-remove-btn { width: 24px; height: 24px; padding: 0; border: none; background: #f1f5f9; border-radius: 6px; color: #64748b; font-size: 12px; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: all 0.2s; outline: none; } .analyzer-remove-btn:hover { background: #fee2e2; color: #ef4444; } .analyzer-remove-btn:focus { outline: none; } .analyzer-consent-label { display: flex; align-items: center; gap: 8px; cursor: pointer; user-select: none; margin: 0; } .analyzer-consent-cb { cursor: pointer; accent-color: #1e4d9b; flex-shrink: 0; width: 14px; height: 14px; } .analyzer-consent-text { font-size: 12px; color: #1a2332; line-height: 1.3; font-weight: 500; } .analyzer-consent-sub { display: block; font-size: 10px; color: #64748b; font-weight: 400; margin-top: 3px; } @media (max-width: 768px) { .analyzer-footer { flex-wrap: wrap; } .analyzer-consent-col { order: -1; flex: 1 1 100%; margin-bottom: 8px; justify-content: flex-start; } .analyzer-file-col { flex: 1; } .analyzer-run-btn, .analyzer-stop-btn { width: auto; min-width: 140px; } } .analyzer-drop-zone { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; position: relative; padding: 20px; user-select: none; } .analyzer-drop-zone:hover { background: #f8faff; } .analyzer-drop-zone.drag-over { background: #f0f4ff; outline: 2px dashed #1e4d9b; outline-offset: -2px; border-radius: 14px; } .analyzer-upload-arrow { position: absolute; top: 14px; right: 16px; width: 28px; height: 28px; background: #f0f4ff; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #1e4d9b; font-size: 13px; } .analyzer-drop-title { font-size: 14px; font-weight: 600; color: #1a2332; text-align: center; } .analyzer-drop-sub { font-size: 12px; color: #94a3b8; margin-top: 4px; text-align: center; } .analyzer-file-icon-wrap, .analyzer-scan-wrap { width: 50px; height: 62px; margin-bottom: 12px; } .analyzer-file-body, .analyzer-scan-body { width: 50px; height: 62px; background: white; border-radius: 7px; position: relative; overflow: hidden; } .analyzer-file-body { border: 2px solid #e2e8f0; } .analyzer-scan-body { border: 2px solid #c7d7f0; } .analyzer-file-fold { position: absolute; top: 0; right: 0; width: 14px; height: 14px; background: #e2e8f0; clip-path: polygon(0 0, 100% 100%, 100% 0); } .analyzer-scan-fold { position: absolute; top: 0; right: 0; width: 14px; height: 14px; background: #c7d7f0; clip-path: polygon(0 0, 100% 100%, 100% 0); } .analyzer-file-lines, .analyzer-scan-lines { padding: 17px 6px 0; } .analyzer-file-line { height: 3px; background: #f1f5f9; border-radius: 2px; margin-bottom: 4px; } .analyzer-scan-line { height: 3px; background: #e8f0fb; border-radius: 2px; margin-bottom: 4px; } .analyzer-file-line:nth-child(2), .analyzer-scan-line:nth-child(2) { width: 70%; } .analyzer-file-line:nth-child(3), .analyzer-scan-line:nth-child(3) { width: 85%; } .analyzer-file-lbl, .analyzer-scan-lbl { position: absolute; bottom: 6px; left: 0; right: 0; text-align: center; font-size: 8px; font-weight: 800; color: #1e7e34; background: #e8f5e9; padding: 2px 3px; margin: 0 4px; border-radius: 3px; letter-spacing: 0.5px; } .analyzer-scan-zone { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f8fafc; padding: 20px; } .analyzer-scan-title { font-size: 14px; font-weight: 600; color: #1e4d9b; text-align: center; } .analyzer-scan-beam { position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #1e4d9b, #3b82f6, #1e4d9b, transparent); animation: nszu-scan 2s ease-in-out infinite; box-shadow: 0 0 6px rgba(30, 77, 155, 0.4); } @keyframes nszu-scan { 0%, 100% { top: 10%; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 50% { top: 70%; } } .analyzer-progress-inner { flex: 1; display: flex; flex-direction: column; justify-content: center; padding: 16px 24px; gap: 12px; overflow-y: auto; } .analyzer-prog-header { display: flex; justify-content: space-between; align-items: center; } .analyzer-prog-title { font-size: 14px; font-weight: 600; color: #1a2332; } .analyzer-prog-pct { font-size: 13px; font-weight: 700; color: #1e4d9b; } .analyzer-prog-track { height: 6px; background: #f1f5f9; border-radius: 99px; overflow: hidden; margin-top: 2px; } .analyzer-prog-fill { height: 100%; background: linear-gradient(90deg, #1e4d9b, #3b82f6); border-radius: 99px; transition: width 0.4s ease; } .analyzer-prog-steps { display: flex; flex-direction: column; gap: 10px; } .analyzer-step-row { display: flex; align-items: center; gap: 10px; } .analyzer-step-dot { width: 8px; height: 8px; border-radius: 50%; background: #e2e8f0; flex-shrink: 0; transition: all 0.3s; } .analyzer-step-lbl { font-size: 13px; color: #94a3b8; transition: color 0.3s; } .analyzer-step-row.s-done .analyzer-step-dot { background: #16a34a; } .analyzer-step-row.s-done .analyzer-step-lbl { color: #64748b; } .analyzer-step-row.s-active .analyzer-step-dot { background: #1e4d9b; animation: nszu-pdot 1s ease-in-out infinite; } .analyzer-step-row.s-active .analyzer-step-lbl { color: #1a2332; font-weight: 600; } @keyframes nszu-pdot { 0%, 100% { box-shadow: 0 0 0 3px rgba(30, 77, 155, 0.15); } 50% { box-shadow: 0 0 0 5px rgba(30, 77, 155, 0.25); } } .analyzer-result-top { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 18px 20px 14px; border-bottom: 1px solid #f1f5f9; flex: 1; } .analyzer-result-check { width: 46px; height: 46px; border-radius: 50%; background: #dcfce7; border: 2px solid #16a34a; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #16a34a; margin-bottom: 2px; } .analyzer-result-title { font-size: 16px; font-weight: 700; color: #1a2332; } .analyzer-result-desc { font-size: 13px; color: #64748b; } .analyzer-result-stats { display: flex; border-bottom: 1px solid #f1f5f9; flex-shrink: 0; } .analyzer-stat { flex: 1; padding: 11px 10px; text-align: center; border-right: 1px solid #f1f5f9; } .analyzer-stat:last-child { border-right: none; } .analyzer-stat-num { font-size: 20px; font-weight: 700; color: #1a2332; } .analyzer-stat-num.green { color: #16a34a; } .analyzer-stat-num.orange { color: #f59e0b; } .analyzer-stat-lbl { font-size: 11px; color: #94a3b8; margin-top: 1px; } .analyzer-result-actions { display: flex; gap: 8px; flex: 1; justify-content: center; } .analyzer-dl-btn, .analyzer-new-btn { width: 180px !important; min-width: 180px !important; max-width: 180px !important; flex-shrink: 0 !important; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: none; border-radius: 14px; padding: 11px 18px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: background 0.2s; } .analyzer-dl-btn { background: #2d3a8c; color: white; text-decoration: none; outline: none; } .analyzer-dl-btn:hover { background: #3848af; color: white; } .analyzer-dl-btn:focus { outline: none; } .analyzer-new-btn { background: #f8fafc; color: #64748b; border: 1px solid #e2e8f0; outline: none; } .analyzer-new-btn:hover { background: #f1f5f9; } .analyzer-new-btn:focus { outline: none; } .analyzer-error-inner { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 24px; text-align: center; } .analyzer-error-icon { width: 46px; height: 46px; border-radius: 50%; background: #fef2f2; border: 2px solid #ef4444; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #ef4444; margin-bottom: 2px; } .analyzer-error-title { font-size: 16px; font-weight: 700; color: #1a2332; } .analyzer-error-msg { font-size: 13px; color: #ef4444; max-width: 360px; line-height: 1.5; } .analyzer-retry-btn { background: #fef2f2; color: #ef4444; border: 1px solid #fecaca; margin: 0 auto; } .analyzer-retry-btn:hover { background: #fee2e2; } .analyzer-retry-btn:focus { outline: none; } .analyzer-pkg-badge { display: inline-flex; align-items: center; justify-content: center; background: #e8f0fb; color: #1e4d9b; font-size: 11px; font-weight: 700; border-radius: 6px; padding: 0px 8px; min-width: 28px; } #modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center; z-index: 9999; background-color: rgba(20, 22, 28, 0); transition: background-color 0.2s ease; } #modal.show { background-color: rgba(20, 22, 28, 0.62); } #modal.hide { background-color: rgba(20, 22, 28, 0); } #modal .modal-content { background: white; border-radius: 14px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); transform: translateY(24px) scale(0.98); opacity: 0; transition: transform 0.22s ease, opacity 0.22s ease; will-change: transform, opacity; } #modal.show .modal-content { transform: translateY(0) scale(1); opacity: 1; } #modal.hide .modal-content { transform: translateY(24px) scale(0.98); opacity: 0; } .appendix-layer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; align-items: center; justify-content: center; background-color: rgba(20, 22, 28, 0); z-index: 10000; transition: background-color 0.2s ease; } .appendix-layer.show { background-color: rgba(20, 22, 28, 0.62); } .appendix-inner { background: white; border-radius: 14px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); max-width: 750px; max-height: 70vh; width: 90%; height: auto; padding: 20px; display: flex; flex-direction: column; position: relative; transform: translateY(24px) scale(0.98); opacity: 0; transition: transform 0.22s ease, opacity 0.22s ease; will-change: transform, opacity; } .appendix-layer.show .appendix-inner { transform: translateY(0) scale(1); opacity: 1; } .close-btn-appendix { position: absolute; top: 7px; right: 7px; font-size: 30px; color: #aaa; padding: 0 12px; font-weight: 400; cursor: pointer; } .close-btn-appendix:hover { color: red; } #dsg-table-container .dsg-row.force-hover, #dsg-table-container .dsg-row.force-hover:hover, #modal-list li.force-hover, #tab-content li.force-hover, .body-appendix-modal li.force-hover { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5) !important; transform: translateY(-2px) !important; border-bottom-color: #3b82f6 !important; background: #ffffff !important; will-change: transform; } .row-fade-start, li.row-fade-start { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5) !important; transform: translateY(-2px) !important; border-bottom-color: #3b82f6 !important; background: #ffffff !important; will-change: transform; } .row-fade-animate, li.row-fade-animate { transition: box-shadow 3s ease-out, transform 3s ease-out, border-bottom-color 3s ease-out !important; box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06) !important; transform: translateY(0) !important; border-bottom-color: transparent !important; background: #ffffff !important; will-change: transform; } .search-accuracy-warning { display: none; align-items: center; gap: 6px; padding: 4px 8px; background: #fff3f3; border: 1px solid #ffc2c2; border-radius: 6px; font-size: 12px; color: #c0392b; line-height: 1.4; } .filter-chip.type-coefficient-11 { background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%); box-shadow: 0 2px 4px rgba(20, 184, 166, 0.2); } .filter-chip.type-coefficient-13 { background: linear-gradient(135deg, #8833b1 0%, #8833b1 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .filter-chip.type-coefficient-08 { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2); } .filter-chip.type-coefficient-22 { background: linear-gradient(135deg, #10b981 0%, #059669 100%); box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2); } .filter-chip.type-coefficient-21 { background: linear-gradient(135deg, #8833b1 0%, #8833b1 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .pmg-package-badge-num.badge-2026 { font-size: 40px; line-height:1; font-weight:700; } #dsg-table-container { position: relative; min-height: 80px; opacity: 1; overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; padding: 4px; margin-left: -4px; margin-right: -4px; } #dsg-table-container.fading { opacity: 0; } #dsg-table-container .dsg-thead { margin-bottom: 8px; } #dsg-table-container .dsg-header-row { display: flex; align-items: center; background: #e2e8f0; box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05); border-radius: 12px; } #dsg-table-container .dsg-th { padding: 14px; text-align: center; font-weight: 700; font-size: 12px; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; } #dsg-table-container .dsg-tbody { display: flex; flex-direction: column; gap: 10px; } #dsg-table-container .dsg-row { display: flex; align-items: center; background: #ffffff; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06); transition: box-shadow 0.3s ease, transform 0.3s ease, border-bottom-color 0.3s ease; border-bottom: 2px solid transparent; } #dsg-table-container .dsg-row:hover, #dsg-table-container .dsg-row.tooltip-row-active { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5); transform: translateY(-2px); border-bottom-color: #3b82f6; } #dsg-table-container .dsg-row.force-hover, #dsg-table-container .dsg-row.force-hover:hover { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5); transform: translateY(-2px); border-bottom-color: #3b82f6; background: #ffffff; will-change: transform; } #dsg-table-container .dsg-row.row-fade-start { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5); transform: translateY(-2px); border-bottom-color: #3b82f6; will-change: transform; } #dsg-table-container .dsg-row.row-fade-animate { box-shadow: 0 1px 3px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06) !important; transform: translateY(0); border-bottom-color: transparent; transition: box-shadow 3s ease-out, transform 3s ease-out, border-bottom-color 3s ease-out !important; will-change: transform; } #dsg-table-container .dsg-cell { padding: 14px; font-size: 14px; color: #1e293b; } #dsg-table-container .dsg-cell:not(:last-child) { border-right: 1px solid #e2e8f0; } #dsg-table-container .dsg-cell-center { text-align: center; } #dsg-table-container .dsg-cell-btn { display: flex; justify-content: center; align-items: center; } #dsg-table-container .dsg-cell:first-child, #dsg-table-container .dsg-th:first-child { padding-left: 24px; } .body-appendix-modal li { padding: 10px 12px; display: flex; align-items: center; border-radius: 10px; transition: all 0.3s ease; border-bottom: 2px solid transparent; } @media (hover: none) and (pointer: coarse) { #dsg-table-container tbody tr:hover, #dsg-table-container tbody tr.tooltip-row-active { transform: none !important; } } #dsg-table-container td { padding: 14px 16px; font-size: 14px; border: none; color: #1e293b; } #dsg-table-container td:first-child { border-radius: 12px 0 0 12px; padding-left: 24px; } #dsg-table-container td:last-child { border-radius: 0 12px 12px 0; padding-right: 24px; } .btn-column, .btn-column-9 { display: flex !important; gap: 10px; justify-content: center; align-items: center; grid-template-columns: none !important; } .colored-icon-btn { width: 36px; height: 36px; border-radius: 8px; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; position: relative; margin: 0; padding: 0; } .colored-icon-btn svg { width: 18px; height: 18px; transition: transform 0.2s; } .colored-icon-btn.diagnosis { background: #dbeafe; border: 1px solid #2563eb8c; } .colored-icon-btn.diagnosis svg { stroke: #2563eb; } .colored-icon-btn.diagnosis:hover { background: #bfdbfe; transform: scale(1.08); } .colored-icon-btn.service { background: #fef3c7; border: 1px solid #d977068f; } .colored-icon-btn.service svg { stroke: #d97706; } .colored-icon-btn.service:hover { background: #fde68a; transform: scale(1.08); } .colored-icon-btn.position { background: #d1fae5; border: 1px solid #0596698a; } .colored-icon-btn.position svg { stroke: #059669; } .colored-icon-btn.position:hover { background: #a7f3d0; transform: scale(1.08); } .item-count { position: absolute; top: -8px; right: -8px; background: #3b82f6; color: white; font-size: 10px; font-weight: 700; min-width: 16px; height: 16px; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 0 4px; border: 2px solid white; pointer-events: none; } .colored-icon-btn.hidden { visibility: hidden; } .filter-dropdown-coefficients { position: absolute; top: calc(100% + 8px); left: 0; background: white; border: 1px solid #e0e0e0; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); padding: 12px; min-width: 320px; max-width: 380px; max-height: 400px; overflow-y: auto; z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.2s ease; } .filter-dropdown-coefficients.show { opacity: 1; visibility: visible; transform: translateY(0); } .coeff-options { display: flex; flex-direction: column; gap: 8px; } .coeff-option { display: flex; align-items: center; padding: 10px 12px; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; border: 1px solid transparent; } .coeff-option:hover { background: #eff6ff; border-color: #e0e0e0; } .coeff-option input[type="checkbox"] { display: none; } .coeff-checkbox { width: 20px; height: 20px; border: 2px solid #d0d5dd; border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-right: 12px; transition: all 0.2s ease; flex-shrink: 0; } .coeff-option input:checked + .coeff-checkbox { background: #2563eb; border-color: #2563eb; } .coeff-checkbox svg { width: 14px; height: 14px; stroke: white; opacity: 0; transition: opacity 0.2s ease; } .coeff-option input:checked + .coeff-checkbox svg { opacity: 1; } .coeff-text { display: flex; flex-direction: column; flex: 1; cursor: pointer; } .coeff-value { font-size: 15px; font-weight: 600; color: #1a1a1a; display: inline-flex; align-items: center; gap: 6px; } .coeff-desc { font-size: 12px; color: #6b7280; line-height: 1.4; } .coeff-value::before { content: ''; width: 8px; height: 8px; border-radius: 50%; display: inline-block; } .coeff-option[data-coeff="0.8"] .coeff-value::before { background: #0f6dcb; } .coeff-option[data-coeff="1.1"] .coeff-value::before { background: #009688; } .coeff-option[data-coeff="1.22"] .coeff-value::before { background: #2c8d31; } .coeff-option[data-coeff="1.21"] .coeff-value::before { background: #9108d5; } .coeff-option[data-coeff="1.3"] .coeff-value::before { background: #9108d5; } .coeff-details-btn-inline { width: 100%; margin-top: 8px; padding: 10px; background: #f5f7fa; border: 1px solid #e0e0e0; border-radius: 8px; color: #2563eb; font-size: 13px; font-weight: 500; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 6px; transition: all 0.2s ease; } .coeff-details-btn-inline:hover { background: #eff6ff; border-color: #2563eb; } .coeff-details-btn-inline svg { width: 16px; height: 16px; stroke: currentColor; } .filter-chip.type-coefficient { background: #eff6ff; border-color: #bfdbfe; color: #1e40af; } .filter-chip.type-coefficient:hover { background: #dbeafe; } .coeff-badge { padding: 4px 10px; border-radius: 6px; font-size: 12px; font-weight: 600; cursor: help; transition: all 0.2s ease; white-space: nowrap; opacity: 0.8; } .coeff-badge:hover { transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); opacity: 1; } .coeff-badge.coeff-0\.8 { background: #1976d2; border: 1px solid #0656a6; } .coeff-badge.coeff-1\.1 { background: #009688; border: 1px solid #0e8075; } .coeff-badge.coeff-1\.2g { background: #2c8d31; border: 1px solid #2c8d31; } .coeff-badge.coeff-1\.2d { background: #9108d5; border: 1px solid #6a009e; } .coeff-badge.coeff-1\.3 { background: #9108d5; border: 1px solid #6a009e; } @media (max-width: 768px) { .pmg-package-badge-num.badge-2026 { font-size: 18px; } #dsg-table-container { padding: 3px; margin-left: -3px; margin-right: -3px; } #dsg-table-container table { border-spacing: 0 10px !important; } #dsg-table-container thead th { padding: 12px 14px; font-size: 11px; } #dsg-table-container thead th:first-child { padding-left: 18px; } #dsg-table-container thead th:last-child { padding-right: 18px; } #dsg-table-container td { padding: 12px 14px; font-size: 13px; } #dsg-table-container td:first-child { border-radius: 10px 0 0 10px; padding-left: 18px; } #dsg-table-container td:last-child { border-radius: 0 10px 10px 0; padding-right: 18px; } .colored-icon-btn { width: 32px; height: 32px; } .colored-icon-btn svg { width: 16px; height: 16px; } .filter-dropdown-coefficients { min-width: 280px; max-width: calc(100vw - 24px); } .coeff-option { padding: 12px 10px; } .coeff-value { font-size: 14px; } .coeff-desc { font-size: 11px; } } .filter-marker-with-action { padding-right: 8px; } .filters-compact-wrapper { background: white; border-radius: 14px; padding: 16px 20px; box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05); border: 1px solid #e1e8f0; margin-bottom: 16px; } .filter-markers-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; } .filter-marker { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 2px solid #e2e8f0; border-radius: 10px; background: #f8fafc; color: #475569; font-weight: 600; cursor: pointer; transition: all 0.2s ease; user-select: none; } .filter-marker:hover { border-color: #cbd5e1; color: #2f2f2f; background: white; } .filter-marker.active { border-color: #3b82f6; background: #eff6ff; color: #1e40af; z-index: 999; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); } .filter-marker svg { width: 16px; height: 16px; flex-shrink: 0; } .filter-marker[data-filter="dsg"] > svg { stroke: #7c3aed; } .filter-marker[data-filter="diagnosis"] > svg { stroke: #2563eb; } .filter-marker[data-filter="service"] > svg { stroke: #d97706 } .filter-marker[data-filter="coefficients"] > svg { stroke: #16a34a; } .filter-marker[data-filter="class"] > svg { stroke: #7c3aed; } .filter-marker[data-filter="position"] > svg { stroke: #059669; } .service-dropdown-trigger > svg:first-of-type { stroke: #bd3aed; } .service-dropdown-trigger svg { width: 16px; height: 16px; flex-shrink: 0; } .marker-badge { position: absolute; top: -8px; right: -8px; background: #3b82f6; color: white; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); pointer-events: none; z-index: 10; } .marker-action-icon { background: none; border: none; padding: 0; margin-left: 8px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; transition: all 0.2s; color: #3b82f6; opacity: 0.7; } .marker-action-icon svg { width: 16px; height: 16px; } .marker-action-icon:hover:not(:disabled) { opacity: 1; background: rgba(59, 130, 246, 0.1); } .marker-action-icon:disabled { opacity: 0.2; cursor: not-allowed; color: #94a3b8; } .filter-dropdown-panel { position: absolute; top: calc(100% + 8px); left: 0; min-width: 350px; max-width: calc(100vw - 24px); background: white; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.05); z-index: 1000; display: none; padding: 12px; } .filter-dropdown-panel.show { display: block; animation: dropdownAppear 0.2s ease; z-index: 9999; } @keyframes dropdownAppear { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .dropdown-search { position: relative; margin-bottom: 8px; } .dropdown-search input { width: 100%; height: 40px; border: 2px solid #e2e8f0; border-radius: 8px; font-size: 14px; transition: border-color 0.2s ease; } .dropdown-search input:focus { outline: none; border-color: #3b82f6; } .dropdown-search input[type="text"] { padding-right: 28px; } .dropdown-search .search-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; } .dropdown-options { max-height: 300px; overflow-y: auto; } .dropdown-option { padding: 5px; margin: 5px 0; cursor: pointer; border-radius: 6px; display: flex; align-items: center; gap: 10px; transition: background 0.15s ease; } .dropdown-option:hover { background: #eef5fe; } .dropdown-option.selected { background: #eff6ff; } .dropdown-option .option-checkbox { width: 18px; height: 18px; min-width: 18px; border: 2px solid #cbd5e1; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; background: #fff; transition: all 0.15s ease; } .dropdown-option .option-checkbox.checked, .dropdown-option.selected .option-checkbox { background: #667eea; border-color: #667eea; } .option-text { flex: 1; font-size: 14px; color: #334155; } .option-count { font-size: 12px; color: #94a3b8; background: #f1f5f9; padding: 2px 8px; border-radius: 4px; font-weight: 600; } .service-filter-dropdown { position: relative; } .service-dropdown-trigger { position: relative; display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 2px solid #e2e8f0; border-radius: 10px; background: #f8fafc; color: #475569; font-weight: 600; cursor: pointer; transition: all 0.2s ease; user-select: none; } .service-dropdown-trigger:hover { border-color: #cbd5e1; background: white; } .service-dropdown-trigger.active { border-color: #3b82f6; background: #eff6ff; color: #1e40af; } .dropdown-arrow { width: 12px; height: 12px; transition: transform 0.2s ease; } .service-dropdown-trigger.active .dropdown-arrow { transform: rotate(180deg); } .service-dropdown-menu { position: absolute; top: calc(100% + 8px); left: 0; background: white; border: 1px solid #e2e8f0; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); padding: 8px; min-width: 280px; max-height: 400px; overflow-y: auto; z-index: 1000; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: all 0.2s ease; } .service-dropdown-menu.show { opacity: 1; transform: translateY(0); pointer-events: all; } .service-option { display: flex; align-items: center; gap: 10px; padding: 10px; cursor: pointer; border-radius: 6px; transition: background 0.15s ease; } .service-option:hover { background: #eef5fe; } .service-checkbox { width: 18px; height: 18px; border: 2px solid #cbd5e1; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.15s ease; } .service-option.inactive { opacity: 0.5 !important; background-color: #f5f5f5 !important; cursor: not-allowed !important; pointer-events: none !important; } .service-option.inactive * { pointer-events: none !important; cursor: not-allowed !important; } .service-option.inactive .service-checkbox svg { stroke: #999 !important; } .service-option.inactive .service-label { color: #999 !important; } .service-option.inactive input[type="checkbox"] { opacity: 0.5 !important; pointer-events: none !important; } .service-option input[type="checkbox"]:checked + .service-checkbox { background: #3b82f6; border-color: #3b82f6; } .service-option input[type="checkbox"]:checked + .service-checkbox svg { display: block; } .service-checkbox svg { width: 12px; height: 12px; color: white; display: none; } .service-option input[type="checkbox"] { display: none; } .service-label { font-size: 14px; color: #334155; flex: 1; cursor: pointer; } .active-chips-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; margin-bottom: 12px; min-height: 38px; padding: 3px 0; } .chips-label { font-size: 12px; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; white-space: nowrap; } #chips-container { display: flex; gap: 8px; flex-wrap: wrap; flex: 1; } .filter-chip { display: inline-flex; align-items: center; gap: 6px; padding: 4px 8px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; border-radius: 6px; font-size: 13px; font-weight: 500; box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2); animation: chipAppear 0.2s ease; } @keyframes chipAppear { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } .filter-chip.type-class { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .filter-chip.type-position { background: linear-gradient(135deg, #10b981 0%, #059669 100%); box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2); } .filter-chip.type-diagnosis { background: linear-gradient(135deg, rgb(72 107 236) 0%, rgb(39 93 219) 100%); box-shadow: 0 2px 4px rgba(245, 158, 11, 0.2); } .filter-chip.type-service { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); box-shadow: 0 2px 4px rgba(236, 72, 153, 0.2); } .filter-chip.type-service-id { background: linear-gradient(135deg, #be5cf6 0%, #bd3aed 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .filter-chip.type-dsg { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .filter-chip.type-class span, .filter-chip.type-position span, .filter-chip.type-diagnosis span, .filter-chip.type-service span, .filter-chip.type-dsg span { max-width: 200px; white-space: nowrap; overflow: hidden; } .chip-remove { background: rgba(255, 255, 255, 0.25); border: none; width: 16px; height: 16px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; font-weight: 700; transition: all 0.15s ease; padding: 0; line-height: 1; } .chip-remove:hover { background: rgba(255, 255, 255, 0.4); transform: scale(1.15); } .clear-all-btn { padding: 4px 8px; background: transparent; border: 1.5px solid #e2e8f0; border-radius: 6px; color: #64748b; font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.2s ease; line-height: 1; width: 28px; height: 28px; align-items: center; margin: 0; } .clear-all-btn:hover { border-color: #ef4444; color: #ef4444; background: #fef2f2; } .bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; border-top: 1px solid #f1f5f9; flex-wrap: wrap; } .search-btn { padding: 10px 28px; background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); color: white; border: none; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25); transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 8px; } .search-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(59, 130, 246, 0.35); } .search-btn svg { flex-shrink: 0; } .meta-info-group { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; min-height: 28px; } .meta-info { font-size: 13px; color: #64748b; margin-right: 20px; } .meta-info strong { color: #0f172a; font-weight: 600; } .filter-controls { display: none !important; } @media (max-width: 768px) { .service-dropdown-trigger { font-size: 13px; padding: 7px 12px; } .filters-compact-wrapper { padding: 12px 16px; } .filter-markers-row { gap: 8px; } .filter-marker { font-size: 13px; padding: 7px 12px; } .filter-dropdown-panel { min-width: 285px; } .bottom-row { flex-direction: column; align-items: stretch; } .search-btn { width: 100%; justify-content: center; } .meta-info-group { flex-direction: column; align-items: flex-start; gap: 8px; } } .pmg-package-hero{ display:flex; gap:18px; align-items:stretch; margin:16px 0; padding:18px; box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05); border: 1px solid #e1e8f0; border-radius:14px; background:#fff; } .pmg-package-subtitle { font-size: 14px; line-height: 1.4; color: #6b7280; max-width: 720px; } .pmg-package-badge{ width:120px; min-width:120px; border-radius:14px; background: linear-gradient(180deg, #2f7dbb 0%, #1e5f9a 100%); color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; box-shadow: 0 10px 24px rgba(20, 40, 80, 0.12); } .pmg-package-badge-num{ font-size:52px; line-height:1; font-weight:700; } .pmg-package-badge-svg{ line-height:1; width: 60px; height: 60px; } .pmg-package-badge-label{ font-size:18px; font-weight:700; opacity:0.95; } .pmg-package-text{ flex:1; display:flex; flex-direction:column; justify-content:center; min-width:0; } .pmg-package-name{ font-size:26px; line-height:1.25; font-weight:700; color:#0f172a; margin-bottom:12px; word-break:break-word; } .pmg-package-actions{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; } .pmg-action-btn{ appearance:none; border:1px solid #e2e8f0; background:#f8fafc; color: #475569; padding:10px 12px; border-radius:12px; font-size:14px; font-weight:600; cursor:pointer; display:inline-flex; gap:8px; align-items:center; transition: transform .06s ease, background .15s ease, border-color .15s ease; } .pmg-action-btn:hover{ background:#ffffff; border-color:#cbd5e1; color: #2f2f2f; } .pmg-action-btn:active{ transform: translateY(0); } .pmg-ico{ width:18px; height:18px; display:inline-flex; align-items:center; justify-content:center; } .pmg-action-more{ padding:10px 14px; font-weight:800; } @media (max-width: 768px){ .pmg-package-hero{ display:grid; grid-template-columns:52px 1fr; grid-template-areas: "badge title" "actions actions"; gap:10px 12px; align-items:center; } .pmg-hero-analysis .pmg-package-text { display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 100%; min-width: 0; } .pmg-hero-analysis .pmg-package-subtitle { white-space: normal; word-break: normal; hyphens: none; } .pmg-package-text{ display:contents; } .pmg-package-badge{ grid-area:badge; width:52px; min-width:52px; align-self:stretch; display:flex; align-items:center; justify-content:center; min-height: 35px; border-radius:12px; } .pmg-package-name{ grid-area:title; margin:0; font-size:17px; line-height:1.3; } .pmg-package-actions{ grid-area:actions; justify-self:stretch; width:100%; margin-top:2px; } .pmg-package-badge-label{ display:none; } .pmg-package-badge-num{ font-size:28px; line-height:1; } } .page-status-bar { padding: 10px 0; margin-bottom: 25px; border-bottom: 1px solid #f1f5f9; } .dropdown-header { border-radius: 10px; padding: 8px; border: 1px solid #ccc; background: white; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background-color: #f8f9fa; height: 40px; color: #666; } .dropdown-header.open { border-color: #1976d2; } .dropdown-container { position: relative; overflow: visible; width: 300px; margin: 10px 5px; } .select-icon svg { transition: transform 0.2s ease; } .dropdown-header.open .select-icon svg { transform: rotate(180deg); } .select-icon{ width: 14px; } @media (max-width: 600px) { .btn-diagnosis, .btn-service{ min-width: 90px; } .pc-text-only { display: none !important; } .mob-icon-only { display: inline-block !important; } } pre { background: #eee; font-family: "Courier 10 Pitch", courier, monospace; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } mark, ins { background: #fff9c0; text-decoration: none; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { background-color: #f7f8f9; border-color: #f0f0f0; padding: 10px; line-height: 1; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } textarea { width: 100%; } #modal-list li.tooltip-row-active, #tab-content li.tooltip-row-active { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5); border-bottom-color: #3b82f6; background: #ffffff; } .appendix-title { text-align: center; margin: 0 0 10px; font-size: 15px; font-weight: bold; } .appendix-inner .modal-title { margin-top: 0; width: 95%; font-size: 22px; margin-bottom: 20px; line-height: 1.2em; font-weight: 400; text-transform: none; } .appendix-inner .body-appendix-modal { overflow-y: auto; font-size: 14px; margin-left: -4px; margin-right: -4px; transition: opacity 0.5s; padding: 4px; } .tooltip-popup { position: absolute; background: #4a4a4a; color: white; padding: 10px; border-radius: 10px; font-size: 14px; max-width: 315px; word-wrap: break-word; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); z-index: 10000; opacity: 0; transform: translateY(-5px); animation: tooltipFadeIn 0.2s ease forwards; text-align: center; } @keyframes tooltipFadeIn { to { opacity: 1; transform: translateY(0); } } .tooltip-popup::before { content: ''; position: absolute; top: -8px; left: var(--arrow-left); transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #4a4a4a; } .tooltip-popup.tooltip-bottom::before { top: auto; bottom: -8px; border-top: 8px solid #4a4a4a; border-bottom: none; } .tooltip-popup.tooltip-right::before { top: var(--arrow-top); left: -8px; transform: translateY(-50%); border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 8px solid #4a4a4a; border-left: none; } .tooltip-popup.tooltip-left::before { top: var(--arrow-top); left: auto; right: -8px; transform: translateY(-50%); border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #4a4a4a; border-right: none; } .additional-codes-btn { display: block; width: 100%; margin-top: 12px; color: white; font-size: 13px; cursor: pointer; border-radius: 10px; transition: background 0.2s ease; } .dsg-table-container { transition: opacity 0.2s ease-in-out; opacity: 1; } .dsg-table-container.fading { opacity: 0; } @keyframes tableLoadingFade { from { opacity: 0; } to { opacity: 1; } } .sortable-header { position: relative; user-select: none; padding-right: 25px; } .sort-arrows { position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 10px; } .sort-arrow { display: block; width: 12px; height: 10px; text-align: center; cursor: pointer; font-size: 10px; color: #ccc; border-radius: 2px; transition: all 0.2s ease; user-select: none; line-height: 10px; } .sort-arrow:hover { color: #0a54ad; background-color: #f0f8ff; } .sort-arrow.active { color: #2196F3; background-color: #e3f2fd; box-shadow: 0 1px 2px rgba(33, 150, 243, 0.3); } .sort-arrow.asc::before { content: "▲"; } .sort-arrow.desc::before { content: "▼"; } .icons-group { display: inline-flex; align-items: center; white-space: nowrap; vertical-align: middle; padding-left: 5px; } .episode-icon, .referral-icon, .note-icon, .observation-icon{ cursor: pointer; transition: all 0.2s ease; opacity: 0.8; height: 23px; width: 23px; border-radius: 4px; } .observation-icon { position: relative; } .body-appendix-modal .episode-icon, .body-appendix-modal .referral-icon, .body-appendix-modal .note-icon, .body-appendix-modal .observation-icon { height: 20px; width: 20px; } @media (hover: hover) and (pointer: fine) { .episode-icon:hover, .referral-icon:hover, .note-icon:hover, .observation-icon:hover, .episode-icon.tooltip-active, .referral-icon.tooltip-active, .note-icon.tooltip-active, .observation-icon.tooltip-active{ transform: scale(1.1); opacity: 1; background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 60%, transparent 100%); border-radius: 50%; transition: all 0.2s ease; } } @media (hover: none) and (pointer: coarse) { .episode-icon.tooltip-active, .referral-icon.tooltip-active, .note-icon.tooltip-active, .observation-icon.tooltip-active{ transform: scale(1.1); opacity: 1; background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.4) 60%, transparent 100%); border-radius: 50%; transition: all 0.2s ease; } } #modal-list li, #tab-content li { padding: 10px 12px; display: flex; align-items: center; border-radius: 10px; transition: all 0.3s ease; border-bottom: 2px solid transparent; } #modal-list li:hover, #tab-content li:hover { box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15), 0 2px 4px rgba(60, 130, 240, 0.5); border-bottom-color: #3b82f6; background: #ffffff; } #modal-list .icons-group, #tab-content .icons-group, #dsg-table-container .icons-group{ margin-left: auto; margin-bottom: 0; gap: 8px; } .modal-skeleton-item { list-style: none; } .modal-skeleton-item:hover { box-shadow: none !important; border-bottom-color: transparent !important; transform: none !important; cursor: default; } .input-group, .all-services-wrapper { width: 300px; margin: 10px 5px; } .all-services-wrapper { transition: all 0.3s ease; } .all-services-button { width: 100%; padding: 10px 12px; border: none; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; } .all-services-button:not(:disabled) { background: #2196F3; color: white; box-shadow: 0 2px 4px rgba(33, 150, 243, 0.2); } .all-services-button:not(:disabled):hover { background: #1976D2; box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3); } .all-services-button:not(:disabled):active { box-shadow: 0 2px 4px rgba(33, 150, 243, 0.2); } .all-services-button:disabled { background: #e0e0e0; color: #9e9e9e; cursor: not-allowed; box-shadow: none; transform: none; } .empty-message { display: none; text-align: center; padding: 24px 24px 64px; } .empty-message-inner { display: inline-flex; flex-direction: column; align-items: center; gap: 14px; max-width: 380px; } .empty-message-icon { width: 72px; height: 72px; color: #cbd5e1; flex-shrink: 0; } .empty-message-title { font-size: 17px; font-weight: 600; color: #475569; margin: 0; line-height: 1.3; } .empty-message-sub { font-size: 13px; color: #94a3b8; margin: 0; line-height: 1.5; } .tab-button { padding: 5px 10px; background-color: #eee; border: none; cursor: pointer; border-radius: 10px; } .tab-button.active { background-color: #4a4a4a; color: white; } .tabs { display: flex; gap: 10px; margin: 10px 0 10px 0; } #tabs-container { grid-template-rows: auto 1fr; overflow: hidden; flex: 1; flex-direction: column; } #tabs-container #tab-content { overflow-y: auto; border-top: 1px solid #ccc; padding-top: 10px; margin-bottom: 10px; } #tab-content ul { list-style: none; padding: 0; margin: 0; padding: 4px; } .custom-table-9 tbody tr td:nth-child(2) { text-align: left; vertical-align: middle; } #modal.dimmed::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 2; pointer-events: auto; } #info-iframe { position: relative; z-index: 3; border-radius: 10px; } .coeff-details-btn { background: none; border: none; padding: 4px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; opacity: 0.7; transition: color 0.2s ease; } .coeff-details-btn:hover { opacity: 1; background: #b3b2b2; } .coeff-details-btn .icon { width: 25px; height: 25px; } .loader { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 10px 0; } .modal-loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; } .spinner { width: 16px; height: 16px; border: 3px solid #ccc; border-top-color: #007bff; border-radius: 50%; animation: spin 1s linear infinite; } .spinner:nth-child(2) { animation-delay: 0.2s; } .spinner:nth-child(3) { animation-delay: 0.4s; } @keyframes spin { to { transform: rotate(360deg); } } .loading-title { text-align: center; font-weight: 600; margin-top: 5px; color: #333; } h1 { text-align: center; font-style: normal; font-weight: 400; color: #000; } h1 strong { font-weight: 700; } .floating-info-inside, .slider { transition: background-color .3s; } #scrollToTop, button { color: #fff; cursor: pointer; } .close-btn, .coeff-badge, mark { font-weight: 700; } #scrollToTop, .close-btn, .input-group button, .switch, button { cursor: pointer; } .site-title { margin: 0; padding: 0; position: relative; display: inline-block; padding-bottom: 10px; } .site-title::after { content: ''; position: absolute; width: 60%; height: 3px; background-color: #0a59a0; left: 50%; bottom: 0; transform: translateX(-50%); border-radius: 2px; } .slider, .switch { position: relative; } .autocomplete-wrapper { width: 100% } .toggle-group { display: flex; justify-content: center; gap: 20px; align-items: center; margin: 10px 5px; flex-wrap: wrap; min-height: 42px; } .switch { display: flex; align-items: center; -webkit-tap-highlight-color: transparent; } .slider { width: 40px; height: 22px; background-color: #ccc; border-radius: 50px; margin-right: 10px; } .coeff-0-6 .slider { background-color: #dd9f9f; } .coeff-0-8 .slider { background-color: #83a9cf; } .coeff-1-1 .slider { background-color: #7dc8c1; } .coeff-1-21 .slider { background-color: #b180ca; } .coeff-1-22 .slider { background-color: #72c877; } .coeff-1-3 .slider { background-color: #b180ca; } .slider::before { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background-color: #fff; border-radius: 50%; transition: transform .3s; } input:checked+.slider { background-color: #1c88f5; } input:checked+.slider::before { transform: translateX(18px); } .label-text { color: #333; } .autocomplete-box { border: 1px solid #ccc; z-index: 10; max-height: 250px; max-width: 300px; overflow-y: auto; width: 100%; display: none; border-radius: 10px; position: absolute; background: #fff; font-size: 14px; } .autocomplete-box div { padding: 8px; cursor: pointer; align-items: center; display: flex; border-bottom: 1px solid #f0f0f0; } .autocomplete-box div:hover { background-color: #f0f0f0; } .popup-text { white-space: normal; line-height: 1.5; color: #333; } .dod-coeff-cell { white-space: nowrap; user-select: none; } .fade-in { transition: opacity .3s; } .fade-out { opacity: 0; transition: opacity .2s; } .coeff-badge { display: inline-block; border-radius: 4px; padding: 3px 6px; font-size: 13px; min-width: 20px; } .input-group, body.modal-open { overflow: hidden; } table { border-collapse: collapse; width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0 1px #cccccc; } .simple-table { border: 1px solid #cccccc; } .simple-table td:nth-child(1), .simple-table td:nth-child(3) { text-align: center; white-space: nowrap; } .simple-table td:nth-child(2) { text-align: left; } table.simple-table thead th { text-align: center; vertical-align: middle; } td, th { padding: 8px; overflow: visible; } th { background-color: #f2f2f2; } .custom-select { position: relative; display: inline-block; width: 100%; } .custom-select select { appearance: none; -webkit-appearance: none; -moz-appearance: none; padding-right: 2rem; width: 100%; box-sizing: border-box; } button { padding: 6px 12px; background-color: #1976d2; border: none; border-radius: 10px; } .button-new { padding: 6px 12px; background-color: #f8fafc; border-radius: 10px; border: 1px solid #c7c7c7; } #filter-service-id{ border: none; outline: 0; background-color: transparent; padding: 10px 12px; width: 100%; box-shadow: none; } .modal-content { position: relative; background-color: #fff; max-width: 1000px; width: 90%; height: 90%; padding: 20px; border-radius: 10px; display: flex; flex-direction: column; transition: transform 0.3s ease-out, opacity 0.3s ease-out; } .modal-content.slide-out-left { animation: slideOutLeft 0.3s ease-out forwards; } .modal-content.slide-in-right { animation: slideInRight 0.3s ease-out forwards; } .modal-content.slide-out-right { animation: slideOutRight 0.3s ease-out forwards; } .modal-content.slide-in-left { animation: slideInLeft 0.3s ease-out forwards; } .modal-content.fade-transition { animation: fadeTransition 0.4s ease-out forwards; } .modal-content.scale-transition { animation: scaleTransition 0.3s ease-out forwards; } @keyframes slideOutLeft { from { transform: translateX(0); opacity: 1; } to { transform: translateX(-100%); opacity: 0; } } @keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } @keyframes slideOutRight { from { transform: translateX(0); opacity: 1; } to { transform: translateX(100%); opacity: 0; } } @keyframes slideInLeft { from { transform: translateX(-100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } } @keyframes fadeTransition { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0; transform: scale(0.95); } 100% { opacity: 1; transform: scale(1); } } @keyframes scaleTransition { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.9); opacity: 0.5; } 100% { transform: scale(1); opacity: 1; } } .modal-search-group { position: relative; align-items: center; margin-bottom: 10px; display: none; } .modal-search-group .clear-btn { position: absolute; right: 0; background: 0 0; font-size:18px; cursor: pointer; color: #999; } .modal h2, .modal h3 { margin-top: 0; width: 95%; font-size: 25px; margin-bottom: 20px; line-height: 1.2em; font-weight: 400; text-transform: none; } .modal input { width: 100%; border: 1px solid #e1e1e1; border-radius: 10px; display: block; } .modal input:focus-within { outline: 0; border-color: #1976d2; } .modal ul, .body-appendix-modal ul { list-style: none; padding-left: 0; overflow-y: auto; flex-grow: 1; margin: 2px -4px; transition: opacity 0.5s; padding: 4px; } .close-btn { position: absolute; top: 7px; right: 7px; font-size: 30px; color: #aaa; padding: 0 12px; font-weight: 400; } .close-btn:hover { color: red; } .clear-btn { min-width: unset; } .input-group { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 10px; background-color: #f8f9fa; height: 40px; } .input-group input { border: none; outline: 0; background-color: transparent; width: 100%; box-shadow: none; padding-right: 0; } .input-group button { border: none; background: 0 0; padding: 6px; font-size: 22px; color: #999; font-weight: 400; } .input-group:focus-within { border-color: #1976d2; } .meta-wrapper { display: flex; align-items: center; gap: 20px; } @media (max-width:768px) { .modal h2, .modal h3 { font-size: 22px; } .icons-group { gap: 4px; margin-left: 6px; } .episode-icon, .referral-icon, .note-icon, .observation-icon { height: 20px; width: 20px; } #modal-list li, #tab-content li { padding: 8px 8px; gap: 4px; } .toggle-group { gap: 15px; } } @media (max-width:480px) { .tabs { display: grid; } } @media (max-width: 768px) { #dsg-table-container .dsg-tbody { gap: 8px; } #dsg-table-container .dsg-row { border-radius: 10px; } #dsg-table-container .dsg-th, #dsg-table-container .dsg-cell { padding: 10px 10px; } #dsg-table-container .dsg-th:first-child, #dsg-table-container .dsg-cell:first-child { padding-left: 14px; } #dsg-table-container .dsg-th:last-child, #dsg-table-container .dsg-cell:last-child { padding-right: 14px; } .meta-info { font-size: 12px; } } @media (hover: hover) and (pointer: fine) { #dsg-table-container .dsg-row { will-change: transform; } } @media (hover: none) and (pointer: coarse) { #dsg-table-container .dsg-row:hover, #dsg-table-container .dsg-row.tooltip-row-active { transform: none !important; } #dsg-table-container .dsg-row.force-hover, #dsg-table-container .dsg-row.force-hover:hover, #dsg-table-container .dsg-row.row-fade-start, #dsg-table-container .dsg-row.row-fade-animate { transform: none !important; will-change: auto; } } #dsg-table-container .dsg-cell.dod-coeff-cell { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px; } #dsg-table-container .dsg-cell.dod-coeff-cell .coeff-badge { flex-shrink: 0; } #dsg-table-container .custom-table-9 .dsg-header-row .dsg-th { text-align: center; } #dsg-table-container .custom-table-9 .dsg-th { text-align: center; } #dsg-table-container .custom-table-9 .dsg-th:nth-child(1), #dsg-table-container .custom-table-9 .dsg-cell:nth-child(1) { flex: 1.5; min-width: 120px; } #dsg-table-container .custom-table-9 .dsg-th:nth-child(2), #dsg-table-container .custom-table-9 .dsg-cell:nth-child(2) { flex: 3; min-width: 200px; } #dsg-table-container .custom-table-9 .dsg-th:nth-child(3), #dsg-table-container .custom-table-9 .dsg-cell:nth-child(3) { flex: 1; min-width: 90px; } #dsg-table-container .custom-table-9 .dsg-th:nth-child(4), #dsg-table-container .custom-table-9 .dsg-cell:nth-child(4) { flex: 1.5; min-width: 110px; } #dsg-table-container .custom-table-9 .dsg-th:nth-child(5), #dsg-table-container .custom-table-9 .dsg-cell:nth-child(5) { flex: 1.5; min-width: 140px; } #dsg-table-container .custom-table-9.view-expanded .dsg-th:nth-child(1), #dsg-table-container .custom-table-9.view-expanded .dsg-cell:nth-child(1) { flex: 1.2; min-width: 140px; } #dsg-table-container .custom-table-9.view-expanded .dsg-th:nth-child(2), #dsg-table-container .custom-table-9.view-expanded .dsg-cell:nth-child(2) { flex: 1.8; min-width: 240px; } #dsg-table-container .custom-table-9.view-expanded .dsg-th:nth-child(3), #dsg-table-container .custom-table-9.view-expanded .dsg-cell:nth-child(3) { flex: 0.8; min-width: 75px; } #dsg-table-container .custom-table-9.view-expanded .dsg-th:nth-child(4), #dsg-table-container .custom-table-9.view-expanded .dsg-cell:nth-child(4) { flex: 3.5; min-width: 220px; } #dsg-table-container .custom-table-9.view-expanded .dsg-th:nth-child(5), #dsg-table-container .custom-table-9.view-expanded .dsg-cell:nth-child(5) { flex: 1.2; min-width: 110px; } .table-controls-bar { display: flex; align-items: center; gap: 8px; padding: 6px 0 8px; flex-wrap: wrap; } .view-toggle-btn { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 6px; border: 1px solid #93c5fd; background: #eff6ff; color: #1d4ed8; font-size: 13px; cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; white-space: nowrap; min-width: 164px; } .view-toggle-btn svg { width: 15px; height: 15px; flex-shrink: 0; } .view-toggle-btn:hover { background: #dbeafe; border-color: #3b82f6; } .view-toggle-btn.is-expanded { background: #dbeafe; border-color: #2563eb; color: #1e40af; font-weight: 500; } .controls-bar-sep { width: 1px; height: 20px; background: #e5e7eb; flex-shrink: 0; margin: 0 4px; } .all-services-bar-btn { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 6px; border: 1px solid #d1d5db; background: #f9fafb; color: #9ca3af; font-size: 13px; cursor: not-allowed; transition: background 0.15s, border-color 0.15s, color 0.15s, opacity 0.15s; white-space: nowrap; } .all-services-bar-btn svg { width: 15px; height: 15px; flex-shrink: 0; } .all-services-bar-btn:not(:disabled) { background: #f0fdfa; border-color: #2dd4bf; color: #0f766e; cursor: pointer; } .all-services-bar-btn:not(:disabled):hover { background: #ccfbf1; border-color: #0d9488; } .referral-bar-btn { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 6px; border: 1px solid #c4b5fd; background: #f5f3ff; color: #6d28d9; font-size: 13px; cursor: pointer; transition: background 0.15s, border-color 0.15s; white-space: nowrap; } .referral-bar-btn svg { width: 15px; height: 15px; flex-shrink: 0; } .referral-bar-btn:hover { background: #ede9fe; border-color: #7c3aed; } .dsg-cell.col-svc-expanded { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; } .dsg-cell.col-svc-expanded .svc-name-text { flex: 1; } @keyframes skeletonShimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } } .cell-skeleton { height: 14px; border-radius: 6px; width: 78%; background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%); background-size: 200% 100%; animation: skeletonShimmer 1.4s ease infinite; } .cell-skeleton.cell-skeleton-sm { width: 45%; } .btn-skeleton { width: 36px; height: 36px; border-radius: 8px; background-size: 200% 100%; animation: skeletonShimmer 1.4s ease infinite; flex-shrink: 0; } .btn-skeleton.btn-skeleton-diagnosis { background: linear-gradient(90deg, #bfdbfe 25%, #dbeafe 50%, #bfdbfe 75%); background-size: 200% 100%; } .btn-skeleton.btn-skeleton-service { background: linear-gradient(90deg, #fde68a 25%, #fef3c7 50%, #fde68a 75%); background-size: 200% 100%; } .btn-skeleton.btn-skeleton-position { background: linear-gradient(90deg, #6ee7b7 25%, #d1fae5 50%, #6ee7b7 75%); background-size: 200% 100%; } @media (max-width: 768px) { .btn-skeleton { width: 32px; height: 32px; } } #dsg-table-container .dsg-table-div { display: flex; flex-direction: column; width: 100%; min-width: 840px; opacity: 0; transition: opacity 0.35s ease; } #dsg-table-container.visible .dsg-table-div { opacity: 1; } #loading-message { display: none !important; } #dsg-table-container .dsg-header-row, #dsg-table-container .dsg-row { min-width: 840px; } #dsg-table-container .col-dsg { flex: 4; min-width: 200px; } #dsg-table-container .col-coeff { flex: 1; min-width: 80px; } #dsg-table-container .col-extra { flex: 1.8; min-width: 140px; } #dsg-table-container .col-base-rate { flex: 1.5; min-width: 110px; } #dsg-table-container .col-cost { flex: 1.5; min-width: 120px; } #dsg-table-container .col-actions { flex: 1.5; min-width: 100px; } .dropdown-option .option-checkbox { position: relative; } .dropdown-option .option-checkbox.checked::after, .dropdown-option.selected .option-checkbox::after { content: ''; position: absolute; top: 2px; left: 5px; width: 5px; height: 9px; border: 2px solid #fff; border-top: none; border-left: none; transform: rotate(45deg); } .filter-chip span { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: inline-block; } .note-icon svg, .episode-icon svg, .referral-icon svg, .observation-icon svg { width: 23px; height: 23px; }