body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.App {
  text-align: center;
  padding: 20px;
  min-height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.App .fixed-top-left {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 12px;
  padding: 10px;
}
.App .fixed-top-left > span > strong {
  cursor: pointer;
}
.App .fixed-top-left .name {
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  color: #4DA4FF;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.App .top-icons {
  position: fixed;
  right: 0;
  top: 0;
  padding: 2px 10px;
}
.App .language-button {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  border-radius: 0;
}
.App.hacking:before {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://i.pinimg.com/originals/28/6c/00/286c004a0cc4a49a5e6985b0e0812923.gif);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.03;
}
.App.hacking.light-mode:before {
  opacity: 0.1;
  filter: invert(1);
}
.App .select-box {
  max-width: 300px;
}
.App .box-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}
.App .box {
  border-radius: 5px;
  width: 100%;
}
.App .box .box-image {
  margin: 20px 20px 35px 20px;
  position: relative;
}
.App .box .box-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.App .grid-no-padding {
  padding: 0 !important;
}
.App .gencode-input {
  height: 45px;
}
.App .gencode-input > .MuiInputBase-root {
  height: 100%;
}
.light-mode {
  color: black;
  background-color: #E8E8E8;
}
.light-mode .tooltip-icon {
  color: white;
}
.light-mode .tooltip-icon svg {
  color: white !important;
}
.light-mode .skinping-deal-card-market-name {
  color: black !important;
}
.light-mode .App .fixed-top-left .name {
  color: #004B94;
}
.tooltip-icon.dark-mode {
  color: white;
}
.tooltip-icon.light-mode {
  color: white;
}
.steam-button svg {
  height: 21px;
  width: 21px;
}
.discord-button svg {
  height: 21px;
  width: 21px;
  fill: #FFF;
}
.share-icons {
  position: fixed;
}
.mobile-nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.nav-not-top .mobile-nav-bg {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.dark-mode .mobile-nav-bg {
  background-color: #121212;
}
.light-mode .mobile-nav-bg {
  background-color: #FFFFFF;
}
.isMobile .App {
  padding: 25px 20px 20px 20px;
}
.isMobile .App .fixed-top-left {
  position: relative;
  padding-bottom: 30px;
  padding-top: 50px;
  z-index: 1;
}
.isMobile .top-icons {
  z-index: 3;
}
.isMobile .share-icons {
  position: relative;
  bottom: 0 !important;
  left: 0 !important;
  padding-top: 25px;
  padding-bottom: 30px;
}
.isMobile .user-interaction-buttons {
  flex-direction: row-reverse;
  left: 10px !important;
}
.isMobile .user-interaction-buttons .join-discord-button {
  padding-left: 0;
  padding-right: 0;
  min-width: 40px;
}
.isMobile .user-interaction-buttons .join-discord-button span {
  margin-left: 0;
}
.isMobile .user-interaction-buttons .button-hacking {
  height: 32px;
  width: 32px;
}
.hue-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.hue-mask img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8) contrast(1.2) saturate(1.3);
}
.hue-mask.keychain-2 img {
  filter: brightness(0.8) contrast(1.3) saturate(0.5);
}
.hue-mask.keychain-6 img {
  filter: none;
}
.hue-mask.keychain-8 img {
  filter: brightness(1) contrast(1.1) saturate(1.2);
}
.hue-mask.keychain-10 img {
  filter: none;
}
.hue-mask.keychain-12 img {
  filter: saturate(1.2) brightness(0.8);
}
.hue-mask.keychain-15 img {
  filter: brightness(0.6) contrast(1.2) saturate(1.5);
}
.hue-mask.keychain-17 img {
  filter: none;
}
.hue-mask.keychain-18 img {
  filter: brightness(1.5);
}
.hue-mask.keychain-19 img {
  filter: brightness(1.1);
}
.hue-mask.keychain-20 img {
  filter: brightness(1.1);
}
.hue-mask.keychain-21 img {
  filter: brightness(1.1);
}
.hue-mask.keychain-22 img {
  filter: brightness(0.8);
}
.hue-mask.keychain-23 img {
  filter: brightness(1.1);
}
.hue-mask.keychain-24 img {
  filter: brightness(0.9);
}
.hue-mask.keychain-25 img {
  filter: brightness(0.8) saturate(1.3);
}
.hue-mask.keychain-26 img {
  filter: brightness(0.9) saturate(1);
}
.hue-mask.keychain-27 img {
  filter: brightness(1) saturate(1.5);
}
.hue-mask.keychain-28 img {
  filter: brightness(0.9);
}
.hue-mask.keychain-29 img {
  filter: brightness(0.9);
}
.hue-mask.keychain-30 img {
  filter: brightness(1.1);
}
.hue-mask.keychain-31 img {
  filter: brightness(0.8) contrast(0.9);
}
.hue-mask.keychain-32 img {
  filter: brightness(1) contrast(0.9) saturate(1.1);
}
.hue-mask.keychain-33 img {
  filter: brightness(0.8) saturate(1.2);
}
.cookie-banner-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  animation: fadeInBannerBG 0.5s ease-out;
}
.cookie-banner-wrapper .cookie-banner {
  max-width: 600px;
  padding: 20px;
  color: black;
  background-color: #E8E8E8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  animation: scaleInBanner 0.5s ease-out;
  transform: scale(1);
}
.cookie-banner-wrapper .cookie-banner-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.cookie-banner-wrapper .cookie-banner-icon svg {
  font-size: 50px;
}
.cookie-banner-wrapper .cookie-banner-inner {
  text-align: center;
  max-width: 500px;
  padding: 15px;
}
.cookie-banner-wrapper .cookie-banner-buttons {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cookie-banner-wrapper .cookie-banner-buttons .cookie-button-decline {
  margin-top: 10px;
  color: black;
}
@keyframes fadeInBannerBG {
  from {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@keyframes scaleInBanner {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.dark-mode .cookie-banner-wrapper .cookie-banner {
  max-width: 600px;
  padding: 20px;
  background-color: #121212;
  color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  animation: scaleInBanner 0.5s ease-out;
  transform: scale(1);
}
.dark-mode .cookie-banner-wrapper .cookie-banner-buttons .cookie-button-decline {
  color: white;
}
.isDesktop .skinping-alert {
  bottom: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 25px 0 0;
}
.isDesktop #skinping-widget-container {
  top: 50% !important;
  transform: translateY(-50%);
}
.isDesktop #skinping-widget-container.skinping-mobile-message {
  top: 25px !important;
}
.isMobile #skinping-widget-container {
  top: 30px !important;
}
.skinping-alert {
  z-index: 10;
}
/*# sourceMappingURL=App.css.map */
