.social-networks{display:flex;gap:16px;align-items:center}.table-wrapper{width:100%;overflow:auto;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.table-wrapper::-webkit-scrollbar{width:5px;height:5px;background-color:transparent}.table-wrapper::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.table-wrapper::-webkit-scrollbar-thumb{border-radius:20px;background-color:#666}.table-wrapper.bordered{box-shadow:none}.table-wrapper.bordered table{overflow:hidden;border:1px solid;border-spacing:0;border-collapse:collapse}.table-wrapper.bordered thead,.table-wrapper.bordered tr{border:none;border-collapse:collapse}.table-wrapper.bordered td,.table-wrapper.bordered th{padding:16px 24px}.table-wrapper.bordered th{font-family:var(--font-space-bold),sans-serif}.table-wrapper.bordered td{border:1px solid #666}.simple-table{background:#191919;padding:24px 16px;border-radius:18px;width:100%;line-height:1em}@media screen and (max-width:700px){.simple-table{display:none}}.simple-table th{text-align:left}.simple-table th:last-child{width:53%}.simple-table thead{position:relative}.simple-table thead:after{width:100%;height:1px;bottom:0;content:"";display:block;position:absolute;background:#666}.simple-table thead th{padding:0 26px 12px 0}.simple-table tbody tr{margin-bottom:12px}.simple-table tbody td{padding:12px 26px 12px 0}.simple-table__sort{margin-left:6px;display:inline-flex;flex-direction:column;gap:4px;vertical-align:middle}.simple-table__sort svg:first-child{transform:rotate(180deg)}.simple-table--mobile{display:none}@media screen and (max-width:700px){.simple-table--mobile{display:flex;flex-direction:column;gap:12px}}.simple-table__row{display:flex;flex-direction:column}.simple-table__col{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #666;font-size:14px}.simple-table__col:last-child{padding-bottom:0;margin-bottom:0;border-bottom:none}.simple-table__col:before{content:attr(data-label);display:block;font-family:Proxima Nova,sans-serif;font-size:14px;color:#cecccc}.simple-table__empty{text-align:center;font-size:24px;color:#cecccc}