.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:999}.table{table-layout:auto;background:#0f172a;opacity:.65;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;color:white;font-weight:700;font-size:20px;position:absolute;width:50rem;height:30rem;top:15%;left:50%;transform:translateX(-50%);transition:background-color .25s ease,box-shadow .3s ease;box-shadow:0 10px 30px rgba(0,0,0,.35)}.table thead th{background:#1e2a3a;color:#dbeafe;opacity:1;border-top:none}.table tbody tr{background:#0f172a;opacity:1;transition:background-color .25s ease}.table tbody tr:hover{background:#1e293b}.table td,.table th{opacity:1;border:1px solid rgba(255,255,255,.08);transition:background-color .25s ease,border-color .25s ease,color .25s ease}.table td:first-child,.table th:first-child{border-left:none}.table td:last-child,.table th:last-child{border-right:none}.table tbody tr:last-child td{border-bottom:none}