.app-name{align-items:center;background-color:initial;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:20px;gap:5px;justify-content:center;margin:20px 0;text-align:center;text-transform:uppercase;z-index:0}.app-name img{height:25px;width:25px}.side-menu{background-color:#1e293b;box-shadow:2px 0 5px #0003;color:#fff;display:flex;flex-direction:column;height:100vh;position:relative;transition:all .3s ease;width:200px}.drawer-closed{width:50px}.drawer-open{width:200px}.menu-toggle{align-items:center;background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin:10px;padding:10px;transition:background-color .3s ease}.menu-toggle:hover{background-color:#2563eb}.menu-list{flex-grow:1;overflow-y:auto}.menu-list .pdp-svg-icon{fill:#fff;font-size:18px}.menu-item{align-items:center;cursor:pointer;display:flex;font-size:12px;gap:2px;justify-content:flex-start;padding:10px;position:relative;transition:background-color .3s ease}.menu-item-active{background-color:#475569}.menu-item:hover{background-color:#334155}.menu-item span:first-child{font-size:20px;margin-right:10px}.submenu-list{background-color:#334155;max-height:500px;opacity:1;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;transition:max-height .3s ease}.submenu-item{align-items:center;border-radius:4px;color:#e2e8f0;display:flex;font-size:14px;gap:10px;justify-content:flex-start;padding:8px 8px 8px 50px;text-decoration:none;transition:background-color .3s ease,color .3s ease}.drawer-closed .submenu-item{padding:8px}.submenu-item-active,.submenu-item:hover{background-color:#1e40af;color:#fff}.user-info{border-top:1px solid #334155;display:flex;flex-direction:column;padding:10px 15px;transition:opacity .3s ease}.user-info-header{display:flex;justify-content:space-between}.user-details{font-size:14px;margin-top:10px}.user-details div{margin-bottom:5px}.user-info button{background-color:initial;border:1px solid #ef4444;border-radius:4px;color:#ef4444;cursor:pointer;font-size:14px;padding:8px 12px;transition:background-color .3s ease;width:50%}.user-info button:hover{background-color:#ef4444;color:#fff}.login-container{align-items:center;background-color:#313638;display:flex;height:100vh;justify-content:center;min-width:350px;overflow:hidden;position:relative;width:100vw}.login-container-left,.login-container-right{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:40%;z-index:1}.login-container-left{width:60%}.login-container-left h1{color:#fff;font-size:4rem;line-height:55px;text-align:center;text-shadow:1px 1px 8px #272727;text-transform:uppercase}.login-container-left p{color:#e33c74;font-size:2rem;font-weight:100;letter-spacing:.5px;line-height:20px;padding:8px;text-align:center;text-transform:lowercase}.bubble1,.bubble2,.bubble3{z-index:0}.bubble1:after,.bubble1:before,.bubble2:after,.bubble2:before,.bubble3:after,.bubble3:before{animation:gentleFloat 10s ease-in-out infinite;background:radial-gradient(circle at 30% 30%,#f5da63,#ffe291);border-radius:50%;box-shadow:0 15px 40px #0003}.bubble1:before{animation-duration:8s;content:"";height:400px;left:-5%;position:absolute;top:-10%;width:400px}.bubble1:after{animation-duration:10s;content:"";height:200px;left:20%;position:absolute;top:20%;width:200px}.bubble2:before{animation-duration:12s;content:"";height:500px;position:absolute;right:20%;top:-5%;width:500px}.bubble2:after{animation-duration:9s;content:"";height:100px;position:absolute;right:35%;top:60%;width:100px}.bubble3:before{animation-duration:11s;content:"";height:250px;position:absolute;right:80%;top:70%;width:250px}.bubble3:after{animation-duration:14s;content:"";height:300px;position:absolute;right:-5%;top:60%;width:300px}.login-form{border:1px solid hsla(0,0%,39%,.432);border-radius:15px;display:flex;flex-direction:column;overflow:hidden;padding:50px 20px;position:relative;z-index:1}.login-error-message{background-color:red;bottom:2%;color:#fdfdfd;font-size:12px;left:25%;padding:5PX;position:absolute;z-index:100}.login-form-background{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#4b4b4b41;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.login-title{color:#e2e2e2;font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;z-index:1}.login-label{color:#e2e2e2;font-size:14px;margin-bottom:10px;z-index:1}.login-input{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-top:5px;padding:10px;width:100%;z-index:1}.login-checkbox-label{align-items:center;color:#e2e2e2;display:flex;font-size:14px;margin-top:10px;z-index:1}.login-checkbox{margin-right:10px}.login-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:10px;z-index:1}.login-button:hover{background-color:#0056b3}.login-divider{border:0;height:1px;margin:20px 0}.google-login-button{display:flex;justify-content:center}.login-links{margin-top:20px;text-align:center}.login-link{color:#007bff;font-size:14px;text-decoration:none}.login-link:hover{text-decoration:underline}@media screen and (max-width:992px){.login-container{flex-direction:column;height:auto;height:100vh;padding:20px;width:100vw}.login-container-left,.login-container-right{height:100%;padding:20px 0;width:auto}.login-container-left h1{font-size:6rem;line-height:110px}.login-container-left p{font-size:1.8rem}.bubble1:before{height:300px;width:300px}.bubble1:after{height:150px;width:150px}.bubble2:before{height:400px;width:400px}.bubble2:after{height:80px;width:80px}.bubble3:before{height:200px;width:200px}.bubble3:after{height:250px;width:250px}}@media screen and (max-width:768px){.login-container-left h1{font-size:4rem;line-height:90px}.login-container-left p{font-size:1.4rem;line-height:20px}.bubble1:before{height:220px;left:-10%;top:-5%;width:220px}.bubble1:after{height:120px;left:10%;top:35%;width:120px}.bubble2:before{height:300px;right:15%;top:-5%;width:300px}.bubble2:after{height:60px;right:30%;top:55%;width:60px}.bubble3:before{height:130px;right:60%;top:65%;width:130px}.bubble3:after{height:200px;right:-5%;top:55%;width:200px}.login-form{max-width:400px;padding:40px 20px;width:90%}}@media screen and (max-width:480px){.login-container-left h1{font-size:3rem;line-height:70px}.login-container-left p{font-size:1.1rem;line-height:18px}.bubble1:before{height:180px;left:-15%;width:180px}.bubble1:after{height:100px;left:15%;top:40%;width:100px}.bubble2:before{height:250px;right:10%;width:250px}.bubble2:after{height:50px;width:50px}.bubble3:before{height:110px;right:50%;width:110px}.bubble3:after{height:150px;width:150px}.login-form{padding:30px 15px;width:95%}}@keyframes gentleFloat{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.captcha-container{align-items:center;display:flex;flex-direction:column;margin:20px}.captcha-form{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.captcha-box{align-items:center;display:flex;gap:10px}.captcha-image-container{position:relative}.captcha-image{filter:blur(1px);max-width:100%}.captcha-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.captcha-refresh-btn{background-color:#f0f0f0;border:none;cursor:pointer;font-size:18px;padding:5px 10px}.captcha-input{border:1px solid #ccc;border-radius:4px;padding:8px;width:200px}.captcha-verify-btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.captcha-verify-btn:disabled{background-color:#d3d3d3;cursor:not-allowed}.snackbar{animation:fadeInOut 3s;border-radius:4px;bottom:20px;font-size:14px;left:50%;padding:10px 20px;position:fixed;transform:translateX(-50%)}.snackbar-success{background-color:#28a745;color:#fff}.snackbar-error{background-color:#dc3545;color:#fff}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}.stock-chart-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px #0000001a;font-family:Arial,sans-serif;margin:16px;padding:16px}.stock-chart-header h2{color:#333;font-size:1.5rem;margin:0 0 16px}.stock-chart-content{display:flex;flex-direction:column;gap:16px}.chart-container{height:300px;width:100%}.stock-chart-table{border-collapse:collapse;margin-top:16px;width:100%}.stock-chart-table td,.stock-chart-table th{border:1px solid #ddd;padding:8px;text-align:left}.stock-chart-table th{background-color:#f5f5f5;font-weight:700}.stock-chart-table tr:nth-child(2n){background-color:#f9f9f9}.stock-chart-table tr:hover{background-color:#f1f1f1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{margin:auto;max-width:900px;text-align:center;width:100%}.map{border-radius:10px;box-shadow:0 4px 8px #0003;height:500px}.article-form{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1280px}.form-section{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;position:relative}.form-section-1{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.form-section-1,.form-section-2{grid-column-gap:10px;grid-row-gap:10px;border:1px solid var(--frame-color);border-radius:8px;column-gap:10px;display:grid;justify-content:center;padding:2.5rem 1rem 1rem;position:relative;row-gap:10px;transition:all .5s ease;width:100%}.form-section-2{grid-template-columns:1fr}.form-section-3{align-items:flex-start;border:1px solid var(--frame-color);border-radius:8px;display:flex;flex-wrap:wrap;justify-content:space-between;padding:2.5rem 1rem 1rem;position:relative;transition:all .5s ease;width:100%}.form-section-1:hover,.form-section-2:hover,.form-section-3:hover{border:1px solid var(--primary-color);box-shadow:0 0 8px #cecece}.form-section-title{background-color:var(--background-color);left:1rem;padding:0 5px;position:absolute;top:-1.3rem}.paragraph-block{margin-bottom:1.5rem;position:relative}.paragraph-text-area{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;max-width:1280px;min-height:200px;padding:1rem;text-align:justify;width:100%}.paragraph-field{display:flex;flex-direction:column}.char-counter{bottom:0;color:#333;font-size:1rem}.char-counter.over-limit{color:red;font-weight:600}.paragraph-buttons-inline{display:flex;gap:.5rem;margin-top:.5rem}.paragraph-button{cursor:pointer}.paragraph-button-add,.paragraph-button-remove{background:none;border:none;position:absolute}.paragraph-button-remove{bottom:-30px;left:0}.paragraph-button-remove .pdp-svg-icon,.remove-other-image-btn .pdp-svg-icon,.remove-thumbnail-btn .pdp-svg-icon{fill:var(--accent-color)}.paragraph-button-add{bottom:-30px;right:0}.thumbnail-section{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.thumbnail-row{align-items:center;display:flex;justify-content:flex-end}.add-thumbnail-btn,.remove-thumbnail-btn{background:none;border:none}.remove-thumbnail-btn{padding:0}.thumbnail-preview{border-radius:4px;height:120px;margin-top:.5rem;object-fit:cover;width:auto}.other-images{margin-bottom:1.5rem}.other-images-header{align-items:center;display:flex;justify-content:flex-start}.other-images-header-btn{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.4rem .8rem}.other-image-field{display:flex;flex-direction:column;margin-top:1rem}.other-image-row{align-items:center;display:flex;justify-content:space-between;max-width:400px}.other-image-preview{border:1px solid #ccc;border-radius:4px;height:50px;margin-top:.5rem;object-fit:cover;width:auto}.remove-other-image-btn{background:none;border:none}.social-toggles{flex-direction:column;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.social-toggles,.toggle-field{align-items:center;display:flex}.toggle-field{gap:2rem}.toggle-field .pdp-svg-icon{font-size:1.5rem}.switch{display:inline-block;height:22px;position:relative;width:42px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.slider:before{background-color:var(--accent-color);border-radius:50%;bottom:3px;content:"";height:16px;left:3px;position:absolute;transition:.2s;width:16px}input:checked+.slider:before{background-color:#048343;transform:translateX(20px)}.slider.round{border-radius:34px}.submit-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem;width:100%}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.submit-button:hover:enabled{background-color:#2fd379}@media (max-width:600px){.social-toggles{flex-direction:row;justify-content:space-between;width:100%}.toggle-field{flex-direction:column;gap:.2rem}}.tooltip-container{background-color:#555;border-radius:4px;color:#fff;font-size:12px;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;transition:opacity .2s;white-space:nowrap;z-index:1005}.tooltip-arrow-top{border-color:#555 #0000 #0000;border-width:5px 5px 0;bottom:-5px;left:50%;transform:translateX(-50%)}.tooltip-arrow-bottom{border-color:#0000 #0000 #555;border-width:0 5px 5px;left:50%;top:-5px;transform:translateX(-50%)}.tooltip-arrow-left{border-color:#0000 #0000 #0000 #555;border-width:5px 0 5px 5px;right:-5px;top:50%;transform:translateY(-50%)}.tooltip-arrow-right{border-color:#0000 #555 #0000 #0000;border-width:5px 5px 5px 0;left:-5px;top:50%;transform:translateY(-50%)}.tooltip-container{opacity:1}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal{animation:slide-down .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:20px;width:90%}.modal p{color:#333;font-size:1.1rem;margin-bottom:20px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.btn{border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:8px 16px;transition:background .3s ease}.btn-cancel{background:#f0f0f0;color:#333}.btn-cancel:hover{background:#e0e0e0}.btn-confirm{background:#007bff;color:#fff}.btn-confirm:hover{background:#0069d9}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.snackbar-container{bottom:20px;left:5%;position:fixed;transform:translateX(-50%);z-index:9999}.snackbar{align-items:center;border-radius:6px;box-shadow:0 2px 8px #0003;color:#fff;display:flex;justify-content:space-between;margin:8px auto;max-width:400px;min-width:250px;opacity:1;padding:12px 16px;position:relative;transform:translateY(0);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.snackbar.info{background-color:#2196f3}.snackbar.success{background-color:#4caf50}.snackbar.warning{background-color:#ff9800}.snackbar.error{background-color:#f44336}.snackbar.enter{animation:slideIn .3s ease-out forwards}.snackbar.exit{animation:slideOut .3s ease-in forwards}.snackbar-timer{animation:timer linear forwards;background-color:#0000004d;bottom:0;height:4px;left:0;position:absolute}.snackbar.info .snackbar-timer{background-color:#81c2ff}.snackbar.success .snackbar-timer{background-color:#8fffbe}.snackbar.warning .snackbar-timer{background-color:#ffe985}.snackbar.error .snackbar-timer{background-color:#ff838d}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;margin-left:10px}@keyframes slideIn{0%{opacity:0;transform:translateX(20%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20%)}}@keyframes timer{0%{width:100%}to{width:0}}.pdp-textbox-container{margin-bottom:2px;position:relative;width:100%}.pdp-textbox-label{background-color:#fff;color:#666;display:inline-block;font-size:14px;left:10px;overflow:hidden;padding:0 5px;pointer-events:none;position:absolute;text-overflow:ellipsis;top:55%;transform:translateY(-60%);transition:top .2s,font-size .2s,color .2s;white-space:nowrap}.pdp-textbox-dropdown,.pdp-textbox-input{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:15px;height:40px;outline:none;padding:12px 40px 12px 12px;transition:border-color .2s;width:100%}.pdp-textbox-dropdown:focus,.pdp-textbox-input:focus{border-color:#3f51b5}.pdp-textbox-container.focused .pdp-textbox-label{color:#3f51b5;font-size:12px;top:4px}.calendar-icon,.indicator,.toggle-visibility{font-size:18px;position:absolute;top:50%;transform:translateY(-50%)}.indicator{right:10px}.indicator.valid{color:green}.indicator.invalid{color:red}.toggle-visibility{cursor:pointer;right:35px}.pdp-textbox-dropdown{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23666%27 d=%27M6 8L2 4h8L6 8z%27/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;cursor:pointer}.pdp-textbox-dropdown:disabled,.pdp-textbox-input[readonly]{background-color:#f5f5f5;cursor:not-allowed}.pdp-add-new-inline{display:flex;gap:4px;margin-top:5px;position:relative;z-index:10}.pdp-add-new-inline input{flex:1 1;font-size:.9rem;padding:8px}.pdp-add-new-inline button{cursor:pointer;padding:2px 8px}.add-new-option{background-color:#000;color:#fff}.submit-button{margin:0 auto;width:300px}.pdp-textbox-input[type=date],.pdp-textbox-input[type=datetime-local]{appearance:auto;-webkit-appearance:auto;-moz-appearance:auto;background-color:#fff;padding-right:2.5em}.calendar-icon{color:#666;cursor:pointer;right:12px;z-index:1}option:first-child{background-color:#3b3b3b;color:#fff}.loading-screen{align-items:center;background-color:var(--bg-color);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loader-ring{animation:rotate-ring 1.5s linear infinite;background:conic-gradient(from 0deg at 50% 50%,var(--ring-color-1),var(--ring-color-2),var(--ring-color-1));border-radius:50%;height:var(--loader-size);position:relative;width:var(--loader-size)}.loader-ring:after{background-color:var(--bg-color);content:"";height:84%;left:8%;top:8%;width:84%}.loader-dot,.loader-ring:after{border-radius:50%;position:absolute}.loader-dot{animation:pulse-dot 1.5s ease-in-out infinite;background-color:var(--dot-color);height:20%;width:20%}.loader-message{color:#fff;font-family:sans-serif;font-size:1rem;margin-top:1rem;text-align:center}@keyframes rotate-ring{to{transform:rotate(1turn)}}@keyframes pulse-dot{0%,to{opacity:.7;transform:scale(.6)}50%{opacity:1;transform:scale(1.2)}}.table-classic{border-radius:8px;display:flex;flex-direction:column;height:100vh;min-width:0;overflow:hidden;padding:0;position:relative;width:100%}.table-header{color:#fff;position:sticky;top:0;z-index:2}.table-header th{border-left:.2px solid #ccc;border-right:.2px solid #ccc;color:#fff;font-size:12px;font-weight:400;letter-spacing:.5px;line-height:1;max-width:100px;padding:3px 4px;position:relative;text-align:left;transition:background-color .3s;width:auto}.table-header th:hover{background-color:#004494}.table-header th span{display:inline-block;font-size:.8rem;line-height:normal;max-width:80px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.serial-number-header{background-color:#0056b3;color:#fff;width:30px}.header-content{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.header-lable{height:100%;text-align:left;width:50%}.header-actions{gap:1px;height:100%;width:50%}.header-actions .pdp-svg-icon{fill:#fff;scale:1}.header-actions{align-items:center;display:flex;gap:.5px;justify-content:center}.header-actions .filter-button,.header-actions .sort-button{opacity:0;scale:1;transition:opacity .2s ease}.header-cell{border-left:1px solid #fff;border-right:1px solid #fff;position:relative}.resizer{cursor:col-resize;height:100%;position:absolute;right:-6px;top:0;-webkit-user-select:none;user-select:none;width:4px}.header-cell .header-actions .filter-button .pdp-svg-icon,.header-cell .header-actions .sort-button .pdp-svg-icon{opacity:1;scale:.7}.header-cell.has-filter .header-actions .filter-button,.header-cell.has-sort .header-actions .sort-button,.header-cell:hover .header-actions .filter-button,.header-cell:hover .header-actions .sort-button{opacity:1}.filter-button,.sort-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:2px}.filter-button:hover,.sort-button:hover{fill:#fff}.action-icons{gap:10px}.action-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:20px;justify-content:center;padding:2px;position:relative;width:20px}.action-button:hover{fill:#0056b3}.tooltip-wrapper{height:100%;text-align:left}.export-dropdown{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;position:absolute;right:35px;top:40px;width:150px;z-index:1003}.export-dropdown:before{border-color:#0000 #0000 #ccc;border-style:solid;border-width:0 10px 10px;content:"";position:absolute;right:10px;top:-10px}.export-dropdown:after{border-color:#0000 #0000 #fff;border-style:solid;border-width:0 9px 9px;content:"";position:absolute;right:10px;top:-9px}.export-option{align-items:center;background-color:#eb1414;border:none;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:8px 10px;text-align:left;transition:background-color .3s;width:100%}.export-option:hover{background-color:#f1f1f1}.export-option svg{fill:#333;height:14px;width:14px}.export-option:hover svg{fill:#0056b3}.export-button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:center;padding:2px}.export-button:hover svg{fill:#0056b3}.column-manager{background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #00000026;padding:10px;position:absolute;right:100px;top:50px;width:200px;z-index:1002}.column-manager-show-hide{display:flex;justify-content:space-between;margin-bottom:10px}.column-manager-show-hide button{background-color:#0056b3;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;transition:background-color .3s}.column-manager-show-hide button:hover{background-color:#003d7a}.column-manager ul{list-style:none;margin:10px 0 0;max-height:600px;overflow-y:auto;padding:0}.column-manager li{margin-bottom:5px}.column-manager label{align-items:center;cursor:pointer;display:flex;font-size:12px;gap:5px;padding:5px 0}.filter-popup{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;left:50%;max-width:400px;padding:15px;position:fixed;text-align:left;top:50%;transform:translate(-50%,-50%);width:90%;z-index:1004}.filter-popup h3{color:#0056b3;font-size:16px;margin-bottom:10px}.filter-options{display:flex;flex-direction:column;gap:8px}.filter-options label{display:block;font-size:12px;font-weight:700;margin:0}.date-range-inputs{align-items:center;display:flex;gap:5px}.filter-popup input[type=date],.filter-popup input[type=number],.filter-popup input[type=text],.filter-popup select{border:1px solid #ddd;border-radius:5px;font-size:12px;margin-bottom:10px;outline:none;padding:6px 8px;width:100%}.filter-popup-button-container{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.filter-popup-button-container button{background-color:#0056b3;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;padding:6px 10px;transition:background-color .3s}.filter-popup-button-container button:hover{background-color:#003d7a}.filter-popup-button-container button:first-child{background-color:#6c757d}.filter-popup-button-container button:first-child:hover{background-color:#5a6268}.popup{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:200}.popup-content{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;max-width:500px;padding:15px;text-align:center;width:90%}.popup-content h3{color:#0056b3;font-size:16px;margin-bottom:10px}.popup-content p{font-size:12px;margin-bottom:15px}.popup-content .delete-popup-buttons{display:flex;gap:15px;justify-content:center}.popup-content .cancel-button,.popup-content .delete-button{border:none;border-radius:5px;cursor:pointer;font-size:12px;padding:6px 10px;transition:background-color .3s}.popup-content .delete-button{background-color:#d9534f;color:#fff}.popup-content .delete-button:hover{background-color:#c9302c}.popup-content .cancel-button{background-color:#6c757d;color:#fff}.popup-content .cancel-button:hover{background-color:#5a6268}.table-body{flex:1 1;margin-bottom:50px;overflow-y:auto}.styled-table{border-collapse:collapse;table-layout:fixed;width:100%}.styled-table th{border-bottom:.2px solid #ddd;line-height:2.5;padding:5px 6px}.styled-table td{font-size:13px;padding:8px}.styled-table thead{background-color:#0056b3;color:#fff}.styled-table th{cursor:pointer;position:relative;text-transform:capitalize}.header-menu{fill:hsla(0,0%,100%,.363);background:#0000;border:none;color:#fff;cursor:pointer;font-size:1rem;position:absolute;right:10px;top:10px}.styled-table tbody tr{font-size:12px;line-height:1.5}.styled-table tbody tr:nth-of-type(2n){background-color:#e7e7e7}.styled-table tbody tr:hover{background-color:#ccc}.table-controls{display:flex;flex-wrap:wrap;height:auto;justify-content:space-between;padding:10px 0;width:100%}.table-controls-1,.table-controls-2,.table-controls-3,.table-controls-4,.table-controls-5,.table-controls-6,.table-controls-7{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:40px;min-width:80px;padding:0 10px}.table-controls-1{justify-content:flex-start}.table-controls-1 h3{color:#333;font-size:1.2rem;margin:0}.table-controls-2 input{border:1px solid #ddd;border-radius:5px;font-size:12px;outline:none;padding:6px 8px;transition:border-color .3s;width:100%}.table-controls-2 input:focus{border-color:#0056b3}.table-controls-3 button,.table-controls-4 button,.table-controls-5 button,.table-controls-6 button{background-color:#2682df;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;height:30px;transition:background-color .3s;width:120px}.table-controls-3 button:hover,.table-controls-4 button:hover,.table-controls-5 button:hover,.table-controls-6 button:hover{background-color:#116cc7}.table-controls-7 .table-controls-export{display:flex;gap:5px;position:relative}.table-controls-7 .table-controls-export .pdp-svg-icon{fill:#004494;font-size:20px}.table-controls-7 button{background-color:initial;border:none;border-radius:50px;cursor:pointer;height:auto;padding:5px;transition:background-color .3s;width:auto}.table-controls-7 button:hover{background-color:#bdbdbd}.pagination{align-items:center;background-color:#ddd;border-top:1px solid #ddd;bottom:0;display:flex;justify-content:space-around;padding:8px;position:fixed;width:100%;z-index:2}.pagination-rows-per-sheet{align-items:center;display:flex;gap:5px}.pagination-rows-per-sheet span{color:#333;font-size:12px}.pagination-container{align-items:center;display:flex;gap:8px}.pagination-container button{background-color:#0056b3;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background-color .3s}.pagination-container button:hover:not(:disabled){background-color:#003d7a}.pagination-container button:disabled{background-color:#ddd;cursor:not-allowed}.page-showing-text,.pagination-container span{color:#333;font-size:12px}.page-number{border:1px solid #ddd;border-radius:5px;cursor:pointer;font-size:12px;padding:4px;width:50px}.serial-number-cell,.serial-number-header{text-align:center;vertical-align:middle}.action-icons,.actions-cell{align-items:center;display:flex;justify-content:center}.action-icons{width:100%}.action-button-edit .pdp-svg-icon{fill:#003d7a}.action-button-delete .pdp-svg-icon{fill:#c9302c}.card-list{display:flex;flex-direction:column;gap:10px}.card-item{Max-width:600px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:10px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.card-actions button{background:none;border:none;cursor:pointer;padding:5px}.card-body{display:flex;flex-direction:column;gap:5px}.card-row{display:flex;font-size:12px;justify-content:space-between}span.card-label{width:30%}span.card-value{width:70%}.card-label{color:#0056b3;font-weight:700}.card-value{color:#333}@media (max-width:768px){.table-classic{min-width:350px}.table-controls{flex-direction:column;gap:5px}.table-controls-1,.table-controls-2,.table-controls-3,.table-controls-4,.table-controls-5,.table-controls-6,.table-controls-7{flex:none;justify-content:center;padding:3px 5px;width:100%}.table-controls-3,.table-controls-4,.table-controls-5,.table-controls-6{display:none}.table-controls-7{justify-content:flex-end}.styled-table td,.styled-table th{font-size:11px;padding:4px 6px}.column-manager{right:5px}.export-dropdown{right:-10px}.filter-popup,.popup-content{width:90%}.filter-popup .filter-options{gap:5px}.filter-popup-button-container button{font-size:11px;padding:4px 8px}.action-button{height:10px;width:10px}.indicator-icon{background-color:#004494;height:12px;width:12px}.table-controls-2 input{width:100%}.filter-popup{max-width:320px;width:90%}.column-manager,.export-dropdown{right:5px}.pagination{flex-direction:column;gap:10px}}.app-container{display:flex;height:100vh;overflow:hidden}.content-area{flex-grow:1;height:100%;overflow-y:auto;position:relative}.add-epaper-container{padding:2rem}.epaper-meta{display:flex;gap:2rem;margin-bottom:1rem}.epaper-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.epaper-card{background:#f9f9f9}.add-page-btn,.upload-all-btn{background-color:teal;border:none;color:#fff;cursor:pointer;margin-top:1rem;padding:10px 20px}.view-epaper-container{padding:2rem;position:relative}.epaper-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:1rem}.epaper-card{background:#f5f5f5;border:1px solid #ccc;border-radius:8px;padding:1rem;text-align:center}.epaper-card .filename{font-size:.9rem;margin:.5rem 0}.actions{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.delete-btn,.edit-btn{background-color:teal;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px}.edit-btn input{display:none}.delete-btn{background-color:#d9534f}.updated-meta{color:#555;font-size:.75rem;margin-top:.5rem}:root{--primary-color:#1b1b1b;--secondary-color:#555;--accent-color:#c91441;--background-color:#fff;--light-color:#f4f4f4;--frame-color:#e0e0e0;--text-color:#3b3b3b;--transition-speed:0.3s;--font-family:"Arial",sans-serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background-color);color:#1b1b1b;color:var(--primary-color);font-family:Arial,sans-serif;font-family:var(--font-family);line-height:1.6}h1,h2,h3,h4,h5,h6{color:#3b3b3b;color:var(--text-color);margin-bottom:.5em}p{margin-bottom:1em}a{color:#c91441;color:var(--accent-color);transition:color .3s;transition:color var(--transition-speed)}a:focus,a:hover{color:#555;color:var(--secondary-color)}img{display:block;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.pdp-svg-icon{fill:#3b3b3b;cursor:pointer;font-size:1.5rem;transition:all .3s ease}.pdp-svg-icon:hover{scale:1.1}.pdp-svg-icon:active{scale:.9}@media (max-width:768px){.container{padding:0 .5rem}}
/*# sourceMappingURL=main.4325f8d8.css.map*/