div.tableFilter,div.tableFrame{background-color:white;box-shadow:0 0 8px 0 #b4b4b4;border-radius:10px}div.tableFilter{margin-bottom:25px;padding:11px 0 0 11px}div.tableFilter label,div.tableFilter button,div.tableFilter div.customSelect,div.tableFilter div.selectBar,div.tableFilter div.dateInput,div.tableFilter div.tableFilterText{width:fit-content;float:left;margin:0 11px 11px 0}div.tableFilter div.tableFilterText{height:40px;box-sizing:border-box;display:flex;align-items:center;padding-bottom:5px}div.tableFilter div.dateInput{width:148px}div.tableFilter label.searchFiled{width:200px;box-sizing:border-box}div.tableFrame{flex:1;position:relative;overflow:auto}div.tableFrame table{width:100%;border-collapse:separate;border-spacing:0}div.tableFrame table thead{position:sticky;top:0}div.tableFrame table thead tr th{height:50px;font-size:16px;font-weight:600;text-transform:uppercase;text-align:left;white-space:nowrap;background-color:#f0f0f0;border-bottom:solid 1px #dcdcdc;padding:0 12px}div.tableFrame table thead tr th.sort{cursor:pointer}div.tableFrame table thead tr th.sort:after{font-family:"Material Symbols Outlined",serif;font-size:14px;color:#b4b4b4;content:"unfold_more";-webkit-font-feature-settings:"liga";margin-left:2px}div.tableFrame table thead tr th.sort-asc:after,div.tableFrame table thead tr th.sort-desc:after{color:#505050}div.tableFrame table tbody tr td{height:50px;border-bottom:solid 1px #dcdcdc;padding:0 12px;cursor:default}div.tableFrame table tbody tr td div.tableLabel{width:fit-content;font-size:14px;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;padding:7px 10px;border-radius:10px}div.tableFrame table tbody tr td div.tableLabel.ok{background-color:#5db844;color:white}div.tableFrame table tbody tr td div.tableLabel.warning{background-color:#fc0;color:black}div.tableFrame table tbody tr td div.tableLabel.error{background-color:#db3838;color:white}div.tableFrame table tbody tr td div.tableLabel.info{background-color:#0093ff;color:white}div.tableFrame table tbody tr td div.tableLabel.passive{background-color:#b4b4b4;color:black}div.tableFrame.clickableRows table tbody tr td{cursor:pointer}