.bold {
  font-weight: 600;
  text-shadow: none;
}

.desc-b {
  color: #5699af;
}

.desc-c {
  color: darkorange;
}

.desc-d {
  color: purple;
}

.desc-e {
  font-weight: bold;
}

.desc-r {
  color: red; /* Used in quest dialogs and some items with warnings / dangerous */
}

.desc-g {
  color: green;
}

.desc-k {
  color: black; /* Nexon'd tag, but still need to add it so it's replaced. Used in some custom dialogs */
}

.content {
  margin-top: 115px;
}

.card-body {
  padding: 10px;
}

.item-result {
  padding: 8px 6px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.25s ease-in-out;
  border-radius: 6px;
  max-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  background: transparent;
}

.item-result:hover {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  transition: all 0.25s ease-in-out;
}

.character, .character-big {
  opacity: 0;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  transition: all 0.25s ease-in-out;
}

.normalSize {
  transform: scale(1) !important;
  transition: all 0.25s ease-in-out;
}

.funSize {
  transform: scale(3) !important;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
}

.clear-button .tip {
  margin-top: 6px;
  transition: all 0.25s ease-in-out;
  float: right;
}

.clear-button .tip:hover {
  color: red;
  transition: all 0.25s ease-in-out;
}

.character-stage {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.bg-alternate {
  border-left: 4px solid #32608b !important;
  color: #32608b;
}

.sticky-preferences-header {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  z-index: 3;
}

.sticky-preferences-box {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 4;
}

#itemList {
  padding: 14px 6px 6px 6px;
  overflow-y: scroll;
  max-height: 530px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 60px 0 20px 0;
  z-index: 2000;
  position: relative;
  width: 100%;
}

#itemList .character-list li {
  padding-left: 0;
}

@media (max-width: 768px) {
  #itemList {
    max-height: 330px;
  }
  .character-stage {
    -webkit-backface-visibility: hidden;
  }
}
.character-stage {
  height: calc(100vh - 200px);
}

@media (max-width: 768px) {
  header {
    z-index: 99999;
  }
  .character-render {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    padding: 10px 0px;
  }
  .character-stage {
    position: fixed;
    height: inherit;
    top: 0px !important;
  }
  #itemList {
    margin: 0px;
    max-height: 216px;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 48px;
    background: #FFF;
    width: inherit;
    z-index: 10000;
    padding: 14px 6px 6px 6px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .order-1 {
    z-index: 9999;
  }
  .order-2 {
    margin-top: 160px;
  }
  .funSize, .normalSize {
    transform-origin: bottom;
  }
}
