.table_container{background:#fff;border-radius:20px;position:relative}.table_scroll_container{width:100%;border-radius:20px;overflow-x:auto;overflow-y:auto;position:relative;scrollbar-width:none}.data_table{width:max-content;min-width:100%;table-layout:auto;border-collapse:separate;border-spacing:0}.data_table thead th{position:sticky;top:0;background:#fff;z-index:30;white-space:nowrap;text-align:left;border-bottom:1px solid #00000033}.data_table_body{display:table-row-group}.data_table_body_td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-bottom:1px solid #f2f2f2}.data_table_body_row td{border-bottom:1px solid #EEEEEE;white-space:nowrap}.data_table_body_tr_hover:hover{background-color:#f6f6f6}.pagination{border-radius:20px;border-top:1px solid #E5E6E8;color:#7b777f;background:#fff;z-index:50;padding:0 20px;position:absolute;bottom:0}.pagination_disabled{opacity:.5;pointer-events:none}.pagination_company{border-radius:20px;border-top:1px solid #E5E6E8;color:#7b777f;background:#fff;z-index:50;padding:0 20px;position:absolute;bottom:-16px}.custom-checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-checkbox-wrapper input{display:none}.custom-checkbox-box{height:17px;width:17px;padding:2px;border-radius:5px;border:2px solid #0C4F50;display:flex;align-items:center;min-width:17px;min-height:17px;justify-content:center;transition:all .2s ease;background:#fff;flex-shrink:0}.custom-checkbox-wrapper input:checked+.custom-checkbox-box{background-color:#0c4f50;border-color:#0c4f50;color:#fff}.custom-checkbox-box svg{width:12px;height:12px;fill:currentColor}.custom-checkbox-wrapper.disabled{cursor:not-allowed;opacity:.6}.custom-checkbox-label{font-size:14px}
