.workshop-page .container {
  padding-top: 110px;
}

.workshop-page .workshop-content > div {
  width: calc(33% - 33px);
  background: #121c25;
  position: relative;
  height: fit-content;
  min-height: 800px;
}

.workshop-page .workshop-content .block {
  padding: 20px;
}

.workshop-page .with-separator {
  border-bottom: 1px solid #2a333b;
}

.workshop-page .workshop-block-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #426e94, #21394e);
  box-shadow: inset 0 0 20px 0 #000;
}

.workshop-page .workshop-block-title h3 {
  color: #00fffc;
  letter-spacing: 2px;
}

.workshop-page .workshop-content .block h3 {
  text-transform: uppercase;
  color: #fbc430;
  margin-bottom: 30px;
}

.workshop-page .workshop-content nav ul,
.workshop-page .select-coin {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.workshop-page .workshop-content li,
.workshop-page .select-coin label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: #13232f;
  padding: 0 25px;
  font-size: 16px;
  transition: 0.3s;
}

.workshop-page .workshop-content nav li.active,
.workshop-page .workshop-content nav li:hover,
.workshop-page .select-coin input:checked + label,
.workshop-page .select-coin label:hover {
  position: relative;
  z-index: 1;
  box-shadow: inset 0 0 5px 2px rgba(106, 191, 255, 0.5),
          0 0 20px 0 rgba(95, 223, 225, 0.23);
}

.workshop-page .workshop-content nav li span:last-of-type,
.workshop-page .select-coin label span:last-of-type {
  color: #889cad;
}

.workshop-page .select-coin input {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.workshop-page .inventory-block .block {
  display: flex;
  justify-content: center;
  padding-top: 62px;
  padding-bottom: 80px;
}

.workshop-page .inventory-block .block.with-separator {
  padding-top: 80px;
  padding-bottom: 60px;
}

.workshop-page .inventory-items {
  position: relative;
  width: 275px;
  height: 206px;
  background: url("../images/inventory-items-bg.jpg") center no-repeat;
}

.inventory-content {
  height: 100%;
}

.morpheus-inventory {
  height: calc(100% - 75px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}

.morpheus-inventory:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #2a333b;
  top: calc(50% + 10px);
  left: 0;
}

.morpheus-inventory-equipments {
  position: relative;
  width: 275px;
  height: 206px;
  background: url("../images/inventory-items-bg.jpg") center no-repeat;
  margin-bottom: 115px;
}

.morpheus-inventory-equipments .item-mapping {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.morpheus-inventory-equipments .item-mapping.active,
.morpheus-inventory-equipments .item-mapping:hover {
  border: 1px solid rgb(106, 191, 255);
  box-shadow: inset 0 0 7px 0 rgb(106, 191, 255);
}

.morpheus-inventory-equipments .item-mapping img {
  max-width: 120px !important;
  /* width: 140px !important; */
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}

.morpheus-inventory-equipments .item0,
.morpheus-inventory-equipments .item1,
.morpheus-inventory-equipments .item3 {
  width: 56px;
  height: 82px;
}

.morpheus-inventory-equipments .item2,
.morpheus-inventory-equipments .item4,
.morpheus-inventory-equipments .item5,
.morpheus-inventory-equipments .item6,
.morpheus-inventory-equipments .item8 {
  width: 56px;
  height: 56px;
}

.morpheus-inventory-equipments .item9,
.morpheus-inventory-equipments .item10,
.morpheus-inventory-equipments .item11,
.morpheus-inventory-equipments .item12,
.morpheus-inventory-equipments .item13 {
  width: 37px;
  height: 37px;
}

.morpheus-inventory-equipments .item0 {
  top: 62px;
  left: 0;
}

.morpheus-inventory-equipments .item0 img {
  max-width: 165px !important;
}

.morpheus-inventory-equipments .item1 {
  top: 62px;
  right: 0;
}

.morpheus-inventory-equipments .item2 {
  top: 0;
  right: calc(50% - 29px);
}

.morpheus-inventory-equipments .item3 {
  top: 62px;
  left: calc(50% - 27px);
}

.morpheus-inventory-equipments .item4 {
  bottom: 0;
  left: calc(50% - 27px);
}

.morpheus-inventory-equipments .item5 {
  bottom: 0;
  left: 0;
}

.morpheus-inventory-equipments .item6 {
  bottom: 0;
  right: 0;
}

.morpheus-inventory-equipments .item7 {
  top: 0;
  right: 0;
  width: 93px;
  height: 56px;
}

.morpheus-inventory-equipments .item8 {
  top: 0;
  left: 0;
}

.morpheus-inventory-equipments .item8 img {
  max-width: 45px !important;
}

.morpheus-inventory-equipments .item9 {
  left: 64px;
  top: 20px;
}

.morpheus-inventory-equipments .item9 img {
  max-width: 45px !important;
}

.morpheus-inventory-equipments .item10 {
  left: 64px;
  bottom: 0;
}

.morpheus-inventory-equipments .item10 img {
  max-width: 45px !important;
}

.morpheus-inventory-equipments .item11 {
  right: 63px;
  bottom: 0;
}

.morpheus-inventory-equipments .item11 img {
 max-width: 45px !important;
 
}
.morpheus-inventory-equipments .item12 {
  left: 64px;
  top: 19px;
}

.morpheus-inventory-equipments .item13 {
  right: 63px;
  top: 96px;
}

.morpheus-inventory-items,
.morpheus-warehouse-v {
  width: calc(8 * 32px);
  height: calc(15 * 32px);
  position: relative;
  background: url("../images/cell_1.jpg") repeat;
}
.morpheus-inventory-items,
.morpheus-warehouse {
  width: calc(8 * 32px);
  height: calc(8 * 32px);
  position: relative;
  background: url("../images/cell_1.jpg") repeat;
}

.morpheus-inventory-items .item,
.morpheus-warehouse .item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/cell_2.jpg") repeat;
  transition: 0.3s;
}

.morpheus-inventory-items .item.active,
.morpheus-warehouse .item.active {
  border: 1px solid rgb(106, 191, 255);
  box-shadow: inset 0 0 7px 0 rgb(106, 191, 255);
}

.morpheus-inventory-items .stack,
.morpheus-warehouse .stack {
  position: absolute;
  bottom: 10px;
  right: 7px;
  margin: 0px auto;
  color: #fff;
  z-index: 2;
  background: rgba(0, 0, 0, 0.775);
  padding: 4px;
  font-size: 9px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.3s;
}

.morpheus-inventory-items .item:hover .stack,
.morpheus-warehouse .item:hover .stack {
  color: #007aff;
}

.morpheus-inventory-items .item img,
.morpheus-warehouse .item img {
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.workshop-page .items-character-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.workshop-page .items-character-list li {
  padding-right: 0;
}

.workshop-page .items-character-list .value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  background: #1f2e3a;
  font-size: 20px;
  color: #fbc430;
  margin-left: auto;
}

.workshop-page .select-selected {
  height: 45px;
  padding: 0 20px;
  font-size: 12px;
  text-transform: none;
  color: #fff !important;
  border: none;
}

.workshop-page .select-selected:after {
  height: 44px;
  width: 44px;
  background: #121922 url("../images/select-arrow.png") center no-repeat;
  transform: none;
}

.form-item-with-flag input {
  display: none;
}

.form-item-with-flag span:first-of-type {
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  text-overflow: ellipsis;
}

.workshop-select-block {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 0px;
}

.workshop-select-block label {
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.workshop-select-block .custom-select {
  max-width: 180px;
}

.form-item-with-flag .sign {
  min-width: 50px;
  width: 50px;
  height: 100%;
  background-color: #0d656d;
  background-image: url("../images/workshop-signs.png");
  background-position: center 14px;
  background-repeat: no-repeat;
  border: 1px solid #153046;
}

.items-options-list .form-item-with-flag .sign {
  background-position: center 5px;
}

.form-item-with-flag.active .sign {
  background-color: #5a656e;
  background-image: url("../images/workshop-signs.png");
  background-position: center;
  background-repeat: no-repeat;
}

.form-item-with-flag.active .sign-checkmark {
  background-image: url("../images/workshop-signs.png");
  background-position: center -74px;
  background-repeat: no-repeat;
}

#luck-block {
  display: none;
}

#luck-block.active {
  display: block;
}

.workshop-page .list-title {
  background: #13232f;
  height: 55px;
  padding-left: 25px;
  font-size: 16px;
}

.workshop-page .items-options-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 3px;
}

.workshop-page .items-options-list li {
  height: 45px;
  background: #0d1018;
  padding-right: 0;
}

.workshop-page .items-options-list li span {
  text-shadow: 0 0 20px #82e700;
}

.workshop-page .items-options-list li.active {
  box-shadow: inset 0 0 5px 2px rgba(106, 191, 255, 0.5);
}

.workshop-page .items-options-list li.active {
  color: #82e700;
}

.workshop-page .photos {
  margin-bottom: 30px;
}

.workshop-content.only-inventory {
  width: 400px;
}

.workshop-content.only-inventory .inventory-block {
  width: 100%;
}

.workshop-page .workshop-form {
  flex-grow: 1;
  margin-left: 50px;
}

.workshop-form .styled-form-block {
  height: 80px;
  align-items: center;
}

.workshop-form .label {
  padding: 0;
}

.workshop-form .checkbox-wrap {
  margin-right: 10px;
}

.workshop-form .styled-form-block:not(.fullWidth) {
  padding-left: 40px;
}

.workshop-form .custom-select {
  width: 230px;
  min-width: 230px;
}

.workshop-form .fullWidth > * {
  width: 100%;
  min-width: 100%;
}

.workshop-page .workshop-content .characters-block {
  padding: 0;
  padding-top: 35px;
}

.workshop-page .characters-block h3 {
  padding: 0 35px;
}

.workshop-page .characters-nav {
  padding: 35px;
  padding-top: 0;
  height: 580px;
  overflow-y: auto;
}

.workshop-page .custom-select {
  width: 100%;
}

.workshop-page .select-items div {
  height: 55px;
  padding: 0px 26px;
  font-size: 12px;
}

.workshop-page .scroll-block {
  overflow-y: auto;
  max-height: 720px;
}

.morpheus-inventory-items .item a .image {
  width: auto\9;
  vertical-align: middle;
}

.morpheus-inventory-items .item a .image img[style] {
position: relative !important;
width: auto\9;

}

.morpheus-inventory-items .item a .image img {
  width: auto\9;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
