.sell-item-page .page-content {
  padding-top: 0;
}

.sell-item-page h3 {
  text-align: center;
  text-transform: uppercase;
  color: #fbc430;
  margin: 45px 0 25px;
}

.items-to-sell-table td {
  padding-left: 40px;
}

.items-to-sell-table td:last-child {
  padding-left: 60px;
  color: #fbc430;
}

.items-to-sell-table .remove-btn {
  display: inline;
  position: absolute;
  right: 40px;
  color: #889cad;
  text-decoration: underline;
}

.sell-item-page .extended-btn {
  margin: 75px auto 40px;
}

.item-to-sell-table tbody tr {
  background: #15252e;
  border: 1px solid #223642;
  height: 80px;
}

.item-to-sell-table td {
  border: none;
}

.item-to-sell-table tbody td:last-child {
  padding: 0;
}

.item-to-sell-table tbody td:first-child span {
  display: inline;
  color: #ff0000;
}

.item-to-sell-table input {
  padding: 0 35px;
  width: 100%;
  background: #0e161d;
  color: #fbc430;
  -moz-appearance: textfield;
}

.item-to-sell-table .custom-select {
  width: 100%;
}

.item-to-sell-table .select-selected {
  padding: 0 35px;
  height: 60px;
  border: none;
}

.item-to-sell-table .select-selected:after {
  width: 60px;
  height: 60px;
}

.sell-item-page .items-grid {
  width: calc(8 * 32px);
  height: calc(15 * 32px);
  margin: 0 auto;
}

.sell-item-page .items-grid .item-1 {
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.sell-item-page .items-grid .item-2 {
  width: 64px;
  height: 64px;
  top: 0;
  left: 64px;
}

.sell-item-page .item-tooltip {
  width: 470px;
  padding: 40px;
  background: rgba(14, 22, 29, 0.9);
  text-align: center;
}

.sell-item-page .item-tooltip .item-name {
  text-transform: uppercase;
  color: #fbc430;
  margin: 0;
}

.sell-item-page .item-tooltip .durability {
  color: #00fffc;
  margin: 25px 0;
}

.sell-item-page .abilities {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sell-item-page .abilities li {
  display: flex;
  align-items: center;
  background: #238775;
  height: 18px;
  padding-left: 12px;
  color: #fff;
  font-size: 12px;
}

.sell-item-page .item-tooltip .info {
  color: #889cad;
  font-size: 14px;
  margin-top: 20px;
  line-height: 20px;
}