.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, #appendix-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(0, 0, 0, 0); backdrop-filter: blur(0); will-change: backdrop-filter; transition: background-color 0.2s ease, backdrop-filter 0.2s ease; } #modal.show, #appendix-modal.show { background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(4px); } #modal.hide, #appendix-modal.hide { background-color: rgba(0, 0, 0, 0); backdrop-filter: blur(0); } #modal .modal-content, #appendix-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, #appendix-modal.show .modal-content { transform: translateY(0) scale(1); opacity: 1; } #modal.hide .modal-content, #appendix-modal.hide .modal-content { transform: translateY(24px) scale(0.98); opacity: 0; } #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; } .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; } .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; } .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, #8b5cf6 0%, #7c3aed 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, #8b5cf6 0%, #7c3aed 100%); box-shadow: 0 2px 4px rgba(139, 92, 246, 0.2); } .filter-chip.type-coefficient { background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2); } .pmg-package-badge-num.badge-2026 { font-size: 40px; line-height:1; font-weight:800; letter-spacing:-1px; } #dsg-table-container { opacity: 0; transition: opacity 0.5s ease; overflow-x: auto; overflow-y: visible; -webkit-overflow-scrolling: touch; padding: 4px; margin-left: -4px; margin-right: -4px; margin-top: 2px; } #dsg-table-container.visible { opacity: 1; } #dsg-table-container.fading { opacity: 0; } #dsg-table-container .dsg-table-div { display: flex; flex-direction: column; width: 100%; } #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 16px; text-align: center; font-weight: 700; font-size: 12px; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; flex: 1; } #dsg-table-container .dsg-th:first-child { border-radius: 12px 0 0 12px; padding-left: 24px; flex: 2; text-align: left; } #dsg-table-container .dsg-th.dsg-th-main { flex: 2; text-align: left; } #dsg-table-container .dsg-th:last-child { border-radius: 0 12px 12px 0; padding-right: 24px; } #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: all 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; } #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; } #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 5s ease-out, border-bottom-color 3s ease-out !important; } #dsg-table-container .dsg-cell { padding: 14px; font-size: 14px; color: #1e293b; flex: 1; } #dsg-table-container .dsg-cell-main { flex: 2; text-align: left; } #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 { padding-left: 24px; } #dsg-table-container .dsg-cell:last-child { padding-right: 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: all 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; } .coeff-badge:hover { transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .coeff-badge.coeff-0-8, .coeff-badge.coeff-0\.8 { background: #1976d2; border: 1px solid #0656a6; } .coeff-badge.coeff-1-1, .coeff-badge.coeff-1\.1 { background: #009688; border: 1px solid #0e8075; } .coeff-badge.coeff-1-2g, .coeff-badge.coeff-1\.2g { background: #2c8d31; border: 1px solid #2c8d31; } .coeff-badge.coeff-1-2d, .coeff-badge.coeff-1\.2d { background: #9108d5; border: 1px solid #60038e; } .coeff-badge.coeff-1-3, .coeff-badge.coeff-1\.3 { background: #9108d5; border: 1px solid #60038e; } @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; } .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: #0005ff; opacity: 0.7; } .marker-action-icon:hover:not(:disabled) { opacity: 1; background: rgba(99, 102, 241, 0.1); } .marker-action-icon:disabled { opacity: 0.2; cursor: not-allowed; color: #94a3b8; } .marker-action-icon svg { width: 16px; height: 16px; } .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-size: 14px; 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; 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: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; 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; } .option-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; } .dropdown-option.selected .option-checkbox { background: #3b82f6; border-color: #3b82f6; } .option-checkbox svg { width: 12px; height: 12px; color: white; display: none; } .dropdown-option.selected .option-checkbox svg { display: block; } .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; white-space: nowrap; flex-shrink: 0; line-height: 1; width: 28px; height: 28px; display: flex; align-items: center; justify-content: 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: 300px; left: 0; right: 0; } .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:800; letter-spacing:-1px; } .pmg-package-badge-label{ margin-top:6px; 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; } } .extra-updates-box { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease; overflow: hidden; } .extra-updates-box.show { grid-template-rows: 1fr; } .extra-updates-inner { min-height: 0; } .show-more-history { display: block; width: 100%; padding: 12px 0; background: transparent; border: none; color: #94a3b8; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; transition: all 0.2s; } .show-more-history:hover { background: #f8fafc; color: #61656b; } .pkg-sum-left { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; } .pkg-update-date { font-size: 13px; color: #475569; } .pkg-sum-right { display: flex; align-items: center; gap: 6px; color: #94a3b8; font-size: 12px; } .pkg-acc { box-shadow: 0 10px 30px rgba(0, 86, 179, 0.05); border: 1px solid #e1e8f0; border-radius: 14px; background: #fff; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; } .pkg-acc.is-open { border-color: #cbd5e1; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .pkg-sum { cursor: pointer; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; user-select: none; background: #fff; transition: background 0.2s; } .pkg-sum:hover { background: #fafafa; } .pkg-content-box { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s ease-in-out; } .pkg-acc.is-open .pkg-content-box { grid-template-rows: 1fr; } .pkg-inner { min-height: 0; visibility: hidden; background: #f8fafc; border-top: 1px solid #f1f5f9; transition: visibility 0.3s; } .pkg-acc.is-open .pkg-inner { visibility: visible; } .mob-icon-only { display: none !important; } .pc-text-only { display: inline !important; } .pkg-sum { display: flex !important; justify-content: space-between !important; align-items: center !important; flex-wrap: nowrap !important; } .u-row { position: relative; padding: 12px 15px; border-bottom: 1px solid #f1f5f9; display: flex; flex-direction: column; gap: 5px; border-left: 4px solid transparent; } .u-row:last-child { border-bottom: none; } .u-row.new { border-left-color: #27ae60; background: #f0fff4; } .u-row.edit { border-left-color: #818cf8; background: #f5f3ff; } .u-row.doc { border-left-color: #0ea5e9; background: #f0f9ff; } .u-text { color: #334155; font-size: 13.5px; line-height: 1.4; } .u-date { color: #94a3b8; font-size: 11px; white-space: nowrap; padding-top: 4px; } .pkg-arrow { transition: transform 0.3s; color: #94a3b8; } .pkg-acc.is-open .pkg-arrow { transform: rotate(180deg); } .badge { font-size: 11px; padding: 0 6px; color: #fff; border-radius: 4px; display: inline-block; } .badge-new { background: #27ae60; } .badge-edit { background: #818cf8; } .badge-doc { background: #0ea5e9; } .tag-info { background: #1e293b; color: #ffffff; font-size: 13px; font-weight: 900; padding: 4px 8px; border-radius: 4px; letter-spacing: 1px; line-height: 1; } .text-pmg { font-size: 38px; font-weight: 900; line-height: 1; display: inline-block; background: linear-gradient(268deg, #2c4a86 0%, #1a2a44 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; } .site-description { font-size: 11px; text-transform: uppercase; letter-spacing: 3px; color: #94a3b8; margin-top: 10px !important; font-weight: 600; } .page-status-bar { padding: 10px 0; margin-bottom: 25px; border-bottom: 1px solid #f1f5f9; } .package-status { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px; border-radius: 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; border: 1px solid transparent; position: relative; } .package-status.partial { background-color: #fffaf0; color: #d97706; border-color: #fef3c7; } .package-status.ok { background-color: #f0fdf4; color: #16a34a; border-color: #bbf7d0; } .package-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; position: relative; z-index: 2; } .package-status::after { content: ''; position: absolute; left: 12px; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.6; animation: status-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; z-index: 1; } @keyframes status-pulse { 0% { transform: scale(1); opacity: 0.6; } 70% { transform: scale(3); opacity: 0; } 100% { transform: scale(1); opacity: 0; } } .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; } html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } main { display: block; } h1 { text-align: center; color: #1976d2; margin: 0 0 20px; font-weight: bold; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { text-decoration: none; background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b, strong { font-weight: bolder; } code, kbd, samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } img { border-style: none; } button, input, optgroup, select, textarea { font-size: 100%; line-height: 1.15; } button, input { overflow: visible; } button, select { text-transform: none; } button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } textarea { overflow: auto; } [type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; } body, button, input, select, optgroup, textarea { font-size: 17px; line-height: 1.5; max-width: 100%; } @media (max-width: 600px) { body, button, input, select, optgroup, textarea { font-size: 14px; } .btn-diagnosis, .btn-service{ min-width: 90px; } .pc-text-only { display: none !important; } .mob-icon-only { display: inline-block !important; } .pkg-sum { padding: 8px 10px !important; } .pkg-sum-left, .pkg-sum-right { display: flex; align-items: center; gap: 5px; } } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin: 10px 0 0 0; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } 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; } code, kbd, tt, var { font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } body { background: #f5f5f5; font-family: sans-serif; margin: 0; padding: 0; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: 700; } dd { margin: 0 1.5em 1.5em; } embed, iframe, object { max-width: 100%; } img { height: auto; max-width: 100%; } figure { margin: 1em 0; } table { margin: 0; width: 100%; } a { color: #0659a1; } a:hover, a:focus, a:active { color: #191970; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } 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: 8px; } 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; } select { } textarea { width: 100%; } .main-navigation { display: block; width: 100%; } .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; } .main-navigation ul ul { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999; } .main-navigation ul ul ul { left: -999em; top: 0; } .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { display: block; left: auto; } .main-navigation ul ul a { width: 200px; } .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; } .main-navigation li { position: relative; } .main-navigation a { display: block; text-decoration: none; } .menu-toggle, .main-navigation.toggled ul { display: block; } #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; } @media screen and (min-width: 37.5em) { .menu-toggle { display: none; } .main-navigation ul { display: flex; } } .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; } .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links { display: flex; } .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { flex: 1 0 50%; } .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { text-align: end; flex: 1 0 50%; } .sticky { display: block; } .post, .page { margin: 0 ; } .updated:not(.published) { display: none; } .page-links { clear: both; margin: 0 0 1.5em; } .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } .widget { margin: 0 0 1.5em; } .widget select { max-width: 100%; } .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } .custom-logo-link { display: inline-block; } .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } .gallery { margin-bottom: 1.5em; display: grid; grid-gap: 1.5em; } .gallery-item { display: inline-block; text-align: center; width: 100%; } .gallery-columns-2 { grid-template-columns: repeat(2, 1fr); } .gallery-columns-3 { grid-template-columns: repeat(3, 1fr); } .gallery-columns-4 { grid-template-columns: repeat(4, 1fr); } .gallery-columns-5 { grid-template-columns: repeat(5, 1fr); } .gallery-columns-6 { grid-template-columns: repeat(6, 1fr); } .gallery-columns-7 { grid-template-columns: repeat(7, 1fr); } .gallery-columns-8 { grid-template-columns: repeat(8, 1fr); } .gallery-columns-9 { grid-template-columns: repeat(9, 1fr); } .gallery-caption { display: block; } .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer { display: block; } .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } #primary[tabindex="-1"]:focus { outline: 0; } .alignleft { float: left; margin-right: 1.5em; margin-bottom: 1.5em; } .alignright { float: right; margin-left: 1.5em; margin-bottom: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em; } #appendix-modal .modal-content { max-width: 750px; max-height: 70vh; height: auto; } .appendix-title { text-align: center; margin: 0 0 10px; font-size: 15px; font-weight: bold; } #appendix-modal .modal-title { margin-top: 0; width: 95%; font-size: 22px; margin-bottom: 20px; line-height: 1.2em; font-weight: 400; text-transform: none; } #appendix-modal .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; } .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; } .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; } .loading-container { position: relative; min-height: 100px; } .table-loading-overlay { display: flex !important; flex-direction: column; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.95); border-radius: 8px; justify-content: center; align-items: center; gap: 10px; z-index: 999; transition: opacity 0.3s ease; } .table-loading-overlay.hide { opacity: 0; } .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 { text-align: center; color: #ff0000; display: none; } .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 { font-size: 1.5em; text-align: center; font-style: normal; font-weight: 400; color: #000; } h1 strong { font-weight: 700; } #scrollToTop, .main-navigation, .entry-header, .switch input { display: none; } .site-branding, .site-footer, .site-main { background-color: #fff; } .floating-info-inside, .slider { transition: background-color .3s; } #scrollToTop, button { color: #fff; cursor: pointer; } .close-btn, .coeff-badge, .site-branding, mark { font-weight: 700; } #scrollToTop, .close-btn, .input-group button, .switch, button { cursor: pointer; } .coeff-badge, .site-branding, .site-footer, td:not(:first-child), th:not(:first-child) { text-align: center; } #scrollToTop { position: fixed; bottom: 20px; right: 20px; width: 44px; height: 44px; min-width: 45px; background-color: #0006; font-size: 20px; border: none; border-radius: 10px; box-shadow: 0 2px 6px rgba(0, 0, 0, .2); z-index: 1000; transition: background-color .2s, transform .2s; } #scrollToTop:hover { background-color: #777777db; transform: translateY(-2px); } .site-branding { text-align: center; padding: 10px 0; } .brand-container { margin: 0; padding: 0; line-height: 1; } .brand-link { text-decoration: none !important; display: inline-flex; align-items: center; gap: 10px; font-family: 'Inter', -apple-system, sans-serif; } .site-footer { padding: 10px 40px; font-size: 15px; } .site-title { margin: 0; padding: 0; } .site-main { width: auto; padding: 40px; margin: 20px auto; border-radius: 14px; max-width: 1400px; position: relative; } .site-title { 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; } .coeff-0\.6 { background: #c14545; } .coeff-0\.8 { background: #1976d2; } .coeff-1\.1 { background: #009688; } .coeff-1\.2g { background: #2c8d31; } .coeff-1\.2d { background: #9108d5; } .coeff-1\.3 { background: #9108d5; } .coeff-0\.6:hover { background: #9b0101; } .coeff-0\.8:hover { background: #03519f; } .coeff-1\.1:hover { background: #006d63; } .coeff-1\.2g:hover { background: #227326; } .coeff-1\.2d:hover { background: #7005a5; } .coeff-1\.3:hover { background: #7005a5; } mark { background-color: #ff0; color: #000; } .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; } #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-top: 2px; margin-bottom: 2px; margin-left: 0; margin-left: -4px; margin-right: -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; } .filter-controls { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; } @media (max-width:768px) { .site-main { padding: 30px; } .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; } .filter-controls { gap: 5px!important; } .toggle-group { gap: 15px; } } @media (max-width:480px) { .site-main { padding-left: 20px; padding-right: 20px; } .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; font-size: 13px; } #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; } } @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-table-div .dsg-header-row .dsg-th { text-align: center; } #dsg-table-container .dsg-table-div { min-width: 700px; } #dsg-table-container { overflow-x: auto !important; -webkit-overflow-scrolling: touch; } #dsg-table-container .dsg-header-row, #dsg-table-container .dsg-row { min-width: 700px; } #dsg-table-container .dsg-th:nth-child(1), #dsg-table-container .dsg-cell:nth-child(1) { flex: 4; min-width: 200px; } #dsg-table-container .dsg-th:nth-child(2), #dsg-table-container .dsg-cell:nth-child(2) { flex: 1; min-width: 90px; } #dsg-table-container .dsg-th:nth-child(3), #dsg-table-container .dsg-cell:nth-child(3) { flex: 2; min-width: 140px; } #dsg-table-container .dsg-th:nth-child(4), #dsg-table-container .dsg-cell:nth-child(4) { flex: 2; min-width: 90px; } #dsg-table-container .dsg-th:nth-child(5), #dsg-table-container .dsg-cell:nth-child(5) { flex: 2; min-width: 110px; } #dsg-table-container .dsg-cell.dod-coeff-cell { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px; flex: 2; min-width: 140px; } #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; }