
/* MOBILE */
/* MOBILE */
/* MOBILE */
@media only screen and (max-device-width: 500px) {

  .hideme {
    display: none;
  }

  .swal2-container.swal2-center>.swal2-popup {
    position: fixed;
    height: 100%;
    width: 100%;
  }

  .loader_holder {
    flex-direction: column;
  }

  .choose_matt, .choose_oze {
    font-size: 41px;
    border: 3px solid black;
    padding: 24px;
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 10px;
  }

  .swal2-actions {
    flex-direction: column;
  }

  .swal2-styled {
    width: 100%;
  }

  .choose_matt:hover, .choose_oze:hover {
    background: rgb(79 79 101) !important;
  }

  .custom_container {
    background: rgb(105 105 133) !important;
  }

  .create_account {
    background: rgb(154 160 197);
    width: 150px;
    height: 49px;
    align-self: center;
    margin-top: 58px;
  }

  .lb_modes_holder {
    display: flex;
    flex-direction: column;
  }

  .current_game_mode {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgb(109 59 59);
    background: rgb(0 0 0);
    border-radius: 6px;
    font-family: 'Ubuntu';
    position: relative;
    top: -4px;
    min-height: 45px;
    min-width: 204px;
    font-size: 17px;
  }

  .mode_output {
    flex-direction: column;
  }

  .mo_primary {
    padding: 20px;
    width: auto;
  }

  .mo_secondary {
    margin-right: 9px;
    width: auto;
  }

  .modes_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-height: 44px;
    position: fixed;
    bottom: 50px;
    max-width: 100%;
    background: rgb(13 13 14);
    border-top: 3px solid white;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 0;
    padding-top: 12px;
  }

  .p_mode {
    padding: 0px;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 0px;
    background: rgb(42 58 35);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 300ms;
    height: 31px;
    width: 30px;
  }

  .s_mode {
    padding: 0px;
    cursor: pointer;
    margin-left: 3px;
    margin-right: 0px;
    background: rgb(40 35 58);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 300ms;
    height: 31px;
    width: 28px;
    position: relative;
    top: -1px;
  }

  .s_class_selected {
    background: rgb(100 92 129);
    border: none;
    text-shadow: 0px 0px 5px black;
  }

  .lb_home {
    width: 95%;
    font-size: 16px;
    padding-top: 0px;
  }

  .lb_text {
    padding: 9px;
    font-size: 12px;
  }

  .lb_title {
    font-size: 44px;
  }

  .th_icon {
    font-size: 28px;
    position: relative;
    top: 2px;
  }

  .th_title {
    display: none;
  }

  .tiny_header {
  	display: flex;
    height: 80px;
    justify-content: space-evenly;
    align-items: center;
  }

  .th_item {
  	color: white;
    font-family: Oswald;
    font-weight: 100;
    letter-spacing: 1px;
    cursor: pointer;
    background-image: linear-gradient(#49474e, #595d60);
    background-size: 0 1px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
    padding-bottom: 2px;
  }

  .th_item:hover {
    background-size: 100% 3px, auto;
  }

  .th_title {
    max-width: 50px;
    text-align: center;
    text-shadow: 0px 0px 3px rgb(0 0 0);
    font-weight: 900;
  }

  .dataTables_filter {
    opacity: 0;
    display: none;
  }

  .dataTables_filter_alt {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .dataTables_filter_alt label {

  }

  .filter_text_alt {

  }

  .dataTables_filter_alt input {

  }

  .levels_master_holder {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .levels_item_holder {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
  }

  .levels_item_title {
    font-size: 13px;
    white-space: nowrap;
  }

  .unit_name_holder {
    margin: 0px;
    min-width: 0px;
  }

  .item {
    margin: 0px;
    min-width: 100px;
  }

  .upgrade_photos {
    min-width: 68px;
  }

  /* units */
  .item_builder, .item_damage_type, .item_armor_type {
    display: none;
  }

  /* levels */
  .item_attack_type, .item_armor_type {
    display: none;
  }

  #levels_table, #units_table {
    max-width: 100%;
    table-layout: fixed;
    overflow-wrap: break-word;
  }

  #levels_table td, #units_table td {
    padding: 0px;
  }

  .unit_name_holder {
    margin: 0;
    min-width: 0;
  }

  .strategy_text {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }

  .rate_unit_section {
    flex-wrap: wrap;
  }

  .rate_unit_level {
    min-width: 30%;
    width: 30%;
    background: rgb(60 59 59);
  }

  .rate_unit_holder {
    width: 40%;
    background: rgb(60 59 59);
    border: 2px solid rgb(44,41,41);
    margin-bottom: 7px;
  }

  .rate_buttons_holder {
    top: 0;
    width: 70%;
  }

  .rate_up {
    cursor: pointer;
    background: rgb(57 113 88);
    width: 50%;
    text-align: center;
  }

  .rate_down {
    cursor: pointer;
    background: rgb(113 57 57);
    width: 50%;
    text-align: center;
  }

  .eleven_to_twenty {
    display: none;
  }

  .legion_td {

  }

  .send_threat {
    width: 100%;
    font-size: 13px;
  }

  .levels_units_holder {
    align-items: flex-start;
  }

  .levels_units_title {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .th_footer_filter {
    position: absolute;
    width: 100vw;
    background: rgb(32 29 40);
    height: 94px;
    border-top: 5px solid rgb(52 52 45);
  }

  .th_footer_filter .filter_text, .filter_text_alt {
    top: 9px;
    left: -4px;
    font-size: 19px;
    color: grey;
  }

  .th_footer_filter .dataTables_filter_alt {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: rgb(65 63 70) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(32 29 40);
  }

  .th_footer_filter .dataTables_filter_alt label {
    height: 50px;
    position: relative;
    top: 0px;
    background: rgb(32 29 40);
    border: none;
    border-radius: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0px;
    margin-right: 0px;
    color: rgb(201 204 241);
    width: 95%;
  }

  .th_footer_filter .dataTables_filter_alt input {
    height: 40px !important;
    top: 8px;
    width: 80% !important;
  }



} /* close @media only */