.rbxsell-purchase-content {
  width:100vw;
  max-width:680px;
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:7px;
  user-select:none;
  -webkit-user-select:none
}
.rbxsell-purchase-footer {
  padding-top:35px
}
.rbxsell-purchase-footer .rbxsell-button {
  width:100%
}
.rbxsell-purchase-left {
  width:100px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:20px;
  border-radius:var(--border-radius);
  background:#1b1b1b
}
.rbxsell-purchase-left-item {
  position:relative;
  width:53px;
  height:53px;
  display:grid;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#302b34;
  transition:.3s
}
.rbxsell-purchase-left-item:after {
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translate(-50%);
  width:3px;
  height:20px;
  background:#4c3f56;
  transition:.3s
}
.rbxsell-purchase-left-item:last-child:after {
  display:none
}
.rbxsell-purchase-left-item.active {
  background:#993de16e
}
.rbxsell-purchase-left-item.active:after {
  background:#993de1
}
.rbxsell-purchase-left-item-content {
  width:41px;
  height:41px;
  display:grid;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-weight:700;
  font-size:16px;
  line-height:20px;
  border-radius:var(--border-radius);
  background:#4c3f56;
  transition:.3s
}
.rbxsell-purchase-left-item.active .rbxsell-purchase-left-item-content {
  background:#993de1
}
.rbxsell-purchase-main {
  width:585px;
  height:100%;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  gap:26px;
  padding:32px;
  border-radius:var(--border-radius);
  background:#1b1b1b
}
.rbxsell-purchase-main-top {
  flex:0 0 auto;
  width:100%;
  display:grid;
  align-items:center;
  gap:12px
}
.rbxsell-purchase-main-top-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:5px
}
.rbxsell-purchase-main-top-title-text {
  color:#fff;
  font-weight:700;
  font-size:32px;
  line-height:38px
}
.rbxsell-purchase-main-top-title-button {
  color:#fff;
  font-weight:400;
  font-size:26px;
  line-height:30px;
  padding:5px 13px;
  border:0;
  border-radius:var(--border-radius);
  background:#993de1;
  transition:.3s
}
.rbxsell-purchase-main-top-title-button:hover {
  opacity:.8
}
.rbxsell-purchase-main-top-title-button:focus {
  outline:0
}
.rbxsell-purchase-main-top-subtitle {
  color:#a8a8a8;
  font-weight:400;
  font-size:16px;
  line-height:24px
}
.rbxsell-purchase-main-top-subtitle a {
  color:var(--primary-color);
  text-decoration:none
}
.rbxsell-purchase-main-loading {
  color:#fff;
  font-weight:400;
  font-size:16px;
  line-height:24px
}
.rbxsell-purchase-main-loading span {
  font-weight:600
}
.rbxsell-purchase-main-find-place {
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:20px;
  overflow-y:auto
}
.rbxsell-purchase-main-find-place-input {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}
.rbxsell-purchase-main-find-place-input-img {
  width:28px;
  height:28px
}
.rbxsell-purchase-main-find-place-input-field {
  width:100%;
  height:56px;
  text-align:center;
  padding:0 15px;
  border:0;
  border-radius:var(--border-radius);
  background:#262626
}
.rbxsell-purchase-main-find-place-input-field::placeholder {
  transition:.3s
}
.rbxsell-purchase-main-find-place-input-field:focus::placeholder {
  opacity:0
}
.rbxsell-purchase-main-find-place-input-field:focus {
  outline:0
}
.rbxsell-purchase-main-find-place-list {
  flex:1 1 auto;
  display:grid;
  align-items:flex-start;
  gap:15px;
  overflow-y:inherit
}
.rbxsell-purchase-main-find-place-list::-webkit-scrollbar {
  width:0
}
.rbxsell-purchase-main-find-place-list-item {
  width:100%;
  height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid transparent;
  border-radius:var(--border-radius);
  background:#151515;
  cursor:pointer;
  transition:.3s
}
.rbxsell-purchase-main-find-place-list-item:hover,
.rbxsell-purchase-main-find-place-list-item.active {
  border:1px solid #993DE1
}
.rbxsell-purchase-main-find-place-list-item-img {
  flex:0 0 auto;
  height:100%;
  border-radius:var(--border-radius) 0 0 var(--border-radius)
}
.rbxsell-purchase-main-find-place-list-item-content {
  flex:1 1 auto;
  text-align:center
}
.rbxsell-purchase-main-find-place-list-item-content-name {
  max-width:390px;
  color:#fff;
  font-weight:600;
  font-size:24px;
  line-height:38px;
  margin:0 auto;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}
.rbxsell-purchase-main-bottom-buttons {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.rbxsell-purchase-main-bottom-buttons>.rbxsell-button {
  width:100%;
  white-space:nowrap
}
.rbxsell-purchase-main-create-pass {
  flex:1 1 auto;
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  gap:26px
}
.rbxsell-purchase-main-payment {
  width:100%;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  gap:20px;
  overflow-y:auto
}
.rbxsell-purchase-main-methods {
  flex:1 1 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:25px;
  overflow-y:inherit
}
.rbxsell-purchase-main-methods::-webkit-scrollbar {
  width:0
}
.rbxsell-purchase-main-methods-item {
  display:flex;
  flex-direction:column;
  position:relative;
  width:100%;
  height:150px;
  cursor:pointer;
  border:1px solid transparent;
  border-radius:20px;
  background:#151515;
  transition:.3s;
  overflow:hidden
}
.rbxsell-purchase-main-methods-item:hover,
.rbxsell-purchase-main-methods-item.active {
  border:1px solid #993DE1
}
.rbxsell-purchase-main-methods-item-title {
  color:#fff;
  font-weight:400;
  font-size:14px;
  line-height:17px;
  text-align:center;
  padding:2.5px 0;
  background:#993de1
}
.rbxsell-purchase-main-methods-item-icon {
  pointer-events:none;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1
}
.rbxsell-purchase-main-form {
  display:flex;
  flex-direction:column;
  grid-gap:40px
}
.rbxsell-purchase-main-form.rbxsell-purchase-verify {
  grid-gap:27px
}
.rbxsell-purchase-main-form__input {
  height:55px;
  color:#fff;
  font-weight:400;
  font-size:18px;
  line-height:22px;
  text-align:center;
  padding:0 15px;
  border:0;
  border-radius:var(--border-radius);
  background:#262626;
  outline:none
}
@media (max-width: 768px) {
  .rbxsell-purchase-content {
    flex-direction:column
  }
  .rbxsell-purchase-left {
    width:100%;
    flex-direction:row;
    justify-content:center;
    padding:20px 0
  }
  .rbxsell-purchase-left-item {
    z-index:1
  }
  .rbxsell-purchase-left-item:after {
    height:100%;
    top:50%;
    left:unset;
    right:0;
    transform:translateY(-50%) rotate(90deg);
    z-index:-1
  }
  .rbxsell-purchase-main {
    width:100%;
    padding:16px
  }
  .rbxsell-purchase-main-find-place-list-item {
    height:80px
  }
  .rbxsell-purchase-main-find-place-list-item-content-name {
    font-size:20px;
    line-height:24px;
    white-space:inherit
  }
  .rbxsell-purchase-view__content-button {
    font-size:12px
  }
  .rbxsell-purchase-main-methods {
    grid-template-columns:repeat(1,1fr)
  }
  .rbxsell-purchase-main-bottom-buttons {
    flex-direction:column;
    gap:20px
  }
}
.rbxsell-purchase-view {
  flex:1 1 auto;
  display:flex;
  border-radius:var(--border-radius);
  background:#171717
}
.rbxsell-purchase-view__sidebar {
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  padding:12px;
  border-radius:var(--border-radius) 0 0 var(--border-radius);
  background:#121212
}
.rbxsell-purchase-view__sidebar-title {
  margin:12px 0 6px;
  color:#989898;
  font-weight:500;
  font-size:12px;
  text-transform:uppercase
}
.rbxsell-purchase-view__sidebar-title:first-child {
  margin-top:0
}
.rbxsell-purchase-view__sidebar-list {
  display:grid;
  gap:4px;
  margin:0;
  padding:0;
  list-style:none
}
.rbxsell-purchase-view__sidebar-sublist {
  display:grid;
  gap:4px;
  margin:0;
  padding:5px 0 0 10px;
  list-style:none
}
.rbxsell-purchase-view__sidebar-item {
  font-size:12px;
  padding:4px
}
.rbxsell-purchase-view__sidebar-subitem {
  font-size:12px;
  padding:4px 8px
}
.rbxsell-purchase-view__sidebar-item.active {
  font-weight:600;
  background:#292d2f
}
.rbxsell-purchase-view__sidebar-subitem.active {
  font-weight:600;
  background:#292d2f;
  border-radius:5px
}
.rbxsell-purchase-view__content {
  flex:1 1 auto;
  display:none;
  flex-direction:column;
  gap:12px;
  padding:20px
}
.rbxsell-purchase-view__content.active {
  display:flex
}
.rbxsell-purchase-view__content-title {
  font-size:20px;
  font-weight:800
}
.rbxsell-purchase-view__content-tabs {
  display:flex;
  align-items:center;
  justify-content:flex-start
}
.rbxsell-purchase-view__content-tab {
  color:#cbcbcb;
  font-size:12px;
  font-weight:600;
  padding:6px 12px;
  text-transform:uppercase
}
.rbxsell-purchase-view__content-tab.active {
  color:#2bb1ff;
  border-bottom:1px solid #2BB1FF
}
.rbxsell-purchase-view__content-button {
  position:relative;
  width:max-content;
  color:#171717;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  text-transform:uppercase;
  padding:8px 22px;
  border-radius:4px;
  background-color:#2bb1ff;
  box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;
  transition:.3s
}
.rbxsell-purchase-view__content-button:hover {
  background:#3c87b3
}
.rbxsell-purchase-view__content-button:focus {
  outline:0
}
.rbxsell-purchase-view__pulse {
  display:none;
  position:absolute;
  top:0;
  left:0;
  width:30px;
  height:30px;
  border:2px solid red;
  border-radius:50%;
  animation:pulse 1.3s linear 0s infinite normal none running
}
.rbxsell-purchase-view__pulse.active {
  display:block
}
.rbxsell-purchase-view-step2__form {
  display:flex;
  flex-direction:column
}
.rbxsell-purchase-view-step2__upload {
  display:flex;
  align-items:flex-start;
  grid-gap:16px;
  margin-bottom:20px
}
.rbxsell-purchase-view-step2__upload-image {
  width:75px;
  height:75px;
  border-radius:8px;
  overflow:hidden
}
.rbxsell-purchase-view-step2__upload-image img {
  width:100%;
  height:100%;
  object-fit:cover
}
.rbxsell-purchase-view-step2__upload-info {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  grid-gap:4px
}
.rbxsell-purchase-view-step2__upload-btn {
  padding:1px 9px;
  color:#ededed;
  font-weight:500;
  font-size:12px;
  line-height:22px;
  text-transform:uppercase;
  border:1px solid rgb(152,152,152);
  border-radius:4px
}
.rbxsell-purchase-view-step2__upload-format {
  padding:0 6px;
  color:#cbcbcb;
  font-size:12px;
  line-height:140%;
  letter-spacing:.15px
}
.rbxsell-purchase-view-step2__lines {
  display:grid;
  grid-gap:16px;
  padding-bottom:28px;
  border-bottom:1px solid rgb(86,86,86)
}
.rbxsell-purchase-view-step2__line {
  position:relative;
  display:grid;
  grid-gap:3px
}
.rbxsell-purchase-view-step2__input {
  position:relative;
  width:100%;
  height:48px;
  padding:18px 12px 6px;
  color:#fff;
  font-size:14px;
  background:#ffffff17;
  border-bottom:1px solid rgba(255,255,255,.42);
  border-radius:4px 4px 0 0
}
.rbxsell-purchase-view-step2__input.rbxsell-purchase-view-step2__input--description {
  height:80px
}
.rbxsell-purchase-view-step2__input-label {
  position:absolute;
  top:14px;
  left:12px;
  color:#cbcbcb;
  font-size:14px
}
.rbxsell-purchase-view-step2__input-label.active {
  top:5px;
  font-size:10px
}
.rbxsell-purchase-view-step2__note {
  padding:0 12px;
  color:#cbcbcb;
  font-size:12px
}
.rbxsell-purchase-view-step2__btns {
  display:flex;
  align-items:center;
  grid-gap:12px;
  padding-top:16px
}
.rbxsell-purchase-view-step2__btn {
  position:relative;
  display:flex;
  align-items:center;
  height:40px;
  padding:8px 22px;
  font-size:14px;
  font-weight:500;
  text-transform:uppercase;
  border-radius:4px
}
.rbxsell-purchase-view-step2__btn.rbxsell-purchase-view-step2__btn--cancel {
  border:1px solid rgb(152,152,152)
}
.rbxsell-purchase-view-step2__btn.rbxsell-purchase-view-step2__btn--create {
  color:#171717;
  background-color:#2bb1ff;
  box-shadow:#0003 0 1px 5px,#00000024 0 2px 2px,#0000001f 0 3px 1px -2px
}
.rbxsell-purchase-view-step2__btn.disabled {
  color:#989898;
  background-color:#3b3b3b
}
.rbxsell-purchase-settings {
  gap:0
}
.rbxsell-purchase-settings__texts {
  display:flex;
  flex-direction:column;
  margin-top:8px
}
.rbxsell-purchase-settings__text {
  color:#cbcbcb;
  line-height:150%;
  font-size:14px
}
.rbxsell-purchase-settings-switch {
  position:relative;
  display:flex;
  align-items:center;
  margin-top:16px;
  font-size:14px;
  line-height:150%
}
.rbxsell-purchase-settings-switch__input {
  position:relative;
  width:34px;
  height:14px;
  margin:0 12px;
  background:#ededed61;
  border-radius:7px
}
.rbxsell-purchase-settings-switch__input input {
  display:none
}
.rbxsell-purchase-settings-switch__input input:checked+.rbxsell-purchase-settings-switch__btn {
  left:calc(100% - 20px);
  background:#2bb1ff
}
.rbxsell-purchase-settings-switch__btn {
  position:absolute;
  top:-3px;
  left:0;
  width:20px;
  height:20px;
  background:#fff;
  border-radius:50%;
  transition:left .3s
}
.rbxsell-purchase-settings__line {
  position:relative;
  max-width:360px;
  margin-top:16px
}
.rbxsell-purchase-settings__input {
  width:100%;
  height:48px;
  padding:25px 0 8px 40px;
  color:#fff;
  font-size:14px;
  background:#ffffff17;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.42);
  border-radius:4px 4px 0 0;
  outline:none
}
.rbxsell-purchase-settings__input-icon {
  position:absolute;
  top:19px;
  left:12px
}
.rbxsell-purchase-settings__input-label {
  position:absolute;
  top:5px;
  left:12px;
  color:#cbcbcb;
  font-size:10px
}
.rbxsell-purchase-settings__percent {
  max-width:360px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:12px;
  padding-bottom:18px;
  color:#cbcbcb;
  line-height:150%;
  font-size:14px;
  border-bottom:1px solid rgb(86,86,86)
}
.rbxsell-purchase-settings__percent-value {
  display:flex;
  align-items:center;
  grid-gap:8px;
  color:#fff
}
@media (max-width: 768px) {
  .rbxsell-purchase-main-find-place,
  .rbxsell-purchase-main-find-place-list {
    height:auto;
    overflow:unset
  }
  .rbxsell-purchase-view__sidebar {
    padding:12px 6px
  }
  .rbxsell-purchase-view__content {
    padding:10px
  }
  .rbxsell-purchase-view__content-title {
    font-size:16px
  }
  .rbxsell-purchase-view__content-tab {
    font-size:10px;
    padding:6px
  }
  .rbxsell-purchase-view-step2__btn {
    height:30px;
    padding:8px 10px;
    font-size:10px
  }
  .rbxsell-purchase-view-step2__btn .rbxsell-purchase-view__pulse {
    top:0!important;
    left:30px!important
  }
}
@keyframes pulse {
  0% {
    transform:scale(1)
  }
  50% {
    transform:scale(1.3)
  }
  to {
    transform:scale(1)
  }
}
.rbxsell-promocode-content {
  width:100%;
  min-width:600px;
  max-width:600px;
  position:relative;
  display:grid;
  align-items:center;
  gap:20px;
  padding:32px;
  border-radius:var(--border-radius);
  background:#1b1b1b
}
.rbxsell-promocode-content-title {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.rbxsell-promocode-content-title-content {
  color:#fff;
  font-weight:700;
  font-size:32px;
  line-height:38px
}
.rbxsell-promocode-content-title-button {
  color:#fff;
  font-weight:400;
  font-size:26px;
  line-height:30px;
  padding:5px 13px;
  border:0;
  border-radius:var(--border-radius);
  background:#993de1;
  transition:.3s
}
.rbxsell-promocode-content-title-button:hover {
  opacity:.8
}
.rbxsell-promocode-content-title-button:focus {
  outline:0
}
.rbxsell-promocode__current {
  width:100%;
  text-align:center;
  padding:20px 0
}
.rbxsell-promocode__current h4 {
  font-weight:600;
  margin-bottom:5px
}
.rbxsell-promocode__current p {
  color:var(--text-secondary-color)
}
.rbxsell-promocode__current b {
  color:var(--primary-color)
}
.rbxsell-promocode__enter {
  display:flex;
  flex-direction:column;
  gap:20px
}
.rbxsell-promocode-content-input {
  height:55px;
  width:100%;
  color:#fff;
  font-weight:400;
  font-size:18px;
  line-height:22px;
  text-align:center;
  padding:0 15px;
  border:0;
  border-radius:var(--border-radius);
  background:#262626
}
.rbxsell-promocode-content-input::placeholder {
  transition:.3s
}
.rbxsell-promocode-content-input:focus::placeholder {
  opacity:0
}
.rbxsell-promocode-content-input:focus {
  outline:0
}
.rbxsell-promocode-content-subtitle {
  color:#fff;
  font-weight:400;
  font-size:16px;
  line-height:24px
}
.rbxsell-promocode-content-subtitle span {
  font-weight:600
}
.rbxsell-promocode-content-social {
  width:max-content;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:6px
}
@media (max-width: 991px) {
  .rbxsell-promocode-content {
    min-width:calc(100% - 10px);
    max-width:calc(100% - 10px)
  }
  .rbxsell-promocode-content-title-content {
    font-size:24px;
    line-height:28px
  }
  .rbxsell-promocode-content-button {
    width:100%
  }
}
.rbxsell-tabs-underline {
  display:flex;
  margin-bottom:20px
}
.rbxsell-tabs-underline__tab {
  color:var(--text-secondary-color);
  border-bottom:1px solid currentColor;
  cursor:pointer;
  flex:1;
  white-space:nowrap;
  text-align:center;
  font-size:14px;
  font-weight:500;
  padding:5px 10px
}
.rbxsell-tabs-underline__tab.active {
  color:var(--primary-color)
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new {
  border-bottom:3px solid #1C1C1D
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab {
  color:var(--text-secondary-color);
  font-size:18px;
  font-weight:500;
  padding:16px 24px;
  border-bottom:none;
  position:relative
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab:after {
  position:absolute;
  content:"";
  display:block;
  height:3px;
  border-radius:3px;
  background:var(--primary-color);
  bottom:-3px;
  left:0;
  right:0;
  opacity:0;
  transition:opacity .3s,color .3s
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab.active:after {
  opacity:1
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab.active {
  color:#fff
}
.rbxsell-bonuses {
  --sections-gap: 80px;
  position:relative;
  width:100%;
  padding:60px 0 40px;
  user-select:none;
  -webkit-user-select:none
}
@media (max-width: 700px) {
  .rbxsell-bonuses {
    --sections-gap: 40px;
    padding-top:20px
  }
}
.rbxsell-bonuses-notauth {
  width:max-content;
  position:absolute;
  top:50%;
  left:50%;
  color:#fff;
  font-weight:600;
  font-size:20px;
  line-height:24px;
  padding:0;
  text-align:center;
  transform:translate(-50%,-50%);
  z-index:1;
  user-select:none;
  -webkit-user-select:none
}
.rbxsell-bonuses-content.notauth {
  pointer-events:none;
  filter:blur(10px)
}
.rbxsell-bonuses-content>h3 {
  font-weight:600;
  font-size:20px;
  line-height:24px;
  color:var(--text-secondary-color);
  margin-bottom:24px
}
.rbxsell-bonuses__section {
  background:#1c1c1d;
  border-radius:12px;
  padding:24px 32px
}
.rbxsell-bonuses__section.rbxsell-bonuses__balance {
  margin-bottom:var(--sections-gap);
  display:flex;
  align-items:center;
  padding-right:48px
}
.rbxsell-bonuses__balance>div>h4 {
  font-weight:500;
  font-size:16px;
  line-height:20px;
  margin-bottom:20px
}
.rbxsell-bonuses__balance>div>div {
  color:#eee;
  font-weight:600;
  font-size:24px;
  line-height:29px;
  display:flex;
  align-items:center;
  gap:8px
}
.rbxsell-bonuses__balance .rbxsell-button {
  margin-left:auto
}
@media (max-width: 700px) {
  .rbxsell-bonuses__section.rbxsell-bonuses__balance {
    flex-direction:column;
    align-items:flex-start
  }
  .rbxsell-bonuses__section.rbxsell-bonuses__balance .rbxsell-button {
    margin-top:20px;
    margin-left:0
  }
}
.rbxsell-bonuses__friends {
  background:#171717;
  padding:32px 40px 40px;
  border-radius:12px;
  margin-bottom:var(--sections-gap)
}
.rbxsell-bonuses__friends>p {
  font-weight:500;
  font-size:14px;
  line-height:17px;
  color:var(--text-secondary-color);
  margin-bottom:20px
}
.rbxsell-bonuses__friends__content {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}
.rbxsell-bonuses__friends__block>h4 {
  font-weight:500;
  font-size:14px;
  line-height:17px;
  color:var(--text-secondary-color);
  margin-bottom:20px
}
.rbxsell-bonuses__friends__block>div {
  display:flex;
  align-items:center
}
.rbxsell-bonuses__friends__block>div>h4 {
  font-weight:600;
  font-size:20px;
  line-height:24px;
  white-space:nowrap
}
.rbxsell-bonuses__friends__block>div>span {
  font-weight:500;
  font-size:14px;
  line-height:17px;
  color:var(--text-secondary-color);
  margin-left:auto
}
.rbxsell-bonuses__promocode {
  grid-column:span 2;
  display:flex;
  align-items:center;
  min-width:0
}
.rbxsell-bonuses__promocode>.rbxsell-button {
  margin-left:auto
}
.rbxsell-bonuses__promocode__title {
  font-weight:500;
  font-size:14px;
  line-height:17px;
  color:var(--text-secondary-color);
  margin-bottom:20px
}
.rbxsell-bonuses__promocode__code {
  display:flex;
  gap:16px;
  align-items:center
}
.rbxsell-bonuses__promocode__code>div {
  font-weight:600;
  font-size:20px;
  line-height:24px;
  text-transform:uppercase;
  overflow:hidden;
  text-overflow:ellipsis
}
.rbxsell-bonuses__promocode__copy {
  background:#242426;
  color:var(--text-secondary-color);
  border-color:#242426
}
.rbxsell-bonuses__promocode__copy:hover {
  background:#2a2a2a;
  border-color:#2a2a2a
}
@media (max-width: 1000px) {
  .rbxsell-bonuses__friends__content {
    grid-template-columns:1fr
  }
  .rbxsell-bonuses__promocode {
    grid-column:span 1
  }
}
@media (max-width: 700px) {
  .rbxsell-bonuses__friends__block>div,
  .rbxsell-bonuses__promocode {
    flex-direction:column;
    align-items:flex-start
  }
  .rbxsell-bonuses__friends__block>div>span,
  .rbxsell-bonuses__promocode>.rbxsell-button {
    margin-top:20px;
    margin-left:0
  }
  .rbxsell-bonuses__friends__content .rbxsell-bonuses__section {
    padding:25px 16px
  }
  .rbxsell-bonuses__friends {
    padding:16px
  }
}
.rbxsell-bonuses__tasks {
  display:grid;
  width:100%;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-bottom:var(--sections-gap)
}
.rbxsell-bonuses__task {
  display:flex;
  gap:20px;
  flex-direction:column;
  align-items:flex-start;
  padding:20px 16px
}
.rbxsell-bonuses__task>h4 {
  width:100%;
  display:flex;
  align-items:center;
  color:var(--text-secondary-color);
  font-weight:500;
  font-size:14px;
  line-height:17px
}
.rbxsell-bonuses__task>h4 b {
  font-size:20px;
  font-weight:700;
  color:#eee;
  margin-left:auto;
  white-space:nowrap
}
.rbxsell-bonuses__task>h4 img {
  margin-left:5px
}
.rbxsell-bonuses__task.completed h4 b {
  color:var(--text-secondary-color)
}
.rbxsell-bonuses__task__link {
  display:flex;
  align-items:center;
  cursor:pointer;
  font-weight:600;
  font-size:14px;
  line-height:20px;
  color:#eee;
  transition:color .3s
}
.rbxsell-bonuses__task.completed .rbxsell-bonuses__task__link img {
  opacity:.6;
  transition:opacity .3s
}
.rbxsell-bonuses__task.completed .rbxsell-bonuses__task__link {
  color:var(--text-secondary-color)
}
.rbxsell-bonuses__task__link img:first-child {
  margin-right:7px
}
@media (max-width: 1200px) {
  .rbxsell-bonuses__tasks {
    grid-template-columns:repeat(2,1fr)
  }
}
@media (max-width: 700px) {
  .rbxsell-bonuses__tasks {
    grid-template-columns:repeat(1,1fr)
  }
}
.rbxsell-bonuses__info {
  display:grid;
  width:100%;
  grid-template-columns:1fr 1fr 1fr;
  gap:20px;
  margin-bottom:20px
}
.rbxsell-bonuses__info.loading {
  opacity:.5
}
.rbxsell-bonuses__info__item>h4 {
  font-weight:500;
  font-size:16px;
  margin-bottom:20px;
  color:var(--text-secondary-color)
}
.rbxsell-bonuses__info__item>div {
  font-weight:600;
  font-size:24px;
  line-height:29px;
  display:flex;
  align-items:center;
  gap:8px
}
.rbxsell-bonuses .rbxsell-tabs-underline.rbxsell-tabs-underline--new {
  margin-top:-15px;
  margin-bottom:20px
}
.rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab {
  flex:0
}
@media (max-width: 700px) {
  .rbxsell-bonuses__info {
    grid-template-columns:1fr
  }
  .rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab {
    font-size:14px;
    line-height:17px
  }
}
@media (max-width: 550px) {
  .rbxsell-tabs-underline.rbxsell-tabs-underline--new {
    justify-content:space-between
  }
  .rbxsell-tabs-underline.rbxsell-tabs-underline--new .rbxsell-tabs-underline__tab {
    padding:12px 0;
    text-align:center
  }
}
