:root {
  --color-primary: #004681;
  --color-secondary: #FFD633;
  --color-invalid: rgb(238, 58, 17);
  --color-success: rgb(68, 182, 91);
}

@font-face {
  font-family: Body;
  src: url("/fonts/PT_Sans/PTSans-Bold.ttf");
}
@font-face {
  font-family: Title;
  src: url("/fonts/PT_Sans/PTSans-Bold.ttf");
}
@font-face {
  font-family: Number;
  src: url("/fonts/PT_Sans/PTSans-Bold.ttf");
}
@font-face {
  font-family: Button;
  src: url("/fonts/Luckiest_Guy/LuckiestGuy-Regular.ttf");
}
@font-face {
  font-family: BingoNumber;
  src: url("/fonts/PT_Sans/PTSans-Bold.ttf");
}
* {
  user-select: none;
}

html, body {
  position: relative;
  width: 100vw;
  height: var(--vh, 100vh);
  margin: 0;
  font-family: Body;
}

body {
  color: #fff;
  background-image: url("/images/background.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-success {
  background-color: var(--color-success);
}

.bg-invalid {
  background-color: var(--color-invalid);
}

.view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--vh, 100vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-control {
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.f-center {
  display: flex;
  justify-content: center;
}

input[type=text],
input[type=number] {
  padding: 0.25rem 0.5rem;
  border: 1px solid #ddd;
  outline: none;
  font-size: 1.4rem;
  border-radius: 0.25rem;
}

button {
  font-family: Button;
  padding: 0.75rem 1rem 0.25rem;
  font-size: 1.4rem;
  border: none;
  color: var(--color-primary);
  border-radius: 0.25rem;
  background: rgb(255, 214, 51);
  background: linear-gradient(180deg, rgb(255, 214, 51) 0%, rgb(255, 214, 51) 49%, rgb(239, 150, 22) 100%);
}
button:disabled {
  filter: grayscale(1);
}

.content.svelte-f6fl59 {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}

.main.svelte-f6fl59 {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view.svelte-kx8njy {
  justify-content: flex-start;
}

.content.svelte-kx8njy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.position-container.svelte-kx8njy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.centered-div.svelte-kx8njy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  background-color: #dc3545;
  padding: 20px;
  border-radius: 15px;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.spin.svelte-1cj2gr0 {
  animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}

.pulse.svelte-1cj2gr0 {
  animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}

@keyframes svelte-1cj2gr0-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.orientation-warn.svelte-mfglpn {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smartphone.svelte-mfglpn {
  height: 70vmin;
  transform: rotate(var(--angle));
  animation-name: svelte-mfglpn-rotate-smartphone;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

@keyframes svelte-mfglpn-rotate-smartphone {
  0% {
    transform: rotate(var(--angle));
  }
  100% {
    transform: rotate(0deg);
  }
}
.lang-select.svelte-nom2ug {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.flag.svelte-nom2ug {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

select.svelte-nom2ug {
  border: none;
  outline: none;
  padding: 0.5rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}

.idle-room.svelte-60ujmg {
  text-align: center;
  font-family: Title;
  font-size: 3rem;
}

.player-form.svelte-jv4mo4.svelte-jv4mo4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px !important;
}

.name-input.svelte-jv4mo4.svelte-jv4mo4 {
  text-align: center;
  width: 100%;
}

.group-name-control.svelte-jv4mo4.svelte-jv4mo4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group-name-control.svelte-jv4mo4 button.svelte-jv4mo4 {
  margin-top: 1rem;
}

input {
  width: 95%;
}

.game-code-input.svelte-2ubxfn {
  text-align: center;
}

.get-board-form.svelte-2ubxfn {
  display: flex;
  justify-content: center;
}

.instructions.svelte-2ubxfn {
  text-align: center;
  padding: 0 1rem;
  font-size: 1.2rem;
}

.content.svelte-2ubxfn {
  padding: 0 1rem;
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
}

.code-group.svelte-2ubxfn {
  display: flex;
  justify-content: center;
}

.game-code-input.svelte-2ubxfn {
  flex: 1 1 0;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.enter-btn.svelte-2ubxfn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fail.svelte-2ubxfn {
  border: solid red 2px;
  animation: shake 0.5s 1;
}

.waiting-room.svelte-1daz5nk {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

.content.svelte-1daz5nk {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.room-transit.svelte-1daz5nk {
  padding: 1rem;
}

@keyframes svelte-1daz5nk-shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.playroom-content.svelte-77z5qa {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.playroom-content.hide-messages-marquee.svelte-77z5qa {
  padding-bottom: 0.5rem;
}

.historic-container.svelte-77z5qa {
  min-height: 100px;
  max-height: 160px;
  flex: 1 1 0;
}

.board-container.svelte-77z5qa {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.room-messages.svelte-77z5qa {
  --height:40px;
  width: 100%;
  height: var(--height);
  position: relative;
  background-color: var(--color-secondary);
}

@keyframes svelte-77z5qa-win {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 0, var(--grow));
  }
  55% {
    transform: translate3d(0, 0, var(--grow)) rotate(10deg);
  }
  60% {
    transform: translate3d(0, 0, var(--grow)) rotate(-10deg);
  }
  65% {
    transform: translate3d(0, 0, var(--grow)) rotate(10deg);
  }
  70% {
    transform: translate3d(0, 0, var(--grow)) rotate(-10deg);
  }
  75% {
    transform: translate3d(0, 0, var(--grow)) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.feedback.svelte-14q4qwh {
  font-size: 0.85rem;
  background-color: var(--color-invalid);
  color: #fff;
  margin: 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}

.lang-icons-select.svelte-zi5dds.svelte-zi5dds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.lang-icon.svelte-zi5dds.svelte-zi5dds {
  background: transparent;
  padding: 0;
  filter: grayscale(0.5);
  transition-property: filter, transform;
  transition-duration: 300ms;
  border-radius: 100%;
}

.lang-icon.active.svelte-zi5dds.svelte-zi5dds {
  transform: scale(1.2);
  filter: grayscale(0);
  border: 3px solid var(--color-secondary);
}

.lang-icon.svelte-zi5dds img.svelte-zi5dds {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.room-bar.svelte-1bxsnrd {
  font-family: Title;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  background-color: #fff;
  color: #000;
}

.room.svelte-1bxsnrd {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.room.limit-width.svelte-1bxsnrd {
  max-width: 50%;
}

.sloted.svelte-1bxsnrd {
  flex: 1 1 0;
  display: flex;
  justify-content: flex-end;
}

.picture.svelte-1bxsnrd {
  width: 4.5rem;
  height: 4.5rem;
}

.picture-control.svelte-oxe0b6 {
  position: relative;
  max-width: 160px;
  min-width: 160px;
}

.picture-control.svelte-oxe0b6::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.open-dialog-btn.svelte-oxe0b6 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 1rem;
  overflow: hidden;
  border: 3px solid #fff;
}

.default-image.svelte-oxe0b6 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.edit-selfie.svelte-oxe0b6 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.4rem;
  font-size: 1rem;
}

.board-bingo-90.svelte-1i1b7xb {
  padding: 0.8vw;
}

.cells.svelte-1i1b7xb {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 0.8vw;
}

.cells.svelte-1wrijd8 {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0.8vw;
}

.letter.svelte-1wrijd8 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border-radius: 1.2vmax;
  font-family: BingoNumber;
}

.empty-cell.svelte-1wrijd8 {
  background-image: url("/images/logo.png");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.topbar.svelte-1me3bmx {
  width: 100%;
  display: flex;
  height: 80px;
}

.left.svelte-1me3bmx, .right.svelte-1me3bmx {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center.svelte-1me3bmx {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo.svelte-1me3bmx {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.game-name.svelte-1me3bmx {
  height: 60px;
  width: calc(100% - 16px);
  max-width: 250px;
  object-fit: contain;
}

.cells.svelte-bgxyat.svelte-bgxyat {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(4, auto);
  gap: 0.8vw;
}

.card.svelte-bgxyat.svelte-bgxyat {
  position: relative;
  height: 100%;
  perspective: 400px;
}

.card.svelte-bgxyat .front.svelte-bgxyat, .card.svelte-bgxyat .back.svelte-bgxyat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.5s;
}

.card.svelte-bgxyat .front.svelte-bgxyat {
  transform: translateZ(1px);
}

.card.svelte-bgxyat .front.checked.svelte-bgxyat {
  transform: translateZ(0) rotateY(-180deg);
}

.card.svelte-bgxyat .back.svelte-bgxyat {
  background-color: #fff;
  background-image: var(--backface-image);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateZ(0) rotateY(-180deg);
}

.card.svelte-bgxyat .back.checked.svelte-bgxyat {
  transform: translateZ(1px) rotateY(-360deg);
}

.room-transit.svelte-1if7yw1 {
  height: 5rem;
  width: 100%;
  position: relative;
}

.player.svelte-1if7yw1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.picture.svelte-1if7yw1 {
  position: relative;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}

.info.svelte-1if7yw1 {
  flex: 1 1 0;
  height: 4rem;
  padding-left: 2rem;
  margin-left: -1rem;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.name.svelte-1if7yw1 {
  font-family: Title;
  font-size: 1.4rem;
}

.action.svelte-1if7yw1 {
  font-size: 0.8rem;
}

.action-color.svelte-1if7yw1 {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  vertical-align: middle;
}

.game-meta-info.svelte-18mshmv {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.type.svelte-18mshmv {
  font-size: 0.8rem;
}

.code.svelte-18mshmv {
  font-size: 1.5rem;
  line-height: 1em;
}

.messages-marquee.svelte-1q985l0 {
  position: relative;
  width: 100%;
  height: 100%;
}

.messages-marquee.svelte-1q985l0 .message {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 3vw;
  text-transform: uppercase;
  transform: translateX(100%);
}

.award-screen.svelte-ri096i {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--vh, 100vh);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.conffeti.svelte-ri096i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.award.svelte-ri096i {
  position: relative;
  z-index: 2;
  max-width: 300px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}

.game-type.svelte-ri096i {
  max-width: 100%;
}

.reward.svelte-ri096i {
  font-size: 1.3rem;
  text-align: center;
}

.game-historic.svelte-dhp7nw.svelte-dhp7nw {
  width: 100%;
  height: 100%;
  position: relative;
}

.number.svelte-dhp7nw.svelte-dhp7nw {
  position: absolute;
  top: 50%;
  height: calc(100% - 10px);
  transform: translate(-50%, -50%);
  transition-duration: 0.5s;
}

.number.svelte-dhp7nw img {
  max-width: 100%;
  max-height: 100%;
}

.number-inner.svelte-dhp7nw.svelte-dhp7nw {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.number.svelte-dhp7nw.svelte-dhp7nw:nth-child(1) {
  width: 32%;
  left: 17.5%;
  z-index: 2;
}

.number.svelte-dhp7nw:nth-child(1) ~ .number.svelte-dhp7nw {
  width: 18.645%;
}

.number.svelte-dhp7nw.svelte-dhp7nw:nth-child(2) {
  left: 45.8225%;
}

.number.svelte-dhp7nw.svelte-dhp7nw:nth-child(3) {
  opacity: 0.75;
  left: 67.4675%;
}

.number.svelte-dhp7nw:nth-child(3) ~ .number.svelte-dhp7nw {
  opacity: 0.5;
  left: 89.1125%;
}

canvas.svelte-1uxp5x2 {
  width: 100%;
  height: 100%;
}

img.svelte-f96s34 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-keeper.svelte-16wnjnt {
  position: relative;
  width: 100%;
  height: 100%;
}

.content.svelte-16wnjnt {
  position: absolute;
}

.aspect-ratio.svelte-1yrdwbd {
  position: relative;
  width: 100%;
}

.aspect-ratio.svelte-1yrdwbd::before {
  content: "";
  display: block;
  padding-top: calc(100% * var(--ratio));
}

.content.svelte-1yrdwbd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar.svelte-10h00d0 {
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
}

header.svelte-10h00d0 {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.content.svelte-10h00d0 {
  flex: 1 1 0;
}

.lang-select.svelte-10h00d0 {
  padding: 0.5rem;
}

.player-form.svelte-1rz33r5 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.player-name.svelte-1rz33r5 {
  flex: 1 1 0;
}

.edit-name.svelte-1rz33r5 {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 1rem;
  padding: 5px;
}

.save-name.svelte-1rz33r5 {
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 1rem;
  padding: 5px;
}

.confetti-container.svelte-z0iyx2 {
  width: 100%;
  height: 100%;
}

.award-title.svelte-10qh4h {
  font-family: Button;
  font-size: 14vw;
  color: var(--color-secondary);
  text-align: center;
}

.letter.svelte-10qh4h {
  display: inline-block;
}

.check.svelte-1isfc2b.svelte-1isfc2b {
  display: grid;
  gap: 0.2rem;
  grid-template-columns: repeat(3, 1rem);
  grid-template-rows: repeat(3, 1rem);
}

.cell.svelte-1isfc2b.svelte-1isfc2b {
  background-color: var(--color-primary);
  transition-property: background-color;
  transition-duration: 500ms;
}

.check-line.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(4), .check-line.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(5), .check-line.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(6) {
  background-color: var(--color-secondary);
}

.check-column.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(2), .check-column.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(5), .check-column.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(8) {
  background-color: var(--color-secondary);
}

.check-diagonal.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(1), .check-diagonal.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(5), .check-diagonal.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(9) {
  background-color: var(--color-secondary);
}

.check-corners.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(1), .check-corners.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(3), .check-corners.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(7), .check-corners.svelte-1isfc2b .cell.svelte-1isfc2b:nth-child(9) {
  background-color: var(--color-secondary);
}

.player-bar.svelte-1hr1e2y {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--bg-color);
  color: var(--color);
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border-radius: 1000rem;
}

.picture.svelte-1hr1e2y {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.name.svelte-1hr1e2y {
  flex: 1 1 0;
  font-size: 1.6rem;
}

.cell.svelte-r6toel {
  background-color: #fff;
  color: var(--color-primary);
  font-family: BingoNumber;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2vmax;
}

.cell.empty.svelte-r6toel {
  opacity: 0.5;
}

.cell.checked.svelte-r6toel {
  background-color: var(--color-secondary);
}

.cell-check-clon {
  position: fixed !important;
  z-index: 900;
  pointer-events: none;
  touch-action: none;
  animation-name: svelte-r6toel-cell-check;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 200ms;
}

@keyframes svelte-r6toel-cell-check {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.number.svelte-tgf7f {
  width: 100%;
  position: relative;
}

.number.svelte-tgf7f::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.circle.svelte-tgf7f {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  border: 5px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font-family: BingoNumber;
}

.circle.featured.svelte-tgf7f {
  border: none;
  background-color: var(--color-secondary);
  color: #000;
}

.player-tap.svelte-18lo5y5 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.picture.svelte-18lo5y5 {
  flex: 1 1 0;
  max-height: calc(100% - 1.5rem);
  max-width: calc(100% - 1.5rem);
  position: relative;
}

.picture.svelte-18lo5y5 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.ranking-position.svelte-18lo5y5 {
  position: absolute;
  top: 0;
  right: -4px;
  padding: 2px 4px;
  border-radius: 5000px;
  background-color: var(--color-secondary);
  color: #000;
  font-size: 0.6rem;
  font-weight: bold;
}

.name.svelte-18lo5y5 {
  font-size: 0.8rem;
}

.number.svelte-k6oawt {
  opacity: 0.25;
}