.table-container{display:flex;flex-direction:column;max-width:800px;width:100%;background:#fff;margin:0 auto;border-radius:10px;border:1px solid #f2f1f2;box-shadow:0 0 16px 0 hsla(0,0%,44.7%,.1);animation-delay:.2s;animation-duration:.2s}.table-container table{border:0;margin-bottom:0}.table-container table tr td,.table-container table tr th{border:0;background:none}.table-container span[class^=animate]{display:inline-block;transition:all .1s linear}.table-container [class^=animate].active{opacity:1;transform:translateY(0)}.table-container table{display:grid;border-collapse:collapse;min-width:100%;padding:10px 0 25px;overflow:auto hidden;grid-template-columns:minmax(215px,340px) minmax(110px,140px) minmax(70px,120px) minmax(110px,140px)}.table-container table thead,tbody,tr{display:contents}.table-container th,td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-container th{padding:10px 20px 0;text-align:left;font-weight:500;font-size:12px;color:#b2c0c8}.table-container th:last-child{border:0}.table-container td{padding:20px 20px 0;color:#000;font-size:13px;margin-top:2px}.table-container td.company{margin-top:0}@media (max-width:520px){grid-template-columns:minmax(215px,340px) minmax(110px,140px) minmax(70px,120px);.hidden-xs{display:none}}.table-header{position:relative;display:flex;flex-wrap:wrap;font-size:16px;padding:20px;color:#000;border-bottom:1px solid #edf2f6}.table-header svg{position:absolute;top:22px;right:20px;opacity:.8}.table-header span[data-attr=filter]{background:#700078;color:#fff;font-weight:500;padding:5px 8px;margin:0 8px;border-radius:4px}.table-company{font-weight:500;display:flex;align-items:center}.table-company>div{display:flex;flex-direction:column;margin-left:12px}.table-company img.logo{width:36px;height:36px;border-radius:4px}.table-company img.flag{position:relative;margin-left:5px;display:inline-block;top:-2px}.table-industry{font-weight:500;font-size:11px;color:#8c9ba8;margin-top:4px}.animated{animation-duration:.3s;animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp;animation-duration:.6s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:.3s}@keyframes fadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fadeDown{animation-name:fadeDown;animation-duration:.2s}.animate-1{animation-delay:.8s}.animate-2{animation-delay:1.1s}.animate-3{animation-delay:1.4s}.animate-4{animation-delay:1.7s}.animate-5{animation-delay:2.1s}.animate-6{animation-delay:2.4s}.animate-7{animation-delay:2.7s}.animate-8{animation-delay:3s}.animate-9{animation-delay:3.3s}@media (max-width:600px){.table-header{flex-direction:column}.table-header>div{margin-bottom:20px}.table-header>div:last-of-type{margin-bottom:0}.table-header span[data-attr=filter]{margin:0 5px;padding:5px 6px}}@media (max-width:440px){.table-header{padding:15px}.table-header svg{display:none}}@media (max-width:520px){.table-container table{grid-template-columns:minmax(215px,340px) minmax(110px,140px) minmax(70px,120px)}.hidden-xs{display:none!important}}