.header{background:#fff;color:#fff;padding:0;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;height:100%;margin:0 auto;border-bottom:solid 4px #1c4587}.logo img{height:50px}.header-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:20px}.header-nav a{color:#ecf0f1;text-decoration:none;font-weight:500;transition:color .3s ease}.header-nav a:hover{color:#3498db}.user-section{display:flex;align-items:center;gap:15px}.user-name{font-weight:500;color:#ecf0f1}.logout-btn{background-color:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease}.logout-btn:hover{background-color:#c0392b}.search-container{position:relative;width:500px}.search-icon{position:absolute;top:50%;right:5px;transform:translateY(-50%);color:#fff;background:#1c4587;border:none;border-radius:20px;padding:4px;display:flex;cursor:pointer;font-size:14px;transition:background-color .3s ease}.search-icon:hover{background:#1c4587}.search-container svg{background:#1c4587;color:#fff;height:32px;width:32px;border-radius:20px;padding:7px}.search-input{width:100%;padding:15px 100px 15px 15px;border:1px solid #ccc;border-radius:50px;outline:none;background:#fff;color:#333}@media (max-width: 768px){.header-nav{display:none}.header-content{padding:5px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:10px}.logo{display:flex;align-items:center;flex-shrink:0;min-width:80px}.logo img{height:30px;max-width:100%}.logo h1{font-size:1.2rem}.search-container{width:100%;max-width:180px;flex-shrink:1;min-width:120px}.search-input{padding:8px 45px 8px 12px;font-size:13px}.search-icon{right:2px;top:50%;transform:translateY(-50%);min-width:36px;min-height:36px}.search-container svg{height:24px;width:24px;padding:5px}}@media (max-width: 480px){.header-content{padding:5px 10px;gap:8px}.logo img{height:25px}.search-container{max-width:150px;min-width:100px}.search-input{padding:6px 40px 6px 10px;font-size:12px}.search-container svg{height:20px;width:20px;padding:4px}.search-icon{min-width:32px;min-height:32px}}.sidebar{width:320px;background-color:#fff;color:#000;box-shadow:2px 0 4px #0000001a;z-index:999;height:100vh;min-height:200px;overflow-y:auto;position:sticky;top:0}.hamburger-btn{display:none;position:fixed;top:7%;left:2px;width:36px;height:36px;padding:8px;background:#002265;border-radius:6px;z-index:1001;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:background-color .3s ease}.hamburger-btn:hover{background:#003d99}.hamburger-btn:active{background:#001a4d}.hamburger-line{display:block;width:100%;height:2px;background:#fff;margin:1px auto}.sidebar-nav{padding:40px 0 20px}.menu-list{list-style:none;margin:0;padding:0}.menu-item{margin:2px 8px;background-color:#fff;border-radius:4px}.menu-item .menu-item-header:hover{background-color:#f0f7ff;color:#0d6efd}.menu-item-header{display:flex;align-items:center;justify-content:space-between;width:100%}.menu-link{display:flex;padding:8px 5px;color:#242c5b;text-decoration:none;width:100%;transition:background-color .3s ease,color .3s ease;border-left:3px solid transparent;cursor:pointer;flex:1;border-radius:4px}.menu-link:hover .menu-title,.menu-link:hover .menu-icon{color:#0d6efd}.menu-link.active{background-color:#e7f1ff;border-radius:4px;color:#0d6efd;border-left-color:#0d6efd}.menu-link.active .menu-title,.menu-link.active .menu-icon{color:#0d6efd}.menu-icon{margin-right:12px;font-size:1.2rem;width:20px;text-align:center;color:#242c5b;position:relative;top:3px}.menu-title{font-weight:500;color:#242c5b;position:relative;top:3px}.menu-toggle{background:none;border:none;color:#242c5b;cursor:pointer;padding:8px;margin-right:10px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.menu-toggle .chevron-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:rotate(0)}.menu-toggle.expanded .chevron-icon{transform:rotate(180deg)}.submenu{list-style:none;margin:4px 0;padding:8px 0;background-color:#fff;color:#333;box-shadow:0 2px 8px #00000014;border-radius:6px;border:1px solid rgba(0,0,0,.05)}.submenu-level-2{background-color:#fff;box-shadow:0 2px 6px #0000000f;border:1px solid rgba(0,0,0,.04)}.submenu-item{position:relative}.submenu-item-content{display:flex;align-items:center;justify-content:space-between}.submenu-link{display:block;padding:10px 20px 10px 30px;color:#242c5b;text-decoration:none;font-size:.9rem;transition:background-color .3s ease,color .3s ease;border-left:3px solid transparent;flex:1;min-width:0;cursor:pointer;border-radius:4px;margin:2px 8px}.submenu-link:hover,.submenu-item-header:hover{background-color:#f0f7ff;color:#0d6efd}.submenu-link.active{color:#0d6efd!important;background-color:#e7f1ff;border-left-color:#0d6efd}.submenu-container{position:relative;background:transparent;padding:4px 0}.submenu-toggle{background:none;border:none;color:#242c5b;cursor:pointer;padding:4px 8px;margin-right:10px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.submenu-toggle .chevron-icon{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:rotate(0);font-size:.75rem}.submenu-toggle.expanded .chevron-icon{transform:rotate(180deg)}.submenu-item-header{display:flex;align-items:center;justify-content:space-between}.submenu-wrapper{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),padding-top .35s cubic-bezier(.4,0,.2,1),padding-bottom .35s cubic-bezier(.4,0,.2,1);padding-top:0;padding-bottom:0;margin:0}.submenu-wrapper.open{max-height:2000px;opacity:1;padding-top:4px;padding-bottom:4px;margin:4px 0}.submenu-wrapper .submenu-container{transition:transform .3s cubic-bezier(.4,0,.2,1)}.submenu-level-2 .submenu-link{padding-left:40px}.submenu-level-2 a.submenu-link{word-wrap:break-word!important;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;color:#242c5b}.submenu-level-3 .submenu-link{padding-left:90px}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#34495e}.sidebar::-webkit-scrollbar-thumb{background:#2c3e50;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#243342}@media (max-width: 1024px){.sidebar{width:280px}}@media (max-width: 768px){.sidebar{width:260px;position:fixed;left:-280px;top:35px;transition:left .3s ease-in-out;z-index:1000;box-shadow:2px 0 8px #00000026}.sidebar.open{left:0}.menu-link{padding:8px 5px;min-height:44px;display:flex;align-items:center}.hamburger-btn{display:inline-flex;min-width:36px;min-height:36px;top:8%}.sidebar-close-row{display:flex;justify-content:flex-end;padding:8px 8px 12px}.sidebar-close-btn{background:none;border:1px solid rgba(255,255,255,.25);color:#ecf0f1;border-radius:6px;padding:8px 10px;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.menu-title{font-size:13px;padding:2px}.menu-icon{margin-right:8px;width:auto;top:1px;min-width:20px}.menu-icon svg{font-size:16px!important}.submenu-link{font-size:13px;padding:10px 12px!important;min-height:44px;display:flex;align-items:center}.submenu-level-2 .submenu-link{padding-left:25px!important;padding-right:10px!important}.submenu-level-3 .submenu-link{padding-left:35px!important;padding-right:10px!important}.menu-toggle,.submenu-toggle{min-width:44px;min-height:44px;padding:8px}}@media (max-width: 480px){.sidebar{width:240px;left:-260px}.menu-title{font-size:12px}.menu-icon svg{font-size:14px!important}.submenu-link{font-size:12px;padding:8px 10px!important}}.footer{border-top:solid 4px #1c4587!important;color:#ecf0f1;padding:40px 0 20px;margin-top:auto;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.footer-section h3{color:#3498db;margin-bottom:15px;font-size:1.3rem}.footer-section h4{color:#3498db;margin-bottom:15px;font-size:1.1rem}.footer-section p{line-height:1.6;margin-bottom:10px;color:#bdc3c7}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.social-links{display:flex;gap:15px}.social-link{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.social-link:hover{color:#3498db}.footer-bottom h4{text-align:left;font-weight:700}.quick-links ul li{list-style:none;text-align:left}.quick-links ul li a{color:#333}.contact-info ul li{text-align:left;color:#333}.footer-bottom{margin:0 20px 20px;display:flex;justify-content:space-between;border-bottom:1px solid #ededed;padding-bottom:20px}.footer-bottom p{color:#95a5a6;margin:0}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:20px;padding:0 15px}.footer{padding:30px 0 15px}.social-links{flex-direction:column;gap:10px}.footer-bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start;text-align:center}.footer-bottom>div{width:100%}.footer-bottom .logo{grid-column:1 / 2;text-align:left!important}.footer-bottom .logo img{max-width:50px;height:auto;margin:0 auto}.footer-bottom .quick-links{grid-column:2 / 3;text-align:left!important}.footer-bottom .contact-info{grid-column:1 / 2;text-align:left!important}.footer-bottom>div:last-child{grid-column:2 / 3;text-align:left!important}.footer-bottom .quick-links ul,.footer-bottom .contact-info ul{text-align:left!important}.footer-bottom .quick-links ul li,.footer-bottom .contact-info ul li{text-align:left!important;word-wrap:break-word;overflow-wrap:break-word}.footer-bottom h4{text-align:left!important;font-size:14px!important}.footer-bottom a{word-break:break-all;overflow-wrap:break-word;font-size:13px}}@media (max-width: 480px){.footer{padding:20px 0 10px}.footer-content{padding:0 10px;gap:15px}.footer-bottom{grid-template-columns:1fr;gap:15px}.footer-bottom .logo,.footer-bottom .quick-links,.footer-bottom .contact-info,.footer-bottom>div:last-child{grid-column:1 / -1;text-align:center!important}.footer-bottom .quick-links ul,.footer-bottom .contact-info ul,.footer-bottom .quick-links ul li,.footer-bottom .contact-info ul li{text-align:center!important}.footer-bottom h4{text-align:center!important;font-size:13px!important}.footer-bottom a{font-size:12px}}.dashboard{padding:20px;max-width:100%;margin:0;min-height:100vh}.dashboard-header{margin-bottom:50px;text-align:center}.dashboard-header h1{color:#002265;margin-bottom:20px;font-size:3rem;font-weight:700}.dashboard-header p{color:#555;font-size:1.2rem;line-height:1.6;max-width:900px;margin:0 auto;word-wrap:break-word;overflow-wrap:break-word}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin:0 auto 60px;width:100%;max-width:1200px}.dashboard-card{background:#ffffff;padding:20px;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8fafc;width:100%;height:100%;box-sizing:border-box}.dashboard-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.card-icon{display:flex;justify-content:center;align-items:center;height:80px;width:80px;background-color:#fff;border-radius:50%;box-shadow:0 4px 10px #00226514;margin-bottom:10px}.fa-icon{font-size:30px;color:#002265;transition:all .3s ease}.dashboard-card:hover .fa-icon{color:#3498db;transform:scale(1.1)}.dashboard-card:hover .card-icon{box-shadow:0 6px 15px #3498db33}.dashboard-card h3{color:#64748b;margin:0;font-size:16px!important;font-weight:400!important;text-transform:uppercase;text-align:center}.dashboard-card h2.card-number{color:#002265;font-size:36px!important;font-weight:400!important;margin:5px 0;text-align:center}.dashboard-card img{width:60px;height:60px;filter:invert(13%) sepia(38%) saturate(3695%) hue-rotate(206deg) brightness(98%) contrast(113%)}.card-number{font-size:2rem;font-weight:700;color:#3498db;margin-bottom:5px}.card-change{font-size:.9rem;font-weight:500}.card-change.positive{color:#27ae60}.card-change.negative{color:#e74c3c}.searchFields{display:flex;justify-content:space-between;align-items:center;margin:20px 0;font-size:16px}.data_icon{border:solid 1px #002265;padding:3px;border-radius:30px}.dashboard-content{display:grid;grid-template-columns:2fr 1fr;gap:30px}.dashboard-content h2{margin-top:0!important}.content-section{background:white;padding:25px;border-radius:10px;box-shadow:0 4px 6px #0000001a}.content-section h2{color:#2c3e50;margin-bottom:20px;font-size:1.5rem}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;align-items:center;gap:15px;padding:15px;background:#f8f9fa;border-radius:8px;transition:background-color .3s ease}.activity-item:hover{background:#e9ecef}.activity-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#3498db;color:#fff;border-radius:50%}.activity-details p{margin:0;font-weight:500;color:#2c3e50}.activity-time{font-size:.8rem;color:#7f8c8d}.quick-actions{display:flex;flex-direction:column;gap:15px}.action-btn{background:#002265;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;display:flex;justify-content:start;align-items:center;transition:background-color .3s ease}.action-btn img{margin-right:10px;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(335deg) brightness(104%) contrast(102%)}.action-btn:hover{background:linear-gradient(180deg,rgba(29,68,145,1) 0%,rgba(0,34,101,1) 100%)}.img_resolution{max-width:100%;margin:20px 0}.searchLayout{display:flex;justify-content:center;align-items:center}.loader_section{display:flex;justify-content:center;align-items:center;height:50vh;margin:0}.loaderlogo{width:100px;height:auto;background-size:contain}.dots{position:relative;width:10px;height:10px;border-radius:50%;clip-path:inset(-50.4px);color:#fa952a;box-shadow:-67.2px 16.8px,-67.2px 16.8px,-67.2px 16.8px;transform:translateY(-16.8px);left:30px;animation:dots-ejq2atmd 1.2s infinite linear;top:36px}@keyframes dots-ejq2atmd{16.67%{box-shadow:-67.2px 16.8px,-67.2px 16.8px,21.3px 16.8px}33.33%{box-shadow:-67.2px 16.8px,0 16.8px,21.3px 16.8px}40%,60%{box-shadow:-21.3px 16.8px,0 16.8px,21.3px 16.8px}66.67%{box-shadow:-21.3px 16.8px,0 16.8px,67.2px 16.8px}83.33%{box-shadow:-21.3px 16.8px,67.2px 16.8px,67.2px 16.8px}to{box-shadow:67.2px 16.8px,67.2px 16.8px,67.2px 16.8px}}@media (max-width: 768px){.dashboard{padding:15px}.dashboard-header{margin-bottom:30px}.dashboard-header h1{font-size:2rem;color:#002265;word-wrap:break-word;overflow-wrap:break-word}.dashboard-header p{font-size:1rem;padding:0 10px}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:10px}.dashboard-card{padding:12px 8px;gap:0px!important;min-height:120px}.dashboard-content{grid-template-columns:1fr}.dashboard-card h2.card-number{font-size:24px!important}.dashboard-card h3{font-size:10px!important;padding:0!important;line-height:1.2}.card-icon{height:45px;width:45px;margin-bottom:5px}.fa-icon{font-size:18px}.searchFields{font-size:13px}.searchLayout svg{font-size:20px}}@media (max-width: 480px){.dashboard{padding:10px}.dashboard-header h1{font-size:1.5rem}.dashboard-header p{font-size:.9rem;padding:0 5px}.dashboard-grid{grid-template-columns:1fr;gap:10px}.dashboard-card{padding:15px;min-height:100px}.dashboard-card h2.card-number{font-size:28px!important}.dashboard-card h3{font-size:12px!important}.card-icon{height:50px;width:50px}.fa-icon{font-size:20px}}.app{min-height:100vh;display:flex;flex-direction:column;background-color:#f5f6fa}.app-container{display:flex;flex:1;margin-top:60px;position:relative}@media (max-width: 768px){.app-container{margin-top:35px}}.main-content{flex:1;padding:40px 20px 20px;background-color:#fff;min-height:calc(100vh - 60px);overflow-y:auto}.main-content::-webkit-scrollbar{width:10px}.main-content::-webkit-scrollbar-track{background:#f8f9fa;border-radius:5px}.main-content::-webkit-scrollbar-thumb{background:#6c757d;border-radius:5px;transition:background .3s ease}.main-content::-webkit-scrollbar-thumb:hover{background:#495057}.page-placeholder{background:white;padding:40px;border-radius:10px;box-shadow:0 4px 6px #0000001a;text-align:center;max-width:600px;margin:0 auto}.page-placeholder h1{color:#2c3e50;margin-bottom:20px;font-size:2rem}.page-placeholder p{color:#7f8c8d;font-size:1.1rem;line-height:1.6}h4{font-size:16px;font-weight:500;color:#333;margin:20px 0 10px;letter-spacing:-.5px}.main-content h2{font-size:24px;font-weight:600;color:#333;margin:10px 0}.main-content h3{font-size:20px;font-weight:500;color:#333}.table{font-size:14px;margin-top:20px;width:100%;border-collapse:collapse;border-spacing:0;border-radius:10px}.Guides_section table{display:table;width:100%;table-layout:auto}.Guides_section .MuiAccordionDetails-root>table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.Guides_section table,.Guides_section .MuiAccordionDetails-root>table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}.table-responsive{border-radius:5px;overflow:hidden;border:1px solid #eee;margin-bottom:30px}.table thead tr:first-child th:first-child{border-top-left-radius:5px}.table thead tr:first-child th:last-child{border-top-right-radius:5px}.table tbody tr:last-child td:first-child{border-bottom-left-radius:5px}.table tbody tr:last-child td:last-child{border-bottom-right-radius:5px}.table-responsive::-webkit-scrollbar{height:8px;width:8px}.table-responsive::-webkit-scrollbar-track{background:#f1f3f4;border-radius:4px}.table-responsive::-webkit-scrollbar-thumb{background:#5f6368;border-radius:4px;transition:background .3s ease}.table-responsive::-webkit-scrollbar-thumb:hover{background:#3c4043}.table thead tr th{background:#f0f7ff;font-weight:600;padding:5px;border:solid 1px #d4d4d4}.table>tbody>tr:nth-of-type(2n)>*{background:#fbfbfb!important;vertical-align:top;padding:5px;border:solid 1px #eee;cursor:default!important}.table>tbody>tr:nth-of-type(odd)>*{vertical-align:top;padding:5px;border:solid 1px #eee;cursor:default!important}.table>tbody>tr:hover>*{background:#f6fcff!important;cursor:pointer}.row-striped tr:nth-child(odd) td{background:#fcfcfc;padding:10px;border:solid 1px #d4d4d4}.row-striped tr:nth-child(2n) td{background:#ffffff;padding:10px;border:solid 1px #d4d4d4}.table.table_totalValue tr:last-child{background-color:#e7e7e7}.table.table_totalValue tr:last-child th{padding:10px}.text-center{text-align:center}.text-right{text-align:right}.form-check-input[type=checkbox]{width:15px;height:15px;border-radius:4px;border:2px solid #0d6efd;cursor:pointer;transition:all .2s ease}.form-check-input input[type=checkbox]:disabled{background-color:#d3d3d3;border:1px solid #999;opacity:1;cursor:not-allowed}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M6 10l3 3 6-6'/%3e%3c/svg%3e");background-size:14px;background-position:center;background-repeat:no-repeat}.form-check-input:disabled{background-color:#0d6efd;border-color:#0d6efd;cursor:not-allowed;opacity:.65}.form-check-label{margin-left:8px;font-size:14px;color:#333}.fw-bold{font-weight:700!important}.formula_layout{list-style:decimal}.formula-title{font-weight:700;color:#2c3e50}ul.formula_layout{margin:20px}.formula{color:#34495e;line-height:2;margin-bottom:20px;list-style:none;position:relative;font-size:16px;padding:5px 0 5px 20px}.formula li{position:relative;font-size:16px;padding:5px 0 5px 20px}.formula li:before{content:"➤";position:absolute;left:0;top:7px;color:#0d6efd;font-size:14px}.accountingFormula1 h4{font-size:24px;font-weight:500;color:#242424}.noteColor{color:#6e6e6e;font-size:14px}.cursor-pointer{cursor:pointer;color:#0d6efd}.MuiTableContainer-root{max-width:100%;overflow-x:auto;overflow-y:auto}.MuiTableContainer-root::-webkit-scrollbar{width:8px;height:8px}.MuiTableContainer-root::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.MuiTableContainer-root::-webkit-scrollbar-thumb{background:#6c757d;border-radius:4px;transition:background .3s ease}.MuiTableContainer-root::-webkit-scrollbar-thumb:hover{background:#495057}.MuiTable-root{table-layout:fixed;width:100%}.MuiTableCell-root{white-space:normal;word-break:break-word;overflow:visible}.MuiDataGrid-root{max-width:100%;border-radius:10px;overflow:hidden;border:1px solid #eee}.MuiDataGrid-root::-webkit-scrollbar{width:8px;height:8px}.MuiDataGrid-root::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.MuiDataGrid-root::-webkit-scrollbar-thumb{background:#bdbdbd;border-radius:4px;transition:background .3s ease}.MuiDataGrid-root::-webkit-scrollbar-thumb:hover{background:#9e9e9e}.MuiDataGrid-virtualScroller{overflow:auto!important;overflow-x:hidden!important}.MuiDataGrid-cell{white-space:normal!important;word-break:break-word;overflow:visible;align-items:flex-start;line-height:1.3}.table-responsive{overflow:visible}button:focus,button:focus-visible{outline:none!important}.MuiDataGrid-row:nth-of-type(2n){background-color:#f9fafb}.MuiDataGrid-row:nth-of-type(odd){background-color:#fff}.financial_table{overflow:auto}.financial_table tr:nth-child(2n) td{white-space:nowrap}.financial_table .ps-4{padding-left:20px!important}.fin_sub-title td{white-space:normal!important;word-break:break-word}.financial_table th.fin_leftAlign{text-align:left!important;padding-left:10px}@media (max-width: 768px){.main-content{padding:30px 15px 15px}.MuiDataGrid-root{overflow:auto!important}.MuiDataGrid-columnHeaders{overflow:visible!important}.MuiDataGrid-columnHeader{white-space:normal!important;align-items:flex-start!important}.MuiDataGrid-columnHeaderTitle{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;line-height:1.2;font-size:9px!important}.MuiDataGrid-cell{font-size:9px!important}.MuiTableCell-head{white-space:normal!important;word-break:break-word}.search-container{width:100%;max-width:180px;flex-shrink:1;min-width:0}.page-placeholder{padding:30px 20px}.page-placeholder h1{font-size:1.5rem}.main-content h2{font-size:16px;font-weight:700}.main-content h4,h3{font-size:13px}.searchFields{flex-direction:column;align-items:stretch;gap:10px;font-size:13px!important}.search-input{padding:8px 50px 8px 12px;color:#333;font-size:13px!important}.search-container svg{height:24px;width:24px;padding:5px}.header-content{padding:5px 16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:10px}.header-content .logo{flex-shrink:0}.MuiDataGrid-mainContent{width:100%;max-width:100%;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}input,p{font-size:13px!important}ul.formula_layout{margin:10px;font-size:13px}.table{display:block;overflow:auto;width:100%}.formula{padding:0;font-size:13px;line-height:1.2}.formula li{font-size:13px}.main-content h3{font-size:12px}.table-responsive{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;margin:10px 0;border-radius:5px}.table thead tr th,.table tbody tr td{padding:8px 6px;font-size:12px;white-space:normal;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:200px}.table-responsive .table thead tr th{position:sticky;top:0;z-index:10;background:#f0f7ff;font-weight:600;white-space:normal;word-wrap:break-word}.Guides_section .table-responsive{width:100%;margin:15px 0}.Guides_section .table{min-width:100%;width:max-content}.Guides_section .table thead tr th,.Guides_section .table tbody tr td{white-space:normal;word-wrap:break-word;word-break:break-word;padding:10px 8px;font-size:13px;line-height:1.4}.MuiAccordionDetails-root .table-responsive{width:100%;overflow-x:auto}.logo img{height:30px}}@media (max-width: 480px){.main-content{margin-left:0;padding:20px 10px 15px}.app-container{margin-top:35px}button,a,.menu-link,.submenu-link{min-height:44px;min-width:44px}}@media (min-width: 1500px){body,.app{background-color:#fff!important}.app-container,.header-content{max-width:1400px!important;width:1400px!important;margin-left:auto;margin-right:auto}header{border-bottom:solid 4px #1c4587!important}.header-content{border-bottom:solid 4px #fff!important}footer{border-top:solid 4px #1c4587!important}.footer-bottom{max-width:1400px!important;width:1400px!important;margin-left:auto;margin-right:auto}}.table-of-contents{padding:15px;color:#637288;margin-bottom:20px;position:fixed;right:8%;top:15%;width:250px;max-height:calc(100vh - 100px);overflow-y:auto;background-color:#fff;border-radius:8px;box-shadow:1px 1px 5px #0000001a;z-index:100}.table-of-contents p,.table-of-contents .MuiTypography-root{font-size:14px;font-weight:400;color:#637288;margin:5px 0;transition:all .2s ease;cursor:pointer}.table-of-contents .MuiTypography-root:hover{color:#0d6efd}.table-of-contents .toc-item{display:block;font-size:14px;font-weight:400;color:#637288;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.table-of-contents .toc-item:hover{color:#0d6efd;background-color:#f0f7ff;transform:translate(4px);padding-left:16px}.table-of-contents .toc-item:active{transform:translate(2px);background-color:#e0efff}.table-of-contents .toc-item.active{color:#0d6efd;font-weight:600;background-color:#f0f7ff;border-left:3px solid #0d6efd;padding-left:12px}@media (max-width: 1200px){.table-of-contents{width:200px;padding:15px}.Guides_section [class*=Grid]:first-of-type{padding-right:220px!important}}@media (max-width: 768px){.table-of-contents{display:none}.Guides_section [class*=Grid]:first-of-type{padding-right:0!important;padding-left:0!important}.Guides_section{padding:15px 10px!important;width:100%;overflow-x:hidden}.Guides_section p,.Guides_section li,.Guides_section div,.Guides_section span,.Guides_section code,.Guides_section pre{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.table_accordion_style .MuiAccordionDetails-root{padding:10px!important;overflow-x:auto}.Guides_section .bg_section,.Guides_section .bq_sectionLite{overflow-x:auto;word-wrap:break-word;padding:15px!important;width:100%;box-sizing:border-box}.Guides_section .bg_section h3,.Guides_section .bg_section p,.Guides_section .bq_sectionLite h3,.Guides_section .bq_sectionLite p{word-wrap:break-word;overflow-wrap:break-word;max-width:100%;-webkit-hyphens:auto;hyphens:auto}.Guides_section .MuiTypography-root{word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%!important;-webkit-hyphens:auto;hyphens:auto}.Guides_section a{word-break:break-all;overflow-wrap:break-word;display:inline-block;max-width:100%}.Guides_section code,.Guides_section pre{word-wrap:break-word;word-break:break-all;overflow-wrap:break-word;white-space:pre-wrap;max-width:100%;overflow-x:auto}.Guides_section .MuiGrid-container{width:100%!important;margin:0!important;max-width:100%!important}.Guides_section .MuiGrid-item{width:100%!important;max-width:100%!important;padding:0 10px!important;box-sizing:border-box}.Guides_section section{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}}.table_accordion_style{margin:10px 0!important;border:1px solid #bfbfbf!important;border-radius:8px!important;box-Shadow:none!important;color:#7c7c7c}.table_accordion_style:before{display:none!important;content:none!important}.search-result-container{width:100%;color:#333}.search-result-header{padding:20px}.search-result-header h2{font-size:1.5rem;margin-bottom:10px;word-wrap:break-word}.search-result-item{border:1px solid #ddd;border-radius:8px;padding:16px;margin:10px 0;background-color:#f9f9f9;transition:box-shadow .3s ease}.search-result-item:hover{box-shadow:0 2px 8px #0000001a}.search-result-item h4{margin:0 0 8px;color:#1c4587;font-weight:700;cursor:pointer;word-wrap:break-word;overflow-wrap:break-word}.search-result-item p{margin:0 0 12px;word-wrap:break-word;overflow-wrap:break-word}.search-result-link{color:#6e6e6e;word-break:break-all;overflow-wrap:break-word}.search-result-description{color:#666;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 768px){.search-result-header{padding:15px}.search-result-header h2{font-size:1.2rem}.search-result-item{padding:12px;margin:8px 0}.search-result-item h4{font-size:.95rem;margin-bottom:6px}.search-result-item p{font-size:.85rem;margin-bottom:8px}.search-result-link{font-size:.8rem}.search-result-description{font-size:.85rem}.MuiTabs-root{overflow-x:auto;-webkit-overflow-scrolling:touch}.MuiTab-root{min-width:auto;padding:8px 12px;font-size:.875rem}}@media (max-width: 480px){.search-result-header{padding:10px}.search-result-header h2{font-size:1rem}.search-result-item{padding:10px}.search-result-item h4{font-size:.9rem}.search-result-item p{font-size:.8rem}.MuiTab-root{padding:6px 8px;font-size:.8rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;color:#333;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Work Sans,sans-serif!important}#root{width:100%;height:100vh}a{font-weight:500;color:#0d6efd;text-decoration:inherit}a:hover{color:#0958cf!important}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-corner{background:#f1f1f1}*{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.Guides_section h1{text-align:left;font-size:32px;font-weight:700;color:#333;margin:10px 0 30px}.Guides_section h2{text-align:left;font-size:24px;font-weight:500;color:#333;margin:20px 0 5px}.Guides_section h3{text-align:left;font-size:20px;font-weight:500;color:#333;margin:20px 0 5px}.Guides_section ul{list-style:none;padding-left:30px}.Guides_section ul li{position:relative;padding-left:15px}.Guides_section ul li::marker{content:"→";color:#333;font-size:18px;font-weight:500}.Guides_section .bq_id{font-size:16px;font-weight:500;color:#333;font-family:Courier New;margin:10px 20px}.Guides_section .bg_section{background:#ecedef;padding:20px;border-radius:10px}.Guides_section .bg_section h3,.Guides_section .bg_section p{color:#333!important;margin:0 auto}.Guides_section .bg_section a{color:#4fd560!important}.Guides_section .bq_sectionLite{background-color:#e5e7ed;border-radius:10px;margin:30px 0;padding:20px}.Guides_section .bq_sectionLite h3{margin:0}.Guides_section .bq_sectionLite p{padding:5px 0 0;margin:0}.code-block{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px 15px 40px;font-family:Courier New,Courier,monospace;font-size:16px;color:#333;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word;box-shadow:0 2px 5px #0000001a;margin-bottom:30px}.code-header{font-weight:600;margin-bottom:8px;font-size:18px;color:#222}body{font-family:Helvetica,Arial,sans-serif;background:#fff;color:#222;margin:0;padding:0}.leftBorder_Section{border-left:solid 5px #ccc;border-radius:20px;padding-left:20px;border-top:solid 1px #ccc;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;padding-bottom:15px;margin:20px 0}.leftBg_Section{border-left:solid 5px #ebebeb;border-radius:20px;padding-left:20px;border-top:solid 1px #ebebeb;border-right:solid 1px #ebebeb;border-bottom:solid 1px #ebebeb;padding-bottom:15px;margin:20px 0;background:#fdfdfe}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9;color:#213547}}@media (max-width: 768px){.Guides_section{padding:15px 10px!important;width:100%;box-sizing:border-box;overflow-x:hidden}.Guides_section h1{font-size:20px!important;margin:8px 0 15px;word-wrap:break-word;overflow-wrap:break-word}.Guides_section h2{font-size:18px!important;margin:15px 0 4px;word-wrap:break-word;overflow-wrap:break-word}.Guides_section h3{font-size:16px!important;margin:15px 0 4px;word-wrap:break-word;overflow-wrap:break-word}.Guides_section p,.Guides_section ul,.Guides_section li,.Guides_section div,.Guides_section span{font-size:14px!important;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.Guides_section .bq_id{font-size:13px!important;word-wrap:break-word;overflow-wrap:break-word;overflow-x:auto;display:block}.Guides_section .code-block{font-size:12px!important;padding:10px;overflow-x:auto;word-wrap:break-word}.Guides_section .code-header{font-size:14px!important}.Guides_section section{width:100%;overflow-x:hidden;word-wrap:break-word;margin:0!important}.Guides_section .MuiTypography-root{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.Guides_section table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.Guides_section .table-responsive{width:100%;overflow-x:auto;margin:10px 0}.Guides_section table th,.Guides_section table td{white-space:normal!important;word-wrap:break-word;word-break:break-word;padding:8px 6px!important;font-size:12px!important;line-height:1.4;max-width:none}.Guides_section .bg_section,.Guides_section .bq_sectionLite{overflow-x:auto;word-wrap:break-word;padding:15px!important;width:100%;box-sizing:border-box}.Guides_section .MuiGrid-container{width:100%!important;margin:0!important;max-width:100%!important}.Guides_section .MuiGrid-item{width:100%!important;max-width:100%!important;padding:0 10px!important;box-sizing:border-box}.Guides_section *{max-width:100%;box-sizing:border-box}.Guides_section strong,.Guides_section em,.Guides_section b,.Guides_section i{word-wrap:break-word;overflow-wrap:break-word}}.Guides_section{color:#333;padding:20px;font-family:Arial,sans-serif;line-height:1.6}.Guides_section h1,.Guides_section h2,.Guides_section h3{color:#222;font-weight:600;margin-top:20px}.api-example-box{background:#f7f8fa;border:1px solid #d9d9e3;border-radius:8px;padding:16px;margin:16px 0}.api-example-title{font-weight:600;margin-bottom:10px;color:#222}.api-endpoint-link,.api-json{background:#ffffff;border:1px solid #e4e7ec;padding:12px;border-radius:6px;font-family:Courier New,monospace}.api-endpoint-link{font-size:13px;display:inline-block;word-break:break-all}.api-json{font-size:13px;white-space:pre-wrap;overflow-x:auto}.bg_section,.bq_sectionLite{background:#f7f8fa;border:1px solid #e4e7ec;padding:12px;border-radius:6px;margin:10px 0}.bq_id{font-weight:700;font-family:monospace}
