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