@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');
/* Bootstrap overrides */

*:focus {
  outline: none !important;
}

body {
  position: inherit;
}

label {
  font-weight: normal;
}

.btn-default, .btn-default:hover {
  background-color: transparent;
  border: none;
}

body, h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: Rajdhani;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

.table>thead>tr>th {
  border: none;
}

input[type="range"] {
  accent-color: #b2b2b2;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
  background-color: transparent;
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
  background-color: transparent;
}

#hotkey_main_div div {
  border: 1px solid white;
  margin-top: -1px;
  z-index: 2;
  position: relative;
}

#hotkey_main_div div:hover {
  border: 1px solid rgb(172, 162, 162);
  background-color: rgba(248, 248, 248, 0.205);
}

#hotkey_main_div div.active {
  border: 1px solid red;
  background-color: #ff8c8c40;
  z-index: 3;
}

.immutable, #hotkey_main_div .immutable:hover {
  color: white;
  background-color: #0372ea;
}

.hotkey_container {
  float: right;
  margin-right: 10px;
}

.hotkey_action_span {
  margin-left: 10px;
}

.ab_hotkey_he {
  margin-top: 33px;
  color: white;
}

.ab_hotkey {
  margin-top: 33px;
  color: white;
  position: relative;
  right: 6px;
}

.ab_hotkey_ab {
  margin-top: -29px;
  margin-left: -65px;
}

.ab_tree_hotkey_div {}

#select_game_mode_select {
  color: black;
}

div.hr {
  display: inline-block;
  border-right: 1px solid rgb(255 255 255 / 40%);
  margin-right: 7px;
  margin-left: 5px;
  padding: 0;
  background-color: rgb(255 255 255 / 10%);
  height: 15px;
  margin-top: 8px;
}

#countdown-canvas {
  position: absolute;
  width: 50%;
  margin-left: 25%;
  height: 30%;
  margin-top: 15%;
  pointer-events: none;
}

#hotkeyResetButton, #backToSettingsButton {
  margin: 20px;
}

#backToSettingsButton {
  margin-left: 0;
  margin-right: 0;
}

.ab_tree_hotkey_span {
  color: rgb(255, 255, 2);
}

#resurrect_div {
  position: absolute;
  top: 40%;
  width: 100%;
  font-size: 24px;
  text-align: center;
  pointer-events: none;
  color: rgba(162, 255, 167, 0.87);
}

#resurrect_div_bar {
  border: 2px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  top: 50%;
  height: 30px;
}

#resurrect_div_bar_inner {
  margin: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
}

#canvas_crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  pointer-events: none;
  opacity: .5;
}

#custom_crosshair {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  margin: auto;
  bottom: 0;
  right: 0;
}

#game_menu_overlay {
  color: white;
}

#black_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgb(0 0 0 / 30%);
  pointer-events: none;

}

.module_content .form-group {
  margin-bottom: 15px !important;
}

.module_content .form-control {
  color: black;
  background-color: #323232;
  color: white !important;

}

/* load screen */

#load_screen {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 101;
  position: absolute;
}

#map_image_cont {
  display: block;
  position: relative;
  overflow: hidden;
  width: 500px;
  height: 225px;
  margin: auto;
  max-width: 100%;
  top: 50%;
  margin-top: -112.5px;
  background-color: rgb(20, 20, 20);
}


/*

@media only screen and (min-width: 1200px) {

#map_image_cont {
  transform: scale(.6);
}

}

@media only screen and (min-width: 1300px) {

  #map_image_cont {
    transform: scale(.7);
  }
  
}

@media only screen and (min-width: 1400px) {

  #map_image_cont {
    transform: scale(.8);
  }
  
}

@media only screen and (min-width: 1500px) {

  #map_image_cont {
    transform: scale(1);
  }
  
}

*/

#map_load_spin {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
}

span.l_text {
  position: relative;
  bottom: 20px;
  right: 20px;
}

@keyframes scaleMapImage {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

#map_image_cont img {
  animation-duration: 20s;
  animation-name: scaleMapImage;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  width: 100%;
  height: auto;
}

div#tip {
  color: #fff8a7;
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 0;
  font-size: 11px;
}

#map_name_cont {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 10px;
  position: absolute;
  z-index: 1;
  height: 100%;
  background-color: rgb(0 0 0 / .6);
  padding-right: 40px;
}

#map_name_cont p {
  color: white;
  font-size: 14px;
}

#map_name_cont h1#map_name {
  font-size: 26px;
  margin-top: 10px;
}

#load_center {
  color: #fff;
  text-align: center;
}

#loading_progress_inner {
  background-color: #fcbb43;
  width: 0;
  height: 100%;
}

body {
  margin: 0;
  font-family: Rajdhani;
  overflow: hidden;
}

* {
  font-family: Rajdhani;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  outline: none;
  user-select: none;
}

#admin-menu {
  display: none !important;
}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#canvasMelee {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

#canvas2d {
  z-index: 2;
  pointer-events: none;
}

.hud {
  display: none;
}

#join_spin {
  position: fixed;
  left: 50%;
  margin-left: -32px;
  top: 100px;
  display: none;
}

label.form-check-label {
  position: relative;
  bottom: 1px;
  left: 10px;
}

#settings_module h4 {
  text-align: center;
  margin-top: 40px;
}

label#change_region_label {}

#settings_module input[type="checkbox"] {
  cursor: pointer;
}

#hotkey_button {
  margin-bottom: 20px;
}

#top_bar_cont button {
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 3px 19px;
  background-image: none !important;
}

#settings_button {
  background-image: url(../img/_settings.png);
}

#store_button {
  background-image: url(../img/_store.png);
}

#profile_button {
  background-image: url(../img/_profile.png);
}

#abilities_button_top {
  background-image: url(../img/_abilities_sm.png);
  background-size: 35px auto !important;
  background-position: 0px 22px !important;

}


#editor_button {
  background-image: url(../img/editor2.png);
  background-size: 26px 27px !important;
  background-position: 8px 19px !important;
}

#social_button {

  background-image: url(../img/social.png);
  background-size: 29px 23px !important;
  background-position: 3px 22px !important;

}


#top_bar {
  background-color: rgb(0 0 0);
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

#top_bar_cont {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#top_bar button {
  padding: 20px;
  font-size: 16px;
  text-transform: lowercase;
  background-color: transparent;
  width: 13%;
  border: none !important;
  box-shadow: none !important;
}

/* Animated Underline */

#top_bar button, #top_bar button:visited {
  text-decoration: none;
  position: relative;
}

#top_bar button:after, #top_bar button:visited:after {
  content: '';
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #fff;
  transition: 0.2s;
}

#top_bar button:hover:after, #top_bar button:visited:hover:after {
  width: 100%;
}

#top_bar button.block, #top_bar button:visited.block {
  display: block;
  padding: 0.5em;
}

#top_bar button.block:hover, #top_bar button:visited.block:hover {
  background: #eee;
}

#filler_button, #filler_button_2 {
  visibility: hidden;
}

#joinCounterP {
  font-size: 32px;
  color: rgb(255, 255, 88);
  margin-top: 12px;
}

#top_bar button a, #bottom_bar button a {
  color: #fff;
  text-decoration: none;
}

#top_bar button:hover, #bottom_bar button:hover, #top_bar button a:hover, #bottom_bar button a:hover {
  color: #17e8fb;
  text-decoration: none;
}

#bottom_bar {
  position: fixed;
  top: 65px;
  z-index: 9;
  right: 0;
}

#bottom_bar button {
  background-color: transparent;
  border: none;
  text-transform: lowercase;
}


#bottom_bar_right {
  float: right;
  background-color: rgba(0, 0, 0, .8);
}

#bottom_bar_left {
  float: right;
  padding-right: 10px;
}

.boss_hp {
  position: relative;
  width: 110px;
  height: 8px;
  background-color: white;
  margin-top: 5px;
}

.boss_hp_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: red;
}

div#bottom_bar_left button {
  padding: 10px 10px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  padding-right: 18px;
}

div#bottom_bar_left button:first-child {
  padding-left: 20px;
}

div#bottom_bar_left button:last-child {
  padding-right: 20px;
}

#logged_in_as {
  position: absolute;
  bottom: 10px;
  left: 21px;
  font-size: 12px;
}

#logo {
  position: fixed;
  width: 165px;
  margin-left: -60px;
  left: 50%;
  top: 14px;
  width: 120px;
}

#top_bar_cont #logo {
  position: fixed;
  width: 130px;
  margin-left: -65px;
  left: 50%;
  top: 11px;
}

#teamAlivePlayersDiv {
  position: absolute;
  top: 40px;
  right: 20px;
}

.team_tags {
  display: block;
  clear: both;
  text-align: right;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.teamAlivePlayer {
  float: right;
  width: 50px;
  height: 50px;
  background-size: contain;
  margin: 1px;
}

.enemyTeam .teamAlivePlayer {
  border: 1px solid #420000;
  background-color: #d60000;
}

.friendlyTeam .teamAlivePlayer {
  border: 1px solid #002700;
  background-color: green;
}

.allyTeamKill {
  background-color: green;
}

.enemyTeamKill {
  background-color: #d60000;
}

#teamAliveTeam1, #teamAliveTeam2 {
  clear: both;
}

.redX {
  float: left;
  display: none;
  background-image: url(../img/redX.png);
  background-size: contain;
  width: 100%;
  height: 100%;
}

.dead .redX {
  display: block !important;
}

#click_to_play, #next_game_in {
  position: absolute;
  font-size: 32px;
  color: #ffffff;
  top: 50%;
  letter-spacing: 14px;
  text-shadow: 1px 1px 3px #000;
  pointer-events: none;
  text-align: center;
  width: 100%;
}

#click_to_play {
  z-index: 2;
}

#text_promo {
  position: absolute;
  right: 0;
  text-align: center;
  width: 210px;
  display: block;
  font-size: 14px;
  text-shadow: 1px 1px 2px #000000;
  top: 105px;
  background-color: rgb(0 0 0 / 50%);
  padding: 10px;
  display: none;
}

#text_promo a {
  color: #fcbb43;
}

#statsTableSpectators {
  background-color: rgba(0, 0, 0, .8);
  padding: 10px;
  font-size: 12px;
}

#team_1_top_score, #team_2_top_score
{
  font-size: 34px;
  width: 72px;
  display: inline-block;
  color: white;
  vertical-align: sub;
}

#team_1_top_score
{
  text-align: right;
  padding-right: 10px;
}

#team_2_top_score
{
  text-align: left;
  padding-left: 10px;
}

.team_left_score_friendly
{
  background: linear-gradient(90deg, rgba(103, 199, 9, 0) 0%, rgba(103, 199, 9, .5) 100%);
}

.team_right_score_friendly
{
  background: linear-gradient(90deg, rgba(103, 199, 9, .5) 0%, rgba(103, 199, 9, 0) 100%);
}

.team_left_score_enemy
{
  background: linear-gradient(90deg, rgba(190, 29, 34, 0) 0%, rgba(190, 29, 34, .5) 100%);
}

.team_right_score_enemy
{
  background: linear-gradient(90deg, rgba(190, 29, 34, .5) 0%, rgba(190, 29, 34, 0) 100%);
}


#next_game_in_cont {
  position: absolute;
  background-color: black;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#ev-io_728x90_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 728px;
}

#chat_input {
  left: 50%;
  width: 500px;
  right: 100px;
  bottom: 200px;
  position: absolute;
  border: 1px solid #aaaaaa;
  background-color: #888888;
  z-index: 9999999;
  color: #fff;
  margin-left: -250px;
  font-size: 26px;
  padding: 5px 15px;
}

#enter_party_id {
  left: 50%;
  width: 400px;
  right: 100px;
  bottom: 200px;
  position: absolute;
  z-index: 9999999;
  margin-left: -200px;
}

#close_enter_party {
  right: auto !important;
  left: -40px !important;
}

#party_alias_input {
  border: 1px solid #aaaaaa;
  background-color: #888888;
  font-size: 26px;
  padding: 5px 15px;
  color: #fff;
  width: 270px;
  float: left;
}

#join_party_button {
  background-color: #60c360;
}

#join_party_enter {
  height: 100%;
  padding: 5px 15px;
  font-size: 26px;
  background-color: black;
  float: left;
  border: 1px solid #aaa;
  border-left: none;
}

.from_message {
  color: #fcbb43;
}

#chat_wrapper {
  z-index: 99999;
  position: absolute;
  left: 10px;
  bottom: 140px;
  background-color: rgb(0 0 0 / 30%);
  width: 200px;
  font-size: 14px;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}

@-webkit-keyframes tab_notify {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tab_notify {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

.chat_tab.selected {
  color: #efef52 !important;
  background-color: rgb(0 0 0 / 70%);

}

.chat_tab {
  position: relative;
  color: #959595;
  cursor: pointer;
}

.chat_tab {
  padding-right: 12px;
  background-color: rgb(0 0 0 / 40%);
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 2px;
  /* display: inline-block; */
  font-size: 14px;
  cursor: pointer;

}

.chat_tab:not(:first-child)>.chat_tab_close_btn {
  visibility: hidden;
}

.chat_tab:not(:first-child):hover>.chat_tab_close_btn {
  visibility: visible;
}

.chat_tab:hover:not(.selected) {
  color: #d6d6d6;
}

.chat_tab.notify:not(:hover) {
  -webkit-animation: tab_notify linear 1s infinite;
  animation: tab_notify linear 1s infinite;
}

.chat_tab_close_btn {
  font-size: 8px;
  position: absolute;
  right: 4px;
  top: 1px;
  cursor: pointer;
  color: #888888;
}

.chat_tab_close_btn:hover {
  color: white;
}

#chat_message_wrapper {
  position: relative;
}

#chat_log_div {
  position: absolute;
  left: 50%;
  width: 500px;
  right: 100px;
  bottom: 264px;
  z-index: 9999999;
  margin-left: -250px;
  background-color: rgb(0 0 0 / 90%);
}

#chat_log_div>div {
  padding: 2px 15px;
}

#chat_log_div>div:first-child {
  padding-top: 10px;
}

#chat_log_div>div:last-child {
  padding-bottom: 10px;
}

/* Flash screen red when the player is hit */

.flash {
  -webkit-animation-name: flash-animation;
  -webkit-animation-duration: 0.3s;
  animation-name: flash-animation;
  animation-duration: 0.3s;
}

@-webkit-keyframes flash-animation {
  from {
    background: rgba(255, 0, 0, .3);
  }

  to {
    background: default;
  }
}

@keyframes flash-animation {
  from {
    background: rgba(255, 0, 0, .3);
  }

  to {
    background: default;
  }
}

/* Load form in-game */

form#load_file {
  position: absolute;
  z-index: 999;
  left: 10px;
  top: 10px;
}

form#load_file {
  -webkit-text-stroke-width: 0px;
  color: #fff;
}

form#load_file input {
  line-height: 12px;
}

#killed_by_div {
  right: 30px;
  transform: scale(.5);
  transform-origin: right;
  display: none;
  position: fixed;
  z-index: 99;
  pointer-events: none;
  top: 50% !important;
  display: block;
  margin-top: -105px;
}

#my_kill_div {
  position: fixed;
  top: 0;
  z-index: 99;
  left: 50%;
  margin-left: -100px;
}

#you_v_them_cont {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 24px;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}

span.youword, span.killer_word {
  clear: both;
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#you_v_them_cont .msg_profile {
  display: inline-block;
  float: none;
  margin-right: 0;
}

#you_v_them_cont .msg_profile img {
  width: 70px;
}

#you_v_them_cont span.count {
  font-size: 52px;
  display: block;
  margin-top: 0px;
}

#you, #them {
  width: 200px;
  float: left;
  background-color: rgb(0 0 0 / 40%);
  padding: 20px;
  margin-right: 10px;
}

#score_div {
  position: fixed;
  left: 50%;
  margin-left: -100px;
  height: 100px;
  width: 200px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  z-index: 199;
  bottom: 140px;
}

#my_kill_skull {
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 160px;
}

#my_kill_text {
  color: white;
  font-size: 19px;
  text-align: center;
  margin-top: -30px;
}

#my_kill_number {
  position: absolute;
  font-size: 20px;
  color: #fcbb43;
}

#my_kill_text.killed {
  font-size: 34px;
}

#killMessagesDiv {
  position: absolute;
  top: 40px;
  left: 10px;
  pointer-events: none;
  z-index: 3;
  font-size: 22px;
  color: #fff;
  transform: scale(.7);
  transform-origin: left;
}

.sys_message {
  clear: both;
  font-size: 16px;
  margin-bottom: 8px;
}

.killMessageGunIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  height: 50px;
  float: left;
}

#chatMessagesDiv {
  position: absolute;
  bottom: 85px;
  height: 142px;
  left: 25%;
  width: 50%;
  pointer-events: none;
  z-index: 3;
  margin-left: 10px;
  overflow: hidden;
}

#chatMessagesDivInner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  pointer-events: none;
  z-index: 3;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
}

.msg_profile {
  float: left;
  margin-right: 10px;
}

.msg_profile_score {
  float: left;
  margin-right: 5px;
}

.name_area_score {
  position: relative;
  top: 5px;

}

.clan_insignia_scoreboard img {
  width: 25px;
}

.msg_profile img {
  width: 45px;
  height: auto;
}

.msg_profile_score img {
  width: 28px;
  height: auto;
}

span.msg_name {
  display: block;
  float: left;
  padding-right: 10px;
  padding-top: 8px;
}

#stateMessagesDiv {
  position: absolute;
  bottom: 190px;
  left: 10%;
  width: 80%;
  pointer-events: none;
  z-index: 99;
  font-size: 29px;
  color: #888888;
  text-align: center;
}

#right_side_wrapper {
  display: none;
  pointer-events: none;
  z-index: 3;
  line-height: 22px;
  padding-bottom: 5px;
  position: absolute;
  right: 0;
}

#info_cont {
  text-align: right;
  padding-right: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  padding-top: 5px;
}

#ping_meter {}

#ping_icon {
  padding-right: 10px;
}

#stats_results {
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  padding-top: 10px;
}

#winning_accouncement {
  font-size: 34px;
  color: white;
  text-transform: uppercase;
  font-family: Rajdhani !important;
}

#winningPlayerSpan {
  font-family: Rajdhani !important;
  color: #f73737;
  text-transform: none;
}

#u_asterisk {
  color: yellow;
  padding-right: 3px;
  font-size: 16px;
}

.my-team {
  background-color: rgb(66 134 0 / 60%) !important;
}

.not-my-team {
  background-color: rgb(197 26 26 / 60%) !important;
}

#team_1_overall, #team_2_overall {
  color: white;
}

.t_name {
  text-transform: uppercase;
  font-weight: bold;
}

#my-team-overall .t_name, .winner_green {
  color: #5fc100 !important;
}

#not-my-team-overall .t_name, .winner_red {
  color: red !important;
}

#team_stats_div {
  font-size: 18px;
}

#team_stats_div p {
  color: #fff;
}

#teamTag2 {
  padding-top: 10px;
}

#team_stats_div div {
  display: inline-block;
  margin: 0 20px;
}

#team_stats_div div p {
  margin: 0;
  text-transform: uppercase;
  font-family: Rajdhani;
}

.rank_ {
  color: yellow;
  padding-left: 5px;
  font-weight: bold;
  display: none;
}

.rank_ sup {
  letter-spacing: 3px;
}

.bot_strength {
  color: lightgray;
  font-weight: bold;
  display: none;
}

.stats_row_team td {
  text-align: center !important;
}

.stats_row_team_2 {
  border-top: 2px solid #ffffff14;
}

#time_icon {
  padding-right: 0px;
}

#time_left span.less_time_left {
  color: red;
}

.name_text_sb {
  max-width: 105px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}


div#rewards, #rewards * {
  font-family: Rajdhani !important;
}

#statsTableDiv .stats_row._current {
  background-color: rgb(255 255 255 / 0.3);
  font-family: Rajdhani;
}

#statsTableDiv .stats_row._current.my-team {
  background-color: #67c709 !important;
}

#statsTableDivCont {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: max-content;
  width: max-content;
  font-family: Rajdhani;
  margin-top: auto;
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
}

.stats_cell_name {
  position: relative;
}

.social_list_open_search {
  display: inline !important;
}

.plus-btn {
  cursor: pointer;
  max-width: 14px;
  max-height: 14px;
  width: 14px;
  height: 14px;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bolder;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
}

.score-friend-plus-btn {
  position: absolute;
  top: 2px;
  right: 2px;
}



#statsTableDivCont.isVisibleAtRoundEnd, #statsTableDivCont.isVisibleByTab {
  display: block !important;
}

@-moz-document url-prefix() {
  #statsTableDivCont {
    top: 70px;
    bottom: initial;
  }
}

#statsTableDiv, #statsTableDiv * {
  font-family: Rajdhani;
}

#statsTableDiv {
  max-width: 510px;
  width: 510px;
  float: left;
  min-width: 295px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /* transform: scale(.9);
    transform-origin: top; */
}

#statsTable {
  border-collapse: collapse;
}

#statsTable tr:nth-child(n+17) {
  display: none;
}

#stats_ad_left, #stats_ad_right {
  width: 300px;
  min-height: 250px;
  /* background-color: rgba(0, 0, 0, .8); */
  float: left;
  display: none;
  background-repeat: no-repeat;
}



#spec_target_div {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: white;
  background: #00000052;
  padding: 4px 10px;
}

.isguest #rewards #rewards_new_balance .coin_amt_text {
  text-decoration: line-through;
}

#guest_register_solicit, #rewarded_ad_div {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

#guest_register_solicit button, #rewarded_ad_div button {
  margin-right: 10px;
}

#guest_register_solicit button a, #rewarded_ad_div button a, #rewarded_ad_div button {
  color: #ffc107;
}

#guest_register_solicit button a:hover, #rewarded_ad_div button a:hover {
  color: #fff;
}

#rewards {
  background-color: rgba(0, 0, 0, .8);
  margin: 0;
}

#rewards_inner {
  padding: 10px 10px;
  background-color: transparent;
}

#rewards span.desc {
  padding-right: 6px;

}

#rewards_table {
  margin: 0;
  width: 100%;
  background-color: transparent !important;
  font-size: 18px;
}

#rewards_table #last_td {
  text-align: right;
}

#rewards_table tr td {
  padding: 0 !important;
  margin: 0;
}

#currency_image_rewards {
  background-image: url(../img/ev_coin3.png);
  width: 24px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 6px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rewards_x {
  color: yellow;
}

#rewards_plus {
  color: lawngreen;
  font-size: 25px;
  position: relative;
  top: 2px;
}

#statsTable {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, .8);
  font-family: Rajdhani;
}

#statsTable.is_teams_0 {
  counter-reset: row-num - 1;
}

#statsTable.is_teams_0 tr.stats_row {
  counter-increment: row-num;
}

#statsTable.is_teams_0 tr.stats_row td:first-child::before {
  content: counter(row-num) ". \00a0\00a0";
}

#statsTable td {
  padding: 0px 0px 0px 10px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  border: none;
  font-family: Rajdhani;
  vertical-align: middle;
}

#statsTable tr td:first-child {
  text-align: left;
}

#statsTable tr#statsTableTopRow td {
  color: #fcbb43;
}

#statsTable th {
  text-transform: uppercase;
  font-family: Rajdhani;
}

.stats_cell_name {
  padding-left: 0 !important;
}

#current_ammo_num {
  color: #fbff00;
  position: absolute;
  top: -27px;
  left: 33px;
  font-size: 22px;
  background-image: url(../img/icons/bullets.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  height: 40px;
  padding-left: 35px;
  display: none;
}

#weaponsDiv {
  position: fixed;
  bottom: 10px;
  font-size: 20px;
  z-index: 11;
  right: 10px;
  width: 200px;
}

.weapon_cont {
  /* background-image: url(../img/hud/weapon_bg.png); */
  width: 100%;
  height: 84px;
  background-size: 100% 100%;
}

.activeWeapon.weapon_cont {
  background-image: url(../img/hud/weapon_bg_active.png);
}

.melee_icon {
  display: none;
}

#roundOverMessage {
  display: none;
}

#weaponsDiv>div {
  float: left;
  /* background-color: rgba(0, 0, 0, .3); */
  margin-right: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}

#weaponsDiv>div img {
  width: 60%;
  height: auto;
  opacity: .3;
  padding-top: 15px;
  margin-right: 12px;
}

#roundCountdownContainer {
  position: absolute;
  top: 10px;
  text-align: center;
  z-index: 0;
  width: 100%;
}

#roundCountdown {
  color: white;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  /* background-image: url(../img/icons/time.png); */
  background-repeat: no-repeat;
  /* padding-left: 43px; */
  padding-right: 10px;
  padding-left: 10px;
  line-height: 28px;
  height: 31px;
  display: inline-block;
  min-width: 80px; 
}

#roundCounter {
  position: absolute;
  top: 47px;
  text-align: center;
  color: white;
  z-index: 0;
  font-size: 14px;
  letter-spacing: 1px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  line-height: 28px;
  height: 31px;
}

#storeCountdown {
  background-image: url(../img/icons/time.png);
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding-left: 51px;
  line-height: 29px;
  height: 33px;
  margin-left: 10px;
}

#weaponsDiv .activeWeapon img {
  opacity: 1;
}

#left_alive, #roundCounter, .team_tags, #clan_notify, .cost, #chat_log_div div, #invince_msg_div, span.l_text, .lds-dual-ring, #you_v_them_cont, #score_div, #respawn_countdown, #logged_in_as, #my_kill_text, #ping_div, #fps_div, .eq_div.eq_equip, #abilities_button, .close_button, #roundCountdown, #loading-status, .primary_weapon_header, #chat_output_div, #error_message, #current_ammo_num, #respawnButton, .weapons_hotkey, .ammo_amt, .tier_amt, #ammoDiv, #chatMessagesDiv, #chatLogDiv, #killMessagesDiv, #killedByMsgDiv, #stateMessagesDiv, #info_cont, .view-id-maps .views-field.views-field-title {
  text-shadow: 0px 0px 2px #000000;
}

.chat_output_div {
  padding: 5px 10px;
}

#killMessagesDiv {
  margin-top: 75px;
}

.weapons_hotkey {
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 2px 5px;
  margin-left: -10px;
  line-height: 15px;
  box-sizing: initial;
  font-size: 16px;
  color: #f2cd87;
}

/*

.weapons_hotkey::before,.ab_hotkey_he::before,.ab_hotkey::before {
  content: "[ ";
}
.weapons_hotkey::after,.ab_hotkey_he::after,.ab_hotkey::after {
  content: " ]";
}
*/

#ammoDiv {
  position: absolute;
  bottom: 80px;
  font-size: 40px;
  z-index: 3;
  pointer-events: none;
  width: auto;
  color: #fff;
  background-image: url(../img/icons/bullets.png);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 9px 22px;
  padding-left: 52px;
  padding-top: 10px;
  padding-bottom: 0px;
  right: 20px;
}

#cartridgeDivBar {
  width: 385px;
  height: 5px;
  background-color: #fff;
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

#cartridge {
  background-color: #fcbb43;
  height: 100%;
  float: right;
}

div.ammo_amt {
  position: absolute;
  bottom: 10px;
  width: 150px;
  text-align: right;
  font-size: 21px;
  left: 25px;
  color: #fff;
}

div.tier_amt {
  position: absolute;
  bottom: 10px;
  width: 150px;
  text-align: left;
  font-size: 20px;
  left: 15px;
  color: #fff;
}

span#ammo_smaller {
  font-size: 18px;
  position: relative;
  bottom: 5px;
  right: 7px;
}

#primary_weapon_div:not(.isChildOfBody) {
  position: absolute;
  left: -3px;
  top: 18px;
  width: 100%;
}

#primary_weapon_div.isChildOfBody {
  position: absolute;
  top: 10%;
  width: 800px;
}

#primary_weapon_div button img.primary_icon {
  width: 130px;
  border-radius: 15px 0px 0px 0px !important;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#primary_weapon_div button {
  background-color: transparent;
  border: none;
}

#primary_weapon_div button {
  cursor: pointer;
}

#primary_weapon_div img {
  transition: all .2s ease-in-out;
}

#primary_weapon_div img:hover {
  transform: translate(-50%, -50%) scale(1.1) !important;
}

/*
#abilityLeft button img { transition: all .2s ease-in-out; }


#abilityLeft button img:hover { transform: scale(1.1); }
*/

.clickable_diamond {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 1;
  transform: rotate(45deg) !important;
  width: 47px;
  height: 47px;
}

#ab_main_cont {
  max-width: 1040px;
  position: static;
  margin-left: auto;
  margin-right: auto;
}

#ab_bg_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

button.AutoRifle {
  position: absolute;
  left: 200px;
  top: 310px;
}

button.HandCannon {
  position: absolute;
  left: 290px;
  top: 210px;
}

button.LaserRifle {
  position: absolute;
  left: 370px;
  top: 320px;
}

#gun_highlight {
  position: absolute;
  top: 200px;
  left: 260px;
  width: 200px;
  height: 200px;
  transition: transform 300ms;
}

#char_image {
  height: 90%;
  margin-top: 20px;
}

#skin_name {
  position: absolute;
  top: -12px;
  font-size: 35px;
  text-align: center;
  left: 0;
  right: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

#skin_image_cont {
  position: absolute;
  left: 70%;
  top: 5%;
  height: 90%;
  z-index: 1;
  pointer-events: none;
  /* background-image: url('../img/ab_screen/char_bg.png'); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

#mouse_hint {
  position: absolute;
  top: 10px;
  z-index: 23;
  left: 14%;
  font-size: 16px;
}

#mouse_hint img {
  width: 40px;
}

#selection_overlay, #abilityWindowInner {
  transform: scale(1.3);
  transform-origin: left;
  position: relative;
  left: 0%;
  top: -120px;
}

@media only screen and (max-width: 1000px) {
  #skin_image_cont {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  #top_bar_cont button {
    background-image: none !important;
  }

  #logo {
    left: 50%;
  }


}

@media only screen and (max-width: 850px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1);
    left: -100px;
  }

  .tooltip_container .tooltiptext {
    left: 60px !important;
  }

  #top_bar button {
    width: 14%;
  }

  #logo {
    display: none;
  }

  #filler_button {
    display: none;
  }

  #text_promo {
    display: none !important;
  }

  #tt_cont {
    display: none !important;
  }

 
}

@media only screen and (max-width: 950px) {
  #bottom_bar {
    width: 100px;

  }

  div#bottom_bar_left button {
    float: right;
  }

}


@media only screen and (max-width: 680px) {

  #bottom_bar {
  top: 115px;
  }

}


@media only screen and (min-width: 850px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1.1);
    left: -60px;
  }

}

@media only screen and (min-width: 950px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1.1);
  }

  #skin_image_cont {
    display: block;
  }

}

@media only screen and (min-width: 1250px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1.2);
  }

  #skin_image_cont {
    display: block;
  }

}

@media only screen and (min-width: 1350px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1.3);
  }

  #skin_image_cont {
    display: block;
  }

}

@media only screen and (max-height: 700px) {
  #selection_overlay, #abilityWindowInner {
    transform: scale(1);
  }
}

#web_image {
  position: absolute;
  left: -542px;
  top: -560px;
  max-width: initial;
  z-index: -3;
  opacity: .8;
  animation: rotation 1000s infinite linear;
  pointer-events: none;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#rotate_image {
  width: 400px;
  top: 119px;
  left: 158px;
  position: absolute;
  opacity: 1;
  animation: rotation 152s infinite linear;
  pointer-events: none;
}

#chatLogDiv {
  position: absolute;
  bottom: 277px;
  left: 25%;
  width: 50%;
  font-size: 24px;
  color: white;
  padding-left: 5px;
  z-index: 3;
}

.not_chat {
  color: white !important;
  display: block;
  font-size: 14px;
}

#enter_remind .not_chat {
  color: #adadad !important;

}

#chatInput {
  position: absolute;
  bottom: 230px;
  left: 25%;
  width: 50%;
  border: 2px solid #808080b5;
  font-size: 24px;
  color: white;
  padding-left: 5px;
  background: #808080bd;
  z-index: 3;
}

#reloadingBar {
  position: absolute;
  top: 50px;
  left: 40%;
  width: 20%;
  color: white;
  z-index: 3;
  pointer-events: none;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  margin: 5px;
  height: 30px;
  line-height: 20px;
}

#reloadingBarInner {
  position: absolute;
  background: #fcbb43;
  height: 100%;
}

#reloadingBarText {
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 16px;
  padding-top: 5px;
}

#ping_div {
  position: absolute;
  top: 70px;
  left: 10px;
  color: white;
}

#fps_div {
  position: absolute;
  top: 94px;
  left: 10px;
  color: white;
}

#respawnDiv {
  position: absolute;
  top: 200px;
  left: 35%;
  width: 30%;
  height: 20%;
  /*	border: 2px solid white; */
  background: rgbs(255, 255, 255, 0.2);
  color: white;
  z-index: 3;
  text-align: center;
}

#respawn_countdown_text {
  min-width: 150px;
  min-height: 115px;
  display: block;
}

#respawn_countdown #ev-io_300x250_2_respawn, #respawn_countdown #ev-io_300x250_respawn {
  float: left;
  margin-bottom: 50px;
}

#respawn_countdown {
  font-size: 92px;
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -300px;
  color: #fff;
  top: 20%;
  margin-top: -65px;
  transition: all .3s ease-in-out;
  text-align: center;
  width: 600px;
  text-align: center;
  text-transform: uppercase;
}

#respawn_button:hover {
  background-color: black;
}

#respawn_button {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-color: #7a6cca;
  font-size: 37px;
  margin-top: 10px;
  letter-spacing: 10px;
  margin-top: 50px;
}

#respawn_countdown.animScale {
  transform: scale(1.1);
}

#killedByMsgDiv {
  font-size: 30px;
}

#respawnButton {
  font-size: 32px;
  margin-top: 20px;
  background-color: rgba(234, 234, 233, 0.2);
  cursor: pointer;
}

#items_container {
  position: fixed;
  bottom: 136px;
  left: 236px;
  z-index: 9;
}

#items_container div {
  float: left;
  width: 40px;
  height: 40px;
  background-size: contain;
}

#lower_left_container {
  background-image: url('../img/hud/bg.png');
  width: 400px;
  height: 140px;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  z-index: 9;
  left: 0;
}

#icons_container {
  position: relative;
  left: 92px;
  top: 29px;
}

#icons_container img {
  width: 50px;
}

.ab_icon_cont {
  position: relative;
  float: left;
  margin-left: 7px;
}

#health_icon {
  left: -9px;
  top: 5px;
  position: absolute;
  width: 14px;
}

#stam_icon {
  left: -12px;
  top: 4px;
  position: absolute;
  width: 17px;
}

#healthNumberDiv {
  position: absolute;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  padding: 2px 5px;
  display: none;
}

#healthDivCont {
  height: 18px;
  pointer-events: none;
  position: relative;
  z-index: 9;
  left: 54px;
  width: 260px;
  background-image: url(../img/hud/health_bar_white.png);
  /* top: 30px; */
  top: 18px;
  background-size: 260px 18px;
}

#healthDiv {
  background-image: url('../img/hud/health_bar.png');
  height: 100%;
  max-width: 100%;
  background-size: 260px 18px;
  position: absolute;
}

#armorDiv {
  background-image: url('../img/hud/mana_bar.png');
  height: 100%;
  max-width: 100%;
  background-size: 260px 18px;
  position: absolute;
}

#manaDivCont {
  background-image: url(../img/hud/health_bar_white.png);
  width: 260px;
  position: relative;
  height: 18px;
  z-index: 1;
  left: 63px;
  /* margin-left: -285px; */
  pointer-events: none;
  -webkit-text-stroke-width: 0px;
  line-height: 22px;
  background-size: 260px 18px;
  top: 15px;
}

#manaDiv {
  background-image: url('../img/hud/stam_bar.png');
  background-size: 260px 18px;
}

#armorDivCont, #manaDivCont, #healthDivCont {
  display: block;
}

.ab_icon_base {
  filter: grayscale(100%);
}

.active_ab_cd_div {
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999;
  background-size: 50px 50px;
  background-repeat: repeat-x;
}

#manaDiv, #manaDiv2 {
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: 100%;
}

#manaDiv2 {
  background-image: url(../icons/abilities/hg-overlay.png);
  width: 50px;
  height: 50px;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 99999999;
  background-size: 50px 50px;
  background-repeat: repeat-x;
}

#manaDivCont2 {
  display: block;
  position: absolute;
  left: 95px;
  top: 65px;
}

#hamburger, #ab_hud {
  position: absolute;
  top: 10px;
  left: 18px;
  z-index: 9;
  cursor: pointer;
}

#ab_hud {
  left: 75px;
}

#menu_hotkey_top, #ab_hotkey_top {
  color: white;
  position: relative;
  left: -56px;
  top: 18px;
}

/* Module Box */

.simplebar-horizontal {
  display: none;
}

#ability_window_module .module_content {
  padding-right: 70px;
  margin-top: 40px;
}

.simplebar-track.simplebar-vertical {
  background-color: #3c3c3c;
}

.simplebar-scrollbar {
  background-color: #fff;
}

.simplebar-scrollbar:before {
  border-radius: 0;
  background-color: transparent;
}

.close_button {
  position: absolute;
  right: -43px;
  top: -1px;
  font-size: 22px;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
}

#ability_window_module .close_button, #storefront_module .close_button, #nft-drops_module .close_button {
  right: 10px;
  top: 7px;
}

.module_box {
  background-color: rgba(0, 0, 0, .8);
  width: 630px;
  left: 0;
  max-height: 580px;
  z-index: 9;
  color: #fff;
  top: 120px;
  bottom: 0;
  right: 0;
  position: absolute !important;
  padding: 50px;
  margin: auto;
}

.module_box.wide {
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 1000px;
  margin-top: 100px;
}

.module_box.med {
  width: 720px;
}

.module_box.ability, #storefront_module, #nft-drops_module {
  width: 100%;
  height: 100%;
  max-height: 100% !important;
  background-size: 100% 100%;
  top: -36px;
  max-width: 100%;
}

#nft_message {

  font-size: 22px;

}

.module_box.ability {
  top: 130px;
  background-color: black;
}

.module_box img {
  max-width: 100%;
}

.module_box table {
  color: #fff;
}

table#hotkey_table tbody tr td input {
  width: 60px;
  text-align: center;
  float: right;
}

.module_box table input {
  text-transform: uppercase;
}

.module_box h2 {
  padding: 0px 0px 25px 0px;
  margin: 0;
  font-size: 38px;
}

#invince_msg_div {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  margin-left: -300px;
  width: 600px;
  pointer-events: none;
  text-align: center;
  color: white;
  font-size: 22px;
}

.ab_count {
  position: absolute;
  top: -7px;
  left: -3px;
  color: #f7f2a3;
  font-size: 15px;
  text-shadow: 0px 0px 2px #000000;
}

#xp_bar {
  width: 100%;
  height: 8px;
  position: fixed;
  bottom: 0;
  z-index: 13;
  background-color: #fff;
  opacity: .6;
}

#xp_inner {
  height: 100%;
  background-color: purple;
  width: 0;
}

#xp_notify {
  position: fixed;
  left: 10px;
  bottom: 130px;
  color: #fff;
  font-size: 30px;
  display: none;
}

/* Settings */

.settings_value {
  color: #ffc356;
}

select.form-control {
  color: black;
}

.form-control-range {
  cursor: pointer;
}

#hotkeyWindow input {
  width: 50px;
  text-align: center;
}

#reset_defaults {
  float: right;
}

#export_settings, #import_settings {
  float: right;
  margin-right: 10px;
}

#export_settings:hover, #import_settings:hover {
color: white; 
}

#import_settings {
  color: cyan;
  border-color: cyan; 
}

#export_settings {
  color: #cefd61;
  border-color: #cefd61;
}

/* New Game */

.module_content .row {
  margin: 0;
}

div.contextual-links-wrapper {
  display: none !important;
}

.view-content table tr td {
  padding: 0 !important;
}

.game_param_div {
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
}

.game_param_div input[type=text] {
  width: 80px;
}

.private_heading {
  clear: both;
}

#new_game_module img {
  cursor: pointer;
}

#new_game_module img.selected_map {
  border: 1px solid #fff;
}

#new_game_module .choose-map {
  padding: 0 0 20px 0;
}

.map_name_heading {
  position: relative;
  z-index: 2;
}

.map_name_heading {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgb(0 0 0 / .4);
  height: 21px;
  padding: 2px 8px;
  text-align: center;
}

#test_map_window {
  margin: 110px auto;
  width: 915px;
  height: 500px;
  position: relative;
  z-index: 999999;
  background-color: #0f0f0f;
  text-align: center;
  padding: 16px;
}

#selectMapDiv {
  font-size: 30px;
}

#selectMapCloseDiv {
  position: absolute;
  right: -30px;
  top: 4px;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.col-4 {
  padding: 0;
  padding-bottom: 10px;
  float: left;
  position: relative;
  margin-right: 10px;
}

#test_map_window .col-4 {
  cursor: pointer;
  width: 166px;
  height: 76px;
}

.test_map_thumb {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0);
}

.test_map_thumb:hover {
  border: 1px solid white;
}

#new_game_module img {
  height: 70px;
  width: 166px;
  opacity: .8;
  border: 1px solid rgb(119 119 119 / 40%);
}

#new_game_module img:hover {
  opacity: 1;
}

.ui-scalable {
  transform-origin: right top;
}

.ui-scalable-left {
  transform-origin: left top;
}

.ui-scalable-left-bottom {
  transform-origin: left bottom;
}

.ui-scalable-right-bottom {
  transform-origin: right bottom;
}

.ui-scalable-center {
  transform-origin: center;
}

.ui-scalable-center-top {
  transform-origin: center top;
}

.ui-scalable-top {
  transform-origin: top;
}

.ui-scalable-bottom {
  transform-origin: bottom;
}

/* Bootstrap overrides */

.form-control {
  width: auto;
}

.form-check {
  margin-bottom: 15px;
}

.nextWaveP {
  font-size: 16px;
}

.killTheBossP {
  font-size: 22px;
  color: rgb(255, 200, 149);
}

.countBotsP {
  font-size: 14px;
  margin-top: -12px;
}

.pressLP {
  font-size: 14px;
  margin-top: -7px;
}

.bestTimeP {
  font-size: 12px;
  margin-top: -15px;
  color: rgb(158, 158, 158);
}

.newBest {
  color: rgb(255, 237, 137);
}

#best_time_div {
  font-size: 22px;
  margin-top: 12px;
  color: rgb(158, 158, 158);
}

#newRec {
  font-size: 18px;
  margin-top: 12px;
  color: rgb(255, 237, 137);
}

/*

.glitch {
  color: rgb(223, 191, 191);
  position: relative;
  font-size: 9vw;
  animation: glitch 5s 5s infinite;
}

.glitch::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: -5px 0 magenta;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}

.glitch::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -5px 0 lightgreen;
  background: black;
  overflow: hidden;
  top: 0;
  animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
  1%{
    transform: rotateX(10deg) skewX(90deg);
  }
  2%{
    transform: rotateX(0deg) skewX(0deg);
  }
}

*/

.scanlines {
  overflow: hidden;
  mix-blend-mode: difference;
}

.scanlines::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.05) .5%, transparent 1%);
  animation: fudge 7s ease-in-out alternate infinite;
}

@keyframes fudge {
  from {
    transform: translate(0px, 0px);
  }

  to {
    transform: translate(0px, 2%);
  }
}

.xpaystation-widget-lightbox {
  z-index: 999999999 !important;
}

button.store_buy_coins {
  font-size: 22px;
  padding: 5px 25px;
  border: none;
  margin: 5px;
  background-color: rgb(167 8 8);
  border: 1px solid #ce0404;
  /* border-radius: 5px !important; */
  text-shadow: 0 0 1px #fff, 0 0 10px #ff4da6, 0 0 15px #ff4da6, 0 0 20px #ff4da6, 0 0 25px #ff4da6, 0 0 30px #ff4da6, 0 0 35px #ff4da6;
  display: none;
}

button.store_buy_coins#mid {
  background-color: #0561d4;
  border: 1px solid #4192f5;
  text-shadow: 0 0 1px #fff, 0 0 10px #3990fd, 0 0 15px #3990fd, 0 0 20px #3990fd, 0 0 25px #3990fd, 0 0 30px #3990fd, 0 0 35px #3990fd;
  /* text-shadow: 0px 0px 2px #000000; */
  color: #ffffff;
}

button.store_buy_coins#top {
  background-color: #fcb130;
  border: 1px solid #f7cd4d;
  text-shadow: 0 0 1px #fff, 0 0 3px #7d745a, 0 0 5px #7d745a, 0 0 7px #7d745a, 0 0 10px #7d745a, 0 0 15px #7d745a, 0 0 17px #7d745a;
  /* text-shadow: 0px 0px 2px #000000; */
  color: #ffffff;
}

button.store_buy_coins:hover {
  animation: scaleanim .5s ease-in-out infinite alternate;
}

.glow {
  @extend .glitch;
  text-shadow: 0 0 1000px rgb(223, 191, 191);
  color: transparent;
  position: absolute;
  top: 0;
}

.subtitle {
  font-family: Rajdhani;
  font-weight: 100;
  font-size: .8vw;
  color: rgba(165, 141, 141, .4);
  text-transform: uppercase;
  letter-spacing: 1em;
  text-align: center;
  position: absolute;
  left: 17%;
  animation: glitch-2 5s 5.02s infinite;
}

@keyframes glitch-2 {
  1% {
    transform: rotateX(10deg) skewX(70deg);
  }

  2% {
    transform: rotateX(0deg) skewX(0deg);
  }
}

#canvas {
  position: absolute;
}

.ability_tree_ab {
  position: absolute;
  border: 2px solid black;
  text-align: center;
  border-radius: 30px !important;
  cursor: pointer;
  overflow: hidden;
  color: black;
}

.ability_tree_ab:hover {
  filter: brightness(150%);
  border-color: #9ecaed;
  box-shadow: 0 0 8px #9ecaed;
  color: white;
}

.ability_tree_ab.inactive_ {
  filter: grayscale(100%);
}

#totalPointsDisplay {
  position: absolute;
  top: 20px;
  right: 20px;
}

#abilitiesStateDisplay {
  position: absolute;
  top: 20px;
  left: 20px;
}

#abilitiesOKButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 50px;
  border: 1px solid #000000a6;
}

#abilitiesOKButton:hover {
  filter: brightness(150%);
  border-color: #9ecaed;
  box-shadow: 0 0 8px #9ecaed;
  color: white;
}

.barParentDiv {
  margin: -34px auto;
}

.barParentDiv div {
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 1px;
  box-shadow: 0 0 8px #9fff8e;
}

/* Ability Window */

#abilityErrors {
  color: red;
  position: fixed;
  top: 100px;
  left: 262px;
  font-size: 18px;
}

#abilityErrors span {
  color: yellow;
  font-size: 30px;
  position: relative;
  top: 6px;
}

#abilityWindowInner {
  clear: both;
}

#abilityWindowInner .row {
  padding: 5px 0px;
  text-align: center;
}

#abilityWindowInner .row img {
  width: 90px;
  height: 90px;
  max-width: 90px;
}

button.inactive_ img {
  filter: grayscale(100);
}

#abilityLeft {
  width: 550px;
  padding-bottom: 50px;
  padding-top: 20px;
  margin: 0;
  padding: 0;
}

#ability_reset {
  position: absolute;
  bottom: 112px;
  left: 50px;
  display: none;
}

#ability_save {
  display: none !important;
}

#ability_reset, #ability_save, #totalPointsDisplayNew {
  float: left;
}

div#totalPointsDisplayNew {
  position: relative;
  top: 10px;
}

#abilityLeft button, #abilityLeft button:focus, #abilitLeft .btn {
  background-color: transparent;
  outline: 0 !important;
  box-shadow: none !important;
}

#abilityLeft .btn span.tick {
  width: 37px;
  height: 38px;
  display: block;
  position: absolute;
  opacity: 1;
  display: block;
  color: #ffffff;
  position: absolute;
  left: 16px;
  top: -30px;
  font-size: 26px;
  text-shadow: 0px 0px 2px black;
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#abilityLeft .btn {
  position: absolute;
  border: none;
  width: 70px;
  padding: 0;
  margin: 0;
}

.flash_grenade .tick, .smoke_grenade .tick {
  display: none !important;
}

#abilityLeft button.jump .tick, #abilityLeft button.quick_draw .tick {
  transform: rotate(90deg);
  top: 16px;
  left: 61px;
}

#abilityLeft button.sprint .tick, #abilityLeft button.extra_primary_ammo .tick {
  opacity: 1;
  transform: rotate(-90deg);
  top: 16px;
  left: -28px;
}

span.max_points {
  font-size: 18px;
  opacity: .7;
  display: none !important;
}

.points {
  position: absolute;
}

.points_spend_1 {
  left: 80px;
  top: 86px;
}

.points_spend_2 {
  left: 570px;
  top: 104px;
}

.points_spend_4 {
  left: 660px;
  top: 282px;
}

.points_spend_3 {
  left: 588px;
  top: 474px;
}

.points_spend_5 {
  display: none;
}

.points_spend_6 {
  left: 343px;
  top: 490px;
}

button.teleport {
  left: 150px;
  top: 130px;
}

button.jump {
  left: 190px;
  top: 170px;
}

button.sprint {
  left: 110px;
  top: 170px;
}

.quick_draw {
  left: 529px;
  top: 176px;
}

.quick_load {
  left: 490px;
  top: 136px;
}

.extra_special_ammo {
  left: 531px;
  top: 445px;
}

button.extra_primary_ammo {
  left: 492px;
  top: 484px;
}

.he_grenade {
  top: 484px;
  left: 187px;
}

.smoke_grenade {
  top: 320px;
  left: 600px;
}

.flash_grenade {
  left: 562px;
  top: 282px;
}

.sticky_grenade {
  left: 225px;
  top: 446px;
}

.impulse_grenade {
  top: 446px;
  left: 149px;
}

.mine {
  left: 264px;
  top: 484px;
}

.trip_mine {
  left: 302px;
  top: 446px;
}

.flash_grenade .tick {
  display: none;
}

.hide_foot_trail, .wall_hanging, .melee_damage {
  display: none !important;
}

#ability-right .btn {
  margin: 0 10px 10px 10px;
}

.info_column {
  text-align: left;
  padding-top: 35px;
  padding-left: 10px;
}

.info_column span {
  display: block;
  clear: both;
  text-transform: uppercase;
  width: 140px;
}

.info_column span.points_spent, .info_column span.max_value {
  display: inline;
}

span.max_points.red {
  color: red;
}

span.max_points.green {
  color: lawngreen;
}

span.max_points.yellow {
  color: yellow;
}

span.key_bound_abilities {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

#currentActiveAbilitiesDisplay img {
  width: 80px;
  margin: 10px;
}

/* CSS Tooltips */

.tooltip_container {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip_container .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  padding: 10px;
  font-size: 12px;
  left: 10px;
  position: fixed;
  top: 280px;
  width: 190px;
}

.tooltip_container:hover .tooltiptext {
  visibility: visible;
  white-space: initial !important;
}

.abilities_primary_title {
  display: block;
  text-transform: uppercase;
  color: yellow;
  font-size: 18px;
}

span.change_val {
  color: yellow;
  display: inline;
}

.next_rank, .cur_rank {
  color: #17e8fb;
}

.tier_descriptions ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

/* Store */

div.weapon_skin {
  clear: both;
  width: 96% !important;
  height: 123px;
}

.weapon_skin_confirm_img {
  margin-top: 130px;
}

div.weapon_skin img.store_thumb {
  max-width: 90%;
  padding-top: 10px;
}

#confirm_coins {
  margin-top: 20px;
}

#store_your_balance {
  clear: both;
  font-size: 22px;
  margin-left: 10px;
  padding-top: 10px;
}

#confirm_coins #currency_image {
  margin-top: 3px;
}

div#purchase_confirm_module {
  background-color: black;
  border: 1px solid rgb(255 255 255 / 0.1);
}

#purchase_confirm_module #text_area {
  float: left;
  width: 310px;
  padding-top: 70px;
  padding-left: 50px;
  font-size: 22px;
}

#confirm_thumb {
  height: auto;
  width: auto;
  float: left;
  max-width: 210px;
}

#purchase_confirm_final {
  margin-right: 20px;
}

.legendary {
  background: radial-gradient(#FFE465, #FF9805);
  border: 1px solid #f7cd4d;
}

.epic {
  background: radial-gradient(rgb(190 35 228), rgb(50 27 64));
  border: 1px solid #9f1fbf;
}

.rare {
  background: radial-gradient(rgb(48 150 255), rgb(13 44 111));
  border: 1px solid #4141cc;
}

.common {
  background: radial-gradient(rgb(41 255 15), rgb(21 119 29));
  border: 1px solid #3f9c3f;
}

.default {
  background: radial-gradient(rgb(255 255 255), rgb(140 140 140));
  border: 1px solid #8a8a8a;
}

/*
.purchased_1 {
  filter: grayscale(100%)
}
*/

#thumb_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

img.store_thumb {
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}

.cost {
  position: absolute;
  bottom: 30px;
  background-color: rgb(0 0 0 / .5);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.weapon_skin .store_title {
  bottom: 0;
  font-size: 20px;
  padding: 2px;
}

#store_thumb_0 .purchase_button {
  top: 170px;
}

#store_thumb_1 .purchase_button {
  top: 140px;
}

div#store_thumb_1 {
  width: 185px;
}

.store_thumb_cont img.store_thumb {
  filter: saturate(90%)
}

.store_thumb_cont:hover img.store_thumb {
  /*
filter: blur(1px);
-webkit-filter: blur(1px);
*/
  filter: saturate(120%)
}


.store_thumb_cont .purchase_button {
  background-color: rgb(167 8 8);
  position: absolute;
  z-index: 1;
  display: block;
  left: 50%;
  margin-left: -25%;
  width: 57%;
  height: 40px;
  top: 70px;
  border: 1px solid #ce0404;
  border-radius: 5px !important;
  cursor: pointer;
  text-align: center;
  padding-top: 8px;
  animation: scaleanim .5s ease-in-out infinite alternate;
  z-index: 2;
}

.store_thumb_cont .purchase_button {
  display: none;
}

.store_thumb_cont:hover .purchase_button {
  display: block;
}


@keyframes scaleanim {
  0% {
    transform: scale(1.0);
  }

  100% {
    transform: scale(1.05);
  }
}

.glow {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}

#store_thumb_0 {
  width: 390px;
}

.store_thumb_cont {
  width: 190px;
  float: left;
  position: relative;
  margin: 5px;
}

#storefront_module, #nft-drops_module {

  padding-top: 30px;
}

#storefront_module .spin_circle, #nft-drops_module .spin_circle {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
}

.store_title {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgb(29 27 27);
  font-size: 20px;
  font-size: 1.05em;
  z-index: 1;
  padding-bottom: 5px;
  height: 30px;
  pointer-events: none;
  line-height: 28px;
}

.player_skin .cost.game_mode {
  top: 30px;
  background-color: rgb(0 0 0 / 50%);
  font-size: 18px;
  bottom: initial;
}

.weapon_skin .cost.game_mode {
  bottom: 80px;
  font-size: 16px;
}

.quantity_left {
  float: right;
  text-shadow: 1px 1px 2px black;
  padding-right: 6px;
  font-size: 20px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.owned {
  position: absolute;
  font-size: 22px;
  left: 9px;
  top: 3px;
  z-index: 1;
  text-shadow: 1px 1px 2px black;
  color: white;
}

.weapon_skin .cost {
  bottom: 27px;
  text-align: left;
  width: 100%;
  font-size: 22px;
  z-index: 1;
  padding-bottom: 5px;
  height: 41px;
  left: 8px;
  background-color: transparent;
  right: initial;
  transform: scale(.8);
  transform-origin: left;
}

.weapon_skin .cost.drop_rate {
  bottom: 20px;
  font-size: 18px;
}

.player_skin .cost.drop_rate {
  line-height: 42px;

}

.currency_image_store {
  background-image: url(../img/ev_coin3.png);
  width: 30px;
  height: 29px;
  display: inline-block;
  position: relative;
  top: 6px;
  left: -4px;
}

/* Store alt layout */

#thumb_wrapper, #weapon_cont, #player_skin_cont {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  float: none;

}



#weapon_cont {
  width: 19%;
}


/* 
.store_thumb_cont {
 box-shadow: 0px 3px 3px 3px rgb(0 0 0 / .5); 
  border: none !important; 
}

.store_thumb_cont:hover {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  z-index: 99999999;
  border: none !important;
}


.store_thumb_cont:hover .cost {
  margin-left: -1px;
}

*/
.purchase_button {
  top: 40% !important;
}

.drop_footnote {
position: absolute;
top: 82px;
font-size: 17px;
text-align: center;
width: 100%;
pointer-events: all; 
}

.drop_footnote a {
color: #fca617; 
}

.store_thumb_cont {
  width: 200px !important;
  max-width: 100% !important;
  min-width: 150px;
}

.store_thumb_cont.player_skin, .store_thumb_cont.weapon_skin {
  width: 19% !important;
}

@media only screen and (max-width: 850px) {
  .store_title, .cost {
    font-size: 12px !important;
  }

  .purchase_button {
    font-size: 10px;
  }
}

#load_div_cont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 999;
}

#load_div_cont video {
  width: 280px !important;
  height: auto !important;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
}

#load_div {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 1000;
  width: 500px;
  margin-left: -250px;
  overflow: visible;
  height: 170px;
  margin-top: -85px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 70px;
  margin-right: 40px;
  top: 10px;
  position: relative;
  left: 20px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loading-status {
  color: white;
  margin-bottom: 10px;
  bottom: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}

div.progress {
  color: white;
  width: 500px;
  height: 10px;
  background-color: gray;
}

#load_div #logo, #pre_load_text, #guest_reg_login, #rewarded_ad_button {
  position: relative;
  animation: scaleanim .5s ease-in-out infinite alternate;
}

#pre_load_text {
  font-size: 20px;
  text-align: center;
  top: 64%;
  color: #fff;
  text-transform: lowercase;
  text-shadow: 0 0 1px rgb(255 255 255 / 50%), 0 0 3px rgb(255 255 255 / 50%), 0 0 5px rgb(255 255 255 / 50%), 0 0 10px rgb(255 255 255 / 50%), 0 0 15px rgb(255 255 255 / 50%), 0 0 20px rgb(255 255 255 / 50%), 0 0 25px rgb(255 255 255 / 50%);
}

#loadingsvg {
  will-change: transform;
  filter: url(#glow);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.6);
  max-width: 500px;
}

.letter {
  /* Color of the text */
  stroke: #ffffff;
  /* Size of the line */
  stroke-width: 10px;
  fill: transparent;
  stroke-linecap: round;
  stroke-dasharray: 1150px;
  stroke-dashoffset: -1150px;
  /* Time of the animation changeable by changing 5s */
  animation: drawLine 5s ease-in-out infinite;
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: -1150px;
  }

  40% {
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dashoffset: 0;
  }

  90% {
    stroke-dashoffset: 1150px;
  }

  100% {
    stroke-dashoffset: 1150px;
  }
}

#progress-boot {
  margin-top: 20px;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  transition: width .6s ease;
}

#respawnDiv, #chatInput, #reloadingBar, #manaReqDiv {
  display: none;
}

/*
#reloadingBarInner {
  transition: width .05s;

}
*/

#xp_bar {
  display: none !important;
}

#stats_box {
  z-index: 10 !important;
  left: 10px !important;
  top: 10px !important;
}

/* Error messages and alerts */

#error_message {
  color: red;
  font-size: 24px;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 200px;
  bottom: 0;
  margin: auto;
  text-align: center;
}

#login-form_module .alert {
  margin-top: 20px;
}

.ui-alert {
  z-index: 2147483647;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  opacity: .9;
  margin-top: 140px;
  position: absolute;
}

.sm_link {
  position: fixed;
  bottom: 67px;
  right: 0px;
  display: block;
}

.sm_link#twitter {
  bottom: 116px;
}

.sm_link img {
  max-width: 40px;
}

.sm_link#reddit {
  bottom: 18px;
}

#abilities_button, #friends_button {
  position: fixed;
  bottom: 214px;
  right: 0;
  background-color: rgb(40 169 190 / .5) !important;

  font-size: 18px;
  border-right: none !important;
  cursor: pointer;
  border-right: none !important;
}



#abilities_button:hover, #abilities_button a:hover {
  color: white !important;
}

#abilities_button {
  display: none;
}

#full_screen_button {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 5px;
  left: 5px;
  opacity: .8;
  width: 40px;
  cursor: pointer;
}

/* Profile Area */

.weapon_skins_cont .my_skins_img {
  padding-top: 27px;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#rankings_button, #clan_rankings_button {
  float: right;
  font-size: 12px;
}

#rankings_button {
  margin-left: 10px;
}

.my_skins_box {
  float: left;
  width: 22.8%;
  position: relative;
  margin: 5px;
  height: 114px;
  overflow: hidden;
}

span.power_level {
  position: absolute;
  right: 6px;
  top: 0px;
  text-shadow: 1px 1px 2px #000000;
  font-size: 16px;
  pointer-events: none;
}

.my_skins_cont {
  clear: both;
}

.my_skins_cont img {
  max-width: 100%;
  margin-top: -10px;
}

span.my_skins_title {
  position: absolute;
  bottom: 0;
  text-align: center;
  background-color: hsl(0deg 0% 0% / 50%);
  display: block;
  width: 100%;
}

div#profile_thumb {
  float: left;
}

#profile_title {
  float: left;
  padding-left: 20px;
  text-transform: none;
}

#profile_thumb img {
  border-radius: 10px !important;
  width: 70px;
}

.eq_div {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: rgb(0 0 0 / .4);
}

.eq_div:hover {
  background-color: transparent;
}

.eq_div.eq_equipped {
  font-size: 40px;
  background-color: transparent;
  left: -37px;
  position: absolute;
  top: -9px;
}

.eq_div.eq_equip {
  padding-top: 4px;
  font-size: 12px;
}

#bal_span {
  float: left;
  display: block;
  margin-right: 10px;
}

#profile_cur_container {
  clear: both;
  padding-top: 20px;
}

#profile_coins {
  position: relative;
  top: 0px;
  left: 7px;
  font-size: 20px;
}

#currency_image {
  background-image: url(../img/ev_coin3.png);
  width: 30px;
  height: 29px;
  float: left;
  margin-right: 5px;
}

img.role_icon {
  max-height: 18px;
  width: auto;
  max-width: 20px;
  position: relative;
  padding-bottom: 3px;
  margin-left: 7px;
  right: 0;
}

#stats_table.table {
  background-color: transparent;
  margin-top: 20px;
}

#stats_table.table>thead>tr>th {
  border-color: white;
}

.spin_circle {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/load_spin.svg);
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
}

.container-new-game .spin_circle, #test_map_window .spin_circle {
  width: 166px;
  height: 70px;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.spin_circle.load_profile {
  margin-top: 10px;
}

#links_center {
  position: absolute;
  top: 73px;
  font-size: 12px !important;
  z-index: 11;
  text-align: center;
  width: 100%;
  pointer-events: none;
}

#links_center button:hover {
  background-color: black;
}



#links_center button, #party_container button, #create_party_button {
  font-size: 12px !important;
  margin-right: 3px;
  color: #fff;
  text-transform: lowercase;
  padding: 7px 10px;
  background-color: rgb(255 255 255 / 20%);
  border: none;
  pointer-events: all;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  margin-left: 3px;
}


/* Matchmaking Buttons */

#mini_games_button {
  background-color: #7d008d;
}

#pug_game {
  background-color: #3F51B5;
}

#priv_game {
  background-color: #FF9800;
}

#share_link_button {
  background-color: #00BCD4;
}

#create_party_button {
  background-color: #ec4242;
}

#share_party_button {
  background-color: #00BCD4;
}

#leave_party_button {
  background-color: #FF9800;
}

#share_link_button #share_link_span, #share_link_button #copied_link_span, #share_party_button #share_link_span, #share_party_button #copied_link_span {
  display: none;
}

#share_link_button:not(.active) #share_link_span, #share_party_button:not(.active) #share_link_span {
  display: initial;
}

#share_link_button.active #copied_link_span, #share_party_button.active #copied_link_span {
  display: initial;
}

.game_mode_icon_container {
  width: 45%;
  float: left;
  background-color: rgb(255 255 255 / 10%);
  text-align: center;
  height: 140px;
  margin: 10px;
  cursor: pointer;
}

#game_mode_icon_1 {
  /* background-color: hsl(187deg 81% 31%); */
  background: radial-gradient(rgb(249 141 8), rgb(130 76 6));
  border: 1px solid #e88409;
}

#game_mode_icon_2 {
  /* background-color: #3aa23a; */
  background: radial-gradient(rgb(48 150 255), rgb(13 44 111));
  border: 1px solid #4141cc;
}

#game_mode_icon_3 {
  /*  background-color: #2766c5; */
  background: radial-gradient(rgb(255 48 48), rgb(111 13 13));
  border: 1px solid #cc4141;
}

#game_mode_icon_4 {
  /* background-color: #af1d30; */
  background: radial-gradient(rgb(193 35 200), rgb(87 16 90));
  border: 1px solid #b641ec;
}

#game_mode_icon_5 {
  /* background-color: #af1d30; */
  background: radial-gradient(rgb(19 224 63), rgb(8 130 51));
  border: 1px solid #3dd93e;
}

#game_mode_icon_6 {
  /* background-color: #af1d30; */
  background: radial-gradient(rgb(160 80 160), rgb(60 10 60));
  border: 1px solid #3b134e;
}

.game_mode_button {
  width: auto;
  display: block;
  cursor: pointer;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

span.game_mode_name {
  display: block;
  clear: both;
  font-size: 16px;
  padding-top: 3px;
  text-transform: uppercase;
}

.game_mode_button:hover {
  transform: scale(1.1);
  transition: all .5s ease-in-out;
  border: none !important;
}

.in_party #public_game_module .module_content *:not(.in_party_message), .in_party #new_game_module .module_content *:not(.in_party_message) {
  opacity: 0.5;
  pointer-events: none;
}

.in_party.party_leader #public_game_module .module_content *:not(.in_party_message), .in_party.party_leader #new_game_module .module_content *:not(.in_party_message) {
  pointer-events: auto;
  opacity: 1;
}

.map_name_heading {
  pointer-events: none !important;
}

.in_party.party_leader .in_party_message {
  display: none !important;
}

.in_party #new_game_module .simplebar-content-wrapper {
  overflow-y: hidden !important;
}

/* party */

#party_alias {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
}

#code_text {
  color: #ec4242;
  background-color: #ffffff;
  padding: 5px 7px;
  font-family: Rajdhani;
  user-select: all;
  font-size: 12px;
}

.in_party_message {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
  color: white;
  font-weight: bold;
  font-size: 30px;
}

.in_party .in_party_message {
  display: block;
}

#create_party_button {}

#party_container {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  min-height: 140px;
  z-index: 2;
}

#party_container .party_member_name, #party_container button {
  font-size: 10px !important;
}

#party_container button {
  padding: 5px 10px;
}

#party_count {
  margin-bottom: 5px;
}

#party_actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#party_actions button:not(:last-child) {
  margin-right: 5px;
}

#party_members {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}

.party_member {
  position: relative;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.party_member .party_member_options {
  position: absolute;
  top: 0;
  left: 50%;
  padding-bottom: 10px;
  transform: translate(-50%, -100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.party_member .party_member_options button {
  width: 100%;
  margin-bottom: 5px;
  background-color: #3F51B5;
}

.party_member:hover .party_member_options {
  display: block;
}

.party_members_avatar_container {
  position: relative;
}

.party_members_avatar_container .spin_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
  border: none !important;
}

.party_member .party_member_avatar {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}

.party_member .party_member_name {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.party_member .party_member_name.leader {
  color: gold;
}

.party_member .party_member_name.small {
  font-size: 0.6em;
}

/* game dist */

#gdsdk__advertisement {
  z-index: 2147483647 !important;
}

/* Hack to hide adinplay ads mysteriously showing in body */

body>iframe {
  display: none !important;
}



#game_mode_menu {
  font-size: 12px;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  margin-right: 6px;
  pointer-events: all; 
  margin-top: -1px;
}

#game_mode_menu label {
  color: white;
  display: none;
}

#game-modes-select {
  display: block;
  background-color: rgb(255 255 255 / 20%);
  color: white;
  border: none !important;
  font-size: 12px;
  height: 31px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  text-transform: lowercase;
  overflow: hidden;
  position: relative;
  padding: 0; 
  padding-top: 3px; 
}

#game-modes-select:hover {
  height: auto;
}

#game-modes-select div {
  padding: 5px;
}

#game-modes-select div:last-child {
  margin-bottom: 1px;
}

#links_center > *
{
  vertical-align: top;
}

.game-modes-select-option:hover
{
  background-color: rgba(255, 255, 255, 0.281);
}

#game-modes-select div:first-child::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.35);
}


/* twitch */

#tt_cont {
  position: fixed;
  left: 10px;
  top: 80px;
  max-width: 210px;
  font-size: 12px;
  z-index: 13;
  display: block;
}

#tt_cont a {
  color: white;
  text-decoration: underline;
}

#tt_cont p {
  width: 115px;
  padding-left: 7px;
  font-size: 11px;
  text-shadow: 1px 1px 4px #000000;
}

/*
.isguest #tt_cont {
  top: 76px; 
}
*/

#tt_cont ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 3px;
}

#tt_cont ul li {
  list-style: none;
  margin-bottom: 10px;
}

#tt_cont ul li a:hover {
  text-decoration: none !important;
}

.stream_title {
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

span.stream_count {
  color: yellow;
}

.live_text {
  color: #fd5555;
  display: block;
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
}

#twitch_follow {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 5px;
}

img.twitch_thumb {
  padding-right: 10px;
  clear: left;
}

.twitch_thumb, .stream_title, .stream_count {
  float: left;
  text-shadow: 1px 1px 2px #000000;
}

.stream_link_goto {
  display: block;
  padding-bottom: 15px;
}

/* CPMSTAR */

/* ADD SA5 HERE TO SHOW AD DURING LOAD SCREEN */
div.div-85025, #sa3, #sa4, #sa5 {
  position: fixed;
  z-index: 9999;
  display: none !important;
  pointer-events: none;
}

div.div-85025 {
  width: 728px;
  height: 90px;
  position: fixed;
  bottom: 0;
  margin-left: -364px;
  left: 50%;
}

div.div-85024, .mad1 {
  width: 300px;
  height: 250px;
  position: fixed;
  z-index: 1;
  top: 150px;
  left: 10px;
}

div.div-85026, .mad2 {
  width: 300px;
  height: 250px;
  position: fixed;
  top: 150px;
  right: 10px;
  z-index: 1;
}

#preroll {
  z-index: 2147483647 !important;
}

.clan_insignia {
  position: absolute;
}

#clan_notify {
  z-index: 9;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 80px;
  color: white;
  font-size: 32px;
  margin-left: -40px;
  color: #fcbb43;
}

/* Weapon Tiers in BR */

#weaponsDiv {
  transform: scale(.9) !important;
  transform-origin: bottom right;
}

#weaponsDiv .weapon_cont.tier_0 {
  background: radial-gradient(rgb(255 255 255), rgb(140 140 140));
  border: 1px solid #8a8a8a;
}

#weaponsDiv .weapon_cont.tier_1 {
  /* background: radial-gradient(rgb(41 255 15), rgb(21 119 29));
  border: 1px solid #3f9c3f; */
  background: radial-gradient(rgb(255 255 255), rgb(140 140 140));
  border: 1px solid #8a8a8a;
}

#weaponsDiv .weapon_cont.tier_2 {
  background: radial-gradient(rgb(48 150 255), rgb(13 44 111));
  border: 1px solid #4141cc;
}

#weaponsDiv .weapon_cont.tier_3 {
  background: radial-gradient(rgb(190 35 228), rgb(50 27 64));
  border: 1px solid #9f1fbf;
}

#weaponsDiv .weapon_cont.tier_4 {
  background: radial-gradient(#FFE465, #FF9805);
  border: 1px solid #f7cd4d;
}

#weaponsDiv .tiered_weapon_cont {
  margin-top: 5px;
}

#weaponsDiv .tiered_weapon_cont {
  opacity: .7;
}

#weaponsDiv .tiered_weapon_cont img {
  opacity: 1;
}

#weaponsDiv .tiered_weapon_cont.activeWeapon {
  opacity: 1;
}

.tier_amt {
  display: none;
}

#left_alive {
  position: absolute;
  right: 25px;
  top: 256px;
  color: white;
}

#placed_text {
  color: #fbdf50;
}

#left_alive.top_position {
  top: 40px;
  font-size: 22px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
  pointer-events: none;
}




#statsTableDivCont {
  transform-origin: left;
}






@media only screen and (max-width: 1050px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.9);
  }
}


@media only screen and (max-width: 955px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.8);
  }
}

@media only screen and (max-width: 900px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.75);
  }
}



@media only screen and (max-width: 850px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.68);
  }
}


@media only screen and (max-width: 750px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.63);
  }
}

@media only screen and (max-width: 650px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.58);
  }
}

@media only screen and (max-width: 550px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.53);
  }
}


@media only screen and (max-width: 450px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.48);
  }
}

@media only screen and (max-width: 400px) {
  #statsTableDivCont.isVisibleAtRoundEnd {
    transform: scale(.42);
  }
}




#sa4 {
  transform-origin: top left;

}

#sa5 {
  transform-origin: top right;

}

@media only screen and (max-width: 1200px) {
  #sa4, #sa5 {
    transform: scale(.7);
  }
}

@media only screen and (max-width: 1000px) {
  #sa4, #sa5 {
    transform: scale(.6);
  }
}

#permaLeaderboard {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 280px;
  background-color: rgba(0, 0, 0, 0.3);
}

#permaLeaderboardTable {
  background: none;
  font-size: 16px;
}

#permaLeaderboardTable tr.me {
  color: rgb(255, 255, 66);
}

#permaLeaderboard td {
  padding: 1px 6px;
}

.leaderBoardTopRow {
  color: #c7ffd7;
}

#linkToLeaderboardPageDiv {
  text-align: center;
  font-size: 15px;
}

#survival_boss_info {
  position: absolute;
  top: 10px;
  display: block;
}

.survival_boss_info_sub {
  float: left;
}

#survival_boss_info_boss span {
  color: white;
  clear: both;
  display: block;
  text-align: center;
  padding-top: 5px;
}

#survival_boss_info_boss img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#special_wave_info {
  color: rgb(255, 167, 95);
  font-size: 26px;
  margin-top: 20px;
}

#bfight_title {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 22px;
  visibility: hidden;
}

.survival_boss_info_sub:last-child #bfight_title {
  visibility: visible !important;
}

#bfight_name {
  color: white;
  clear: both;
  display: block;
  text-align: center;
  padding-top: 5px;
}

#bfight_nft {
  color: white;
  clear: both;
  display: block;
  text-align: center;
  padding-top: 5px;
}

#find_best_region {
  position: absolute;
  top: 60px;
  z-index: 99999999;
  color: white;
  display: block;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 2px #000000;
}

.regionNameLoadingScreen {
  color: rgb(255, 255, 59);
}

#fracSurPWDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.99);
  z-index: 999999999999;
  text-align: center;
  padding-top: 200px;
  font-size: 32px;
}

#fracSurPWDiv div {
  margin: 24px;
}

#fraSurPWInput {
  border: 1px solid #959595;
  text-align: center;
}

#fracSurStartButton {
  border: 1px solid #959595;
  background: none;
}

#fracSurStartButton:hover {
  border: 1px solid white;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

#fracSurCancelButton {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  font-size: 50px;
}

#fracSurCancelButton:hover {
  color: white;
}

#frac_sur_pstat {
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0;
}

#frac_sur_pstat div {
  display: inline-block;
  font-size: 18px;
}

.frac_sur_pstat_title {
  font-size: 18px;
}

#frac_sur_pstat p {
  margin: 0;
  font-size: 18px;
}

#fracSurStateMsgDiv {
  color: rgba(255, 0, 0, 0.637);
}

.XButton {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
}

.XButton:hover, .eventAddButton:hover {
  color: white;
}

.triggerParam {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.eventAddButton {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: none;
  background: none;
  font-size: 24px;
}

.addEventDiv {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  z-index: 9999999;
  background-color: black;
  border: 1px solid #ffffff75;
  padding: 18px;
  text-align: center;
}

#editorBar {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 106;
  background-color: rgba(0, 0, 0, .8);
  padding: 2px;
  height: 52px;
}

#mini_file_interface {
  position: absolute;
  z-index: 1;
  top: 14px;
}

#data_area {
  margin-top: 40px;
  position: relative;
}

.editorBarMenuDiv {
  cursor: pointer;
  background-color: rgb(41, 41, 41);
  float: left;
}

.editorBarTitle {
  height: 50px;
  padding: 12px;
  font-size: 18px;
}

.editorBarSubDiv {
  display: none;
  padding: 10px;
}

.editorBarSubDiv:hover, .editorBarTitle:hover {
  background-color: rgb(255 255 255 / 20%);
}

.editorBarMenuDiv:hover .editorBarSubDiv {
  display: block;
}

.editorBarSubDiv div {
  background-color: rgba(0, 0, 0, .8);
}

#fileDiv {
  width: 120px;
}

#editorFeedWindow {
  position: absolute;
  right: 10px;
  top: 72px;
  z-index: 105;
  background-color: rgba(0, 0, 0, .8);
  padding: 12px;
  overflow-y: scroll;
  height: 300px;
  width: 250px;
}

#editorDataWindow {
  position: absolute;
  left: 10px;
  top: 72px;
  z-index: 105;
  background-color: rgba(0, 0, 0, .8);
  padding: 12px;
  overflow-y: scroll;
  bottom: 10px;
}

.noDefault {
  color: rgb(255, 255, 0);
}

.editorTip {
  position: absolute;
  display: none;
  width: 174px;
  top: 0;
  left: -230px;
  background-color: rgba(0, 0, 0, 0.445);
  padding: 6px;
}

.editorDataFieldDiv:hover .editorTip {
  display: block;
}

#editorDataWindow::-webkit-scrollbar, #editorFeedWindow::-webkit-scrollbar, #editorWeaponsWindow::-webkit-scrollbar {
  width: 10px;
}

#editorDataWindow::-webkit-scrollbar-track, #editorFeedWindow::-webkit-scrollbar-track, #editorWeaponsWindow::-webkit-scrollbar-track {
  background: #555;
}

#editorDataWindow::-webkit-scrollbar-thumb, #editorFeedWindow::-webkit-scrollbar-thumb, #editorWeaponsWindow::-webkit-scrollbar-thumb {
  background: white;
}

.editorDataFieldDiv {
  padding: 5px;
  position: relative;
}

.editorDataFieldDiv:hover {
  background-color: rgba(255, 255, 255, 0.13);
}

.editorDataFieldDiv>label {
  width: 100%;
}

.editorDataFieldDiv p {
  margin-bottom: 0;
}

.editorDataFieldDiv input {
  border: none;
  color: black;
}

.editorDataFieldDiv label {
  margin-left: 2px;
  margin-right: 10px;
}

.editorNewTriggerWindow {
  position: absolute;
  background: rgba(0, 0, 0, 0.856);
  top: 200px;
  width: 600px;
  margin-left: -300px;
}

.editorNewTriggerWindowCloseButton {
  position: absolute;
  top: 10px;
  right: 10px;
}

#paramSelect {
  overflow: hidden;
}

#triggerDivLeft {
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
}

.triggerInstanceListEntry {
  cursor: pointer;
}

.triggerInstanceListEntry:hover {
  background-color: rgba(255, 255, 255, 0.281);
}

#triggerDivRight {
  margin-left: 30%;
}

.tipTitle {
  font-size: 18px;
  color: white;
}

.tipDesc {
  color: grey;
  font-style: italic;
}

.tipType {
  color: rgb(136, 255, 136);
  font-size: 12px;
}

.tipMinMax {
  color: white;
  font-size: 12px;
}

.setDefaultButton {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 1px solid #fcbb43;
  color: #fcbb43;
  display: none;
  background-color: rgba(0, 0, 0, 0);
}

.editorWeaponListItem {
  cursor: pointer;
}

.editorWeaponListItem:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.editorWeaponListItem.active {
  color: yellow;
}

.editorDataFieldDiv:hover .setDefaultButton {
  display: block;
}

.setDefaultButton:hover {
  border: 1px solid white;
  color: white;
}

#editorMenuFile {
  width: 100px;
}

#editorMenuView {
  width: 100px;
}

.dataCategory {
  clear: both;
  margin-bottom: 2px;
}

.dataCategory.collapsed {
  height: 36px;
  overflow: hidden;
}

.dataCateoryTitle {
  background-color: rgba(255, 255, 255, 0.445);
  width: 100%;
  height: 36px;
  cursor: pointer;
  color: white;
  font-size: 24px;
}

.dataCateoryTitle:hover {
  background-color: rgba(255, 255, 255, 0.555);
}

.dataCateoryTitle span {
  margin-left: 10px;
}

.minigameDiv {
  width: 200px;
  height: 90px;
  background-size: contain;
  margin-bottom: 5px;
  padding: 5px;
  position: relative;
  cursor: pointer;
}

.minigameTitle {
  background-color: #00000080;
  color: white;
  text-align: center;
}

.minigameDesc {
  font-size: 12px;
  position: absolute;
  bottom: 4px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 34px !important;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.social-page {
  color: white;
}

.social_list_item_pending {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.social_list_item_error_message {
  color: red;
  font-size: 12px;
}

.social_list_item {
  color: white;
}

.player_list_item_clan_rank {
  color: white;
  font-size: 12px;
}

.player_list_item_clan_rank:first-letter {
  text-transform: capitalize;
}

.social_add_error {
  color: red;
}

.social_add_success {
  color: green;
}

#friends-search-wrapper {
  display: block;
  margin-bottom: 10px;
}

#social_pending_request {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
  top: 0px;
  left: 0px;
  display: none !important;

}

.social_list_item_action_select {
  color: black;
}

#social_action_search_by_name {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0px;
}

#social_action_search_by_name>div {
  padding: 5px;
}

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

.received_friend_request_message {}

.received_friend_request_message_btn_wrapper {}

.received_friend_request_message_btn_wrapper>button {}

.focused_player_image {
  max-width: 60px;
  max-height: auto;
}

#social_list_tabs_wrapper {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.social_list_sub_tab_wrapper {
  bottom: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0px;

}


.social_meta_message {
  color: #fff;
  font-weight: bold;
}

.player_offline_chat_message {
  color: #f3f59f;
}

.social_list_tab, .social_list_sub_tab {
  position: relative;
  padding: 5px;
}

.social_list_sub_tab_count {
  position: absolute;
  background-color: #007bff;
  color: white;
  right: 0px;
  border-radius: 50% !important;
  top: 6px;
  font-size: 8px;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  line-height: 16px;
}

.social_list_sub_tab {
  padding: 3px 24px !important;

}

.social_list_tab, .social_list_sub_tab.active {
  position: relative;
  color: white;
}

.social_list_tab.active, .social_list_sub_tab.active {
  color: white;
}

.social_list_tab:not(.active), .social_list_sub_tab:not(.active) {
  cursor: pointer;
  color: lightgray;
}

.social_list_tab:not(.active):hover, .social_list_sub_tab:not(.active):hover {
  color: gray;
}

.focused_player_btn_wrapper>div:hover {
  cursor: pointer;
  background-color: white;
  color: black;
}

.social_player_name {
  width: 150px;
  min-width: 150px;
  font-size: 12px;
}

.player_btn_group {
  display: flex;
  justify-content: space-evenly;
  min-width: 200px;
}

.player_btn_group>div, .player_btn_group>button {
  font-size: 10px;
  padding: 6px;
}

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

.social_list_item {
  min-height: 38px;
  align-items: center;
  display: flex;
  flex-direction: row;
  color: rgba(255, 255, 255, .5);
}

.social_list_item_online_icon_online.social_list_item_online_icon {
  color: green;
}

.social_list_item_online_icon {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, .5);
}

.social_list_item_action {
  cursor: pointer;
  text-transform: uppercase;
}

.social_list_item_action:hover {
  cursor: pointer;
  color: #fff;
}

.social-page .form-control {
  float: left;
  color: black !important; 
}



.button_in_chat {
  padding: 2px 9px;
  border: none;
  margin-left: 5px;
  background-color: rgb(255 255 255 / 30%);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 5px;
}

.button_in_chat:hover {
  color: yellow;
}

#social_action_search_by_name_input {}

#add_friend_label {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  color: lightgray;
}


p#phantom_warning {
  background-color: rgba(242, 255, 5, 0.5);
  padding: 10px;
  margin: 15px 0;
  outline: solid 1px rgba(255, 230, 5, 1);
  width: 100%;
}

p#phantom_register {
  background-color: rgba(242, 255, 5, 0.5);
  padding: 10px;
  outline: solid 1px rgba(255, 230, 5, 1);
  right: 35px;
  margin-bottom: 20px;
}

p#phantom_current {
  background-color: rgba(242, 255, 5, 0.5);
  padding: 10px;
  outline: solid 1px rgba(255, 230, 5, 1);
  right: 35px;
  margin-bottom: 20px;
}

#wallet-connect-bttn {
  position: absolute;
  display: block;
  font-weight: bold;
  border: none;
  padding: 15px;
  color: white;
  margin: 15px;
  background-color: #ae37e6;
  outline: 1px solid #da8cff;
  padding-left: 45px;
}

#wallet-connect-bttn:hover {
  outline: 1px solid white;
}

#wallet-connect-img {
  position: absolute;
  left: 5px;
  top: calc(50% - 20px);
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('../img/phantom-wallet.png');
  background-size: contain;
}

#fractal-wallet-connect-bttn {
  display: block;
  font-weight: bold;
  border: none;
  color: white;
  background-color: rgba(0, 0, 0, 0);
  text-align: right;
  padding: 0;
  margin-left: auto;
  margin-right: -25px;
}

#fractal-wallet-connect {
  overflow: hidden;
}

#wallet-welcome-text {
  display: none;
  position: absolute;
  right: 40px;
  font-weight: bold;
  border: none;
  color: white;
  margin: 15px;
  text-align: right;
}

#nft-loading-popup {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25px;
  left: 0px;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

#nft-freeclaims-popup {
  display: none;
  position: absolute;
  width: 92%;
  top: 25px;
  left: 0px;
  z-index: 99;
  background-color: rgba(255, 217, 0, 0.90);
  border: 1px solid yellow;
  text-align: center;
  padding: 20px;
  margin: 20px;
}

#nft-freeclaims-popup h1 {
  text-shadow: 0px 2px 2px black, 0px 2px 2px black, 0px 2px 2px black;
}

#nft-freeclaims-popup p {
  color: black;
  font-weight: bold;
}

#nft-freeclaims-popup a {
  display: block;
  font-weight: bold;
  border: none;
  padding: 15px;
  color: white;
  margin: 15px;
  background-color: #37e680;
  outline: 1px solid yellow;
  margin-top: 10px;
  text-align: center;
}

#nft-freeclaims-popup a:hover {
  outline: 1px solid white;
  background-color: #67ffa6;
  text-decoration: none;
}

#nft-freeclaims-popup p.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 32px;
  color: black;
}

#nft-acquire-notification {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;

  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 250px;
  height: 100px;
  margin-right: -300px;

  background: rgba(253, 187, 29, 0.2);
}

p#notify_nft {
  position: absolute;
  bottom: -70px;
  color: white;
  font-weight: bolder;
  width: 100%;
  text-align: left;
  text-shadow: 0px 0px 2px #000000;
}

#nft-acquire-notification-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(252, 195, 69);
  background: linear-gradient(90deg, rgba(252, 195, 69, 1) 0%, rgba(248, 253, 29, 1) 50%, rgba(252, 195, 69, 1) 100%);
  -webkit-animation: nft-acquire-notification-scroll 1s infinite linear;
  animation: nft-acquire-notification-scroll 1s infinite linear;
  outline: 1px solid #fcbb43;

  box-shadow: 0px 2px 50px black 0px 2px 50px black;
}

#nft-acquire-notification-inner.legendary {
  background: rgb(255, 228, 101);
  background: linear-gradient(90deg, rgba(255, 228, 101, 1) 0%, rgba(255, 152, 5, 1) 50%, rgba(255, 228, 101, 1) 100%);
  outline: 1px solid #fcbb43;
}

#nft-acquire-notification-inner.epic {
  background: rgb(190, 35, 228);
  background: linear-gradient(90deg, rgba(190, 35, 228, 1) 0%, rgba(50, 27, 64, 1) 50%, rgba(190, 35, 228, 1) 100%);
  outline: 1px solid rgb(190, 35, 228);
}

#nft-acquire-notification-inner.rare {
  background: rgb(48, 150, 255);
  background: linear-gradient(90deg, rgba(48, 150, 255, 1) 0%, rgba(13, 44, 111, 1) 50%, rgba(48, 150, 255, 1) 100%);
  outline: 1px solid rgb(48, 150, 255);
}

#nft-acquire-notification-inner.common {
  background: rgb(41, 255, 15);
  background: linear-gradient(90deg, rgba(41, 255, 15, 1) 0%, rgba(21, 119, 29, 1) 50%, rgba(41, 255, 15, 1) 100%);
  outline: 1px solid rgb(41, 255, 15);
}

#nft-acquire-notification-inner-container {
  position: absolute;
  width: 240px;
  height: 90px;
  overflow: hidden;
  /* background: rgba(255,255,255,0.5); */
  margin-left: 5px;
  margin-top: 5px;

  box-shadow: 0px 2px 50px black 0px 2px 50px black;
}

@keyframes nft-acquire-notification-scroll {
  from {
    background-position: 0px;
  }

  to {
    background-position: 250px;
  }
}

#nft-acquire-notification img {
  width: auto;
  height: 240%;
  float: right;
  bottom: 63px;
  position: relative;
  pointer-events: none;
}

#nft-acquire-notification h2 {
  display: block;
  position: absolute;
  top: -5px;
  right: 122px;
  text-align: left;
  font-size: 24px;
  color: white;
  position: absolute;
  margin-left: 95px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 2px #000000;
}


#fractal-wallet-link {
  position: absolute;
  width: 600px;
  height: 450px;
  top: calc(50% - 225px);
  left: calc(50% - 300px);
  background-color: black;
  color: white;
  text-align: center;
  z-index: 99;
  border-top-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  outline: 2px solid rgb(242, 5, 159);
  box-shadow: 0px 5px 10px black;
  
}

#fractal-wallet-link.mwana {
  outline: 2px solid rgb(69 240 62) !important; 
  
  }

#fractal-wallet-link input {
  width: 350px;
  font-size: 16px;
  text-align: center;
  color: pink;
  font-family: 'Courier New', Courier, monospace;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 10px;
  outline: 1px solid gray;
}

#fractal-wallet-link button.continue {
  margin-top: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  transform: 0.2s all ease-in-out;
  font-size: 24px;
  border: none;
  font-weight: bolder;
  color: white;
  box-shadow: 0px 10px 10px black;
  border-top-left-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 20px;
  outline:1px solid white;
  background-color: rgba(0, 0, 0, 0);
}

#fractal-wallet-link button.continue:active {
  margin-top: 50px;
  -webkit-transition: 0.2s all ease-in-out;
  transform: 0.2s all ease-in-out;
  font-size: 26px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  font-weight: bolder;
  color: black;
  box-shadow: 0px 10px 10px black;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-radius: 25px;
  outline: 1px solid white;
  background-color: rgba(0, 0, 0, 0);
}

#fractal-wallet-link iframe{
  position:absolute;
  left:calc(50% - 118px);
  margin-top: 20px; 
}

#fractal-inner-container {
  display: block;
  margin: 0px auto;
  padding: 20px 50px;
  font-size: 22px;
}



#fractal-inner-container p {
  font-size: 18px;
  text-align: left;
  padding-top: 5px;
}
#whiteListTokenInfo_module {
  background-color: black !important;

}

div#whiteListTokenInfo_module ul li, div#whiteListTokenInfo_module p {
  font-size: 18px;
}

.token_vid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: right;

}

#weekly_quest_dialog_module {
background-color: black; 
}


#reward_thumb {
  width: 250px;
  position: absolute;
  float: right;
  display: block;
  top: 20px;
  right: 10px;
}


#weekly_reward_div p,#weekly_reward_div button {
  max-width: 310px;
}

#weekly_reward_div p {
  font-size: 18px;
}

#quest_accept_button {
margin-top: 20px; 

}

#quest_decline_button {
  margin-top: 10px; 
  
  }
  #quest_accept_button,#quest_decline_button {
width: 250px; 
  }

#quest_progress_cont {
height: 10px;
background-color: white;
position: absolute;
bottom: 0; 
width: 100%; 
z-index: 1;
opacity: .5;
}

#quest_progress_inner {
height: 100%;
background-color: green; 
width: 0%; 
}

#hut8_logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#weekly_quest_completion_module {
  background-color: black;
}

#register-or-login-nfts {
display: none !important;
}

#multi-wallet-bttn{
  display: block;
  width: 150px;
  height: 41px;
  background-color: #9e49a6;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  outline: 2px solid white;
}

#multi-wallet-bttn:hover{
  cursor: pointer;
  background-color: #ce5dd9;
}

#multi-wallet-popup{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999999;
}

#multi-wallet-container{
  display: block;
  position: absolute;
  width: 400px;
  left: calc(50% - 200px);
  top: calc(50% - 25%);
  background-color: #4a3a5c;
  color: white;
  box-shadow: 0px 25px 25px black;
}

#multi-wallet-container-close{
  display: block;
  background-color: rgba(255,255,255,0.2);
  padding-left: 10px;
  border-radius: 32px !important;
  color: gray;
  text-align: center;
  float: right;
  font-size: 20px;
  padding-right: 10px;
  margin-right:15px;
  margin-top:15px;
}
#multi-wallet-container-close:hover{
  color:white;
  cursor: pointer;
}

#multi-wallet-container h1{
  padding:25px;
  text-align: center;
  font-size:28px;
}

#multi-wallet-container img{
  width:32px;
  margin-left:25px;
  float:left;
}

#multi-wallet-container div.wallet-option{
  display:block;
  width:100%;
  color:white;
  padding-top:5px;
}

#multi-wallet-container div.wallet-option:hover{
  background-color: rgba(255, 255, 255, 0.25);
  cursor:pointer;
}

#multi-wallet-container div.wallet-option p{
  display:inline-block;
  padding-left:50px;
  font-size:21px;
}

#multi-wallet-container span{
  padding:5px;
  color:#7ab9c3;
  float:right;
  margin-right:25px;
}

#wallet-option-container{
  width:100%;
}

#wallet-options-toggle-more{
  color:white;
  padding:5px;
  float:right;
}

#wallet-options-toggle-more:hover{
  background-color:rgba(255, 255, 255, 0.2);
  cursor:pointer;
}

#more-wallet-options{
  display:none;
  width:100%;
}

#more-wallet-options hr{
  border:none;
  width:90%;
  height:1px;
  background-color:rgba(255,255,255, 0.5);
}

#profile-window-multi-wallet-container{
  display:block;
  float:right;
}

#fractal-popup-multi-wallet-container{
  display:block;
  text-align: center;
  margin-left:225px;
}

#phantom-wallet-mini-management-popup{
  position:absolute;
  display:none;
  width:250px;
  background-color: white;
  box-shadow:0px 5px 15px black;
  margin-top:60px;
  border-radius:10px !important;
  z-index:99999999999999999999;
}

#phantom-wallet-mini-management-popup div.pointer{
  position:absolute;
  margin-left:100px;
  width:50px;
  height:50px;
  background-color:white;
  transform:rotate(45deg);
  z-index:10 !important;
}

#phantom-wallet-mini-management-popup div.option{
  position:relative;
  display:block;
  text-align:center;
  margin:5px;
  border-radius:10px;
  background-color: #ededed;
  z-index:11 !important;
  color:black;
}

#phantom-wallet-mini-management-popup div.option:hover{
  background-color: #e8fffd;
  cursor:pointer;
}

#phantom-iframe-popup{
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.7);
  z-index:999999999;
}

#phantom-iframe-popup div{
  display:block;
  position:absolute;
  width: 500px;
  background-color:#a434a8;
  left: calc(50% - 250px);
  top: calc(50% - 200px);
  border-radius:10px !important;
  box-shadow: 0px 5px 15px black;
  color:white;
  padding:10px;
  text-align: center;
}

#phantom-iframe-popup h1{
  font-size:28px;
}

#phantom-iframe-popup a{
  color:yellow;
}

#phantom-iframe-popup p{
  font-size:21px;
}