.ReportPage_buttonContainer__gRHEb{display:flex;justify-content:flex-end;gap:10px;margin-bottom:15px}.ReportPage_closeButton__b8Tnc{background-color:transparent;border:none;font-size:30px;cursor:pointer;color:#333;padding:1px 15px;transition:color .3s ease;display:flex;align-items:center;justify-content:center;font-weight:700}.ReportPage_closeButton__b8Tnc:hover{color:red;background-color:rgba(255,0,0,.1);border-radius:50%}.ReportPage_downloadButtonModal__qP0gk{background-color:#4caf50;color:#fff;border:none;padding:5px 15px;cursor:pointer;transition:background-color .3s ease;font-size:12px;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:10px}.ReportPage_downloadButtonModal__qP0gk:hover{background-color:#45a049}.ReportPage_viewButton__OKLYJ{background-color:#4caf50;color:#fff;border:none;padding:10px 15px;cursor:pointer;transition:background-color .3s ease;font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;margin:10px 0}.ReportPage_viewButton__OKLYJ:hover{background-color:#45a049}.ReportPage_modal__M31lc{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999;overflow:auto}.ReportPage_modalContent__uLpNY{background-color:#fff;padding:20px;border-radius:10px;width:100%;max-width:80%;max-height:80vh;overflow-y:auto;position:relative;box-sizing:border-box}.ReportPage_loadingSpinner__GjgFX{display:flex;justify-content:center;align-items:center;height:100vh;position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.7);z-index:9999}.ReportPage_spinner__5OZRK{border:4px solid #f3f3f3;border-top-color:#27ec80;border-radius:50%;width:50px;height:50px;animation:ReportPage_spin__SLQG8 2s linear infinite}@keyframes ReportPage_spin__SLQG8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}