.table-container{animation-delay:.2s;animation-duration:.2s;background:#fff;border:1px solid #f2f1f2;border-radius:10px;box-shadow:0 0 16px 0 hsla(0,0%,45%,.1);display:flex;flex-direction:column;margin:0 auto;max-width:800px;width:100%}.table-container table{border:0;margin-bottom:0}.table-container table tr td,.table-container table tr th{background:none;border:0}.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{border-collapse:collapse;display:grid;grid-template-columns:minmax(215px,340px) minmax(110px,140px) minmax(70px,120px) minmax(110px,140px);min-width:100%;overflow:auto hidden;padding:10px 0 25px}.table-container table thead,tbody,tr{display:contents}.table-container th,td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-container th{color:#b2c0c8;font-size:12px;font-weight:500;padding:10px 20px 0;text-align:left}.table-container th:last-child{border:0}.table-container td{color:#000;font-size:13px;margin-top:2px;padding:20px 20px 0}.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{border-bottom:1px solid #edf2f6;color:#000;display:flex;flex-wrap:wrap;font-size:16px;padding:20px;position:relative}.table-header svg{opacity:.8;position:absolute;right:20px;top:22px}.table-header span[data-attr=filter]{background:#700078;border-radius:4px;color:#fff;font-weight:500;margin:0 8px;padding:5px 8px}.table-company{align-items:center;display:flex;font-weight:500}.table-company>div{display:flex;flex-direction:column;margin-left:12px}.table-company img.logo{border-radius:4px;height:36px;width:36px}.table-company img.flag{display:inline-block;margin-left:5px;position:relative;top:-2px}.table-industry{color:#8c9ba8;font-size:11px;font-weight:500;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-duration:.6s;animation-name:fadeInUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-duration:.3s;animation-name:fadeIn}@keyframes fadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.fadeDown{animation-duration:.2s;animation-name:fadeDown}.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}}