.filters-group__container{background-color:#191919;display:flex;gap:9px;border-radius:18px;width:max-content}@media screen and (width <= 700px){.filters-group__container{flex-direction:column;height:unset;gap:16px;width:100%}}.filters-group__container>:not(:first-child,:empty){position:relative}.filters-group__container>:not(:first-child,:empty):before{content:"";height:24px;position:absolute;border-top-right-radius:0;border-bottom-right-radius:0;border-right:1px solid rgba(255,247,0,.15);top:12px;left:0}@media screen and (width <= 700px){.filters-group__container>:not(:first-child,:empty):before{display:none}.filters-group .select-field-wrapper{border-radius:18px;background-color:#191919}}.filters-group .select-field-wrapper .label{display:none}.filters-group .select-field .select__control{background:none;min-width:158px}.filters-group .select-field .select__control--is-focused,.filters-group .select-field .select__control:hover{border-color:rgba(0,0,0,0)}.table-wrapper{width:100%;overflow:auto;box-shadow:inset 0 0 6px rgba(0,0,0,.3);padding:24px 16px!important;background:#191919;border-radius:18px}.table-wrapper::-webkit-scrollbar{width:5px;height:5px;background-color:rgba(0,0,0,0)}.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:none;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),sans-serif;font-weight:700}.table-wrapper.bordered td{border:1px solid #666}.simple-table{width:100%;line-height:1em}@media screen and (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 (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:var(--font-proxima),sans-serif;font-size:14px;color:#cecccc}.simple-table__empty{text-align:center;font-size:24px;color:#cecccc}