body,html{margin:0;padding:0}*,body,html{box-sizing:border-box}body{background-color:#fff}.layout{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.main{background-color:#f0f0f0;width:100%;border-radius:15px;margin:30px 0}.topbar{align-items:flex-end;padding:20px}.header,.topbar{display:flex;flex-direction:column;width:100%}.header{align-items:center}.lus-table{border:0}.lus-table td{height:30px}.lus-table td:first-child{text-align:right;padding-right:15px;color:rgba(0,0,0,.7)}.lus-table tr:nth-child(2n){background-color:rgba(0,0,0,.03)}.privacy{display:flex;flex-direction:column;padding:25px;line-height:40px;font-family:Arial,Helvetica,sans-serif;font-size:20px;text-align:justify;background-color:#f0f0f0}@media only screen and (min-width:600px){.main{background-color:#f0f0f0;width:570px}}@media (min-width:768px){.main{background-color:#f0f0f0;width:738px}}@media only screen and (min-width:992px){.main{background-color:#f0f0f0;width:962px}}@media only screen and (min-width:1200px){.main{background-color:#f0f0f0;width:1170px}}.report-container{font-family:Arial,sans-serif;margin:40px auto;background-color:#f8f9fa;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);width:1200px;justify-items:center}.thead-dark{background-color:dimgrey;color:#fff}.report-table{width:100%;border-collapse:collapse;margin-bottom:20px}.report-table-striped tbody tr:nth-of-type(odd){background-color:#f2f2f2}.report-table-bordered td,.report-table-bordered th{border:1px solid #dee2e6}.report-table td,.report-table th{text-align:left;padding:12px 15px;width:-moz-fit-content;width:fit-content}.report-table th{font-size:14px;text-transform:uppercase;font-weight:700}.report-table td{font-size:14px;color:#495057}.badge{display:inline-block;padding:5px 10px;border-radius:12px;font-size:12px;font-weight:700;color:#fff;text-align:center}.badge-success{background-color:#28a745}.badge-danger{background-color:#dc3545}.report-table tbody tr:hover{background-color:#e9ecef;cursor:pointer}@media screen and (max-width:768px){.report-table{font-size:12px}.report-container{padding:10px}}.report-filters{display:flex;width:100%;justify-content:center;height:40px;gap:20px;margin:40px}.report-filter-item{border:1px solid #000;border-radius:.5rem;padding:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.report-crud-button{width:100px;height:30px;border:0;border-radius:12px;padding:5px;font-size:12px;font-weight:700;color:#fff;display:inline-block;text-align:center;background-color:dimgrey}.report-crud{display:flex;flex-direction:column;gap:20px}.responsive-menu-container{position:fixed;width:100%;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background-color:transparent;z-index:201}.desktop-menu-container{position:relative;top:auto;left:auto;width:auto;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.desktop-menu{display:flex;list-style:none;padding:0;margin:0;width:100%;justify-content:center}.desktop-menu a{text-decoration:none}.desktop-menu,.desktop-menu a{font-size:.8rem;color:rgba(1,1,1,.5)}.mobile-menu{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;position:absolute;top:0;width:80%;height:100vh;overflow-y:auto;box-shadow:0 2px 5px rgba(0,0,0,.1);background-color:#fff;z-index:202;transform:translateX(-100%)}.navbarpanel{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:200}.open_menu{transform:translateX(0);transition:all .7s ease-in-out}.closed_menu{transform:translateX(-100%)}.closed_menu,.open_panel{transition:all .3s linear}.open_panel{visibility:visible;opacity:1!important}.closed_panel{visibility:hidden;opacity:0;transition:all .7s ease-in-out}.menu-toggle{background-color:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:20px;color:#7d1e28}.menu-toggle.close{z-index:201}.menu-item{padding:1rem;position:relative;text-transform:uppercase;margin:0 5px;text-align:left}.menu-item a{text-decoration:none}.menu-item a:hover,.menu-item:hover{color:#000}.submenu{position:absolute;top:100%;width:220px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.mobile-menu .submenu,.submenu{list-style:none;z-index:202;padding:0;margin:0;left:0;background-color:#fff;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.mobile-menu .submenu{height:0;position:relative;top:0;box-shadow:none}.menu-item:hover .submenu{opacity:1;visibility:visible;height:-moz-fit-content;height:fit-content}.submenu li{padding:.5rem 1rem;font-size:.8rem}.submenu li:hover{background-color:hsla(0,0%,100%,.3);color:#000}.menu-item.selected{background-color:"red"}