@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
nav.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 100px;
  gap: 75px;
  z-index: 15;
}
nav.header img {
  width: 81px;
  height: 81px;
}
nav.header ul {
  display: flex;
  gap: 25px;
  color: #fff;
  margin: 0;
}
nav.header ul li {
  font-weight: 600;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0;
  transition: color 0.35s ease;
  text-decoration: none;
  list-style: none;
  white-space: nowrap;
}
nav.header ul li:hover {
  color: rgba(255, 255, 255, 0.75);
}
nav.header .burger-menu {
  display: none;
}
@media (max-width: 1024px) {
  nav.header {
    box-sizing: border-box;
    padding: 0 30px;
    gap: 25px;
    justify-content: space-between;
  }
  nav.header ul {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    margin: 0;
    background-color: rgba(26, 26, 26, 0.75);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 60px 15px;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0 0 15px 15px;
    transform: translateY(-100%);
  }
  nav.header ul:not(.no-animation) {
    transition: all 0.5s ease;
  }
  nav.header ul li {
    width: 80%;
  }
  nav.header .burger-menu {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    color: #fff;
  }
  nav.header .burger-menu i {
    font-size: 25px;
  }
  nav.header .burger-menu:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  nav.header .burger-menu:active {
    outline: none;
    border: none;
    color: rgb(255, 255, 255);
  }
  nav.header .burger-menu:focus {
    outline: none;
    border: none;
    color: rgb(255, 255, 255);
  }
  nav.header .burger-menu.active .burger-icon {
    transform: rotate(45deg);
  }
  nav.header.active ul {
    transform: translateY(0);
    transition: all 0.5s ease;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 100px;
  box-sizing: border-box;
  height: 70px;
  width: 100%;
  background: #343236;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  footer {
    display: none;
  }
}

body {
  /* background-color: #131313; */
  position: relative;
  background-image: url("../assets/wallpaper_site.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(19, 19, 19, 0.5);
  color: #fff;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.8);
  z-index: -1;
}

main {
  flex: 1;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #6C32C1;
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.21);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 12px 48px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.btn i {
  font-size: 18px;
  margin: 0;
}
.btn:active {
  transform: translateY(1px);
}
.btn:hover {
  cursor: pointer;
  opacity: 85%;
}
.btn.account {
  background: #6d32c7;
}
.btn.twitch {
  background: #9146FF;
}
.btn.discord {
  background: #5865F2;
}

.selectMenu {
  position: relative;
  width: 220px;
  height: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.selectMenu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 10px 10px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
}
.selectMenu .header i {
  margin-right: 10px;
  font-size: 16px;
  transition: all 0.2s ease;
}
.selectMenu .header .placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-left: 10px;
}
.selectMenu .header .placeholder span {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.selectMenu .header .placeholder p {
  margin: 0;
  font-size: 14px;
}
.selectMenu .header .placeholder.rarity::after {
  font-size: 14px;
  content: "Rareté";
}
.selectMenu .header .placeholder.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.selectMenu .header .placeholder.commun::after {
  content: "Commun";
}
.selectMenu .header .placeholder.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.selectMenu .header .placeholder.rare::after {
  content: "Rare";
}
.selectMenu .header .placeholder.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.selectMenu .header .placeholder.epic::after {
  content: "Épique";
}
.selectMenu .header .placeholder.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.selectMenu .header .placeholder.legendaire::after {
  content: "Légendaire";
}
.selectMenu .header .placeholder.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.selectMenu .header .placeholder.unique::after {
  content: "Unique";
}
.selectMenu .header .placeholder.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.selectMenu .header .placeholder.event::after {
  content: "Event";
}
.selectMenu .header:hover {
  cursor: pointer;
}
.selectMenu .options {
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 10px 10px;
  display: none;
  flex-direction: column;
  gap: 2.5px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
}
.selectMenu .options .option {
  display: flex;
  flex-direction: row;
  padding: 6px 10px;
  border-radius: 5px;
}
.selectMenu .options .option a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.selectMenu .options .option a span {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.selectMenu .options .option a p {
  margin: 0;
  font-size: 14px;
}
.selectMenu .options .option a.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.selectMenu .options .option a.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.selectMenu .options .option a.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.selectMenu .options .option a.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.selectMenu .options .option a.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.selectMenu .options .option a.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.selectMenu .options .option a:hover {
  cursor: pointer;
}
.selectMenu .options .option .radio {
  display: none;
}
.selectMenu .options .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.selectMenu.active .header i {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.selectMenu.active .options {
  display: flex;
}

.inputIcon {
  width: 220px;
  padding: 9.5px 10px;
  height: 20px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
.inputIcon i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.inputIcon input {
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.inputIcon input::-moz-placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.inputIcon input::placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1024px) {
  main {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  main {
    margin-bottom: 50px;
  }
}
a {
  text-decoration: none;
  color: #fff;
}

nav.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 100px;
  gap: 75px;
  z-index: 15;
}
nav.header img {
  width: 81px;
  height: 81px;
}
nav.header ul {
  display: flex;
  gap: 25px;
  color: #fff;
  margin: 0;
}
nav.header ul li {
  font-weight: 600;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0;
  transition: color 0.35s ease;
  text-decoration: none;
  list-style: none;
  white-space: nowrap;
}
nav.header ul li:hover {
  color: rgba(255, 255, 255, 0.75);
}
nav.header .burger-menu {
  display: none;
}
@media (max-width: 1024px) {
  nav.header {
    box-sizing: border-box;
    padding: 0 30px;
    gap: 25px;
    justify-content: space-between;
  }
  nav.header ul {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    margin: 0;
    background-color: rgba(26, 26, 26, 0.75);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 60px 15px;
    box-sizing: border-box;
    z-index: 1;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0 0 15px 15px;
    transform: translateY(-100%);
  }
  nav.header ul:not(.no-animation) {
    transition: all 0.5s ease;
  }
  nav.header ul li {
    width: 80%;
  }
  nav.header .burger-menu {
    display: block;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    color: #fff;
  }
  nav.header .burger-menu i {
    font-size: 25px;
  }
  nav.header .burger-menu:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  nav.header .burger-menu:active {
    outline: none;
    border: none;
    color: rgb(255, 255, 255);
  }
  nav.header .burger-menu:focus {
    outline: none;
    border: none;
    color: rgb(255, 255, 255);
  }
  nav.header .burger-menu.active .burger-icon {
    transform: rotate(45deg);
  }
  nav.header.active ul {
    transform: translateY(0);
    transition: all 0.5s ease;
  }
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 0 100px;
  box-sizing: border-box;
  height: 70px;
  width: 100%;
  background: #343236;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  footer {
    display: none;
  }
}

body {
  /* background-color: #131313; */
  position: relative;
  background-image: url("../assets/wallpaper_site.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(19, 19, 19, 0.5);
  color: #fff;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}
body.no-scroll {
  overflow: hidden;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.8);
  z-index: -1;
}

main {
  flex: 1;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-height: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #6C32C1;
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.21);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 12px 48px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.btn i {
  font-size: 18px;
  margin: 0;
}
.btn:active {
  transform: translateY(1px);
}
.btn:hover {
  cursor: pointer;
  opacity: 85%;
}
.btn.account {
  background: #6d32c7;
}
.btn.twitch {
  background: #9146FF;
}
.btn.discord {
  background: #5865F2;
}

.selectMenu {
  position: relative;
  width: 220px;
  height: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
.selectMenu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  padding: 10px 10px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
}
.selectMenu .header i {
  margin-right: 10px;
  font-size: 16px;
  transition: all 0.2s ease;
}
.selectMenu .header .placeholder {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-left: 10px;
}
.selectMenu .header .placeholder span {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.selectMenu .header .placeholder p {
  margin: 0;
  font-size: 14px;
}
.selectMenu .header .placeholder.rarity::after {
  font-size: 14px;
  content: "Rareté";
}
.selectMenu .header .placeholder.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.selectMenu .header .placeholder.commun::after {
  content: "Commun";
}
.selectMenu .header .placeholder.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.selectMenu .header .placeholder.rare::after {
  content: "Rare";
}
.selectMenu .header .placeholder.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.selectMenu .header .placeholder.epic::after {
  content: "Épique";
}
.selectMenu .header .placeholder.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.selectMenu .header .placeholder.legendaire::after {
  content: "Légendaire";
}
.selectMenu .header .placeholder.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.selectMenu .header .placeholder.unique::after {
  content: "Unique";
}
.selectMenu .header .placeholder.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.selectMenu .header .placeholder.event::after {
  content: "Event";
}
.selectMenu .header:hover {
  cursor: pointer;
}
.selectMenu .options {
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 10px 10px;
  display: none;
  flex-direction: column;
  gap: 2.5px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 1;
}
.selectMenu .options .option {
  display: flex;
  flex-direction: row;
  padding: 6px 10px;
  border-radius: 5px;
}
.selectMenu .options .option a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.selectMenu .options .option a span {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.selectMenu .options .option a p {
  margin: 0;
  font-size: 14px;
}
.selectMenu .options .option a.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.selectMenu .options .option a.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.selectMenu .options .option a.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.selectMenu .options .option a.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.selectMenu .options .option a.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.selectMenu .options .option a.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.selectMenu .options .option a:hover {
  cursor: pointer;
}
.selectMenu .options .option .radio {
  display: none;
}
.selectMenu .options .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.selectMenu.active .header i {
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
.selectMenu.active .options {
  display: flex;
}

.inputIcon {
  width: 220px;
  padding: 9.5px 10px;
  height: 20px;
  background: rgba(19, 19, 19, 0.75);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
.inputIcon i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.inputIcon input {
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.inputIcon input::-moz-placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.inputIcon input::placeholder {
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 1024px) {
  main {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  main {
    margin-bottom: 50px;
  }
}
a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-size: 26px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
h4.error {
  color: rgb(232, 48, 48);
}

main {
  gap: 30px;
  padding: 0 100px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.popupWrapper {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(19, 19, 19, 0.5);
}
.popupWrapper .card {
  background-color: rgba(19, 19, 19, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 5px;
  height: -moz-fit-content;
  height: fit-content;
  width: 450px;
  padding: 20px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.popupWrapper .card p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.popupWrapper .card .stats {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popupWrapper .card .stats .headInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popupWrapper .card .stats .headInfo img {
  width: 45px;
  height: 45px;
}
.popupWrapper .card .stats .headInfo > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3px;
  width: 100%;
}
.popupWrapper .card .stats .headInfo > div p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.popupWrapper .card .stats .headInfo > div > .rarity, .popupWrapper .card .stats .headInfo > div > div .rarity {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.popupWrapper .card .stats .headInfo > div > .rarity span, .popupWrapper .card .stats .headInfo > div > div .rarity span {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.commun span, .popupWrapper .card .stats .headInfo > div > div .rarity.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.commun::after, .popupWrapper .card .stats .headInfo > div > div .rarity.commun::after {
  content: "Commun";
}
.popupWrapper .card .stats .headInfo > div > .rarity.rare span, .popupWrapper .card .stats .headInfo > div > div .rarity.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.rare::after, .popupWrapper .card .stats .headInfo > div > div .rarity.rare::after {
  content: "Rare";
}
.popupWrapper .card .stats .headInfo > div > .rarity.epic span, .popupWrapper .card .stats .headInfo > div > div .rarity.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.epic::after, .popupWrapper .card .stats .headInfo > div > div .rarity.epic::after {
  content: "Épique";
}
.popupWrapper .card .stats .headInfo > div > .rarity.legendaire span, .popupWrapper .card .stats .headInfo > div > div .rarity.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.legendaire::after, .popupWrapper .card .stats .headInfo > div > div .rarity.legendaire::after {
  content: "Légendaire";
}
.popupWrapper .card .stats .headInfo > div > .rarity.unique span, .popupWrapper .card .stats .headInfo > div > div .rarity.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.unique::after, .popupWrapper .card .stats .headInfo > div > div .rarity.unique::after {
  content: "Unique";
}
.popupWrapper .card .stats .headInfo > div > .rarity.event span, .popupWrapper .card .stats .headInfo > div > div .rarity.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.popupWrapper .card .stats .headInfo > div > .rarity.event::after, .popupWrapper .card .stats .headInfo > div > div .rarity.event::after {
  content: "Event";
}
.popupWrapper .card .stats .headInfo > div > div .stats {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popupWrapper .card .stats .headInfo > div > div .stats div {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.popupWrapper .card .stats .headInfo > div > div .stats div img {
  height: 14px;
  width: 14px;
}
.popupWrapper .card .stats .headInfo > div > div .stats div span {
  font-weight: 600;
  font-size: 10px;
}
.popupWrapper .card .stats > .stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.popupWrapper .card .stats > .stats p {
  margin: 0;
}
.popupWrapper .card .stats > .stats > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.popupWrapper .card .stats > .stats > div > p:first-child {
  color: rgba(255, 255, 255, 0.5);
}
.popupWrapper .card .stats > .stats > div.price {
  justify-content: flex-start;
}
.popupWrapper .card .stats > .stats > div.price img {
  width: 15px;
  height: 15px;
}
.popupWrapper .card .stats > .stats > .separator {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.popupWrapper .card .stats > .actions {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.popupWrapper .card .stats > .actions > .btn {
  width: 100%;
  height: 40px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  background: #6C32C1;
}
.popupWrapper .card .stats > .actions > .btn.close {
  width: 40px;
  background: #5217A8;
}

.head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head h3 {
  position: absolute;
  text-align: center;
}
.head .infos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.head .infos .photo {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.head .infos > div {
  display: flex;
  align-items: center;
  padding: 0 1px;
  height: 35px;
  background: #6C32C1;
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.25);
  border-radius: 0px 5px 5px 0px;
  font-weight: 600;
  font-size: 16px;
}
.head .infos > div i {
  font-size: 15px;
}
.head .infos > div img {
  height: 15px;
  width: 15px;
}
.head .infos > div div {
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 5px;
}
.head .infos > div div#userName {
  font-size: 18px;
}
.head .stats {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #6C32C1;
  box-shadow: inset 0px 0px 4px rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  gap: 20px;
  height: 35px;
  padding: 0 10px;
}
.head .stats div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  font-size: 16px;
}
.head .stats div img {
  height: 15px;
  width: 15px;
}

.main {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main img {
  height: 300px;
}
.main > .actions {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 150px;
}
.main > .actions > a {
  width: 100% !important;
}
.main > .actions > a .btn {
  width: 100%;
}
.main .items {
  position: absolute;
  left: 0;
  height: 100%;
  width: 400px;
  background: rgba(19, 19, 19, 0.5);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  padding-right: 6px;
  box-sizing: border-box;
  overflow-y: auto;
}
.main .items::-webkit-scrollbar {
  width: 4px;
}
.main .items::-webkit-scrollbar-track {
  background: none;
}
.main .items::-webkit-scrollbar-thumb {
  background: #6C32C1;
  border-radius: 50px;
}
.main .items .itemBottom {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 75%;
}
.main .items .itemLeft {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item {
  background: rgba(19, 19, 19, 0.5);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.item.dragged {
  width: -moz-fit-content;
  width: fit-content;
}
.item.dragged > div {
  display: none;
}
.item img {
  width: 65px;
  height: 65px;
}
.item p {
  margin: 0;
}
.item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  width: 100%;
}
.item > div > .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.item > div > .header > p {
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item > div > .header > .rarity {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 5px;
  gap: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
}
.item > div > .header > .rarity span {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.item > div > .header > .rarity.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.item > div > .header > .rarity.commun::after {
  content: "Commun";
}
.item > div > .header > .rarity.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.item > div > .header > .rarity.rare::after {
  content: "Rare";
}
.item > div > .header > .rarity.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.item > div > .header > .rarity.epic::after {
  content: "Épique";
}
.item > div > .header > .rarity.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.item > div > .header > .rarity.legendaire::after {
  content: "Légendaire";
}
.item > div > .header > .rarity.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.item > div > .header > .rarity.unique::after {
  content: "Unique";
}
.item > div > .header > .rarity.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.item > div > .header > .rarity.event::after {
  content: "Event";
}
.item > div .stats {
  display: flex;
  align-items: center;
  gap: 15px;
}
.item > div .stats div {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.item > div .stats div img {
  height: 20px;
  width: 20px;
}
.item > div .stats div span {
  font-weight: 600;
  font-size: 15px;
}
.item > div > .actions {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.item > div > .actions .equipBtn, .item > div > .actions .sellBtn {
  background: #6C32C1;
  box-shadow: inset 0px 0px 14px rgba(255, 255, 255, 0.21);
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 2px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.item > div > .actions .equipBtn:active, .item > div > .actions .sellBtn:active {
  transform: translateY(1px);
}
.item > div > .actions .equipBtn:hover, .item > div > .actions .sellBtn:hover {
  cursor: pointer;
  opacity: 85%;
}
.item .type {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  height: 30px;
  width: 30px;
  opacity: 50%;
}
.item .type.arme {
  background: url(../assets/icons/equipmentSword.png) no-repeat center center;
  background-size: 70%;
}
.item .type.bouclier {
  background: url(../assets/icons/shield.png) no-repeat center center;
  background-size: 70%;
}
.item .type.casque {
  background: url(../assets/icons/helmet.png) no-repeat center center;
  background-size: 70%;
}
.item .type.anneau {
  background: url(../assets/icons/bangles.png) no-repeat center center;
  background-size: 70%;
}
.item .type.tenu {
  background: url(../assets/icons/armor.png) no-repeat center center;
  background-size: 70%;
}
.item .type.ceinture {
  background: url(../assets/icons/belt.png) no-repeat center center;
  background-size: 70%;
}
.item .type.bote {
  background: url(../assets/icons/boot.png) no-repeat center center;
  background-size: 70%;
}

.equipment-grid {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 1fr 3fr 1fr;
  height: 600px;
  width: 650px;
  grid-gap: 25px;
  place-items: center;
}
.equipment-grid .sup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  grid-column: 1;
  grid-row: 2;
}
.equipment-grid .align {
  display: flex;
  align-items: center;
  gap: 20px;
  grid-column: 2;
  grid-row: 3;
}
.equipment-grid .character {
  justify-self: center;
  align-self: center;
  grid-row: 2;
  grid-column: 2;
  position: absolute;
  z-index: 1;
}
.equipment-grid .character img {
  height: 350px;
}

.equipement-info {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(13, 13, 13, 0.75);
  -webkit-backdrop-filter: blur(4.5px);
          backdrop-filter: blur(4.5px);
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  z-index: 20;
}
.equipement-info::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid rgba(13, 13, 13, 0.75);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.equipement-info .headInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.equipement-info .headInfo img {
  width: 45px;
  height: 45px;
}
.equipement-info .headInfo > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 3px;
  width: 100%;
}
.equipement-info .headInfo > div p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  max-width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.equipement-info .headInfo > div > .rarity, .equipement-info .headInfo > div > div .rarity {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.equipement-info .headInfo > div > .rarity span, .equipement-info .headInfo > div > div .rarity span {
  height: 6px;
  width: 6px;
  border-radius: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.35);
}
.equipement-info .headInfo > div > .rarity.commun span, .equipement-info .headInfo > div > div .rarity.commun span {
  background-color: rgb(164, 232, 179);
  box-shadow: 0px 0px 5px rgba(164, 232, 179, 0.35);
}
.equipement-info .headInfo > div > .rarity.commun::after, .equipement-info .headInfo > div > div .rarity.commun::after {
  content: "Commun";
}
.equipement-info .headInfo > div > .rarity.rare span, .equipement-info .headInfo > div > div .rarity.rare span {
  background-color: rgb(12, 182, 255);
  box-shadow: 0px 0px 5px rgba(12, 182, 255, 0.35);
}
.equipement-info .headInfo > div > .rarity.rare::after, .equipement-info .headInfo > div > div .rarity.rare::after {
  content: "Rare";
}
.equipement-info .headInfo > div > .rarity.epic span, .equipement-info .headInfo > div > div .rarity.epic span {
  background-color: rgb(138, 43, 226);
  box-shadow: 0px 0px 5px rgba(138, 43, 226, 0.35);
}
.equipement-info .headInfo > div > .rarity.epic::after, .equipement-info .headInfo > div > div .rarity.epic::after {
  content: "Épique";
}
.equipement-info .headInfo > div > .rarity.legendaire span, .equipement-info .headInfo > div > div .rarity.legendaire span {
  background-color: rgb(255, 188, 18);
  box-shadow: 0px 0px 5px rgba(255, 188, 18, 0.35);
}
.equipement-info .headInfo > div > .rarity.legendaire::after, .equipement-info .headInfo > div > div .rarity.legendaire::after {
  content: "Légendaire";
}
.equipement-info .headInfo > div > .rarity.unique span, .equipement-info .headInfo > div > div .rarity.unique span {
  background-color: rgb(237, 37, 193);
  box-shadow: 0px 0px 5px rgba(237, 37, 193, 0.35);
}
.equipement-info .headInfo > div > .rarity.unique::after, .equipement-info .headInfo > div > div .rarity.unique::after {
  content: "Unique";
}
.equipement-info .headInfo > div > .rarity.event span, .equipement-info .headInfo > div > div .rarity.event span {
  background-color: rgb(244, 57, 59);
  box-shadow: 0px 0px 5px rgba(244, 57, 59, 0.35);
}
.equipement-info .headInfo > div > .rarity.event::after, .equipement-info .headInfo > div > div .rarity.event::after {
  content: "Event";
}
.equipement-info .headInfo > div > div .stats {
  display: flex;
  align-items: center;
  gap: 15px;
}
.equipement-info .headInfo > div > div .stats div {
  display: flex;
  align-items: center;
  gap: 2.5px;
}
.equipement-info .headInfo > div > div .stats div img {
  height: 14px;
  width: 14px;
}
.equipement-info .headInfo > div > div .stats div span {
  font-weight: 600;
  font-size: 14px;
}
.equipement-info > .stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}
.equipement-info > .stats p {
  margin: 0;
}
.equipement-info > .stats > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.equipement-info > .stats > div > p:first-child {
  color: rgba(255, 255, 255, 0.5);
}
.equipement-info > .stats > div.price {
  justify-content: flex-start;
}
.equipement-info > .stats > div.price img {
  width: 15px;
  height: 15px;
}
.equipement-info > .stats > .separator {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.equipment {
  position: relative;
  height: 90px;
  width: 90px;
  background: rgba(19, 19, 19, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.equipment > .placeholder {
  height: 40%;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.equipment#casque {
  grid-row: 1;
  grid-column: 2;
}
.equipment#ceinture {
  grid-column: 3;
  grid-row: 2;
}
.equipment a {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.equipment a i {
  display: none;
  padding: 2.5px;
  font-size: 18px;
  width: 24px;
  height: 24px;
}
.equipment a i:hover {
  cursor: pointer;
  opacity: 50%;
}
.equipment.active > .placeholder {
  display: none;
}
.equipment.active > .image {
  height: 100%;
  width: 100%;
}
.equipment.active:hover a {
  display: inline-block;
}
.equipment.active:hover a i {
  display: inline;
}
.equipment.dragged > .image {
  height: 100%;
  width: 100%;
}
.equipment.dragged i {
  display: none !important;
}

.mobileActions {
  display: none;
}

.closeInv, .mobileItems {
  display: none;
}

@media (max-width: 1600px) {
  main {
    gap: 30px;
    padding: 0 30px;
    margin: 0;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  main .equipement-info {
    display: none;
  }
  main.invOpened .head {
    gap: 5px;
    z-index: 4;
  }
  main.invOpened .main .closeInv {
    display: block;
  }
  main.invOpened .main .mobileItems {
    display: block;
  }
  main.invOpened .main .items {
    display: flex;
  }
  .popupWrapper .card {
    -webkit-backdrop-filter: blur(3.5px);
            backdrop-filter: blur(3.5px);
    width: 100%;
  }
  .popupWrapper .card p {
    font-size: 14px;
  }
  .popupWrapper .card div .btn {
    font-size: 14px;
  }
  .head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .head .infos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .head .infos .photo {
    display: none;
  }
  .head .infos > div {
    width: 100%;
    border-radius: 5px;
  }
  .head .infos > div div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
  }
  .head .infos > div div#userName {
    display: none;
  }
  .head .infos > div div:nth-child(3) {
    justify-content: center;
  }
  .head .infos > div div:last-child {
    justify-content: flex-end;
  }
  .main {
    flex-direction: column;
    flex: 1;
    gap: 25px;
  }
  .main .closeInv {
    position: absolute;
    top: -62.5px;
    right: 0;
    z-index: 4;
  }
  .main .closeInv .btn {
    padding: 8px 10px;
  }
  .main .closeInv .btn i {
    font-size: 14px;
  }
  .main .items {
    display: none;
    position: absolute;
    top: -25px;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 7.5px;
    gap: 5px;
  }
  .main .mobileItems {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background: rgba(42, 42, 42, 0.3);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .main .mobileActions {
    display: flex;
    width: 100%;
  }
  .main .mobileActions .btn {
    width: 100%;
    background: #5F21BA;
    font-size: 13px;
  }
  .main .mobileActions .btn i {
    font-size: 14px;
  }
  .main .actions {
    position: relative;
    width: 100%;
    gap: 10px;
  }
  .main .actions a {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main .actions .btn {
    width: 100%;
    font-size: 13px;
  }
  .main .actions .btn i {
    font-size: 14px;
  }
  .item {
    padding: 10px;
  }
  .item img {
    width: 40px;
    height: 40px;
  }
  .item > div > .header > p {
    font-size: 13px;
    max-width: 175px;
  }
  .item > div > .header > .rarity {
    padding: 3px 8px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
  }
  .item > div > .header > .rarity span {
    height: 7px;
    width: 7px;
  }
  .item > div .stats div img {
    height: 16px;
    width: 16px;
  }
  .item > div .stats div span {
    font-size: 13px;
  }
  .item > div > .actions a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .item > div > .actions .equipBtn, .item > div > .actions .sellBtn {
    border-radius: 3px;
    font-size: 12px;
  }
  .item .type {
    margin: 10px;
    height: 25px;
    width: 25px;
  }
  .equipment-grid {
    display: grid;
    height: 400px;
    width: 100%;
    box-sizing: border-box;
    place-items: center;
  }
  .equipment-grid .sup {
    gap: 10px;
  }
  .equipment-grid .align {
    grid-column: 1/span 3;
  }
  .equipment-grid .character img {
    height: 200px;
  }
  .equipment {
    position: relative;
    height: 70px;
    width: 70px;
    background: rgba(19, 19, 19, 0.5);
    border-radius: 5px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .equipment > .placeholder {
    height: 40%;
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.2;
  }
  .equipment#casque {
    grid-row: 1;
    grid-column: 2;
  }
  .equipment#ceinture {
    grid-column: 3;
    grid-row: 2;
  }
  .equipment i {
    display: none;
  }
  .equipment.active:hover a {
    display: none;
  }
  .equipment.active:hover a i {
    display: none;
  }
  .equipment.dragged {
    /*         background: rgba(19, 19, 19, 0.0);
            &>.placeholder {
                display: none;
            } */
  }
  .equipment.dragged > .image {
    height: 100%;
    width: 100%;
  }
  .equipment.dragged i {
    display: none !important;
  }
}
.otherPlayer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.otherPlayer h3 {
  font-size: 16px;
}

.item {
  min-height: 65px;
}

@media (max-width: 1600px) {
  main.invOpened .otherPlayer {
    position: absolute;
  }
}/*# sourceMappingURL=otherPlayer.css.map */