:root {
  --bs-success-rgb: 0, 188, 140;
  --bs-success: rgb(0, 188, 140);
  --bs-warning-rgb: 243, 156, 18;
  --bs-warning: rgb(243, 156, 18);
  --bs-danger-rgb: 205, 50, 34;
  --bs-danger: rgb(205, 50, 34);
}

.text-red-400, .tex-red-500, .text-red-600, .text-red-700 {
  color: rgb(205, 50, 34);
}

.text-green-400, .tex-green-500, .text-green-600, .text-green-700 {
  color: rgb(0, 188, 140);
}

.text-yellow-400, .tex-yellow-500, .text-yellow-600, .text-yellow-700 {
  color: rgb(243, 156, 18);
}

.min-h-screen {
  min-height: 100vh;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.simple-paginator button {
  margin: 5px;
}

body {
  background: #0a0a0a;
  color: #c7c7c7;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 80px;
}

::-moz-selection {
  background-color: #34e7e4 !important;
  color: #090c0f !important;
}

::selection {
  background-color: #34e7e4 !important;
  color: #090c0f !important;
}

.content-holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.fixed-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100vw;
}

.full-width {
  width: 100%;
}

.logo.logo-md {
  height: 150px;
}

.banner.banner-sm {
  height: 35px;
}

b {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Akshar", sans-serif;
  text-transform: uppercase;
}

a {
  color: #34e7e4;
  text-decoration: none;
}
a:hover {
  color: #19cfcc;
}
a:focus, a:active {
  color: #13a29f;
}
a.text-emboldened:hover {
  color: #e6e6e6;
}
a.text-emboldened:focus {
  color: #cccccc;
}

.text-small {
  font-size: 0.8em;
}

.text-accent {
  color: #34e7e4;
}

.text-emboldened {
  color: #ffffff;
}

.text-dulled {
  color: #c7c7c7;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.box {
  margin: 20px;
  padding: 25px;
  border-radius: 10px;
  background: #1a1a1a;
}
.box h5 {
  margin-bottom: 15px;
}

[wire\:click] {
  cursor: pointer;
}

.footer-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #1a1a1a;
  height: 60px;
  z-index: 100;
}
.footer-bar > div {
  max-height: 100%;
}
.footer-bar .footer-icon, .footer-bar .footer-icon-placeholder {
  display: block;
  width: 20%;
}
.footer-bar .footer-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c7c7c7;
  background: transparent;
  padding: 10px 10px;
  padding-top: 8px;
  text-align: center;
  font-size: 0.8em;
  border-top: 2px solid transparent;
  /*&.footer-icon-center {
      background: $accent-color;
      border-radius: 10px;
      align-self: flex-end;
      height: 75px;
      justify-content: center;
      transform: translate(0, 10px);
      color: $accent-color-inner;

      i {
          font-size: 2.6em;
      }
  }*/
}
.footer-bar .footer-icon svg .cls-1 {
  fill: #c7c7c7;
}
.footer-bar .footer-icon.active {
  color: #34e7e4;
  border-top-color: #34e7e4;
}
.footer-bar .footer-icon.active svg .cls-1 {
  fill: #34e7e4;
}
.footer-bar .footer-icon img {
  max-height: 38px;
  margin-top: 2px;
}
.footer-bar .footer-icon i {
  font-size: 1.6em;
  margin-bottom: 0px;
}
.footer-bar .footer-icon span:not(.fa-stack) {
  margin-top: auto;
  line-height: 1rem;
  display: none;
}

.hr {
  height: 1px;
  width: 100%;
  background: #c7c7c7;
  display: inline-block;
  opacity: 0.6;
}
.hr.hr-left {
  margin-right: 10px;
}
.hr.hr-right {
  margin-left: 10px;
}

.arrow-expand {
  opacity: 0.6;
}
.arrow-expand, .arrow-expand.collapsed, .arrow-expand:active, .arrow-expand:focus {
  color: #c7c7c7;
}
.arrow-expand .show-for-collapsed, .arrow-expand .show-for-expanded {
  display: none;
}
.arrow-expand.collapsed .show-for-collapsed {
  display: block;
}
.arrow-expand:not(.collapsed) .show-for-expanded {
  display: block;
}

.justify-self-center {
  justify-self: center;
}

.under-construction {
  max-width: 80%;
}

.terms p {
  margin-top: 10px;
}
.terms li {
  margin-bottom: 10px;
}
.terms .text-dark, .terms p, .terms li {
  color: #c3c3c3;
}
.terms h4, .terms h5 {
  margin-top: 30px;
}
.terms ol {
  margin-top: 10px;
  margin-bottom: 20px;
}
.terms table {
  margin-bottom: 20px;
}
.terms table th, .terms table td {
  border: 1px solid #fff;
  padding: 5px;
  color: #c3c3c3;
}
.terms table th {
  color: #fff;
}

.dotted {
  margin: 10px;
  margin-left: 25px;
}
.dotted li {
  list-style: disc;
  margin-bottom: 5px;
}

.hollow-dotted {
  margin: 10px;
  margin-left: 25px;
}
.hollow-dotted li {
  list-style: circle;
  margin-bottom: 5px;
}

.horizontal-line {
  border-bottom: 3px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.horizontal-line.line-highlight {
  border-bottom-color: #34e7e4;
}

.root-list {
  counter-reset: item;
}
.root-list > li {
  list-style-type: decimal;
  counter-increment: item;
}
.root-list > li > ol {
  counter-reset: subitem;
}
.root-list > li > ol > li {
  list-style-type: decimal;
  display: table;
  counter-increment: subitem;
}
.root-list > li > ol > li:before {
  display: inline;
  content: counters(item, "") "." counters(subitem, "") ". ";
}
.root-list > li > ol > li > ol > li {
  list-style-type: lower-alpha;
}

.auth-card-inner {
  width: 90%;
  max-width: 350px;
}

.form-control {
  border: 1px solid gray;
  padding: 18px 15px;
}
.form-control, .form-control:hover {
  color: #cccccc;
  background: transparent !important;
}
.form-control:-webkit-autofill {
  color: #cccccc !important;
  background: transparent !important;
  -webkit-text-fill-color: #cccccc !important;
}
.form-control ::-moz-selection {
  color: #ffffff !important;
}
.form-control:focus, .form-control ::selection {
  color: #ffffff !important;
}
.form-control::-moz-placeholder {
  color: #212529;
}
.form-control::placeholder, .form-control::-moz-placeholder, .form-control::-webkit-input-placeholder {
  color: #212529;
}
.form-control, .form-control:focus, .form-control:hover {
  outline: none;
}
.form-control:focus {
  border-color: #fff;
  outline: none;
}
.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control ::-moz-selection {
  background-color: #34e7e4 !important;
  color: #090c0f !important;
}
.form-control ::selection {
  background-color: #34e7e4 !important;
  color: #090c0f !important;
}

.form-check-input:checked {
  background-color: #34e7e4;
  border-color: #34e7e4;
}

.form-switch .form-check-input, .form-switch .form-check-input:checked, .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000'/%3e%3c/svg%3e");
}

label {
  color: #ffffff;
}

.btn:disabled, .btn-disabled {
  opacity: 0.6;
}

.btn-accent, .btn-accent:disabled, .btn-accent .disabled, .btn-primary, .btn-primary:disabled, .btn-primary .disabled {
  background: #34e7e4;
  color: #090c0f;
  border: none;
}
.btn-accent:hover, .btn-primary:hover {
  background: #19cfcc;
  color: #090c0f;
}
.btn-accent:focus, .btn-accent:active, .btn-primary:focus, .btn-primary:active {
  background: #16b9b6;
  color: #090c0f;
}

.btn-secondary, .btn-secondary:disabled, .btn-secondary .disabled {
  background: white;
  color: black;
  border: none;
}
.btn-secondary:hover {
  background: #e6e6e6;
  color: black;
}
.btn-secondary:focus, .btn-secondary:active {
  background: #d9d9d9;
  color: black;
}

.btn-success, .btn-success:disabled, .btn-success .disabled {
  background: rgb(0, 188, 140);
  color: #090c0f;
  border: none;
}
.btn-success:hover {
  background: #008966;
  color: #090c0f;
}
.btn-success:focus, .btn-success:active {
  background: #007053;
  color: #090c0f;
}

.btn-warning, .btn-warning:disabled, .btn-warning .disabled {
  background: rgb(243, 156, 18);
  color: #090c0f;
  border: none;
}
.btn-warning:hover {
  background: #c87f0a;
  color: #090c0f;
}
.btn-warning:focus, .btn-warning:active {
  background: #b06f09;
  color: #090c0f;
}

.btn-danger, .btn-danger:disabled, .btn-danger .disabled {
  background: rgb(205, 50, 34);
  color: #ffffff;
  border: none;
}
.btn-danger:hover {
  background: #a1271b;
  color: #ffffff;
}
.btn-danger:focus, .btn-danger:active {
  background: #8b2217;
  color: #ffffff;
}

.alert-success {
  background-color: rgb(0, 188, 140);
  color: #090c0f;
  border: none;
}

.alert-warning {
  background-color: rgb(243, 156, 18);
  color: #090c0f;
  border: none;
}

.alert-danger {
  background-color: rgb(205, 50, 34);
  color: #ffffff;
  border: none;
}

.alert-accent, .alert-primary {
  background-color: #34e7e4;
  color: #090c0f;
  border: none;
}

.alert-accent-outline {
  background-color: transparent;
  color: #c7c7c7;
  border: 1px solid #34e7e4;
}

.alert-success-outline {
  background-color: transparent;
  color: #c7c7c7;
  border: 1px solid rgb(0, 188, 140);
}

.alert-warning-outline {
  background-color: transparent;
  color: #c7c7c7;
  border: 1px solid rgb(243, 156, 18);
}

.alert-danger-outline {
  background-color: transparent;
  color: #c7c7c7;
  border: 1px solid rgb(205, 50, 34);
}

.player-profile {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.player-profile .player-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
}
.player-profile .player-subtitle {
  font-weight: normal;
  font-size: 0.8em;
}
.player-profile .player-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.player-profile .player-name {
  font-family: "Akshar", sans-serif;
  text-transform: uppercase;
}

.player-avatar {
  /*position: absolute;
  top: -32px;*/
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #031919;
  padding: 4px;
  position: relative;
}
.player-avatar .player-avatar-inner {
  overflow: hidden;
  background-color: black;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  z-index: 8;
  text-align: center;
}
.player-avatar .player-progress-bar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border-radius: 50%;
  z-index: 5;
  overflow: hidden;
}
.player-avatar .player-progress-bar .player-progress-bar-fill {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  background: #34e7e4;
}
.player-avatar i {
  margin-top: 0.35em;
  font-size: 3em;
  color: white;
}
.player-avatar .player-level {
  position: absolute;
  bottom: -5px;
  z-index: 10;
  border-radius: 50px;
  min-width: 35px;
  height: 20px;
  background: #34e7e4;
  color: #090c0f;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  line-height: 1em;
  overflow: hidden;
}
.player-avatar .player-level .player-level-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #c7c7c7;
  width: 100%;
}
.player-avatar.is-guest .player-level {
  background: #c7c7c7;
}

#nerd-stuff {
  font-size: 0.6em;
  font-weight: normal;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.logout-form {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logout-form .logout-button {
  padding-left: 15px;
  padding-right: 15px;
}

.gauge-segmented .gauge-bar {
  overflow: hidden;
  width: 20px;
  transform-origin: 50% 100%;
  transform: rotate(5deg);
}
.gauge-segmented .gauge-bar .gauge-bar-inner {
  border-radius: 50%;
  border: 2px solid #34e7e4;
}

.join-game-box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.join-game-box input {
  margin-right: 10px;
}

.player-session-info {
  display: flex;
  align-items: center;
}
.player-session-info .player-session-details {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.player-session-info .player-session-details .player-name {
  font-weight: bold;
  color: #ffffff;
  font-size: 1.2em;
}
.player-session-info .player-session-details .player-device {
  font-size: 0.8em;
}

.balance-widget {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50px;
  background: white;
  color: black;
  padding: 5px 15px;
  line-height: 1em;
  align-self: center;
  font-weight: bold;
}
.balance-widget i {
  margin-right: 10px;
}

.session-mini {
  padding: 0px;
  overflow: hidden;
  position: relative;
  font-size: 0.8em;
  display: flex;
}
.session-mini, .session-mini:focus, .session-mini:active, .session-mini:visited, .session-mini:hover {
  color: #c7c7c7;
}
.session-mini .ribbon {
  overflow: hidden;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  line-height: 1em;
  padding: 5px 2px;
  opacity: 0.9;
  z-index: 1;
  text-align: center;
  -webkit-clip-path: inset(0 -100%);
          clip-path: inset(0 -100%);
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  transform: translate(29.3%) rotate(45deg);
}
.session-mini .ribbon.ribbon-cyan {
  background: #34e7e4;
  box-shadow: 0 0 0 999px #34e7e4;
}
.session-mini .ribbon span {
  text-transform: uppercase;
  color: #fff;
}
.session-mini .session-mini-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-grow: 1;
  position: relative;
  color: #c7c7c7;
  font-weight: bold;
  text-shadow: 0px 0px 2px #1a1a1a;
}
.session-mini .session-mini-shade {
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 30%, rgba(26, 26, 26, 0.95) 60%);
}
.session-mini .session-mini-bg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  flex-grow: 1;
  margin-right: 0px;
}
.session-mini .session-info-left-simple {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  height: 100%;
  padding: 25px 15px;
  position: relative;
}
.session-mini .session-info-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  max-width: 50%;
}
.session-mini .session-game-name {
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}
.session-mini .session-venue-name {
  font-size: 1em;
  margin-top: 5px;
}
.session-mini .session-venue-name span {
  color: #ffffff;
}
.session-mini .session-info-button {
  padding: 25px 8px;
  background: #34e7e4;
  color: #ffffff;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.session-mini .session-info-right {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: right;
  flex-grow: 1;
}
.session-mini .session-info-right .session-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.session-mini .session-info-right .session-stat .session-label {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
}
.session-mini .session-info-right .session-stat .session-value {
  font-size: 1.2em;
  color: #ffffff;
}
.session-mini .session-info-xp {
  width: 100%;
  text-align: left;
  font-size: 0.8em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: none;
}

.session-mini .session-mini-inner-shade.team-red {
  background: linear-gradient(270deg, rgba(81, 17, 17, 0.8) 0%, #1a1a1a 60%);
}
.session-mini .session-mini-inner-shade.team-blue {
  background: linear-gradient(270deg, rgba(17, 32, 81, 0.8) 0%, #1a1a1a 60%);
}
.session-mini .session-mini-inner-shade.session-failed {
  background: linear-gradient(270deg, rgba(81, 17, 17, 0.8) 0%, #1a1a1a 60%);
}
.session-mini .session-mini-inner-shade.session-success {
  background: linear-gradient(270deg, rgba(14, 44, 0, 0.8), #1a1a1a 60%);
}

.customiser-link-box {
  border: 3px solid #34e7e4;
  border-radius: 10px;
  display: flex;
  position: relative;
  padding: 30px 20px;
  min-height: 150px;
  background-size: cover;
  background-position: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 324/150;
}
.customiser-link-box .customiser-logo {
  width: 40%;
}
.customiser-link-box .customiser-current-character {
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: -60px;
  width: 30%;
}
.customiser-link-box .customiser-link-box-inner {
  width: 60%;
  font-size: 0.8em;
}
.customiser-link-box.link-box-recoil .head {
  z-index: 6;
}
.customiser-link-box.link-box-recoil .torso {
  z-index: 5;
}
.customiser-link-box.link-box-recoil .current-cosmetic {
  width: 100%;
  position: absolute;
  bottom: 0px;
  filter: drop-shadow(5px 5px 10px #222);
}
.customiser-link-box.link-box-recoil .customiser-current-character {
  right: -30px;
  width: 50%;
}
.customiser-link-box .customiser-link-box-logo {
  max-width: 70%;
}

#recoil-customiser .recoil-customiser-box, #recoil-customiser #recoil-customiser-save {
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 10px;
}
#recoil-customiser #recoil-customiser-save {
  margin-top: 20px;
}
#recoil-customiser .recoil-customiser-box {
  border: 3px solid #34e7e4;
}
#recoil-customiser #recoil-customiser-viewer {
  position: relative;
  aspect-ratio: 1792/2048;
}
#recoil-customiser #recoil-customiser-torso-selector, #recoil-customiser #recoil-customiser-head-selector, #recoil-customiser #recoil-customiser-palette-selector {
  flex-direction: row;
  align-items: flex-start;
  padding: 15px;
  flex-wrap: wrap;
}
#recoil-customiser #recoil-customiser-torso-selector::after, #recoil-customiser #recoil-customiser-head-selector::after, #recoil-customiser #recoil-customiser-palette-selector::after {
  content: "";
  flex: auto;
}
#recoil-customiser .cosmetic {
  position: absolute;
  max-width: 100%;
}
#recoil-customiser .head {
  z-index: 6;
}
#recoil-customiser .torso {
  z-index: 5;
}
#recoil-customiser .selector-buttons {
  position: absolute;
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
#recoil-customiser .selector-buttons.top {
  top: 5px;
}
#recoil-customiser .selector-buttons.bottom {
  bottom: 5px;
}
#recoil-customiser .selector-button {
  cursor: pointer;
  margin: 5px;
  border: 2px solid rgba(52, 231, 228, 0.5);
  border-radius: 5px;
  height: 48px;
  width: 48px;
  padding: 5px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
#recoil-customiser .selector-button:hover, #recoil-customiser .selector-button.active, #recoil-customiser .selector-button.selected {
  border-color: #34e7e4;
}
#recoil-customiser .selector-button img {
  max-width: 100%;
  max-height: 100%;
}
#recoil-customiser .selector-button.inventory {
  border-color: #c7c7c7;
  margin: 7px;
  opacity: 0.6;
  height: 48px;
  width: 48px;
}
#recoil-customiser .selector-button.inventory:hover, #recoil-customiser .selector-button.inventory.active, #recoil-customiser .selector-button.inventory.selected {
  border-color: #ffffff;
  opacity: 1;
}
#recoil-customiser .selector-button.shop-switch {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.8em;
  font-weight: bold;
}
#recoil-customiser .selector-button.shop-switch span {
  margin-top: 8px;
  line-height: 1em;
}
#recoil-customiser .selector-button.shop-switch i {
  font-size: 1.6em;
}
#recoil-customiser .selector-button.locked {
  opacity: 0.3;
}
#recoil-customiser .selector-button.locked .unlock-identifier {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 1.2em;
}
#recoil-customiser .selector-button.medium {
  height: 64px;
  width: 64px;
}
#recoil-customiser .selector-button.large {
  height: 80px;
  width: 80px;
}
#recoil-customiser .palette-button {
  position: relative;
}
#recoil-customiser .palette-button span {
  display: block;
  width: 33%;
}
#recoil-customiser .palette-button .palette-selector-outer {
  display: block;
  position: absolute;
  width: 140%;
  height: 150%;
  top: -25%;
  right: -20%;
  left: -20%;
  bottom: -25%;
}
#recoil-customiser .palette-button .palette-selector-inner {
  transform: rotate(45deg);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#bundle-popup {
  position: fixed;
  top: 43px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: #0a0a0a;
  z-index: 9999;
  transition: top 1s ease-in-out, bottom 1s ease-in-out;
}
#bundle-popup .fixed-width {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#bundle-popup.hidden {
  top: 100%;
  bottom: -100%;
}
#bundle-popup #bundle-popup-preview {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 1792/2048;
  border-radius: 10px;
  border: 3px solid #34e7e4;
}
#bundle-popup #bundle-popup-preview img {
  max-width: 100%;
  height: auto;
}
#bundle-popup #bundle-popup-controls {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#bundle-popup #bundle-popup-controls a {
  margin-bottom: 10px;
}
#bundle-popup #bundle-popup-description {
  align-self: stretch;
}
#bundle-popup #bundle-popup-limited {
  text-align: center;
  font-size: 0.8em;
  color: #34e7e4;
  margin-bottom: 20px;
}

.game-link-box {
  aspect-ratio: 382/160;
  border-radius: 10px;
  border: 3px solid #34e7e4;
  width: 100%;
  display: flex;
  background-size: cover;
  margin-bottom: 20px;
  background-position: center center;
  image-rendering: crisp-edges;
}

.game-hub-logo {
  max-width: 100%;
}

.game-stats-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 3px solid #34e7e4;
}
.game-stats-box .game-stats-character.character-recoil {
  width: 100%;
  position: relative;
  aspect-ratio: 168/192;
}
.game-stats-box .game-stats-character.character-recoil .current-cosmetic {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
}
.game-stats-box .customise-button {
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.6em;
}

.session-mini.game-copsvsrobbers .session-cops-face {
  height: 72px;
  margin-left: 5px;
}
