.empty-state{display:flex;flex-direction:column;text-align:center}.empty-state .icon{width:auto;height:auto}.empty-state .title{font-size:16px;line-height:19px;margin:33px 0 8px 0}.table-row .table-cell:first-child{padding-left:24px}.table-row .table-cell{border-bottom:1px solid #f0f0f0}.table-row.suspended .table-cell,.table-row.suspended .table-cell:hover{background-color:#ffeeef!important}.table-row.suspended .table-cell .checkbox:after{content:"";display:block;width:4px;height:100%;background-color:#ff2e2d;position:absolute;left:0;top:0}.table-row.hidden .table-cell,.table-row.hidden .table-cell:hover{background-color:#f0f0f0!important}.table-row.hidden .table-cell .checkbox:after{content:"";display:block;width:4px;height:100%;background-color:#a9a9a9;position:absolute;left:0;top:0}.table-row.disabled .table-cell{color:#a9a9a9}.table-row.disabled .table-cell,.table-row.disabled .table-cell:hover{background-color:#fafafa!important}.table-row.disabled .table-cell .checkbox:after{background-color:#a9a9a9}.table-row.bet-part .table-cell{background-color:#f0f0f0}.table-row .table-cell{background-color:inherit;color:inherit}@keyframes rotate{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-ccw{0%{transform-origin:50% 50%;transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-200}}@font-face{font-family:Poppins;font-weight:400;font-style:normal;font-display:auto;src:url(/fonts/poppins/Poppins-Regular.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:400;font-style:italic;font-display:auto;src:url(/fonts/poppins/Poppins-Italic.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-style:normal;font-display:auto;src:url(/fonts/poppins/Poppins-SemiBold.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-style:italic;font-display:auto;src:url(/fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:400;font-style:normal;font-display:auto;src:url(/fonts/rubik/Rubik-Regular.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:400;font-style:italic;font-display:auto;src:url(/fonts/rubik/Rubik-Italic.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:600;font-style:normal;font-display:auto;src:url(/fonts/rubik/Rubik-SemiBold.ttf) format("truetype")}@font-face{font-family:Rubik;font-weight:600;font-style:italic;font-display:auto;src:url(/fonts/rubik/Rubik-SemiBoldItalic.ttf) format("truetype")}.fade-enter-active,.fade-leave-active{opacity:1;transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-slide-enter-active,.fade-slide-leave-active{opacity:1;transform:translateY(0);transition:transform .25s ease,opacity .25s ease}.fade-slide-enter-from,.fade-slide-leave-to{opacity:0;transform:translateY(-100%)}.slide-left-enter-active,.slide-left-leave-active{opacity:1;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.slide-left-enter-from,.slide-left-leave-to{opacity:0;transform:translateX(100%)}.table-scroller{position:relative;overflow-y:auto}.table-scroller .table-spinner{background-color:hsla(0,0%,100%,.5);position:absolute;top:0;left:0;width:100%;height:100%}.table-scroller .empty-state{position:absolute;top:100px;left:50%;transform:translateX(-50%)}.table{width:100%;display:grid}.table.resize-edge-hovered{cursor:grab}.table.resize-edge-clicked{cursor:grabbing}.table .table-row{display:contents;justify-content:flex-start;border-bottom:1px solid #f0f0f0;outline:none}.table .table-cell{flex:1;display:inline-flex;align-items:center;position:relative;padding:0 8px}.table .table-cell.table-cell--selected .checkbox-dropdown--root{margin-left:-4px}.table .table-cell .resize-edge{opacity:0;position:absolute;top:0;right:8px;width:3px;z-index:2}.table .table-cell .resize-edge .icon{position:absolute;top:21px;left:50%;transform:translate(-50%,-50%);z-index:2}.table .table-cell .resize-edge .icon svg path:nth-child(2){fill:#ddd}.table .table-cell .resize-edge.hovered{opacity:1;background-color:#ddd}.table .table-cell .resize-edge.hovered .icon svg path:nth-child(2){fill:#ddd}.table .table-cell .resize-edge.clicked{opacity:1;background-color:#6d6d6d}.table .table-cell .resize-edge.clicked .icon svg path:nth-child(2){fill:#6d6d6d}.table .table-cell-header{display:flex;justify-content:space-between;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:sticky;top:0;left:0;z-index:1;background-color:#fafafa}.table .table-cell-header .icon-container{display:none;padding:.3rem;border-radius:4px;cursor:pointer}.table .table-cell-header.active .icon-container,.table .table-cell-header .icon-container:hover{background-color:#f0f0f0}.table .table-cell-header .tooltip,.table .table-cell-header .tooltip .tooltip-element{display:flex;align-items:center}.table .table-cell-header span.table-cell-header--text{display:inline-block;width:100%;color:#6d6d6d!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table .table-cell-header.active .icon-container,.table .table-cell-header.hovered .icon-container{display:block}.table .table-head{display:contents;background-color:#fafafa;color:#6d6d6d;border-bottom:1px solid #f0f0f0}.table .table-head .table-row{display:contents;padding:0 24px}.table .table-body{display:contents}.table .table-body .table-row{margin:0 24px}.table .table-body .table-row:last-of-type{border-bottom:none}