.leave-balance-container{background-color:#f5f7fa;min-height:100vh;padding:20px}.leave-balance-header{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:20px;display:flex;box-shadow:0 2px 8px #0000000f}.leave-balance-title{color:#1a1a1a;margin:0 0 8px;font-size:28px;font-weight:600}.leave-balance-subtitle{color:#666;margin:0;font-size:14px}.leave-balance-header-actions{gap:12px;display:flex}.create-leave-btn{background:linear-gradient(135deg,#1890ff,#096dd9);border:none;height:40px;padding:0 20px;font-weight:500;box-shadow:0 2px 4px #1890ff33}.create-leave-btn:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 4px 12px #1890ff4d}.create-leave-btn:disabled{color:#00000040;box-shadow:none;cursor:not-allowed;background:#f5f5f5;border-color:#d9d9d9}.refresh-btn{border-color:#d9d9d9}.success-alert{background-color:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;margin-bottom:20px}.error-alert{background-color:#fff7e6;border:1px solid #ffd591;border-radius:8px;margin-bottom:20px}.error-alert .ant-alert-action{margin-left:12px}.leave-balance-content{flex-direction:column;gap:24px;display:flex}.leave-balance-section{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.section-header{justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}.section-title{font-size:20px;font-weight:600;color:#1a1a1a!important;border-bottom:unset!important;margin:0!important}.section-subtitle-container{align-items:center;gap:12px;display:flex}.section-subtitle{color:#666;background:#f5f5f5;border-radius:12px;padding:4px 12px;font-size:14px}.section-warning{color:#fa8c16;background:#fff7e6;border-radius:12px;align-items:center;gap:4px;padding:4px 12px;font-size:14px;display:flex}.loading-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.loading-text{color:#666;margin-top:16px;font-size:14px}.empty-state{text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state.error-state{background:#fff2f0;border:1px dashed #ffccc7}.empty-title{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:600}.empty-title.error-title{color:#ff4d4f}.empty-message{color:#666;max-width:400px;margin-bottom:16px;font-size:14px}.empty-hint{color:#999;font-size:13px;font-style:italic}.grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.ledger-section{margin-bottom:32px}.ledger-card{box-shadow:none;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb!important}.ledger-card .ant-card-body{padding:20px}.ledger-summary-row{margin-bottom:20px}.summary-card{border:1px solid #e5e7eb;border-radius:8px;height:100%;transition:all .3s}.summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.summary-card .ant-statistic-title{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:500}.summary-card .ant-statistic-content{font-size:24px;font-weight:600}.opening-balance-card .ant-statistic-content{color:#1890ff}.credit-card .ant-statistic-content{color:#52c41a}.debit-card .ant-statistic-content{color:#ff4d4f}.closing-balance-card .ant-statistic-content{color:#722ed1}.ledger-filters{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:16px}.filter-space{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.leave-type-filter,.date-range-filter{border-radius:6px;min-width:200px}.refresh-ledger-btn{border-color:#d9d9d9;border-radius:6px;height:32px;padding:0 16px}.clear-filters-btn{color:#666;border-color:#d9d9d9;border-radius:6px;height:32px;padding:0 16px}.clear-filters-btn:hover{color:#ff4d4f;border-color:#ff4d4f}.ledger-table{border-collapse:collapse;border-radius:8px;width:100%;overflow:hidden}.ledger-table .ant-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.ledger-table .ant-table-container{border:1px solid #e5e7eb;border-radius:8px}.ledger-table .ant-table-thead>tr>th{color:#000000e0;text-transform:uppercase;letter-spacing:.5px;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.ledger-table .ant-table-thead>tr>th:last-child{border-right:none}.ledger-table .ant-table-tbody>tr>td{color:#000000e0;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:16px;font-size:14px;background-color:#fff!important}.ledger-table .ant-table-tbody>tr>td:last-child{border-right:none}.ledger-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.ledger-table .ant-table-tbody>tr:hover>td{background-color:#f9fafb!important}.ledger-table .ant-table-tbody>tr:nth-child(2n)>td{background-color:#fff!important}.ledger-table .ant-table-tbody>tr:nth-child(2n):hover>td{background-color:#f9fafb!important}.ledger-date-cell{font-weight:500}.transaction-tag{border-width:1px;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.credit-icon{color:#52c41a}.debit-icon{color:#ff4d4f}.leave-type-name{font-weight:500}.ledger-description{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.units-amount{font-size:14px;font-weight:600}.credit-amount{color:#52c41a}.debit-amount{color:#ff4d4f}.balance-amount{color:#1a1a1a;font-weight:500}.reference-id{color:#4b5563;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:12px}.ledger-comment{color:#666;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:13px;overflow:hidden}.ledger-empty-state{text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.ledger-empty-icon{color:#9ca3af;margin-bottom:16px;font-size:48px}.ledger-empty-title{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:600}.ledger-empty-message{color:#666;max-width:400px;margin-bottom:16px;font-size:14px}.ledger-reset-filters{color:#1890ff;font-weight:500}.ledger-reset-filters:hover{color:#096dd9}.ledger-pagination{background-color:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;padding:16px;display:flex}.ledger-pagination .ant-pagination-total-text{color:#000000e0;margin-right:16px;font-size:14px}.ledger-pagination .ant-select{min-height:32px}.ledger-pagination .ant-select-selector{border:1px solid #d9d9d9;border-radius:4px;align-items:center;height:32px;display:flex}.ledger-pagination .ant-select-selection-item{color:#000000e0;font-size:14px}.ledger-pagination .ant-pagination-prev,.ledger-pagination .ant-pagination-next{min-width:32px!important;height:32px!important;margin-right:8px!important;line-height:32px!important}.ledger-pagination .ant-pagination-item{min-width:32px;height:32px;line-height:30px}.ledger-pagination .ant-pagination-item-active{border-color:#1890ff}.ledger-pagination .ant-pagination-item-active a{width:30px;height:30px}.leave-requests-card{box-shadow:none;border:unset;border-radius:8px;overflow:hidden}.leave-requests-card .ant-card-body{padding:0}.leave-requests-table{border-collapse:collapse;border-radius:8px;width:100%;overflow:hidden}.leave-requests-table .ant-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.leave-requests-table .ant-table-container{border:1px solid #e5e7eb;border-radius:8px}.leave-requests-table .ant-table-thead>tr>th{color:#000000e0;text-transform:uppercase;letter-spacing:.5px;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.leave-requests-table .ant-table-thead>tr>th:last-child{border-right:none}.leave-requests-table .ant-table-tbody>tr>td{color:#000000e0;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:16px;font-size:14px;background-color:#fff!important}.leave-requests-table .ant-table-tbody>tr>td:last-child{border-right:none}.leave-requests-table .ant-table-tbody>tr:last-child>td{border-bottom:none}.leave-requests-table .ant-table-tbody>tr:hover>td{background-color:#f9fafb!important}.leave-requests-table .ant-table-tbody>tr:nth-child(2n)>td{background-color:#fff!important}.leave-requests-table .ant-table-tbody>tr:nth-child(2n):hover>td{background-color:#f9fafb!important}.table-cell{background-color:#fff!important;border-right:1px solid #e5e7eb!important;padding:16px!important}.custom-empty-state{width:100%}.custom-empty-table{border-collapse:collapse;width:100%}.custom-empty-table-style{border-collapse:collapse;border:1px solid #e5e7eb;border-radius:8px;width:100%}.custom-empty-th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.5px;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;border-right:1px solid #e5e7eb;padding:12px 16px;font-size:13px;font-weight:600}.custom-empty-th:last-child{border-right:none}.custom-empty-td{text-align:center;border-bottom:1px solid #e5e7eb;padding:60px 20px}.custom-empty-message-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.custom-empty-title{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:600}.custom-empty-message{color:#666;max-width:400px;font-size:14px}.network-error-state{flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.network-error-icon{color:#fa8c16;margin-bottom:16px;font-size:48px}.network-error-title{color:#fa8c16;margin-bottom:8px;font-size:18px;font-weight:600}.network-error-message{color:#666;text-align:center;max-width:400px;margin-bottom:16px;font-size:14px}.retry-button{background:linear-gradient(135deg,#fa8c16,#d46b08);border:none;margin-top:12px}.retry-button:hover{background:linear-gradient(135deg,#ffa940,#fa8c16)}.no-data-placeholder{color:#9ca3af;font-style:italic}.approver-info{line-height:1.2}.approver-name{color:#000000e0}.approver-role{color:#6b7280;margin-top:2px;font-size:12px}.comment-text{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:4px;max-width:200px;padding:4px 8px;overflow:hidden}.comment-neutral{color:#4b5563;background-color:#f9fafb;border-color:#e5e7eb}.action-btn{padding:0 4px!important}.view-btn{color:#6b7280}.view-btn:hover,.edit-btn{color:#3b82f6}.edit-btn:hover{color:#2563eb}.cancel-btn:hover{color:#ef4444}.text-action-btn{cursor:pointer;border-radius:4px;margin:0 2px;padding:4px 8px;font-weight:500;transition:all .2s;display:inline-block}.approve-text-btn{color:#059669}.approve-text-btn:hover{background-color:#d1fae5;color:#047857!important;text-decoration:underline!important}.reject-text-btn{color:#dc2626}.reject-text-btn:hover{background-color:#fee2e2;color:#b91c1c!important;text-decoration:underline!important}.action-btn{margin-right:4px}.ant-tag{border-width:1px;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500}.ant-tag-success{color:#059669;background:#d1fae5;border-color:#a7f3d0}.ant-tag-warning{color:#d97706;background:#fef3c7;border-color:#fde68a}.ant-tag-error{color:#dc2626;background:#fee2e2;border-color:#fecaca}.admin-actions{border-top:1px solid #e5e7eb;margin-top:4px;padding-top:8px}.custom-pagination{background-color:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;padding:16px;display:flex}.custom-pagination .ant-select{min-height:32px}.custom-pagination .ant-select-selector{border:1px solid #d9d9d9;border-radius:4px;align-items:center;height:32px;display:flex}.custom-pagination .ant-select-selection-item{color:#000000e0;font-size:14px}.custom-pagination .ant-pagination-prev,.custom-pagination .ant-pagination-next{min-width:32px!important;height:32px!important;margin-right:8px!important;line-height:32px!important}.custom-pagination .ant-pagination-item{min-width:32px;height:32px;line-height:30px}.custom-pagination .ant-pagination-item-active{border-color:#1890ff}.custom-pagination .ant-pagination-item-active a{width:30px;height:30px}.leave-requests-table .ant-pagination{border-top:unset;background-color:#fff;justify-content:flex-end;align-items:center;margin:0;padding:16px 0;display:flex}.leave-requests-table .ant-pagination-total-text{color:#000000e0;margin-right:16px;font-size:14px}.leave-requests-table .ant-pagination-options{margin-inline-start:8px!important}.leave-requests-table .ant-pagination-options-size-changer .ant-select-selector{border:1px solid #d9d9d9;border-radius:4px;align-items:center;height:32px;display:flex}.leave-requests-table .ant-pagination-options-size-changer .ant-select-selection-item{color:#000000e0;font-size:14px}.leave-requests-table .ant-pagination-prev,.leave-requests-table .ant-pagination-next{min-width:32px;height:32px;line-height:32px}.leave-requests-table .ant-pagination-item{min-width:32px;height:32px;line-height:30px}.leave-requests-table .ant-pagination-item-active{border-color:#1890ff;min-width:32px!important;height:32px!important;margin-right:8px!important;line-height:30px!important}.approve-modal .ant-modal-content,.reject-modal .ant-modal-content{border-radius:8px}.modal-content{margin-top:8px}.modal-instruction{color:#666;margin-bottom:12px;font-size:14px}.comments-textarea{border:1px solid #d9d9d9;border-radius:6px}.comments-textarea:hover{border-color:#40a9ff}.comments-textarea:focus{border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.leave-detail-modal{margin-top:8px}.detail-row{border-bottom:1px solid #f0f0f0;margin-bottom:16px;padding-bottom:16px;display:flex}.detail-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-label{color:#1a1a1a;flex-shrink:0;width:140px;font-weight:600}.detail-value{color:#666;flex:1}.action-buttons{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.action-buttons .ant-btn{border-radius:6px;transition:all .2s}.approve-btn{color:#fff;background:#52c41a;border-color:#52c41a}.approve-btn:hover{color:#fff;background:#73d13d;border-color:#73d13d}.reject-btn{color:#fff;background:#ff4d4f;border-color:#ff4d4f}.reject-btn:hover{color:#fff;background:#ff7875;border-color:#ff7875}.retry-action-btn{border-radius:6px;height:32px;padding:4px 12px;font-size:12px}@media (max-width:768px){.leave-balance-container{padding:12px}.leave-balance-header{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}.leave-balance-header-actions{justify-content:flex-start;width:100%}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.section-subtitle-container{flex-direction:column;align-items:flex-start;gap:8px}.grid{grid-template-columns:1fr}.ledger-summary-row .ant-col{margin-bottom:12px}.filter-space{flex-direction:column;align-items:stretch}.leave-type-filter,.date-range-filter,.refresh-ledger-btn,.clear-filters-btn{width:100%}.leave-requests-table,.ledger-table{overflow-x:auto}.comment-text,.ledger-description,.ledger-comment{max-width:150px}.leave-requests-table .ant-table-thead>tr>th,.leave-requests-table .ant-table-tbody>tr>td,.ledger-table .ant-table-thead>tr>th,.ledger-table .ant-table-tbody>tr>td{padding:12px 8px}.leave-requests-table .ant-pagination,.ledger-pagination{flex-wrap:wrap;justify-content:center;padding:12px}.leave-requests-table .ant-pagination-total-text,.ledger-pagination .ant-pagination-total-text{text-align:center;width:100%;margin-bottom:8px;margin-right:0}.leave-requests-table .ant-pagination-options,.ledger-pagination .ant-pagination-options{justify-content:center;width:100%;margin-top:8px;margin-left:0}}@media (max-width:576px){.leave-balance-section{padding:16px}.ledger-filters{padding:12px}.admin-actions{flex-wrap:wrap;gap:4px}.comment-text,.ledger-description,.ledger-comment{max-width:120px}.text-action-btn{padding:3px 6px!important;font-size:12px!important}.leave-requests-table .ant-table-thead>tr>th,.ledger-table .ant-table-thead>tr>th{padding:8px 6px;font-size:11px}.leave-requests-table .ant-table-tbody>tr>td,.ledger-table .ant-table-tbody>tr>td{padding:10px 6px;font-size:13px}.leave-requests-table .ant-pagination,.ledger-pagination{padding:8px}.leave-requests-table .ant-pagination-total-text,.ledger-pagination .ant-pagination-total-text{font-size:13px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-alert{animation:.3s ease-out fadeIn}.grid>*{transition:transform .2s,box-shadow .2s}.grid>:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.leave-requests-table .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.ledger-table .ant-table-body::-webkit-scrollbar{width:6px;height:6px}.leave-requests-table .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ledger-table .ant-table-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.leave-requests-table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.ledger-table .ant-table-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.leave-requests-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ledger-table .ant-table-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.leave-requests-table .ant-table-thead>tr>th:before,.ledger-table .ant-table-thead>tr>th:before{display:none}.action-buttons-container{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.action-separator{color:#e5e7eb;margin:0 6px;font-size:12px;font-weight:300}@media print{.leave-balance-header-actions,.admin-actions,.ledger-filters,.ant-table-thead th:last-child,.ant-table-tbody td:last-child{display:none!important}.leave-balance-container{background:#fff;padding:0}.leave-balance-section{box-shadow:none;break-inside:avoid;border:1px solid #ddd;margin-bottom:20px}}.leave-requests-table .ant-table-content,.ledger-table .ant-table-content{border-radius:8px;overflow:hidden}.leave-requests-table .ant-table-thead>tr:first-child>th:first-child,.ledger-table .ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:8px}.leave-requests-table .ant-table-thead>tr:first-child>th:last-child,.ledger-table .ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:8px}.leave-requests-table .ant-table-tbody>tr:last-child>td:first-child,.ledger-table .ant-table-tbody>tr:last-child>td:first-child{border-bottom-left-radius:8px}.leave-requests-table .ant-table-tbody>tr:last-child>td:last-child,.ledger-table .ant-table-tbody>tr:last-child>td:last-child{border-bottom-right-radius:8px}.leave-requests-table .ant-table-tbody>tr:hover>td,.ledger-table .ant-table-tbody>tr:hover>td{background-color:#f9fafb!important}.leave-requests-table .ant-table-tbody>tr>td,.ledger-table .ant-table-tbody>tr>td{vertical-align:middle}.leave-requests-table .ant-table-tbody>tr,.ledger-table .ant-table-tbody>tr{background-color:#fff!important}.leave-requests-table .ant-table-tbody>tr:hover,.ledger-table .ant-table-tbody>tr:hover{background-color:#f9fafb!important}.custom-pagination .ant-pagination-total-text{color:#666;margin-right:16px;font-size:14px}.custom-pagination .ant-pagination-item{text-align:center;border-radius:4px;min-width:32px;height:32px;line-height:30px}.custom-pagination .ant-pagination-item-active{background-color:#1890ff;border-color:#1890ff}.custom-pagination .ant-pagination-item-active a{color:#fff}.ant-pagination-options{margin-left:16px}.ant-pagination-options-size-changer.ant-select{font-size:14px}.leave-policy-rules-container{margin:16px}.back-button-container{margin-bottom:16px}.back-button{color:#1890ff;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:14px;transition:color .3s;display:flex}.back-button:hover{color:#40a9ff}.back-icon{font-size:12px}.main-card{border:1px solid #f0f0f0;border-radius:8px;padding:0;box-shadow:0 1px 2px #00000008}.header-section{border-bottom:1px solid #f0f0f0;padding:24px}.header-content{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.page-title{color:#262626;margin:0;font-size:24px;font-weight:600}.add-rule-button{cursor:pointer;border:none;border-radius:6px;min-height:32px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s}.add-rule-button.primary{color:#fff;background:#1890ff}.add-rule-button.primary:hover:not(:disabled){background:#40a9ff;box-shadow:0 2px 8px #1890ff33}.add-rule-button.primary:disabled{color:#00000040;cursor:not-allowed;background:#d9d9d9}.policy-info-card{background:#fafafa;border:none;border-radius:6px;margin-bottom:0;padding:16px}.policy-display{background-color:#f5f5f5;border:1px solid #d9d9d9;border-radius:6px;align-items:center;min-height:32px;padding:8px 11px;display:flex}.policy-details{border-top:1px solid #f0f0f0;margin-top:12px;padding-top:12px}.navigated-from{color:#8c8c8c;margin-left:8px;font-size:12px}.divider{border-color:#f0f0f0;margin:0}.loading-container{text-align:center;padding:80px}.loading-text{color:#8c8c8c;margin-top:16px}.form-container,.empty-state{padding:24px}.no-policy-container{background:#fafafa;border-radius:8px;flex-direction:column;align-items:center;padding:48px 16px;display:flex}.no-policy-title{color:#bfbfbf;margin-bottom:24px;font-size:24px;font-weight:500}.no-rules-container{background:#fafafa;border-radius:8px;flex-direction:column;align-items:center;padding:48px 16px;display:flex}.empty-table{border:1px solid #f0f0f0;border-radius:8px;width:100%;margin-bottom:32px;overflow:hidden;box-shadow:0 1px 2px #00000008}.table-header{background:#fff;border-bottom:1px solid #f0f0f0;grid-template-columns:1fr 1fr 1fr 1fr;padding:16px 24px;display:grid}.table-body{text-align:center;color:#8c8c8c;background:#fff;padding:48px 24px;font-size:14px}.table-container{padding:24px}.form-card{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:24px}.form-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.form-title{color:#262626;align-items:center;gap:12px;margin:0;font-size:18px;font-weight:600;display:flex}.required-note{color:#8c8c8c;font-size:14px;font-weight:400}.form-row{margin-bottom:16px}.form-field,.form-field .ant-input,.form-field .ant-input-number,.form-field .ant-select{width:100%}.field-note{color:#8c8c8c;margin-top:-8px;margin-bottom:16px;font-size:12px;display:block}.form-actions{gap:8px;margin-top:24px;display:flex}.cancel-button{color:#000;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:6px;min-height:32px;padding:8px 16px;font-size:14px;font-weight:400;transition:all .3s}.cancel-button:hover:not(:disabled){color:#40a9ff;border-color:#40a9ff}.cancel-button:disabled{color:#00000040;cursor:not-allowed;border-color:#d9d9d9}.submit-button{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:6px;min-height:32px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s}.submit-button:hover:not(:disabled){background:#40a9ff;box-shadow:0 2px 8px #1890ff33}.submit-button:disabled{cursor:not-allowed;background:#d9d9d9}.table-title-container{align-items:baseline;gap:12px;display:flex}.table-title{color:#262626;margin:0;font-size:16px;font-weight:600}.table-subtitle{color:#8c8c8c;margin:0;font-size:14px;font-weight:400}.data-table{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.data-table .ant-table{border-radius:8px}.data-table .ant-table-thead>tr>th{color:#262626;background:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600}.data-table .ant-table-tbody>tr>td{border-bottom:1px solid #f0f0f0}.data-table .ant-table-tbody>tr:hover>td{background:#fafafa}.gender-tag{text-align:center;border:none;border-radius:12px;min-width:60px;padding:2px 12px;font-size:13px;font-weight:500;display:inline-block}.gender-tag-blue{color:#fff;background-color:#1890ff}.gender-tag-pink{color:#fff;background-color:#eb2f96}.gender-tag-purple{color:#fff;background-color:#722ed1}.gender-tag-green{color:#fff;background-color:#52c41a}.gender-tag-default{color:#000000d9;background-color:#d9d9d9}.status-indicator{align-items:center;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:8px}.status-dot.active{background-color:#52c41a}.status-dot.inactive{background-color:#ff4d4f}.ant-btn-text{color:#1890ff}.ant-btn-text:hover{color:#40a9ff;background:#1890ff1a}.ant-btn-text[disabled]{color:#00000040;background:0 0}.ant-btn-dangerous.ant-btn-text{color:#ff4d4f}.ant-btn-dangerous.ant-btn-text:hover{color:#ff7875;background:#ff4d4f1a}@media (max-width:768px){.header-content{flex-direction:column;align-items:flex-start;gap:12px}.table-header{grid-template-columns:1fr;gap:8px}.empty-table .table-header{display:none}.form-container,.table-container{padding:16px}.table-title-container{flex-direction:column;align-items:flex-start;gap:4px}.table-subtitle{font-size:12px}}.form-card{animation:.3s ease-out fadeIn}.ant-spin-dot-item{background-color:#1890ff}.data-table .ant-table-body{scrollbar-width:thin;scrollbar-color:#d9d9d9 transparent}.data-table .ant-table-body::-webkit-scrollbar{width:8px;height:8px}.data-table .ant-table-body::-webkit-scrollbar-track{background:0 0}.data-table .ant-table-body::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:4px}.data-table .ant-table-body::-webkit-scrollbar-thumb:hover{background-color:#bfbfbf}.empty-data-table{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden}.empty-data-table .ant-table-tbody>tr>td{border-bottom:none}.table-section{margin-top:0}.table-header-row{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.table-title-container{flex-direction:column;gap:4px;display:flex}.table-title{font-size:16px;line-height:1.5}.table-subtitle{font-size:14px}.empty-table-container{width:100%}.empty-data-table{border:1px solid #f0f0f0;border-radius:8px}.empty-data-table .ant-table{border:none;border-radius:0}.empty-data-table .ant-table-thead>tr>th{background-color:#fafafa;border-bottom:1px solid #f0f0f0;font-weight:600}.empty-data-table .ant-table-tbody>tr>td{border-bottom:none;height:0;padding:0!important}.empty-data-table .ant-empty{padding:60px 0}.table-section{margin:0}.empty-data-table .ant-table-body{overflow-x:hidden!important}.empty-state{width:100%;overflow:hidden}._container_em1hg_6{background:#fff;border:1px solid #e8e8e8;border-radius:8px;width:100%;padding:24px;animation:.3s _fadeIn_em1hg_1;box-shadow:0 2px 8px #0000000a}@keyframes _fadeIn_em1hg_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._title_em1hg_21{color:#2c3e50;margin-bottom:24px;font-size:20px;font-weight:600}._header_em1hg_28{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:24px;display:flex}._header_em1hg_28>button{margin-bottom:0}._buttonGroup_em1hg_41{flex-wrap:wrap;gap:10px;display:flex}._headerSection_em1hg_48{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:16px}._headerSection_em1hg_48 h2{color:#2c3e50;margin:0 0 8px}._headerSection_em1hg_48 p{color:#666;margin:0}._uploadHeader_em1hg_65{margin-bottom:16px}._uploadHeader_em1hg_65 h4{color:#333;margin:0;font-size:16px;font-weight:600}._editButton_em1hg_77,._saveButton_em1hg_77,._cancelButton_em1hg_77,._actionButton_em1hg_77{cursor:pointer;border:1px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;min-width:100px;padding:8px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}._editButton_em1hg_77{color:#1890ff;background:#fff;border-color:#1890ff}._editButton_em1hg_77:hover{color:#fff;background:#1890ff;transform:translateY(-2px);box-shadow:0 4px 8px #1890ff33}._saveButton_em1hg_77{color:#fff;background:#1890ff;border-color:#1890ff}._saveButton_em1hg_77:hover{background:#40a9ff;border-color:#40a9ff;transform:translateY(-2px);box-shadow:0 4px 8px #1890ff33}._saveButton_em1hg_77:disabled{color:#bfbfbf;cursor:not-allowed;box-shadow:none;background:#f5f5f5;border-color:#d9d9d9;transform:none}._cancelButton_em1hg_77{color:#ff4d4f;background:#fff;border-color:#ff4d4f}._cancelButton_em1hg_77:hover{color:#fff;background:#ff4d4f;transform:translateY(-2px);box-shadow:0 4px 8px #ff4d4f33}._actionButton_em1hg_77{color:#fff;white-space:nowrap;background-color:#1890ff;border-color:#1890ff}._actionButton_em1hg_77:hover{background-color:#40a9ff;border-color:#40a9ff;transform:translateY(-2px);box-shadow:0 4px 8px #1890ff33}._grid_em1hg_157{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}._field_em1hg_163{margin-bottom:8px}._label_em1hg_167{color:#1a1a1a;margin-bottom:8px;font-size:14px;font-weight:500;display:block}._value_em1hg_175{word-break:break-word;color:#333;border:1px solid #f0f0f0;border-radius:4px;align-items:center;min-height:36px;padding:8px 12px;font-size:14px;font-weight:400;display:flex}._value_em1hg_175:empty:before{content:"--";color:#bfbfbf}._input_em1hg_197,._select_em1hg_197,._dateInput_em1hg_197{box-sizing:border-box;color:#333;background:#fff;border:1px solid #d9d9d9;border-radius:4px;width:100%;height:36px;padding:8px 10px;font-family:inherit;font-size:14px;transition:all .3s}._input_em1hg_197:focus,._select_em1hg_197:focus,._dateInput_em1hg_197:focus{border-color:#1890ff;outline:none;box-shadow:0 0 0 2px #1890ff33}._select_em1hg_197{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237f8c8d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:16px;padding-right:35px}._textarea_em1hg_227{resize:vertical;min-height:80px;line-height:1.5}._dateInput_em1hg_197::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;transition:opacity .3s}._dateInput_em1hg_197::-webkit-calendar-picker-indicator:hover{opacity:1}._disabledField_em1hg_244{color:#8c8c8c!important;cursor:not-allowed!important;background-color:#fafafa!important;border-color:#f0f0f0!important}._disabledField_em1hg_244::placeholder{color:#bfbfbf!important}._disabledField_em1hg_244:hover{border-color:#f0f0f0!important}._section_em1hg_262{background:#fff;border:1px solid #e8e8e8;border-radius:6px;margin-bottom:20px;padding:24px}._section_em1hg_262:last-child{margin-bottom:0}._sectionTitle_em1hg_274{color:#2c3e50;border-bottom:2px solid #f0f0f0;margin:0 0 24px;padding-bottom:12px;font-size:18px;font-weight:600}._maritalStatusSection_em1hg_286{margin-bottom:16px}._maritalStatusSection_em1hg_286 ._field_em1hg_163{margin-bottom:0}._familyForm_em1hg_297{width:100%}._fieldGroup_em1hg_302{margin-bottom:16px}._fieldGroup_em1hg_302:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._fieldGroup_em1hg_302 ._field_em1hg_163{margin-bottom:16px}._fieldGroup_em1hg_302 ._field_em1hg_163:last-child{margin-bottom:0}._twoColumnLayout_em1hg_321{grid-template-columns:1fr 1fr;gap:32px;margin-top:16px;display:grid}._column_em1hg_328{flex-direction:column;display:flex}._column_em1hg_328 ._fieldGroup_em1hg_302{margin-bottom:24px}._column_em1hg_328 ._fieldGroup_em1hg_302:last-child,._field_em1hg_163{margin-bottom:0}._formItem_em1hg_347{margin-bottom:0!important}._emptyState_em1hg_352{text-align:center;background:#fafafa;border:1px dashed #d9d9d9;border-radius:6px;justify-content:center;align-items:center;height:100%;min-height:400px;padding:40px 20px;display:flex}._emptyStateText_em1hg_365{color:#8c8c8c;margin:0;font-size:14px;line-height:1.5}._childrenSubsection_em1hg_373{border-top:1px solid #f0f0f0;margin-top:32px;padding-top:24px}._subsectionTitle_em1hg_379{color:#1a1a1a;border-bottom:1px solid #f0f0f0;margin:0 0 16px;padding-bottom:8px;font-size:16px;font-weight:600}._childrenList_em1hg_388{flex-direction:column;gap:14px;display:flex}._childTitle_em1hg_400{color:#1a1a1a;align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}._childTitle_em1hg_400:before{font-size:14px}._progressSection_em1hg_416{background:#f6ffed;border:1px solid #b7eb8f;border-radius:8px;margin-bottom:24px;padding:16px}._progressHeader_em1hg_424{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._progressTitle_em1hg_431{color:#52c41a;font-size:14px;font-weight:600}._progressCount_em1hg_437{color:#666;font-size:13px;font-weight:500}._progressBarContainer_em1hg_443{background:#f0f0f0;border-radius:4px;height:8px;margin-bottom:8px;overflow:hidden}._progressBar_em1hg_443{background:#52c41a;border-radius:4px;height:100%;transition:width .3s}._progressPercentage_em1hg_458{text-align:right;color:#52c41a;font-size:12px;font-weight:600}._validationWarning_em1hg_468{background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;gap:12px;margin-bottom:24px;padding:16px;animation:.3s _slideIn_em1hg_1;display:flex}@keyframes _slideIn_em1hg_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._warningIcon_em1hg_484{color:#faad14;flex-shrink:0;font-size:20px}._warningContent_em1hg_490{flex:1}._warningTitle_em1hg_494{color:#faad14;margin-bottom:8px;font-size:14px;font-weight:600}._warningText_em1hg_501{color:#666;margin-bottom:8px;font-size:13px}._missingDocumentsList_em1hg_507{color:#666;margin:0;padding-left:20px;font-size:13px}._missingDocumentsList_em1hg_507 li{margin-bottom:4px}._missingDocumentsList_em1hg_507 li:last-child{margin-bottom:0}._documentsContainer_em1hg_525,._certificatesContainer_em1hg_531{flex-direction:column;gap:16px;display:flex}._documentCard_em1hg_537{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:15px;padding:20px;transition:all .3s}._documentCard_em1hg_537:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}._documentContent_em1hg_551{padding:0!important}._documentTitleSection_em1hg_555{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}._documentTitle_em1hg_555{color:#333;margin:0;font-size:16px;font-weight:600}._documentStatus_em1hg_571{align-items:center;gap:8px;display:flex}._uploadedStatus_em1hg_577{color:#52c41a;align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}._checkIcon_em1hg_586{font-size:16px}._uploadedText_em1hg_590{font-weight:500}._requiredTag_em1hg_594{color:#ff4d4f;background:#fff2f0;border:1px solid #ffccc7;border-radius:4px;padding:4px 10px;font-size:13px;font-weight:500}._optionalTag_em1hg_604{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;padding:4px 10px;font-size:13px;font-weight:500}._uploadSection_em1hg_614{margin-top:16px}._uploadLabel_em1hg_618{color:#333;margin-bottom:12px;font-size:14px;font-weight:600}._uploadedFileSection_em1hg_625{background:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;justify-content:space-between;align-items:center;padding:16px;display:flex}._fileInfo_em1hg_635{flex:1;align-items:center;gap:10px;display:flex}._fileIcon_em1hg_642{color:#52c41a;font-size:16px}._fileName_em1hg_647{color:#333;font-size:14px;font-weight:500}._fileDetails_em1hg_653{flex-direction:column;gap:4px;margin-top:8px;display:flex}._fileDetails_em1hg_653 span{color:#666;font-size:12px}._fileActions_em1hg_665{gap:16px;display:flex}._viewButton_em1hg_670,._downloadButton_em1hg_670,._deleteButton_em1hg_670{cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:background-color .3s;display:flex}._viewButton_em1hg_670{color:#1890ff}._viewButton_em1hg_670:hover{background:#e6f7ff}._downloadButton_em1hg_670{color:#52c41a}._downloadButton_em1hg_670:hover{background:#f6ffed}._deleteButton_em1hg_670{color:#ff4d4f}._deleteButton_em1hg_670:hover{background:#fff2f0}._uploadArea_em1hg_708{width:100%}._uploadDragger_em1hg_712{background:#fafafa!important;border:1px dashed #d9d9d9!important;border-radius:4px!important;margin-bottom:16px!important;padding:24px 0!important;transition:all .3s!important}._uploadDragger_em1hg_712:hover{background:#f0f9ff!important;border-color:#1890ff!important}._dragContent_em1hg_726{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:0 20px;display:flex}._uploadIcon_em1hg_735{color:#1890ff;margin-bottom:12px;font-size:24px}._uploadText_em1hg_741{flex-direction:column;gap:6px;display:flex}._dragText_em1hg_747{color:#666;font-size:14px;font-weight:500}._supportedFormats_em1hg_753{color:#999;font-size:12px}._selectedFileInfo_em1hg_758{border-bottom:1px solid #bae7ff;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;display:flex}._fileNameText_em1hg_767{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px;font-size:14px;font-weight:500;overflow:hidden}._fileSizeText_em1hg_778{color:#666;white-space:nowrap;font-size:13px}._fileSelectedSection_em1hg_784{background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;margin-top:16px;padding:16px}._certificateForm_em1hg_793{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;margin-top:24px;padding:20px}._uploadActions_em1hg_801{gap:12px;margin-top:24px;display:flex}._uploadButton_em1hg_807{flex:1;height:40px;font-weight:500}._cancelButton_em1hg_77{border-color:#d9d9d9;flex:0;height:40px}._uploadPrompt_em1hg_819{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #d9d9d9;border-radius:8px;padding:40px 20px;transition:all .3s}._uploadPrompt_em1hg_819:hover{background:#f0f9ff;border-color:#1890ff}._uploadHint_em1hg_834{color:#666;margin-top:12px;font-size:14px}._uploadButtonMain_em1hg_840{color:#fff;cursor:pointer;background:#1890ff;border:none;border-radius:4px;width:100%;padding:12px 0;font-size:14px;font-weight:600;transition:background-color .3s}._uploadButtonMain_em1hg_840:hover{background:#40a9ff}._uploadButtonMain_em1hg_840:disabled{cursor:not-allowed;background:#d9d9d9}._childrenSection_em1hg_865{background:#fff;border:1px solid #e8e8e8;border-radius:6px;margin-top:20px;padding:16px}._childFieldGroup_em1hg_394{border:none;border-radius:0;padding:0}._childrenList_em1hg_388,._childFieldGroup_em1hg_394:last-child{margin-bottom:0}._childTitle_em1hg_400{color:#2c3e50;margin:0;font-size:15px;font-weight:600}._childrenSection_em1hg_865 ._grid_em1hg_157{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0;display:grid}._noChildrenMessage_em1hg_903{display:none}._loadingContainer_em1hg_910{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px;display:flex}._loadingText_em1hg_919{color:#bfbfbf;text-align:center;background:#fafafa;border:1px dashed #f0f0f0;border-radius:8px;padding:40px;font-size:16px}._spinner_em1hg_929{border:4px solid #f3f3f3;border-top-color:#1890ff;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite _spin_em1hg_929}@keyframes _spin_em1hg_929{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._emptyState_em1hg_352{color:#bfbfbf;text-align:center;background:#fafafa;border:1px dashed #f0f0f0;border-radius:8px;padding:40px;font-size:16px}._table_em1hg_957{border-collapse:collapse;border:1px solid #f0f0f0;border-radius:8px;width:100%;font-size:14px;overflow:hidden}._table_em1hg_957 thead{background-color:#fafafa}._table_em1hg_957 th{text-align:left;color:#2c3e50;white-space:nowrap;border:1px solid #f0f0f0;padding:12px;font-weight:600}._table_em1hg_957 td{color:#1a1a1a;border:1px solid #f0f0f0;padding:12px}._table_em1hg_957 tbody tr:nth-child(2n){background-color:#fafafa}._table_em1hg_957 tbody tr:hover{background-color:#f5f5f5}._card_em1hg_996{background:#fff;border:1px solid #e8e8e8;border-radius:8px;margin-bottom:15px;padding:20px;transition:all .3s}._card_em1hg_996:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}._cardTitle_em1hg_1010{color:#2c3e50;margin:0 0 10px;font-size:16px;font-weight:600}._cardDescription_em1hg_1017{color:#1a1a1a;margin:0 0 15px;font-size:14px;line-height:1.5}._documentInfo_em1hg_1025{flex:1;min-width:0}._documentActions_em1hg_1030{flex-shrink:0;align-items:center;gap:10px;display:flex}._statusBadge_em1hg_1040{color:#fff;text-transform:capitalize;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}._statusApproved_em1hg_1050{background-color:#52c41a}._statusPending_em1hg_1054{background-color:#faad14}._statusRejected_em1hg_1058{background-color:#ff4d4f}._statusUploaded_em1hg_1062{background-color:#52c41a}._statusNotUploaded_em1hg_1066{background-color:#ff4d4f}._checkboxLabel_em1hg_1073{cursor:pointer;color:#2c3e50;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin:0;font-size:14px;display:flex}._checkboxLabel_em1hg_1073 input[type=checkbox]{cursor:pointer;accent-color:#1890ff;width:18px;height:18px}._policyContent_em1hg_1094{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin-top:15px;padding:15px;font-size:14px;line-height:1.6}._policyContent_em1hg_1094 h6{color:#2c3e50;margin:0 0 10px;font-size:14px;font-weight:600}._policySection_em1hg_1111{border-bottom:1px solid #f0f0f0;margin-bottom:15px;padding-bottom:15px}._policySection_em1hg_1111:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._policySection_em1hg_1111 h6{color:#2c3e50;margin:0 0 8px;font-size:14px;font-weight:600}._policySection_em1hg_1111 p{color:#1a1a1a;margin:0;font-size:14px;line-height:1.5}._validationSection_em1hg_1140{border-radius:6px;margin-top:20px;padding:15px}._successMessage_em1hg_1146{color:#52c41a;background:#f6ffed;border:1px solid #b7eb8f;border-radius:6px;align-items:center;gap:8px;padding:12px 15px;font-weight:500;display:flex}._warningMessage_em1hg_1158{color:#faad14;background:#fffbe6;border:1px solid #ffe58f;border-radius:6px;padding:12px 15px;font-weight:500}._errorMessage_em1hg_1167{color:#ff4d4f;background:#fff2f0;border:1px solid #ffccc7;border-radius:6px;padding:12px 15px;font-weight:500}._error_em1hg_1167{color:#ff4d4f;align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}._validationError_em1hg_1188{border-color:#ff4d4f!important}._validationError_em1hg_1188:focus{border-color:#ff4d4f!important;box-shadow:0 0 0 2px #ff4d4f33!important}._infoText_em1hg_1200{color:#1a1a1a;margin-top:4px;font-size:13px;line-height:1.4}._helpText_em1hg_1207{color:#1890ff;cursor:help;margin-top:4px;font-size:13px}._footer_em1hg_1217{color:#666;border-top:1px solid #e8e8e8;margin-top:32px;padding-top:16px;font-size:14px}._footer_em1hg_1217 strong{color:#2c3e50}@media (max-width:768px){._grid_em1hg_157{grid-template-columns:1fr;gap:15px}._twoColumnLayout_em1hg_321{grid-template-columns:1fr;gap:24px}._childrenSection_em1hg_865 ._grid_em1hg_157{grid-template-columns:1fr}._header_em1hg_28{flex-direction:column;align-items:flex-start;gap:15px}._buttonGroup_em1hg_41{justify-content:flex-start;width:100%}._childHeader_em1hg_1258{flex-direction:column;align-items:flex-start;gap:8px}._removeChildButton_em1hg_1264{align-self:flex-end}._sectionHeader_em1hg_1268{flex-direction:column;align-items:flex-start;gap:15px}._documentCard_em1hg_537{flex-direction:column;gap:15px}._documentActions_em1hg_1030{justify-content:flex-start;width:100%}._table_em1hg_957{white-space:nowrap;display:block;overflow-x:auto}._container_em1hg_6,._section_em1hg_262,._childrenSection_em1hg_865,._childFieldGroup_em1hg_394{padding:16px}._childrenSubsection_em1hg_373{margin-top:24px;padding-top:20px}._childTitle_em1hg_400{font-size:14px}._emptyState_em1hg_352{min-height:200px;padding:30px 16px}._fieldGroup_em1hg_302{margin-bottom:20px;padding-bottom:12px}._fieldGroup_em1hg_302 ._field_em1hg_163{margin-bottom:12px}._uploadedFileSection_em1hg_625{flex-direction:column;align-items:flex-start;gap:16px}._fileActions_em1hg_665{flex-wrap:wrap;justify-content:flex-start;width:100%}._documentsContainer_em1hg_525,._certificatesContainer_em1hg_531{gap:12px}._documentTitleSection_em1hg_555{flex-direction:column;align-items:flex-start;gap:12px}._selectedFileInfo_em1hg_758{flex-direction:column;align-items:flex-start;gap:8px}._fileNameText_em1hg_767,._fileSizeText_em1hg_778{text-align:left;width:100%}._progressHeader_em1hg_424{flex-direction:column;align-items:flex-start;gap:8px}._validationWarning_em1hg_468{flex-direction:column;gap:12px}._certificateForm_em1hg_793{padding:16px}._uploadActions_em1hg_801{flex-direction:column}._uploadButton_em1hg_807,._cancelButton_em1hg_77{width:100%}}@media (max-width:480px){._editButton_em1hg_77,._saveButton_em1hg_77,._cancelButton_em1hg_77,._actionButton_em1hg_77{min-width:80px;padding:6px 12px;font-size:13px}._buttonGroup_em1hg_41{flex-direction:column;width:100%}._buttonGroup_em1hg_41 button{width:100%}._addChildButton_em1hg_1407,._removeChildButton_em1hg_1264{padding:6px 12px;font-size:13px}._sectionTitle_em1hg_274{margin-bottom:20px;font-size:16px}._subsectionTitle_em1hg_379{margin:24px 0 12px;font-size:15px}._emptyState_em1hg_352{min-height:150px;padding:20px 12px}._emptyStateText_em1hg_365{font-size:13px}._childFieldGroup_em1hg_394{padding:16px}._documentHeader_em1hg_1438,._uploadActions_em1hg_801{flex-direction:column;align-items:flex-start;gap:10px}._documentTitle_em1hg_555{font-size:15px}._uploadLabel_em1hg_618{font-size:13px}._dragContent_em1hg_726{padding:0 12px}._dragText_em1hg_747{font-size:13px}._supportedFormats_em1hg_753{font-size:11px}._viewButton_em1hg_670,._downloadButton_em1hg_670,._deleteButton_em1hg_670{padding:4px 8px;font-size:13px}._certificateForm_em1hg_793{padding:12px}._uploadPrompt_em1hg_819{padding:30px 15px}._uploadHint_em1hg_834{font-size:12px}._field_em1hg_163{margin-bottom:16px}._childrenList_em1hg_388{gap:16px}}@media print{._editButton_em1hg_77,._saveButton_em1hg_77,._cancelButton_em1hg_77,._actionButton_em1hg_77,._buttonGroup_em1hg_41,._checkboxLabel_em1hg_1073 input[type=checkbox],._addChildButton_em1hg_1407,._removeChildButton_em1hg_1264{display:none!important}._container_em1hg_6,._card_em1hg_996,._section_em1hg_262,._childrenSection_em1hg_865{break-inside:avoid;box-shadow:none!important;border:1px solid #ddd!important}._value_em1hg_175,._input_em1hg_197,._select_em1hg_197,._dateInput_em1hg_197{background:#fff!important;border:1px solid #ddd!important}._emptyState_em1hg_352,._childrenSubsection_em1hg_373{border:1px solid #ddd!important}._uploadDragger_em1hg_712,._uploadActions_em1hg_801,._fileActions_em1hg_665{display:none!important}._uploadedFileInfo_em1hg_1539{background:0 0!important;border:1px solid #ddd!important}._progressSection_em1hg_416,._validationWarning_em1hg_468{display:none!important}}._eduContainer_14gpr_3{gap:24px;height:100%;min-height:600px;display:flex}._eduLeftPanel_14gpr_10{border-right:1px solid #e8e8e8;flex:1;max-width:300px;padding-right:24px;overflow-y:auto}._eduRightPanel_14gpr_18{flex-direction:column;flex:2;display:flex}._eduFormContainer_14gpr_24{flex-direction:column;flex:1;min-height:500px;display:flex}._eduFormContent_14gpr_31{flex:1;padding-right:8px;overflow-y:auto}._eduLoadingContainer_14gpr_37{flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}._eduLoadingSpinner_14gpr_45{border:3px solid #f3f3f3;border-top-color:#1890ff;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite _edu-spin_14gpr_1}@keyframes _edu-spin_14gpr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._eduLoadingText_14gpr_60{color:#595959;font-size:14px}._eduList_14gpr_65{flex-direction:column;gap:8px;display:flex}._eduListItem_14gpr_71{cursor:pointer;background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;transition:all .3s;display:flex;position:relative}._eduListItem_14gpr_71:hover{background-color:#f0f9ff;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._eduListItemActive_14gpr_91{background-color:#e6f7ff;position:relative;box-shadow:0 2px 8px #1890ff1a}._eduListItemActive_14gpr_91:before{content:"";background-color:#1890ff;border-radius:8px 0 0 8px;width:4px;position:absolute;top:0;bottom:0;left:0}._eduUploadedIndicator_14gpr_110{color:#52c41a;align-items:center;gap:4px;font-size:12px;display:flex}._eduItemHeader_14gpr_118{justify-content:space-between;align-items:center;width:100%;display:flex}._eduItemName_14gpr_125{color:#262626;margin:0;font-size:14px;font-weight:500}._eduEditButton_14gpr_132{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}._eduEditButton_14gpr_132:hover{background-color:#0000000a}._eduEditIcon_14gpr_148{color:#1890ff;font-size:16px}._eduFormFieldsWrapper_14gpr_153{margin-top:0}._eduFormFields_14gpr_153{width:100%}._eduFormField_14gpr_153{width:100%;margin-bottom:20px}._eduFormItem_14gpr_166{margin-bottom:0!important}._eduFormLabel_14gpr_170{color:#262626;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4;display:block}._requiredStar_14gpr_179{color:#ff4d4f;margin-left:2px}._uploadContainer_14gpr_185,._uploadComponent_14gpr_189{width:100%}._uploadComponent_14gpr_189 ._ant-upload_14gpr_193{width:100%!important}._uploadComponent_14gpr_189 ._ant-upload-drag_14gpr_197{background-color:#0000!important;border:none!important;height:auto!important;min-height:auto!important;padding:0!important}._uploadBox_14gpr_205{cursor:pointer;color:#595959;background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;padding:0 16px;font-size:14px;transition:all .3s;display:flex}._uploadBox_14gpr_205:hover{background-color:#f0f9ff;border-color:#1890ff}._uploadIcon_14gpr_227{color:#1890ff;flex-shrink:0;font-size:14px}._uploadText_14gpr_233{color:#595959;font-size:14px;font-weight:400}._fileDisplayBox_14gpr_239{background-color:#f5f5f5;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:12px;margin-bottom:0;padding:8px 12px;display:flex}._fileInfo_14gpr_252{flex:1;align-items:center;gap:8px;min-width:0;display:flex}._fileCheckIcon_14gpr_260{color:#52c41a;flex-shrink:0;font-size:16px}._fileIcon_14gpr_266{color:#8c8c8c;flex-shrink:0;font-size:16px}._fileName_14gpr_272{color:#262626;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}._fileControls_14gpr_281{flex-shrink:0;align-items:center;gap:8px;display:flex}._fileBtn_14gpr_288{cursor:pointer;color:#1890ff;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:16px;line-height:1;transition:all .2s;display:flex}._fileBtn_14gpr_288:hover{color:#0050b3}._deleteFileBtn_14gpr_306{color:#ff4d4f}._deleteFileBtn_14gpr_306:hover{color:#ff7875}._actionBtn_14gpr_314{cursor:pointer;color:#595959;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;padding:4px;font-size:14px;transition:all .2s;display:flex}._actionBtn_14gpr_314:hover{color:#1890ff;background-color:#0000000a}._deleteBtn_14gpr_336{color:#ff4d4f}._deleteBtn_14gpr_336:hover{color:#ff7875;background-color:#fff2f0}._fieldError_14gpr_345{color:#ff4d4f;align-items:center;gap:4px;margin-top:6px;font-size:12px;line-height:1.5;display:flex}._formInput_14gpr_356{border-radius:6px;width:100%;height:40px}._formInput_14gpr_356 ._ant-input_14gpr_362{border-radius:6px;height:40px;font-size:14px}._formSelect_14gpr_368{width:100%}._formSelect_14gpr_368 ._ant-select-selector_14gpr_372{border-radius:6px!important;height:40px!important;font-size:14px!important}._formSelect_14gpr_368 ._ant-select-selection-item_14gpr_378{font-size:14px;line-height:38px!important}._formDate_14gpr_383{width:100%}._formDate_14gpr_383 ._ant-picker_14gpr_387{font-size:14px;border-radius:6px!important;width:100%!important;height:40px!important}._formDate_14gpr_383 ._ant-picker-input_14gpr_394 input{font-size:14px;height:40px!important}._dropdown_14gpr_399{z-index:1050!important;border-radius:6px!important}._dropdown_14gpr_399 ._ant-select-item_14gpr_404{align-items:center;min-height:36px;font-size:14px;display:flex}._eduEmptyState_14gpr_411{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:300px;display:flex}._eduEmptyIcon_14gpr_420{color:#d9d9d9;margin-bottom:16px;font-size:64px}._eduEmptyText_14gpr_426{color:#8c8c8c;margin:0;font-size:14px}._saveErrorAlert_14gpr_432{margin-bottom:16px}._eduItemStatus_14gpr_437{align-items:center;gap:4px;margin-top:4px;font-size:12px;display:flex}._eduStatusRequired_14gpr_445{color:#ff4d4f}._eduStatusSubmitted_14gpr_449{color:#52c41a}._eduUploadedBadge_14gpr_454{color:#fff;background-color:#52c41a;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}._eduFormContent_14gpr_31::-webkit-scrollbar{width:6px}._eduFormContent_14gpr_31::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._eduFormContent_14gpr_31::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._eduFormContent_14gpr_31::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){._eduContainer_14gpr_3{flex-direction:column;gap:16px}._eduLeftPanel_14gpr_10{border-bottom:1px solid #e8e8e8;border-right:none;max-width:100%;padding-bottom:16px;padding-right:0}._eduFormField_14gpr_153{margin-bottom:16px}._fileDisplayBox_14gpr_239{padding:0 12px}._fileActions_14gpr_505{gap:4px}._eduListItemActive_14gpr_91:before{width:3px}}._eduContainer_o9rr6_2{background:#fff;border-radius:8px;height:100%;min-height:600px;display:flex;overflow:hidden}._eduLeftPanel_o9rr6_11{background:#fafafa;border-right:1px solid #e8e8e8;width:280px;padding:20px 0}._sidebarTitle_o9rr6_18{color:#333;border-bottom:1px solid #e8e8e8;margin:0 0 15px;padding:0 20px 15px;font-size:16px;font-weight:600}._eduList_o9rr6_27{flex-direction:column;gap:2px;display:flex}._eduListItem_o9rr6_33{cursor:pointer;background:0 0;border-left:3px solid #0000;align-items:center;padding:14px 20px;transition:all .3s;display:flex}._eduListItem_o9rr6_33:hover{background:#f0f0f0}._eduListItemActive_o9rr6_47{background:#e6f7ff;border-left-color:#1890ff}._eduItemContent_o9rr6_52{flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;display:flex}._eduItemText_o9rr6_60{color:#333;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4}._eduItemStatusContainer_o9rr6_69{justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:22px;display:flex}._leftStatusContainer_o9rr6_78{flex:1;justify-content:flex-start;display:flex}._rightStatusContainer_o9rr6_84{flex:1;justify-content:flex-end;display:flex}._requiredLabel_o9rr6_90,._submittedLabel_o9rr6_91,._requiredSubmittedLabel_o9rr6_92{white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border:1px solid;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}._requiredLabel_o9rr6_90{color:#d4380d;background:#fff2e8;border-color:#ffbb96}._submittedLabel_o9rr6_91{color:#52c41a;background:#f6ffed;border-color:#b7eb8f}._requiredSubmittedLabel_o9rr6_92{color:#fa8c16;background:#fff7e6;border-color:#ffd591}._requiredStar_o9rr6_122{color:#ff4d4f;margin-left:4px;font-size:14px}._eduRightPanel_o9rr6_128{flex:1;padding:24px 30px;overflow-y:auto}._eduFormContainer_o9rr6_134{background:#fff;border-radius:4px;max-width:700px}._documentTitle_o9rr6_140{color:#333;border-bottom:1px solid #e8e8e8;align-items:center;margin-bottom:24px;padding-bottom:16px;font-size:20px;font-weight:600;display:flex}._saveErrorAlert_o9rr6_151{border-radius:6px;margin-bottom:20px}._eduFormContent_o9rr6_156{max-width:100%}._eduFormField_o9rr6_160{margin-bottom:24px}._eduFormLabelContainer_o9rr6_164{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}._eduFormLabel_o9rr6_164{color:#333;margin-bottom:8px;font-size:14px;font-weight:500;display:block}._uploadButtonContainer_o9rr6_181{margin-bottom:12px}._uploadComponentButton_o9rr6_185{width:auto}._uploadComponentButton_o9rr6_185 .ant-upload{display:inline-block}._uploadButtonStyled_o9rr6_194{color:#8c8c8c;cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:4px;align-items:center;gap:8px;height:40px;padding:6px 16px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}._uploadButtonStyled_o9rr6_194 span{color:#1890ff}._uploadButtonStyled_o9rr6_194:hover:not(:disabled){color:#0050b3;background:#f5f9ff;border-color:#1890ff}._uploadButtonStyled_o9rr6_194:active:not(:disabled){background:#e6f7ff;border-color:#0050b3}._uploadButtonStyled_o9rr6_194:disabled{opacity:.6;cursor:not-allowed}._uploadButtonIcon_o9rr6_229{margin:0;font-size:14px}._fileDisplayFullWidth_o9rr6_236{background:#fafafa;border:1px solid #e8e8e8;border-radius:4px;justify-content:space-between;align-items:center;gap:12px;width:100%;margin-top:8px;padding:12px 14px;transition:all .3s;display:flex}._fileDisplayFullWidth_o9rr6_236:hover{background:#f5f9ff;border-color:#1890ff}._fileInfoFullWidth_o9rr6_255{flex:1;align-items:center;gap:10px;min-width:0;display:flex}._fileIconFullWidth_o9rr6_263{color:#8c8c8c;flex-shrink:0;font-size:16px}._fileNameFullWidth_o9rr6_269{color:#262626;white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;flex:1;max-width:100%;font-size:14px;font-weight:400;overflow:hidden}._anticon_o9rr6_280{width:unset}._fileControlsFullWidth_o9rr6_284{flex-shrink:0;gap:8px;display:flex}._fileActionButtonFullWidth_o9rr6_290{cursor:pointer;color:#ff4d4f;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:4px 8px;font-size:14px;transition:all .2s;display:inline-flex}._fileActionButtonFullWidth_o9rr6_290:hover:not(:disabled){color:#1890ff;background:#e6f7ff}._deleteActionFullWidth_o9rr6_309:hover:not(:disabled){color:#ff4d4f;background:unset}._fileActionButtonFullWidth_o9rr6_290:disabled{opacity:.5;cursor:not-allowed}._uploadContainer_o9rr6_321{margin-bottom:16px}._uploadComponent_o9rr6_185{width:100%}._uploadBox_o9rr6_329{text-align:center;cursor:pointer;background:#fafafa;border:1.5px dashed #d9d9d9;border-radius:8px;padding:40px 20px;transition:all .3s}._uploadBox_o9rr6_329:hover{background:#f0f7ff;border-color:#1890ff}._uploadIcon_o9rr6_344{color:#1890ff;margin-bottom:10px;font-size:28px}._uploadText_o9rr6_350{color:#666;font-size:14px;font-weight:500;display:block}._fileDisplayBox_o9rr6_357{background:#fafafa;border:1px solid #d9d9d9;border-radius:6px;justify-content:space-between;align-items:center;margin-top:16px;padding:14px 16px;transition:all .3s;display:flex}._fileDisplayBox_o9rr6_357:hover{background:#f0f7ff;border-color:#1890ff}._fileInfo_o9rr6_255{flex:1;align-items:center;gap:12px;display:flex}._fileIcon_o9rr6_263{color:#1890ff;font-size:20px}._fileName_o9rr6_269{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:14px;font-weight:500;overflow:hidden}._fileControls_o9rr6_284{gap:8px;display:flex}._fileBtn_o9rr6_401{cursor:pointer;color:#666;background:#fff;border:1px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .3s;display:flex}._fileBtn_o9rr6_401:hover{color:#1890ff;background:#fff;border-color:#1890ff}._deleteFileBtn_o9rr6_422:hover{color:#ff4d4f;background:#fff;border-color:#ff4d4f}._fieldError_o9rr6_428{color:#ff4d4f;margin-top:6px;font-size:12px;font-weight:500}._eduFormItem_o9rr6_435{margin:0}._formInput_o9rr6_439,._formSelect_o9rr6_440,._formDate_o9rr6_441{border-radius:4px;width:100%}._formDate_o9rr6_441 ._ant-picker_o9rr6_446{width:100%}._eduEmptyState_o9rr6_450{text-align:center;padding:80px 20px}._eduEmptyIcon_o9rr6_455{color:#d9d9d9;margin-bottom:20px;font-size:64px}._eduEmptyText_o9rr6_461{color:#999;margin:0;font-size:16px;font-weight:500}._eduLoadingContainer_o9rr6_468{background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}._eduLoadingText_o9rr6_478{color:#666;margin-top:20px;font-size:14px}._loadingFieldsContainer_o9rr6_484{background:#fafafa;border:1px solid #e8e8e8;border-radius:6px;align-items:center;gap:10px;margin-bottom:20px;padding:14px 16px;display:flex}._loadingFieldsText_o9rr6_495{color:#666;font-size:14px;font-weight:500}._eduFormFieldsWrapper_o9rr6_501{background:#fff;border-radius:8px;padding:0}._eduFormFields_o9rr6_501{width:100%}@media (max-width:768px){._eduContainer_o9rr6_2{flex-direction:column;min-height:auto}._eduLeftPanel_o9rr6_11{border-bottom:1px solid #e8e8e8;border-right:none;width:100%}._eduRightPanel_o9rr6_128{padding:20px}._fileControls_o9rr6_284,._fileControlsFullWidth_o9rr6_284{flex-wrap:wrap}._fileName_o9rr6_269{max-width:200px}._fileNameFullWidth_o9rr6_269{max-width:100%}._eduItemStatusContainer_o9rr6_69{flex-direction:column;align-items:flex-start;gap:4px}._leftStatusContainer_o9rr6_78,._rightStatusContainer_o9rr6_84{justify-content:flex-start}._fileDisplayFullWidth_o9rr6_236{flex-direction:column;align-items:flex-start}._fileControlsFullWidth_o9rr6_284{justify-content:flex-end;width:100%}}._eduRightPanel_o9rr6_128::-webkit-scrollbar{width:6px}._eduRightPanel_o9rr6_128::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}._eduRightPanel_o9rr6_128::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}._eduRightPanel_o9rr6_128::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._container_1vode_1{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;padding:20px}._card_1vode_7{background:#fff;border-radius:12px;max-width:1200px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0000001a}._header_1vode_16{text-align:center;background:#f2f6fb;padding:30px}._headerContent_1vode_22{justify-content:space-between;align-items:center;display:flex}._title_1vode_28{margin:0 0 15px;font-size:32px;font-weight:600}._subtitle_1vode_34{opacity:.9;margin:0;font-size:16px}._subtitle_1vode_34 strong{color:#000000e0}._stepsContainer_1vode_44{padding:30px}._stepsRow_1vode_48{justify-content:space-between;margin-bottom:40px;display:flex;position:relative}._stepItem_1vode_55{cursor:pointer;flex-direction:column;flex:1;align-items:center;transition:transform .3s;display:flex}._stepItem_1vode_55:hover{transform:translateY(-5px)}._stepCircle_1vode_68{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:10px;font-size:18px;font-weight:700;transition:all .3s;display:flex}._stepActive_1vode_82{background-color:#1677ff;transform:scale(1.1)}._stepCompleted_1vode_87{background-color:#2ecc71}._stepPending_1vode_91{background-color:#e0e0e0}._stepLabel_1vode_95{text-align:center;word-wrap:break-word;max-width:120px;font-size:14px}._labelActive_1vode_102{color:#1677ff;font-weight:700}._labelCompleted_1vode_107{color:#27ae60}._contentBox_1vode_111{border-radius:8px;margin-bottom:30px}._buttonGroup_1vode_116{border-top:1px solid #e8e8e8;justify-content:space-between;align-items:center;width:100%;padding-top:16px;display:flex}._buttonGroupInner_1vode_125{justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}._buttonGroupLeft_1vode_133{flex:1;gap:10px;display:flex}._buttonGroupRight_1vode_139{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}._button_1vode_116{cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:120px;height:40px;padding:8px 20px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}._button_1vode_116:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}._button_1vode_116:active{transform:translateY(0)}._buttonPrev_1vode_171{color:#fff;background:#95a5a6}._buttonPrev_1vode_171:hover{background:#7f8c8d}._buttonNext_1vode_180{color:#fff;background:#3498db}._buttonNext_1vode_180:hover{background:#2980b9}._buttonComplete_1vode_189{color:#fff;background:#2ecc71}._buttonComplete_1vode_189:hover{background:#27ae60}._buttonSave_1vode_198{color:#fff;background:#1890ff}._buttonSave_1vode_198:hover{background:#40a9ff}._buttonSave_1vode_198:disabled{cursor:not-allowed;box-shadow:none;background:#bae7ff;transform:none}._buttonCancel_1vode_214{color:#262626;background:#fff;border:1px solid #d9d9d9}._buttonCancel_1vode_214:hover{color:#ff4d4f;background:#f5f5f5;border-color:#ff4d4f}._loadingContainer_1vode_226{text-align:center;padding:100px 20px}._loadingContainer_1vode_226 h2{color:#1a1a1a;margin-bottom:15px}._loadingContainer_1vode_226 p{color:#7f8c8d;margin-bottom:25px}._errorContainer_1vode_241{text-align:center;padding:100px 20px}._errorTitle_1vode_246{color:#e74c3c;margin-bottom:20px}._errorText_1vode_251{color:#666;margin-bottom:30px;font-size:16px}._spinner_1vode_257{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;margin:0 auto;animation:1s linear infinite _spin_1vode_257}@keyframes _spin_1vode_257{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){._stepsRow_1vode_48{flex-wrap:wrap;gap:15px}._stepItem_1vode_55{flex:0 0 calc(33.333% - 10px)}._buttonGroupInner_1vode_125{flex-direction:column;gap:10px}._buttonGroupLeft_1vode_133,._buttonGroupRight_1vode_139{justify-content:center;width:100%}._button_1vode_116{min-width:100px;padding:8px 15px}}@media (max-width:480px){._stepItem_1vode_55{flex:0 0 calc(50% - 10px)}._stepCircle_1vode_68{width:40px;height:40px;font-size:16px}._button_1vode_116{min-width:90px;padding:6px 12px;font-size:13px}}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}:root{--primary-color:#2638d9}.text-heading{color:var(--primary-color)!important}.icon-colored{font-size:16px;color:var(--primary-color)!important}.doc-left{border-right:1px solid #ddd;margin-top:16px;padding-right:12px}.doc-item{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 12px;display:flex}.doc-item.active{background:#e6f4ff;font-weight:600}.doc-item .doc-title{flex:1}.clickable-row{cursor:pointer}.doc-right{margin-top:16px;padding-left:16px}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color)!important;font-weight:600!important}.ant-tabs-tab:hover .ant-tabs-tab-btn{color:var(--primary-color)!important}.ant-tabs-ink-bar{background-color:var(--primary-color)!important}.label-text{color:var(--primary-color);margin-bottom:4px;font-weight:500;display:block}.value-text{color:#000;margin-bottom:16px;font-size:16px}.section-title{color:#2638d9;border-bottom:1px solid #f0f0f0;margin:12px 0;padding-bottom:4px;font-size:16px;font-weight:600}.small-datepicker-popup .ant-picker-header{height:35px;font-size:12px;line-height:35px}.small-datepicker-popup .ant-picker-footer{height:35px;font-size:12px;line-height:30px}.quill{background:#fff}.ql-container{border-bottom-right-radius:6px;border-bottom-left-radius:6px;min-height:150px;font-size:14px}.ql-toolbar{background:#fafafa;border-top-left-radius:6px;border-top-right-radius:6px}.ql-editor{min-height:150px}.ql-editor.ql-blank:before{color:#bfbfbf;font-style:normal}.ql-container,.ql-toolbar{border-color:#d9d9d9}.ql-toolbar{border-bottom:1px solid #d9d9d9}
