@charset "UTF-8";
.persistent-scrollbar::-webkit-scrollbar, .persistent-scrollbar ::-webkit-scrollbar {
  width: 5px;
}
.persistent-scrollbar::-webkit-scrollbar-track, .persistent-scrollbar ::-webkit-scrollbar-track {
  background: transparent;
}
.persistent-scrollbar::-webkit-scrollbar-thumb, .persistent-scrollbar ::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.persistent-scrollbar {
  scrollbar-color: #ccc transparent;
}
.btn {
  display: block;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  padding: 8px 15px;
  border: none;
  border-radius: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1280px) {
  .btn {
    padding: 0 12px;
  }
}
.btn-lg {
  height: 45px;
}
.btn-darken {
  border: none;
  transition: filter 0.25s ease;
}
.btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-left: 8px;
  height: 60%;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
#btn-play-duo .btn-icon + span {
  margin-left: 20px;
}
#btn-play-squad .btn-icon + span {
  margin-left: 27px;
}
.link-darken:hover,
.link-darken:active {
  color: inherit;
  filter: brightness(80%);
}
.btn-darken:hover,
.btn-darken:active {
  color: inherit;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6)) brightness(80%);
}
.btn-disabled {
  filter: brightness(75%) saturate(75%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-primary {
  background: #008aff;
  border-bottom: 2px solid #007ae4;
  box-shadow: inset 0 -2px #007ae4;
}
.btn-secondary {
  background: #555555;
  border-bottom: 2px solid #444444;
  box-shadow: inset 0 -2px #444444;
}
.btn-danger {
  background: #dc3545;
  border-bottom: 2px solid rgba(22, 22, 22, 0.4588235294);
  box-shadow: inset 0 -2px rgba(22, 22, 22, 0.4588235294);
}
.btn-alert {
  margin-top: 10px;
  background: #ff7500;
  border-bottom: 2px solid #d66200;
  box-shadow: inset 0 -2px #d66200;
}
.btn-purple {
  background: #6666ff;
  border-bottom: 2px solid #4d4dff;
  box-shadow: inset 0 -2px #4d4dff;
}
.btn-success {
  background: #5b8939;
  border-bottom: 2px solid #198754;
  box-shadow: inset 0 -2px #198754;
}
.btn-kofi {
  background: #ff6433;
  border-bottom: 2px solid #c43600;
  box-shadow: inset 0 -2px #c43600;
}
.btn-kofi img {
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
.btn-social {
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: large;
  border: none;
  border-radius: 12px;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .btn-social {
    background-size: 50%;
  }
}
.btn-bsky {
  background-image: url("/img/socials/bsky.svg");
  background-color: #0886fe;
  box-shadow: inset 0 -4px #1161ae;
}
.btn-instagram {
  background-image: url("/img/socials/instagram.svg");
  background-color: #e1306c;
  background-position-y: calc(50% - 2px);
  box-shadow: inset 0 -4px #942b3f;
}
.btn-instagram {
  background-image: url("/img/socials/instagram.svg");
  background-color: #e1306c;
  box-shadow: inset 0 -4px #942b3f;
}
.btn-reddit {
  background-image: url("/img/socials/reddit.svg");
  background-color: #ff4500;
  background-position-y: calc(50% - 1px);
  box-shadow: inset 0 -4px #c23602;
}
.btn-discord {
  background-image: url("/img/socials/discord.svg");
  background-color: #5865f2;
  box-shadow: inset 0 -4px #4049ad;
}
.btn-youtube {
  background-image: url("/img/socials/youtube.svg");
  background-color: #ff0000;
  background-position-y: calc(50% - 2px);
  box-shadow: inset 0 -4px #8e0000;
}
.btn-github {
  background-image: url("/img/socials/github.svg");
  background-color: #252525;
  background-position-y: calc(50% - 1px);
  box-shadow: inset 0 -4px #111111;
}
.btn-wiki {
  background-color: #ff7500;
  box-shadow: inset 0 -4px #d66200;
}
.btn-kofi, .btn-wiki {
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-kofi:hover, .btn-wiki:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn-bind {
  display: flex;
  font-size: 14px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 45%;
}
.btn-bind.active {
  outline: 5px solid #008aff;
}
.btn-spectate-kill-leader {
  background: #ff7500;
  border-bottom: 2px solid #d66200;
  box-shadow: inset 0 -2px #d66200;
}
.btn-donate {
  transition: 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f258b7;
  border-bottom: 2px solid #e340a4;
  box-shadow: inset 0 -2px #e340a4;
}
.btn-donate:hover {
  transition: 0.25s;
  box-shadow: inset 0 -2px #e340a4, 0 0 15px rgb(255, 255, 255);
}
.btn-donate a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.btn-donate i {
  margin-right: 5px;
}
input[type=range]:not(.regular-checkbox) {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: 5px solid transparent;
  --thumb-bg: #ff7500;
  --track-bg: #f8f9fa;
}
input[type=range]:not(.regular-checkbox)::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  background: var(--thumb-bg);
  margin-top: -5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
input[type=range]:not(.regular-checkbox)::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  background: var(--thumb-bg);
  margin-top: -5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: -5px;
}
input[type=range]:not(.regular-checkbox)::-moz-range-track {
  height: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  background: var(--track-bg);
}
input[type=range]:not(.regular-checkbox)::-webkit-slider-runnable-track {
  height: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  background: var(--track-bg);
  background: var(--background);
}
input[type=range]:not(.regular-checkbox)::-moz-range-progress {
  height: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  background: var(--track-bg);
  background: var(--thumb-bg);
}
input[type=range]:not(.regular-checkbox):focus {
  outline: none;
  border-color: #008aff;
}
input[type=range]:not(.regular-checkbox)::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=checkbox]:not(.regular-checkbox) {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  bottom: -2px;
  border: 0;
  outline: 0;
  cursor: pointer;
  margin-top: -1px;
  border-bottom: 2px solid transparent;
}
input[type=checkbox]:not(.regular-checkbox):after {
  content: "";
  width: 40px;
  height: 20px;
  display: inline-block;
  background: #f8f9fa;
  border-radius: 18px;
  clear: both;
  transition: background linear 200ms;
}
input[type=checkbox]:not(.regular-checkbox):before {
  content: "";
  width: 20px;
  height: 20px;
  padding: 2px;
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 50%;
  background: #f8f9fa;
  transition: left linear 200ms;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
input[type=checkbox]:not(.regular-checkbox):checked:before {
  left: 20px;
}
input[type=checkbox]:not(.regular-checkbox):checked:after {
  background: #ff7500;
}
input[type=checkbox]:not(.regular-checkbox):focus {
  border-bottom: 4px solid #008aff;
}
input[type=color] {
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  background-color: #ff7500;
  position: relative;
  top: -10px;
}
input[type=color]::-moz-color-swatch {
  border: 2px solid #2a2a2a;
  border-radius: 4px;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 2px;
  border-radius: 0;
  outline: none;
  border: none;
}
input[type=color]::-webkit-color-swatch {
  border: 2px solid #2a2a2a;
  border-radius: 4px;
}
select {
  background-color: #3d3e48;
  padding: 5px;
  border-radius: 4px;
  min-width: 100px;
  height: 30px;
  outline: none;
  border: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Inter-Regular-COLGFB3M.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-SemiBold-BAEEcJ4E.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Inter-Bold-BOs3KVhN.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/JetBrainsMono-Regular-BQaDgvhP.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/JetBrainsMono-Italic-CFFf43z2.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/fonts/JetBrainsMono-ExtraBold-D7I5JnSP.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("/fonts/JetBrainsMono-ExtraBoldItalic-C6RSiIdH.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}
html, body {
  width: 100vw;
  height: 100vh;
}
body, p, input, button, select {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #ffffff;
}
body {
  overscroll-behavior: none;
}
::-moz-placeholder {
  font-family: "Inter", sans-serif;
}
::placeholder {
  font-family: "Inter", sans-serif;
}
a, a:visited {
  color: #008aff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
}
.dropdown .dropdown-content a {
  display: flex;
  width: 100%;
  font-size: 14px;
  color: white;
  padding: 12px 16px;
}
.dropdown .dropdown-content a i {
  margin-left: 5px;
}
.dropdown .dropdown-content a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5019607843);
}
.dropdown .dropdown-content a:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.dropdown .dropdown-content a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5019607843);
}
.dropdown .dropdown-content a:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown .dropdown-content.active {
  display: block !important;
}
#splash-ui {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #3d3e48;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#splash-logo {
  display: flex;
  justify-content: center;
  margin: 50px auto 25px auto;
  width: 36%;
  min-width: 350px;
  max-width: 600px;
}
#splash-logo img {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 800px) {
  #splash-logo {
    margin-top: 10px;
  }
}
@media screen and (max-height: 500px) {
  #splash-logo {
    min-width: 300px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) and (max-height: 768px) {
  #splash-logo {
    margin: 16px auto 2.5px auto;
  }
}
#splash-modals {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  width: 100vw;
  max-height: 299px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px) and (max-height: 768px) {
  #splash-modals {
    gap: 8px;
    max-height: none;
    max-height: initial;
  }
  #splash-modals button span {
    font-size: 16px;
  }
  #splash-modals #splash-options,
  #splash-modals #splash-customize,
  #splash-modals #splash-socials,
  #splash-modals #splash-rotate-message,
  #splash-modals #splash-server-message,
  #splash-modals #splash-customize,
  #splash-modals #splash-news {
    max-width: 300px;
  }
  #splash-modals #splash-customize {
    width: 300px !important;
    height: auto !important;
    padding: 15px;
    border-radius: 15px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #splash-modals {
    gap: 8px;
    max-height: none;
    max-height: initial;
    padding-left: 8px;
    padding-right: 8px;
  }
  #splash-modals #splash-options,
  #splash-modals #splash-customize,
  #splash-modals #splash-socials,
  #splash-modals #splash-rotate-message,
  #splash-modals #splash-server-message,
  #splash-modals #splash-news {
    max-width: 300px;
  }
  #splash-modals #splash-socials > div {
    gap: 5px;
  }
  #splash-modals #splash-socials > div .btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #splash-modals #splash-socials > div .btn img {
    height: 24px;
  }
  #splash-modals #splash-customize {
    gap: 8px;
  }
  #splash-modals #splash-customize #skin-container {
    transform: scale(90%);
  }
  #splash-modals #splash-customize div:last-child {
    width: 100%;
    flex-direction: column !important;
    gap: 8px !important;
  }
  #splash-modals #splash-customize button {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  #splash-modals {
    flex-direction: column;
    align-items: center;
    padding: 5px;
  }
  #splash-modals #splash-options,
  #splash-modals #splash-customize,
  #splash-modals #splash-socials,
  #splash-modals #splash-rotate-message,
  #splash-modals #splash-server-message,
  #splash-modals #splash-news {
    max-width: 375px;
  }
  #splash-modals #splash-center {
    order: 1;
  }
  #splash-modals #splash-featured-people {
    order: 2;
    flex-direction: column;
    width: auto;
    width: initial;
  }
  #splash-modals #splash-news {
    order: 3;
  }
  #splash-modals #splash-customize {
    order: 4;
    margin-bottom: 16px;
  }
}
.pulsating-circle {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 30px;
  height: 30px;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: white;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
#btn-rules {
  margin-top: 10px;
}
#btn-rules.highlighted {
  background-color: #ff7500;
  border-bottom: 2px solid #d66200;
  box-shadow: inset 0 -2px #d66200;
}
#btn-rules.highlighted > .pulsating-circle {
  display: block !important;
}
#rules-close-btn {
  position: relative;
  margin-top: -50px;
  right: -10px;
  float: right;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 50%;
  background-color: #dc3545;
  cursor: pointer;
}
#splash-news,
#splash-options,
#splash-customize,
#splash-server-message,
#splash-rotate-message,
#splash-hw-acceleration-warning {
  background: rgba(22, 22, 22, 0.4588235294);
  width: 370px;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #splash-news,
  #splash-options,
  #splash-customize,
  #splash-server-message,
  #splash-rotate-message,
  #splash-hw-acceleration-warning {
    padding: 15px;
  }
}
.blur #splash-news,
.blur #splash-options,
.blur #splash-customize,
.blur #splash-server-message,
.blur #splash-rotate-message,
.blur #splash-socials,
.blur #splash-hw-acceleration-warning,
.blur #splash-backlinks,
.blur .featured-container,
.blur .server-list-item {
  backdrop-filter: blur(8px);
}
.blur .create-team-server-list-item {
  backdrop-filter: blur(8px);
}
#splash-news,
#splash-options,
#splash-customize,
#splash-server-message {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#splash-hw-acceleration-warning {
  text-align: center;
  justify-content: center;
  margin: 5px auto 5px auto;
}
#splash-rotate-message {
  font-size: 16px;
  margin-bottom: 10px;
}
#splash-news,
#splash-customize {
  height: 312px;
}
#splash-news h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ff7500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
#splash-news h2 a {
  color: inherit;
  text-decoration: inherit;
}
#splash-news h2 a:hover {
  color: #ff9c11;
}
#splash-news ::-webkit-scrollbar-track {
  margin-bottom: 15px;
}
#splash-news > div {
  height: 240px;
  overflow-y: auto;
  padding-right: 10px;
  text-align: left;
}
#splash-news > div article {
  margin-bottom: 10px;
}
#splash-news > div article:not(:first-child) {
  margin-top: 25px;
}
#splash-news > div article .news-date {
  color: #ccc;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#splash-news > div article .news-title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
#splash-news > div article span {
  color: white;
  font-size: 13px;
  margin-bottom: 15px;
}
#splash-news > div article p, #splash-news > div article i {
  margin-top: 0;
  font-size: 15px;
  line-height: 130%;
}
#splash-news > div article p:last-of-type {
  margin-bottom: 0;
}
#splash-server-message {
  margin-bottom: 15px;
}
#splash-server-message span {
  color: red;
}
#splash-center {
  max-width: 370px;
}
#splash-customize {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#splash-customize #skin-container {
  position: relative;
  width: 153px;
  height: 147px;
}
#splash-customize #skin-container #skin-base {
  position: absolute;
  top: 0;
  left: 9px;
  width: 130px;
  height: 130px;
  background-size: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-blend-mode: multiply;
  transform: rotate(90deg);
}
#splash-customize #skin-container #skin-left-fist,
#splash-customize #skin-container #skin-right-fist {
  position: absolute;
  top: 96px;
  width: 50px;
  height: 50px;
  background-size: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-blend-mode: multiply;
  transform: rotate(90deg);
}
#splash-customize #skin-container #skin-right-fist {
  right: 6px;
}
#splash-options {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 312px;
}
#splash-options #splash-options-wrapper {
  flex: 1 1 auto;
  transition: filter 0.5s;
}
#splash-options #loader-container {
  opacity: 0;
  transition: opacity 0.5s;
}
#splash-options.loading {
  pointer-events: none;
}
#splash-options.loading #loader-container {
  opacity: 1;
}
#splash-options.loading #splash-options-wrapper {
  filter: blur(3px);
}
#splash-options #username-input {
  background: white;
  color: black;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: transparent;
  transition: 0.15s box-shadow;
  font-size: 18px;
  text-align: center;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
#splash-options #username-input:focus,
#splash-options #username-input:active,
#splash-options select:focus,
#splash-options select:active {
  outline: none;
  box-shadow: 0 1px 9px 6px rgba(255, 117, 0, 0.5);
  -webkit-box-shadow: 0 1px 9px 6px rgba(255, 117, 0, 0.5);
  -moz-box-shadow: 0 1px 9px 6px rgba(255, 117, 0, 0.5);
}
#splash-options #username-input::-moz-placeholder {
  font-size: 18px;
}
#splash-options #username-input::placeholder {
  font-size: 18px;
}
#splash-options #btn-server-select {
  background: transparent;
  color: white;
  width: 100%;
  height: 50px;
  padding: 0.375rem 1rem 0.375rem 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid #ff7500;
  border-radius: 10px;
  transition: 0.15s box-shadow;
  font-size: 18px;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
#splash-options #btn-server-select i {
  margin-left: 10px;
  margin-top: -2px;
}
#splash-options .btn {
  font-size: 18px;
  width: 100%;
}
#splash-options #btn-play-solo, #splash-options #btn-play-duo {
  margin-bottom: 5px;
}
#splash-options .team-btns-container {
  display: flex;
  gap: 5px;
}
#splash-options .locked {
  filter: brightness(70%) blur(2px);
  pointer-events: none;
  animation: none;
}
#splash-options .locked .btn, #splash-options .locked.btn {
  color: transparent;
  text-shadow: none;
}
#splash-options .locked .btn img, #splash-options .locked.btn img {
  display: none;
}
#splash-options #next-switch-messages {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: flex;
  gap: 20px;
}
#splash-options .next-switch-msg {
  display: flex;
  align-items: center;
  gap: 7px;
}
#splash-options .next-switch-time {
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#splash-options .next-switch-icon {
  width: 28px;
  height: 28px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
#splash-options #locked-tooltip {
  position: absolute;
  top: calc(50% + 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #3d3e48;
  padding: 8px;
  border-radius: 16px;
  width: 330px;
  font-size: 16px;
}
#btn-create-team-server-select {
  background: transparent;
  color: white;
  width: 100%;
  height: 50px;
  padding: 0.375rem 1rem 0.375rem 1rem;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 3px solid #ff7500;
  border-radius: 10px;
  transition: 0.15s box-shadow;
  font-size: 18px;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
#btn-create-team-server-select i {
  margin-left: 10px;
  margin-top: -2px;
}
#server-list {
  z-index: 1000;
  width: calc(100% - 40px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #ff7500;
}
#server-list .server-list-item {
  list-style-type: none;
  display: flex;
  padding: 10px 18px 10px 18px;
  font-size: 18px;
  color: white;
  text-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: filter 0.25s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
#server-list .server-list-item:hover {
  filter: brightness(80%);
}
#server-list .server-list-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 12px;
}
#server-list .server-list-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-bottom: 12px;
}
#server-list img {
  display: inline-block;
}
#create-team-server-list {
  z-index: 1000;
  width: calc(100% - 40px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #ff7500;
  width: 255px;
}
#create-team-server-list .create-team-server-list-item {
  list-style-type: none;
  display: flex;
  padding: 10px 18px 10px 18px;
  font-size: 18px;
  color: white;
  text-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 250px;
  cursor: pointer;
  transition: filter 0.25s ease;
  background-color: rgba(0, 0, 0, 0.8);
}
#create-team-server-list .create-team-server-list-item:hover {
  filter: brightness(80%);
}
#create-team-server-list .create-team-server-list-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 12px;
}
#create-team-server-list .create-team-server-list-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 12px;
}
#create-team-server-list img {
  display: inline-block;
}
#splash-socials {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(22, 22, 22, 0.4588235294);
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  #splash-socials {
    padding: 15px;
  }
}
#splash-socials > div {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: space-evenly;
}
#splash-socials > div a {
  flex: 1 1 0;
}
#splash-customize {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.568627451);
}
#splash-featured-people {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  #splash-featured-people {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  #splash-featured-people {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  #splash-featured-people {
    position: static;
    max-width: 370px;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 800px) and (max-height: 500px) {
  #splash-featured-people {
    gap: 5px;
    transform: scale(75%);
    top: -8px;
    left: -16px;
  }
}
#splash-featured-people .featured-container {
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 10px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  height: 90px;
}
@media screen and (max-width: 1280px) {
  #splash-featured-people .featured-container {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 800px) {
  #splash-featured-people .featured-container {
    flex-direction: column;
    gap: 8px;
    max-height: 83px;
    flex-grow: 1;
  }
}
#splash-featured-people .featured-heading {
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 12px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  #splash-featured-people .featured-heading {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 800px) {
  #splash-featured-people .featured-heading {
    width: -moz-min-content;
    width: min-content;
  }
}
#splash-featured-people .featured-content {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #ffc800;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  -webkit-text-decoration: none;
  text-decoration: none;
}
#splash-featured-people .featured-name {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #splash-featured-people .featured-name {
    font-size: 14px;
  }
}
#splash-more {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
#splash-more button {
  width: 136px;
}
#splash-more .dropdown-content {
  background: #008aff;
  top: 34px;
  right: 0;
}
#splash-version, #splash-partners {
  position: absolute;
  bottom: 0.5rem;
  z-index: 10000;
  font-size: 16px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#splash-version a, #splash-partners a {
  color: white;
}
@media screen and (max-width: 500px), (max-height: 500px) {
  #splash-version, #splash-partners {
    background-color: #3d3e48;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
    padding: 4px 8px;
    border-radius: 8px;
  }
}
#splash-version {
  left: 0.75rem;
}
#splash-partners {
  right: 0.75rem;
}
.event-winter {
  background-color: #dcdcdc;
  border-bottom: 2px solid #c2c1c1;
  box-shadow: inset 0 -2px #c2c1c1;
  animation: mode-winter-color 4s linear infinite;
}
.event-fall {
  background-color: #72742f;
  border-bottom: 2px solid #535421;
  box-shadow: inset 0 -2px #535421;
  animation: mode-fall-color 4s linear infinite;
}
.event-halloween {
  background-color: #5a0e0e;
  border-bottom: 2px solid #450b0b;
  box-shadow: inset 0 -2px #450b0b;
  animation: mode-halloween-color 4s linear infinite;
}
.event-infection {
  background-color: hsl(310, 35%, 50%);
  border-bottom: 2px solid hsl(310, 35%, 40%);
  box-shadow: inset 0 -2px hsl(315, 35%, 40%);
  animation: mode-infection-color 4s linear infinite;
}
.event-hunted {
  background-color: #0b521d;
  border-bottom: 2px solid #073613;
  box-shadow: inset 0 -2px #0b521d;
  animation: mode-hunted-color 4s linear infinite;
}
@keyframes mode-winter-color {
  0% {
    background-color: #dcdcdc;
    border-bottom: 2px solid #c2c1c1;
    box-shadow: inset 0 -2px #c2c1c1;
  }
  50% {
    background-color: #aaa8a8;
    border-bottom: 2px solid rgb(134, 133, 133);
    box-shadow: inset 0 -2px rgb(134, 133, 133);
  }
  100% {
    background-color: #dcdcdc;
    border-bottom: 2px solid #c2c1c1;
    box-shadow: inset 0 -2px #c2c1c1;
  }
}
@keyframes mode-fall-color {
  0% {
    background-color: #72742f;
    border-bottom: 2px solid #535421;
    box-shadow: inset 0 -2px #535421;
  }
  50% {
    background-color: #535421;
    border-bottom: 2px solid #373710;
    box-shadow: inset 0 -2px #373710;
  }
  100% {
    background-color: #72742f;
    border-bottom: 2px solid #535421;
    box-shadow: inset 0 -2px #535421;
  }
}
@keyframes mode-halloween-color {
  0% {
    background-color: #5a0e0e;
    border-bottom: 2px solid #450b0b;
    box-shadow: inset 0 -2px #450b0b;
  }
  50% {
    background-color: #440b0b;
    border-bottom: 2px solid #380909;
    box-shadow: inset 0 -2px #380909;
  }
  100% {
    background-color: #5a0e0e;
    border-bottom: 2px solid #450b0b;
    box-shadow: inset 0 -2px #450b0b;
  }
}
@keyframes mode-infection-color {
  0% {
    background-color: hsl(310, 35%, 50%);
    border-bottom: 2px solid hsl(310, 35%, 40%);
    box-shadow: inset 0 -2px hsl(315, 35%, 40%);
  }
  50% {
    background-color: hsl(310, 45%, 50%);
    border-bottom: 2px solid hsl(310, 45%, 40%);
    box-shadow: inset 0 -2px hsl(315, 45%, 40%);
  }
  100% {
    background-color: hsl(310, 35%, 50%);
    border-bottom: 2px solid hsl(310, 35%, 40%);
    box-shadow: inset 0 -2px hsl(315, 35%, 40%);
  }
}
@keyframes mode-hunted-color {
  0% {
    background-color: #0b521d;
    border-bottom: 2px solid #073613;
    box-shadow: inset 0 -2px #0b521d;
  }
  50% {
    background-color: #083d15;
    border-bottom: 2px solid #062d10;
    box-shadow: inset 0 -2px #083d15;
  }
  100% {
    background-color: #0b521d;
    border-bottom: 2px solid #073613;
    box-shadow: inset 0 -2px #0b521d;
  }
}
#game {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --webkit-user-select: none;
  position: fixed;
  touch-action: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#game-ui {
  top: 0;
  left: 0;
  position: absolute;
  transform-origin: 0 0;
}
#game-ui #c4-detonate-btn {
  right: 8.5px;
  bottom: 370.5px;
  z-index: 1001;
  position: absolute;
  cursor: pointer !important;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  box-sizing: border-box;
  height: 40px;
  width: 100px;
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 10px;
  font-size: 15px;
  align-items: center;
  padding: 0 8px 0 8px;
}
#game-ui #c4-detonate-btn:hover {
  outline: 2px solid #dc3545 !important;
}
#game-ui #c4-detonate-btn #detonate-key {
  opacity: 1;
  float: right;
  margin-left: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  margin-right: 3px;
  white-space: nowrap;
}
#game-ui #c4-detonate-btn .item-image {
  opacity: 1;
  pointer-events: none;
  float: left;
  width: 50px;
  height: 35px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1280px) {
  #game-ui #c4-detonate-btn .item-image {
    width: 40px;
    height: 30px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  #game-ui #c4-detonate-btn {
    bottom: 370px;
  }
}
@media screen and (max-width: 1280px) {
  #game-ui #c4-detonate-btn {
    width: auto;
    height: auto;
    bottom: 220px;
    right: 5px;
    border-radius: 5px;
  }
  #game-ui #c4-detonate-btn #detonate-key {
    display: none;
    width: 14px;
    height: 14px;
    font-size: 10px;
    text-align: center;
    padding-right: 1px;
    padding-left: 1px;
  }
}
@media screen and (max-width: 768px) {
  #game-ui #c4-detonate-btn {
    bottom: 176px;
  }
}
@media screen and (max-width: 460px) {
  #game-ui #c4-detonate-btn {
    bottom: 245px;
  }
}
@media screen and (max-height: 465px) and (max-width: 1280px) {
  #game-ui #c4-detonate-btn {
    right: 85px;
    width: auto;
    border-radius: 5px;
    padding: 0;
    bottom: 200px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  #game-ui #c4-detonate-btn {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-height: 500px) {
  #game-ui #c4-detonate-btn {
    right: 6px;
    bottom: 180px;
  }
}
#btn-close-minimap {
  position: absolute;
  z-index: 1000;
  top: 16px;
}
#top-left-container {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 310px;
  display: flex;
  flex-direction: initial;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  #top-left-container {
    top: 5px;
    left: 5px;
    flex-direction: initial;
    flex-wrap: wrap;
    width: 340px;
  }
  #top-left-container .btn-lg {
    height: auto;
    height: initial;
  }
}
#minimap-border {
  display: inline-block;
  width: 220px;
  height: 220px;
  margin-right: 5px;
  z-index: 1002;
  border: 10px solid rgba(22, 22, 22, 0.4588235294);
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  #minimap-border {
    width: 135px;
    height: 135px;
    border-width: 5px;
    border-radius: 5px;
  }
}
#debug-hud {
  text-shadow: 1px 1px 2px black;
  font-family: "JetBrains Mono", monospace;
}
@media screen and (max-width: 1280px) {
  #debug-hud {
    font-size: 14px;
  }
}
#gas-timer {
  width: 80px;
  height: 30px;
  padding: 6px 9px 6px 9px;
  margin: 8px 0 8px 0;
  display: flex;
  border-radius: 6px;
  align-items: center;
  background-color: rgba(22, 22, 22, 0.4588235294);
  font-size: 17px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#gas-timer.advancing {
  animation: advancing 2s linear infinite;
}
@keyframes advancing {
  0% {
    background-color: rgba(255, 72, 0, 0.6666666667);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.6666666667);
  }
  100% {
    background-color: rgba(255, 72, 0, 0.6666666667);
  }
}
#gas-timer #gas-timer-text {
  float: right;
  margin-left: auto;
}
#gas-timer #gas-timer-image {
  position: relative;
  bottom: 1px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1280px) {
  #gas-timer #gas-timer-image {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1280px) {
  #gas-timer {
    padding: 4px 6px 4px 6px;
    margin: 4px 0 4px 0;
    font-size: 14px;
    width: 60px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 1280px) {
  .spectating-mode {
    display: inline-flex;
    gap: 5px;
  }
  .spectating-mode #debug-hud {
    font-size: 10px;
  }
}
#team-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  transform: scale(60%);
  transform-origin: 0% 0%;
  left: 240px;
  top: 10px;
}
@media screen and (max-height: 1280px) and (max-width: 1280px) {
  #team-container {
    flex-direction: column;
    left: 5px;
    top: 145px;
    transform: scale(55%);
    transform-origin: 0% 0%;
  }
}
@media screen and (max-height: 465px) and (max-width: 1280px) {
  #team-container {
    flex-direction: row;
    left: 5px;
    top: 145px;
    transform: scale(55%);
    transform-origin: 0% 0%;
  }
}
#team-container .teammate-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(22, 22, 22, 0.4588235294);
  padding: 6px 10px 6px 7px;
  border-radius: 8px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-height: 465px) and (max-width: 1280px) {
  #team-container .teammate-container {
    padding: 7px;
  }
}
#team-container .teammate-container.downed {
  animation: downed 1s linear infinite;
}
@keyframes downed {
  0% {
    background-color: rgba(255, 0, 0, 0.6666666667);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.6666666667);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.6666666667);
  }
}
#team-container .teammate-container.disconnected {
  filter: brightness(50%);
}
#team-container .teammate-container .teammate-indicator-container {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  left: 13px;
}
#team-container .teammate-container .teammate-indicator-container .teammate-indicator {
  width: 36px;
  height: 36px;
  mix-blend-mode: multiply;
}
#team-container .teammate-container .teammate-health-indicator {
  transform: rotate(90deg) scaleX(-1);
}
#team-container .teammate-container .teammate-name {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
#team-container .teammate-container .teammate-badge {
  margin-left: 5px;
  width: 30px;
}
@media screen and (max-height: 465px) and (max-width: 1280px) {
  #team-container .teammate-container .teammate-name,
  #team-container .teammate-container .teammate-badge {
    display: none;
  }
}
#ui-kill-leader {
  display: flex;
  position: absolute;
  top: 15px;
  right: 150px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 8px;
  padding: 8px 12px 8px 12px;
  gap: 10px;
}
@media screen and (max-width: 1280px) {
  #ui-kill-leader {
    top: 0;
    right: 102px;
    padding: 4px 5px 4px 8px;
    gap: 5px;
    height: 26px;
    border-radius: 4px;
  }
}
#ui-kill-leader #kill-leader-leader-container {
  font-weight: bold;
  font-size: 25px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#ui-kill-leader #kill-leader-leader-container .badge-icon {
  width: 25px;
  margin-left: 5px;
  margin-bottom: -4px;
}
@media screen and (max-width: 1280px) {
  #ui-kill-leader #kill-leader-leader-container {
    font-size: 16px;
  }
  #ui-kill-leader #kill-leader-leader-container .badge-icon {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  #ui-kill-leader {
    padding: 0 4px 0 4px;
    right: 70px;
    height: 22px;
  }
  #ui-kill-leader #kill-leader-leader-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }
}
.ui-leaderboard {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ui-leaderboard #counter-holder {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #counter-holder {
    display: flex;
  }
}
.ui-leaderboard #kill-counter {
  margin-right: 5px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #kill-counter {
    bottom: 0;
    right: 0;
    margin: 0;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard {
    top: 5px;
    right: 5px;
  }
}
.ui-leaderboard .counter {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 16px;
  gap: 10px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard .counter {
    padding: 4px 5px 4px 8px;
    gap: 5px;
  }
}
.ui-leaderboard .counter img {
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard .counter img {
    width: 16px;
    height: 16px;
  }
}
.ui-leaderboard .counter .counter-text {
  padding-left: 5px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 50px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard .counter .counter-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  .ui-leaderboard .counter {
    width: auto;
    height: auto;
    padding: 0 5px 0 10px;
  }
  .ui-leaderboard .counter .counter-text {
    font-size: 45px;
  }
}
.ui-leaderboard #kill-feed {
  margin-right: 150px;
  margin-top: -10px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #kill-feed {
    margin-right: 28px;
    margin-top: -10px;
    transform: scale(70%);
    transform-origin: 0% 0%;
  }
}
@media screen and (max-width: 768px) {
  .ui-leaderboard #kill-feed {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-height: 500px) {
  .ui-leaderboard #kill-feed {
    margin-top: -15px;
    margin-right: -15px;
    height: 108px;
    overflow: hidden;
    transform: scale(60%);
    transform-origin: 15% 0%;
  }
}
.ui-leaderboard #kill-feed .kill-feed-item {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 8px 10px 8px 10px;
  margin: 5px 0 5px auto;
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #kill-feed .kill-feed-item {
    font-size: 12px;
    padding: 4px 5px 4px 5px;
    margin: 3px 0 3px auto;
  }
}
.ui-leaderboard #kill-feed .kill-feed-item .fa-solid {
  margin-right: 3px;
}
.ui-leaderboard #kill-feed .kill-feed-item .kill-icon {
  position: relative;
  margin-right: 1px;
  margin-top: -1px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #kill-feed .kill-feed-item .kill-icon {
    height: 12px;
  }
}
.ui-leaderboard #kill-feed .kill-feed-item .badge-icon {
  width: 18px;
  margin-top: -1px;
  margin-left: -1px;
}
@media screen and (max-width: 1280px) {
  .ui-leaderboard #kill-feed .kill-feed-item .badge-icon {
    height: 12px;
  }
}
.ui-leaderboard #kill-feed .kill-feed-item.kill-feed-item-victim {
  background-color: rgba(204, 0, 0, 0.4588235294);
}
.ui-leaderboard #kill-feed .kill-feed-item.kill-feed-item-killer {
  background-color: rgba(0, 102, 204, 0.4588235294);
}
.ui-leaderboard #kill-feed .kill-feed-item.kill-feed-kill-leader {
  background-color: rgba(220, 160, 53, 0.5647058824);
}
.ui-leaderboard #kill-feed .kill-feed-item.no-spaces {
  display: block;
}
.ui-leaderboard #kill-feed .kill-feed-item.no-spaces img {
  vertical-align: middle;
}
#action-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#action-container #action-timer {
  position: relative;
  top: 25px;
  text-align: center;
  justify-content: center;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
#action-container #action-timer #action-time {
  position: absolute;
  top: calc(30% + 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#action-container #action-timer svg {
  transform: rotate(-90deg);
}
#action-container #action-name {
  background: rgba(22, 22, 22, 0.4588235294);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  #action-container {
    display: flex;
    flex-direction: row;
  }
  #action-container #action-timer {
    transform: scale(50%);
    top: 20px;
  }
  #action-container #action-name {
    font-size: 15px;
    padding: 5px;
    position: relative;
    right: 50px;
    top: 85px;
    height: 30px;
  }
}
#interact-message {
  position: absolute;
  display: flex;
  align-items: center;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(22, 22, 22, 0.4588235294);
  padding: 8px;
  border-radius: 5px;
}
@media screen and (max-height: 640px) {
  #interact-message {
    padding: 3px 5px 3px 5px;
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  #interact-message {
    top: 59%;
  }
  #interact-message #interact-text {
    font-size: 10px;
  }
  #interact-message #interact-key {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }
  #interact-message #interact-key img {
    width: 14px;
    height: 14px;
  }
}
#interact-message.has-comparison {
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
@media screen and (max-height: 640px) {
  #interact-message.has-comparison {
    gap: 4px;
  }
}
#interact-header {
  display: flex;
  align-items: center;
  gap: 6px;
}
#interact-key {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 0 0 rgba(255, 255, 255, 0.7) inset;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #interact-key {
    width: 20px;
    height: 20px;
  }
  #interact-key img {
    width: 15px;
    height: 15px;
  }
}
#weapon-comparison {
  display: none;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #f8f9fa;
  align-self: flex-start;
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  #weapon-comparison {
    font-size: 10px;
  }
}
#interact-message.has-comparison #weapon-comparison {
  display: flex;
}
#interact-message.inspect-mode {
  align-items: flex-start;
}
.weapon-comparison-line {
  display: grid;
  grid-template-columns: minmax(110px, max-content) 1fr;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
.weapon-comparison-line--condensed {
  grid-template-columns: minmax(110px, max-content) max-content;
}
.weapon-comparison-label {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
.weapon-comparison-values {
  display: grid;
  grid-template-columns: minmax(70px, max-content) auto minmax(70px, max-content);
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.weapon-comparison-values--inspect {
  grid-template-columns: minmax(70px, max-content);
}
.weapon-comparison-values--condensed {
  grid-template-columns: max-content;
}
.weapon-comparison-arrow {
  font-weight: 700;
}
.weapon-comparison-arrow.weapon-comparison-arrow--better {
  color: #3bd671;
}
.weapon-comparison-arrow.weapon-comparison-arrow--worse {
  color: #ff5b5b;
}
.weapon-comparison-arrow.weapon-comparison-arrow--neutral {
  color: #c4c4c4;
}
.weapon-comparison-original,
.weapon-comparison-new {
  white-space: pre-line;
}
.weapon-comparison-diff.weapon-comparison-diff--better {
  color: #3bd671;
}
.weapon-comparison-diff.weapon-comparison-diff--worse {
  color: #ff5b5b;
}
.weapon-comparison-diff.weapon-comparison-diff--neutral {
  color: #c4c4c4;
}
.weapon-comparison-diff.weapon-comparison-diff--inspect {
  color: #f8f9fa;
}
#interact-text {
  font-size: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  #interact-text {
    font-size: 15px;
    top: 0;
  }
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  #interact-text {
    top: 0;
  }
}
#weapon-ammo-container {
  position: absolute;
  bottom: 91px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#weapon-ammo-container.has-reserve {
  left: calc(50% + 32px);
}
@media screen and (max-width: 1280px) {
  #weapon-ammo-container.has-reserve {
    left: calc(50% + 24px);
  }
}
@media screen and (max-width: 425px) {
  #weapon-ammo-container.has-reserve {
    left: calc(50% - 53px);
  }
}
#weapon-ammo-container div {
  display: flex;
  background: rgba(22, 22, 22, 0.4588235294);
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  #weapon-ammo-container {
    bottom: 60px;
    left: 50%;
  }
}
#weapon-ammo-container #weapon-clip-ammo {
  font-size: xx-large;
  width: 100px;
  height: 50px;
  border-radius: 4px;
  position: relative;
}
#weapon-ammo-container #weapon-clip-ammo #weapon-clip-reload-icon {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  #weapon-ammo-container #weapon-clip-ammo {
    width: 75px;
    height: 37px;
    font-size: 22px;
  }
}
#weapon-ammo-container #weapon-inventory-ammo {
  width: 60px;
  height: 30px;
  margin-left: 5px;
  border-radius: 4px;
  margin-top: auto;
  font-size: large;
}
@media screen and (max-width: 1280px) {
  #weapon-ammo-container #weapon-inventory-ammo {
    width: 45px;
    height: 22px;
    font-size: 14px;
  }
}
#health-bar-container {
  background: rgba(22, 22, 22, 0.4588235294);
  border: 8px solid rgba(22, 22, 22, 0.4588235294);
  border-radius: 8px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #health-bar-container {
    width: 230px;
    height: 35px;
    bottom: 5px;
    border-width: 5px;
  }
}
#health-bar-container {
  /*
  @media screen and (max-width: $screen_small) {
      bottom: 3px;
      left: unset;
      right: 3px;
      transform: none;
  }
  */
}
#health-bar-container #health-bar,
#health-bar-container #health-bar-animation {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  height: 100%;
  width: 100%;
}
#health-bar-container #health-bar {
  background-color: #f8f9fa;
  transition: width ease-in-out 50ms;
}
#health-bar-container #shield-bar {
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  transition: clip-path ease-in-out 50ms;
}
@media screen and (max-width: 1280px) {
  #health-bar-container #shield-bar {
    width: calc(100% + 9px);
    height: calc(100% + 9px);
    left: -5px;
  }
}
#health-bar-container #shield-bar::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #0790ac 0%, #1bd1f6 100%);
  -webkit-mask: linear-gradient(#000 0, #000 0), linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0, #000 0) exclude, linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
#health-bar-container #infection-bar {
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  transition: clip-path ease-in-out 50ms;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #health-bar-container #infection-bar {
    width: calc(100% + 9px);
    height: calc(100% + 9px);
    left: -5px;
  }
}
#health-bar-container #infection-bar::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  border-radius: 8px;
  background: linear-gradient(45deg, #880575 -10%, #fb07ad 100%);
  -webkit-mask: linear-gradient(#000 0, #000 0), linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0, #000 0) exclude, linear-gradient(#000 0, #000 0) content-box;
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
          mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}
#health-bar-container #health-bar-animation {
  opacity: 0.5;
  background: #ff0000;
}
#health-bar-container #health-bar-amount {
  color: #000000;
  font-size: 20px;
  z-index: 1;
  margin-left: 8px;
}
@media screen and (max-width: 1280px) {
  #health-bar-container #health-bar-amount {
    font-size: 16px;
  }
}
#health-bar-container #health-bar-max {
  z-index: 1;
  color: #888;
  font-size: 15px;
  margin-right: 8px;
}
@media screen and (max-width: 1280px) {
  #health-bar-container #health-bar-max {
    font-size: 12px;
  }
}
#health-bar-container .flashing {
  animation: 0.5s ease-in-out 0.5s infinite flashing;
}
@keyframes flashing {
  0% {
    background-color: #000000;
  }
  50% {
    background-color: #ff0000;
  }
  100% {
    background-color: #000000;
  }
}
#adrenaline-bar-container {
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 4px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #adrenaline-bar-container {
    width: 230px;
    height: 16px;
    bottom: 42px;
  }
}
#adrenaline-bar-container {
  /*
  @media screen and (max-width: $screen_small) {
      left: unset;
      right: 3px;
      transform: none;
  }
  */
}
#adrenaline-bar-container #adrenaline-bar,
#adrenaline-bar-container #adrenaline-bar-min-wrapper {
  transition: width ease-in-out 50ms;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
#adrenaline-bar-container #adrenaline-bar {
  background: #ff7500;
  background: linear-gradient(90deg, #ff7500 0px, #ffc800 330px);
}
@media screen and (max-width: 1280px) {
  #adrenaline-bar-container #adrenaline-bar {
    background: linear-gradient(90deg, #ff7500 0px, #ffc800 230px);
  }
}
#adrenaline-bar-container #adrenaline-bar-min-wrapper {
  padding: 1.5px;
}
#adrenaline-bar-container #adrenaline-bar-min-wrapper #adrenaline-bar-min {
  background: #008aff;
  background: linear-gradient(90deg, #008aff 0px, #0055cc 330px);
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  #adrenaline-bar-container #adrenaline-bar-min-wrapper #adrenaline-bar-min {
    background: linear-gradient(90deg, #008aff 0px, #0055cc 230px);
  }
}
#adrenaline-bar-container #adrenaline-bar-amount {
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  margin-left: 16px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1280px) {
  #adrenaline-bar-container #adrenaline-bar-amount {
    font-size: 12px;
  }
}
#adrenaline-bar-container #adrenaline-bar-min-max {
  z-index: 1;
  color: #888;
  font-size: 15px;
  margin-right: 8px;
}
@media screen and (max-width: 1280px) {
  #adrenaline-bar-container #adrenaline-bar-min-max {
    font-size: 10px;
  }
}
#killstreak-indicator-container {
  background: rgba(22, 22, 22, 0.4588235294);
  margin-left: 10px;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  height: 50px;
  left: calc(50% + 160px);
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#killstreak-indicator-container #killstreak-indicator-counter {
  z-index: 1;
  font-size: 14px;
}
#spectating-msg {
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
#spectating-msg spec, #spectating-msg span {
  margin: 4px;
}
@media screen and (max-width: 1280px) {
  #spectating-msg spec, #spectating-msg span {
    margin: 2px;
  }
}
@media screen and (max-width: 1280px) {
  #spectating-msg {
    font-size: 14px;
  }
  #spectating-msg #btn-spectate-options {
    font-size: 14px;
    padding: 4px 8px 4px 8px;
    height: auto;
    height: initial;
  }
}
#spectating-msg #spectating-msg-player {
  display: inline;
  margin-left: 3px;
}
#spectating-msg #btn-spectate-options {
  display: inline;
  margin-left: 4px;
}
@media screen and (max-width: 1280px) {
  #spectating-msg #btn-spectate-options {
    margin-left: 2.5px;
  }
}
#spectating-msg .badge-icon {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 1px;
  margin-right: 4px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1280px) {
  #spectating-msg .badge-icon {
    width: 16px;
    height: 16px;
  }
}
#spectating-container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  display: flex;
  background: rgba(22, 22, 22, 0.4588235294);
  border-radius: 12px;
  width: 250px;
  margin-top: 5px;
  padding: 10px;
  gap: 5px;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1002;
}
#spectating-container #btn-spectate-kill-leader, #spectating-container #btn-spectate-menu, #spectating-container #btn-spectate-replay {
  width: 100%;
}
#spectating-container #btn-spectate-previous, #spectating-container #btn-spectate-next {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spectating-container #btn-report {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.mobile-mode > button {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
}
#kill-msg {
  background: rgba(22, 22, 22, 0.4588235294);
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#kill-msg .badge-icon {
  width: 18px;
  margin-bottom: -3px;
  margin-left: 3px;
}
@media screen and (max-width: 1280px) {
  #kill-msg {
    width: 220px;
    bottom: 105px;
    font-size: 12px;
  }
  #kill-msg .badge-icon {
    width: 14px;
    margin-bottom: -3px;
    margin-left: 2px;
  }
}
#kill-msg #kill-msg-cont .kill-msg-player-name {
  font-weight: bold;
  color: #ff7500;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#kill-msg #kill-msg-kills {
  color: #008aff;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1280px) {
  #kill-msg #kill-msg-kills {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 1280px) {
  #kill-msg {
    bottom: 102px;
  }
  #kill-msg #kill-msg-cont {
    font-size: 10px;
  }
  #kill-msg #kill-msg-kills {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  #kill-msg {
    transform: scale(65%);
    transform-origin: -100% 0%;
    bottom: 80px;
  }
}
#gas-and-debug {
  margin-left: 5px;
}
#gas-and-debug .hidden-prop {
  visibility: hidden;
}
#gas-and-debug #coordinates-hud {
  height: 50px;
  font-size: 17px;
}
@media screen and (max-height: 1280px) and (max-width: 1280px) {
  #gas-and-debug {
    position: absolute;
    bottom: 40px;
    left: 135px;
    display: block;
    padding: 5px;
  }
  #gas-and-debug #gas-timer {
    width: 65px;
    font-size: 15px;
  }
  #gas-and-debug #coordinates-hud {
    font-size: 14px;
  }
}
.gas-and-debug-mobile-patch {
  left: 175px !important;
}
@media screen and (max-width: 768px) and (max-height: 500px) {
  .gas-and-debug-mobile-patch {
    transform: scale(70%);
    transform-origin: 0% 0%;
  }
}
#gas-msg {
  text-align: center;
}
#gas-msg #gas-msg-info {
  font-weight: bold;
  font-size: 33px;
  width: 600px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 900px) {
  #gas-msg #gas-msg-info {
    font-size: 14px !important;
    width: 250px;
  }
}
@media screen and (max-width: 768px) and (max-height: 500px) {
  #gas-msg #gas-msg-info {
    font-size: 11px !important;
  }
}
@media screen and (max-width: 1280px) {
  #gas-msg #gas-msg-info {
    font-size: 16px;
  }
}
#recording-pill {
  color: red;
  background: #3d3e48;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
#recording-pill #recording-time {
  font-family: "JetBrains Mono", monospace;
}
#recording-pill #stop-recording-button {
  color: red;
}
#recording-pill #stop-recording-button {
  border: none;
  outline: none;
  background: none;
  padding: none;
  margin: none;
  cursor: pointer;
}
#inventory-message {
  position: absolute;
  top: calc(60% + 80px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#inventory-message #perk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px;
  width: 100%;
  height: 80px;
}
#inventory-message #perk .perk-img {
  width: 42px;
}
#inventory-message .perk-name {
  font-size: 20px;
  padding: 5px;
}
@media screen and (max-width: 1280px) and (max-height: 750px) {
  #inventory-message {
    top: calc(60% - 55px);
    padding: 0;
    margin: 0;
  }
  #inventory-message #perk {
    background-size: 45px;
    height: 68px;
  }
  #inventory-message #perk .perk-img {
    width: 25px;
  }
  #inventory-message .perk-name {
    font-size: 12px;
    margin-top: -15px;
  }
}
@media screen and (max-height: 750px) {
  #inventory-message {
    font-size: 20px;
    top: calc(60% + 30px);
  }
}
@media screen and (max-height: 750px) and (max-height: 500px) {
  #inventory-message {
    font-size: 15px;
    top: calc(60% + 35px);
  }
}
@media screen and (max-width: 900px) and (max-height: 500px) {
  #inventory-message {
    font-size: 12px;
    top: calc(40% + 50px);
  }
}
.inventory-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 1280px) {
  .inventory-container {
    gap: 3px;
  }
}
@media screen and (max-width: 768px) {
  .inventory-container {
    gap: 2px;
  }
}
.inventory-container .inventory-slot {
  background: rgba(22, 22, 22, 0.4588235294);
  width: 110px;
  height: 110px;
  border-radius: 10px;
  font-size: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: crosshair;
}
.inventory-container .inventory-slot.has-item:not(.active) {
  cursor: pointer;
}
.inventory-container .inventory-slot.item-slot {
  padding: 0 8px 0 8px;
}
@media screen and (max-width: 1280px) {
  .inventory-container .inventory-slot.item-slot {
    padding: 0 4px 0 4px;
  }
}
@media screen and (max-width: 1280px) {
  .inventory-container .inventory-slot {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 768px) {
  .inventory-container .inventory-slot {
    width: 60px;
    height: 60px;
    border-radius: 5px;
  }
}
.inventory-container .inventory-slot.ammo-slot {
  cursor: crosshair !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 58px;
  padding-bottom: 5px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
.inventory-container .inventory-slot.ammo-slot span {
  padding: 1px;
  float: none;
  margin: 0;
  font-size: 17px;
}
.inventory-container .inventory-slot.ammo-slot img {
  padding: 1px;
  width: 40px;
}
@media screen and (max-width: 1280px) {
  .inventory-container .inventory-slot.ammo-slot {
    width: 28px;
    height: 28px;
    gap: 0.25px;
  }
  .inventory-container .inventory-slot.ammo-slot span {
    float: none;
    margin: 0;
    font-size: 9px;
  }
  .inventory-container .inventory-slot.ammo-slot img {
    width: 15px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  .inventory-container .inventory-slot.ammo-slot {
    position: relative;
    left: 5px;
    width: auto;
    height: 28px;
    padding: 5px;
    gap: 5px;
    flex-direction: row;
  }
  .inventory-container .inventory-slot.ammo-slot span {
    font-size: 15px;
  }
  .inventory-container .inventory-slot.ammo-slot img {
    width: 25px;
  }
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  .inventory-container .inventory-slot.ammo-slot {
    position: relative;
    left: 5px;
    width: auto;
    height: auto;
    gap: 1px;
    padding: 5px;
    flex-direction: row;
    margin: 0.5px;
  }
  .inventory-container .inventory-slot.ammo-slot span {
    font-weight: bold;
    font-size: 18px;
  }
  .inventory-container .inventory-slot.ammo-slot img {
    vertical-align: middle;
    width: 35px;
  }
}
.inventory-container .inventory-slot:hover {
  outline: 1px solid #ff7500;
  outline-width: 1px !important;
}
.inventory-container .inventory-slot.active {
  outline: 3px solid #ff7500;
}
@media screen and (max-width: 1280px) {
  .inventory-container .inventory-slot.active {
    outline-width: 2px;
  }
}
.inventory-container .inventory-slot .item-tooltip {
  position: absolute;
  background-color: rgba(22, 22, 22, 0.4588235294);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding: 5px;
  border-radius: 5px;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: opacity 150ms linear;
  font-size: 14px;
  pointer-events: none;
  max-width: 200px;
}
@media screen and (max-width: 1280px) {
  .inventory-container .inventory-slot .item-tooltip {
    margin: 0;
    font-size: 10px;
  }
}
.inventory-container .inventory-slot:hover .item-tooltip {
  opacity: 1;
}
.inventory-container .slot-number {
  position: absolute;
  top: 5px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .inventory-container .slot-number {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .inventory-container .slot-number {
    font-size: 10px;
  }
}
.inventory-container .item-ammo {
  position: absolute;
  top: 5px;
  left: 10px;
  float: left;
  z-index: 1;
  font-size: 18px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .inventory-container .item-ammo {
    font-size: 12px;
    left: 4px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .inventory-container .item-ammo {
    font-size: 10px;
    left: 2px;
    bottom: 25px;
  }
}
.inventory-container .item-count {
  font-size: 20px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .inventory-container .item-count {
    font-size: 14px;
  }
}
.inventory-container .item-name {
  display: block;
  position: absolute;
  bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  text-wrap: nowrap;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1280px) {
  .inventory-container .item-name {
    font-size: 12px;
  }
}
.items-container {
  position: absolute;
  flex-direction: column;
}
.items-container .item-slot {
  height: 40px;
  width: 100px;
  opacity: 0.75;
}
.items-container .item-slot.full .item-count {
  color: #ff7500;
}
.items-container .item-slot.has-item {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .items-container .item-slot {
    height: 25px;
    width: 55px;
    border-radius: 5px;
  }
}
.items-container .item-count {
  float: right;
  margin-left: auto;
}
.items-container .item-image {
  width: 40px;
  height: 30px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1280px) {
  .items-container .item-image {
    width: 30px;
    height: 20px;
  }
}
.items-container .inventory-slot .item-tooltip {
  width: -moz-max-content;
  width: max-content;
  max-width: 120px;
  left: 110px;
}
@media screen and (max-width: 1280px) {
  .items-container .inventory-slot .item-tooltip {
    left: 75px;
  }
}
.items-container .item-name {
  right: 5px;
}
#weapons-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #weapons-container {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 460px) {
  #weapons-container {
    right: 3px;
    bottom: 70px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#weapons-container .inventory-slot {
  height: 85px;
  width: 230px;
  opacity: 0.75;
}
#weapons-container .inventory-slot#weapon-slot-1 .item-image, #weapons-container .inventory-slot#weapon-slot-2 .item-image {
  width: 150px;
  background-position: left;
  transform-origin: left;
}
@media screen and (max-width: 1280px) {
  #weapons-container .inventory-slot {
    height: 45px;
    width: 120px;
  }
  #weapons-container .inventory-slot#weapon-slot-1 .item-image, #weapons-container .inventory-slot#weapon-slot-2 .item-image {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  #weapons-container .inventory-slot {
    height: 40px;
    width: 110px;
  }
}
#weapons-container .inventory-slot .main-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#weapons-container .inventory-slot .slot-number, #weapons-container .inventory-slot .item-name {
  right: 8px !important;
}
#weapons-container .inventory-slot.has-item {
  opacity: 1;
  background: hsl(0, 0%, 77%);
  background: linear-gradient(90deg, hsla(0, 0%, 77%, 0.45) 0%, hsla(0, 0%, 77%, 0.45) 25%, hsla(0, 0%, 9%, 0.5) 100%);
}
#weapons-container .inventory-slot.locked .main-container {
  opacity: 0.6;
  filter: saturate(0.5);
}
#weapons-container .inventory-slot.locked img.lock-icon {
  display: inline;
  display: initial;
  pointer-events: none;
}
#weapons-container .inventory-slot img.lock-icon {
  display: none;
  position: absolute;
  width: 45px;
}
@media screen and (max-width: 1280px) {
  #weapons-container .inventory-slot img.lock-icon {
    width: 20px;
  }
}
#weapons-container .inventory-slot.active {
  animation: 0.25s ease-in-out active-pulse;
  outline-width: 3px !important;
}
@keyframes active-pulse {
  0% {
    width: 100%;
    outline-width: 0px;
  }
  50% {
    width: calc(100% + 2rem);
    transform: translateX(-2rem);
    outline-width: 6px;
  }
  100% {
    width: 100%;
    outline-width: 3px;
  }
}
#weapons-container .item-image {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (max-width: 1280px) {
  #weapons-container .item-image {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  #weapons-container .item-image {
    width: 35px;
    height: 35px;
  }
}
#weapons-container .item-image.is-fists {
  background-repeat: no-repeat space;
  background-position-x: 26px;
  background-size: 32px;
  -webkit-mask-repeat: no-repeat space;
          mask-repeat: no-repeat space;
  -webkit-mask-position: 26px;
          mask-position: 26px;
  -webkit-mask-size: 32px;
          mask-size: 32px;
  background-blend-mode: multiply;
  transform: rotate(90deg);
}
@media screen and (max-width: 1280px) {
  #weapons-container .item-image.is-fists {
    background-size: 19px;
    background-position-x: 15px;
    -webkit-mask-size: 19px;
            mask-size: 19px;
    -webkit-mask-position: 15px;
            mask-position: 15px;
  }
}
@media screen and (max-width: 768px) {
  #weapons-container .item-image.is-fists {
    background-size: 13px;
    background-position-x: 11px;
    -webkit-mask-size: 13px;
            mask-size: 13px;
    -webkit-mask-position: 11px;
            mask-position: 11px;
  }
}
#healing-items-container {
  bottom: 50px;
  left: 10px;
}
#healing-items-container .item-slot.has-item {
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #healing-items-container {
    left: 5px;
  }
}
@media screen and (max-width: 768px) {
  #healing-items-container {
    bottom: 43px;
  }
}
@media screen and (max-width: 500px) {
  #healing-items-container {
    bottom: 128px;
  }
}
#ammos-container {
  position: absolute;
  bottom: 406px;
  right: 5px;
  transform: scale(0.9);
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 1280px) and (max-height: 720px) {
  #ammos-container {
    bottom: 415px;
  }
}
@media screen and (max-width: 1280px) {
  #ammos-container {
    bottom: 248px;
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  #ammos-container {
    bottom: 208px;
    right: 0;
  }
}
@media screen and (max-width: 460px) {
  #ammos-container {
    bottom: 300px;
  }
}
@media screen and (max-height: 465px) and (max-width: 1280px) {
  #ammos-container {
    bottom: 210px;
    right: 5px;
  }
}
#ammos-container {
  /* @media screen and (max-width: variables.$screen_medium) and (max-height: 500px) { <- danger
      transform: scale(60%);
      transform-origin: 75% 0%;
      bottom: 170px;
      background-color: red;
  }*/
}
#ammo-container, #special-ammo-container {
  position: relative;
  justify-content: flex-start;
}
#ammos-container.active .item-slot, #healing-items-container.active .item-slot {
  opacity: 1;
  cursor: pointer !important;
}
.deactivated {
  background: rgb(55, 55, 55) !important;
  filter: grayscale(100%);
  opacity: 0.75;
}
#perk-container {
  position: absolute;
  bottom: 10px;
  left: 75%;
  transform: translateX(-75%);
  flex-direction: column-reverse;
  z-index: 1002; /* idk what z-index to put here but it needs it because of joysticks-container */
}
#perk-container .perk-set {
  display: flex;
  margin: 0;
}
#perk-container .perk-set .inventory-slot {
  visibility: hidden;
  margin: 2px;
}
@media screen and (max-width: 1280px) {
  #perk-container {
    bottom: 5px;
    left: 77%;
  }
}
@media screen and (max-width: 768px) {
  #perk-container {
    left: 135px;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) {
  #perk-container {
    flex-direction: column;
  }
}
#perk-container .inventory-slot {
  width: 55px;
  height: 55px;
  transition-property: width height;
  cursor: crosshair;
}
#perk-container .inventory-slot.has-item {
  background: radial-gradient(circle, rgba(197, 197, 197, 0.1647058824) 0%, rgba(22, 22, 22, 0.4588235294) 100%);
}
#perk-container .inventory-slot .item-tooltip {
  bottom: 70px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  #perk-container .inventory-slot {
    width: 40px;
    height: 41px;
    font-size: small;
  }
  #perk-container .inventory-slot .item-tooltip {
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #perk-container .inventory-slot {
    width: 36px;
    height: 36px !important;
  }
  #perk-container .inventory-slot .item-tooltip {
    bottom: 40px;
  }
}
#perk-container .inventory-slot .item-image {
  width: 45px;
  height: 45px;
  align-self: flex-start;
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  #perk-container .inventory-slot .item-image {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #perk-container .inventory-slot .item-image {
    width: 28px;
    height: 28px;
  }
}
#equipment-container {
  position: absolute;
  bottom: 10px;
  left: 25%;
  transform: translateX(-75%);
  flex-direction: row;
  z-index: 1002; /* idk what z-index to put here but it needs it because of joysticks-container */
}
@media screen and (max-width: 1280px) {
  #equipment-container {
    bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #equipment-container {
    flex-direction: row;
    left: 5px;
    transform: none;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 500px) {
  #equipment-container {
    flex-direction: column;
  }
}
#equipment-container .inventory-slot {
  width: 55px;
  height: 78px;
  cursor: crosshair;
}
#equipment-container .inventory-slot.has-item {
  background: radial-gradient(circle, rgba(197, 197, 197, 0.1647058824) 0%, rgba(22, 22, 22, 0.4588235294) 100%);
}
#equipment-container .inventory-slot .item-name {
  font-weight: normal;
  font-size: 16px;
  bottom: 4px;
}
#equipment-container .inventory-slot .item-tooltip {
  bottom: 85px;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1280px) {
  #equipment-container .inventory-slot {
    width: 40px;
    height: 60px;
    font-size: small;
  }
  #equipment-container .inventory-slot .item-name {
    font-size: 14px;
  }
  #equipment-container .inventory-slot .item-tooltip {
    bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #equipment-container .inventory-slot {
    width: 36px;
    height: 36px !important;
  }
  #equipment-container .inventory-slot .item-name {
    display: none;
  }
  #equipment-container .inventory-slot .item-tooltip {
    bottom: 40px;
    left: -15px;
  }
}
#equipment-container .inventory-slot .item-image {
  max-width: 45px;
  height: 45px;
  align-self: flex-start;
  margin-top: 5px;
}
@media screen and (max-width: 1280px) {
  #equipment-container .inventory-slot .item-image {
    max-width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  #equipment-container .inventory-slot .item-image {
    max-width: 28px;
    height: 28px;
  }
}
#center-top-container {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
#scopes-container {
  flex-direction: row !important;
  align-items: center;
}
#scopes-container .inventory-slot {
  justify-content: center;
  padding: 4px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  opacity: 0.75;
}
#scopes-container .inventory-slot .item-image {
  width: 35px;
  height: 35px;
  transition-property: width height;
  transition-duration: 0.25s;
}
@media screen and (max-width: 1280px) {
  #scopes-container .inventory-slot .item-image {
    width: 20px;
    height: 20px;
  }
}
#scopes-container .inventory-slot .item-tooltip {
  margin-top: 80px;
}
#scopes-container .inventory-slot.active {
  outline-width: 0;
  opacity: 1;
}
#scopes-container .inventory-slot.active .item-image {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1280px) {
  #scopes-container .inventory-slot.active .item-image {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  #scopes-container .inventory-slot.active .item-image {
    width: 25px;
    height: 25px;
  }
}
#scopes-container .inventory-slot.active .item-tooltip {
  margin-top: 110px;
}
@media screen and (max-width: 1280px) {
  #scopes-container .inventory-slot.active .item-tooltip {
    margin-top: 80px;
  }
}
#healing-items-container .inventory-slot.active,
#ammo-container .inventory-slot.active,
#special-ammo-container .inventory-slot.active {
  outline-width: 0;
}
#healing-items-container .inventory-slot.active .item-image,
#ammo-container .inventory-slot.active .item-image,
#special-ammo-container .inventory-slot.active .item-image {
  animation: 0.25s ease-in-out scale-anim;
}
@keyframes scale-anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
#game-over-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1003;
}
#game-over-overlay #btn-menu,
#game-over-overlay #btn-play-again,
#game-over-overlay #btn-spectate {
  width: 150px;
}
#game-over-overlay {
  background: rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#game-over-overlay #chicken-dinner {
  filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  #game-over-overlay #chicken-dinner {
    height: 50px;
  }
}
#game-over-overlay #game-over-text {
  font-size: 40px;
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #game-over-overlay #game-over-text {
    font-size: 20px;
  }
}
#game-over-overlay .badge-icon {
  width: 32px;
  margin-left: 5px;
  margin-bottom: -5px;
}
@media screen and (max-width: 1280px) {
  #game-over-overlay .badge-icon {
    width: 25px;
    margin-left: 4px;
    margin-bottom: -4px;
  }
}
#game-over-overlay #game-over-rank-and-team-kills-holder {
  display: flex;
}
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-rank-container,
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-team-kills-container {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  width: -moz-max-content;
  width: max-content;
  margin: 5px auto 15px auto;
}
@media screen and (max-width: 1280px) {
  #game-over-overlay #game-over-rank-and-team-kills-holder #game-over-rank-container,
  #game-over-overlay #game-over-rank-and-team-kills-holder #game-over-team-kills-container {
    margin: 0 auto 10px auto;
    font-size: 15px;
  }
}
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-rank-container #game-over-rank,
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-team-kills-container #game-over-rank {
  margin-left: 10px;
  font-size: 35px;
}
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-rank-container #game-over-rank.won,
#game-over-overlay #game-over-rank-and-team-kills-holder #game-over-team-kills-container #game-over-rank.won {
  color: #ff7500;
}
@media screen and (max-width: 1280px) {
  #game-over-overlay #game-over-rank-and-team-kills-holder #game-over-rank-container #game-over-rank,
  #game-over-overlay #game-over-rank-and-team-kills-holder #game-over-team-kills-container #game-over-rank {
    font-size: 17px;
  }
}
#game-over-buttons-holder {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  #game-over-buttons-holder {
    transform: scale(0.6);
    position: relative;
    bottom: 50px;
  }
}
#player-game-over-cards {
  display: flex;
  gap: 20px;
}
#player-game-over-cards .game-over-player-name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  gap: 5px;
}
#player-game-over-cards .game-over-player-name .medal {
  pointer-events: none;
  transform: translate(0%, 50%) rotate(15deg);
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: -1;
  opacity: 0.95;
}
#player-game-over-cards .game-over-player-name .medal.dead {
  transform: translate(0%, 50%);
}
@media screen and (max-width: 1280px) {
  #player-game-over-cards .game-over-player-name .medal {
    transform: translate(0%, 45%) rotate(15deg);
    width: 150px;
    height: 150px;
    position: absolute;
  }
  #player-game-over-cards .game-over-player-name .medal.dead {
    width: 120px;
    height: 120px;
  }
}
#player-game-over-cards .game-over-player-name img {
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  #player-game-over-cards {
    transform: scale(0.6);
    padding: 0;
    position: relative;
    bottom: 20px;
  }
  #player-game-over-cards .game-over-player-name {
    font-size: 20px;
  }
}
.game-over-screen {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 10px;
}
.game-over-screen button {
  margin: 4px 0;
  width: 100%;
  display: inline-block;
}
.game-over-screen .modal-item {
  margin-bottom: 0;
}
.game-over-screen h1,
.game-over-screen h2 {
  margin-top: 0;
  margin-bottom: 5px;
}
.game-over-screen .game-over-stats {
  width: 250px;
  margin: auto;
  padding: 16px 20px 16px 20px;
}
@media screen and (max-width: 1280px) {
  .game-over-screen .game-over-stats {
    width: 200px;
    padding: 8px 20px 8px 20px;
  }
}
.game-over-screen .game-over-stats .stat {
  font-weight: bold;
  width: 100%;
  display: flex;
  padding: 0.5rem 0;
}
@media screen and (max-width: 1280px) {
  .game-over-screen .game-over-stats .stat {
    padding: 0.25rem 0;
  }
}
.game-over-screen .game-over-stats .stat-name {
  text-align: right;
}
.game-over-screen .game-over-stats .stat-value {
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .game-over-screen {
    font-size: 12px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 280px;
    padding: 0.75rem;
  }
  .game-over-screen button {
    font-size: 14px;
    height: 35px;
  }
}
#joysticks-containers {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1000;
}
#joysticks-containers div {
  height: 100%;
  width: 50%;
  display: flex;
}
#weapons-container,
#healing-items-container,
#ammos-container,
#center-top-container,
#game-menu,
#mobile-options,
#weapon-ammo-container,
#interact-message,
#btn-spectate-options,
#btn-close-minimap {
  z-index: 1001;
}
#mobile-options {
  display: flex;
  flex-direction: column;
  z-index: 1002;
}
#mobile-options button {
  font-size: 18px;
  width: 32px;
  height: 32px !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  border: none;
}
#mobile-options button img {
  width: 18px;
  pointer-events: none;
  vertical-align: middle;
}
.pickup-pulse {
  animation: pickup-pulse 0.25s ease-in-out;
}
@keyframes pickup-pulse {
  0% {
    scale: 100%;
  }
  50% {
    scale: 110%;
  }
  100% {
    scale: 100%;
  }
}
@keyframes perk-normal-colors {
  0% {
    box-shadow: none;
    background-color: none;
  }
  50% {
    box-shadow: 0px 0px 25px #8c8c8c;
    background-color: #8c8c8c;
  }
  100% {
    box-shadow: none;
    background-color: none;
  }
}
@keyframes perk-positive-colors {
  0% {
    box-shadow: none;
    background-color: none;
  }
  50% {
    box-shadow: 0px 0px 25px #008aff;
    background-color: #008aff;
  }
  100% {
    box-shadow: none;
    background-color: none;
  }
}
@keyframes perk-neutral-colors {
  0% {
    box-shadow: none;
    background-color: none;
  }
  50% {
    box-shadow: 0px 0px 25px #8a4c70;
    background-color: #8a4c70;
  }
  100% {
    box-shadow: none;
    background-color: none;
  }
}
@keyframes perk-negative-colors {
  0% {
    box-shadow: none;
    background-color: none;
  }
  50% {
    box-shadow: 0px 0px 25px #5d0000;
    background-color: #5d0000;
  }
  100% {
    box-shadow: none;
    background-color: none;
  }
}
.floating-window {
  position: relative;
  z-index: 1000;
}
.floating-window:not(.floating-window-focused) {
  filter: brightness(85%);
}
.floating-window .floating-window-container {
  position: absolute;
  resize: both;
  overflow: hidden;
  min-height: 200px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: white;
  border: 3px solid #888;
  border-radius: 7px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5333333333);
}
.floating-window .floating-window-container .floating-window-header {
  color: #BBB;
  background-color: #606060;
  position: sticky;
  left: 0;
  top: 0;
  font-size: 1.2em;
  height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
  border-color: #888;
  border-style: none none solid none;
  border-width: 2px;
}
.floating-window .floating-window-container .floating-window-header span {
  margin: auto;
}
.floating-window .floating-window-container .floating-window-header .floating-window-close {
  color: #BBB;
  background-color: #555;
  border-color: #888;
  border-style: none none solid none;
  border-width: 1px;
  cursor: pointer;
  transition-duration: 200ms;
  height: 28px;
  width: 28px;
  border-radius: 0;
}
.floating-window .floating-window-container .floating-window-header .floating-window-close:hover {
  background-color: #d55;
  color: #ddd;
}
.floating-window .floating-window-container .floating-window-header:hover {
  cursor: grab;
}
.floating-window .floating-window-container .floating-window-header:active {
  cursor: grabbing;
}
#console #console-container {
  position: absolute;
  box-sizing: border-box;
  display: grid;
  grid-template: 28px 1fr 24px/1fr;
  background-color: #666;
  flex-shrink: 1;
  min-width: 300px;
  min-height: 300px;
}
#console #console-container #console-out {
  background-color: #505050;
  box-sizing: border-box;
  overflow: auto;
}
#console #console-container #console-out::-webkit-scrollbar {
  width: 10px;
}
#console #console-container #console-out::-webkit-scrollbar-track {
  background-color: #666;
  border: 2px #888 solid;
}
#console #console-container #console-out::-webkit-scrollbar-thumb {
  background: #aaa;
}
#console #console-container #console-in {
  font-family: "JetBrains Mono", monospace;
  position: sticky;
  bottom: 0;
  left: 0;
  background-color: #555;
  width: 100%;
  height: 24px;
  z-index: 1;
  border-color: #888;
  border-style: solid none none none;
  box-sizing: border-box;
  border-width: 4px;
  resize: none;
  outline: none;
  color: white;
}
#console #console-container .console-entry {
  font-family: "JetBrains Mono", monospace;
  border-width: 2px;
  padding: 1px 0;
  border-style: solid none;
  display: flex;
  box-sizing: border-box;
  word-break: break-all;
}
#console #console-container .console-entry-timestamp {
  font-family: "JetBrains Mono", monospace;
  background-color: #444;
  margin: 0 1% 0 0;
  padding: 0 0.5%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  word-break: keep-all;
}
#console #console-container .console-entry-log {
  background-color: #606060;
  border-color: #999;
}
#console #console-container .console-entry-important {
  background-color: hsl(250, 50%, 30%);
  border-color: hsl(250, 50%, 35%);
  color: hsl(240, 100%, 80%);
}
#console #console-container .console-entry-important .console-entry-content code {
  background-color: hsl(250, 10%, 25%);
  color: hsl(240, 100%, 70%);
}
#console #console-container .console-entry-warn {
  background-color: hsl(50, 50%, 30%);
  border-color: hsl(50, 50%, 35%);
  color: hsl(40, 100%, 60%);
}
#console #console-container .console-entry-warn .console-entry-content code {
  background-color: hsl(50, 10%, 25%);
  color: hsl(40, 100%, 70%);
}
#console #console-container .console-entry-severe_warn {
  background-color: hsl(40, 50%, 30%);
  border-color: hsl(40, 50%, 35%);
  color: hsl(30, 100%, 60%);
}
#console #console-container .console-entry-severe_warn .console-entry-content code {
  background-color: hsl(40, 10%, 25%);
  color: hsl(30, 100%, 70%);
}
#console #console-container .console-entry-error {
  background-color: hsl(10, 50%, 30%);
  border-color: hsl(10, 50%, 35%);
  color: hsl(0, 100%, 75%);
}
#console #console-container .console-entry-error .console-entry-content code {
  background-color: hsl(10, 10%, 25%);
  color: hsl(0, 100%, 70%);
}
#console #console-container .console-entry-fatal_error {
  background-color: hsl(310, 50%, 30%);
  border-color: hsl(310, 50%, 35%);
  color: hsl(300, 100%, 75%);
}
#console #console-container .console-entry-fatal_error .console-entry-content code {
  background-color: hsl(310, 10%, 25%);
  color: hsl(300, 100%, 70%);
}
#console #console-container .console-entry-fatal_error {
  animation: fatal-error-cycle 1s infinite linear;
}
#console #console-container .console-entry-content * {
  font-family: "JetBrains Mono", monospace;
  word-break: break-word;
}
#console #console-container .console-entry-content span {
  font-size: 0.9em;
  margin: 0;
}
#console #console-container .console-entry-content ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#console #console-container .console-entry-content code {
  background-color: #404040;
  padding: 1px;
  color: white;
}
#console #console-container .console-entry-content details summary {
  cursor: pointer;
}
#console #console-container .console-entry-content details em {
  font-size: 0.9em;
}
#console #console-container .console-entry-content details table {
  margin: 1px;
}
#console #console-container .console-entry-content details table,
#console #console-container .console-entry-content details thead,
#console #console-container .console-entry-content details tbody,
#console #console-container .console-entry-content details tr,
#console #console-container .console-entry-content details td {
  border: 1px solid #888;
}
#console #console-container .console-entry-content details .command-desc-arg-type {
  color: hsl(120, 70%, 65%);
}
#console #console-container .console-entry-content details .command-desc-noexcept {
  font-weight: bold;
  font-style: italic;
  color: hsl(240, 100%, 80%);
}
#console #console-container .console-entry-content details .command-desc-cmd-name {
  font-weight: bold;
  color: hsl(60, 80%, 60%);
}
#console #console-container .console-entry-content details span.cvar-detail-archived {
  background-color: hsl(280, 70%, 60%);
}
#console #console-container .console-entry-content details span.cvar-detail-archived.cvar-inactive-flag {
  filter: brightness(0.5) opacity(0.5);
}
#console #console-container .console-entry-content details span.cvar-detail-cheat {
  background-color: hsl(20, 90%, 40%);
}
#console #console-container .console-entry-content details span.cvar-detail-cheat.cvar-inactive-flag {
  filter: brightness(0.5) opacity(0.5);
}
#console #console-container .console-entry-content details span.cvar-detail-readonly {
  background-color: hsl(100, 60%, 30%);
}
#console #console-container .console-entry-content details span.cvar-detail-readonly.cvar-inactive-flag {
  filter: brightness(0.5) opacity(0.5);
}
#console #console-container .console-entry-content details span.cvar-detail-replicated {
  background-color: hsl(170, 40%, 40%);
}
#console #console-container .console-entry-content details span.cvar-detail-replicated.cvar-inactive-flag {
  filter: brightness(0.5) opacity(0.5);
}
#console #console-container .console-entry-content details code.cvar-value-boolean {
  color: hsl(207, 61%, 59%);
}
#console #console-container .console-entry-content details code.cvar-value-number {
  color: hsl(99, 28%, 73%);
}
#console #console-container .console-entry-content details code.cvar-value-string {
  color: hsl(17, 47%, 64%);
}
#console #console-container .console-entry-content details {
  /*
      if someone manages to get one of the
      below into a cvar, we are probably in
      deep trouble

      that being said, the colors are already
      there, so might as well haha
  */
}
#console #console-container .console-entry-content details code.cvar-value-undefined,
#console #console-container .console-entry-content details code.cvar-value-null {
  color: hsl(207, 61%, 59%);
}
#console #console-container .console-entry-content details code.cvar-value-bigint {
  color: hsl(99, 28%, 73%);
}
#console #console-container .console-entry-content details code.cvar-value-symbol {
  color: hsl(168, 53%, 55%);
}
#console #console-container .console-entry-content details code.cvar-value-function {
  color: hsl(60, 42%, 76%);
}
#console #console-container .console-entry-content details code.cvar-value-object {
  color: hsl(201, 98%, 80%);
}
#console #console-container .console-entry-content table,
#console #console-container .console-entry-content thead,
#console #console-container .console-entry-content tbody,
#console #console-container .console-entry-content tr,
#console #console-container .console-entry-content td {
  border: 1px solid #888;
}
#console #console-container .console-detail-toggle {
  font-family: "JetBrains Mono", monospace;
  color: #AAA;
  display: flex;
  align-items: top;
  margin: 0 1% 0 0;
}
#console #console-container .console-detail-toggle:hover {
  cursor: pointer;
}
@keyframes fatal-error-cycle {
  0%, 100% {
    filter: hue-rotate(0);
  }
  25% {
    filter: hue-rotate(20deg);
  }
  75% {
    filter: hue-rotate(-20deg);
  }
}
#console div#console-autocmp {
  position: absolute;
  background-color: #666;
  overflow: auto;
  box-shadow: 5px 4px 3px 0px rgba(0, 0, 0, 0.5333333333);
  font-family: "JetBrains Mono", monospace;
  padding: 1px;
  color: white;
  border: 3px solid #999;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-sizing: border-box;
  max-height: 150px;
}
#console div#console-autocmp .console-input-autocomplete-entry {
  word-wrap: break-word;
}
#console div#console-autocmp .console-input-autocomplete-entry:hover,
#console div#console-autocmp .console-input-autocomplete-entry:focus {
  outline: none;
  cursor: pointer;
  background-color: #555;
}
#console div#console-autocmp .console-autocomplete-divider {
  width: 100%;
  height: 0;
  border: 1px solid #999;
}
#debug-menu-content {
  overflow: auto;
  background-color: rgba(22, 22, 22, 0.8588235294);
  height: 100%;
  width: 100%;
}
#debug-menu-content * {
  font-family: "JetBrains Mono", monospace;
  text-shadow: 1px 1px 2px black;
}
#debug-menu-content .debug-menu-item {
  display: flex;
  margin: 6px;
  align-items: center;
}
#debug-menu-content .debug-menu-item .debug-menu-item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: auto;
  min-width: 80px;
}
#debug-menu-content input[type=range] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border-bottom: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  --thumb-bg: rgba(197, 197, 197, 0.6647058824);
  --track-bg: rgba(197, 197, 197, 0.1647058824);
}
#debug-menu-content input[type=range]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 0px;
  cursor: pointer;
  border: none;
  background: #008aff;
  box-shadow: none;
}
#debug-menu-content input[type=range]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 0px;
  cursor: pointer;
  border: none;
  background: #008aff;
  box-shadow: none;
  margin-top: 0px;
}
#debug-menu-content input[type=range]::-moz-range-track {
  height: 25px;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(197, 197, 197, 0.1647058824);
}
#debug-menu-content input[type=range]::-webkit-slider-runnable-track {
  height: 25px;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(197, 197, 197, 0.1647058824);
  background: var(--background);
}
#debug-menu-content input[type=range]::-moz-range-progress {
  height: 25px;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
  background: rgba(197, 197, 197, 0.1647058824);
  background: rgba(197, 197, 197, 0.5647058824);
}
#debug-menu-content input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  height: 20px;
}
#debug-menu-content input[type=checkbox]:before {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  content: "";
  text-shadow: none;
}
#debug-menu-content input[type=checkbox]:checked {
  background-color: #008aff;
}
#debug-menu-content input[type=checkbox]:checked:before {
  content: "✔️";
}
#debug-menu-content input[type=checkbox]:hover {
  cursor: pointer;
}
#debug-menu-content input[type=number] {
  margin-top: 0;
  margin-bottom: 0;
  min-width: 80px;
}
#debug-menu-content input[type=number]:not(:hover) {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
#debug-menu-content input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border: none;
}
#debug-menu-content button,
#debug-menu-content input,
#debug-menu-content select {
  height: 25px;
  background: rgba(197, 197, 197, 0.1647058824);
  border: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
  box-shadow: 1px 1px 2px black;
  margin-left: 5px;
}
#debug-menu-content button.valid,
#debug-menu-content input.valid,
#debug-menu-content select.valid {
  background-color: rgba(25, 135, 84, 0.9);
}
#debug-menu-content select {
  padding-top: 2px;
}
#debug-menu-content select option {
  color: #f8f9fa;
  background-color: #212529;
}
#debug-menu-content form {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tab-bar {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 140px;
  flex-direction: column;
}
.tab {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  width: 140px;
  text-align: left;
  border-left: 2px solid transparent;
}
.tab.active {
  border-color: #ff7500;
  background: rgba(22, 22, 22, 0.4588235294);
}
.tab i {
  margin-right: 10px;
  width: 15px;
}
.tab span, .tab i {
  pointer-events: none;
}
.tab:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #008aff;
  text-decoration-thickness: 3px;
  text-underline-offset: 3px;
}
.tab-content {
  border-radius: 10px;
  padding: 10px;
}
#settings-menu,
#report-modal,
#warning-modal {
  background-color: #3d3e48;
  max-width: 600px;
}
#partners-modal {
  background-color: #3d3e48;
  max-width: 900px;
}
#warning-modal {
  text-align: center;
  border: 2.5px solid rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 0 black;
}
#warning-modal #warning-modal-title {
  color: rgb(236, 57, 57);
  text-align: center;
  margin-top: 0;
}
#warning-modal .case-id {
  font-size: 20px;
  margin-bottom: 10px;
}
#reporting-name {
  margin-left: 5px;
}
#report-modal-content, #warning-modal-content {
  padding: 1rem;
}
#report-modal-content p, #warning-modal-content p {
  margin-top: 13px;
  margin-bottom: -5px;
}
#report-modal-content h4, #warning-modal-content h4 {
  margin-bottom: 10px;
}
#report-modal-content ol, #warning-modal-content ol {
  margin-top: 0;
}
#report-id-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#report-id {
  font-size: 50px;
  font-family: "JetBrains Mono", monospace;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
#customize-menu {
  background-color: #4c722f;
  max-width: 850px;
}
#create-team-menu {
  background-color: #3d3e48;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  max-width: initial;
  display: flex;
}
#create-team-menu #create-team-container {
  display: flex;
  flex-direction: column;
  width: inherit;
  min-width: 644px;
  padding: 10px;
}
#create-team-menu #create-team-container #create-team-players {
  display: flex;
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container {
  min-width: 150px;
  height: 150px;
  background-color: #545663;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .fa-crown, #create-team-menu #create-team-container #create-team-players .create-team-player-container .fa-xmark {
  position: absolute;
  font-size: 24px;
  top: 5px;
  right: 5px;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .fa-xmark {
  cursor: pointer;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .fa-circle-check {
  position: absolute;
  font-size: 24px;
  color: limegreen;
  top: 5px;
  left: 5px;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .create-team-player-name-container {
  display: flex;
  justify-content: center;
  margin: 10px 5px 0 5px;
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .create-team-player-name-container .create-team-player-name {
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
#create-team-menu #create-team-container #create-team-players .create-team-player-container .create-team-player-name-container .create-team-player-badge {
  display: inline-block;
  height: 24px;
  margin-left: 5px;
}
#create-team-menu #create-team-container #create-team-url {
  display: flex;
  padding-top: 10px;
  justify-content: center;
}
#create-team-menu #create-team-container #create-team-url #create-team-url-field {
  font-family: "JetBrains Mono", monospace;
  color: black;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  font-size: 18px;
  flex-grow: 1;
  padding: 4px 8px;
  outline: none;
  border: none;
  border-bottom: 2px solid rgb(209, 207, 207);
  box-shadow: inset 0 -2px rgb(209, 207, 207);
}
#create-team-menu #create-team-container #create-team-url #btn-copy-team-url {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#create-team-menu #create-team-container #create-team-url #btn-hide-team-url {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 4rem;
}
#create-team-menu #create-team-container #create-team-options {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
}
#create-team-menu #create-team-container #create-team-options #create-team-toggles {
  display: flex;
  justify-content: center;
  gap: 12px;
}
#create-team-menu #create-team-container #create-team-options #create-team-toggles.disabled {
  pointer-events: none;
  filter: brightness(80%);
}
#create-team-menu #create-team-container #create-team-options #create-team-toggles label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #555;
  padding: 5px 8px;
  border-radius: 10px;
}
#create-team-menu #create-team-container #create-team-options #create-team-toggles label span {
  margin-right: 10px;
}
#create-team-menu #create-team-container #create-team-options #create-team-toggles label input {
  margin-left: auto;
  font-family: "JetBrains Mono", monospace;
  bottom: -5px;
}
#language-dropdown {
  position: absolute;
  right: 16px;
  top: 16px;
}
#language-dropdown img {
  vertical-align: middle;
}
#language-dropdown #btn-language {
  width: 200px;
  display: flex;
  gap: 1rem;
  position: fixed;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
}
#language-dropdown .dropdown-content {
  background: #555555;
  top: 34px;
  overflow-x: none;
  overflow-y: scroll;
  height: 600px;
}
#language-dropdown .dropdown-content a {
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
#language-dropdown .dropdown-content .selected {
  background-color: #ff7500;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  #language-dropdown {
    transform: scale(75%);
    top: 5px;
    right: -15px !important;
  }
  #language-dropdown .dropdown-content {
    height: 300px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 1280px) {
  #language-dropdown {
    right: -40px;
  }
}
#partners-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding: 0.25rem 1rem;
  max-height: 215px;
  overflow-x: scroll;
}
#partners-list a {
  color: white;
}
#partners-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 1rem 1rem 1rem;
}
#partners-contact a {
  font-size: 16px;
}
.dialog {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7843137255);
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden;
  z-index: 101;
}
.dialog .dialog-header {
  display: flex;
  height: 45px;
  align-items: center;
}
.dialog .dialog-header h3 {
  margin-left: 15px;
  display: flex;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.dialog .dialog-header .dialog-close-btn {
  margin-left: auto;
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: color 0.25s;
}
.dialog .dialog-header .dialog-close-btn:hover {
  color: red;
}
.dialog #settings-tabs-container,
.dialog #customize-tabs-container {
  display: flex;
}
.dialog #settings-tab-bar {
  min-width: 175px;
}
.dialog #settings-tab-bar .tab {
  min-width: 175px;
}
.dialog #skin-name {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  z-index: 1000;
  background-color: #5b8939;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
}
.dialog .skin {
  position: relative;
  width: 102px;
  height: 98px;
}
.dialog .skin .skin-base {
  position: relative;
  top: 0;
  left: 6px;
  width: 90px;
  height: 90px;
  transform: rotate(90deg);
}
.dialog .skin .skin-left-fist,
.dialog .skin .skin-right-fist {
  position: absolute;
  top: 64px;
  width: 34px;
  height: 34px;
  transform: rotate(90deg);
}
.dialog .skin .skin-right-fist {
  left: 68px;
}
.dialog #skins-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.dialog #skins-list .skins-list-item-container {
  width: 140px;
  height: 170px;
  padding: 8px;
  margin: 8px;
  border: 5px solid transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.dialog #skins-list .skins-list-item-container.selected {
  border-color: #ff7500;
}
.dialog #skins-list .skin-name {
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.dialog #tab-emotes-content {
  display: flex;
  gap: 10px;
  height: 100%;
}
.dialog .emote-display {
  display: flex;
  padding: 2px;
  width: 84px;
  height: 84px;
  background-size: 64px 64px;
  flex-shrink: 0;
  background-color: rgba(22, 22, 22, 0.4588235294);
  border-radius: 10px;
  border: 5px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.dialog .emote-display.selected {
  border-color: #ff7500;
}
.dialog .emote-display img {
  width: 1em;
  height: 1em;
}
.dialog .emote-display .fa-trash {
  margin-left: auto;
  height: 1em;
  transform-origin: center;
}
.dialog .emote-display .fa-trash:hover {
  transform: scale(1.25);
}
.dialog #emote-wheel-container {
  min-width: 272px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dialog #emote-customize-wheel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dialog #emote-customize-wheel div {
  cursor: pointer;
  z-index: 10;
}
.dialog #emote-wheel-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.dialog #emotes-list {
  overflow-y: scroll;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dialog #emotes-list .emote-list-header {
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.dialog #emotes-list .emotes-list-item-container {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 150px;
  align-items: center;
  border: 5px solid transparent;
  border-radius: 10px;
  padding: 5px;
  background-color: rgba(22, 22, 22, 0.4588235294);
  justify-content: center;
}
.dialog #emotes-list .emotes-list-item-container.selected {
  border-color: #ff7500;
}
.dialog #emotes-list .emotes-list-item-container .emote-name {
  margin-top: auto;
}
.dialog #emotes-list .emotes-list-item {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
}
.dialog #emotes-list .emote-name {
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.dialog #tab-crosshairs-content {
  display: flex;
  gap: 10px;
  height: 100%;
}
.dialog #crosshair-customize {
  display: flex;
  flex-direction: column;
}
.dialog #crosshair-controls {
  display: flex;
  flex-direction: column;
  width: 320px;
  position: relative;
}
.dialog #crosshair-controls.disabled .modal-item {
  pointer-events: none;
  filter: blur(5px);
}
.dialog #crosshair-controls.disabled #crosshair-controls-disabled {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.dialog #crosshair-controls .modal-item {
  margin-top: 0 !important;
}
.dialog #crosshair-preview {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.dialog #crosshair-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.dialog #crosshairs-list {
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  align-content: flex-start;
}
.dialog #crosshairs-list .crosshairs-list-item-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 3px solid transparent;
  border-radius: 10px;
  padding: 5px;
  background-color: rgba(22, 22, 22, 0.4588235294);
  width: 100px;
  height: 100px;
}
.dialog #crosshairs-list .crosshairs-list-item-container.selected {
  border-color: #ff7500;
}
.dialog #crosshairs-list .crosshairs-list-item {
  height: 80px;
  width: 80px;
}
.dialog #crosshairs-list .crosshair-name {
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}
.dialog #badges-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.dialog #badges-list .badges-list-item-container {
  width: 140px;
  height: 170px;
  padding: 8px;
  margin: 8px;
  border: 5px solid transparent;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.dialog #badges-list .badges-list-item-container.selected {
  border-color: #ff7500;
}
.dialog #badges-list .badges-list-item {
  position: relative;
  width: 102px;
  height: 102px;
  font-size: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog #badges-list .badges-list-item div {
  position: relative;
  align-items: center;
  width: 84px;
  height: 84px;
  background-size: cover;
}
.dialog #badges-list .badge-name {
  font-weight: bold;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
}
@media screen and (max-width: 654px) {
  .dialog #emotes-list {
    gap: 5px;
  }
  .dialog #emotes-list .emotes-list-item-container {
    border-width: 3px;
  }
  .dialog #emotes-list .emotes-list-item {
    width: 42px;
    height: 42px;
    background-size: contain;
  }
  .dialog #emote-customize-wheel {
    width: 191px;
    height: 191px;
    background-size: contain;
  }
  .dialog #emote-customize-wheel > div {
    width: 56px;
    height: 56px;
    background-size: contain;
  }
  .dialog #emote-customize-wheel .emote-top {
    top: 9px;
    left: 67px;
  }
  .dialog #emote-customize-wheel .emote-right {
    right: 9px;
    top: 67px;
  }
  .dialog #emote-customize-wheel .emote-bottom {
    bottom: 9px;
    left: 67px;
  }
  .dialog #emote-customize-wheel .emote-left {
    left: 9px;
    top: 67px;
  }
}
@media screen and (max-width: 530px) {
  .dialog #emote-customize-wheel {
    width: 143px;
    height: 143px;
  }
  .dialog #emote-customize-wheel > div {
    width: 42px;
    height: 42px;
  }
  .dialog #emote-customize-wheel .emote-top {
    top: 7px;
    left: 51px;
  }
  .dialog #emote-customize-wheel .emote-right {
    right: 7px;
    top: 51px;
  }
  .dialog #emote-customize-wheel .emote-bottom {
    bottom: 7px;
    left: 51px;
  }
  .dialog #emote-customize-wheel .emote-left {
    left: 7px;
    top: 51px;
  }
}
@media screen and (max-width: 475px) {
  .dialog #tab-emotes-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dialog #tab-crosshairs-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .dialog #emotes-list {
    padding-bottom: 16px;
  }
  .dialog #crosshairs-list {
    padding-bottom: 16px;
  }
}
.dialog #settings-tabs,
.dialog #customize-tabs {
  width: 100%;
  height: 410px;
  max-height: 80vh;
  overflow-y: auto;
}
.dialog #settings-tabs {
  background: rgba(22, 22, 22, 0.4588235294);
}
.dialog #settings-tabs #tab-keybinds-content #keybind-clear-tooltip {
  border: 2px solid gray;
  border-radius: 10px;
  padding: 7px;
  background-color: rgba(98.5, 98.5, 98.5, 0.4588235294);
}
.dialog #settings-tabs #tab-keybinds-content .modal-item:not(:last-child) div.settings-title {
  width: 100%;
}
.dialog #settings-tabs #tab-keybinds-content .modal-item:not(:last-child) button.btn-bind {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.dialog #customize-tabs {
  background: #5b8939;
}
.dialog #customize-tab-bar .tab {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding-top: 7px;
}
.dialog #customize-tab-bar .tab.active {
  background: #5b8939;
}
.dialog #customize-tab-bar .tab > img {
  position: relative;
  top: 3px;
  margin-right: 5px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.6));
}
.dialog .tab-content {
  width: 100%;
  border-radius: 0;
}
.dialog .setting-title {
  margin: 0.2em;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
.dialog .setting-title i {
  color: red;
}
.dialog .modal-item.checkbox-setting {
  line-height: 20px;
}
.dialog .modal-item.select-setting {
  line-height: 25px;
}
.dialog .modal-item:not(:first-child) {
  margin-top: 1em;
}
.dialog .modal-item input[type=checkbox],
.dialog .modal-item input[type=color],
.dialog .modal-item select {
  float: right;
}
.dialog .modal-item .range-input-value {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  float: right;
}
.dialog.in-game {
  background-color: rgba(22, 22, 22, 0.4588235294);
  box-shadow: none;
}
.text-field {
  color: black;
  font-size: 18px;
  width: 350px;
  padding: 4px 8px;
  outline: none;
  border: none;
  border-radius: 8px;
}
body {
  background: #5b8939;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
#splash-ui, #game {
  opacity: 1;
}
#initial-loader {
  display: none;
  animation: none;
}
.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(22, 22, 22, 0.4588235294);
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.modal .modal-item input[type=range] {
  display: block;
  width: 100%;
  margin: 0.7rem 0;
}
.modal .modal-item > button {
  margin: 0.2rem 0;
  width: 100%;
  display: inline-block;
}
.modal-locked {
  opacity: 0.25;
  pointer-events: none;
}