.chat-window{width:4.25in;height:9in;border-radius:10px;border:1px solid #ccc;display:flex;flex-direction:column;position:relative;padding:10px;background-color:#fff;box-shadow:0 5px 15px #0003}.chat-window.dark{background-color:#2c2c2c;color:#fff}.chat-tools{display:flex;justify-content:space-between;margin-bottom:10px}.chat-header{display:flex;align-items:center;padding:10px}.profile-pic{border-radius:50%;width:50px;height:50px}.chat-title{margin-left:10px;font-size:1.2em;font-weight:700}.chat-content{flex:1;padding:10px;overflow-y:auto}.message{margin:10px 0;padding:10px;border-radius:10px}.user-message{background-color:#007bff;color:#fff;text-align:right}.bot-message{background-color:#f1f1f1}.chat-prompt{display:flex;padding:10px;border-top:1px solid #ccc}.chat-prompt input{flex:1;padding:10px;border-radius:5px;border:1px solid #ccc;margin-right:10px}.chat-prompt button{padding:10px;background-color:#007bff;color:#fff;border-radius:5px;border:none;cursor:pointer;transition:background-color .3s ease}.chat-prompt button:hover{background-color:#0056b3}.spinning-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;perspective:1000px}.spinning-logo{width:100%;height:100%;position:absolute;transform-style:preserve-3d;animation:spin 3s linear infinite;border-radius:50%}.logo-front,.logo-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:50%;background-size:cover;background-position:center}.logo-front{transform:rotateY(0);background-image:url(/static/media/fig_CROP.CAHoQpj-.png)}.logo-back{transform:rotateY(180deg);background-image:url(/static/media/fig_agent.J2moMie_.png)}:root{--text-color: #000;--background-color: #fff;--header-bg: #f5f5f5;--divider-color: #ccc;--alternate-row: #f9f9f9}@media print{.no-print,.MuiButton-root{display:none!important}.pagedjs_report{padding-bottom:1.5in}tr,.stat-box,.section-break,.chapter{break-inside:avoid}.section-break,.chapter{break-before:page}}.pagedjs_report{background-color:var(--background-color);color:var(--text-color)!important;line-height:1.5;margin:0 auto;user-select:none}.pagedjs_report .header{display:flex;flex-direction:column}.pagedjs_report .header .box .stat-container{display:flex;gap:30px;flex-wrap:wrap}.pagedjs_report .header .box .stat-container .stat-box{background-color:#f3f3f3;border:1px solid #dadada;border-radius:60px;box-shadow:3px 3px 10px #0000000d;min-height:90px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--text-color)!important;width:calc(33.69% - 25px)}.pagedjs_report .header .box .stat-container .stat-box .stat-title{font-weight:600;font-size:20px;margin:0 0 8px;color:var(--text-color)!important}.pagedjs_report .header .box .stat-container .stat-box .stat-value{font-weight:400;font-size:16px;margin:0;color:var(--text-color)!important}.pagedjs_report .section-break{margin-bottom:2rem}.pagedjs_report .MuiTable-root th,.pagedjs_report .MuiTable-root td{color:var(--text-color)!important}.pagedjs_report .MuiTable-root tbody tr:nth-child(2n){background-color:var(--alternate-row)}.pagedjs_report .MuiTable-root tbody tr:nth-child(odd){background-color:var(--background-color)}.pagedjs_report .MuiTypography-h5,.pagedjs_report .MuiTypography-h6{color:var(--text-color)!important;font-weight:600}.pagedjs_report .overall-summary{display:flex;justify-content:space-between;margin-bottom:1rem}.pagedjs_report .overall-summary .summary-total{text-align:center;font-weight:700;color:var(--text-color)}.report-header{position:running(report-header);text-align:center;margin-bottom:20px}.report-header img{max-width:150px;margin:0 auto 10px}.report-header .MuiTypography-h4{font-weight:700;color:var(--text-color)!important}.reportBtn{border:1px solid #f0f0f0!important;height:50px;background-color:#fbfbfb!important;border-radius:10px!important;font-weight:500!important;font-size:14px!important;text-transform:capitalize!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.print-footer{position:running(pageFooter);text-align:center;font-size:.8em;color:#555}@page{size:8.5in 11in;margin:10px 0 50px;@bottom-center{content:"Page " counter(page) " of " counter(pages);font-family:Poppins,sans-serif;padding:0 15px;text-align:right;font-size:17px;font-weight:500;color:#000}}@media print{body{-webkit-print-color-adjust:exact;print-color-adjust:exact}.print-container{width:100%;max-width:100%;margin:0 auto;padding:0}.no-print{display:none!important}.print-only{display:block!important}}.pagedjs_report.print-container{padding:20px}.pagedjs_report.print-container .header .header-top{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-bottom:20px;background:linear-gradient(56deg,#18bad4 0,#31b680 51.56%,#80c242);padding:10px 16px;border-radius:5px;color:#fff;letter-spacing:1px}.pagedjs_report.print-container .header .header-top h1,.pagedjs_report.print-container .header .header-top .report-title{margin:0;font-weight:600;text-transform:capitalize;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pagedjs_report.print-container .header .header-top.centered{grid-template-columns:1fr;justify-items:center;text-align:center}.pagedjs_report.print-container .header .header-top .report-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.pagedjs_report.print-container .header .header-details{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:center;justify-content:space-between;margin-bottom:20px}.pagedjs_report.print-container .header .header-details .logo{height:150px}.pagedjs_report.print-container .header .header-details .logo img{max-height:100%;height:auto;width:auto;display:block}.pagedjs_report.print-container .header .header-details .report-summary{display:flex;flex-direction:column;align-items:flex-end}.pagedjs_report.print-container .header .header-details .report-summary h2{font-size:26px;font-weight:600;margin:0 0 10px;line-height:normal}.pagedjs_report.print-container .header .header-details .report-summary p{font-weight:600;font-size:16px;margin:0;display:flex;align-items:center;gap:10px}.pagedjs_report.print-container .header .header-details .report-summary p span{font-weight:400}.pagedjs_report.print-container .header .stat-boxes{display:flex;flex-direction:column;gap:30px;margin:auto;min-width:90%}.pagedjs_report.print-container .header .stat-boxes .box .stat-container{display:flex;flex-wrap:wrap;gap:20px}.pagedjs_report.print-container .header .stat-boxes .box-title{margin-bottom:20px;color:#000;font-size:20px;font-weight:600}.tables{margin-top:40px;display:flex;flex-direction:column;gap:20px}.table-section{border:1px solid #f0f0f0;border-radius:20px;overflow:hidden}.table-section .tablehead{background-color:#f0f0f0;display:flex;align-items:center;justify-content:space-between;padding:10px 20px}.summary-section{background-color:#f0f0f0;padding:1rem;margin-top:20px;border-radius:20px;overflow:hidden}.summary-section h5{font-size:20px}.summary-section .summary-total{display:flex;justify-content:space-between;margin-bottom:16px}.summary-section .summary-total p{font-size:16px}.summary-section .summary-net{text-align:center;font-size:18px;font-weight:600}.print-footer.print-only{position:fixed;bottom:0;left:0;width:100%;text-align:center;font-size:.8em;color:#555;padding:10px 0}@media (max-width: 1200px){.pagedjs_report.print-container .header .header-top{grid-template-columns:1fr}.pagedjs_report.print-container .header .header-top .report-controls{justify-content:flex-start}.pagedjs_report.print-container .header .header-details{grid-template-columns:1fr;justify-items:center;text-align:center}.pagedjs_report.print-container .header .header-details .report-summary{align-items:center}}@media (max-width: 640px){.reportBtn{padding:0 10px!important;height:44px;font-size:13px!important}.pagedjs_report.print-container .header .header-top{padding:8px 12px}}.tablePaginationMainBox{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:10px 22px}.tablePaginationMainBox .paginationInnerBox{display:flex;align-items:center;gap:.5rem}.tablePaginationMainBox .paginate-container{margin:0;list-style:none;display:flex;align-items:center;gap:.5rem;padding:0}.tablePaginationMainBox .paginate-container li{display:flex;align-items:center;justify-content:center;min-width:19px;height:19px;background-color:#fff;border-radius:3px;color:#666;font-size:15px;flex:none;width:auto}.tablePaginationMainBox .paginate-container li a{display:flex;cursor:pointer}.tablePaginationMainBox .paginate-container li.selected{background-color:#86c65a;color:#fff}.noscroll::-webkit-scrollbar{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-container{perspective:1000px}.modal-content{width:150px;height:150px;position:relative;transform-style:preserve-3d;animation:spin 2s linear infinite}.modal-front,.modal-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 0 15px #0000001a}.modal-front{transform:rotateY(0)}.modal-back{transform:rotateY(180deg)}@keyframes spin{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.logo{width:100px;height:100px}
