.home{flex-direction:column;gap:1rem;display:flex}.header{font-size:1.5rem;font-weight:700}.table{width:100%}.table th:first-child{width:10%}.table th:nth-child(2),th:nth-child(3),th:nth-child(5){width:15%}.table th:nth-child(4){width:25%}.table th:nth-child(6){width:20%}.table td,th{border:1px solid gray;padding:.25rem .75rem}.table .thead{color:azure;background-color:#6495ed}.table .tbody{background-color:#d8f4ff}.table .tbody tr{cursor:pointer;transition:background-color .15s}.table .tbody tr:hover{background-color:#87ceeb}.pagination{justify-content:center;gap:.5rem;display:flex}.pagination button{cursor:pointer;background-color:#d8f4ff;padding:.25rem .5rem;transition:background-color .15s}.pagination button:hover,.button-active{background-color:#6495ed}.usertable td{border:1px solid gray;padding:.25rem .75rem}.usertable tbody{background-color:#d8f4ff}.detail{flex-direction:column;gap:.75rem;display:flex}
