.warning_image {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 10px;
}
.warning_text {
  text-align: center;
}
.ad_container_header {
  width: 100%;
  padding: 0;
  margin-top: 55px;
  margin-bottom: 5px;
  text-align: center;
}
#nn_skinl,
#nn_skinr {
  position: fixed;
  left: 50%;
  margin-left: -850px;
  top: 150px;
}
#nn_skinr {
  margin-left: 550px;
  top: 150px;
}
.ai_image_float {
  float: right;
}
.ai_image {
  width: 100%;
}
.ai_source {
  text-transform: uppercase;
  font-weight: 700;
}
.ai_source_span {
  margin-left: 5px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.ai_currency_cost {
  display: inline;
  font-weight: 700;
}
.ai_currency_image {
  width: 40px;
}
.ai_display_container {
  display: flow-root;
  border-left: 5px solid #ffe900;
  padding: 5px;
  margin: 5px;
  margin-bottom: 20px;
}
.ai_type {
  color: #bbb;
  text-transform: uppercase;
  font-weight: 700;
}
.ai_name {
  font-weight: 700;
  text-transform: uppercase;
}
.ai_section_label {
  display: inline-block;
  padding: 0 10px;
  margin-top: -28px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}
.ai_section {
  display: flow-root;
  border: #80808055 solid 2px;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 10px 5px 10px;
}
.ai_stat_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai_stat_text {
  text-transform: uppercase;
  font-weight: 700;
}
.ai_passive_image {
  display: inline-block;
  width: 30px;
  margin: 5px;
}
.ai_passive_name {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
.ai_passive_text {
  margin: 0 5px;
}
.ai_armory_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-auto-rows: min-content;
  grid-gap: 10px;
  margin: 10px 0;
}
.armory_tabs {
  margin-top: 5px;
}
.armory_panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-auto-rows: min-content;
  grid-gap: 10px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .armory_panel {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .armory_panel {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.armory_item_container,
.armory_item_container_base {
  position: relative;
  width: 100%;
  border: 2px solid gray;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.armory_item_container:hover {
  border: 2px solid #ffe900;
}
.armory_item_image {
  width: 100%;
}

.site-container {
  min-height: 100vh;
  width: 100%;
}

.full-height {
  min-height: 100vh;
}

.currency_container {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  background: #00000088;
}
.currency_item {
  display: flex;
  justify-content: center;
  margin: 5px 0;
}
.currency_cost {
  margin: 0 5px;
  font-weight: 700;
  color: #fff;
  align-self: center;
}
.currency_image {
  width: 30px;
  height: 30px;
}
.armory_item_name {
  position: absolute;
  color: #fff;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-weight: 700;
  background-color: #00000088;
  border-radius: 5px;
  padding: 5px;
}
.nav-link {
  cursor: pointer;
}
.nav-pills .nav-link.active {
  color: #000 !important;
  background-color: #ffe900;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-link {
  font-weight: 700;
  text-transform: uppercase;
}
.dropdown-toggle {
  white-space: nowrap;
}
@media all and (min-width: 0px) {
  .dropdown-menu {
    border: none;
    margin-top: -8px;
  }
}
@media all and (min-width: 768px) {
  .dropdown-menu {
    border: 2px solid #555;
    border-top: none;
    margin-top: 8px;
    border-radius: 0 0 10px 10px;
  }
}
.i_display_container {
  display: grid;
  grid-gap: 10px;
  width: 100%;
  margin: 5px;
}
.i_image_container {
  width: 200px;
  margin: auto;
}
@media all and (min-width: 0px) {
  .i_display_container {
    grid-template-rows: auto auto;
  }
}
@media all and (min-width: 768px) {
  .i_display_container {
    grid-template-columns: auto 1fr;
  }
}
.i_display {
  position: relative;
  border-left: 5px solid #ffe900;
  padding-left: 10px;
}
.i_type {
  text-transform: uppercase;
  opacity: 0.75;
  font-weight: 700;
}
.i_name {
  font-weight: 700;
}
.i_source_label {
  font-weight: 700;
  font-size: 20px;
}
.i_source_text {
  margin-left: 5px;
  font-style: italic;
}
.i_stat_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media all and (min-width: 768px) {
  .i_stat_grid {
    grid-template-columns: 1fr 1fr;
  }
}
.i_section {
  border: #555 solid 2px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
}
.i_section_label {
  background: #000;
  display: inline-block;
  padding: 0 10px;
  margin-top: -28px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}
.i_stat_container {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 10px;
  padding: 5px;
}
.i_trait_container {
  padding: 5px;
}
.i_stat_text {
  text-transform: uppercase;
  font-weight: 700;
}
.dropdown-menu {
  background-color: #343a40;
}
.dropdown-item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.dropdown-item.active,
.dropdown-item:hover {
  background-color: transparent;
  color: #fff !important;
}

.ap_item {
  display: flex;
  justify-content: left;
  margin: 5px 0;
}
.ap_image {
  margin: auto 5px;
  width: 30px;
  height: 30px;
}
.ap_name {
  margin: 0;
  font-weight: 700;
  color: #fff;
  align-self: center;
  text-transform: uppercase;
}
.ap_buff {
  margin: 5px;
}
.item_container {
  position: relative;
  width: 100%;
  border: 2px solid #888;
  background: #333;
}
.item_container:hover {
  border: 2px solid #ffe900;
  background: #555;
}
.item_container.premium {
  border: 2px solid #7dbcc3;
  background: linear-gradient(45deg, #006c81 0, #102d35 100%);
}
.item_container.premium:hover {
  border: 2px solid #ffe900;
  background: linear-gradient(45deg, #00819d 0, #004147 100%);
}
.item_container.datamined {
  border: 2px solid #ee7272;
  background: linear-gradient(45deg, #a31818 0, #360000 100%);
}
.item_container.datamined:hover {
  border: 2px solid #ffe900;
  background: linear-gradient(45deg, #ee7272 0, #6d0202 100%);
}
.item_image_container {
  height: 100%;
  text-align: center;
  align-content: center;
}
.item_image {
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
}
.superstore_bar {
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: repeating-linear-gradient(
    135deg,
    #888,
    #888 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.item_container.superstore:hover .superstore_bar {
  background: repeating-linear-gradient(
    135deg,
    #eee,
    #eee 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.premium_bar {
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: repeating-linear-gradient(
    135deg,
    #7cb7be,
    #7cb7be 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.item_container.premium:hover .premium_bar {
  background: repeating-linear-gradient(
    135deg,
    #a9faff,
    #a9faff 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.datamined_bar {
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: repeating-linear-gradient(
    135deg,
    #ee7272,
    #ee7272 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.item_container.datamined:hover .datamined_bar {
  background: repeating-linear-gradient(
    135deg,
    #ffb9b9,
    #ffb9b9 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.twitch_bar {
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: repeating-linear-gradient(
    135deg,
    #9146ff,
    #9146ff 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.item_container.twitch:hover .twitch_bar {
  background: repeating-linear-gradient(
    135deg,
    #aa72ff,
    #aa72ff 5%,
    rgba(0, 0, 0, 0) 5%,
    rgba(0, 0, 0, 0) 10%
  );
}
.item_name {
  position: absolute;
  color: #fff;
  bottom: 5px;
  left: 5px;
  right: 5px;
  font-weight: 700;
  background-color: #000000cc;
  padding: 5px;
  word-break: break-word;
}
.navbarLogo {
  position: absolute;
  padding: 5px;
  top: 3px;
  left: 3px;
  height: 50px;
  width: 50px;
}
body {
  background: #000;
  color: #fff;
}
.page_footer {
  padding-top: 20px;
  padding-bottom: 100px;
}
.footer_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
}
.disclaimer {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.navbar-nav .active {
  text-transform: uppercase;
  font-weight: 700;
}
a {
  color: #ffe900;
}
.img {
  width: 100%;
  height: 100%;
}
.disable-dbl-tap-zoom {
  touch-action: manipulation;
}
.volume_container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.volume_grid {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin: 5px 0;
  color: #ffe900;
}
.start_text_container {
  position: relative;
  height: 100%;
}
.start_text_center {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.game_name {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.start_text {
  text-align: center;
  font-size: 18px;
  color: #ff0;
  font-weight: 700;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
}
@media (min-width: 576px) {
  .game_name {
    font-size: 40px;
  }
  .start_text {
    font-size: 22px;
  }
}
.go_mobile_ui_container,
.start_mobile_ui_container {
  position: relative;
  top: -110px;
  min-height: 100px;
  padding: 10px;
}
.mobile_restart_button,
.mobile_start_button {
  height: 100%;
  width: 100%;
  font-size: 45px;
  background: #ffe80a;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  border: 2px solid #fff;
  text-align: center;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.ready_text_container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.round_title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
  text-transform: uppercase;
}
.round_text {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.round_count {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #ff0;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
}
.ready_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
  text-transform: uppercase;
}
.ro_text_container {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.ro_grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px;
  align-items: center;
  margin: 10px;
}
.ro_perfect_bonus_text,
.ro_round_bonus_text,
.ro_time_bonus_text,
.ro_total_score_text {
  font-size: 30px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.ro_perfect_bonus,
.ro_round_bonus,
.ro_time_bonus,
.ro_total_score {
  font-size: 26px;
  font-weight: 700;
  color: #ff0;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
  text-align: end;
}
.go_container {
  height: 100%;
}
.go_header_text {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.go_high_scores_text {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.go_hs_grid {
  display: grid;
  grid-template-columns: auto auto;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.go_final_score_text {
  margin-top: 12%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.go_player_score {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
  color: #ff0;
}
.go_restart_text {
  text-align: center;
  font-size: 15px;
  color: #ff0;
  font-weight: 700;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
}
@media all and (min-width: 414px) {
  .go_header_text {
    font-size: 40px;
  }
  .go_high_scores_text {
    font-size: 20px;
  }
  .go_hs_grid {
    font-size: 20px;
  }
  .go_final_score_text {
    font-size: 30px;
  }
  .go_player_score {
    font-size: 30px;
  }
  .go_restart_text {
    font-size: 15px;
  }
}
.sh_stratagem_data_category {
  display: inline-flex;
  width: 100%;
  align-items: end;
  overflow: hidden;
}
.game_container {
  display: grid;
  grid-template-columns: minmax(0, auto);
  grid-template-rows: 1fr minmax(0, 150px);
  height: 100%;
}
.stratagem_round_info_grid_container {
  position: absolute;
  width: 100%;
}
.stratagem_round_info_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.info_round_text,
.info_score_text {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.info_round_number,
.info_score_number {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 0, 0.9) 0 0 14px;
  color: #ff0;
}
.stratagem_display {
  position: relative;
  height: 100%;
}
.stratagem_display_container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sh_stratagem_item {
  width: 32px;
  min-width: 32px;
}
.sh_stratagem_item:first-child {
  width: 90px;
  min-width: 90px;
}
.sh_stratagem_icon {
  width: 100%;
}
.sh_stratagem_hero_banner {
  height: 80px;
  width: 100%;
  background-image: url(/images/ui/stratagem_hero.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid gray;
  border-radius: 10px 10px 0 0;
  margin-bottom: -2px;
  margin-top: 10px;
}
.stratagem_list {
  display: flex;
  align-items: end;
  overflow: hidden;
  margin-top: 10px;
  gap: 10px;
  padding-left: calc(50% - 45px);
}
.active_stratagem_name {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.9) 0 0 14px;
}
.sh_stratagem_arrow {
  width: 40px;
  opacity: 50%;
}
.sh_stratagem_arrow_correct {
  opacity: 100%;
}
.sh_arrow {
  width: 100%;
}
.active_stratagem_sequence {
  width: 100%;
  height: 40px;
}
.stratagem_sequence_list_item {
  display: none;
}
.stratagem_sequence_list_item:first-child {
  display: flex;
  justify-content: center;
}
.stratagem_timer {
  height: 25px;
  background-color: gray;
  margin: 10px;
  padding: 0;
  border: 1px solid #fff;
}
.stratagem_time_left {
  height: 100%;
  width: 100%;
  background-color: #ffe80a;
}
.stratagem_time_left_warning {
  background-color: red;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@media all and (min-width: 414px) {
  .stratagem_list {
    padding-left: calc(50% - 64px);
  }
  .sh_stratagem_item:first-child {
    width: 128px;
    min-width: 128px;
  }
  .sh_stratagem_item {
    width: 64px;
    min-width: 64px;
  }
  .active_stratagem_sequence {
    height: 50px;
  }
  .sh_stratagem_arrow {
    width: 50px;
  }
  .stratagem_timer {
    height: 40px;
  }
}
@media all and (min-width: 768px) {
  .stratagem_list {
    padding-left: calc(50% - 90px);
  }
  .sh_stratagem_item:first-child {
    width: 180px;
    min-width: 180px;
  }
  .sh_stratagem_item {
    width: 75px;
    min-width: 75px;
  }
  .active_stratagem_name {
    font-size: 24px;
  }
  .info_round_number,
  .info_round_text,
  .info_score_number,
  .info_score_text {
    font-size: 26px;
  }
  .active_stratagem_sequence {
    height: 50px;
  }
  .sh_stratagem_arrow {
    width: 50px;
  }
  .stratagem_timer {
    height: 45px;
  }
}
@media all and (min-width: 992px) {
  .stratagem_list {
    padding-left: calc(50% - 100px);
  }
  .sh_stratagem_item:first-child {
    width: 200px;
    min-width: 200px;
  }
  .sh_stratagem_item {
    width: 80px;
    min-width: 80px;
  }
  .active_stratagem_name {
    font-size: 28px;
  }
  .info_round_number,
  .info_round_text,
  .info_score_number,
  .info_score_text {
    font-size: 30px;
  }
  .active_stratagem_sequence {
    height: 55px;
  }
  .sh_stratagem_arrow {
    width: 55px;
  }
  .stratagem_timer {
    height: 45px;
  }
}
@media all and (min-width: 1200px) {
  .stratagem_list {
    padding-left: calc(50% - 120px);
  }
  .sh_stratagem_item:first-child {
    width: 240px;
    min-width: 240px;
  }
  .sh_stratagem_item {
    width: 100px;
    min-width: 100px;
  }
  .active_stratagem_name {
    font-size: 32px;
  }
  .info_round_number,
  .info_round_text,
  .info_score_number,
  .info_score_text {
    font-size: 30px;
  }
  .active_stratagem_sequence {
    height: 60px;
  }
  .sh_stratagem_arrow {
    width: 60px;
  }
  .stratagem_timer {
    height: 48px;
  }
}
.game_screen {
  overflow: hidden;
  width: 100%;
  height: calc(100dvh - 61px - 88px - 20px - 50px);
  background-color: #333;
  position: relative;
  border: 2px solid gray;
  border-radius: 0 0 10px 10px;
  background-image: url(/images/ui/super_earth.webp);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
@media (min-width: 768px) {
  .game_screen {
    height: calc(100dvh - 61px - 88px - 20px - 90px);
  }
}
.game_ad_img {
  width: 100%;
}
.game_screen_game,
.game_screen_game_over,
.game_screen_round_over,
.game_screen_round_starting,
.game_screen_start {
  position: relative;
  height: 100%;
}
.game_top_bar {
  position: relative;
  width: 100%;
  height: 40px;
  min-height: 30px;
  border-bottom: 5px solid #fff;
}
.game_screen_contents {
  height: calc(100% - 80px);
}
.game_bottom_bar {
  width: 100%;
  height: 40px;
  min-height: 30px;
  border-top: 5px solid #fff;
}
.gamepad_container {
  height: 150px;
  min-height: 150px;
}
.gamepad {
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
  grid-gap: 5px;
  padding: 5px;
  height: 100%;
}
.ui_key {
  background-color: #ffe80aaa;
  border-radius: 10px;
  border: 2px solid #000;
  padding: 10px;
}
.ui_key_arrow_u {
  background-image: url(/images/ui/arrows/U.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.ui_key_arrow_l {
  background-image: url(/images/ui/arrows/L.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.ui_key_arrow_d {
  background-image: url(/images/ui/arrows/D.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.ui_key_arrow_r {
  background-image: url(/images/ui/arrows/R.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.sh2_category_container {
  width: 100%;
  border-right: 0;
  margin: 5px;
  padding: 5px;
}
.sh2_category_name {
  font-weight: 700;
  font-size: large;
  text-transform: uppercase;
  text-align: center;
  border-bottom: gray solid 3px;
}
.sh2_stratagem_container {
  border: gray solid 2px;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 6px;
  background: #343a40;
}
.sh2_stratagem_container:hover {
  border: #ff0 solid 2px;
}
.sh2_stratagem_header {
  border-left: #ff0 solid 4px;
  padding-left: 5px;
  margin: 5px;
  overflow: hidden;
}
.sh2_stratagem_content {
  width: 100%;
  margin-bottom: -10px;
}
.sh2_stratagem_image {
  width: 50px;
  margin-right: 5px;
  float: left;
}
.sh2_stratagem_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: large;
  padding-left: 55px;
  min-height: 50px;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
}
.sh2_stratagem_description {
  margin-top: 5px;
}
.sh2_section_label {
  display: inline-block;
  padding: 0 10px;
  margin-top: -12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  background: #343a40;
  position: absolute;
}
.sh2_section {
  border: #80808055 solid 2px;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 5px 5px 5px;
}
.sh2_section_unlock_reqs {
  border-radius: 5px;
  margin-top: -5px;
  margin-bottom: 15px;
  padding: 10px 5px 7px 5px;
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 10px,
    rgba(0, 0, 0, 0.3) 10px,
    rgba(0, 0, 0, 0.3) 20px
  );
}
.sh2_sequence_arrow {
  width: 26px;
}
.sh2_stat_grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0 8px;
}
.sh2_stat_label {
  text-transform: uppercase;
  font-weight: 600;
}
.sh2_stat_grid_col1 {
  grid-column: 2;
  text-align: end;
  font-weight: 700;
}
.sh2_trait_label {
  text-transform: uppercase;
  font-weight: 500;
}
.sh2_currency_icon {
  width: 25px;
  margin-top: -4px;
}
.sh2_level_label {
  grid-column: 2;
  text-align: end;
  font-weight: 700;
  color: #ff0;
}
.sh2_price_label {
  display: inline-block;
  color: #fcff5d;
}
.ss_warning_title {
  font-weight: 700;
  text-transform: uppercase;
}
.ss_warning {
  background: #ff696188;
  text-align: center;
}
.ss_warning_text {
  color: #fff;
}
.ss_keyword {
  color: #ff0;
  font-weight: 700;
}
.ss_time_icon {
  width: 30px;
}
.ss_currency {
  width: 30px;
}
.ss_armor_passive_image {
  width: 50px;
}
.superstore_shop_container {
  margin: 5px;
}
.superstore_header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.superstore_button_header {
  display: flex;
  justify-content: space-between;
  margin: 5px;
}
.superstore_button {
  padding: 6px 10px;
  font-weight: 700;
  background: #ffe900;
  border-radius: 5px;
  text-transform: uppercase;
}
.superstore_button a {
  color: #000;
  text-decoration: none;
}
.superstore_header {
  text-align: center;
  margin-bottom: 10px;
  background-color: #343a40;
  padding: 5px;
  border: 2px solid gray;
  font-weight: 700;
}
.ss_review_container {
  background: repeating-linear-gradient(
    45deg,
    rgba(128, 128, 128, 0.2),
    rgba(128, 128, 128, 0.2) 10px,
    rgba(0, 0, 0, 0.3) 10px,
    rgba(0, 0, 0, 0.3) 20px
  );
  border: gray solid 2px;
  padding: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ss_review_header {
  display: grid;
  grid-template-columns: 50% 50%;
}
.ss_review_rating {
  padding-left: 5px;
}
.ss_review_user {
  text-align: end;
  grid-column: 2;
  padding-right: 5px;
}
.ss_review_text {
  padding: 5px;
}
.ss_disclaimer {
  font-size: 10px;
  text-align: justify;
}
.superstore_item_grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  margin: 5px;
}
.dt-column-order {
  color: #ffe900;
}
.dt-container {
  margin-bottom: 20px;
}
.table_container {
  width: 100%;
  margin-top: 10px;
}
.table thead th {
  text-transform: uppercase;
  vertical-align: middle;
}
.table td {
  vertical-align: middle;
}
.table tr td {
  cursor: pointer;
}
div.dt-container div.dt-length label,
div.dt-container div.dt-search label {
  text-transform: uppercase;
  font-weight: 700;
}
table.dataTable td.dt-type-numeric,
table.dataTable th.dt-type-numeric {
  text-align: left;
}
table.dataTable td.dt-type-date,
table.dataTable th.dt-type-date {
  text-align: left;
}
.it_th_c {
  text-align: center !important;
}
.it_td,
.it_td_cost {
  vertical-align: middle;
}
.it_td_num {
  text-align: left;
}
.it_td_100px {
  width: 100px;
  margin: auto;
}
.it_td_64px {
  width: 64px;
  margin: auto;
}
.it_img {
  width: 64px;
  margin: auto;
}
.it_img_scale {
  width: 38px;
  margin: auto;
}
@media all and (min-width: 414px) {
  .it_img_scale {
    width: 64px;
  }
}
.warbond_img {
  width: 100%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.inactive {
  filter: grayscale(1);
}
.warbond_logo {
  position: absolute;
  top: 30%;
  width: 50%;
  left: 50%;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.warbond_spacer {
  width: 100%;
  height: 20px;
  margin: 20px 10px;
  opacity: 0.5;
  background: repeating-linear-gradient(
    45deg,
    #888,
    #888 10px,
    rgba(0, 0, 0, 0.3) 10px,
    rgba(0, 0, 0, 0.3) 20px
  );
}
.warbond_spacer_premium {
  width: 100%;
  height: 20px;
  margin: 20px 10px;
  opacity: 0.5;
  background: repeating-linear-gradient(
    45deg,
    #7cb7be,
    #7cb7be 10px,
    rgba(0, 0, 0, 0.3) 10px,
    rgba(0, 0, 0, 0.3) 20px
  );
}
