.custom-table{width:100%;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 20px rgb(0 0 0 / .05)}.custom-table thead th{background-color:#881B3B;color:#fff;font-weight:500;padding:1rem;border:none;white-space:nowrap}.custom-table tbody td{padding:1rem;border-bottom:1px solid #f2f2f2;vertical-align:middle}.custom-table tbody tr:nth-child(even){background-color:#f8f9fa}.custom-table tbody tr:hover{background-color:rgb(136 27 59 / .05)}.custom-table thead th:first-child{border-top-left-radius:8px}.custom-table thead th:last-child{border-top-right-radius:8px}@media (max-width:768px){.custom-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.custom-table{min-width:650px}}.custom-table .btn-action{padding:.4rem .8rem;border-radius:4px;transition:all 0.2s ease}.custom-table .status-badge{padding:.4rem .8rem;border-radius:50px;font-size:.875rem;font-weight:500}