table{position:relative;width:100%}.rc-table-content{overflow:auto}table thead tr{height:44px;color:var(--gray-900);font-size:14px;font-style:normal;font-weight:600}table thead tr th{padding:0 8px;background:var(--gray-100)}table thead tr th:first-child{padding:0 9px;background:var(--gray-100)}.rc-table-fixed-header thead th.rc-table-cell:nth-last-child(2){border-end-end-radius:0;border-start-end-radius:0}.rc-table-cell-scrollbar{border-top-right-radius:6px;border-bottom-right-radius:6px}table tbody tr{height:44px;color:var(--gray-900);font-size:14px;font-style:normal;font-weight:400;border-bottom:1px solid var(--gray-200)}table tbody tr td{height:44px;background:var(--gray-50)}table tbody tr:hover td{background-color:var(--gray-200)}table tbody tr:hover .row-action{opacity:1}.rc-table-container{display:flex;flex-direction:column}.rc-table-placeholder .rc-table-cell{border-bottom:none}.rc-table-placeholder .rc-table-cell:hover{background:var(--gray-50)}.rc-table-placeholder{border:none!important}.table-pagination{height:40px;display:flex;align-items:center;justify-content:space-between;padding:12px;border-top:1px solid var(--gray-200)}.pagination_btn{width:32px;color:var(--gray-1000)}.pagination_btn:disabled{color:var(--gray-700)}.table-tooltip{display:none;position:absolute;top:10;left:0;background-color:#fff;padding:10px;-webkit-box-shadow:0 0 50px 0 rgba(0,0,0,.3);opacity:0;transition:opacity .5s ease}.text-overflow:hover+.tooltip{display:initial;transition:opacity .5s ease;opacity:1}.rc-table-body::-webkit-scrollbar-corner{background-color:transparent}