#appointment-logs{display:flex;flex-direction:column;padding:1.5rem 0}#appointment-logs table{width:100%;margin:0 0 16px}#appointment-logs table thead{background:var(--neutral-100);border-radius:8px}#appointment-logs table thead tr{padding:8px 8px 0 0}#appointment-logs table thead tr th{border:none}#appointment-logs table thead tr th:first-child{border-radius:8px 0 0 0}#appointment-logs table thead tr th:last-child{border-radius:0 8px 0 0}#appointment-logs table thead th{padding:1rem;color:var(--dark-blue);font-weight:700;font-size:14px;border:none}#appointment-logs table tbody tr td{padding:1.5rem 0 1.5rem 10px;color:var(--type-active);font-weight:500;max-width:40ch;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}#appointment-logs table tbody tr:nth-child(odd){background-color:var(--neutral-000)!important}#appointment-logs table tbody tr:nth-child(2n){background-color:var(--neutral-70)}#appointment-logs table tbody tr:last-child td:first-child{border-radius:0 0 0 8px}#appointment-logs table tbody tr:last-child td:last-child{border-radius:0 0 8px 0}#appointment-logs .pagination-position{padding:0}