.request_call{margin-top:40px}.btn-danger{background-color:black;margin-right:1rem;border:none}.btn-danger:hover{background-color:rgb(36,36,36)}.btn-light{color:white;background-color:rgb(112,112,112);border:none}.btn-light:hover{color:white;background-color:rgb(88,88,88)}.fade-divider{height:2px;background:linear-gradient(90deg,transparent,#b3c7da,transparent);margin-top:3rem;margin-bottom:1rem}.report-carousel-wrapper{position:relative;overflow:hidden;width:100%;background-color:#f8f9fa;padding:20px 0}.report-carousel{display:flex;width:-moz-fit-content;width:fit-content;animation:scroll 20s linear infinite}.report-item{display:flex;align-items:center;justify-content:center;min-width:200px;margin:0 15px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:10px}.report-item img{max-height:150px;object-fit:contain;width:100%;cursor:pointer}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.report-carousel-wrapper:hover .report-carousel{animation-play-state:paused}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);z-index:1000;cursor:default}.modal-content,.modal-overlay{display:flex;justify-content:center;align-items:center}.modal-content{position:relative;width:80vw;height:80vh;overflow:hidden;background-color:#000}.modal-image{transform-origin:center center;transition:transform .2s ease-out,opacity .3s ease-in-out;cursor:-webkit-grab;cursor:grab;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:1}.modal-image.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.modal-close{position:absolute;top:20px;right:30px;font-size:30px;color:#fff;background:none;border:none;cursor:pointer;z-index:1001}.modal-close:hover{color:#ff0000}.nav-button{position:absolute;top:50%;transform:translateY(-50%);font-size:24px;color:#fff;background-color:rgba(0,0,0,.5);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001}.nav-button:disabled{background-color:rgba(255,255,255,.3);cursor:not-allowed;opacity:.5}.prev-button{left:10px}.next-button{right:10px}.zoom-controls{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:1001}.zoom-button{background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:5px 10px;cursor:pointer;font-size:16px}.zoom-button:hover{background-color:#f0f0f0}.loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;z-index:10000}@media (max-width:768px){.report-item{min-width:150px;margin:0 10px}.report-item img{max-height:100px}.modal-content{width:90vw;height:70vh}.modal-image{max-width:100%;max-height:100%}.zoom-controls{bottom:10px}.zoom-button{padding:3px 8px;font-size:14px}.nav-button{width:30px;height:30px;font-size:20px}}.modal-content{overscroll-behavior:contain;touch-action:none}