@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
/* @import "https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css"; */

:root {
  --tbf-blue-800: #002c66;
  --tbf-blue-900: #003366;
  --tbf-cyan-300: #a0d7fd;
  --tbf-cyan-500: #00ccff;
  --tbf-cyan-600: #19bddc;
  --tbf-cyan-800: #0b6f7c;
  /* --tbf-cyan-800: #0b6f7c */
  --tbf-cyan-900: #003333;
  /* --tbf-cyan-900: #003541; */
}

@keyframes fade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

html,
body {
  width: 100%;
  height: 100vh;
  margin: 0;
  background: radial-gradient(#1c5666, #061c22);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Rubik', sans-serif;
  overflow: hidden;
}

p,
a,
strong {
  color: #ffffffb3;
}

img {
  width: 100%;
}

.hidden {
  display: none !important;
}

/* MODAL LOADING */
.modal-loading {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.modal-loading .loading,
.loading-overlay .loading {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #195566;
  padding: 20px;
  border-radius: 15px;
  width: fit-content;
}

.loading-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #00000078;
  color: white;
}

.loading-container {
  color: rgba(255, 255, 255, 0.7);
  /* position: absolute;
    top: 0;
    left: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container .loading {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #195566;
  padding: 20px;
  border-radius: 15px;
  width: fit-content;
}

.updating-loading {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* HEADER: 24H MESSAGE */
header {
  width: 100vw;
  height: 35px;
  background-color: var(--tbf-cyan-800);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-style: italic;
}

header .donate {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

header .donate a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-style: normal;
  font-family: 'Inter', 'Rubik', sans-serif;
  margin-left: 15px;
}

/* TUTORIAL */
.follow-mouse {
  background: #1c5666;
  border: 1px solid #247991;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 10px #24799133);
  color: rgba(255, 255, 255, 0.7);
  width: 300px;
  min-height: 40px;
  position: absolute;
  z-index: 10;
  padding: 0 20px;
}

/* EDIT PROFILE */
.edit-profile {
  width: 100vw;
  height: 100vh;
  background: #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 10;
  color: white;
}

.edit-profile .edit-content {
  background: #006666;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  max-width: 700px;
}

.edit-profile .edit-content .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
}

.edit-profile .edit-content strong {
  text-align: center;
  color: white;
}

.edit-profile .loading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.input-group input {
  background-color: #fff;
  border: 1px solid #195566;
  border-radius: 0 10px 10px 0;
  padding: 10px;
  width: 100%;
}

.input-group input:focus {
  outline: none;
  border: 1px solid #44bcdd;
}

.input-group input[type='radio'] {
  width: auto;
  margin-top: 0;
}

.socials {
  display: grid;
  grid-template-areas: 'A B C' 'D E F';
  gap: 12px;
  margin-top: 12px;
}

.socials .input-style {
  margin: 0;
}

.socials .instagram {
  grid-area: A;
}

.socials .facebook {
  grid-area: B;
}

.socials .twitter {
  grid-area: C;
}

.socials .tiktok {
  grid-area: D;
}

.socials .telegram {
  grid-area: E;
}

.socials .whatsapp {
  grid-area: F;
}

.input-style {
  display: flex;
  align-items: stretch;
  margin-top: 12px;
}

.input-style .icon {
  background-color: #44bcdd;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 38px;
}

.input-style .icon i {
  color: #000;
  font-size: 22px;
}

.country-live {
  height: 90px;
  overflow-y: scroll;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  scroll-behavior: smooth;
}

.search-live {
  display: flex;
  align-items: center;
  border: 1px solid #195566;
  background: white;
  border-radius: 10px;
  padding: 0 10px;
  width: 200px;
  margin: 10px 0;
}

.search-live i {
  font-size: 15px;
  color: #000;
}

.search-live input {
  margin: 0;
  background: none;
  border: none;
}

.input-group .country-list-live-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 150ms;
  padding: 0 10px;
  cursor: pointer;
}

.input-group .country-list-item input {
  margin: 0;
}

.input-group .country-list-item .country-name {
  width: 60%;
}

.input-group .country-flag {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.edit-profile button {
  background: #004646;
  border: 1px solid #029595;
  border-radius: 8px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffffb3;
  cursor: pointer;
}

.edit-profile .input-group {
  margin: 10px;
}

.input-grid {
  display: grid;
  grid-template-areas: 'div div';
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.invalid-message {
  color: red;
  font-size: 14px;
}

/* LOGO & AVATAR */
.logo-avatar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px 0;
  width: calc(100% - 50px);
  position: relative;
  z-index: 3;
}

.logo-container {
  width: 200px;
}

.avatar-container {
  width: 45px;
  top: -24px;
  position: relative;
}

.user-avatar {
  cursor: pointer;
}

.avatar-menu {
  position: absolute;
  z-index: 2;
  /* right: 25px; */
  right: 0;
  border: 1px solid aqua;
  border-radius: 8px;
  background-color: #007a8f;
  padding: 10px;
  /* opacity: 0; */
  display: block;
  width: 220px;
}

.avatar-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.avatar-menu a {
  font-size: 18px;
  text-decoration: none;
}

/* MAIN CARD */
.user-card {
  position: relative;
  /* top: -60px; */
  top: -90px;
}

.user-badge-win {
  position: absolute;
  top: 100px;
  left: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeOut 300ms ease-in;
}

.user-badge-win.fade {
  opacity: 1;
  animation: fade 300ms ease-in;
}

.user-badge-win img {
  width: 100px;
}

.user-badge-win p {
  margin: 0;
}

/* Settings */
.settings-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 3;
}

.settings-search .info-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  gap: 12px;
  color: var(--tbf-cyan-500);
}

.settings-search .info-settings .toggle-settings,
.settings-search .info-settings .toggle-back {
  display: flex;
  cursor: pointer;
}

.settings-search .info-settings .user-country {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-image: url(https://raw.githubusercontent.com/lipis/flag-icon-css/master/flags/4x3/br.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.settings-search input {
  background-color: #24799149;
  border: 1px solid #195566;
  border-radius: 10px;
  padding: 10px;
  color: #ffffffb3;
}

.settings-search input:focus {
  outline: none;
  border: 1px solid #44bcdd;
}

.settings-overlay {
  display: none;
}

.settings-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #00000078;
}

.settings-menu {
  position: absolute;
  z-index: 11;
  padding: 30px;
  /* max-width: 350px; */
  width: 350px;
  background: #1c5666;
  border: 1px solid #247991;
  border-radius: 6px;
  filter: drop-shadow(0px 0px 10px #24799133);
  color: rgba(255, 255, 255, 0.7);
}

.settings-menu .close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  cursor: pointer;
}

.settings-menu div.items {
  margin: 20px 0;
}

.settings-menu img {
  width: 40px;
}

.settings-menu ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: scroll;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0;
}

.settings-menu li {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.settings-menu .see-more a {
  font-size: 12px;
  color: #28b9e1;
}

.settings-menu .see-more a:hover {
  color: #38a0bd;
}

.settings-menu li span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  color: #fff;
  background-color: #0c7580;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  align-items: center;
  justify-content: center;
}

.settings-menu li span.lock {
  display: flex;
  left: 0;
}

.settings-menu li img {
  border-radius: 100px;
}

.settings-menu li.selected span {
  display: flex;
}

.settings-menu .apply-settings {
  padding: 10px 20px;
  background: #195566;
  border: 1px solid #44bcdd;
  border-radius: 50px;
  cursor: pointer;
  transition: 200ms ease-out;
  font-family: 'Rubik', sans-serif;
  color: rgba(255, 255, 255, 0.7);
}

.settings-menu .apply-settings:hover {
  background: #44bcdd;
  color: #000;
}

.settings-menu .apply-settings:hover {
  background: #38a0bd;
  color: #000;
}

.settings {
  font-size: 50px;
  margin-left: auto;
  margin-right: 100px;
}

.settings i {
  transition: 200ms;
}

.settings.active i {
  transform: rotate(45deg);
}

/* Card */
.slide {
  height: 780px;
  /* height: 900px; */
  position: relative;
}

.card-arrows {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
  position: relative;
  left: 5px;
}

.switch-user {
  background: none;
  border: none;
  color: var(--tbf-cyan-500);
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
}

.mobile-change-users {
  display: none;
}

.previous-user {
  margin-right: auto;
  opacity: 0;
}

.next-user {
  margin-left: auto;
  opacity: 0;
}

.card {
  background: var(--tbf-cyan-500);
  padding: 5px;
  border-radius: 18px;
  width: 500px;
  /* margin: 0 auto; */
}

.card .top-info {
  background-color: var(--tbf-cyan-900);
  border-radius: 18px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 15px;
}

.card .user-avatar {
  flex-basis: 25%;
}

.card .user-avatar img {
  width: 100px;
}

.card .user-info {
  flex-basis: 50%;
}

.card .user-info p {
  margin: 0;
  font-size: 24px;
}

.card .user-info p.name {
  max-width: 235px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card .user-info .line {
  font-weight: bold;
}

.card .user-info .coords,
.card .user-info .coords a {
  color: #0096cc;
}

.card .user-info .member-since {
  font-size: 12px;
}

.card .user-commitment {
  margin: 0 auto;
}

.card .user-commitment img {
  width: 75px;
}

.card .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.card .bottom-info > div {
  margin: 0 auto;
}

.card .commitment-badge {
  cursor: pointer;
  position: relative;
  left: 7px;
}

.card .commitment-badge img {
  width: 60px;
}

.card .user-functions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 200px;
}

.card .user-functions img {
  width: 20px;
}

.card .user-coins {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card .user-coins img {
  /* width: 30px; */
  width: 40px;
}

/* USER GLOBE */
.user-globe {
  position: fixed;
  bottom: -50px;
  left: 0;
  /* right: 0; */
  right: -10px;
  height: 100%;
  overflow: hidden;
  transform: scale(0.75);
}

.user-position {
  max-width: 1367px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.user-position .rocket {
  margin: 0 auto;
  left: 0;
  width: 70px;
  display: block;
  position: relative;
  z-index: 1;
  transform: rotate(135deg);
}

.rocket-overlay {
  position: relative;
}

.rocket.first {
  margin-left: 400px;
}

.rocket-information {
  background: #004646;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  min-width: 138px;
  width: max-content;
  height: fit-content;
  border-radius: 5px;
  margin: 0 auto;
  padding: 10px 15px;
  opacity: 0;
  visibility: hidden;
  transition: 150ms;
}

.rocket-information a,
.background-information a {
  color: #28b9e1;
}

.user-position .rocket:hover .rocket-information,
.rocket-information:hover {
  opacity: 1;
  visibility: visible;
}

/* .layers {
  position: relative;
  height: 100%;
} */

.layers {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1300px;
  height: 100%;
}

.sphere-around {
  border: 1px solid var(--tbf-cyan-500);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
}

.sphere-active {
  border: 2px solid #00d8ff;
}

.sphere-around {
  border-top-left-radius: calc(var(--size) * 2);
  border-top-right-radius: calc(var(--size) * 2);
}

/* SPHERE TEXTS */
.layer-text {
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  font-family: monospace;
  transition: 150ms;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.layer-text.hidden {
  opacity: 0;
  display: block !important;
}

.layer-text span {
  height: 200px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
}

/* img.layer-line:hover~.layer-text.hidden {
  opacity: 1 !important;
} */

/* .char1 {
  transform: rotate(-60deg);
}

.char2 {
  transform: rotate(-56deg);
}

.char3 {
  transform: rotate(-52deg);
}

.char4 {
  transform: rotate(-48deg);
}

.char5 {
  transform: rotate(-44deg);
}

.char6 {
  transform: rotate(-40deg);
}

.char7 {
  transform: rotate(-36deg);
}

.char8 {
  transform: rotate(-32deg);
}

.char9 {
  transform: rotate(-28deg);
}

.char10 {
  transform: rotate(-24deg);
}

.char11 {
  transform: rotate(-20deg);
}

.char12 {
  transform: rotate(-16deg);
} */

/* END SPHERE TEXTS */

/* .sphere-around.space {
  --size: 900px;
  width: var(--size);
  height: var(--size);
  bottom: -415px;
  left: 15px;
  border: none;
}

.sphere-around.exosphere {
  --size: 900px;
  width: var(--size);
  height: var(--size);
  bottom: -400px;

}

.sphere-around.thermosphere {
  --size: 800px;
  width: var(--size);
  height: var(--size);
  bottom: -350px;
}

.sphere-around.mesosphere {
  --size: 700px;
  width: var(--size);
  height: var(--size);
  bottom: -300px;
}

.sphere-around.stratosphere {
  --size: 600px;
  width: var(--size);
  height: var(--size);
  bottom: -250px;
}

.sphere-around.troposphere {
  --size: 500px;
  width: var(--size);
  height: var(--size);
  bottom: -200px;
} */

.overlay {
  width: 900px;
  height: 500px;
  display: block;
  position: fixed;
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  z-index: 1;
}

.overlay:hover ~ .layers .layer-text.hidden {
  opacity: 1;
}

.sphere-around img.layer-line {
  transform: scale(0.75);
  position: absolute;
}

.sphere-around.exosphere img.layer-line {
  top: -683px;
}

.sphere-around.thermosphere img.layer-line {
  top: -655px;
}

.sphere-around.mesosphere img.layer-line {
  top: -628px;
}

.sphere-around.stratosphere img.layer-line {
  top: -602px;
}

.sphere-around.troposphere img.layer-line {
  top: -577px;
}

.sphere-around img.layer-text {
  width: 140px;
}

.space img.layer-text {
  left: 236px;
  top: -340px;
  transform: rotate(0deg);
}

.exosphere img.layer-text {
  left: 299px;
  top: -315px;
  transform: rotate(0deg);
}

.thermosphere img.layer-text {
  left: 359px;
  top: -289px;
  transform: rotate(0deg);
}

.mesosphere img.layer-text {
  left: 391px;
  top: -248px;
  transform: rotate(0deg);
}

.stratosphere img.layer-text {
  left: 439px;
  top: -211px;
  transform: rotate(0deg);
}

.troposphere img.layer-text {
  left: 476px;
  top: -175px;
  transform: rotate(0deg);
}

.earth {
  width: 380px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
}

.ship-door {
  position: fixed;
  bottom: 65px;
  right: 0;
  left: 800px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  width: fit-content;
}

.ship-door img {
  width: 45px;
}

.background-information {
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  background: transparent;
  border-radius: 50px;
  border: 1px solid var(--tbf-cyan-500);
  background-size: contain;
}

/* Rocket positions, text & halved spheres */
/* .sphere-text {
  position: absolute;
  z-index: 3;
  transition: 180ms;
  width: 100px;
}

.sphere-around:hover .sphere-text.hidden {
  opacity: 1;
  display: block !important;
} */

/* .space .layer-text {
  left: 202px;
  top: 47px;
  transform: rotate(2deg);
}

.exosphere .layer-text {
  left: 247px;
  top: 74px;
  transform: rotate(-3deg);
}

.thermosphere .layer-text {
  left: 236px;
  top: 42px;
  transform: rotate(-6deg);
}

.mesosphere .layer-text {
  left: 239px;
  top: 33px;
  transform: rotate(0deg);
}

.stratosphere .layer-text {
  left: 229px;
  top: 10px;
  transform: rotate(0deg);
}

.troposphere .layer-text {
  left: 230px;
  transform: rotate(6deg);
} */

/* .space .sphere-text {
  top: 0px;
  left: 73px;
  transform: rotate(12deg);
}

.exosphere .sphere-text {
  top: 61px;
  left: 114px;
  transform: rotate(8deg);
}

.thermosphere .sphere-text {
  top: 44px;
  left: 98px;
  transform: rotate(3deg);
}

.mesosphere .sphere-text {
  top: 35px;
  left: 74px;
  transform: rotate(4deg);
}

.stratosphere .sphere-text {
  top: 26px;
  left: 59px;
  transform: rotate(0deg);
}

.troposphere .sphere-text {
  top: 19px;
  left: 37px;
  transform: rotate(0deg);
} */

/* .sphere-halved.space .sphere-text {
  top: 15px;
  left: 532px;
  transform: rotate(85deg);
}

.sphere-halved.exosphere .sphere-text {
  top: 58px;
  left: 473px;
  transform: rotate(77deg);
}

.sphere-halved.thermosphere .sphere-text {
  top: 40px;
  left: 390px;
  transform: rotate(69deg);
}

.sphere-halved.mesosphere .sphere-text {
  top: 32px;
  left: 310px;
  transform: rotate(72deg);
}

.sphere-halved.stratosphere .sphere-text {
  top: 17px;
  left: 215px;
  transform: rotate(60deg);
}

.sphere-halved.troposphere .sphere-text {
  top: 9px;
  left: 130px;
  transform: rotate(45deg);
} */

.sphere-halved {
  border-top-color: transparent;
  border-right-color: transparent;
  /* border-bottom-color: transparent;
  transform: rotate(-60deg); */
}

.sphere-around .layer-line.split {
  display: none;
}

.sphere-halved .layer-line.complete {
  display: none !important;
}

.sphere-halved .layer-line.split {
  display: block !important;
}

/* Grade badge */
.user-grade-badge {
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  width: 150px;
  text-align: center;
}

.user-grade-badge img {
  width: 100px;
}

.user-grade-badge p {
  margin: 0;
}

/* USER BADGES AND DAILY QUESTION */
.pins-daily {
  position: absolute;
  z-index: 2;
  top: 350px;
  width: calc(100% - 216px);
  padding: 0 123px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.pins-daily .button-open {
  background: linear-gradient(0deg, #000, #fff);
  border-radius: 50px;
  font-size: 14px;
  padding: 2px;
  color: var(--tbf-blue-900);
  cursor: pointer;
  border: none;
  z-index: 2;
  position: relative;
}

.pins-daily .button-open span {
  background: var(--tbf-cyan-300);
  width: 140px;
  display: block;
  border-radius: 50px;
  padding: 2px 0;
}

.pins-daily .button-open.active span {
  background: var(--tbf-cyan-500);
}

.badges-container,
.question-container {
  background: #004646;
  border: 1px solid #029595;
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  width: 520px;
  position: relative;
  z-index: 2;
}

.badges-container .close,
.question-container .close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 20px;
  height: 15px;
  width: 20px;
  cursor: pointer;
}

.badges .overlay-container,
.daily-question .overlay-container {
  display: none;
}

.game .overlay-container {
  display: none;
}

.button-row,
.badges-row .badge-row {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.badges-row {
  scrollbar-color: #0ff #055;
  scrollbar-width: thin;
}

.button-row .badges-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.button-row .badges-button p {
  margin: 10px 0 0;
}

/* .badges-button.badge-album p,
.badges-button.badge-play p {
  visibility: hidden;
  opacity: 0;
  user-select: none;
  cursor: default;
} */

.badges-row {
  margin-top: 15px;
  overflow-y: scroll;
  /* max-height: 225px; */
  max-height: 120px;
}

.badges-row .badge {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badges-button button,
.badges-button a,
.btn-shadow {
  width: 100%;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  background: linear-gradient(0deg, #000, #fff);
  font-size: 14px;
  padding: 2px;
  color: var(--tbf-blue-900);
  text-align: center;
  text-decoration: none;
}

.btn-shadow {
  height: fit-content;
  width: auto;
}

.badges-button button span,
.badges-button a span,
.btn-shadow span {
  background: var(--tbf-cyan-300);
  display: block;
  border-radius: 50px;
  padding: 2px 0;
}

.button-row .badges-button .active span {
  background: var(--tbf-cyan-500);
}

.question-container {
  padding-left: 13px;
}

.daily-question .button-open {
  display: block;
  margin: 0 0 0 auto;
}
.game .button-open {
  display: block;
  margin: 0 0 0 auto;
}
.question-container .top-row {
  display: flex;
  justify-content: space-between;
}

.question-container .top-row button {
  /* border: 1px solid aqua;
  background: #72eaea;
  border-radius: 6px;
  cursor: pointer; */
  min-width: 60px;
}

.question-container .top-row p {
  margin: 0;
  font-size: 22px;
  font-style: italic;
}

.question-container .start-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.question-container .start-content p {
  margin: 0;
}

.question-container .start-content p:nth-child(3) {
  align-self: end;
  font-size: 14px;
  margin-top: 20px;
}

.question-container .start-content p:nth-child(4) {
  align-self: end;
  font-size: 14px;
  margin-top: 5px;
}

.question-infos {
  text-align: end;
}

.question-buttons {
  display: flex;
  gap: 5px;
}

.question-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffffb3;
}

.question-timer span:first-of-type {
  font-size: 12px;
}

.question-option {
  margin-bottom: 5px;
  cursor: pointer;
  transition: 120ms;
  padding: 2px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.answers.finished .question-option {
  cursor: default;
}

.question-option p {
  margin: 0;
}

.question-option:hover {
  background: #ffffff1a;
}

.answers.finished .question-option:hover {
  background: none;
}

.answers .question-dot {
  width: 10px;
  height: 10px;
  display: block;
  background: red;
  border-radius: 10px;
}

.answers .question-dot.correct {
  background: aqua;
}

.answers .question-dot-hidden {
  background-color: transparent;
}

.answers-coins .answers ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffffb3;
}

.answers-coins .coins-won {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
}

.answers-coins .coins-won.fade {
  opacity: 1;
  animation: fade 300ms ease-in;
}

.answers-coins .coins-won img {
  width: 80px;
}

.correct-answer {
  margin: 10px 0 0;
}

/* RANKINGS */
/* COUNTRY BALL ON RANKINGS AND DROPDOWN MENU */
.country-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 150ms;
}

.country-list-item .user-username {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.new-members-ranking .country-list-item:hover {
  background: #ffffff40;
  cursor: pointer;
}

.country-list-item .country-flag {
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 15px;
}

.rankings-container {
  position: fixed;
  /* bottom: 0; */
  /* bottom: -200px; */
  bottom: -193px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
  font-weight: 400;
}

.ranking-container {
  background: var(--tbf-cyan-500);
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  position: relative;
  top: 45px;
  color: #fff;
  transition: 100ms;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  width: 170px;
  height: 312px;
}

.ranking-container h2 {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 20px;
  white-space: nowrap;
}

.ranking-container ul {
  padding: 0;
  margin: 0;
}

.ranking-container ul li {
  font-size: 14px;
  padding: 10px 20px;
}

.ranking-container ul li .country-flag {
  padding: 12px;
}

.ranking-container:not(.tutorial):hover {
  /* top: 0 !important; */
  /* top: -55px !important; */
  top: -213px !important;
}

.members-ranking .scroll-overlay {
  height: 240px;
  overflow-y: scroll;
}
.members-ranking:hover {
  top: 0.5rem !important;
}
.members-ranking-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.members-ranking-list li span:nth-child(2) {
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  /* width: 65px; */
  width: 45px;
  font-size: 13px;
}
.members-ranking-list li div {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* NEWS */
.news-button {
  position: fixed;
  /* bottom: 50px; */
  bottom: 57px;
  right: 10px;
  z-index: 5;
  background: white;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  width: 140px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.news-button p {
  color: #0096cc;
  margin: 0;
}

.news-button img {
  width: 25px;
}

.news-container {
    margin: 0 12px;
  }

.news-container {
  max-width: 900px;
  width: 900px;
  background: aqua;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.news-container .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.news-overlay {
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.news-current {
  background: #054848;
  border-radius: 10px;
  padding: 0 20px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* CHAT */
.chat-button {
  position: fixed;
  /* bottom: 50px; */
  bottom: 57px;
  right: 10px;
  z-index: 5;
  background: white;
  border-radius: 20px 20px 0 0;
  padding: 10px;
  width: 140px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.chat-button p {
  color: #0096cc;
  margin: 0;
}

.chat-button img {
  width: 25px;
}

.chat-overlay {
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}

.chat-container {
  max-width: 900px;
  width: 900px;
  background: aqua;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.chat-container .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.chat-current {
  background: #054848;
  border-radius: 10px;
  padding: 0 20px;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chat-message {
  display: flex;
  gap: 16px;
  margin: 20px 0;
  width: 96%;
}

.chat-message.my {
  background-color: #00303d;
  border-radius: 10px;
  padding: 10px;
}

.messages {
  overflow-y: scroll;
}

.chat-avatar {
  width: 40px;
}

.chat-message-username,
.chat-message-content {
  margin: 0;
}

.chat-message-username {
  margin-bottom: 12px;
}

.chat-message-username span:first-child {
  font-weight: bold;
}

.chat-message-username span:last-child {
  font-size: 12px;
}

.chat-message-content {
  max-width: 760px;
}

.chat-write-message {
  display: flex;
  gap: 10px;
  align-content: center;
}

.chat-write-message textarea {
  width: 100%;
  min-height: 50px;
  max-height: 100px;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid;
  resize: vertical;
}

.chat-write-message button {
  border: none;
  background: blue;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 10000px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* NOT FOUND */
.not-found {
  text-align: center;
}

.not-found div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.not-found a {
  text-decoration: none;
  padding: 10px 20px;
  background: var(--tbf-cyan-800);
  border-radius: 10px;
  cursor: pointer;
  transition: 200ms ease-out;
  color: white;
}

/* FOOTER */
footer {
  width: 100%;
  /* height: 36px; */
  height: 43px;
  position: fixed;
  bottom: 0;
  z-index: 5;
  background-color: var(--tbf-cyan-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 12px;
}

/* COMMITMENT INFO */
.commitment-info-overlay {
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000078;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 11;
}

.more-about-commitments {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.more-about-commitments img {
  width: 44px;
}

footer p {
  margin: 0;
}

footer div {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .sponsors-container {
  padding: 0 20px;
  border-right: 1px solid #fff;
  height: 100%;
  min-width: 140px;
}

footer .sponsor-logos-container {
  gap: 20px;
  width: 100%;
}

footer .sponsor-logos-container a {
  width: 44px;
}

footer .learn-more-container {
  /* width: 316px; */
  padding: 0 20px;
  gap: 5px;
  border-left: 1px solid #fff;
}

footer .learn-more-container a {
  width: 44px;
  /* height: 30px; */
}

.commitment-info-overlay .close {
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.commitment-info {
  display: flex;
  padding: 20px;
}

.commitment-image {
  text-align: center;
  flex-basis: 70%;
}

.commitment-image img {
  width: 120px;
}

.commitment-info-how {
  display: flex;
  gap: 50px;
  margin: 0 80px 0 50px;
}

.commitment-info-how .texts {
  width: 620px;
  height: 500px;
  overflow-y: scroll;
  background: #044a4a;
  padding: 10px;
  border-radius: 10px;
}

.commitment-info-how .texts p {
  margin: 0 0 10px;
}

.commitment-info-how .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.commitment-info-how .buttons button {
  background: #004646;
  border: 1px solid #029595;
  border-radius: 8px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffffb3;
  cursor: pointer;
  width: 100%;
}

.commitment-info-days-remaining {
  display: flex;
  gap: 10px;
}

.days-remaining-texts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
}

.days-remaining-texts p {
  background-color: white;
  color: #004646;
  margin: 0;
  padding: 0 3px;
  border-radius: 3px;
  text-align: center;
}

.days-remaining {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.days-remaining p {
  background-color: #004646;
  color: white;
  margin: 0;
  width: 100%;
  text-align: center;
  border-radius: 3px;
}

.remaining-days-graph {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40px;
  height: 100%;
  margin: 10px 0;
  border: 1px solid white;
  border-radius: 5px;
}

.remaining-days-graph span {
  display: block;
  width: 100%;
  height: 10%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(44, 207, 241, 1) 100%
  );
  border-radius: 5px;
}

.commitment-countries-ranking {
  position: absolute;
  left: 20px;
  top: 540px;
  width: 220px;
  background: rgb(0, 98, 115);
  border-radius: 20px 20px 0 0;
  padding: 20px 0 10px;
  color: rgba(255, 255, 255, 0.7);
  transition: 100ms;
  z-index: 10;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  height: 312px;
}

.commitment-countries-ranking .scroll-overlay {
  max-height: 267px;
  overflow-x: scroll;
}

.commitment-countries-ranking h2 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 20px;
  white-space: nowrap;
}

.commitment-countries-ranking ul {
  padding: 0;
  margin: 0;
}

.commitment-countries-ranking ul li {
  font-size: 14px;
  padding: 10px 20px;
}

.commitment-countries-ranking ul li .country-flag {
  padding: 12px;
}

.commitment-countries-ranking:hover {
  /* top: 0 !important; */
  /* top: -55px !important; */
  top: 315px !important;
}

.update-commitment-button button,
.choose-commitment button,
.return-commitment-info {
  background: #004646;
  border: 1px solid #029595;
  border-radius: 8px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffffb3;
  cursor: pointer;
}

.change-commitment {
  background: #004646;
  border: 1px solid #029595;
  border-radius: 8px;
  padding: 20px;
}

.commitment-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.commitment-list-item {
  padding: 5px 10px;
  border-radius: 500px;
  transition: 200ms;
  cursor: pointer;
}

.commitment-list-item:hover {
  background-color: #ffffff29;
  cursor: pointer;
}

.commitment-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.commitment-list-item label img {
  width: 30px;
}

.loading-commitment-info {
  display: flex;
  align-items: center;
}

.waiting {
  margin-right: 6px;
}

.waiting {
  width: 30px;
  height: 30px;
  animation: rotate 1.5s infinite linear;
  display: block;
}

.waiting i {
  font-size: 30px;
}

.updating-done-message {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.updating-done-message i {
  font-size: 30px;
}

.updating-done-message .text {
  font-size: 25px;
}

* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  width: 0px;
}

*::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

/* TIPPY Tooltip Theme */
.tippy-box[data-theme~='tbf'] {
  /* background-color: #247991; */
  background-color: #004646;
  color: rgba(255, 255, 255, 0.9);
}

.background-information ~ div {
  min-width: 180px;
}

.tippy-box[data-theme~='tbf'][data-placement^='top'] > .tippy-arrow::before {
  /* border-top-color: #247991; */
  border-top-color: #004646;
}

.tippy-box[data-theme~='tbf'][data-placement^='bottom'] > .tippy-arrow::before {
  /* border-bottom-color: #247991; */
  border-bottom-color: #004646;
}

.tippy-box[data-theme~='tbf'][data-placement^='left'] > .tippy-arrow::before {
  /* border-left-color: #247991; */
  border-left-color: #004646;
}

.tippy-box[data-theme~='tbf'][data-placement^='right'] > .tippy-arrow::before {
  /* border-right-color: #247991; */
  border-right-color: #004646;
}

.tippy-box[data-theme~='tbf'] a {
  color: #28b9e1;
}

.tippy-box[data-theme~='tbf'] a:hover {
  color: #38a0bd;
}

.tippy-box[data-inertia][data-state='visible'] {
  transition-timing-function: ease;
}

/* landscape phone message */
.mobile-landscape-message {
  display: none;
}

.mobile {
  display: none;
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
  div,
  header,
  footer {
    display: none !important;
  }

  .mobile-landscape-message {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .mobile {
    display: block;
  }

  .rankings-container {
    display: none !important;
  }

  .logo-avatar {
    padding: 5px 15px;
    width: auto;
    flex-direction: row;
    background-color: var(--tbf-cyan-800);
    z-index: 4;
  }

  .logo-avatar .logo-container {
    width: 110px;
  }

  .mobile-links {
    text-transform: uppercase;
    font-size: 9px;
  }

  .mobile-links a {
    text-decoration: none;
  }

  .mobile-links .donate {
    margin-left: 10px;
  }

  .avatar-container {
    display: flex;
    width: auto;
    align-items: center;
    color: white;
    font-size: 25px;
    top: 0;
  }

  .avatar-container .toggle-avatar-menu {
    width: 25px;
    margin-right: 10px;
  }

  .avatar-menu {
    top: 40px;
    right: 13px;
    font-size: 12px;
    width: 220px;
  }

  .user-card .loading-container {
    margin-top: 15px;
  }

  .user-card {
    top: auto;
  }

  .top-info {
    align-items: start;
  }

  .settings-search {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    width: auto;
    margin: 10px 0;
  }

  .settings-search input {
    width: 110px;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .settings-search .info-settings {
    font-size: 20px;
    gap: 5px;
  }

  .settings-search .info-settings .user-country {
    width: 20px;
    height: 20px;
  }

  .search {
    display: flex;
    gap: 5px;
  }

  .mobile-background {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: transparent;
    border-radius: 50px;
    border: 1px solid var(--tbf-cyan-500);
    background-size: contain;
  }

  .card-arrows {
    gap: 0;
    justify-content: center;
    left: auto;
  }

  .card {
    width: 300px;
    padding: 2px;
  }

  .card .bottom-info {
    padding: 10px 15px 0;
  }

  .card .user-info p {
    font-size: 10px !important;
  }

  .card .user-info {
    margin-left: 10px;
  }

  .card .user-avatar img {
    width: 50px;
  }

  .card .user-commitment img {
    width: 45px;
  }

  .card .commitment-badge {
    left: 10px;
  }

  .card .commitment-badge img {
    width: 30px;
  }

  .card .user-coins img {
    width: 20px;
  }

  .card .user-functions img {
    width: 10px;
  }

  .card .user-coins p {
    font-size: 11px;
  }

  .switch-user {
    font-size: 25px;
  }

  .pins-daily {
    top: 330px;
    width: 100%;
    padding: 0;
  }

  .pins-daily .button-open {
    margin: 0 10px;
  }

  .pins-daily .button-open span {
    width: 120px;
  }

  .badges-container,
  .question-container {
    width: 300px;
    position: fixed;
    top: 50%;
    right: 50% !important;
    left: unset !important;
    transform: translate(50%, -50%);
    max-height: 400px;
    overflow: scroll;
    z-index: 3;
  }
  /*
 .game-container {
    width: 300px;
    position: fixed;
    top: 50%;
    right: 50% !important;
    left: unset !important;
    transform: translate(50%, -50%);
    max-height: 400px;
    overflow: scroll;
    z-index: 3;
  }
  */
  .badges .overlay-container,
  .daily-question .overlay-container {
    background: #00000078;
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  
  .gameoverlay-container {
    position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  cursor: pointer; /* Add a pointer on hover */
  }
  
.game-container {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  cursor: pointer; /* Add a pointer on hover */
}
  .badges-container {
    left: 10px;
  }

  .question-container {
    right: 10px;
    padding-bottom: 10px;
  }

  .question-container p {
    font-size: 12px !important;
  }

  .question-option p {
    width: 275px;
  }

  .badges-button button span {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .badges-row .badge {
    width: 60px;
  }

  .user-badge-win {
    position: fixed;
    top: 370px;
    font-size: 12px;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 100px;
    text-align: center;
  }

  .mobile-ship {
    position: fixed;
    bottom: 45px;
    right: 10px;
    width: 30px;
  }

  header {
    position: fixed;
    top: 260px;
    width: calc(100vw - 70px);
    height: 25px;
    margin: 0px 35px;
    font-size: 12px;
  }

  header .donate {
    display: none;
  }

  .user-grade-badge:not(.mobile) {
    display: none !important;
  }

  .mobile.user-grade-badge {
    width: 70px;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
  }

  .user-grade-badge img {
    width: 100%;
  }

  .user-grade-badge p {
    display: none;
  }

  .layers {
    position: absolute;
    /* left: 60%; */
    transform: translateX(-50%);
    width: 1300px;
    top: 255px;
  }

  .sphere-around .layer-text.hidden {
    opacity: 1 !important;
  }

  .earth {
    width: 240px;
    bottom: -130px !important;
  }

  .rocket.first {
    margin: 0 0 0 -50px !important;
  }

  .rocket:not(.first) {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .layer {
    top: 220px;
  }

  .user-globe {
    right: 0;
    overflow: initial;
    transform: scale(0.45);
    bottom: -16%;
  }

  .user-badge-win img {
    width: 40px;
  }

  footer {
    height: 30px;
  }

  footer .sponsors-container {
    padding: 0 10px;
    min-width: 0;
    height: 100%;
  }

  footer .learn-more-container {
    display: none;
  }

  footer .sponsor-logos-container a {
    width: 34px;
  }

  footer .sponsor-logos-container {
    margin-right: 70px;
    border-right: 1px solid white;
    height: 100%;
  }

  .chat-button {
    background: none;
    color: var(--tbf-cyan-500);
    font-weight: bold;
    width: fit-content;
    bottom: 7px;
    z-index: 6;
  }

  .chat-button img {
    display: none;
  }

  .chat-container {
    margin: 0 12px;
  }

  .settings-menu {
    width: 250px;
  }

  .background-information {
    display: none;
  }

  .next-user,
  .previous-user {
    margin: 0;
  }
}

@media screen and (max-width: 600px) and (min-height: 800px) {
  .user-globe {
    right: 0;
    bottom: -19% !important;
  }
}

@media screen and (max-width: 600px) and (min-height: 920px) {
  .user-globe {
    right: 0;
    bottom: -20% !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
  .user-grade-badge {
    display: none !important;
  }

  .pins-daily {
    display: none !important;
  }

  .ship-door {
    display: none;
  }

  .logo-avatar {
    transform: scale(0.75);
    padding: 0;
    flex-direction: column;
    align-items: start;
  }

  .avatar-menu {
    right: auto;
  }

  .settings-search,
  .card-arrows {
    transform: scale(0.75);
  }

  .rocket {
    left: 0 !important;
    right: 0;
    /* margin: 0 auto !important; */
  }

  .user-globe {
    overflow: initial;
  }
}

@media screen and (max-width: 1240px) {
  .commitment-info-overlay {
    display: none;
  }
}

@media screen and (max-height: 660px) {
  .bottom-info {
    display: none !important;
  }
}

@media screen and (not (max-width: 600px)) and (max-height: 700px) {
  .card .top-info {
    padding: 5px 30px;
  }

  .card .user-avatar,
  .card .user-info {
    flex-basis: initial;
  }

  .card .user-info {
    margin-right: auto;
    margin-left: 30px;
  }

  .card .user-commitment {
    margin: 0;
  }

  .card .bottom-info {
    padding: 5px 30px 0;
  }

  .card .commitment-badge {
    /* margin-left: 5px !important; */
  }

  .card .bottom-info > div {
    margin: 0;
  }

  .card .user-avatar img {
    width: 70px;
  }

  .user-info p {
    font-size: 14px !important;
  }

  .card .user-info .member-since {
    font-size: 12px !important;
  }

  .pins-daily {
    top: 300px;
  }

  .user-grade-badge,
  .user-badge-win {
    top: 80px;
  }
}

@media screen and (min-width: 600px) and (max-height: 770px) {
  .badges-container,
  .question-container {
    bottom: 100px;
  }
}

@media screen and (min-height: 800px) {
  .user-globe {
    bottom: -10%;
  }
}

@media screen and (min-width: 1400px) {
  .ship-door {
    left: 820px;
  }
}

@media screen and (min-width: 1920px) and (max-height: 1080px) {
  .earth {
    bottom: -5px;
  }

  .layers {
    bottom: -145px;
  }
}

@media screen and (min-height: 900px) {
  .badges-row {
    max-height: 225px;
  }
}
