.local-market-route .default-layout__content {
  min-height: 100vh;
  overflow-x: hidden;
}

.local-market-route .default-layout__content[data-local-profile-route] {
  min-height: auto;
}

.local-market-route .default-layout__content[data-local-cart-route] {
  min-height: 488px;
}

.local-market-page {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1460px;
  padding: 16px 30px 0;
  width: 100%;
}

.local-market-page button,
.local-market-page input {
  font-family: inherit;
}

.local-market-header-controls {
  align-items: center;
  gap: 8px !important;
}

.local-market-auth-login-hidden {
  display: none !important;
}

html:not([data-local-session-ready]) [data-local-ssr-login],
html[data-local-session-ready="false"] [data-local-ssr-login],
html:not([data-local-session-ready]) .header-main__controls button:has(.header-main__controls-login__text),
html[data-local-session-ready="false"] .header-main__controls button:has(.header-main__controls-login__text) {
  visibility: hidden !important;
}

html[data-local-authenticated="true"] [data-local-ssr-login],
html[data-local-authenticated="true"] .header-main__controls button:has(.header-main__controls-login__text) {
  display: none !important;
}

html:not([data-local-authenticated]) .local-market-auth-controls,
html[data-local-authenticated="false"] .local-market-auth-controls {
  display: none !important;
}

html[data-local-authenticated="true"] [data-local-render-status="guest"],
html[data-local-authenticated="true"] [data-local-sell-render="guest"] {
  pointer-events: none !important;
  visibility: hidden !important;
}

.local-market-auth-controls {
  align-items: center;
  display: flex;
  gap: 8px;
  position: relative;
}

.local-market-new-design-control {
  display: none !important;
}

.local-market-new-design-control {
  align-items: center;
  background: transparent;
  border: 0;
  color: #999ca4;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 12px;
  height: 20px;
  line-height: 17px;
  padding: 0;
  white-space: nowrap;
  width: 147px;
}

.local-market-new-design-control__toggle {
  align-items: center;
  background: #ff831f;
  border-radius: 12px;
  display: flex;
  height: 20px;
  justify-content: flex-end;
  padding: 2px;
  width: 38px;
}

.local-market-new-design-control__toggle span {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .28);
  display: block;
  height: 16px;
  width: 16px;
}

.local-design-switch.local-market-auth-new-design {
  display: block !important;
  height: 20px;
  width: 147.5px;
}

.local-design-switch.local-market-auth-new-design .ui-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  height: 20px;
  padding: 0 12px 0 0;
}

.local-design-switch.local-market-auth-new-design .ui-checkbox__input {
  display: none;
}

.local-design-switch.local-market-auth-new-design .ui-checkbox__label {
  color: #b2b4bb;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.local-design-switch.local-market-auth-new-design .ui-checkbox-toggle {
  background: #f0762f;
  border-radius: 10px;
  display: block;
  height: 20px;
  position: relative;
  width: 40px;
}

.local-design-switch.local-market-auth-new-design .ui-checkbox-toggle:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: translateX(20px);
  transition: .4s;
  width: 16px;
}

.local-market-header-cart {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 11px;
  position: relative;
  transition: 0.2s;
  width: 38px;
}

.local-market-header-cart:hover {
  background: #ff5f00;
}

.local-market-header-cart__badge {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #111216;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  justify-content: center;
  line-height: 17px;
  position: absolute;
  right: -12px;
  top: -5px;
  width: 24px;
}

.local-market-header-support {
  display: none;
}

.local-market-header-balance {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 4px;
  height: 38px;
  padding: 0 8px;
}

.local-market-header-balance:hover {
  background: rgba(255, 255, 255, .3);
}

.local-market-header-balance > svg {
  color: #ff831f;
  flex: 0 0 22px;
}

.local-market-header-balance__sum {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
}

.local-market-header-balance__plus {
  align-items: center;
  background: linear-gradient(220deg, #f73c01 13.49%, #ffad49 86.38%);
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  gap: 10px;
  height: 26px;
  justify-content: center;
  line-height: 24px;
  margin-left: 4px;
  width: 26px;
}

.local-market-header-balance__plus > span {
  display: block;
  margin-top: -2px;
}

.local-market-balance-popover {
  background: #3f424a;
  border-radius: 8px;
  box-sizing: border-box;
  color: #cbcdd2;
  display: none;
  font-size: 12px;
  height: 93px;
  left: -9px;
  line-height: 17px;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  top: 48px;
  width: 224px;
  z-index: 9999;
}

.local-market-balance-popover::before {
  border-bottom: 8px solid #3f424a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  height: 0;
  left: 104px;
  position: absolute;
  top: -8px;
  width: 0;
}

.local-market-header-balance:hover + .local-market-balance-popover {
  display: block;
}

.local-market-balance-popover .ui-popover,
.local-market-balance-popover .ui-popover__content,
.local-market-balance-popover .ui-tooltip-content {
  color: #cbcdd2;
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  width: 200px;
}

.local-market-balance-popover .ui-tooltip-content__title {
  color: #fff;
  display: inline;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 6px;
}

.local-market-balance-popover .ui-tooltip-content__message {
  color: #cbcdd2;
  display: flex;
  font-size: 12px;
  gap: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

.local-market-balance-popover .ui-tooltip-content__message-text {
  color: #cbcdd2;
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

.local-market-header-user {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 0;
  border-radius: 8px;
  color: #b2b4bb;
  display: flex;
  gap: 2px;
  height: 38px;
  justify-content: center;
  padding: 8px;
  width: 62px;
}

.local-market-header-user__icon,
.local-market-header-user__arrow {
  align-items: center;
  display: flex;
  justify-content: center;
}

.local-market-header-user__icon {
  border-radius: 50%;
  height: 22px;
  margin: 0 3px;
  overflow: hidden;
  width: 22px;
}

.local-market-header-user__icon img {
  display: block;
  height: 22px;
  width: 22px;
}

.local-market-header-user__arrow {
  height: 16px;
  transition: all .3s ease-in-out;
  width: 16px;
}

.local-market-header-user--active,
.local-market-header-user:hover {
  background: #3f424a;
  color: #fff;
}

.local-market-header-user--active .local-market-header-user__arrow {
  transform: rotate(180deg);
}

.local-market-user-menu-popover {
  animation: local-market-user-menu-fade-in .3s ease both;
  background: #2b2d33;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, .4) 0 50px 50px 0;
  color: #cbcdd2;
  overflow: hidden;
  padding: 12px 0 8px;
  position: absolute;
  right: 0;
  top: 44px;
  width: 270px;
  z-index: 9999;
}

.local-market-user-menu-popover--closing {
  animation: local-market-user-menu-fade-out .25s ease both;
  pointer-events: none;
}

@keyframes local-market-user-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes local-market-user-menu-fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.local-market-user-menu {
  color: #cbcdd2;
  font-size: 12px;
  overflow: hidden;
}

.local-market-user-menu__section {
  border-bottom: 1px solid #3f424a;
}

.local-market-user-menu__section:last-child {
  border-bottom: 0;
}

.local-market-user-menu__section--header {
  padding: 0 16px;
}

.local-market-user-menu__info {
  align-items: center;
  display: flex;
  height: 62px;
}

.local-market-user-menu__info-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.local-market-user-menu__name {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-user-menu__item {
  align-items: center;
  background: transparent;
  border: 0;
  color: #cbcdd2;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 4px;
  height: 48px;
  line-height: 22px;
  padding: 13px 16px;
  text-decoration: none;
  transition: background .2s ease;
  width: 100%;
}

.local-market-user-menu__item svg {
  color: currentColor;
  display: block;
  flex: 0 0 auto;
  opacity: 1;
  pointer-events: none;
  transition: none;
  visibility: visible;
}

.local-market-header-controls svg,
.local-market-cart-dropdown svg,
.local-market-filter-chip svg,
.local-market-deposit-provider svg,
.local-market-icon-button svg,
.local-market-game svg,
.local-market-search svg,
.local-market-sort svg,
.offers-filters svg,
.bulk-buy-btn svg {
  pointer-events: none;
}

.local-market-header-controls svg,
.local-market-cart-dropdown svg,
.local-market-deposit-provider svg,
.local-market-deposit-provider img,
.local-market-deposit-provider .provider__icon,
.local-market-deposit-provider .provider__icon svg,
.local-market-deposit-provider .provider__icon img {
  opacity: 1;
  transition: none;
  visibility: visible;
}

.local-market-user-menu__item:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.local-market-user-menu__item--active,
.local-market-user-menu__item--active:hover {
  color: #f89e71;
}

.local-market-user-menu__item--danger {
  color: #f05252;
  height: 40px;
}

.local-market-user-menu__item--danger:hover {
  color: #f05252;
}

.local-market-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.local-market-breadcrumbs {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 15px;
  gap: 4px;
  height: 24px;
  line-height: 22px;
}

.local-market-breadcrumbs a {
  color: #999ca4;
  text-decoration: none;
}

.local-profile-page {
  padding-top: 24px;
}

.local-profile-meta {
  margin-bottom: 32px;
}

.local-profile-tabs__list {
  background: transparent;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
  display: flex;
  height: 54px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.profile-tabs__control {
  align-items: center;
  background: #2b2d33;
  border: 0;
  border-radius: 8px;
  color: #f0762f;
  display: none;
  font-size: 15px;
  font-weight: 400;
  gap: 4px;
  justify-content: center;
  line-height: 22px;
  padding: 16px;
}

.profile-tabs__control-text {
  margin: 0 6px 0 2px;
}

.profile-tabs__control-arrow {
  align-items: center;
  display: flex;
  justify-content: center;
}

.profile-tabs__list-item-wrapper {
  display: contents;
}

.local-profile-tabs__item {
  align-items: center;
  background: #202226;
  border-right: 1px solid #3f424a;
  color: #999ca4;
  display: flex;
  flex: 1 1 0;
  font-size: 15px;
  font-weight: 400;
  gap: 2px;
  height: 54px;
  justify-content: center;
  line-height: 22px;
  padding: 16px;
  text-decoration: none;
  transition: .2s ease-in-out;
}

.profile-tabs__list-item-wrapper:last-child .local-profile-tabs__item {
  border-right: 0;
}

.local-profile-tabs__item:hover {
  background: #2b2d33;
  color: #fff;
}

.local-profile-tabs__item--active,
.local-profile-tabs__item--active:hover {
  background: #2b2d33;
  color: #f0762f;
}

.local-profile-tabs__item svg {
  flex: 0 0 auto;
}

.local-profile-layout {
  display: flow-root;
  margin-top: 32px;
}

@media (min-width: 881px) {
  .local-profile-page--transactions .local-profile-tabs {
    display: none;
  }

  .local-profile-page--transactions .local-profile-layout {
    margin-top: 64px;
  }
}

.local-profile-content {
  color: #fff;
  width: 100%;
}

.local-profile-content__title {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 32px;
}

.personal-cabinet__title,
.personal-cabinet__subtitle {
  margin: 0;
}

.local-profile-fields .personal-cabinet__subtitle {
  margin: 0;
}

.local-profile-content--info {
  display: flex;
  justify-content: center;
}

.personal-cabinet__wrapper,
.profile-referral__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 930px;
}

.local-profile-panel--plain {
  width: 930px;
}

.profile-summary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.local-profile-user {
  align-items: center;
  display: flex;
  gap: 24px;
  min-height: 96px;
  padding: 0 16px;
}

.local-profile-user img {
  border-radius: 50%;
  height: 96px;
  width: 96px;
}

.local-profile-user__name {
  display: block;
}

.local-profile-user__name {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-profile-stats {
  display: flex;
  gap: 8px;
  margin-top: 0;
}

.local-profile-stat {
  align-items: flex-start;
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
  height: 163px;
  justify-content: flex-start;
  padding: 24px;
}

.local-profile-stat__value {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 21px;
  font-weight: 500;
  gap: 8px;
  height: 85px;
  justify-content: center;
  line-height: 30px;
  padding: 10px 16px;
  width: 118px;
}

.local-profile-stat__value .card-statistics__container-image {
  display: block;
  height: 65px;
  width: 65px;
}

.local-profile-stat__value img {
  display: block;
  height: 65px;
  width: 65px;
}

.local-profile-stat__value--green {
  background: rgba(49, 196, 141, .1);
  color: #3fdca1;
}

.local-profile-stat__value--purple {
  background: rgba(172, 148, 250, .1);
  color: #ac94fa;
}

.local-profile-stat__value--orange {
  background: rgba(227, 160, 8, .1);
  color: #e3a008;
}

.local-profile-stat p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  width: 100%;
}

.local-profile-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 0;
}

.local-profile-fields h3,
.local-profile-section-title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 16px;
}

.local-profile-field {
  padding-bottom: 16px;
}

.local-profile-fields .user-contact-field:only-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.local-profile-fields--main .user-contact-field:only-of-type {
  border-bottom: 1px solid #2b2d33;
  padding-bottom: 16px;
}

.local-profile-fields .user-contact-field:not(:last-of-type) {
  border-bottom: 1px solid #2b2d33;
}

.local-profile-field + .local-profile-field {
  padding-bottom: 0;
}

.local-profile-fields .user-contact-field + .user-contact-field {
  min-height: 50px;
}

.local-profile-field__label {
  color: #fff;
  display: inline;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}

.local-profile-field__content {
  align-items: center;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 7px;
  height: 22px;
  margin-top: 6px;
}

.local-profile-field__content svg {
  color: #3fdca1;
}

.local-profile-field__content span {
  color: #cbcdd2;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-profile-field__content button .ui-link__content {
  color: #ff831f;
  font-weight: 500;
}

.local-profile-field__content button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ff831f;
  display: inline-flex;
  font-size: 15px;
  gap: 5px;
  line-height: normal;
  margin-left: 5px;
  padding: 0;
  text-decoration: none;
  transition: color .2s ease;
}

.local-profile-field__content button:hover,
.local-profile-field__content button:hover .ui-link__content,
.local-profile-field__content button:hover svg {
  color: #ff831f;
}

.local-profile-api-card a {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ff831f;
  display: inline-flex;
  font-size: 15px;
  gap: 2px;
  line-height: 22px;
  padding: 0;
  text-decoration: none;
}

.user-contact-field__content-icon--success svg {
  color: #3fdca1;
}

.user-contact-field__content-icon {
  height: 22px;
  position: relative;
  width: 22px;
}

.user-contact-field__content-icon--error svg {
  color: #f05252;
}

.user-contact-field__error {
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(240, 82, 82, .2), rgba(240, 82, 82, 0));
  border-radius: 8px;
  color: #f05252;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
  line-height: 22px;
  margin-top: 6px;
  padding: 12px;
  width: 100%;
}

.local-profile-kyc {
  width: 100%;
}

.kyc-verification__label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.kyc-verification__content {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  height: 38px;
  margin-top: 6px;
  width: 100%;
}

.kyc-verification__content-icon {
  height: 22px;
  position: relative;
  width: 22px;
}

.kyc-verification__content-icon--error svg {
  color: #f05252;
}

.kyc-verification__content-icon--success svg {
  color: #3fdca1;
}

.kyc-verification__content-text {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kyc-verification__content button {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  letter-spacing: .3px;
  line-height: 16px;
  padding: 11px 16px;
  text-transform: uppercase;
}

.kyc-verification__message {
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(255, 203, 0, .15), rgba(255, 203, 0, 0));
  border-radius: 8px;
  color: #ffdb54;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  justify-content: center;
  line-height: 22px;
  margin-top: 6px;
  padding: 12px;
  width: 100%;
}

.user-contact-field__content-text {
  color: #cbcdd2;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-contact-field .ui-link svg {
  color: #ff831f;
  flex: 0 0 auto;
}

.local-profile-actions button,
.local-profile-api-card button {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  line-height: 17px;
  padding: 10px 16px;
  text-transform: uppercase;
}

.local-profile-lead {
  color: #cbcdd2;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 24px;
}

.local-profile-content--transactions,
.local-profile-content--inventory,
.local-profile-content--security {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.local-profile-content--security {
  gap: 0;
}

.local-profile-content--api {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 624px) minmax(280px, 580px);
  justify-content: space-between;
  margin-top: 32px;
}

.transactions-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.transactions-header__text,
.profile-inventory__title {
  margin: 0;
}

.transactions-header__controls {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.local-profile-transactions-search {
  align-items: center;
  border: 1px solid #3f424a;
  border-radius: 8px;
  box-sizing: border-box;
  color: #999ca4;
  display: flex;
  height: 46px;
  padding: 0 12px;
  width: 345px;
}

.local-profile-transactions-search:focus-within {
  border-color: #777a83;
}

.local-profile-transactions-search__icon {
  display: flex;
  flex: 0 0 auto;
  margin-right: 8px;
}

.local-profile-transactions-search input {
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: 15px;
  height: 100%;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.local-profile-transactions-search input::placeholder {
  color: #777a83;
  opacity: 1;
}

.local-profile-select {
  display: block;
  height: 46px;
  margin-bottom: 0;
  width: 227px;
}

.local-profile-select .ui-select__inner {
  display: inline-block;
  height: 46px;
  width: 227px;
}

.local-profile-select .ui-select__header {
  align-items: center;
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  gap: 6px;
  font-size: 15px;
  font-weight: 400;
  height: 46px;
  line-height: 22px;
  padding: 0 12px;
}

.local-profile-select .ui-select__header-value {
  align-items: center;
  color: #999ca4;
  display: flex;
  gap: 4px;
  margin-right: 9px;
}

.local-profile-select .ui-select__header-icons {
  align-items: center;
  color: #b2b4bb;
  display: flex;
  margin-left: auto;
}

.local-profile-transaction-filter {
  position: relative;
  z-index: 70;
}

.local-profile-transaction-filter .ui-select__header {
  appearance: none;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.local-profile-transaction-filter--open .ui-select__header {
  border-color: #777a83;
  color: #fff;
}

.local-profile-transaction-filter .ui-select__header-icons svg {
  transition: transform .18s ease;
}

.local-profile-transaction-filter--open .ui-select__header-icons svg {
  transform: rotate(180deg);
}

.local-profile-transaction-filter__menu {
  background: #2b2d33;
  border: 1px solid #555860;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 225px;
  z-index: 80;
}

.local-profile-transaction-filter__menu[hidden] {
  display: none;
}

.local-profile-transaction-filter__menu .ui-select__list {
  list-style: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  width: 100%;
}

.local-profile-transaction-filter__menu .ui-select__menu-item {
  margin: 0;
  padding: 0;
}

.local-profile-transaction-filter__option {
  align-items: flex-start;
  appearance: none;
  background: transparent;
  border: 0;
  color: #b2b4bb;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 13px;
  gap: 8px;
  line-height: 18px;
  min-height: 40px;
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}

.local-profile-transaction-filter__option:hover,
.local-profile-transaction-filter__option:focus-visible {
  background: #3f424a;
  color: #fff;
  outline: 0;
}

.local-profile-transaction-filter__option .ui-checkbox-square {
  align-items: center;
  background: #2b2d33;
  border: 1px solid #82858e;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex: 0 0 16px;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.local-profile-transaction-filter__option .ui-checkbox-square--checked {
  background: #ff831f;
  border-color: #ff831f;
}

.local-profile-transaction-filter__option .ui-checkbox__label {
  white-space: normal;
}

.local-profile-pills__item {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 44px;
  justify-content: space-between;
  line-height: 22px;
  padding: 10px 12px;
}

.local-profile-table {
  color: #fff;
  width: 100%;
}

.local-profile-table__header {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px 8px 0 0;
  display: grid;
  gap: 24px;
  height: 36px;
  padding: 0 16px;
}

.local-profile-content--transactions .local-profile-table__header {
  grid-template-columns: 292px 100px minmax(0, 1fr) 122px 153px 142px minmax(0, 1fr);
}

.local-profile-content--transactions .local-profile-table {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.local-profile-content--transactions .profile-transactions__wrapper {
  display: flex;
  min-height: 184px;
  overflow-x: visible;
  width: 100%;
}

.local-profile-content--transactions .profile-transactions__footer {
  display: none;
}

.local-transaction-table {
  color: #fff;
  gap: 20px !important;
  width: 100%;
}

.local-transaction-table__header .local-profile-table__header-item {
  gap: 5px;
}

.local-transaction-sort-icon {
  color: #777a83;
  flex: 0 0 auto;
}

.local-transaction-sort {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 5px;
  padding: 0;
  text-transform: uppercase;
}

.local-transaction-sort:hover,
.local-transaction-sort:focus-visible {
  color: #fff;
  outline: 0;
}

.local-transaction-sort:focus-visible {
  outline: 1px solid #ff831f;
  outline-offset: 2px;
}

.local-transaction-sort--active .local-transaction-sort-icon {
  color: #ff831f;
}

.local-transaction-table__rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-transaction-row {
  border-bottom: 0;
  box-shadow: inset 0 -1px #303239;
  color: #fff;
  list-style: none;
  width: 100%;
}

.local-transaction-row__header {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  padding: 0;
  text-align: left;
  width: 100%;
}

.local-transaction-row__header:hover {
  background: rgba(255, 255, 255, .018);
}

.local-transaction-row__header:focus-visible {
  outline: 1px solid #ff831f;
  outline-offset: -1px;
}

.local-transaction-row__grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 292px 100px 217px 122px 153px 142px 198px;
  height: 71px;
  padding: 0 16px;
}

.transaction-table__type-date {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.transaction-table__type {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.transaction-table__type-line {
  align-items: center;
  display: flex;
  gap: 8px;
}

.transaction-table__type-date time {
  color: #999ca4;
  font-size: 13px;
  line-height: 18px;
}

.local-transaction-row__arrow {
  color: #999ca4;
  flex: 0 0 auto;
  transition: transform .18s ease, color .18s ease;
}

.local-transaction-row--expanded .local-transaction-row__arrow {
  color: #fff;
  transform: rotate(180deg);
}

.transaction-table__id,
.transaction-table__payment,
.transaction-table__destination,
.transaction-table__amount,
.transaction-table__balance {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  min-width: 0;
}

.transaction-table__status-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.transaction-table__status {
  align-items: center;
  display: flex;
  gap: 6px;
  min-height: 22px;
}

.transaction-table__status-circle {
  background: rgba(255, 219, 84, .2);
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  height: 14px;
  position: relative;
  width: 14px;
}

.transaction-table__status-circle::before {
  background: #ffdb54;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
}

.transaction-table__status-text {
  color: #ffdb54;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.transaction-table__status--success .transaction-table__status-circle {
  background: rgba(63, 220, 161, .2);
}

.transaction-table__status--success .transaction-table__status-circle::before {
  background: #3fdca1;
}

.transaction-table__status--success .transaction-table__status-text {
  color: #3fdca1;
}

.transaction-table__status--error .transaction-table__status-circle {
  background: rgba(240, 82, 82, .2);
}

.transaction-table__status--error .transaction-table__status-circle::before {
  background: #f05252;
}

.transaction-table__status--error .transaction-table__status-text {
  color: #f05252;
}

.transaction-table__status-note {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
  margin-top: 1px;
  white-space: nowrap;
}

.transaction-table__destination,
.transaction-table__amount,
.transaction-table__balance {
  justify-self: end;
  text-align: right;
}

.transaction-table__balance--positive {
  color: #3fdca1;
}

.local-transaction-row__content[hidden] {
  display: none;
}

.local-transaction-items__header,
.local-transaction-item-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 292px minmax(0, 1fr) 198px;
  padding-left: 16px;
  padding-right: 16px;
}

.local-transaction-items__header {
  align-items: center;
  background: #202226;
  border-radius: 8px 8px 0 0;
  color: #999ca4;
  font-size: 12px;
  height: 37px;
  line-height: 16px;
  text-transform: uppercase;
}

.local-transaction-items__header span:last-child {
  justify-self: end;
}

.local-transaction-item-row {
  align-items: center;
  background: #202226;
  min-height: 91px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.local-transaction-item-row--last {
  border-radius: 0 0 8px 8px;
}

.transaction-offer__name-skin {
  align-items: center;
  display: flex;
  min-width: 0;
}

.transaction-offer__name-skin__image {
  align-items: center;
  display: flex;
  flex: 0 0 96px;
  height: 71px;
  justify-content: center;
  margin-right: 16px;
  width: 96px;
}

.transaction-offer__name-skin__image img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.transaction-offer__name-skin__image--empty {
  background: rgba(255, 255, 255, .035);
  border-radius: 6px;
}

.transaction-offer__name-skin__name {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  min-width: 0;
}

.transaction-offer__game,
.transaction-offer__price {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.transaction-offer__price {
  justify-self: end;
}

.local-profile-transactions-state {
  align-items: center;
  color: #b2b4bb;
  display: flex;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
  min-height: 189px;
  width: 100%;
}

.local-profile-transactions-state__spinner {
  animation: local-transactions-spin .8s linear infinite;
  border: 2px solid rgba(255, 131, 31, .25);
  border-radius: 50%;
  border-top-color: #ff831f;
  height: 20px;
  width: 20px;
}

.local-profile-transactions-state--error {
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.local-profile-transactions-state--error strong {
  color: #fff;
  font-size: 16px;
}

.local-profile-transactions-state--error button,
.local-profile-transactions-more {
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  margin-top: 8px;
  min-height: 36px;
  padding: 7px 18px;
}

.local-profile-transactions-state--error button:hover,
.local-profile-transactions-more:hover {
  border-color: #ff831f;
}

.local-profile-transactions-more--loading {
  cursor: wait;
  opacity: .55;
}

@keyframes local-transactions-spin {
  to { transform: rotate(360deg); }
}

.local-profile-content--inventory .local-profile-table__header {
  grid-template-columns: minmax(200px, 307px) minmax(35px, 100px) 55px minmax(50px, 93px) minmax(87px, 123px) minmax(100px, 140px) minmax(85px, 180px) minmax(172px, auto);
}

.local-profile-content--referrals .local-profile-table__header {
  grid-template-columns: 3fr 1fr 1fr;
}

.local-profile-content--security .local-profile-table__header {
  grid-template-columns: 1fr 1fr 1fr 1fr 1.5fr;
}

.local-profile-table__header-item {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.local-profile-content--inventory .local-profile-table__header-item:nth-child(8) {
  justify-self: right;
  text-align: right;
  width: max-content;
}

.local-profile-content--transactions .local-profile-table__header-item:nth-child(5) {
  padding-right: 28px;
  text-align: right;
}

.local-profile-content--transactions .local-profile-table__header-item:nth-child(6) {
  padding-right: 6px;
  text-align: right;
}

.local-profile-content--transactions .local-profile-table__header-item:nth-child(n+5) {
  justify-content: flex-end;
}

.local-profile-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 108px;
  text-align: center;
}

.local-profile-empty__icon {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  height: 56px;
  justify-content: center;
  margin-top: 20px;
  width: 56px;
}

.local-profile-content--transactions .local-profile-empty__icon {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}

.local-profile-empty__title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
}

.local-profile-empty__description {
  color: #b2b4bb;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  text-align: center;
}

.local-profile-content--transactions .local-profile-empty__title {
  margin-top: 0;
}

.local-profile-content--transactions .local-profile-empty__description {
  max-width: none;
}

.local-profile-content--inventory .local-profile-empty {
  height: 108px;
  margin-top: 20px;
}

.local-profile-content--inventory .local-profile-empty__icon {
  color: #fff;
  margin: 0 0 8px;
}

.local-profile-content--inventory .local-profile-empty__icon svg {
  color: #fff;
}

.local-profile-content--inventory .local-profile-empty__title {
  margin-top: 0;
}

.profile-referral {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.referral-block {
  display: block;
}

.profile-referral__statistics {
  margin-top: 24px;
}

.local-profile-referral-box,
.local-profile-api-card {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 24px;
}

.local-profile-referral-box label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.local-profile-referral-box label > span,
.local-profile-api-card span {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
}

.local-profile-referral-box div {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 44px;
}

.local-profile-referral-box input {
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 15px;
  height: 44px;
  padding: 12px;
}

.local-profile-referral-box button {
  align-items: center;
  background: transparent;
  border: 1px solid #3f424a;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  color: #999ca4;
  display: flex;
  height: 44px;
  justify-content: center;
}

.local-profile-referral-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 32px;
}

.local-profile-referral-stats div {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  min-height: 118px;
  padding: 24px;
}

.local-profile-referral-stats strong {
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-profile-referral-stats span,
.local-profile-referral-stats small {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-top: 8px;
}

.local-profile-content--referrals .referral-block__header {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 24px;
  min-height: 201px;
}

.local-profile-content--referrals .referral-block__header-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 561px;
}

.local-profile-content--referrals .referral-block__header-info__title {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.local-profile-content--referrals .referral-block__header-info__subtitle {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.local-profile-content--referrals .referral-block__header-info__subtitle-percent {
  color: #f0762f;
}

.local-profile-content--referrals .referral-block__header img {
  display: block;
  height: 200px;
  width: 200px;
}

.local-profile-content--referrals .referral-block__content {
  display: flex;
  position: relative;
}

.local-profile-content--referrals .ui-copy,
.local-profile-content--referrals .ui-copy .ui-input {
  width: 461px;
}

.local-profile-content--referrals .ui-copy .ui-input {
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}

.local-profile-content--referrals .referral-block__content > img {
  display: block;
  height: 123px;
  left: 501px;
  position: absolute;
  top: -82px;
  width: 96px;
}

.local-profile-content--referrals .ui-input__label {
  color: #cbcdd2;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 4px;
}

.local-profile-content--referrals .ui-input__control {
  align-items: center;
  background: #111216;
  border: 1px solid #3f424a;
  border-radius: 8px;
  display: flex;
  height: 46px;
  position: relative;
  width: 461px;
}

.local-profile-content--referrals .ui-input__input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  line-height: 22px;
  padding: 12px 40px 12px 12px;
  width: 459px;
}

.local-profile-content--referrals .ui-input__after-slot {
  bottom: 1px;
  display: block;
  height: 22px;
  position: absolute;
  right: 12px;
  width: 22px;
}

.local-profile-content--referrals .ui-copy__actions {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 22px;
  width: 22px;
}

.local-profile-content--referrals .ui-input__after-slot .ui-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  height: 22px;
  justify-content: center;
  padding: 0;
  transition: color .2s ease;
  width: 22px;
}

.local-profile-content--referrals .ui-input__after-slot .ui-button:hover {
  color: #fff;
}

.local-profile-content--referrals .referral-block__statistics {
  display: flex;
  gap: 8px;
  margin: 24px 0 0;
}

.local-profile-content--referrals .referral-block__statistics .card-statistics {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  height: 215px;
  padding: 24px;
}

.local-profile-content--referrals .card-statistics__container {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 21px;
  font-weight: 500;
  gap: 8px;
  height: 85px;
  justify-content: center;
  line-height: 30px;
  margin: 0;
  padding: 10px 16px;
}

.local-profile-content--referrals .card-statistics__container-image,
.local-profile-content--referrals .card-statistics__container-image img {
  display: block;
  height: 65px;
  width: 65px;
}

.local-profile-content--referrals .card-statistics__container--green-color {
  background: rgba(49, 196, 141, .1);
  color: #3fdca1;
  width: 166.438px;
}

.local-profile-content--referrals .card-statistics__container--purple-color {
  background: rgba(172, 148, 250, .1);
  color: #ac94fa;
  width: 142.109px;
}

.local-profile-content--referrals .card-statistics__container--orange-color {
  background: rgba(227, 160, 8, .1);
  color: #e3a008;
  width: 118px;
}

.local-profile-content--referrals .card-statistics__text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 8px 0 0;
}

.local-profile-content--referrals .card-statistics__description {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}

.local-profile-content--referrals .profile-referral__statistics {
  margin-top: 24px;
  padding-bottom: 0;
}

.local-profile-content--referrals .profile-referral__statistics-footer {
  margin-top: 20px;
}

.local-profile-content--referrals .profile-referral__statistics-title {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 20px;
}

.local-profile-content--referrals .ui-table {
  display: flex;
  flex-direction: column;
}

.local-profile-content--referrals .local-profile-table__header {
  grid-template-columns: 510px 170px 170px;
}

.local-profile-content--referrals .ui-table-header {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px 8px 0 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 510px 170px 170px;
  height: 36px;
  padding: 0 16px;
}

.local-profile-content--referrals .ui-table-header__item {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 4px;
  line-height: 16px;
  padding: 10px 0;
  text-transform: uppercase;
}

.local-profile-content--referrals .ui-table-header__item:nth-child(3) {
  justify-content: flex-end;
  justify-self: end;
  text-align: right;
  width: 108px;
}

.local-profile-content--referrals .ui-table-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 130px;
  margin-top: 20px;
}

.local-profile-content--referrals .ui-table-empty__icon {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  margin: 0 0 8px;
  width: 56px;
}

.local-profile-content--referrals .ui-table-empty__title {
  display: block;
  margin-top: 0;
}

.local-profile-content--referrals .ui-table-empty__description {
  color: #b2b4bb;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .local-profile-content--referrals .referral-block__header {
    align-items: stretch;
    min-height: 168px;
  }

  .local-profile-content--referrals .referral-block__header-info {
    width: 100%;
  }

  .local-profile-content--referrals .referral-block__header-info__title {
    font-size: 26px;
    line-height: 34px;
  }

  .local-profile-content--referrals .referral-block__header > img,
  .local-profile-content--referrals .referral-block__content > img {
    display: none;
  }

  .local-profile-content--referrals .ui-copy,
  .local-profile-content--referrals .ui-copy .ui-input,
  .local-profile-content--referrals .ui-input__control {
    width: 100%;
  }

  .local-profile-content--referrals .ui-input__input {
    width: calc(100% - 2px);
  }

  .local-profile-content--referrals .referral-block__statistics {
    flex-direction: column;
  }

  .local-profile-content--referrals .referral-block__statistics .card-statistics {
    flex: 0 0 auto;
    height: auto;
    width: 100%;
  }

  .local-profile-content--referrals .card-statistics__container {
    font-size: 19px;
    line-height: 24px;
    width: fit-content;
  }

  .local-profile-content--referrals .profile-referral__statistics {
    padding-bottom: 0;
  }

  .local-profile-content--referrals .profile-referral__statistics-title {
    font-size: 22px;
    line-height: 28px;
  }

  .local-profile-content--referrals .ui-table-header {
    display: none;
  }

  .local-profile-content--referrals .ui-table-empty {
    height: 174px;
  }
}

.local-profile-actions {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}

.local-profile-actions button:nth-child(2) {
  background: rgba(255, 255, 255, .08);
}

.local-profile-pills {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
}

.local-profile-pills__item {
  justify-content: center;
}

.local-profile-pills__item--active {
  background: #3f424a;
}

.local-profile-danger {
  align-items: flex-start;
  background: rgba(255, 255, 255, .1);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 500;
  gap: 4px;
  height: 140px;
  justify-content: center;
  margin-bottom: 0;
  padding: 16px 24px;
  width: 100%;
}

.profile-security__title {
  margin: 0 0 32px;
}

.active-sessions-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.active-sessions-block__title {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.active-sessions-block__container {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(min(316px, 100%), 1fr));
}

.active-session {
  align-items: flex-start;
  background: rgba(255, 255, 255, .1);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 146px;
  justify-content: flex-start;
  padding: 16px 24px;
}

.active-session__header {
  align-items: center;
  display: grid;
  grid-template-columns: 32px auto;
  justify-content: space-between;
  margin-bottom: 8px;
  width: 100%;
}

.active-session__header svg {
  color: #b2b4bb;
}

.active-session__header-tag {
  background: #3f424a;
  border-radius: 6px;
  color: #3fdca1;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  padding: 2px 6px;
}

.active-session__title {
  color: #e5e6e8;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.active-session__row {
  align-items: center;
  display: flex;
  gap: 8px;
  line-height: 22px;
}

.active-session__row-value {
  color: #999ca4;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.active-session__row-value--info {
  color: #b2b4bb;
}

.profile-security__logins {
  margin-top: 32px;
}

.profile-security__logins-title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 20px;
}

.local-profile-login-table {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
}

.local-profile-login-table__header,
.local-profile-login-table__row {
  display: grid;
  gap: 24px;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  padding: 0 16px;
}

.local-profile-login-table__header {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px 8px 0 0;
  min-height: 36px;
}

.local-profile-login-table__header .ui-table-header__item {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 12px;
  gap: 4px;
  height: 36px;
  line-height: 16px;
  padding: 10px 0;
}

.local-profile-login-table__header .ui-table-header__cell {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 12px;
  gap: 6px;
  line-height: 16px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.local-profile-login-table__header span {
  color: #999ca4;
  font-size: 12px;
  line-height: 16px;
}

.local-profile-login-table__row {
  align-items: center;
  gap: 24px;
  grid-template-columns: 1fr;
  height: 227px;
  padding: 10px 16px;
}

.local-profile-login-table__row .ui-row__vertical-header {
  display: none;
}

.local-profile-login-table__row .ui-cell {
  min-width: 0;
}

.profile-security .end-all-sessions {
  height: 146px;
}

@media (max-width: 767px) {
  .local-profile-page--security {
    width: calc(100vw - 15px);
  }

  .active-sessions-block__title,
  .profile-security__logins-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .active-session {
    height: 140px;
  }

  .active-session__title {
    font-size: 16px;
    line-height: 22px;
  }

  .profile-security .end-all-sessions {
    height: 144px;
  }

  .local-profile-login-table__header {
    display: none;
  }

  .local-profile-login-table > .ui-table {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .local-profile-login-table__row {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
    height: 245px;
    padding: 10px 16px;
  }

  .local-profile-login-table__row .ui-row__cell-wrapper {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
  }

  .local-profile-login-table__row .ui-row__vertical-header {
    color: #999ca4;
    display: block;
    flex: 0 0 120px;
    font-size: 14px;
    line-height: 20px;
  }

  .local-profile-login-table__row .ui-cell {
    color: #fff;
    display: flex;
    flex: 0 0 148px;
    font-size: 13px;
    line-height: 18px;
  }
}

.end-all-sessions__icon {
  color: #f05252;
  height: 32px;
  width: 32px;
}

.sessions-table__device {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  gap: 8px;
}

.sessions-table__device svg {
  color: #b2b4bb;
  flex: 0 0 auto;
}

.profile-inventory__header {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 969px 380px;
  justify-content: space-between;
}

.inventory-tabs,
.inventory-tabs__wrapper,
.inventory-tabs .ui-slider__container {
  height: 42px;
  width: 969px;
}

.profile-inventory__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.profile-inventory__footer {
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .profile-inventory__header {
    grid-template-columns: 1fr;
  }

  .inventory-tabs,
  .inventory-tabs__wrapper,
  .inventory-tabs .ui-slider__container {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .inventory-tabs {
    overflow: hidden;
  }

  .inventory-tabs__item {
    flex: 0 0 236px;
  }

  .local-profile-content--inventory .inventory-table {
    height: 172px;
  }

  .local-profile-content--inventory .local-profile-table__header {
    display: none;
  }

  .local-profile-content--inventory .local-profile-empty {
    height: 152px;
  }
}

.inventory-tabs__wrapper {
  display: flex;
  overflow: hidden;
}

.inventory-tabs .ui-slider__container {
  display: flex;
}

.inventory-tabs__item {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #202226;
  color: #999ca4;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  line-height: 22px;
  overflow: hidden;
  padding: 10px 16px;
  transition: .3s;
  width: 236px;
}

.inventory-tabs__item--active {
  background: linear-gradient(rgba(17, 18, 22, .3), rgba(240, 118, 47, .3));
  border-bottom-color: #f0762f;
  color: #fff;
}

.inventory-tabs__item:hover {
  background: linear-gradient(rgba(17, 18, 22, .3), rgba(240, 118, 47, .3));
  border-bottom-color: #f0762f;
  color: #fff;
}

.inventory-trade-lock .local-profile-lead {
  margin: 0;
}

.inventory-trade-lock .ui-message-card {
  align-items: center;
  background: linear-gradient(90deg, rgba(255, 203, 0, .15), rgba(255, 203, 0, 0));
  border: 0;
  border-radius: 8px;
  color: #ffd964;
  display: grid;
  font-size: 15px;
  font-weight: 500;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  line-height: 22px;
  height: 90px;
  min-height: 0;
  padding: 12px;
}

.inventory-trade-lock .ui-message-card__text {
  align-items: center;
  color: #ffd964;
  display: flex;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  max-width: 981px;
}

.inventory-trade-lock .ui-message-card__text svg {
  color: #ffdb54;
  flex: 0 0 auto;
}

.inventory-trade-lock .ui-message-card__buttons {
  display: grid;
  gap: 8px;
  grid-template-columns: 189px 189px;
}

.inventory-trade-lock .ui-button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  height: 38px;
  justify-content: center;
  line-height: 16px;
  opacity: .5;
  padding: 11px 16px;
  text-transform: uppercase;
  transition: .2s;
  width: 189px;
}

.inventory-trade-lock .ui-button--primary {
  background: #ff831f;
  border: 0;
  color: #fff;
}

.inventory-trade-lock .ui-button--accent-tertiary {
  background: transparent;
  border: 1px solid #f0762f;
  color: #f0762f;
}

.inventory-trade-lock .ui-button__content {
  align-items: center;
  display: flex;
  justify-content: center;
}

.local-profile-danger span {
  display: block;
}

.end-all-sessions__title {
  color: #e5e6e8;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 8px;
}

.end-all-sessions__description {
  color: #999ca4;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.api-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.api-block__title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 12px;
}

.api-block__description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 6px;
}

.api-block__info {
  color: #999ca4;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px;
}

.api-block__info .local-profile-api-balance {
  align-items: center;
  background: transparent;
  border: 0;
  color: #999ca4;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  margin: 0;
  padding: 0;
  transition: .2s;
  vertical-align: baseline;
}

.api-block__info .local-profile-api-balance .ui-link__content {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
}

.api-block__info .local-profile-api-balance {
  display: contents !important;
  min-height: 0 !important;
  min-width: 0 !important;
}

.api-block__info .local-profile-api-balance:hover {
  color: #fff;
}

.api-block__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.profile-id {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile-id__title,
.api-input .ui-input__label {
  color: #cbcdd2;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.profile-id__value {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.api-input {
  width: 100%;
}

.api-input__container {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

.api-input .ui-input {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.api-input .ui-input__control {
  background: #111216;
  border: 1px solid #3f424a;
  border-radius: 8px;
  display: flex;
  height: 46px;
  margin-top: 0;
  transition: .2s ease-in-out;
}

.api-input .ui-input__input {
  background: transparent;
  border: 0;
  color: #999ca4;
  font-size: 15px;
  height: 100%;
  line-height: 22px;
  outline: none;
  padding: 12px;
  transition: color .2s ease-in-out;
  width: 100%;
}

.api-input .ui-input__label {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
}

.api-input .ui-button {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  letter-spacing: .3px;
  line-height: 20px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.api-input .ui-button:disabled,
.api-input .ui-button--disabled,
.api-input .local-profile-api-action--disabled {
  opacity: 1;
  cursor: default;
}

.api-input .ui-button:disabled:hover,
.api-input .ui-button--disabled:hover,
.api-input .local-profile-api-action--disabled:hover {
  background: #ff5f00;
}

.api-block .ui-link {
  align-items: center;
  color: #ff831f;
  display: flex;
  font-size: 15px;
  gap: 6px;
  line-height: 22px;
  text-decoration: none;
}

.api-block .api-block__info .local-profile-api-balance {
  align-items: baseline;
  background: transparent;
  border: 0;
  color: #999ca4;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.api-block .api-block__info .local-profile-api-balance .ui-link__content {
  color: inherit;
  display: inline;
  line-height: 22px;
  text-decoration: none;
  text-underline-offset: 2px;
}

.api-block .api-block__info .local-profile-api-balance:hover {
  color: #fff;
}

.api-block .local-profile-api-docs--disabled {
  cursor: default;
  opacity: 1;
}

.api-block .local-profile-api-docs--disabled:hover {
  color: #f89e71;
}

.api-example {
  border-radius: 16px;
  height: fit-content;
  overflow: hidden;
  position: relative;
  width: fit-content;
}

.api-example::after {
  background: linear-gradient(180deg, rgba(17, 18, 22, 0), #111216);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.api-example img {
  display: inline;
  height: 361px !important;
  width: 580px !important;
}

@media (max-width: 767px) {
  .local-profile-page--api {
    width: calc(100vw - 15px);
  }

  .local-profile-content--api {
    display: block;
  }

  .local-profile-content--api .api-block {
    height: 470px;
    width: 100%;
  }

  .local-profile-content--api .api-block__title {
    font-size: 22px;
    line-height: 28px;
  }

  .local-profile-content--api .api-example {
    display: none;
  }
}

.local-market-breadcrumbs a:hover {
  color: #fff;
}

.local-market-breadcrumbs__chevron {
  align-items: center;
  display: flex;
  height: 24px;
}

.local-market-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
}

.local-market {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: -12px;
  margin-right: -12px;
}

.local-market-weapon-bar {
  align-items: stretch;
  background: #ffffff0a;
  border-radius: 8px;
  display: flex;
  gap: 2px;
  max-width: 100%;
  min-height: 42px;
  min-width: 0;
  overflow: visible;
  padding: 5px 4px;
  position: relative;
  width: 100%;
  z-index: 3;
}

.local-market-weapon-bar--with-clear {
  --clear-button-width: 140px;
}

.local-market-weapon {
  padding: 4px 4px 4px 8px;
  position: relative;
}

.local-market-weapon__button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  color: #999ca4;
  display: flex;
  font: inherit;
  gap: 4px;
  height: 24px;
  min-width: max-content;
  padding: 0;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}

.local-market-weapon__title {
  align-items: center;
  display: inline-flex;
  min-width: 0;
}

.local-market-weapon__clear {
  align-items: center;
  color: #999ca4;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.local-market-weapon__clear:hover {
  color: #fff;
}

.local-market-weapon__button svg {
  transition: transform .28s ease;
}

.local-market-weapon__chevron {
  align-items: center;
  color: #999ca4;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  margin-left: -2px;
  width: 24px;
}

.local-market-weapon__chevron svg {
  display: block;
  margin-top: 2px;
}

.local-market-weapon__button:hover,
.local-market-weapon--open .local-market-weapon__button,
.local-market-weapon--active .local-market-weapon__button {
  background: #ffffff0f;
  color: #fff;
}

.local-market-weapon__menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: 0;
  min-width: 240px;
  overflow: visible;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  width: 240px;
  z-index: 30;
}

.local-market-weapon__menu:before {
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.local-market-weapon--open .local-market-weapon__menu {
  display: block;
}

.local-market-weapon-bar > .local-market-weapon:nth-last-child(-n+2) .local-market-weapon__menu {
  left: auto;
  right: 0;
}

.local-market-weapon:hover .local-market-weapon__menu {
  display: block;
}

.local-market-weapon:hover .local-market-weapon__button {
  background: #ffffff0f;
  color: #fff;
}

.local-market-weapon--active {
  background: rgba(255, 255, 255, .04);
  border-radius: 8px;
}

.local-market-weapon--active .local-market-weapon__button,
.local-market-weapon--active:hover .local-market-weapon__button,
.local-market-weapon--active.local-market-weapon--open .local-market-weapon__button {
  background: transparent;
  border-radius: 0;
  color: #cbcdd2;
  padding: 0;
}

.local-market-weapon--active .local-market-weapon__button > svg:first-child {
  color: #999ca4;
}

.local-market-weapon--active .local-market-weapon__title {
  color: #fff;
}

.local-market-weapon--active .local-market-weapon__clear {
  height: 24px;
  margin-left: -2px;
  width: 24px;
}

.local-market-weapon--active .local-market-weapon__clear > svg {
  display: block;
}

.local-market-weapon--open .local-market-weapon__chevron > svg,
.local-market-weapon:hover .local-market-weapon__chevron > svg {
  transform: rotate(180deg);
}

.local-market-weapon__list {
  background: #2b2d33;
  border-radius: 8px;
  box-shadow: 0 50px 50px #0006;
  display: grid;
  gap: 0;
  max-height: 340px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  scrollbar-color: #999ca4 transparent;
  scrollbar-width: thin;
}

.local-market-weapon__list::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.local-market-weapon__list::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.local-market-weapon__list::-webkit-scrollbar-track {
  background: transparent;
}

.local-market-weapon__list::-webkit-scrollbar-thumb {
  background: #999ca4;
  border-radius: 5px;
}

.local-market-dota-types {
  align-items: center;
  gap: 2px;
  overflow: visible;
  padding: 5px 4px;
}

.local-market-dota-type,
.local-market-dota-more__button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #cbcdd2;
  display: flex;
  font-size: 15px;
  gap: 4px;
  height: 32px;
  line-height: 22px;
  padding: 4px 8px;
  position: relative;
  white-space: nowrap;
}

.local-market-dota-type:before {
  content: none;
}

.local-market-dota-dot {
  color: #555860;
  display: block;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-market-dota-type__content {
  align-items: center;
  color: #999ca4;
  display: flex;
  line-height: 22px;
}

.local-market-dota-type:hover,
.local-market-dota-more__button:hover,
.local-market-dota-more--open .local-market-dota-more__button,
.local-market-dota-more--active .local-market-dota-more__button {
  color: #fff;
}

.local-market-dota-type:hover .local-market-dota-type__content {
  color: #fff;
}

.local-market-dota-type--active {
  background: rgba(255, 255, 255, .04);
  border-radius: 8px;
  color: #cbcdd2;
  padding: 4px 4px 4px 8px;
}

.local-market-dota-type--active .local-market-dota-type__content {
  color: #fff;
}

.local-market-dota-type__clear {
  height: 24px;
  margin-left: 2px;
  width: 24px;
}

.local-market-dota-type__clear > svg {
  display: block;
}

.local-market-dota-more {
  margin-left: 8px;
  position: relative;
}

.local-market-dota-more__button {
  border-radius: 4px;
  color: #999ca4;
  gap: 0;
  height: 24px;
  padding: 0;
}

.local-market-dota-more__button .local-market-weapon__title {
  min-width: 51.875px;
}

.local-market-dota-more__icon {
  align-items: center;
  color: #999ca4;
  display: flex;
  flex: 0 0 24px;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.local-market-dota-more__icon > svg {
  margin-top: 2px;
  transition: transform .28s ease;
}

.local-market-dota-more--open .local-market-dota-more__icon > svg {
  transform: rotate(180deg);
}

.local-market-dota-more:hover .local-market-dota-more__icon > svg {
  transform: rotate(180deg);
}

.local-market-dota-more__menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  left: -8px;
  min-width: 240px;
  overflow: visible;
  padding-top: 9px;
  position: absolute;
  right: auto;
  top: 100%;
  width: 240px;
  z-index: 30;
}

.local-market-dota-more__menu:before {
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.local-market-dota-more--open .local-market-dota-more__menu {
  display: block;
}

.local-market-dota-more:hover .local-market-dota-more__menu {
  display: block;
}

.local-market-dota-more:hover .local-market-dota-more__button {
  background: #ffffff0f;
  color: #fff;
}

.local-market-filter-chips {
  align-items: center;
  display: flex;
  gap: 2px;
}

.local-market-filter-chip {
  align-items: center;
  background: #ffffff0f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  gap: 6px;
  height: 30px;
  line-height: 22px;
  padding: 4px 8px 4px 12px;
  white-space: nowrap;
}

.local-market-filter-chip svg {
  color: #999ca4;
}

.local-market-filter-chip:hover svg {
  color: #fff;
}

.local-market-clear-container {
  align-items: center;
  background: #1e222a;
  display: flex;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  width: 141.125px;
  z-index: 5;
}

.local-market-clear-container--show-shadow::before {
  background: linear-gradient(270deg, #1e1f23 27.11%, rgba(30, 31, 35, 0) 99.76%);
  content: "";
  display: block;
  height: 36px;
  left: -32px;
  position: absolute;
  width: 32px;
}

.local-market-clear-top {
  align-items: center;
  background: rgba(255, 255, 255, .04);
  border: 0;
  border-radius: 8px;
  color: #ff831f;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 4px;
  height: 32px;
  justify-content: center;
  line-height: 22px;
  margin: 0 8px 0 2px;
  padding: 4px 8px 4px 12px;
  transition: .3s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: fit-content;
}

.local-market-clear-top:hover {
  background: rgba(255, 255, 255, .08);
}

.local-market-clear-top svg {
  color: #ff831f;
}

.local-market-check {
  align-items: center;
  border-radius: 6px;
  color: #999ca4;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  min-height: 34px;
  padding: 6px 0;
  transition: background .2s ease, color .2s ease;
}

.local-market-check:hover {
  background: #ffffff0a;
  color: #e5e6e8;
}

.local-market-check input {
  display: none;
}

.local-market-check__box {
  background: #2b2d33;
  border: 1px solid #82858e;
  border-radius: 4px;
  flex: 0 0 16px;
  height: 16px;
  position: relative;
  width: 16px;
}

.local-market-check input:checked + .local-market-check__box {
  background: #f0762f;
  border-color: #954000;
}

.local-market-check input:checked + .local-market-check__box:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 5px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg);
  width: 5px;
}

.local-market-check__image {
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
  flex: 0 0 34px;
  height: 28px;
}

.local-market-weapon__menu .local-market-check,
.local-market-dota-more__menu .local-market-check {
  border-radius: 0;
  box-sizing: border-box;
  color: #b2b4bb;
  font-size: 15px;
  gap: 8px;
  line-height: 22px;
  min-height: 48px;
  padding: 13px 20px 13px 12px;
  width: 235px;
}

.local-market-weapon__menu .local-market-check:hover,
.local-market-dota-more__menu .local-market-check:hover {
  background: #343740;
  color: #fff;
}

.local-market-weapon__menu .local-market-check__box,
.local-market-dota-more__menu .local-market-check__box {
  order: 3;
  margin-left: auto;
}

.local-market-weapon__menu .local-market-check--top-image,
.local-market-dota-more__menu .local-market-check--top-image {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 53px minmax(118px, 1fr) 16px;
  min-height: 48px;
  padding: 4px 20px 4px 12px;
}

.local-market-weapon__menu .local-market-check--top-image .local-market-check__box,
.local-market-dota-more__menu .local-market-check--top-image .local-market-check__box {
  grid-column: 3;
  grid-row: 1;
  margin-left: 0;
  order: initial;
}

.local-market-weapon__menu .local-market-check--top-image .local-market-check__image,
.local-market-dota-more__menu .local-market-check--top-image .local-market-check__image {
  flex: 0 0 53px;
  grid-column: 1;
  grid-row: 1;
  height: 40px;
  width: 53px;
  order: 1;
}

.local-market-weapon__menu .local-market-check--top-image .local-market-check__text,
.local-market-dota-more__menu .local-market-check--top-image .local-market-check__text {
  grid-column: 2;
  grid-row: 1;
  order: 2;
}

.local-market-weapon__menu .local-market-check--top-select .local-market-check__text {
  order: 1;
}

.local-market-weapon__menu .local-market-check--top-select,
.local-market-dota-more__menu .local-market-check--top-select {
  border-bottom: 1px solid #3f424a;
  min-height: 49px;
}

.local-market-weapon__menu .local-market-check--top-select .local-market-check__box {
  order: 2;
}

.local-market-rust-types .local-market-weapon__menu {
  min-width: 256px;
  width: 256px;
}

.local-market-rust-types .local-market-weapon__list {
  grid-template-columns: 251px;
}

.local-market-rust-types .local-market-weapon__menu .local-market-check {
  width: 251px;
}

.local-market-rust-types .local-market-weapon__menu .local-market-check--top-image {
  grid-template-columns: 53px 134px 16px;
}

.local-market-check__text {
  flex: 1 1 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

.local-market-container {
  display: grid;
  gap: 8px;
  grid-template-columns: 230px minmax(0, 1fr);
}

.local-market-sidebar {
  align-self: start;
  background: #ffffff0a;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  overflow: visible;
  padding: 4px 12px 16px;
  position: static;
}

.local-market-sidebar__scroll {
  display: contents;
}

.local-market-panel {
  border-bottom: 1px solid #2b2d33;
}

.local-market-panel__header {
  align-items: center;
  color: #999ca4;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 22px;
  padding: 0;
  height: 48px;
  width: 100%;
}

.local-market-panel__reset {
  color: #ff831f;
  font-weight: 500;
  margin-left: auto;
  margin-right: 8px;
}

.local-market-panel__header:hover {
  color: #fff;
}

.local-market-panel--open .local-market-panel__header {
  color: #fff;
}

.local-market-panel__header svg {
  color: #999ca4;
  line-height: 16px;
  transform: translateY(-1.5px);
  transition: transform .28s ease;
}

.local-market-panel--open .local-market-panel__header svg {
  transform: translateY(-1.5px) rotate(180deg);
}

.local-market-panel__body {
  display: block;
  max-height: 900px;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  transition: max-height .3s ease, opacity .2s ease;
}

.local-market-filter-options .local-market-check:first-child {
  min-height: 28px;
  padding-top: 0;
}

.local-market-filter-options .local-market-check:last-child {
  min-height: 28px;
  padding-bottom: 0;
}

.local-market-filter-options {
  display: flex;
  flex-direction: column;
  max-height: 220px;
  overflow-y: auto;
  padding-bottom: 12px;
}

.local-market-filter-options:not(.local-market-filter-options--hero) {
  margin-right: 5px;
}

.local-market-filter-search {
  height: 47px;
  padding-bottom: 12px;
}

.local-market-filter-search__control {
  align-items: center;
  border: 1px solid #3f424a;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  height: 35px;
  position: relative;
  width: 100%;
}

.local-market-filter-search__control svg {
  color: #999ca4;
  flex: 0 0 18px;
  height: 18px;
  left: 12px;
  position: absolute;
  width: 18px;
}

.local-market-filter-search__control input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #999ca4;
  font-size: 15px;
  height: 33px;
  line-height: 22px;
  outline: 0;
  padding: 12px 12px 12px 34px;
  width: 100%;
}

.local-market-filter-search__control:focus-within {
  border-color: #82858e;
}

.local-market-filter-search__control input::-webkit-search-cancel-button {
  display: none;
}

.local-market-filter-options .local-market-check {
  color: #b2b4bb;
}

.local-market-filter-options--hero .local-market-check {
  min-height: 28px;
  padding: 0 0 6px;
}

.local-market-filter-options::-webkit-scrollbar {
  display: block;
  max-height: 5px;
  width: 5px;
}

.local-market-filter-options::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.local-market-filter-options::-webkit-scrollbar-thumb {
  background: #82858e;
  border-radius: 5px;
  display: block;
}

.local-market-filter-options::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
  display: block;
}

.local-market-check-heading {
  box-sizing: border-box;
  color: #999ca4;
  display: block;
  font-size: 15px;
  flex-shrink: 0;
  font-weight: 500;
  line-height: 22px;
  min-height: 28px;
  padding: 0 0 6px;
  text-transform: uppercase;
}

.local-market-check-heading--long {
  min-height: 0;
}

.local-market-check-heading span {
  display: block;
  width: fit-content;
}

.local-market-check-heading--group {
  padding-top: 6px;
}

.local-market-check--rarity,
.local-market-check:has(.local-market-exterior-dot) {
  color: #b2b4bb;
  gap: 4px;
}

.local-market-check--rarity .local-market-check__box,
.local-market-check:has(.local-market-exterior-dot) .local-market-check__box {
  margin-right: 4px;
}

.local-market-check--rarity .local-market-check__text,
.local-market-check:has(.local-market-exterior-dot) .local-market-check__text {
  flex: 0 1 auto;
}

.local-market-rarity-dot {
  border-radius: 10px;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.local-market-exterior-dot {
  border-radius: 50%;
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

.local-market-panel:not(.local-market-panel--open) .local-market-panel__body {
  max-height: 0;
  opacity: 0;
}

.local-market-range {
  display: flex;
  gap: 0;
}

.local-market-price-input {
  align-items: stretch;
  border: 1px solid #3f424a;
  display: flex;
  flex: 0 0 calc(50% + .5px);
  height: 46px;
  position: relative;
  width: calc(50% + .5px);
}

.local-market-price-input:first-child {
  border-radius: 8px 0 0 8px;
}

.local-market-price-input:last-child {
  border-radius: 0 8px 8px 0;
  margin-left: -1px;
}

.local-market-price-input:focus-within {
  border-color: #82858e;
  box-shadow: none;
  filter: none;
  outline: 0;
  z-index: 1;
}

.local-market-price-input__currency {
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  padding: 18px 4px 6px 12px;
  visibility: hidden;
}

.local-market-price-input:focus-within .local-market-price-input__currency {
  visibility: visible;
}

.local-market-price-input .local-market-input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #999ca4;
  flex: 1 1 auto;
  height: 44px;
  min-width: 0;
  padding: 18px 35px 6px 0;
  width: 0;
}

.local-market-price-input .local-market-input:focus {
  border: 0;
  box-shadow: none;
  filter: none;
  outline: 0;
}

.local-market-price-input__title {
  color: #82858e;
  font-size: 15px;
  left: 11px;
  line-height: 22px;
  pointer-events: none;
  position: absolute;
  top: 11px;
  transform-origin: left top;
  transition: font-size .2s ease, line-height .2s ease, top .2s ease;
  width: calc(90% + 1.8px);
}

.local-market-price-input:focus-within .local-market-price-input__title,
.local-market-price-input .local-market-input:not(:placeholder-shown) + .local-market-price-input__title {
  font-size: 11px;
  line-height: 16px;
  top: 3px;
}

.local-market-price-input:focus-within .local-market-input,
.local-market-price-input .local-market-input:not(:placeholder-shown) {
  color: #fff;
}

.local-market-panel--price .local-market-panel__body {
  padding: 0;
}

.local-market-panel--price .local-market-range {
  padding: 12px 0;
}

.local-market-panel--float .local-market-panel__body {
  padding: 0;
}

.local-market-float-filter {
  display: flex;
  flex-direction: column;
  height: 82px;
  padding: 12px 0;
}

.local-market-range-slider {
  display: block;
  height: 10px;
  position: relative;
  width: 100%;
}

.local-market-range-slider__track {
  background: #3f424a;
  border-radius: 5px;
  height: 4px;
  left: 0;
  margin: -2px 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.local-market-range-slider__fill {
  background: #f05252;
  height: 4px;
  position: absolute;
  top: 0;
}

.local-market-range-slider__input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  display: block;
  height: 10px;
  margin: 0;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.local-market-range-slider__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  height: 4px;
}

.local-market-range-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  height: 10px;
  margin-top: -3px;
  pointer-events: auto;
  width: 10px;
}

.local-market-range-slider__input::-moz-range-track {
  background: transparent;
  border: 0;
  height: 4px;
}

.local-market-range-slider__input::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  height: 10px;
  pointer-events: auto;
  width: 10px;
}

.local-market-float-inputs {
  align-items: flex-end;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  height: 46px;
  margin-top: 4px;
  overflow: visible;
}

.local-market-float-input {
  border: 1px solid #3f424a;
  border-radius: 8px 0 0 8px;
  display: block;
  flex: 0 0 calc(50% + .5px);
  height: 46px;
  position: relative;
}

.local-market-float-input + .local-market-float-input {
  border-radius: 0 8px 8px 0;
  margin-left: -1px;
}

.local-market-float-input .local-market-input {
  -moz-appearance: textfield;
  appearance: textfield;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: block;
  height: 44px;
  padding: 18px 35px 6px 12px;
  width: 100%;
}

.local-market-float-input span {
  color: #82858e;
  font-size: 11px;
  left: 11px;
  line-height: 16px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  width: calc(90% + 2px);
}

.local-market-float-clear {
  align-items: center;
  color: #999ca4;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 7px;
  top: 10px;
  width: 24px;
}

.local-market-float-clear:hover {
  color: #fff;
}

.local-market-panel--delivery .local-market-panel__body {
  padding: 0;
}

.local-market-input,
.local-market-select {
  background: #ffffff08;
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  height: 46px;
  line-height: 22px;
  outline: none;
  padding: 0 12px;
  transition: border-color .2s ease, background .2s ease;
  width: 100%;
}

.local-market-input[type="number"] {
  -moz-appearance: textfield;
}

.local-market-input[type="number"]::-webkit-outer-spin-button,
.local-market-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.local-market-input::placeholder {
  color: #82858e;
}

.local-market-input:focus,
.local-market-select:focus {
  background: #ffffff0d;
  border-color: #999ca4;
}

.local-market-top {
  align-items: center;
  background: #ffffff0a;
  border-radius: 8px;
  box-sizing: border-box;
  display: grid;
  gap: 4px;
  grid-template-columns: 48px 144px minmax(150px, auto) minmax(140px, 190px);
  min-height: 62px;
  padding: 8px;
}

.local-market-icon-button {
  align-items: center;
  border: 1px solid #555860;
  border-radius: 8px;
  color: #b2b4bb;
  display: flex;
  height: 46px;
  justify-content: center;
  padding: 10px;
  transition: background .2s ease, color .2s ease;
  width: 48px;
}

.local-market-icon-button[data-market-action="refresh"] {
  height: 44px;
}

.local-market-icon-button:hover {
  background: #555860;
  color: #fff;
}

.local-market-icon-button--loading {
  background: #2b2d33;
  color: #fff;
  pointer-events: none;
}

.local-market-icon-button--loading svg {
  animation: local-market-refresh-spin .7s linear infinite;
}

@keyframes local-market-refresh-spin {
  to {
    transform: rotate(360deg);
  }
}

.local-market-games {
  border-radius: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 48px);
  height: 46px;
  overflow: visible;
  width: 144px;
}

.local-market-game {
  align-items: center;
  border-bottom: 1px solid #555860;
  border-top: 1px solid #555860;
  box-sizing: border-box;
  border-radius: 0;
  color: #b2b4bb;
  display: flex;
  height: 46px;
  justify-content: center;
  transition: background .2s ease;
}

.local-market-game--active,
.local-market-game:hover {
  background: #555860;
}

.local-market-game:first-child {
  border-left: 1px solid #555860;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.local-market-game:nth-child(2) {
  border-left: 1px solid #555860;
  border-right: 1px solid #555860;
}

.local-market-game:last-child {
  border-left: 0;
  border-right: 1px solid #555860;
  border-radius: 0 8px 8px 0;
}

.local-market-game svg {
  height: 32px;
  width: 32px;
}

.local-market-search {
  position: relative;
}

.local-market-search svg {
  color: #b2b4bb;
  left: 13px;
  position: absolute;
  top: 13px;
}

.local-market-search .local-market-input {
  background: transparent;
  color: #999ca4;
  height: 46px;
  padding: 12px 40px 12px 35px;
}

.local-market-search .local-market-input::placeholder {
  color: #757575;
  opacity: 1;
}

.local-market-sort {
  position: relative;
}

.local-market-sort__header {
  align-items: center;
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  font-size: 15px;
  height: 46px;
  justify-content: space-between;
  line-height: 22px;
  padding: 0 12px;
  width: 190px;
}

.local-market-sort--open .local-market-sort__header {
  border-color: #999ca4;
}

.local-market-sort__value,
.local-market-sort__icons {
  align-items: center;
  display: flex;
}

.local-market-sort__value {
  gap: 8px;
  margin-right: 9px;
  overflow: hidden;
}

.local-market-sort__value span {
  color: #fff;
}

.local-market-sort__value svg {
  color: #fff;
  flex: 0 0 auto;
}

.local-market-sort__value--hot svg {
  color: #f05252;
}

.local-market-sort__icons {
  color: #b2b4bb;
  margin-left: auto;
}

.local-market-sort__menu {
  background: #2b2d33;
  border: 1px solid #555860;
  border-radius: 8px;
  box-shadow: 0 50px 50px #0006;
  display: none;
  height: 178px;
  left: 0;
  position: absolute;
  top: 50px;
  width: 190px;
  z-index: 40;
}

.local-market-sort--open .local-market-sort__menu {
  display: flex;
}

.local-market-sort__list {
  display: block;
  height: 176px;
  overflow: auto;
  width: 188px;
}

.local-market-sort__option {
  align-items: center;
  background: transparent;
  border: 0;
  color: #b2b4bb;
  display: flex;
  font-size: 15px;
  gap: 8px;
  height: 44px;
  line-height: 22px;
  padding: 11px 12px;
  text-align: left;
  width: 188px;
}

.local-market-sort__option:hover,
.local-market-sort__option--selected {
  color: #fff;
}

.local-market-sort__option svg {
  flex: 0 0 auto;
}

.local-market-sort__option[data-value="hot"] svg {
  color: #f05252;
}

.local-market-sort__option:not(.local-market-sort__option--with-icon) {
  padding-left: 12px;
}

.local-market-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.local-market-grid {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(181px, 1fr));
}

@media (max-width: 1000px) {
  .local-market-grid {
    gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
  }
}

.local-market-card {
  color: #cbcdd2;
  display: block;
  min-width: 0;
  text-decoration: none;
}

.local-market-card__inner {
  background: #ffffff0f;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 266px;
  overflow: hidden;
  padding: 12px 12px 0;
  position: relative;
  transition: background .3s ease-in-out, gap .3s cubic-bezier(.5, 1.5, .5, 1);
}

.local-market-card__inner:before {
  content: none;
}

.local-market-card__glow {
  height: 175px;
  left: 50%;
  opacity: .9;
  pointer-events: none;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  transition: opacity .25s ease;
  width: 175px;
  z-index: 0;
}

.local-market-card:hover .local-market-card__inner {
  background: #ffffff1a;
  gap: 4px;
}

.local-market-card:hover .local-market-card__glow {
  opacity: 1;
}

.local-market-card__header {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  line-height: 17px;
  min-height: 24px;
  position: relative;
  z-index: 1;
}

.local-market-card__delivery {
  align-items: normal;
  color: #b2b4bb;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
  line-height: 18px;
  position: relative;
}

.local-market-card__delivery svg {
  flex: 0 0 16px;
}

.local-market-card__delivery--instant svg {
  color: #3fdca1;
}

.local-market-card__delivery--slow svg {
  color: #78e8ff;
}

.local-market-card__delivery--locked svg {
  color: #ffdb54;
}

.local-market-floating-tooltip {
  background: #454954;
  border-radius: 8px;
  box-shadow: 0 16px 40px #0007;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  max-width: 320px;
  min-width: 232px;
  opacity: 0;
  padding: 13px 16px;
  pointer-events: none;
  position: fixed;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease;
  white-space: normal;
  z-index: 1000;
}

.local-market-floating-tooltip--visible {
  opacity: 1;
  transform: translateY(0);
}

.local-market-floating-tooltip--unlock {
  background: #3f424a;
  box-shadow: none;
  box-sizing: border-box;
  color: #cbcdd2;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  max-width: 224px;
  min-width: 224px;
  padding: 10px 12px;
}

.local-market-card__fav {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  opacity: 1;
  padding: 4px;
  transition: 0.2s;
  width: 28px;
}

.local-market-card:hover .local-market-card__fav {
  opacity: 1;
}

.local-market-card__fav:hover {
  color: #fff !important;
}

.local-market-card__fav:hover svg {
  color: #f05252 !important;
  opacity: .8;
}

.local-market-card__fav--active,
.local-market-card--favourite .local-market-card__fav {
  color: #f05252;
}

.local-market-card__fav--active:hover,
.local-market-card--favourite .local-market-card__fav:hover {
  color: #f05252 !important;
}

.local-market-card__image {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 0 0 133px;
  height: 133px;
  justify-content: center;
  max-width: 100%;
  position: relative;
  transition: flex-basis .3s cubic-bezier(.5, 1.5, .5, 1), height .3s cubic-bezier(.5, 1.5, .5, 1);
  width: 146px;
  z-index: 1;
}

.local-market-card__image img {
  height: auto;
  max-height: 128px;
  max-width: 100%;
  object-fit: contain;
  transition: transform .3s cubic-bezier(.5, 1.5, .5, 1);
}

.local-market-card__selected-state {
  align-items: center;
  background: rgba(21, 22, 26, .698);
  border-radius: 50%;
  color: #ff831f;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 50%;
  padding: 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  z-index: 2;
}

.local-market-card__selected-state svg {
  display: block;
  height: 32px;
  width: 32px;
}

.local-market-card:hover .local-market-card__image {
  flex-basis: 111px;
  height: 111px;
}

.local-market-card:hover .local-market-card__image img {
  transform: scale(.8);
}

.local-market-card__names {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 0;
  height: 39px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.local-market-card__weapon {
  color: #b2b4bb;
  font-size: 12px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-market-card__modifier {
  margin-right: 3px;
}

.local-market-card__name {
  color: #e5e6e8;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.local-market-card--external .local-market-card__image {
  flex-basis: 128px;
  height: 128px;
  width: 100%;
}

.local-market-card--external .local-market-card__image img {
  height: 128px;
  max-height: none;
  object-fit: contain;
  width: 100%;
}

.local-market-card--external:hover .local-market-card__image {
  flex-basis: 111px;
  height: 111px;
}

.local-market-card--external .local-market-card__names {
  justify-content: flex-start;
  min-height: 44px;
}

.local-market-card--external .local-market-card__name--single {
  height: auto;
  max-height: 44px;
}

.local-market-card__name--single {
  height: 44px;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.local-market-card__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 24px;
  position: relative;
  z-index: 1;
}

.local-market-card__price {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-card__count {
  align-items: center;
  color: #b2b4bb;
  display: flex;
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
}

.local-market-card__actions {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 38px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  transform: translateY(30px);
  transition: all .3s cubic-bezier(.5, 1.5, .5, 1);
  width: 100%;
  z-index: 3;
}

.local-market-card:hover .local-market-card__actions {
  opacity: 1;
  transform: translateY(0);
}

.local-market-card__buy,
.local-market-card__cart {
  align-items: center;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}

.local-market-card__buy {
  background: #ff831f;
  border-radius: 0 0 0 8px;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: max-content;
  padding: 11px 16px;
  width: 100%;
}

.local-market-card__buy::before,
.local-market-card__buy::after {
  content: "";
  flex: 0 0 calc(var(--local-market-buy-letter-compensation, 0px) / 2);
  width: calc(var(--local-market-buy-letter-compensation, 0px) / 2);
}

.local-market-card__cart {
  background: #ffffff14;
  border-radius: 0 0 8px 0;
  flex: 0 1 auto;
  max-width: 38px;
  padding: 0;
  width: 100%;
}

.local-market-card__cart--selected {
  background: rgba(255, 255, 255, .16);
}

.local-market-cart-dropdown {
  background: #202226;
  border-radius: 16px;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .4);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: calc(100vh - 114px);
  padding: 20px;
  position: fixed;
  right: max(24px, calc((100vw - 1460px) / 2 + 30px));
  top: 64px;
  width: 577px;
  z-index: 9998;
}

.local-market-cart-dropdown__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 34px;
  min-height: 34px;
}

.local-market-cart-dropdown__title,
.local-market-cart-dropdown__header h2 {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

.local-market-cart-dropdown__close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #999ca4;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 4px;
  width: 30px;
}

.local-market-cart-dropdown__close svg {
  height: 22px;
  width: 22px;
}

.local-market-cart-dropdown__close:hover {
  color: #fff;
}

.local-market-cart-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 290px;
  justify-content: center;
  margin: 0 auto;
  min-height: 290px;
  max-width: 350px;
  text-align: start;
}

.local-market-cart-empty__image,
.local-market-cart-empty__face {
  display: block;
  height: 34px;
  margin: 0 0 10px;
  width: 34px;
}

.local-market-cart-empty__title {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 2px;
}

.local-market-cart-empty__text {
  color: #cbcdd2;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 16px;
}

.local-market-cart-empty__button,
.local-market-cart-filled__checkout,
.local-market-checkout__pay,
.local-market-checkout__empty button {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  line-height: 16px;
  margin: 0;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease;
  width: 100%;
}

.local-market-cart-empty__button {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 16px;
  text-align: start;
}

.local-market-cart-filled__checkout {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  padding: 12px 16px;
}

.local-market-cart-empty__button:hover,
.local-market-cart-filled__checkout:hover,
.local-market-checkout__pay:hover,
.local-market-checkout__empty button:hover {
  background: #ff5f00;
}

.local-market-cart-filled {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}

.local-market-cart-filled__subtitle {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  line-height: 24px;
  margin: 0;
  padding: 12px 12px 4px;
  width: calc(100% - 10px);
}

.local-market-cart-filled__items {
  display: block;
  max-height: 286px;
  overflow-y: auto;
  padding-right: 0;
  width: calc(100% - 10px);
}

.local-market-cart-filled__items::-webkit-scrollbar,
.local-market-checkout__items::-webkit-scrollbar {
  width: 5px;
}

.local-market-cart-filled__items::-webkit-scrollbar-thumb,
.local-market-checkout__items::-webkit-scrollbar-thumb {
  background: #82858e;
  border-radius: 5px;
}

.local-market-cart-filled__total {
  align-items: center;
  border-top: 0;
  display: flex;
  height: 30px;
  justify-content: space-between;
  margin-top: 9px;
  padding: 0;
}

.local-market-cart-filled__total div {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.local-market-cart-filled__total span,
.local-market-cart-filled__total strong {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-market-cart-filled__total small {
  color: #999ca4;
  font-size: 13px;
  line-height: 18px;
}

.local-market-cart-item {
  align-items: center;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  height: 85px;
  min-height: 85px;
  overflow: hidden;
  padding: 12px;
}

.local-market-cart-item--checkout {
  background: transparent;
  column-gap: 62px;
  gap: 62px;
  font-size: 13px;
  height: 168px;
  line-height: 18px;
  min-height: 168px;
  padding: 24px 16px;
  transition: .3s;
}

.local-market-cart-item--checkout:hover {
  background: rgba(255, 255, 255, .06);
}

.local-market-cart-item + .local-market-cart-item {
  margin-top: 0;
}

.local-market-cart-item__image-wrap {
  align-items: center;
  display: flex;
  flex: 0 0 70px;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 70px;
}

.local-market-cart-item--checkout .local-market-cart-item__image-wrap {
  flex-basis: 120px;
  height: 120px;
  width: 120px;
}

.local-market-cart-item__image-wrap::after {
  background: radial-gradient(50% 50%, var(--cart-rarity-color) 0px, rgba(240, 82, 82, 0) 100%);
  content: "";
  height: 70px;
  left: 35px;
  opacity: .1;
  position: absolute;
  top: 25px;
  transform: translate(-35px, -35px);
  width: 70px;
}

.local-market-cart-item--checkout .local-market-cart-item__image-wrap::after {
  height: 120px;
  inset: 0;
  transform: none;
  width: 120px;
}

.local-market-cart-item__image {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.local-market-cart-item--checkout .local-market-cart-item__image {
  max-height: 90px;
  max-width: 120px;
}

.local-market-cart-item__main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  min-width: 0;
}

.local-market-cart-item__content {
  max-width: 290px;
  min-width: 0;
}

.local-market-cart-item--checkout .local-market-cart-item__main {
  flex: 0 0 616px;
  width: 616px;
}

.local-market-cart-item--checkout .local-market-cart-item__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 6px;
  height: 101px;
  line-height: 18px;
  max-width: 440px;
  width: 440px;
}

.local-market-cart-item__name {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-market-cart-item--checkout .local-market-cart-item__name {
  font-weight: 500;
  width: 100%;
}

.local-market-cart-item__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px;
  line-height: 18px;
  margin-top: 6px;
}

.local-market-cart-item--checkout .local-market-cart-item__meta {
  margin-top: 0;
  width: 100%;
}

.local-market-cart-item__actions {
  align-items: center;
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.local-market-cart-item--checkout .local-market-cart-item__actions {
  align-items: flex-start;
  font-size: 13px;
  height: 40px;
  line-height: 18px;
  margin-top: 0;
  width: 100%;
}

.local-market-cart-item__favorite,
.local-market-cart-item__buy-now {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  transition: background .2s ease, color .2s ease;
}

.local-market-cart-item__favorite {
  color: #cbcdd2;
  width: 30px;
}

.local-market-cart-item__favorite svg {
  height: 16px;
  width: 16px;
}

.local-market-cart-item--checkout .local-market-cart-item__favorite,
.local-market-cart-item--checkout .local-market-cart-item__buy-now {
  margin-top: 10px;
}

.local-market-cart-item__favorite:hover,
.local-market-cart-item__buy-now:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.local-market-cart-item__favorite--active {
  color: #f05252;
}

.local-market-cart-item__buy-now {
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding: 4px 12px;
  text-transform: uppercase;
}

.local-market-cart-item__buy-now > svg {
  height: 16px;
  width: 13.5781px;
}

.local-market-cart-item__buy-icon {
  align-items: center;
  color: #fff;
  display: flex;
  height: 16px;
  justify-content: center;
  width: 16px;
}

.local-market-cart-item__buy-icon svg {
  height: 16px;
  width: 16px;
}

.local-market-cart-item__delivery {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  line-height: 17px;
  padding: 5px 10px 5px 5px;
}

.local-market-cart-item__delivery--instant {
  background: rgba(63, 220, 161, .1);
  color: #3fdca1;
}

.local-market-cart-item__delivery--slow {
  background: rgba(120, 232, 255, .1);
  color: #78e8ff;
}

.local-market-cart-item__exterior {
  color: #b2b4bb;
}

.local-market-cart-item__exterior-group {
  display: flex;
  gap: 6px;
}

.local-market-cart-item__dot {
  color: #6c6f77;
}

.local-market-cart-item__float {
  color: #cbcdd2;
}

.local-market-cart-item__price {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  max-width: 105px;
  white-space: nowrap;
}

.local-market-cart-item__remove {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 10px;
  height: 38px;
  justify-content: center;
  padding: 0 12px;
  width: 40px;
}

.local-market-cart-item__remove:hover {
  background: rgba(255, 255, 255, .12);
}

.local-market-cart-item__remove svg {
  height: 16px;
  width: 16px;
}

.local-market-checkout-page {
  padding-top: 16px;
}

.local-market-checkout-page .local-market-title {
  margin-top: 12px;
}

.local-market-checkout {
  align-items: flex-start;
  display: grid;
  gap: 8px;
  grid-template-columns: 932px 460px;
  justify-content: start;
  margin-top: 42px;
}

.local-market-checkout__list {
  min-width: 0;
}

.local-market-checkout__items-header {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  display: flex;
  height: 62px;
  justify-content: space-between;
  padding: 16px;
}

.local-market-checkout__items-header strong {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-checkout__clear {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  gap: 4px;
  height: 30px;
  justify-content: center;
  letter-spacing: .3px;
  line-height: 16px;
  padding: 8px 12px;
  text-transform: uppercase;
  transition: background .2s ease;
}

.local-market-checkout__clear:hover {
  background: rgba(255, 255, 255, .12);
}

.local-market-checkout__clear svg {
  height: 16px;
  width: 16px;
}

.local-market-checkout__items {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 16px;
}

.local-market-checkout__summary {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  min-height: 168px;
  padding: 16px;
  position: sticky;
  top: 74px;
}

.local-market-checkout__summary-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.local-market-checkout__summary-row span,
.local-market-checkout__summary-row strong {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-market-checkout__summary-row div {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.local-market-checkout__summary-row--total strong {
  font-size: 17px;
  line-height: 24px;
}

.local-market-checkout__summary small {
  color: #999ca4;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 2px;
}

.local-market-checkout__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 16px;
}

.local-market-checkout__details div {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 13px;
  line-height: 18px;
}

.local-market-checkout__details span {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
}

.local-market-checkout__details span::after {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  content: "";
  flex: 1 1 auto;
  margin: 0 8px;
}

.local-market-checkout__details em {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
}

.local-market-checkout__pay {
  background: #f05252;
  border-radius: 8px;
  color: #fff;
  gap: 10px;
  height: 38px;
  letter-spacing: .3px;
  padding: 11px 16px;
}

.local-market-checkout__pay:hover {
  background: #f45f5f;
}

.local-market-checkout__empty {
  align-items: center;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  margin: 0 auto;
  max-width: 577px;
  min-height: 290px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.local-market-checkout__empty h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-market-checkout__empty p {
  color: #cbcdd2;
  margin: 4px 0 18px;
}

.local-market-card--skeleton .local-market-card__inner {
  gap: 12px;
  pointer-events: none;
}

.local-market-skeleton {
  animation: local-market-skeleton-pulse 1.05s ease-in-out infinite;
  background: linear-gradient(90deg, #2b2d33 0%, #383b43 50%, #2b2d33 100%);
  background-size: 220% 100%;
  border-radius: 8px;
}

.local-market-skeleton--header {
  height: 22px;
  width: 100%;
}

.local-market-skeleton--image {
  align-self: center;
  border-radius: 12px;
  height: 118px;
  margin-top: 4px;
  width: 128px;
}

.local-market-skeleton--name {
  height: 16px;
  width: 82%;
}

.local-market-skeleton--name-short {
  width: 58%;
}

.local-market-skeleton--price {
  height: 22px;
  margin-top: auto;
  width: 42%;
}

.local-market-auth-popup {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  line-height: 22px;
  margin: 0;
  padding: 16px;
  position: fixed;
  z-index: 11;
}

.local-market-auth-popup__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .5);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.local-market-auth-popup__content {
  background: #202226;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  display: block;
  margin: auto;
  max-width: 640px;
  overflow-y: auto;
  padding: 24px 40px 40px;
  position: relative;
  width: 100%;
}

.local-market-auth-popup__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 226px;
  text-align: center;
}

.local-market-auth-popup__body > svg:first-child {
  display: block;
  height: 54px;
  width: 54px;
}

.local-market-auth-popup__title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin: 20px 0 12px;
}

.local-market-auth-popup__description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.local-market-auth-popup__steam {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 4px;
  height: 46px;
  justify-content: center;
  line-height: 22px;
  margin: 20px 0 0;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
  width: 313px;
}

.local-market-auth-popup__steam:not(:disabled):hover {
  background: #ff5f00;
}

.local-market-auth-popup__steam svg {
  display: block;
  height: 22px;
  width: 22px;
}

.local-market-auth-popup__steam .ui-button__content {
  display: block;
  line-height: 22px;
}

.local-market-auth-popup__close {
  height: 30px;
  position: absolute;
  right: 32px;
  top: 32px;
  width: 28px;
  z-index: 11;
}

.local-market-auth-popup__close button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px;
  width: 28px;
}

.local-market-auth-popup__close svg {
  display: block;
  height: 22px;
  width: 22px;
}

.local-market-auth-popup__close button:hover {
  color: #fff;
}

.local-profile-trade-popup {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  line-height: 22px;
  margin: 0;
  padding: 16px;
  position: fixed;
  z-index: 10;
}

.local-profile-trade-popup__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .5);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.local-profile-trade-popup__content {
  background: #202226;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  display: block;
  margin: auto;
  padding: 40px;
  position: relative;
  width: 566px;
}

.local-profile-trade-popup__body {
  color: #fff;
  font-size: 15px;
  height: 256px;
  line-height: 22px;
  width: 486px;
}

.trade-url__logo {
  display: inline-flex;
  height: 33px;
  justify-content: center;
  width: 486px;
}

.trade-url__icon {
  align-items: center;
  background: #484a4d;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 33px;
  justify-content: center;
  width: 33px;
}

.trade-url__icon svg {
  display: block;
  height: 30px;
  width: 30px;
}

.trade-url__title {
  color: #fff;
  display: block;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 0 20px;
  text-align: center;
  width: 486px;
}

.local-profile-trade-popup__input {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 22px;
  width: 486px;
}

.local-profile-trade-popup__control {
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px;
  display: flex;
  height: 46px;
  width: 486px;
}

.local-profile-trade-popup__control.ui-input__control--error {
  border-color: #f05252;
}

.local-profile-trade-popup__field {
  background: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  line-height: 22px;
  outline: none;
  padding: 12px;
  width: 484px;
}

.local-profile-trade-popup__error {
  color: #f05252;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 2px 0 0;
  width: 486px;
}

.local-profile-trade-popup__error[hidden] {
  display: none;
}

.trade-url__info {
  color: #999ca4;
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 18px;
  margin: 8px 0 20px;
  width: 486px;
}

.trade-url__info .ui-link {
  color: #ff831f;
  display: flex;
  font-size: 13px;
  gap: 6px;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
}

.trade-url__info .ui-link__content {
  color: #ff831f;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.trade-url__actions {
  display: flex;
  gap: 8px;
  height: 46px;
  width: 486px;
}

.trade-url__actions .ui-button {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  height: 46px;
  justify-content: center;
  line-height: 20px;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: background .2s ease;
  width: 486px;
}

.trade-url__actions .ui-button:hover {
  background: #ff5f00;
}

.trade-url__actions .ui-button--disabled,
.trade-url__actions .ui-button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.trade-url__actions .ui-button--disabled:hover,
.trade-url__actions .ui-button:disabled:hover {
  background: #ff831f;
}

.local-profile-trade-popup__close {
  height: 30px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 28px;
  z-index: 11;
}

.local-profile-trade-popup__close button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px;
  width: 28px;
}

.local-profile-trade-popup__close svg {
  display: block;
  height: 22px;
  width: 22px;
}

.local-profile-trade-popup__close button:hover {
  color: #fff;
}

.local-market-purchase-popup {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  line-height: 22px;
  margin: 0;
  padding: 16px;
  position: fixed;
  z-index: 11;
}

.local-market-purchase-popup__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .7);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.local-market-purchase-popup__content {
  background: #202226;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  display: block;
  margin: auto;
  max-width: 640px;
  overflow-y: auto;
  padding: 24px;
  position: relative;
  width: 100%;
}

.local-market-purchase-popup__title {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0;
}

.local-market-purchase {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.local-market-purchase__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.local-market-purchase__item {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 124px;
}

.local-market-purchase__image-wrapper {
  align-items: center;
  display: flex;
  flex: 0 0 165px;
  height: 124px;
  justify-content: center;
  width: 165px;
}

.local-market-purchase__image {
  display: block;
  max-height: 124px;
  max-width: 165px;
  object-fit: contain;
}

.local-market-purchase__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.local-market-purchase__name {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-purchase__details {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.local-market-purchase__delivery {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  line-height: 17px;
  padding: 5px 10px 5px 5px;
}

.local-market-purchase__delivery--instant {
  background: rgba(63, 220, 161, .1);
  color: #3fdca1;
}

.local-market-purchase__delivery--slow {
  background: rgba(120, 232, 255, .1);
  color: #78e8ff;
}

.local-market-purchase__exterior {
  align-items: center;
  color: #6c6f77;
  display: flex;
  font-size: 15px;
  gap: 4px;
  line-height: 22px;
}

.local-market-purchase__float {
  color: #cbcdd2;
}

.local-market-purchase-total {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
}

.local-market-purchase-total__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.local-market-purchase-total__row--large {
  margin-bottom: 6px;
  min-height: 30px;
}

.local-market-purchase-total__label,
.local-market-purchase-total__value {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
}

.local-market-purchase-total__value {
  font-weight: 500;
}

.local-market-purchase-total__label--large,
.local-market-purchase-total__value--large {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-market-purchase-total__button {
  align-items: center;
  background: #f05252;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  line-height: 16px;
  margin-top: 6px;
  padding: 11px 16px;
  text-transform: uppercase;
  width: 100%;
}

.local-market-purchase-total__button:hover {
  background: #ff6060;
}

.local-market-purchase-popup__close {
  height: 30px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 28px;
  z-index: 11;
}

.local-market-purchase-popup__close button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px;
  width: 28px;
}

.local-market-purchase-popup__close button:hover {
  color: #fff;
}

.local-market-deposit-popup {
  align-items: center;
  color: #fff;
  display: flex;
  inset: 0;
  margin: 0;
  overflow: hidden auto;
  padding: 16px;
  position: fixed;
  z-index: 10;
}

.local-market-deposit-popup__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .5);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.popup__content.local-market-deposit-popup__content {
  background: linear-gradient(#15161a, #6c6f77) !important;
  border: 0;
  border-radius: 16px;
  box-sizing: border-box;
  height: 704px;
  margin: auto;
  max-width: 936px;
  min-height: 0;
  overflow: visible !important;
  padding: 16px 0 0 !important;
  position: relative;
  width: 100%;
}

body.local-market-deposit-locked {
  overflow: hidden;
}

body.local-market-withdraw-locked {
  overflow: hidden;
}

body.local-market-filter-locked {
  overflow: hidden;
}

.local-market-withdraw-popup {
  align-items: center;
  color: #fff;
  display: flex;
  inset: 0;
  margin: 0;
  overflow: hidden auto;
  padding: 16px;
  position: fixed;
  z-index: 10;
}

.local-market-withdraw-popup__content {
  background: transparent;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.local-market-deposit-header {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  display: inline-block;
  height: 30px;
  justify-content: normal;
  margin-bottom: 16px !important;
  padding: 0 0 0 20px;
  width: auto;
}

.local-market-withdraw-header {
  margin-bottom: 18px !important;
}

.local-market-deposit-header__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: 500;
  gap: 12px;
  line-height: 30px;
}

.local-market-deposit-header__icon {
  color: #3fdca1;
  display: inline-flex;
}

.local-market-withdraw-header .local-market-deposit-header__icon {
  color: #ff831f;
}

.local-market-deposit-header .popup__close {
  height: 30px;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 28px;
  z-index: 11;
}

.local-market-deposit-close {
  color: #999ca4;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px;
  width: 28px;
}

.local-market-deposit-close:hover {
  color: #fff;
}

.local-market-deposit-body {
  background: #15161a;
  box-sizing: border-box;
  border-top: 1px solid #3f424a;
  border-radius: 0 0 16px 16px;
  display: flex;
  height: 642px;
  min-height: 642px;
  overflow: visible;
  width: 936px;
}

.local-market-deposit-sidebar {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .04)), #15161a;
  border-radius: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  height: 641px;
  justify-content: space-between;
  margin-top: 0;
  padding: 16px 20px;
  width: 260px;
}

.local-market-deposit-sidebar__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 220px;
}

.local-market-deposit-sidebar__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 225px;
}

.local-market-deposit-country-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.local-market-deposit-sidebar__label,
.local-market-deposit-main__label {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
}

.local-market-deposit-country {
  align-items: center;
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 46px;
  justify-content: space-between;
  line-height: 22px;
  padding: 0 12px;
  width: 220px;
}

.local-market-deposit-country__value {
  align-items: center;
  display: flex;
  gap: 8px;
}

.local-market-deposit-country strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.local-market-deposit-country__flag {
  background:
    linear-gradient(#ae1c28 0 33.333%, #fff 33.333% 66.666%, #21468b 66.666%);
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.local-market-deposit-country__chevron {
  align-items: center;
  color: #999ca4;
  display: inline-flex;
}

.local-market-deposit-provider {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  font-size: 15px;
  gap: 4px;
  height: 62px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 8px;
  text-align: left;
  width: 219px;
}

.local-market-deposit-provider--active {
  border-color: #f0762f;
  cursor: auto;
}

.local-market-deposit-provider--disabled,
.local-market-deposit-provider:disabled {
  cursor: not-allowed;
}

.local-market-deposit-provider:hover {
  border-color: #f0762f;
}

.local-market-deposit-provider--disabled:hover,
.local-market-deposit-provider:disabled:hover {
  border-color: transparent;
}

.local-market-deposit-provider + .local-market-deposit-provider {
  margin-top: -2px;
}

.local-market-deposit-provider strong {
  color: #b2b4bb;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
}

.local-market-deposit-provider dl,
.local-market-deposit-provider dt,
.local-market-deposit-provider dd {
  margin: 0;
}

.local-market-deposit-provider .provider__info,
.local-market-deposit-provider .provider__content {
  display: flex;
  flex-direction: column;
  height: 18px;
}

.local-market-deposit-provider--active .provider__info,
.local-market-deposit-provider--active .provider__content {
  height: 36px;
}

.local-market-deposit-provider .provider__title {
  color: #b2b4bb;
  display: flow-root;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
}

.local-market-deposit-provider .provider__count,
.local-market-deposit-provider .provider__subtitle {
  color: #82858e;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
}

.local-market-deposit-provider--active strong {
  color: #fff;
}

.local-market-deposit-provider--active .provider__title {
  color: #fff;
}

.local-market-crypto-card strong {
  color: #b2b4bb;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
}

.local-market-deposit-provider small,
.local-market-crypto-card small {
  color: #999ca4;
  display: block;
  font-size: 13px;
  line-height: 18px;
}

.local-market-deposit-provider__stack {
  align-items: center;
  color: #fff;
  display: flex;
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.local-market-deposit-notice {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  width: 220px;
}

.local-market-deposit-main {
  border-radius: 0 0 16px;
  height: 641px;
  margin-top: 0;
  padding: 16px 20px 20px;
  position: relative;
  width: 676px;
}

.local-market-crypto-grid {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
  overflow: visible;
  padding: 0;
}

.local-market-crypto-card {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  font-size: 15px;
  gap: 4px;
  height: 62px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 8px;
  text-align: left;
  transition: background .2s ease, border-color .2s ease;
  width: 100%;
}

.local-market-crypto-card:hover {
  background: rgba(255, 255, 255, .06);
  border-color: #f0762f;
}

.local-market-crypto-minimum-tooltip {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

.local-market-crypto-minimum-tooltip .tippy-box {
  background: #3f424a;
  border-radius: 8px;
  color: #cbcdd2;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  padding: 10px 12px;
  position: relative;
}

.local-market-crypto-minimum-tooltip .tippy-arrow {
  color: #3f424a;
  height: 16px;
  left: 96px;
  position: absolute;
  top: 0;
  width: 16px;
}

.local-market-crypto-minimum-tooltip .tippy-arrow::before {
  border-bottom: 8px solid #3f424a;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: -8px;
}

.local-market-crypto-minimum-tooltip .tippy-content,
.local-market-crypto-minimum-tooltip .ui-popover,
.local-market-crypto-minimum-tooltip .ui-popover__content,
.local-market-crypto-minimum-tooltip .crypto-info {
  color: #cbcdd2;
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 0;
}

.local-market-crypto-minimum-tooltip .crypto-info__item {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.local-market-crypto-minimum-tooltip .crypto-info__item span:last-child {
  color: #fff;
  font-weight: 500;
}

.local-market-crypto-icon {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex: 0 0 var(--coin-size, 22px);
  height: var(--coin-size, 22px);
  justify-content: center;
  width: var(--coin-size, 22px);
}

.local-market-crypto-icon svg {
  display: block;
}

.local-market-deposit-aml {
  align-items: center;
  color: #b2b4bb;
  display: flex;
  font-size: 12px;
  gap: 6px;
  line-height: 17px;
  margin-top: 12px;
}

.local-market-deposit-aml svg {
  color: #b2b4bb;
}

.local-market-deposit-main--detail {
  display: block;
}

.crypto-form,
.crypto-form__wrapper,
.crypto-form__form-container,
.crypto-form__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 636px;
}

.crypto-form {
  height: 605px;
}

.crypto-form__container {
  height: 167px;
}

.crypto-form__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 636px;
}

.payment-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 74px;
  width: 636px;
}

.local-market-deposit-back {
  align-items: center;
  color: #ff831f;
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
  gap: 6px;
  height: 18px;
  line-height: normal;
  padding: 0;
  width: 636px;
}

.local-market-deposit-back:hover {
  color: #ff9a45;
}

.local-market-deposit-token {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 32px;
}

.local-market-deposit-token strong {
  color: #b2b4bb;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-deposit-exchange {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: 314px 314px;
  height: 69px;
  margin-top: 0;
  position: relative;
}

.local-market-deposit-exchange label {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 69px;
  justify-content: center;
  padding: 0;
  position: relative;
}

.local-market-deposit-exchange label.local-market-deposit-exchange__to {
  height: 45px;
}

.local-market-deposit-exchange label span {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 6px;
}

.local-market-deposit-exchange label strong {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  height: 45px;
  line-height: 24px;
  padding: 10px 48px 11px 16px;
}

.local-market-deposit-amount-input {
  background: #2b2d33;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: block;
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  height: 45px;
  line-height: 24px;
  outline: none;
  padding: 10px 48px 11px 16px;
  width: 100%;
}

.local-market-deposit-amount-input:focus {
  box-shadow: none;
}

.local-market-deposit-exchange label .local-market-crypto-icon {
  position: absolute;
  right: 16px;
  top: 35px;
}

.local-market-deposit-exchange label.local-market-deposit-exchange__to .local-market-crypto-icon {
  right: 11px;
  top: 11px;
}

.local-market-deposit-exchange__swap {
  align-items: center;
  background: #555860;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  left: 302px;
  position: absolute;
  top: 29px;
  width: 32px;
  z-index: 1;
}

.local-market-deposit-send {
  color: #cbcdd2;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

.local-market-deposit-send .crypto-form__send-title--highlighted {
  color: #e5e6e8;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.local-market-deposit-minimum {
  color: #f45459;
  display: none;
  font-size: 13px;
  line-height: 18px;
  margin: 2px 0 -2px;
}

.local-market-deposit-minimum--visible {
  display: block;
}

.local-market-deposit-address {
  display: flex;
  gap: 8px;
  margin-top: 0;
  padding-left: 0;
}

.local-market-qr {
  align-items: center;
  background: #21242a;
  border-radius: 8px;
  display: flex;
  flex: 0 0 100px;
  height: 100px;
  justify-content: center;
  overflow: visible;
  padding: 8px;
  width: 100px;
}

.local-market-qr svg,
.local-market-qr img {
  display: block;
  height: 100px;
  width: 84px;
}

.local-market-qr span {
  background:
    linear-gradient(90deg, #000 8px, transparent 8px 16px, #000 16px 24px, transparent 24px 32px, #000 32px 40px, transparent 40px 48px, #000 48px 56px, transparent 56px 64px, #000 64px 72px, transparent 72px),
    linear-gradient(#000 8px, transparent 8px 16px, #000 16px 24px, transparent 24px 32px, #000 32px 40px, transparent 40px 48px, #000 48px 56px, transparent 56px 64px, #000 64px 72px, transparent 72px);
  display: block;
  height: 84px;
  mix-blend-mode: multiply;
  width: 68px;
}

.local-market-deposit-address__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  width: 528px;
}

.local-market-deposit-address__fields div {
  align-items: center;
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  height: 46px;
  justify-content: space-between;
  line-height: 22px;
  min-width: 0;
  padding: 12px 11px 12px 12px;
  position: relative;
}

.local-market-deposit-address__fields [data-market-deposit-copy-value] {
  display: block;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.local-market-deposit-address__fields button {
  color: #999ca4;
  flex: 0 0 22px;
  height: 22px;
  padding: 0;
  width: 22px;
}

.local-market-deposit-address__fields button:hover {
  color: #fff;
}

.local-market-deposit-address__fields button.local-market-deposit-copy--active {
  color: #3fdca1;
}

.local-market-deposit-copy-tooltip {
  background: #3f424a;
  border-radius: 8px;
  color: #cbcdd2;
  font-size: 12px;
  font-weight: 500;
  left: calc(100% - 42px);
  line-height: 17px;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 8px);
  white-space: nowrap;
  z-index: 20;
}

.local-market-deposit-copy-tooltip::before {
  border-bottom: 6px solid #3f424a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  left: 16px;
  position: absolute;
  top: -6px;
}

.local-market-deposit-warning {
  color: #ffd964;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  max-width: 636px;
}

.local-market-deposit-attention {
  align-items: center;
  background: rgba(21, 22, 26, .82);
  color: #fff;
  display: none;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  gap: 12px;
  justify-content: center;
  left: 0;
  line-height: 22px;
  padding: 28px 24px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 238px;
  z-index: 3;
}

.local-market-deposit-attention--visible {
  display: flex;
}

.local-market-deposit-attention p {
  max-width: 590px;
}

.local-market-deposit-attention button {
  align-items: center;
  background: #ff831f;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 16px;
  min-width: 86px;
  padding: 0 18px;
  text-transform: uppercase;
}

.local-market-deposit-attention button:hover {
  background: #f0762f;
}

.local-market-deposit-main--detail .local-market-deposit-aml {
  margin-top: 0;
}

.local-market-withdraw-country {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 72px;
  width: 220px;
}

.local-market-withdraw-main {
  padding-top: 12px;
}

.local-market-withdraw-main--detail {
  display: block;
  padding-top: 16px;
}

.local-market-withdraw-main--detail .crypto-form {
  gap: 28px;
}

.local-market-withdraw-main--detail .crypto-form__form-wrapper {
  display: flex;
  flex-direction: column;
  height: 605px;
  margin: 0;
  width: 636px;
}

.local-market-withdraw-form-container {
  gap: 24px;
  height: 269px;
}

.local-market-withdraw-token .payment-header__name {
  color: #b2b4bb;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-withdraw-inputs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 171px;
  width: 636px;
}

.local-market-withdraw-exchange {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 89px;
  width: 636px;
}

.local-market-withdraw-exchange .crypto-form__exchange-title {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  gap: 4px;
  height: 18px;
  line-height: 18px;
  margin: 0;
}

.local-market-withdraw-exchange .crypto-form__exchange-title svg {
  color: #fff;
  flex: 0 0 16px;
}

.local-market-withdraw-exchange__input {
  display: block;
  height: 45px;
  position: relative;
  width: 314px;
}

.local-market-withdraw-exchange__row {
  display: grid;
  gap: 8px;
  grid-template-columns: 314px 314px;
  height: 45px;
  position: relative;
  width: 636px;
}

.local-market-withdraw-exchange__input .local-market-withdraw-amount-input {
  padding: 10px 112px 11px 16px;
  width: 314px;
}

.local-market-withdraw-exchange__input .local-market-crypto-icon {
  position: absolute;
  right: 18px;
  top: 12px;
}

.local-market-withdraw-max {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 16px;
  min-width: 56px;
  padding: 8px 16px;
  position: absolute;
  right: 47px;
  text-transform: uppercase;
  top: 7px;
}

.local-market-withdraw-max:hover {
  background: rgba(255, 255, 255, .12);
}

.local-market-withdraw-exchange__swap {
  align-items: center;
  background: #555860;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 303px;
  padding: 4px;
  pointer-events: none;
  position: absolute;
  top: 7px;
  width: 30px;
  z-index: 2;
}

.local-market-withdraw-exchange__crypto {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  height: 45px;
  justify-content: space-between;
  line-height: 24px;
  padding: 10px 11px 11px 16px;
  width: 314px;
}

.local-market-withdraw-exchange__crypto .local-market-crypto-icon {
  flex: 0 0 auto;
}

.local-market-withdraw-error {
  color: #f05252;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin: 0;
  width: 636px;
}

.local-market-withdraw-wallet {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: 70px;
  width: 636px;
}

.local-market-withdraw-wallet .ui-input__label {
  color: #82858e;
  display: block;
  font-size: 13px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  margin: 0 0 4px;
  width: 636px;
}

.local-market-withdraw-wallet__control {
  align-items: center;
  border: 1px solid #3f424a;
  border-radius: 8px;
  display: flex;
  height: 46px;
  width: 636px;
}

.local-market-withdraw-wallet__control input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 15px;
  height: 100%;
  line-height: 22px;
  outline: none;
  padding: 12px;
  width: 100%;
}

.local-market-withdraw-wallet--disabled .local-market-withdraw-wallet__control {
  opacity: .7;
}

.local-market-withdraw-wallet__control input:disabled {
  color: #82858e;
  cursor: not-allowed;
}

.local-market-withdraw-wallet__control input::placeholder {
  color: #999ca4;
}

.local-market-withdraw-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 206px;
  margin-top: auto;
  width: 636px;
}

.local-market-withdraw-summary .payment-summary__content {
  background: linear-gradient(0deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .06)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .04));
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 206px;
  margin: 0;
  padding: 12px 16px;
  width: 636px;
}

.local-market-withdraw-summary .payment-summary__header {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 604px;
}

.local-market-withdraw-summary .payment-summary__title {
  color: #fff;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-withdraw-summary .payment-summary__price {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.local-market-withdraw-summary .payment-summary__value-wrapper {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  height: 30px;
}

.local-market-withdraw-summary .payment-summary__value {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-market-withdraw-summary .payment-summary__main,
.local-market-withdraw-summary .payment-summary__container {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 604px;
}

.local-market-withdraw-summary .payment-summary__main {
  gap: 12px;
}

.local-market-withdraw-summary .payment-summary__container {
  gap: 4px;
}

.local-market-withdraw-summary .ui-accordion-panel__content {
  margin-top: 4px;
}

.local-market-withdraw-summary .payment-summary__list {
  display: grid;
  gap: 2px 24px;
  grid-template-columns: 290px 290px;
  margin: 0;
  padding: 0;
  width: 604px;
}

.local-market-withdraw-summary .payment-summary__item {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  height: 24px;
  justify-content: space-between;
  list-style: none;
  width: 290px;
}

.local-market-withdraw-summary .payment-summary__item-title {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 8px;
  line-height: 17px;
}

.local-market-withdraw-summary .payment-summary__item-title--marked {
  color: #cbcdd2;
  font-weight: 500;
}

.local-market-withdraw-summary .payment-summary__item-icon {
  color: #999ca4;
  display: flex;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-market-withdraw-summary .payment-summary__item-icon svg {
  height: 16px;
  width: 16px;
}

.local-market-withdraw-summary .payment-summary__separator {
  background: rgba(255, 255, 255, .06);
  flex: 1 1 auto;
  height: 1px;
  margin-top: 12px;
}

.local-market-withdraw-summary .payment-summary__item-value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 6px;
  line-height: 17px;
}

.local-market-withdraw-summary .payment-summary__item-value--error {
  color: #f45459;
}

.local-market-withdraw-summary__crypto {
  white-space: nowrap;
}

.local-market-withdraw-summary__spinner {
  border: 2px solid rgba(255, 131, 31, .22);
  border-top-color: #ff831f;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.local-market-withdraw-summary .payment-summary__button-wrapper,
.local-market-withdraw-summary .payment-summary__agreement,
.local-market-withdraw-summary__footer {
  list-style: none;
}

.local-market-withdraw-summary__footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  width: 604px;
}

.local-market-withdraw-submit {
  align-items: center;
  background: #ff831f;
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  line-height: 20px;
  padding: 12px 16px;
  text-transform: uppercase;
  width: 604px;
}

.local-market-withdraw-submit:hover {
  background: #f0762f;
}

.local-market-withdraw-submit:disabled {
  background: #ff831f;
  color: #fff;
  cursor: not-allowed;
  opacity: .5;
}

.local-market-withdraw-agreement {
  color: #999ca4;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  text-align: center;
  width: 604px;
}

.local-market-withdraw-agreement a {
  color: #ff831f;
  text-decoration: none;
  text-underline-offset: 2px;
}

.local-market-withdraw-agreement a:hover {
  color: #ff9a45;
  text-decoration: none;
}

.local-market-floating-tooltip--payment {
  background: #3f424a;
  border-radius: 8px;
  box-shadow: none;
  color: #cbcdd2;
  font-size: 12px;
  line-height: 17px;
  max-width: 224px;
  min-width: 224px;
  padding: 10px 12px;
  white-space: normal;
}

.local-market-floating-tooltip--payment .commission-tooltip {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.local-market-floating-tooltip--payment .commission-tooltip__item {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 200px;
}

.local-market-floating-tooltip--payment .commission-tooltip__value {
  color: #fff;
  font-weight: 500;
}

/* Mobile shell elements stay inert until the mobile breakpoint takes ownership. */
.local-market-game-picker {
  display: contents;
}

.local-market-game-trigger,
.local-mobile-bottom-nav,
.local-mobile-support,
.local-mobile-drawer {
  display: none;
}

@media (max-width: 880px) {
  body {
    padding-bottom: 0 !important;
  }

  .local-mobile-support {
    align-items: center;
    background: #2b2d33;
    border-radius: 8px;
    color: #cbcdd2;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 48px;
  }

  .local-mobile-bottom-nav {
    align-items: center;
    background: #202226;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    height: 65px;
    justify-content: space-evenly;
    left: 0;
    padding: 12px 0;
    position: fixed;
    right: 0;
    z-index: 55;
  }

  .local-mobile-bottom-nav__item {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    font-size: 13px;
    gap: 1px;
    height: 41px;
    justify-content: center;
    line-height: 18px;
    text-decoration: none;
  }

  .local-mobile-bottom-nav__item svg {
    color: #b2b4bb;
    height: 22px;
    width: 22px;
  }

  .local-mobile-bottom-nav__item--active {
    color: #ff831f;
  }

  .local-mobile-bottom-nav__item--active svg {
    color: #ff831f;
  }

  .local-mobile-drawer {
    background: #1d1e22;
    bottom: 0;
    box-sizing: border-box;
    color: #cbcdd2;
    display: flex;
    flex-direction: column;
    left: 0;
    max-width: 100vw;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    right: auto;
    top: 58px;
    width: 100vw;
    transform: translateX(-100%);
    transition: opacity .16s ease, transform .16s ease;
    visibility: hidden;
    z-index: 56;
  }

  .local-mobile-drawer--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  body.local-mobile-drawer-open { overflow: hidden; }
  body.local-mobile-drawer-open .local-mobile-bottom-nav { display: none; }

  .local-mobile-drawer__user {
    align-items: center;
    display: flex;
    gap: 14px;
    min-height: 78px;
    padding: 14px 20px;
  }

  .local-mobile-drawer__user img {
    background: #292b30;
    border-radius: 50%;
    height: 32px;
    object-fit: cover;
    width: 32px;
  }

  .local-mobile-drawer__user div { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
  .local-mobile-drawer__user strong { color: #fff; font-size: 16px; font-weight: 400; line-height: 22px; }
  .local-mobile-drawer__user span { color: #999ca4; font-size: 14px; line-height: 20px; }

  .local-mobile-drawer__nav {
    border-bottom: 1px solid #3f424a;
    display: flex;
    flex-direction: column;
    padding: 4px 0;
  }

  .local-mobile-drawer__nav a,
  .local-mobile-drawer__nav button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #cbcdd2;
    display: flex;
    font: inherit;
    font-size: 15px;
    gap: 8px;
    min-height: 48px;
    padding: 10px 20px;
    text-align: left;
    text-decoration: none;
    width: 100%;
  }

  .local-mobile-drawer__nav svg { color: #b2b4bb; flex: 0 0 22px; }
  .local-mobile-drawer__nav .local-mobile-drawer__danger,
  .local-mobile-drawer__nav .local-mobile-drawer__danger svg { color: #ff4f55; }

  .local-mobile-drawer__locale {
    align-items: center;
    display: flex;
    gap: 28px;
    min-height: 70px;
    margin-top: auto;
    padding: 16px 20px;
  }

  .local-mobile-drawer--guest .local-mobile-drawer__user,
  .local-mobile-drawer--guest .local-mobile-drawer__nav--account { display: none; }

  .local-market-game-picker {
    display: block;
    grid-column: 1;
    grid-row: 1;
    position: relative;
  }

  .local-market-top > .local-market-icon-button[data-market-action="refresh"] {
    display: flex;
    grid-column: 3;
    grid-row: 2;
  }

  .local-market-search {
    display: block;
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .local-market-sort {
    grid-column: 2;
    grid-row: 1;
  }

  .local-market-settings {
    grid-column: 3;
    grid-row: 1;
  }

  .local-market-game-trigger {
    align-items: center;
    background: #555860;
    border: 0;
    border-radius: 8px;
    color: #999ca4;
    display: flex;
    height: 46px;
    justify-content: center;
    padding: 3px;
    width: 48px;
  }

  .local-market-game-trigger > svg:first-child {
    height: 30px;
    width: 30px;
  }

  .local-market-game-trigger > span,
  .local-market-game-trigger > svg:last-child {
    display: none;
  }

  .local-market-game-picker .local-market-games {
    background: #2b2d33;
    border: 1px solid #555860;
    border-radius: 8px;
    display: none;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50px;
    width: min(488px, calc(100vw - 32px));
    z-index: 45;
  }

  .local-market-game-picker--open .local-market-games {
    display: block;
  }

  .local-market-game-picker .local-market-game {
    align-items: center;
    border: 0;
    color: #cbcdd2;
    display: flex !important;
    gap: 10px;
    height: 48px;
    justify-content: flex-start;
    padding: 8px 16px;
    width: 100%;
  }

  .local-market-game-picker .local-market-game::after {
    content: attr(data-mobile-label);
  }

  .local-market-cart-dropdown {
    border-radius: 0;
    inset: 0;
    padding: 16px;
    top: 0;
    width: 100%;
  }

  .local-market-checkout {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .local-market-checkout__empty {
    align-items: flex-start;
    box-sizing: border-box;
    margin: 0 0 0 -8px;
    max-width: none;
    padding: 0 16px;
    text-align: left;
    width: calc(100% + 16px);
  }

  .local-market-checkout__empty h2 {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
  }

  .local-market-checkout__empty p {
    margin: 2px 0 16px;
  }

  .local-market-checkout__summary {
    position: static;
  }

  .local-market-checkout__items-header {
    height: 56px;
  }

  .local-market-cart-item,
  .local-market-cart-item--checkout {
    column-gap: 12px;
    grid-template-columns: 76px minmax(0, 1fr) 36px;
  }

  .local-market-cart-item--checkout {
    min-height: 120px;
    padding: 14px 0;
  }

  .local-market-cart-item--checkout .local-market-cart-item__image-wrap {
    height: 72px;
    width: 76px;
  }

  .local-market-cart-item--checkout .local-market-cart-item__image {
    max-height: 72px;
    max-width: 76px;
  }

  .local-market-cart-item__price {
    grid-column: 2;
  }

  .local-market-cart-item__remove {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .local-market-deposit-popup {
    padding: 0;
  }

  .local-market-deposit-popup__content {
    border: 0;
    border-radius: 0;
    min-height: 100dvh;
  }

  .local-market-deposit-body {
    display: flex;
    flex-direction: column;
  }

  .local-market-deposit-sidebar {
    min-height: auto;
  }

  .local-market-deposit-notice {
    margin-top: 16px;
  }

  .local-market-crypto-grid {
    grid-template-columns: 1fr;
  }

  .local-market-deposit-address,
  .local-market-deposit-exchange {
    grid-template-columns: 1fr;
  }

  .local-market-deposit-exchange__swap {
    display: none;
  }

  .local-market-auth-popup {
    padding: 0;
  }

  .local-market-auth-popup__content {
    border-radius: 0;
    inset: 0;
    max-width: 100%;
    min-height: 100dvh;
    padding: 16px 16px 32px;
    position: fixed;
  }

  .local-market-auth-popup__body {
    height: auto;
    justify-content: center;
    min-height: calc(100dvh - 48px);
  }

  .local-market-auth-popup__close {
    right: 14px;
    top: 14px;
  }

  .local-market-auth-popup__steam {
    max-width: 313px;
    width: 100%;
  }

  .local-market-purchase-popup {
    padding: 0;
  }

  .local-market-purchase-popup__content {
    border-radius: 0;
    inset: 0;
    max-width: 100%;
    min-height: 100dvh;
    padding: 16px;
    position: fixed;
  }

  .local-market-purchase-popup__title {
    font-size: 21px;
    line-height: 30px;
    margin-right: 48px;
  }

  .local-market-purchase__item {
    align-items: flex-start;
  }

  .local-market-purchase__image-wrapper {
    flex-basis: 112px;
    height: 92px;
    width: 112px;
  }

  .local-market-purchase__image {
    max-height: 92px;
    max-width: 112px;
  }

  .local-market-purchase-popup__close {
    right: 14px;
    top: 14px;
  }
}

@keyframes local-market-skeleton-pulse {
  0% {
    background-position: 120% 0;
    opacity: .65;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: -120% 0;
    opacity: .65;
  }
}

.local-market-empty,
.local-market-loading {
  align-items: center;
  background: #ffffff0a;
  border-radius: 8px;
  color: #cbcdd2;
  display: flex;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}

.local-market-pagination {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 24px;
}

.local-market-pages {
  align-items: center;
  display: flex;
}

.local-market-page-button {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  height: 34px;
  justify-content: center;
  min-width: 33px;
  text-decoration: none;
  width: 33px;
}

.local-market-page-button:hover {
  color: #fff;
}

.local-market-page-button--active {
  background: #f0762f;
  border-radius: 6px;
  color: #fff;
}

.local-market-page-button--dots {
  color: #999ca4;
}

.local-market-page-button--disabled {
  color: #555860;
  pointer-events: none;
}

.local-market-pagination__info {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
}

.local-market-pagination__text {
  color: #fff;
}

.local-market-pagination__hint {
  color: #b2b4bb;
}

.local-market-reset {
  align-items: center;
  border: 1px solid #555860;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease;
  width: 100%;
}

.local-market-reset:hover {
  background: #2b2d33;
  border-color: #82858e;
}

.local-market-delivery-options {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 12px;
}

.local-market-delivery-option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #b2b4bb;
  display: flex;
  font-size: 15px;
  gap: 10px;
  height: 30px;
  line-height: 22px;
  padding: 4px 8px;
  text-align: left;
  transition: background .2s ease, color .2s ease;
  width: 100%;
}

.local-market-delivery-option:hover {
  color: #fff;
}

.local-market-delivery-option--instant {
  background: linear-gradient(0deg, rgba(255, 131, 31, .06), rgba(255, 131, 31, .06)), linear-gradient(90deg, rgba(255, 131, 31, .2), rgba(255, 131, 31, 0));
  border-radius: 16px;
}

.local-market-delivery-option--active {
  background: transparent;
  border-radius: 0;
  color: #fff;
}

.local-market-delivery-option--instant.local-market-delivery-option--active {
  background: linear-gradient(0deg, rgba(255, 131, 31, .06), rgba(255, 131, 31, .06)), linear-gradient(90deg, rgba(255, 131, 31, .2), rgba(255, 131, 31, 0));
  border-radius: 16px;
}

.local-market-delivery-option__radio {
  border: 1px solid #555860;
  border-radius: 50%;
  box-sizing: border-box;
  flex: 0 0 16px;
  height: 16px;
  position: relative;
  width: 16px;
}

.local-market-delivery-option--active .local-market-delivery-option__radio {
  border-color: #999ca4;
}

.local-market-delivery-option--active .local-market-delivery-option__radio:after {
  background: #f0762f;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
}

.local-market-delivery-option__label {
  color: #b2b4bb;
  display: block;
}

.local-market-delivery-option--active .local-market-delivery-option__label {
  color: #fff;
}

.local-market-delivery-option__icon {
  align-items: center;
  display: flex;
  flex: 0 0 16px;
  height: 16px;
}

.local-market-delivery-option__icon--rocket {
  color: #ff831f;
  margin-left: -2px;
}

.local-market-delivery-option__icon--info {
  color: #b2b4bb;
  margin-left: auto;
}

.local-market-chip-row {
  display: grid;
  gap: 2px;
}

.local-market-chip {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #cbcdd2;
  display: flex;
  font-size: 15px;
  gap: 8px;
  height: 30px;
  justify-content: flex-start;
  line-height: 22px;
  padding: 4px 8px;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.local-market-chip:hover {
  background: #ffffff0a;
  color: #fff;
}

.local-market-chip--active {
  background: rgba(255, 131, 31, .14);
  color: #ff831f;
}

.local-market-chip svg {
  color: #999ca4;
  flex: 0 0 16px;
}

.local-market-chip--instant svg {
  color: #3fdca1;
}

.local-market-chip--slow svg {
  color: #78e8ff;
}

.local-market-chip__dot {
  border: 1px solid currentColor;
  border-radius: 50%;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-market-chip--active .local-market-chip__dot {
  background: #ff831f;
  border-color: #ff831f;
  box-shadow: inset 0 0 0 5px rgba(21, 22, 26, .55);
}

.local-market-card__tag {
  color: #b67eff;
}

.local-market-settings,
.local-market-mobile-filter-header {
  display: none;
}

.local-market-favourites {
  align-items: center;
  border: 0;
  color: #999ca4;
  display: flex;
  font-size: 15px;
  height: 48px;
  justify-content: space-between;
  line-height: 22px;
  padding: 0;
  width: 100%;
}

.local-market-favourites:hover {
  color: #fff;
}

.local-market-favourites__label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.local-market-favourites__label svg {
  color: #f05252;
  flex: 0 0 22px;
}

.local-market-favourites__toggle {
  align-items: center;
  background: #555860;
  border-radius: 10px;
  display: flex;
  height: 20px;
  padding: 0;
  position: relative;
  transition: background .2s ease;
  width: 40px;
}

.local-market-favourites__toggle span {
  background: #b2b4bb;
  border-radius: 50%;
  height: 16px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform .2s ease;
  width: 16px;
}

.local-market-favourites__toggle--active {
  background: #f0762f;
}

.local-market-favourites__toggle--active span {
  background: #fff;
  transform: translateX(20px);
}

.local-market-route .default-layout__content[data-local-market-detail-route] {
  min-height: 100vh;
  padding-bottom: 80px;
}

.local-detail-loading .local-detail-skeleton {
  animation: linearLoading 2s infinite;
  background: #3f424a linear-gradient(90deg, rgba(63, 66, 74, 0), #2b2d33 50%, rgba(63, 66, 74, 0)) no-repeat;
  background-size: 100%;
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
}

.local-detail-loading__status {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.local-detail-loading__image {
  overflow: hidden;
}

.local-detail-loading__image-background {
  background: linear-gradient(180deg, #202226 0%, #191a1e 100%) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.local-detail-loading .skin__image-header {
  order: 1;
}

.local-detail-loading .skin__image-preview-spinner {
  order: 2;
}

.local-detail-loading .skin__image-footer {
  order: 3;
}

.local-detail-loading__spinner {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.local-detail-loading__spinner .ui-spinner__svg {
  animation: local-detail-spinner-rotate 1s linear infinite;
  display: block;
  transform-origin: center;
}

@keyframes local-detail-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}

.local-detail-loading .skin-description-skeleton {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 426px;
}

.local-detail-loading .skin-description-skeleton__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.local-detail-loading .skin-description-skeleton__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.local-detail-loading .skin-description-skeleton__params {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.local-detail-loading .skin-description-skeleton__bottom {
  margin-top: auto;
}

.local-detail-loading__table,
.local-detail-loading .offers-filters {
  pointer-events: none;
}

.local-detail-loading .stickers-skeleton,
.local-detail-loading .offers-table__actions-skeleton {
  display: flex;
  gap: 4px;
}

.local-detail-loading .stickers-skeleton {
  justify-content: flex-end;
  width: 100%;
}

.local-detail-loading__offer-row {
  cursor: default;
}

.local-detail-loading__offer-row:hover {
  background: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .local-detail-loading .local-detail-skeleton,
  .local-detail-loading__spinner .ui-spinner__svg {
    animation: none;
  }
}

.local-skin-meta {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  max-width: 1460px;
  width: 100%;
}

.local-skin-meta__breadcrumbs {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 30px 0;
  width: 100%;
}

.local-skin-breadcrumbs {
  height: 24px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.local-skin-breadcrumbs__home {
  align-items: center;
  display: flex;
  gap: 4px;
  height: 24px;
  justify-content: center;
  width: auto;
}

.local-skin-title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  gap: 8px;
  line-height: 34px;
  margin: 0;
  text-transform: none;
}

.local-skin-copy {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: color .2s ease;
  width: 22px;
}

.local-skin-copy:hover {
  color: #fff;
}

.local-skin-copy.local-skin-copy--active,
.local-skin-copy.local-skin-copy--active:hover {
  color: #3fdca1;
}

.local-skin-copy svg {
  height: 22px;
  width: 22px;
}

.local-skin-copy-tooltip {
  background: #3f424a;
  border-radius: 8px;
  color: #cbcdd2;
  font-size: 12px;
  font-weight: 500;
  left: -10px;
  line-height: 17px;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  white-space: nowrap;
  z-index: 60;
}

.local-skin-copy-tooltip::before {
  border-bottom: 6px solid #3f424a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  left: 16px;
  position: absolute;
  top: -6px;
}

.local-skin-copy--title {
  margin-left: 2px;
}

.local-skin-detail {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 30px;
  width: 100%;
}

.default-layout__content[data-local-market-detail-route] {
  padding-bottom: 0 !important;
}

.skin__description {
  display: flex;
  gap: 24px;
  width: 100%;
}

.skin__image {
  align-items: center;
  aspect-ratio: 139 / 130;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 456px;
  flex-direction: column;
  height: max-content;
  justify-content: space-between;
  max-width: 456px;
  min-height: 426px;
  padding: 24px;
  position: relative;
  width: 100%;
}

.skin__image > *:not(.skin__image-background) {
  position: relative;
  z-index: 1;
}

.skin__image-background {
  background: none;
  border-radius: 0;
  inset: 0;
  overflow: visible;
  position: absolute;
}

.skin__image-background svg {
  display: block;
  height: 100%;
  width: 100%;
}

.skin__image-header {
  align-items: center;
  display: flex;
  height: 30px;
  justify-content: space-between;
  width: 100%;
}

.unlock-info {
  align-items: center;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 2px;
  height: 30px;
  line-height: 17px;
  padding: 5px 10px 5px 5px;
  justify-content: center;
  min-width: 102px;
  width: 102px;
}

.unlock-info svg {
  flex: 0 0 16px;
}

.unlock-info--slow_delivery {
  background: rgba(120, 232, 255, .1);
  color: #78e8ff;
}

.unlock-info--fast_delivery {
  background: rgba(63, 220, 161, .1);
  color: #3fdca1;
}

.unlock-info[data-market-tooltip] {
  cursor: default;
}

.unlock-info--sm {
  padding: 5px;
}

.skin__favorite-button.local-market-card__fav {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  height: 30px;
  padding: 5px 10px;
  width: 40px;
}

.local-skin-detail .skin__favorite-button.local-market-card__fav svg {
  flex: 0 0 16px;
  height: 16px;
  transition: color .2s ease;
  width: 16px;
}

.local-skin-detail .skin__favorite-button.local-market-card__fav:hover svg,
.local-skin-detail .skin__favorite-button.local-market-card__fav.local-market-card__fav--active svg {
  color: #f05252 !important;
}

.skin__image-preview {
  display: block;
  max-height: 250px;
  max-width: 360px;
  object-fit: contain;
  width: 82%;
}

.skin__image-preview.skin__image-preview--intrinsic {
  max-width: 100%;
  object-fit: fill;
  width: auto;
}

.skin__image-footer {
  display: flex;
  gap: 8px;
  height: 38px;
  width: 100%;
}

.skin__image-link {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex: 1 1 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  height: 38px;
  justify-content: center;
  line-height: 16px;
  padding: 11px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.skin__image-link svg {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.skin__image-link:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.skin__image-link--disabled,
.skin__image-link:disabled {
  cursor: not-allowed;
  opacity: .45;
  pointer-events: none;
}

.skin__data {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  width: 100%;
}

.skin-description {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 15px;
  line-height: 22px;
  min-height: 426px;
}

.skin-description__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 32px;
}

.skin-description__types {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px;
  display: flex;
  height: 32px;
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.skin-description__type {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  font-family: inherit;
  font-size: 15px;
  line-height: 22px;
  padding: 5px 16px;
  text-decoration: none;
}

.skin-description__type--active {
  background: #3f424a;
  color: #fff;
}

.skin-share {
  align-items: center;
  display: flex;
  gap: 8px;
  height: 30px;
}

.skin-share__link {
  align-items: center;
  color: #999ca4;
  display: flex;
  height: 30px;
  justify-content: center;
  text-decoration: none;
  width: 30px;
}

.skin-share__icon-container {
  display: block;
  height: 30px;
  position: relative;
  width: 30px;
}

.skin-share__icon {
  display: block;
  height: 30px;
  inset: 0;
  position: absolute;
  transition: opacity .2s ease;
  width: 30px;
}

.skin-share__icon svg {
  display: block;
  height: 30px;
  width: 30px;
}

.skin-share__icon--default {
  opacity: 1;
}

.skin-share__icon--hover {
  opacity: 0;
}

.skin-share__link:hover .skin-share__icon--default {
  opacity: 0;
}

.skin-share__link:hover .skin-share__icon--hover {
  opacity: 1;
}

.skin-description__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  min-height: 0;
}

.skin-description__name {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: 500;
  gap: 4px;
  line-height: 30px;
  margin: 0;
}

.skin-description__params {
  width: 100%;
}

.info-item {
  align-items: center;
  border-bottom: 1px solid #3f424a;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  max-height: 47px;
  min-height: 46px;
  padding: 12px 16px;
}

.info-item:last-child {
  border-bottom: 0;
}

.info-item--stickers {
  max-height: none;
  min-height: 56px;
}

.info-item__label {
  color: #999ca4;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 22px;
}

.info-item__value {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  gap: 4px;
  justify-content: flex-end;
  line-height: 22px;
  min-width: 0;
  text-align: right;
}

.skin-description__param-value {
  gap: 16px;
  max-width: 320px;
  width: 100%;
}

.skin-description__param-value--float {
  max-width: 320px;
}

.skin-description__rarity {
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin-right: 4px;
  width: 12px;
}

.skin-description__rarity-value {
  display: block;
}

.skin-description__stickers {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skin-description__name-tag-label {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 4px;
  color: #cbcdd2;
  display: inline-flex;
  font-size: 8px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: .4px;
  line-height: 10px;
  width: 58px;
}

.skin-description__name-tag-value {
  gap: 8px;
}

.ui-skin-float {
  position: relative;
  width: 100%;
}

.ui-skin-float__cursor {
  bottom: 1px;
  height: 18px;
  left: calc(var(--float-left, 0) - 3.5px);
  position: absolute;
  transform: translateX(0);
  transition: .3s ease-in-out;
  width: 7px;
}

.ui-skin-float__cursor svg {
  color: #cbcdd2;
  display: inline;
  height: 7px;
  width: 7px;
}

.ui-skin-float__lines {
  align-items: center;
  display: flex;
  height: 5px;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}

.ui-skin-float__line {
  display: block;
  height: 100%;
}

.ui-skin-float__line--turquoise {
  background: #78e8ff;
  border-radius: 50px 0 0 50px;
  width: 7%;
}

.ui-skin-float__line--green {
  background: #beff4f;
  width: 8%;
}

.ui-skin-float__line--yellow {
  background: #ffdb54;
  width: 23%;
}

.ui-skin-float__line--orange {
  background: #ff8035;
  width: 7%;
}

.ui-skin-float__line--red {
  background: #ff6060;
  border-radius: 0 50px 50px 0;
  width: 55%;
}

.ui-skin-float--m {
  opacity: .85;
}

.skin-description__actions {
  align-items: center;
  background-image: linear-gradient(270deg, rgba(17, 18, 22, .3) 63%, rgba(240, 118, 47, .4));
  border-left: 4px solid #ff831f;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  height: 86px;
  justify-content: flex-start;
  margin-top: auto;
  padding: 20px 24px;
  width: 100%;
}

.skin-description__price {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}

.skin-description__btns {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: flex-start;
  min-width: 0;
}

.local-skin-detail .ui-button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  height: 46px;
  justify-content: center;
  line-height: 20px;
  padding: 13px 24px;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.local-skin-detail .ui-button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.local-skin-detail .ui-button--primary {
  background: #ff831f;
}

.local-skin-detail .ui-button--primary:hover {
  background: #ff5f00;
}

.local-skin-detail .skin__favorite-button.local-market-card__fav {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  height: 30px;
  min-width: 40px;
  padding: 5px 10px;
  width: 40px;
}

.skin-description__cart-btn {
  background: rgba(255, 255, 255, .08);
  flex: 0 0 138px;
  min-width: 138px;
  padding: 12px 16px !important;
  width: 138px;
}

.skin-description__cart-btn:hover,
.offers-table__cart:hover {
  background: rgba(255, 255, 255, .12);
}

.skin-description__buy-btn {
  flex: 0 0 174px;
  min-width: 174px;
  padding: 13px 14px;
  width: 174px;
}

.local-skin-detail .skin-description__buy-btn {
  flex: 0 0 174px;
  min-width: 174px;
  padding: 12px 16px !important;
  white-space: nowrap;
  width: 174px;
}

.local-skin-detail .skin-description__buy-btn > svg {
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.local-skin-detail .skin-description__buy-btn .ui-button__content {
  display: block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  width: auto;
}

.skin-description__buy-flash {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.skin__exteriors {
  width: 100%;
}

.skin-exterior-links {
  background: #202226;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.skin-exterior-links__wrapper {
  display: flex;
  min-height: 71px;
  width: 100%;
}

.skin-exterior-links__item {
  border-right: 1px solid #3f424a;
  box-sizing: border-box;
  color: #999ca4;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  min-width: 0;
  padding: 12px 24px 14px;
  text-decoration: none;
  transition: background .3s ease, color .3s ease;
}

.skin-exterior-links__item--active {
  background: rgba(255, 255, 255, .1);
  border-right-color: #2b2d33;
  color: #fff;
}

.skin-exterior-links__item:last-child {
  border-right: 0;
}

.skin-exterior-links__item:hover {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.skin-exterior-links__item--active .skin-exterior-links__item-info {
  color: #fff;
}

.skin-exterior-links__item:hover .skin-exterior-links__item-info {
  color: #fff;
}

.skin-exterior-links__item-title {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skin-exterior-links__item-title--turquoise {
  color: #78e8ff;
}

.skin-exterior-links__item-title--green {
  color: #beff4f;
}

.skin-exterior-links__item-title--yellow {
  color: #ffdb54;
}

.skin-exterior-links__item-title--orange {
  color: #ff8035;
}

.skin-exterior-links__item-title--red {
  color: #ff6060;
}

.skin-exterior-links__item-title--grey {
  color: #b2b4bb;
}

.skin-exterior-links__item-info {
  color: #999ca4;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.skin-exterior-links__item--unavailable .skin-exterior-links__item-info {
  color: #999ca4;
}

.skin__offers {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
  width: 100%;
}

.offers-section {
  width: 100%;
}

.offers-filters {
  display: grid;
  gap: 8px;
  grid-template-areas:
    "title title"
    "group settings";
  grid-template-columns: 821.219px 1fr;
  margin-bottom: 16px;
  width: 100%;
}

.offers-filters__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 21px;
  font-weight: 500;
  gap: 8px;
  grid-area: title;
  line-height: 30px;
  margin: 0;
}

.offers-filters__title svg {
  color: #e5e6e8;
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}

.offers-filters__group {
  display: flex;
  gap: 8px;
  grid-area: group;
  min-width: 0;
  position: relative;
  width: min(821.219px, 100%);
}

.offers-filters__settings {
  display: grid;
  gap: 8px;
  grid-area: settings;
  justify-items: end;
  justify-self: end;
  width: 100%;
}

.local-skin-detail .ui-select {
  background: transparent;
  border: 1px solid #3f424a;
  border-radius: 8px;
  box-sizing: border-box;
  color: #b2b4bb;
  font-family: inherit;
  font-size: 15px;
  height: 46px;
  line-height: 22px;
}

.local-skin-detail .ui-select {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: space-between;
  padding: 0 12px;
  width: 170px;
}

.local-skin-detail .ui-select > span {
  align-items: center;
  display: flex;
  gap: 4px;
}

.offers-filters__delivery > span svg {
  color: #b2b4bb;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.offers-filters__delivery > svg {
  color: #b2b4bb;
  flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.offers-filters__delivery-wrap {
  flex: 0 0 170px;
  position: relative;
  width: 170px;
  z-index: 4;
}

.offers-filters__delivery-wrap--open .offers-filters__delivery {
  border-color: #999ca4;
  color: #e5e6e8;
}

.offers-filters__delivery-wrap--open .offers-filters__delivery > svg {
  color: #e5e6e8;
  transform: rotate(180deg);
}

.offers-filters__delivery-menu {
  background: #2b2d33;
  border: 1px solid #555860;
  border-radius: 8px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, .35);
  box-sizing: border-box;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 170px;
}

.offers-filters__delivery-wrap--open .offers-filters__delivery-menu {
  display: block;
}

.offers-filters__delivery-menu button {
  color: #b2b4bb;
  display: block;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  padding: 0 12px;
  text-align: left;
  width: 100%;
}

.offers-filters__delivery-menu button:hover {
  background: #3f424a;
  color: #fff;
}

.ui-group-number-input {
  display: flex;
  width: 235px;
}

.ui-group-number-input > .ui-input {
  display: flex;
  height: 46px;
  width: 118px;
}

.ui-group-number-input .ui-input__control {
  border: 1px solid #3f424a;
  box-sizing: border-box;
  display: flex;
  height: 46px;
  position: relative;
  width: 118px;
}

.ui-group-number-input > .ui-input:first-child .ui-input__control {
  border-radius: 8px 0 0 8px;
}

.ui-group-number-input > .ui-input + .ui-input .ui-input__control {
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

.ui-group-number-input .ui-input__input {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: #999ca4;
  font-family: inherit;
  font-size: 15px;
  height: 44px;
  line-height: 22px;
  min-width: 0;
  outline: 0;
  padding: 18px 35px 6px 12px;
  width: 116px;
}

.local-skin-detail .offers-filters input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}

.local-skin-detail .offers-filters input[type="number"]::-webkit-inner-spin-button,
.local-skin-detail .offers-filters input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.local-skin-detail .offers-filters .ui-input:focus-within .ui-input__control,
.local-skin-detail .offers-filters .ui-input--active .ui-input__control {
  border-color: #999ca4;
}

.local-skin-detail .offers-filters .ui-input:focus-within .ui-input__input,
.local-skin-detail .offers-filters .ui-input--active .ui-input__input {
  color: #fff;
  padding-right: 12px;
}

.local-skin-detail .offers-filters__price .ui-input__currency {
  display: none;
}

.local-skin-detail .offers-filters__price.ui-input:focus-within .ui-input__currency,
.local-skin-detail .offers-filters__price.ui-input--active .ui-input__currency {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex: 0 0 25px;
  font-size: 15px;
  line-height: 22px;
  padding: 18px 4px 6px 12px;
}

.local-skin-detail .offers-filters__price.ui-input:focus-within .ui-input__input,
.local-skin-detail .offers-filters__price.ui-input--active .ui-input__input {
  padding-left: 0;
  width: 91px;
}

.local-skin-detail .offers-filters .ui-input:focus-within .ui-input__title,
.local-skin-detail .offers-filters .ui-input--active .ui-input__title {
  font-size: 11px;
  line-height: 16px;
  top: 4px;
}

.ui-input__title {
  color: #82858e;
  font-size: 15px;
  left: 11px;
  line-height: 22px;
  pointer-events: none;
  position: absolute;
  top: 10px;
}

.ui-input__after-slot {
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 0;
}

.bulk-buy-btn {
  background: transparent;
  border: 1px solid #ff831f !important;
  color: #ff831f !important;
  height: 44px;
  min-width: 162.562px;
  padding: 10px 12px !important;
  width: 162.562px;
}

.local-skin-detail .bulk-buy-btn {
  height: 44px;
}

.bulk-buy-btn svg {
  flex: 0 0 20px;
  height: 22px;
  width: 20px;
}

.bulk-buy-btn span {
  height: 20px;
  line-height: 20px;
}

.bulk-buy-btn:hover {
  background: rgba(85, 88, 96, .81);
}

.bulk-buy-btn:disabled,
.bulk-buy-btn[aria-disabled="true"] {
  background: transparent !important;
  border-color: rgba(255, 131, 31, .72) !important;
  color: rgba(255, 131, 31, .72) !important;
  cursor: default;
  opacity: .72;
}

.bulk-buy-btn:disabled:hover,
.bulk-buy-btn[aria-disabled="true"]:hover {
  background: transparent !important;
}

.offers-table {
  overflow: visible;
  width: 100%;
}

.offers-table__header,
.offers-table__row {
  box-sizing: border-box;
  column-gap: 24px;
  display: grid;
  grid-template-columns: var(--offers-grid-template, minmax(80px, 140px) 120px minmax(0, 1fr) 82px 74px minmax(120px, 120px) 214px);
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.offers-table__header {
  align-items: center;
  background: #2b2d33;
  border-radius: 8px 8px 0 0;
  color: #999ca4;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
  line-height: 16px;
  text-transform: uppercase;
}

.offers-table__header > div {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.offers-table__header > button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 4px;
  height: 36px;
  justify-content: flex-start;
  min-width: 0;
  padding: 0;
  text-transform: inherit;
}

.offers-table__header .ui-table-header__item {
  cursor: pointer;
  height: 36px;
  color: #999ca4;
  transition: color .2s ease;
}

.offers-table__header .ui-table-header__item:hover,
.offers-table__header .offers-table__header-sort--active {
  color: #fff;
}

.offers-table__header .ui-table-header__cell {
  display: block;
}

.offers-table__header [data-detail-sort="price"],
.offers-table__header .offers-table__header-action {
  justify-self: end;
  width: auto;
}

.offers-table__header svg {
  color: inherit;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.offers-table__row {
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #3f424a;
  cursor: pointer;
  min-height: 59px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.offers-table__row:hover {
  background: rgba(255, 255, 255, .03);
}

.offers-table__row:last-child {
  border-bottom: 0;
}

.offers-table__row[hidden] {
  display: none !important;
}

.offers-table__cell-wrapper {
  align-items: center;
  display: flex;
  min-width: 0;
}

.offers-table__cell-wrapper--price,
.offers-table__cell-wrapper--actions {
  justify-content: flex-end;
}

.offers-table__vertical-header {
  display: none;
}

.offers-table__cell {
  align-items: center;
  display: flex;
  min-width: 0;
}

.detail-mobile-sheet,
.offers-filters__settings--mobile {
  display: none;
}

.detail-mobile-sheet[hidden] {
  display: none !important;
}

.offers-table__float {
  align-items: flex-start;
  color: #cbcdd2;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 4px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.offers-table__float .ui-skin-float {
  width: 120px;
}

.offers-table__float .ui-skin-float__lines {
  height: 5px;
  margin-top: 5px;
}

.offers-table__spacer {
  min-width: 0;
}

.offers-table__stickers,
.offers-table__charm {
  min-width: 0;
}

.stickers-cell__sticker,
.skin-description__stickers-list {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.sticker {
  align-items: center;
  background: #202226;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  gap: 2px;
  height: 43px;
  min-width: 82px;
  padding: 4px;
  position: relative;
  width: 82px;
}

.sticker--m {
  height: 48px;
  min-width: 92px;
  width: 92px;
}

.sticker--dota {
  border-radius: 8px;
  cursor: pointer;
  gap: 0;
  height: 30px;
  min-width: 48px;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.sticker--dota.sticker--s {
  height: 24px;
  min-width: 38px;
  width: 38px;
}

.sticker--empty {
  opacity: .5;
}

.sticker-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 32px;
  height: 35px;
  width: 32px;
}

.sticker--m .sticker-image {
  flex-basis: 38px;
  height: 38px;
  width: 38px;
}

.sticker--dota .sticker-image {
  background-size: cover;
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  width: 100%;
}

.sticker-image--empty {
  background: rgba(255, 255, 255, .06);
  border-radius: 4px;
}

.sticker-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.sticker-wear,
.sticker-price {
  color: #cbcdd2;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticker-price {
  color: #fff;
}

.stickers-cell__empty-state,
.offers-table__empty-state {
  color: #82858e;
  font-size: 13px;
  line-height: 18px;
}

.local-sticker-tooltip {
  background: #3f424a;
  border-radius: 8px;
  bottom: calc(100% + 8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
  color: #cbcdd2;
  display: none;
  font-size: 12px;
  left: 50%;
  line-height: 17px;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 220px;
  z-index: 30;
}

.sticker:hover .local-sticker-tooltip {
  display: block;
}

.local-sticker-tooltip__top {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.local-sticker-tooltip__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 44px;
  height: 34px;
  width: 44px;
}

.local-sticker-tooltip__title {
  color: #fff;
  font-weight: 500;
}

.local-sticker-tooltip__row {
  display: flex;
  justify-content: space-between;
}

.local-sticker-tooltip__row strong {
  color: #fff;
  font-weight: 500;
}

.local-sticker-tooltip__steam {
  color: #ff831f;
  display: inline-flex;
  margin-top: 8px;
  pointer-events: auto;
  text-decoration: none;
}

.local-offer-popup {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 2000;
}

body.local-offer-popup-open {
  overflow: hidden;
}

.local-offer-popup__backdrop {
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, .72);
  inset: 0;
  position: absolute;
}

.local-offer-popup__card {
  background: #202226;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
  box-sizing: border-box;
  display: grid;
  gap: 28px;
  grid-template-columns: 440px minmax(520px, 1fr);
  max-width: 1125px;
  min-height: 530px;
  padding: 40px;
  position: relative;
  width: calc(100vw - 80px);
  z-index: 1;
}

.local-offer-popup__close {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 3px;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 28px;
}

.local-offer-popup__close:hover {
  color: #fff;
}

.local-offer-popup__image {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 434px;
  justify-content: flex-start;
  min-height: 434px;
  overflow: hidden;
  position: relative;
  width: 440px;
}

.local-offer-popup__image .skin__image-header {
  align-items: flex-start;
  box-sizing: border-box;
  height: 396px;
  padding: 24px;
  position: relative;
  width: 440px;
  z-index: 1;
}

.local-offer-popup__image .skin__image-background {
  height: 250px;
  inset: 0 0 auto;
  width: 440px;
}

.local-offer-popup__image .skin__image-background svg {
  height: 412.3px;
  width: 440px;
}

.local-offer-popup__image .skin__favorite-button.local-market-card__fav {
  flex: 0 0 30px;
  height: 30px;
  min-width: 30px;
  padding: 7px;
  width: 30px;
}

.local-offer-popup__image .skin__favorite-button.local-market-card__fav svg {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-offer-popup__image img {
  height: 250px;
  left: 55px;
  margin: 0;
  max-height: 250px;
  min-height: 250px;
  max-width: 330px;
  object-fit: fill;
  position: absolute;
  top: 107px;
  width: 330px;
  z-index: 1;
}

.local-offer-popup__image .skin__image-footer {
  bottom: 0;
  gap: 8px;
  box-sizing: border-box;
  left: 0;
  padding: 0 24px;
  position: absolute;
  width: 440px;
  z-index: 1;
}

.local-offer-popup__image .skin__image-link {
  gap: 4px;
  width: 192px;
}

.local-offer-popup__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 0;
}

.local-offer-popup__info .skin-description__params {
  margin-top: 24px;
}

.local-offer-popup__stickers {
  margin-top: 18px;
}

.local-offer-popup__actions {
  border-left-color: #f0762f;
  height: 93px;
  margin-top: auto;
}

.local-offer-popup__actions .skin-description__steam-price {
  display: block;
  min-width: 0;
}

.local-offer-popup .skin-description__btns {
  gap: 8px;
}

.local-offer-popup .skin-description__param-value--float {
  max-width: 254px;
}

.local-offer-popup .skin-description__param-value--float .ui-skin-float {
  width: 162px;
}

.local-offer-popup .skin-description__cart-btn {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex: 0 0 54px;
  font-size: 14px;
  font-weight: 500;
  height: 46px;
  justify-content: center;
  line-height: 20px;
  min-width: 54px;
  padding: 12px 16px !important;
  text-transform: uppercase;
  width: 54px;
}

.local-offer-popup .skin-description__cart-btn span {
  display: none;
}

.skin-description__cart-btn--selected,
.offers-table__cart--selected {
  background: rgba(255, 255, 255, .16);
}

.local-offer-popup .skin-description__buy-btn {
  align-items: center;
  background: #ff831f;
  border-radius: 8px;
  display: flex;
  flex: 0 0 220px;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  height: 46px;
  justify-content: center;
  line-height: 20px;
  min-width: 220px;
  padding: 12px 16px !important;
  text-transform: uppercase;
  width: 220px;
}

.local-offer-popup .skin-description__buy-btn:hover {
  background: #ff5f00;
}

.local-offer-popup .skin-description__buy-btn .ui-button__content {
  display: block;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
}

.local-offer-popup__card--cs2 {
  display: block;
  gap: normal;
  height: 530px;
  min-height: 530px;
}

.local-offer-popup__card--cs2 .skin-info {
  display: flex;
  gap: 28px;
  height: 450px;
  min-height: 450px;
  width: 100%;
}

.local-offer-popup__card--cs2 .skin-info__image {
  display: flex;
  flex: 0 0 440px;
  flex-direction: column;
  gap: 16px;
  height: 450px;
  justify-content: space-between;
  max-width: 440px;
  overflow: hidden;
  position: relative;
  width: 440px;
}

.local-offer-popup__card--cs2 .skin-info__image-header-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 396px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  width: 440px;
}

.local-offer-popup__card--cs2 .skin-info__background {
  height: 250px;
  inset: 0 0 auto;
  position: absolute;
  width: 440px;
}

.local-offer-popup__card--cs2 .skin-info__background svg {
  height: 412.3px;
  width: 440px;
}

.local-offer-popup__card--cs2 .skin-info__image-header {
  display: flex;
  height: 30px;
  justify-content: space-between;
  position: relative;
  width: 392px;
  z-index: 1;
}

.local-offer-popup__card--cs2 .skin-info__favorite-button.local-market-card__fav {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 0;
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  min-width: 30px;
  padding: 7px;
  width: 30px;
}

.local-offer-popup__card--cs2 .skin-info__favorite-button.local-market-card__fav svg {
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.local-offer-popup__card--cs2 .skin-info__image-wrapper {
  display: flex;
  height: 250px;
  justify-content: center;
  margin: 34px 31px;
  max-width: 330px;
  position: relative;
  width: 330px;
  z-index: 1;
}

.local-offer-popup__card--cs2 .skin-info__image-wrapper img {
  display: block;
  height: 250px;
  max-height: 250px;
  max-width: 330px;
  object-fit: fill;
  width: 330px;
}

.local-offer-popup__card--cs2 .skin-info__inspect-buttons {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  height: 38px;
  padding: 0 24px;
  width: 440px;
}

.local-offer-popup__card--cs2 .skin-info__inspect-buttons .skin__image-link {
  flex: 1 1 0;
  gap: 4px;
  width: 192px;
}

.local-offer-popup__card--cs2 .skin-info__inspect-buttons .skin__image-link svg {
  flex: 0 0 20px;
  height: 16px;
  width: 20px;
}

.local-offer-popup__card--cs2 .skin-info__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 18px;
  height: 450px;
  min-width: 0;
  width: 577px;
}

.local-offer-popup__card--cs2 .skin-info__title-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 6px;
  height: 30px;
  width: calc(100% - 45px);
}

.local-offer-popup__card--cs2 .skin-info__title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.local-offer-popup__card--cs2 .skin-info__list,
.local-offer-popup__card--cs2 .skin-info__stickers-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.local-offer-popup__card--cs2 .skin-info__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.local-offer-popup__card--cs2 .skin-info__float {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 16px;
  justify-content: flex-end;
}

.local-offer-popup__card--cs2 .skin-info__float .ui-skin-float {
  width: 162px;
}

.local-offer-popup__card--cs2 .skin-info__value {
  align-items: center;
  display: flex;
  gap: 4px;
}

.local-offer-popup__card--cs2 .skin-info__rarity-mark {
  border-radius: 50%;
  display: block;
  height: 12px;
  margin-right: 4px;
  width: 12px;
}

.local-offer-popup__card--cs2 .skin-info__name-tag {
  display: block;
  height: 22px;
  object-fit: fill;
  width: 54.75px;
}

.local-offer-popup__card--cs2 .skin-info__stickers-list {
  align-items: center;
  display: flex;
  gap: 6px;
  height: 43px;
  width: 100%;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item {
  height: 43px;
  list-style: none;
  width: 82px;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker {
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  height: 43px;
  justify-content: flex-start;
  min-width: 82px;
  padding: 4px 4px 4px 8px;
  width: 82px;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker-image {
  flex: 0 0 25px;
  height: 19px;
  width: 25px;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker-content {
  display: contents;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker-wear,
.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker-price {
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}

.local-offer-popup__card--cs2 .skin-info__stickers-item .sticker-price {
  flex: 0 0 70px;
  width: 70px;
}

.local-offer-popup__card--cs2 .skin-info__buy-wrapper {
  align-items: center;
  background-image: linear-gradient(270deg, rgba(17, 18, 22, .3) 63%, rgba(240, 118, 47, .4));
  border-left: 4px solid #ff831f;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  height: 86px;
  margin-top: auto;
  padding: 20px 24px;
  width: 100%;
}

.local-offer-popup__card--cs2 .skin-info__price-content,
.local-offer-popup__card--cs2 .skin-info__price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.local-offer-popup__card--cs2 .skin-info__price {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
}

.local-offer-popup__card--cs2 .skin-info__buy-buttons {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  gap: 8px;
}

.local-offer-popup__card--cs2 .skin-info__buy-buttons .skin-description__cart-btn {
  gap: 10px;
}

.local-offer-popup__card--cs2 .ui-skin-float__cursor {
  height: 22px;
}

.skin-seo,
.skin-categories {
  color: #fff;
  width: 100%;
}

.local-skin-categories {
  margin-top: 24px;
}

.skin-seo h2,
.skin-categories h2,
.skin-categories__title {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 16px;
}

.skin-seo h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin: 18px 0 6px;
}

.skin-seo p {
  color: #999ca4;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  max-width: 1320px;
}

.skin-categories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skin-categories__list .ui-tag {
  align-items: center;
  background: #2b2d33;
  border-radius: 18px;
  display: flex;
  font-size: 13px;
  height: 26px;
  line-height: 18px;
  padding: 2px 12px;
}

.skin-categories__list a {
  color: #999ca4;
  display: flex;
  font-size: 13px;
  gap: 6px;
  height: 22px;
  line-height: 18px;
  padding: 0;
  text-decoration: none;
}

.skin-categories__list .ui-link__content {
  display: block;
  font-size: 15px !important;
  height: 22px;
  line-height: 22px !important;
}

.skin-categories__list a:hover {
  color: #fff;
}

.offers-table__nametag {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
}

.offers-table__nametag-badge {
  background: rgba(255, 255, 255, .08);
  border-radius: 4px;
  display: block;
  height: 20px;
  width: 58px;
}

.offers-table__nametag-img {
  display: block;
  height: 22px;
  object-fit: fill;
  width: 55px;
}

.offers-table__nametag-img::before {
  content: none;
}

.offers-table__nametag-empty {
  color: #82858e;
}

.offers-table__price {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  justify-content: flex-end;
  line-height: 22px;
}

.offers-table__actions {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.offers-table__buy {
  flex: 0 0 152.19px;
  font-size: 12px !important;
  height: 38px !important;
  line-height: 16px !important;
  min-width: 152.19px;
  padding: 11px 16px !important;
  white-space: nowrap;
  width: 152.19px;
}

.offers-table__cart {
  background: rgba(255, 255, 255, .08);
  height: 38px !important;
  padding: 8px 15px !important;
  width: 48px;
}

.offers-table__empty {
  align-items: center;
  border-bottom: 1px solid #3f424a;
  color: #999ca4;
  display: flex;
  font-size: 15px;
  height: 59px;
  line-height: 22px;
  padding: 0 16px;
}

.offers-table__empty--dota {
  border-bottom: 0;
  color: #b2b4bb;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: flex-start;
  padding: 20px 16px 0;
  text-align: center;
}

.offers-table__empty--dota .offers-table__empty-icon {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 8px;
  width: 56px;
}

.offers-table__empty--dota .offers-table__empty-title {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.offers-table__empty--dota .offers-table__empty-description {
  color: #b2b4bb;
  font-size: 15px;
  line-height: 22px;
}

.local-skin-detail--dota .skin__image-preview {
  height: auto;
  max-height: 250px;
  max-width: 256px;
  width: auto;
}

.local-skin-detail--dota .skin__image-footer--empty {
  pointer-events: none;
  visibility: hidden;
}

.skin-styles {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: 6px;
  line-height: 22px;
}

.skin-styles__details {
  background: transparent;
  border: 0;
  color: #999ca4;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
  transition: color .2s ease;
}

.skin-styles__details:hover {
  color: #f89e71;
}

.skin-description__steam-price {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-width: 176px;
  white-space: nowrap;
}

.skin-description__steam-price-diff {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.ui-steam-label {
  align-items: center;
  border-radius: 17px 2px 2px 17px;
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 4px;
  height: 17px;
  justify-content: center;
  line-height: 17px;
  margin-top: 8px;
  padding: 1.5px 6px;
}

.ui-steam-label--dark {
  background: linear-gradient(212.08deg, #c22c1c 15.01%, #ec6707 86.72%);
  color: #fff;
}

.ui-steam-label svg {
  color: #fff;
  flex: 0 0 auto;
}

.skin-description-steam {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 15px;
  gap: 4px;
  line-height: 22px;
  margin-top: 0;
}

.skin-description-steam svg {
  color: #cbcdd2;
  flex: 0 0 auto;
}

.skin-description-steam > svg:first-child {
  color: #fff;
}

.skin-description-steam .ui-link {
  align-items: center;
  color: #cbcdd2;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  text-decoration: none;
  width: 22px;
}

.skin-description-steam .ui-link svg {
  color: #999ca4;
}

.local-skin-detail--dota .skin-description__actions {
  height: 92px;
}

.local-skin-detail--rust .skin-description__actions {
  height: 92px;
}

.local-skin-detail--rust .skin__image-preview {
  height: 200px;
  object-fit: contain;
  width: 200px;
}

.offers-table--rust .offers-table__price {
  justify-content: flex-end;
}

.local-skin-detail--rust .offers-filters {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: space-between;
}

.local-skin-detail--rust .offers-filters__title {
  height: 44px;
}

.local-skin-detail--rust .offers-filters__settings {
  height: 44px;
  width: auto;
}

.local-skin-detail--rust .bulk-buy-btn {
  height: 44px;
}

.local-skin-detail--dota .skin-description__steam-price {
  display: block;
  min-width: 0;
}

.local-skin-detail--dota .skin-description__steam-price-diff {
  align-items: normal;
}

.local-skin-detail--dota .skin-description__btns {
  width: 100%;
}

.local-skin-detail--dota .skin-description__btns .ui-button {
  gap: 4px;
  max-width: max-content;
  min-width: 138px;
}

.offers-filters--dota {
  grid-template-areas:
    "title settings"
    "group group";
  grid-template-columns: 790.625px minmax(0, 1fr);
  grid-template-rows: 44px 46px;
}

.offers-filters--dota .offers-filters__group {
  height: 46px;
  width: min(614.703px, 100%);
}

.offers-filters--dota .offers-filters__price {
  flex: 0 0 auto;
}

.offers-filters--dota .ui-input__currency {
  display: none;
}

.offers-filters--dota .ui-input:focus-within .ui-input__currency,
.offers-filters--dota .ui-input--active .ui-input__currency {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex: 0 0 25px;
  font-size: 15px;
  line-height: 22px;
  padding: 18px 4px 6px 12px;
}

.offers-filters--dota .ui-input:focus-within .ui-input__control,
.offers-filters--dota .ui-input--active .ui-input__control {
  border-color: #999ca4;
}

.offers-filters--dota .ui-input:focus-within .ui-input__input,
.offers-filters--dota .ui-input--active .ui-input__input {
  color: #fff;
  padding-left: 0;
  width: 91px;
}

.offers-filters--dota input[type="number"] {
  appearance: textfield;
}

.offers-filters--dota input[type="number"]::-webkit-inner-spin-button,
.offers-filters--dota input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.offers-filters--dota .ui-input:focus-within .ui-input__title,
.offers-filters--dota .ui-input--active .ui-input__title {
  font-size: 11px;
  line-height: 16px;
  top: 4px;
}

.offers-filters--dota .bulk-buy-btn {
  height: 44px;
}

.offers-filters--dota .offers-filters__settings {
  align-self: start;
  width: auto;
}

.local-skin-detail--dota .skin-description-steam .ui-link svg {
  color: #cbcdd2;
}

.local-skin-detail--dota .skin-description__btns .skin-description__buy-btn {
  flex: 0 0 174px;
  max-width: 174px;
  min-width: 174px;
  width: 174px;
}

.offers-filters__group-header,
.offers-filters__group-actions,
.offers-filters__settings--mobile {
  display: none;
}

.offers-table--dota .offers-table__header,
.offers-table--dota .offers-table__row {
  grid-template-columns: var(--offers-grid-template, 140px minmax(0, 1fr) 180px 240.672px 230px);
}

.offers-table--dota .offers-table__row {
  border-bottom-color: #2b2d33;
}

.offers-table--dota .offers-table__row:hover {
  background: #2b2d33;
}

.offers-table--dota .offers-table__price,
.offers-table--dota [data-detail-sort="price"] {
  justify-self: end;
}

.offers-table--dota .offers-table__styles {
  color: #cbcdd2;
  font-size: 13px;
  line-height: 18px;
}

.offers-table--dota .offers-table__stickers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.offers-table--dota .offers-table__empty-state {
  display: none;
}

.offers-table__gems-list {
  align-items: center;
  display: flex;
  gap: 4px;
  min-width: 0;
}

.dota-gem {
  align-items: center;
  background: #202226;
  border-radius: 8px;
  box-sizing: border-box;
  color: #cbcdd2;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  gap: 4px;
  height: 34px;
  line-height: 14px;
  max-width: 160px;
  min-width: 0;
  padding: 4px 6px;
}

.dota-gem img,
.dota-gem svg {
  flex: 0 0 22px;
  height: 22px;
  object-fit: contain;
  width: 22px;
}

.dota-gem span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.local-skin-description--dota {
  margin-top: 24px;
}

.local-skin-detail--dota .related-skins__slider,
.local-skin-detail--dota .related-skins__grid,
.local-skin-detail--dota .skin-card,
.local-skin-detail--dota .skin-card__container,
.local-skin-detail--dota .skin-card__inner {
  height: 273px;
}

.local-skin-description--dota h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 16px;
}

.local-skin-description--dota .seo-text {
  color: #b2b4bb;
  font-size: 13px;
  line-height: 18px;
}

.local-skin-description--dota p {
  margin: 0;
}

.local-offer-popup__card--dota .local-offer-popup__image .skin__image-footer--empty {
  visibility: hidden;
}

@media (min-width: 1001px) {
  .local-offer-popup__card--dota {
    min-height: 592px;
  }

  .local-offer-popup__card--dota .info-item--dota-styles {
    align-items: flex-start;
    max-height: none;
    min-height: 88px;
  }

  .local-offer-popup__card--dota .local-offer-popup__image img {
    top: 138px;
  }

  .local-offer-popup__card--dota .skin-description__stickers-list {
    gap: 6px;
  }
}

.skin__related {
  margin-top: 24px;
  width: 100%;
}

.local-skin-related {
  display: block;
  margin-top: 0;
  width: 100%;
}

.related-skins__title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  margin: 0;
  width: 100%;
}

.related-skins__arrows {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-bottom: 15px;
  width: 100%;
}

.related-skins__arrows button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ff831f;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 24px;
}

.related-skins__carousel {
  margin-top: 0;
  width: 100%;
}

.related-skins__slider,
.related-skins__grid {
  display: flex;
  gap: 8px;
  height: 268px;
  overflow-x: auto;
  padding-bottom: 0;
  scrollbar-width: none;
  width: 100%;
  -ms-overflow-style: none;
}

.related-skins__slider::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.related-skins__slider::-webkit-scrollbar-thumb {
  background: #82858e;
  border-radius: 5px;
}

.skin-card {
  color: #cbcdd2;
  display: flex;
  flex: 0 0 175px;
  flex-direction: column;
  gap: 8px;
  height: 268px;
  position: relative;
  text-decoration: none;
}

.related-card__container {
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: background .3s ease-in-out, color .2s ease;
  width: 175px;
}

.related-card__container:hover {
  background: rgba(255, 255, 255, .1);
  color: #f89e71;
}

.skin-card__container,
.skin-card__inner {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 268px;
  padding: 12px;
  position: relative;
  width: 175px;
}

.skin-rarity {
  background: none;
  height: 175px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  width: 175px;
}

.skin-rarity:before {
  background: radial-gradient(86.55px at 50% 25%, var(--rarity-color, #6383f2) 0, var(--rarity-color-transparent, transparent) 99.5%);
  content: "";
  inset: 0;
  opacity: .1;
  position: absolute;
}

.skin-rarity:after {
  background: linear-gradient(to right, var(--rarity-color-transparent, transparent) 0, var(--rarity-color, #6383f2) 50%, var(--rarity-color-transparent, transparent) 100%);
  content: "";
  height: 2px;
  left: 50%;
  opacity: .21;
  pointer-events: none;
  position: absolute;
  top: 43.75px;
  transform: translateX(-50%);
  width: 99.39px;
}

.skin-card__inner:before {
  background: radial-gradient(86.55px at 50% 25%, var(--rarity-color, #6383f2) 0, var(--rarity-color-transparent, transparent) 99.5%);
  content: "";
  height: 175px;
  left: 50%;
  opacity: .1;
  pointer-events: none;
  position: absolute;
  top: -44px;
  transform: translateX(-50%);
  width: 175px;
}

.skin-card__header {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: space-between;
  position: relative;
  width: 151px;
  z-index: 1;
}

.skin-card__header-left {
  display: flex;
  gap: 6px;
  height: 18px;
}

.skin-card__wear {
  align-items: center;
  color: #cbcdd2;
  display: flex;
  font-size: 13px;
  gap: 4px;
  height: 18px;
  line-height: 18px;
  transition: color .2s ease;
}

.related-card__favourite-button {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #999ca4;
  height: 24px;
  padding: 4px;
  width: 28px;
}

.related-card__favourite-button:hover,
.related-card__favourite-button.favourite-button--active {
  color: #fff;
}

.skin-card__image {
  align-items: center;
  display: flex;
  height: 133px;
  justify-content: center;
  position: relative;
  width: 151px;
  z-index: 1;
}

.skin-card__image img {
  max-height: 128px;
  max-width: 151px;
  object-fit: contain;
}

.skin-card__name-container,
.skin-card__info {
  display: flex;
  flex-direction: column;
  height: 39px;
  overflow: hidden;
  position: relative;
  width: 151px;
  z-index: 1;
}

.skin-card__name-weapon,
.skin-card__weapon {
  color: #b2b4bb;
  display: block;
  font-size: 12px;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 151px;
}

.skin-card__name {
  color: #e5e6e8;
  display: block;
  font-size: 15px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 151px;
  white-space: nowrap;
}

.skin-card__footer,
.skin-card__bottom {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: space-between;
  margin-top: auto;
  position: relative;
  width: 151px;
  z-index: 1;
}

.skin-card__primary-price,
.skin-card__price {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.related-card__quantity-wrapper {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 17px;
  margin-top: 5px;
}

.related-card__quantity-wrapper svg {
  color: #999ca4;
  height: 12px;
  width: 12px;
}

.related-card__quantity,
.skin-card__count {
  color: #b2b4bb;
  font-size: 12px;
  line-height: 17px;
}

.local-skin-not-found {
  padding-top: 24px;
}

@media (max-width: 880px) {
  .local-design-switch.local-market-auth-new-design {
    margin-left: 38px;
    width: 50px;
  }

  .local-design-switch.local-market-auth-new-design .ui-checkbox {
    gap: 0;
    padding: 0;
  }

  .local-design-switch.local-market-auth-new-design .ui-checkbox__label {
    display: none;
  }

  .local-market-header-controls .language-switcher,
  .local-market-header-controls .currency-selector,
  .local-market-header-cart,
  .local-market-header-user,
  .local-market-balance-popover {
    display: none !important;
  }

  .local-market-auth-controls {
    display: contents;
  }

  .local-market-header-support {
    align-items: center;
    background: #2b2d33;
    border: 0;
    border-radius: 8px;
    color: #b2b4bb;
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 8px 13px;
    width: 48px;
  }

  .inventory-trade-lock .ui-message-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 314px;
  }

  .inventory-trade-lock .ui-message-card__text {
    align-items: center;
    max-width: none;
    width: 100%;
  }

  .inventory-trade-lock .ui-message-card__buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .inventory-trade-lock .ui-button {
    width: 100%;
  }

  .local-skin-meta {
    gap: 24px;
  }

  .local-skin-meta__breadcrumbs {
    padding: 20px 16px 0;
  }

  .local-skin-title {
    font-size: 21px;
    line-height: 30px;
  }

  .local-skin-detail {
    gap: 20px;
    padding: 0 16px;
  }

  .skin__description {
    flex-direction: column;
  }

  .skin__image {
    flex-basis: auto;
    max-width: none;
    min-height: 340px;
  }

  .skin__data,
  .skin-description {
    min-height: auto;
  }

  .local-detail-loading__breadcrumb,
  .local-detail-loading__title {
    width: 100% !important;
  }

  .local-detail-loading .skin-description-skeleton {
    min-height: 380px;
  }

  .local-detail-loading .skin-description-skeleton__header {
    flex-direction: column;
    gap: 12px;
  }

  .local-detail-loading .skin-description-skeleton__header > .local-detail-skeleton:first-child {
    height: 42px !important;
    width: 100% !important;
  }

  .skin-description__header {
    align-items: flex-start;
    gap: 12px;
  }

  .skin-share {
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-end;
  }

  .skin-description__param-value {
    max-width: 210px;
  }

  .skin-description__actions {
    align-items: stretch;
    flex-direction: column;
    height: auto;
    margin-top: 24px;
  }

  .skin-description__btns {
    width: 100%;
  }

  .skin-description__cart-btn,
  .skin-description__buy-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .skin-exterior-links {
    overflow-x: auto;
  }

  .skin-exterior-links__wrapper {
    min-width: max-content;
  }

  .skin-exterior-links__item {
    flex: 0 0 230px;
  }

  .offers-filters {
    grid-template-areas:
      "title"
      "settings";
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .offers-filters:not(.offers-filters--dota) .offers-filters__group {
    display: none;
  }

  .offers-filters__settings {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .offers-filters__settings--mobile {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .detail-mobile-sort-trigger,
  .detail-mobile-filter-trigger {
    align-items: center;
    background: transparent;
    border: 1px solid #3f424a;
    border-radius: 8px;
    box-sizing: border-box;
    color: #cbcdd2;
    display: grid;
    font: inherit;
    font-size: 15px;
    grid-template-columns: 24px minmax(0, 1fr) 22px;
    height: 46px;
    line-height: 22px;
    padding: 0 12px;
    text-align: left;
    width: 100%;
  }

  .detail-mobile-sort-trigger > span,
  .detail-mobile-filter-trigger > span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .detail-mobile-filter-trigger {
    color: #999ca4;
  }

  .offers-filters__settings .bulk-buy-btn {
    width: 100%;
  }

  .local-skin-detail .ui-select,
  .ui-group-number-input,
  .bulk-buy-btn {
    width: 100%;
  }

  .ui-group-number-input .ui-input {
    flex: 1 1 0;
    width: auto;
  }

  .offers-table {
    overflow: visible;
  }

  .offers-table__header {
    display: none;
  }

  .offers-table__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .offers-table__row {
    align-items: center;
    border-bottom: 0;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    padding: 0;
    width: 100%;
  }

  .offers-table__row:hover {
    background: transparent;
  }

  .offers-table__cell-wrapper {
    align-items: normal;
    display: flex;
    gap: 24px;
    min-height: auto;
    width: 100%;
  }

  .offers-table__cell-wrapper--stickers-empty,
  .offers-table__cell-wrapper--charm-empty,
  .offers-table__cell-wrapper--nametag-empty {
    display: none;
  }

  .offers-table__vertical-header {
    color: #82858e;
    display: block;
    flex: 0 0 120px;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    width: 120px;
  }

  .offers-table__cell {
    flex: 1 1 0;
    justify-content: flex-start;
    width: auto;
  }

  .offers-table__float {
    overflow: visible;
    width: 100%;
  }

  .offers-table__float .ui-skin-float {
    width: 100%;
  }

  .offers-table__stickers,
  .offers-table__charm {
    flex-wrap: wrap;
    gap: 4px;
  }

  .offers-table__stickers .sticker--empty,
  .offers-table__charm .sticker--empty {
    display: none;
  }

  .offers-table__price {
    font-size: 17px;
    justify-content: flex-start;
    line-height: 24px;
  }

  .offers-table__actions {
    gap: 4px;
    justify-content: flex-start;
  }

  .offers-table__buy {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  .offers-table__cart {
    flex: 0 0 46px;
    width: 46px;
  }

  .local-detail-loading__table {
    display: none;
  }

  body.local-detail-mobile-sheet-open {
    overflow: hidden;
  }

  .detail-mobile-sheet {
    background: #202226;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    inset: 0;
    overflow-y: auto;
    position: fixed;
    width: 100vw;
    z-index: 3200;
  }

  .detail-mobile-sheet > header {
    align-items: center;
    background: #2b2d33;
    border-bottom: 1px solid #3f424a;
    display: flex;
    flex: 0 0 102px;
    justify-content: space-between;
    padding: 0 16px;
  }

  .detail-mobile-sheet > header strong {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
  }

  .detail-mobile-sheet > header button {
    background: transparent;
    border: 0;
    color: #999ca4;
    height: 44px;
    padding: 8px;
    width: 44px;
  }

  .detail-mobile-sort-sheet__list {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 40px;
  }

  .detail-mobile-sort-sheet__list > button {
    align-items: center;
    background: transparent;
    border: 0;
    color: #cbcdd2;
    display: flex;
    font: inherit;
    font-size: 15px;
    gap: 12px;
    justify-content: flex-start;
    min-height: 52px;
    padding: 8px 0;
    text-align: left;
    width: 100%;
  }

  .detail-mobile-sort-sheet__list > button svg {
    color: #999ca4;
    flex: 0 0 18px;
  }

  .detail-mobile-filter-sheet__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
  }

  .detail-mobile-filter-sheet__select {
    align-items: center;
    border: 1px solid #3f424a;
    border-radius: 8px;
    box-sizing: border-box;
    color: #999ca4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    height: 54px;
    padding: 0 12px;
    position: relative;
  }

  .detail-mobile-filter-sheet__select > span {
    grid-column: 1;
    grid-row: 1;
    pointer-events: none;
  }

  .detail-mobile-filter-sheet__select select {
    appearance: none;
    background: transparent;
    border: 0;
    color: transparent;
    grid-column: 1 / -1;
    grid-row: 1;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .detail-mobile-filter-sheet__select svg {
    grid-column: 2;
    grid-row: 1;
    pointer-events: none;
  }

  .detail-mobile-filter-sheet__range {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .detail-mobile-filter-sheet__range input {
    background: transparent;
    border: 1px solid #3f424a;
    box-sizing: border-box;
    color: #fff;
    font: inherit;
    height: 54px;
    min-width: 0;
    padding: 0 12px;
  }

  .detail-mobile-filter-sheet__range input:first-child {
    border-radius: 8px 0 0 8px;
  }

  .detail-mobile-filter-sheet__range input:last-child {
    border-left: 0;
    border-radius: 0 8px 8px 0;
  }

  .detail-mobile-filter-sheet > footer {
    background: #202226;
    border-top: 1px solid #2b2d33;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    padding: 16px;
  }

  .detail-mobile-filter-sheet > footer button {
    background: transparent;
    border: 1px solid #555860;
    border-radius: 8px;
    color: #fff;
    font: inherit;
    font-size: 15px;
    height: 46px;
  }

  .detail-mobile-filter-sheet > footer button:first-child {
    background: #ff831f;
    border-color: #ff831f;
  }

  .local-offer-popup__card {
    gap: 24px;
    grid-template-columns: 1fr;
    max-height: calc(100vh - 32px);
    min-height: 0;
    overflow-y: auto;
    padding: 56px 16px 24px;
    width: calc(100vw - 24px);
  }

  .local-offer-popup__card--cs2 {
    height: auto;
  }

  .local-offer-popup__card--cs2 .skin-info {
    flex-direction: column;
    height: auto;
    min-height: 0;
    width: 100%;
  }

  .local-offer-popup__card--cs2 .skin-info__image,
  .local-offer-popup__card--cs2 .skin-info__content {
    flex-basis: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .local-offer-popup__card--cs2 .skin-info__image-header-wrapper,
  .local-offer-popup__card--cs2 .skin-info__inspect-buttons {
    max-width: 440px;
    width: 100%;
  }

  .local-offer-popup__close {
    right: 12px;
    top: 12px;
  }

  .local-offer-popup__image {
    min-height: 330px;
  }

  .local-offer-popup__image img {
    max-height: 220px;
    max-width: 100%;
  }

  .profile-tabs__control {
    display: flex;
    height: 54px;
    width: 100%;
  }

  .local-profile-tabs__list {
    border-radius: 0 0 8px 8px;
    display: none;
    flex-direction: column;
    height: auto;
  }

  .local-profile-tabs.profile-tabs--open .local-profile-tabs__list {
    display: flex;
  }

  .local-profile-tabs.profile-tabs--open .local-profile-tabs__item--active {
    display: none;
  }

  .local-profile-tabs__item {
    border-right: 0;
    flex: 0 0 auto;
    width: 100%;
  }

  .local-profile-content--transactions .profile-transactions__wrapper {
    min-height: 192px;
    overflow-x: visible;
  }

  .local-profile-content--transactions .local-profile-table {
    height: 172px;
    padding-top: 20px;
    width: 100%;
  }

  .local-profile-content--transactions .local-profile-table__header {
    display: none;
  }

  .local-profile-content--transactions .local-profile-empty {
    height: 152px;
  }

  .local-market-page {
    padding: 20px 16px 0;
  }

  .local-market-meta {
    margin-bottom: 20px;
  }

  .local-market {
    margin-left: 0;
    margin-right: 0;
  }

  .local-market-title {
    font-size: 22px;
    line-height: 28px;
  }

  .local-market-weapon-bar {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .local-market-weapon-bar::-webkit-scrollbar {
    display: none;
  }

  .local-market-dota-types {
    padding-bottom: 0;
  }

  .local-market-container {
    display: grid;
    grid-template-columns: auto;
  }

  .local-market-sidebar {
    display: none;
  }

  .local-market-top {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    grid-template-rows: 46px 46px;
    min-height: 112px;
  }

  .local-market-top > .local-market-icon-button {
    grid-column: 3;
    grid-row: 2;
  }

  .local-market-games { width: 100%; }

  .local-market-search {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .local-market-sort__header,
  .local-market-sort__menu {
    width: 100%;
  }

  .local-market-sort__list,
  .local-market-sort__option {
    width: 100%;
  }

  .local-market-settings {
    display: flex;
  }

  .local-market-top .local-market-icon-button {
    color: #999ca4;
    height: 44px;
  }

  .local-market-grid {
    gap: 6px;
    grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
  }

  .local-market-card__inner {
    gap: 4px;
    padding: 12px 10px 42px;
  }

  .local-market-card__header,
  .local-market-card__image,
  .local-market-card__names,
  .local-market-card__footer {
    flex-shrink: 0;
  }

  .local-market-card__image,
  .local-market-card:hover .local-market-card__image {
    flex-basis: 111px;
    height: 111px;
    width: 100%;
  }

  .local-market-card__image img {
    height: 111px;
    max-height: 111px;
    width: 100%;
  }

  .local-market-card__footer {
    height: 22px;
    min-height: 22px;
  }

  .local-market-card__price {
    font-size: 15px;
    line-height: 22px;
  }

  .local-market-sidebar--mobile-open {
    background: #202226;
    border-radius: 0;
    display: block;
    height: 100dvh;
    inset: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 60;
  }

  .local-market-sidebar--mobile-open .local-market-mobile-filter-header {
    align-items: center;
    background: #ffffff0d;
    border: 0;
    border-bottom: 1px solid #3f424a;
    color: #fff;
    display: flex;
    font-size: 19px;
    font-weight: 500;
    height: 65px;
    justify-content: space-between;
    line-height: 24px;
    margin: 0;
    padding: 20px 16px;
    width: 100%;
  }

  .local-market-mobile-filter-close {
    align-items: center;
    border: 0;
    color: #f0762f;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    line-height: 18px;
    padding: 4px;
    width: 30px;
  }

  .local-market-mobile-filter-close svg {
    color: #999ca4;
  }

  .local-market-favourites__toggle {
    border-radius: 15px;
    height: 30px;
    width: 50px;
  }

  .local-market-favourites__toggle span {
    height: 26px;
    width: 26px;
  }

  .local-market-favourites__toggle--active span {
    transform: translateX(20px);
  }

  .local-market-sidebar--mobile-open .local-market-sidebar__scroll {
    box-sizing: border-box;
    display: block;
    height: calc(100dvh - 154px);
    margin: 12px 0 0 16px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px 10px 0;
    width: calc(100% - 16px);
  }

  .local-market-sidebar--mobile-open .local-market-sidebar__scroll::-webkit-scrollbar {
    display: block;
    max-height: 5px;
    width: 5px;
  }

  .local-market-sidebar--mobile-open .local-market-sidebar__scroll::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
  }

  .local-market-sidebar--mobile-open .local-market-sidebar__scroll::-webkit-scrollbar-thumb {
    background: #82858e;
    border-radius: 5px;
    display: block;
  }

  .local-market-sidebar--mobile-open .local-market-sidebar__scroll::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
    display: block;
  }

  .local-market-sidebar--mobile-open .local-market-reset {
    bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    left: 16px;
    line-height: 20px;
    margin: 0;
    padding: 12px;
    position: absolute;
    right: 16px;
    width: auto;
  }

  .local-market-card--external .local-market-card__image,
  .local-market-card--external:hover .local-market-card__image {
    flex-basis: 94px;
    height: 94px;
    width: auto;
  }

  .local-market-card--external .local-market-card__image img {
    height: 94px;
  }

  .local-market-card__actions {
    opacity: 1;
    position: absolute;
    transform: none;
  }

  .local-market-pagination {
    align-items: flex-start;
    flex-direction: column;
  }

  .local-market-pagination__info {
    text-align: left;
  }
}
.local-market-deposit-demo-notice {
  margin: 12px 0 0;
  color: #ffab3d;
  font-size: 13px;
  line-height: 18px;
}

.local-market-mobile-withdrawal {
  display: none;
}

.local-market-withdraw-card-initial {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 20px 20px;
}

.local-market-withdraw-sidebar .local-market-deposit-provider:last-child .provider__info,
.local-market-withdraw-sidebar .local-market-deposit-provider:last-child .provider__content {
  height: 36px;
}

.local-market-withdraw-card-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.local-market-withdraw-card-form--disabled {
  opacity: .5;
}

.local-market-withdraw-card-form__amount,
.local-market-withdraw-card-form__fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.local-market-withdraw-card-form__amount > span,
.local-market-withdraw-card-form__fields > strong {
  color: #cbcdd2;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.local-market-withdraw-card-form__amount label {
  display: flex;
  height: 45px;
  position: relative;
}

.local-market-withdraw-card-form__amount input,
.local-market-withdraw-card-form__fields input {
  background: #2b2d33;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #e5e6e8;
  font: inherit;
  height: 45px;
  padding: 0 12px;
}

.local-market-withdraw-card-form__amount input {
  padding-right: 84px;
  width: 100%;
}

.local-market-withdraw-card-form__amount button {
  background: rgba(255, 255, 255, .08);
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 7px;
  width: 56px;
}

.local-market-withdraw-card-form__amount small {
  color: #f05252;
  font-size: 12px;
  line-height: 17px;
}

.local-market-withdraw-card-form__fields > div {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.local-market-withdraw-card-form__fields input:last-child {
  grid-column: 1 / -1;
}

.local-market-withdraw-email {
  background: linear-gradient(90deg, rgba(240, 82, 82, .2), rgba(240, 82, 82, 0));
  border-radius: 8px;
  margin-top: auto;
  padding: 12px;
}

.local-market-withdraw-email__card {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
}

.local-market-withdraw-email__message {
  align-items: center;
  color: #f05252;
  display: flex;
  font-size: 15px;
  gap: 8px;
  line-height: 22px;
}

.local-market-withdraw-email__message svg {
  flex: 0 0 22px;
}

.local-market-withdraw-email__button {
  align-items: center;
  background: #f05252;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  line-height: 16px;
  min-width: 146px;
  padding: 0 16px;
}

/* Authenticated mobile overlays must use the viewport, not desktop payment widths. */
.local-market-mobile-deposit-initial {
  display: none;
}

@media (max-width: 880px) {
  .local-market-header-support,
  .local-mobile-support,
  .header-main__controls-support {
    display: none !important;
  }

  .local-market-deposit-popup,
  .local-market-withdraw-popup {
    align-items: stretch;
    overflow: hidden;
    padding: 0;
    z-index: 100;
  }

  .popup__content.local-market-deposit-popup__content,
  .popup__content.local-market-withdraw-popup__content {
    background: #15161a !important;
    border: 0;
    border-radius: 0;
    height: 100dvh;
    margin: 0;
    max-height: none;
    max-width: none;
    min-height: 100dvh;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0 !important;
    width: 100%;
  }

  .local-market-deposit-header {
    align-items: center;
    background: #202226;
    border-bottom: 1px solid #3f424a;
    display: flex;
    height: 64px;
    margin: 0 !important;
    padding: 16px 52px 16px 16px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 12;
  }

  .local-market-withdraw-header {
    margin: 0 !important;
  }

  .popup__content.local-market-withdraw-popup__content {
    background: linear-gradient(#15161a, #6c6f77) !important;
    padding: 16px 0 0 !important;
  }

  .local-market-withdraw-popup .local-market-withdraw-header {
    background: transparent;
    border: 0;
    height: 30px;
    margin: 0 0 18px !important;
    padding: 0 52px 0 16px;
    position: relative;
  }

  .local-market-withdraw-popup .local-market-withdraw-header .popup__close {
    right: 16px;
    top: 0;
  }

  .local-market-deposit-header__title {
    font-size: 19px;
    line-height: 28px;
  }

  .local-market-deposit-header .popup__close {
    right: 16px;
    top: 17px;
  }

  .local-market-deposit-body {
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100dvh - 64px);
    overflow: visible;
    width: 100%;
  }

  .local-market-deposit-sidebar {
    border-radius: 0;
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 16px;
    width: 100%;
  }

  .local-market-deposit-sidebar__wrapper,
  .local-market-deposit-country,
  .local-market-deposit-provider,
  .local-market-deposit-notice,
  .local-market-withdraw-country {
    width: 100%;
  }

  .local-market-deposit-sidebar__section {
    min-height: 0;
  }

  .local-market-deposit-main,
  .local-market-withdraw-main {
    border-radius: 0;
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
    padding: 16px;
    width: 100%;
  }

  .local-market-crypto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-market-withdraw-main .local-market-crypto-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crypto-form,
  .crypto-form__wrapper,
  .crypto-form__form-wrapper,
  .crypto-form__form-container,
  .crypto-form__container,
  .crypto-form__info-wrapper,
  .payment-header,
  .local-market-deposit-back,
  .local-market-deposit-address__fields,
  .local-market-withdraw-inputs,
  .local-market-withdraw-exchange,
  .local-market-withdraw-exchange__row {
    height: auto;
    max-width: 100%;
    width: 100%;
  }

  .local-market-deposit-exchange,
  .local-market-withdraw-exchange__row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .local-market-deposit-exchange label,
  .local-market-deposit-exchange label.local-market-deposit-exchange__to,
  .local-market-withdraw-exchange__input,
  .local-market-withdraw-exchange__input .local-market-withdraw-amount-input,
  .local-market-withdraw-exchange__crypto,
  .local-market-withdraw-error,
  .local-market-withdraw-wallet,
  .local-market-withdraw-wallet .ui-input__label,
  .local-market-withdraw-wallet__control,
  .local-market-withdraw-summary,
  .local-market-withdraw-summary .payment-summary__content,
  .local-market-withdraw-summary .payment-summary__header {
    max-width: 100%;
    width: 100%;
  }

  .local-market-withdraw-form-container,
  .local-market-withdraw-wallet {
    height: auto;
  }

  .local-market-deposit-exchange__swap {
    left: 50%;
    transform: translateX(-50%);
  }

  .local-market-withdraw-exchange__swap {
    left: 50%;
    transform: translateX(-50%);
  }

  .local-market-deposit-address {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }

  .local-market-qr {
    align-self: center;
  }

  body.local-market-deposit-locked .local-mobile-bottom-nav,
  body.local-market-withdraw-locked .local-mobile-bottom-nav {
    display: none !important;
  }

  .local-market-withdraw-body--initial {
    display: none !important;
  }

  .local-market-mobile-withdrawal {
    color: #cbcdd2;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 16px 32px;
    width: 100%;
  }

  .local-market-mobile-withdrawal .mobile-withdrawal__step,
  .local-market-withdraw-email--mobile {
    background: linear-gradient(#202226, #2b2d33 14.54%), #2b2d33;
    border-radius: 12px;
    box-sizing: border-box;
    margin: 0;
    padding: 30px 12px 12px;
    width: 100%;
  }

  .local-market-mobile-withdrawal__method {
    height: 303px;
  }

  .local-market-mobile-withdrawal__header {
    align-items: center;
    display: flex;
    gap: 6px;
    height: 22px;
    margin-top: -18px;
  }

  .local-market-mobile-withdrawal__header svg {
    color: rgba(255, 131, 31, .5);
    flex: 0 0 22px;
  }

  .local-market-mobile-withdrawal__header strong {
    color: #e5e6e8;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .local-market-mobile-withdrawal__content {
    margin-top: 12px;
    padding-top: 4px;
  }

  .local-market-mobile-withdrawal .local-market-deposit-provider {
    box-sizing: border-box;
    height: 62px;
    min-width: 0;
    padding: 0 8px;
    width: 100%;
  }

  .local-market-mobile-withdrawal .local-market-deposit-provider + .local-market-deposit-provider {
    margin-top: 0;
  }

  .local-market-mobile-withdrawal .local-market-mobile-deposit-providers__crypto .provider__info,
  .local-market-mobile-withdrawal .local-market-mobile-deposit-providers__crypto .provider__content {
    height: 36px;
  }

  .local-market-withdraw-email--mobile {
    height: 156px;
    padding: 30px 12px 12px;
  }

  .local-market-withdraw-email--mobile .local-market-withdraw-email__card {
    align-items: stretch;
    background: linear-gradient(90deg, rgba(240, 82, 82, .2), rgba(240, 82, 82, 0));
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 114px;
    padding: 12px;
  }

  .local-market-withdraw-email--mobile .local-market-withdraw-email__message {
    height: 44px;
  }

  .local-market-withdraw-email--mobile .local-market-withdraw-email__button {
    flex: 0 0 38px;
    min-width: 0;
    width: 100%;
  }

  .local-market-deposit-popup:not(.local-market-withdraw-popup) .popup__content.local-market-deposit-popup__content {
    background: #202226 !important;
    padding: 16px 16px 32px !important;
  }

  .local-market-deposit-popup:not(.local-market-withdraw-popup) .local-market-deposit-header {
    background: transparent;
    border: 0;
    height: 28px;
    margin: 0 !important;
    padding: 0;
    position: relative;
    width: 100%;
  }

  .local-market-deposit-popup:not(.local-market-withdraw-popup) .local-market-deposit-header .popup__close {
    right: 0;
    top: 0;
  }

  .local-market-deposit-popup:not(.local-market-withdraw-popup) .local-market-deposit-body--initial {
    display: none !important;
  }

  .local-market-mobile-deposit-initial {
    color: #cbcdd2;
    display: block;
    margin-top: 16px;
    width: 100%;
  }

  .local-market-mobile-deposit-steps {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .local-market-mobile-deposit-method {
    background: #2b2d33;
    border-radius: 12px;
    box-sizing: border-box;
    height: 303px;
    padding: 12px;
    width: 100%;
  }

  .local-market-mobile-deposit-method__header {
    align-items: center;
    display: flex;
    gap: 6px;
    height: 22px;
  }

  .local-market-mobile-deposit-method__header svg {
    color: rgba(63, 220, 161, .5);
    flex: 0 0 22px;
  }

  .local-market-mobile-deposit-method__header strong {
    color: #e5e6e8;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
  }

  .local-market-mobile-deposit-method__content {
    box-sizing: border-box;
    margin-top: 12px;
    padding-top: 4px;
  }

  .local-market-mobile-deposit-country,
  .local-market-mobile-deposit-providers {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .local-market-mobile-deposit-country > span,
  .local-market-mobile-deposit-providers > span {
    color: #cbcdd2;
    font-size: 13px;
    line-height: 18px;
  }

  .local-market-mobile-deposit-country .local-market-deposit-country {
    height: 46px;
    width: 100%;
  }

  .local-market-mobile-deposit-providers {
    margin-top: 16px;
  }

  .local-market-mobile-deposit-providers__grid {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-market-mobile-deposit-providers__grid .local-market-deposit-provider {
    box-sizing: border-box;
    height: 62px;
    min-width: 0;
    padding: 0 8px;
    width: 100%;
  }

  .local-market-mobile-deposit-providers__grid .local-market-deposit-provider + .local-market-deposit-provider {
    margin-top: 0;
  }

  .local-market-mobile-deposit-providers__crypto {
    grid-column: 1 / -1;
  }

  .local-market-mobile-deposit-providers__crypto .provider__info,
  .local-market-mobile-deposit-providers__crypto .provider__content {
    height: 36px;
  }

  .local-market-mobile-deposit-providers__crypto .provider__title,
  .local-market-mobile-deposit-providers__crypto .provider__count {
    flex: 0 0 18px;
    height: 18px;
  }

  .local-market-mobile-deposit-email {
    background: #2b2d33;
    border-radius: 12px;
    box-sizing: border-box;
    height: 156px;
    padding: 30px 12px 12px;
    width: 100%;
  }

  .local-market-mobile-deposit-email__card {
    background: linear-gradient(90deg, rgba(240, 82, 82, .2), rgba(240, 82, 82, 0));
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 114px;
    padding: 12px;
  }

  .local-market-mobile-deposit-email__message {
    align-items: center;
    color: #f05252;
    display: flex;
    font-size: 15px;
    gap: 8px;
    height: 44px;
    line-height: 22px;
  }

  .local-market-mobile-deposit-email__message svg {
    flex: 0 0 22px;
    margin-top: 1px;
  }

  .local-market-mobile-deposit-email__button {
    align-items: center;
    background: #f05252;
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 38px;
    justify-content: center;
    line-height: 16px;
    padding: 11px 16px;
  }

  .local-market-mobile-deposit-notice {
    color: #cbcdd2;
    font-size: 13px;
    line-height: 18px;
    margin: 24px 0 0;
  }
}

/* local route transition v2 */
.default-layout__content[data-local-fragment-pending]{box-sizing:border-box;overflow:clip;width:100%}
.default-layout__content[data-local-transition-kind="inventory"]{min-height:790px}
.default-layout__content[data-local-transition-kind="catalog"]{min-height:720px}
.default-layout__content[data-local-transition-kind="content"]{min-height:620px}
.local-route-transition{animation:localRouteTransitionIn .16s ease-out both;box-sizing:border-box;margin:0 auto;max-width:1400px;min-height:620px;padding:20px 0 40px;width:100%}
.local-route-transition__heading{align-items:center;display:flex;height:40px;margin-bottom:20px}
.local-route-transition__pulse{animation:localRouteTransitionWave 1.35s linear infinite;background:linear-gradient(90deg,#292b31 25%,#34363d 50%,#292b31 75%);background-size:200% 100%;border-radius:6px;display:block}
.local-route-transition__pulse--heading{height:28px;width:230px}
.local-route-transition__pulse--heading-wide{height:28px;width:310px}
.local-route-transition__inventory-shell{align-items:start;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) 376px;width:100%}
.local-route-transition__inventory-main{min-width:0;width:100%}
.local-route-transition__inventory-toolbar{align-items:center;background:#202126;border-radius:8px;box-sizing:border-box;display:grid;gap:6px;grid-template-columns:52px 144px minmax(220px,1fr) 140px 140px;height:61px;padding:8px;width:100%}
.local-route-transition__pulse--toolbar-refresh{height:45px;width:52px}
.local-route-transition__pulse--toolbar-games{height:45px;width:144px}
.local-route-transition__pulse--toolbar-search,.local-route-transition__pulse--toolbar-sort,.local-route-transition__pulse--toolbar-select{height:45px;width:100%}
.local-route-transition__inventory-grid{display:grid;gap:4px;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none;margin:8px 0 0;max-height:733px;overflow:hidden;padding:0;width:100%}
.local-route-transition__inventory-card{background:#202226;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:241px;list-style:none;padding:12px;width:100%}
.local-route-transition__inventory-card-head{display:flex;gap:6px;height:18px}
.local-route-transition__pulse--wear{height:18px;width:20px}
.local-route-transition__pulse--float{height:18px;width:40px}
.local-route-transition__pulse--inventory-image{height:107px;width:100%}
.local-route-transition__pulse--type{height:14px;width:64%}
.local-route-transition__pulse--name{height:18px;width:100%}
.local-route-transition__pulse--price{height:22px;margin-top:auto;width:70%}
.local-route-transition__inventory-sidebar{background:#202126;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;min-height:528px;padding:16px;width:376px}
.local-route-transition__pulse--sidebar-caption{height:16px;width:176px}
.local-route-transition__pulse--sidebar-total{height:36px;width:124px}
.local-route-transition__pulse--sidebar-select{height:46px;margin-top:3px;width:100%}
.local-route-transition__pulse--sidebar-label{height:18px;margin-top:2px;width:190px}
.local-route-transition__sidebar-options{display:grid;gap:6px;grid-template-columns:1fr 1fr;width:100%}
.local-route-transition__pulse--sidebar-option{height:56px;width:100%}
.local-route-transition__pulse--sidebar-notice{height:51px;margin-top:5px;width:100%}
.local-route-transition__pulse--sidebar-button{height:46px;margin-top:auto;width:100%}
.local-route-transition__catalog-shell{align-items:start;display:grid;gap:16px;grid-template-columns:260px minmax(0,1fr);width:100%}
.local-route-transition__catalog-sidebar{background:#202126;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;min-height:550px;padding:16px}
.local-route-transition__pulse--filter-title{height:24px;width:66%}
.local-route-transition__pulse--filter-control{height:44px;width:100%}
.local-route-transition__pulse--filter-group{height:64px;width:100%}
.local-route-transition__catalog-main{min-width:0}
.local-route-transition__catalog-toolbar{display:grid;gap:8px;grid-template-columns:minmax(0,1fr) 180px;margin-bottom:12px}
.local-route-transition__pulse--catalog-search,.local-route-transition__pulse--catalog-sort{height:46px;width:100%}
.local-route-transition__catalog-grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;margin:0;padding:0}
.local-route-transition__catalog-card{background:#202126;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:9px;height:280px;padding:14px}
.local-route-transition__pulse--catalog-image{height:160px;width:100%}
.local-route-transition__pulse--catalog-line{height:14px;width:58%}
.local-route-transition__pulse--catalog-name{height:18px;width:90%}
.local-route-transition__pulse--catalog-price{height:22px;margin-top:auto;width:48%}
.local-route-transition__content-head{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.local-route-transition__pulse--breadcrumb{height:18px;width:180px}
.local-route-transition__pulse--content-title{height:34px;width:min(440px,70%)}
.local-route-transition__pulse--content-lead{height:18px;width:min(620px,88%)}
.local-route-transition__content-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr}
.local-route-transition__content-panel{background:#202126;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px;min-height:260px;padding:24px}
.local-route-transition__pulse--content-row{height:24px;width:100%}
.local-route-transition__pulse--content-row-short{height:24px;width:68%}
.local-route-content-enter{animation:localRouteContentEnter .22s ease-out both}
@keyframes localRouteTransitionWave{0%{background-position:200% 0}to{background-position:-200% 0}}
@keyframes localRouteTransitionIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@keyframes localRouteContentEnter{0%{opacity:.15;transform:translateY(3px)}to{opacity:1;transform:none}}
@media(max-width:1199px){.local-route-transition__inventory-shell{grid-template-columns:minmax(0,1fr)}.local-route-transition__inventory-sidebar{display:none}.local-route-transition__inventory-grid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr))}.local-route-transition__catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.default-layout__content[data-local-transition-kind]{min-height:650px}.local-route-transition{min-height:650px;padding:16px 0 28px}.local-route-transition__heading{height:32px;margin-bottom:16px}.local-route-transition__pulse--heading,.local-route-transition__pulse--heading-wide{height:24px;width:190px}.local-route-transition__inventory-toolbar{grid-template-columns:46px 104px minmax(0,1fr);height:56px;padding:6px}.local-route-transition__pulse--toolbar-refresh,.local-route-transition__pulse--toolbar-games,.local-route-transition__pulse--toolbar-search{height:44px}.local-route-transition__pulse--toolbar-refresh{width:46px}.local-route-transition__pulse--toolbar-games{width:104px}.local-route-transition__pulse--toolbar-sort,.local-route-transition__pulse--toolbar-select{display:none}.local-route-transition__inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:680px}.local-route-transition__inventory-card{height:220px}.local-route-transition__pulse--inventory-image{height:90px}.local-route-transition__catalog-shell{grid-template-columns:1fr}.local-route-transition__catalog-sidebar{display:none}.local-route-transition__catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.local-route-transition__catalog-card{height:230px}.local-route-transition__pulse--catalog-image{height:120px}.local-route-transition__content-grid{grid-template-columns:1fr}.local-route-transition__content-panel{min-height:210px}}
@media(prefers-reduced-motion:reduce){.local-route-transition,.local-route-transition__pulse,.local-route-content-enter{animation:none!important}}

@media (max-width: 1199px) and (min-width: 768px) {
  .local-profile-content--transactions .profile-transactions__wrapper {
    overflow-x: auto;
  }

  .local-transaction-table {
    min-width: 1400px;
  }
}

@media (max-width: 767px) {
  .local-profile-content--transactions {
    gap: 20px;
    margin-top: 32px;
  }

  .transactions-header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .transactions-header__text {
    align-self: center;
    width: auto;
  }

  .transactions-header__controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .local-profile-select,
  .local-profile-select .ui-select__inner,
  .local-profile-transactions-search {
    width: 100%;
  }

  .local-profile-transaction-filter__menu {
    width: 100%;
  }

  .local-profile-transactions-search {
    padding-left: 11px;
  }

  .local-profile-transactions-search__icon {
    margin-right: 5px;
    transform: translateY(-0.703125px);
  }

  .local-profile-content--transactions .profile-transactions__wrapper {
    min-height: 192px;
    overflow: visible;
  }

  .local-profile-content--transactions .local-profile-table,
  .local-transaction-table {
    height: auto;
    min-width: 0;
    padding-top: 20px;
    width: 100%;
  }

  .local-transaction-table__header {
    display: none;
  }

  .local-transaction-table__rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .local-transaction-row {
    background: #202226;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .local-transaction-row__grid {
    align-items: stretch;
    gap: 10px 14px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    height: auto;
    padding: 14px;
  }

  .transaction-table__type-date,
  .transaction-table__status-cell {
    grid-column: 1 / -1;
  }

  .transaction-table__type-date {
    border-bottom: 1px solid #303239;
    padding-bottom: 10px;
  }

  .transaction-table__id,
  .transaction-table__payment,
  .transaction-table__destination,
  .transaction-table__amount,
  .transaction-table__balance {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-self: stretch;
    text-align: left;
  }

  .transaction-table__id::before,
  .transaction-table__payment::before,
  .transaction-table__destination::before,
  .transaction-table__amount::before,
  .transaction-table__balance::before {
    color: #777a83;
    content: attr(data-mobile-label);
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
  }

  .transaction-table__status-note {
    white-space: normal;
  }

  .local-transaction-items__header {
    display: none;
  }

  .local-transaction-item-row {
    gap: 10px 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 88px;
    padding: 10px 14px;
  }

  .transaction-offer__name-skin {
    grid-column: 1 / -1;
  }

  .transaction-offer__name-skin__image {
    flex-basis: 64px;
    height: 54px;
    margin-right: 10px;
    width: 64px;
  }

  .transaction-offer__game {
    color: #999ca4;
    font-size: 13px;
  }

  .local-profile-transactions-state {
    min-height: 172px;
  }
}
