/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: Manrope-ExtraBold;
  font-weight: 900;
  font-style: normal;
  src: url("../../fonts/Manrope-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope-Bold;
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/Manrope-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope-SemiBold;
  font-weight: 600;
  font-style: normal;
  src: url("../../fonts/Manrope-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope-Medium;
  font-style: normal;
  src: url("../../fonts/Manrope-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  src: url("../../fonts/Manrope-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope-Light;
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/Manrope-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: Manrope-ExtraLight;
  font-weight: 200;
  font-style: normal;
  src: url("../../fonts/Manrope-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: Nippo-Bold;
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/Nippo-Bold.otf");
  font-display: swap;
}
@font-face {
  font-family: Nippo-Medium;
  font-style: normal;
  src: url("../../fonts/Nippo-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: Nippo;
  font-style: normal;
  src: url("../../fonts/Nippo-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: Nippo-Light;
  font-weight: 300;
  font-style: normal;
  src: url("../../fonts/Nippo-Light.otf");
  font-display: swap;
}
@font-face {
  font-family: Lato-Bold;
  font-weight: 700;
  font-style: normal;
  src: url("../../fonts/Lato-Bold.ttf");
  font-display: swap;
}
/* Spacings */
* {
  font-family: Lato, sans-serif;
  color: black;
}

* {
  font-family: Manrope, sans-serif;
}

html,
body {
  min-height: 100vh;
}

html {
  min-width: 320px;
}
html input[type=checkbox] {
  background: none;
  border-radius: 3px;
}
html .password-hide {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: unset;
}
html .after-line, html .before-line {
  position: relative;
  padding-bottom: 16px;
}
html .after-line::before, html .before-line::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(109, 198, 67, 0) 0%, rgb(255, 204, 0) 50%, rgba(255, 0, 0, 0) 100%);
}
html .after-line::after, html .before-line::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 0 6px;
  border-color: #FFCC00 transparent transparent transparent;
  margin: auto;
  right: 0;
  left: 0;
  transform: translateY(100%);
}
html .after-line::before {
  bottom: 0;
}
html .after-line:after {
  bottom: 0;
  border-width: 4px 6px 0 6px;
  border-color: #FFCC00 transparent transparent transparent;
  transform: translateY(100%);
}
html .before-line::before {
  top: 0;
}
html .before-line:after {
  top: 0;
  border-width: 0px 6px 4px 6px;
  border-color: transparent transparent #FFCC00 transparent;
  transform: translateY(-100%);
}
html a.cutted-filled {
  align-items: center;
  justify-content: center;
  display: flex;
}
html a.cutted {
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
}
html a.cutted svg, html a.cutted img {
  margin-right: 10px;
}
html .cutted-box {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
html .cutted-box .photo {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
html .cutted-box:after {
  content: "";
  border-top: 3.5px solid #FFCC00;
  border-bottom: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid #FFCC00;
  position: absolute;
  top: 0;
  right: 0;
}
html .cutted-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 204, 0, 0.4);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 1px 1px, 1px calc(100% - 10px - 0.41px), 10.41px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 10.41px, calc(100% - 10px - 0.41px) 1px, 1px 1px);
}
html .cutted-box-filled:before {
  background-color: #FFCC00;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
html .cutted {
  height: 51px;
  display: block;
  position: relative;
  z-index: 0;
}
html .cutted:focus-within:before {
  background-color: white;
}
html .cutted input {
  width: 100%;
  margin-top: 0;
  height: 48px;
  background: #fff;
  border: none;
  color: #171717;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50px;
}
html .cutted input::placeholder {
  color: #A1A1A1;
  font-size: 14px;
}
html .cutted input:focus {
  border: none;
  outline: none;
}
html .cutted input.cutted-filled {
  display: block;
  width: calc(100% - 2px);
  height: 49px;
  margin: auto;
  top: 1px;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
html .cutted:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 1px 1px, 1px calc(100% - 10px - 0.41px), 10.41px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 10.41px, calc(100% - 10px - 0.41px) 1px, 1px 1px);
}
html .cutted:has(input):before {
  content: none;
}
html .cutted + .error-desc {
  display: none;
}
html .cutted.form-error:before {
  background: #E33F3F;
}
html .cutted.form-error + .error-desc {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: white;
  margin-left: 5px;
  display: block;
  margin-bottom: 16px;
  margin-top: 8px;
  color: #E33F3F;
}
html .popup {
  height: 100%;
}
html .popup:before {
  content: none;
}
html .popup:focus-within:before {
  background-color: rgba(255, 204, 0, 0.4);
}
html .popup > .cutted-filled {
  padding: 16px;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 30px;
  margin: auto;
  position: relative;
  top: 1px;
  text-align: center;
}
html .popup > .cutted-filled .heading {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  color: #040404;
}
html .popup > .cutted-filled .desc {
  font-family: "Manrope", sans-serif, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  margin-bottom: 24px;
}
html .popup > .cutted-filled button {
  margin: auto;
  color: #040404;
  padding: 0 10px;
  border-radius: 50px;
  font-family: "Manrope-Bold", sans-serif, serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #040404;
}
html .popup > .cutted-filled button.accept {
  border: none;
}
html .popup > .cutted-filled button:before {
  content: none;
}
html .popup > .cutted-filled button.cutted-filled {
  color: black;
}
html .popup > .cutted-filled button.decline {
  border: 1px solid #040404;
}
html .popup.room.start.popup-error .heading {
  display: block;
  text-align: center;
}
html .popup.room .buttons {
  display: flex;
}
html .cutted-filled {
  height: 51px;
  background-color: #FFCC00;
  border-radius: 0;
  margin: 0;
  justify-content: center;
  color: black;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
html input.cutted-filled {
  text-transform: unset;
}
html .page {
  min-height: 100vh;
  padding: 24px 12px 109px;
  background-color: rgb(236, 236, 236);
}
html .page:has(div.task) {
  padding-bottom: 24px;
}
html .page > .heading-text {
  position: relative;
  margin-bottom: 36px;
}
html .page > .heading-text .heading {
  color: #FFCC00;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
html .page > .heading-text .heading-back {
  position: absolute;
}
html .page > .heading-text .heading-desc {
  margin-top: 4px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: rgba(4, 4, 4, 0.5);
}
html .page.profile {
  display: flex;
  flex-direction: column;
}
html .page.profile .heading-text {
  position: relative;
  z-index: 1;
}
html .page.profile .heading-text .heading {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
html .page.profile .heading-text-wrapper {
  position: relative;
  margin-bottom: 24px;
}
html .page.profile .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.profile .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: 17px;
}
html .page.profile .reset-form {
  margin-top: auto;
  text-align: center;
  margin-bottom: 16px;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
  text-decoration-line: underline;
  /* 1 */
  color: #F2F2F2;
}
html .page.profile form .logo {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 40px;
}
html .page.profile form .logo .photo {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background: #fff;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .page.profile form .logo input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
html .page.profile form .logo > img:not(.photo) {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  object-fit: cover;
  border-radius: 100px;
}
html .page.profile form .cutted {
  margin-bottom: 16px;
}
html .page.profile > .cutted-filled {
  width: 100%;
  border-radius: 100px;
}
html .page.profile > .cutted-filled label {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
}
html .page.reset_success {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 204, 0);
}
html .page.reset_success .heading-text {
  margin-top: 0 !important;
  padding-top: 110px;
}
html .page.reset_success .logo {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
html .page.reset_success .cutted-filled {
  background-color: #000000;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 30px;
  border-radius: 50px;
}
html .page.reset_success .cutted-box {
  margin-bottom: 40px;
}
html .page.reset_success > a {
  margin-top: auto;
}
html .page.reset {
  display: flex;
  flex-direction: column;
}
html .page.reset form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
html .page.reset form input {
  margin-top: 0;
}
html .page.reset form button {
  margin-top: auto;
  margin-bottom: 32px;
}
html .page.check-mail .remember {
  text-align: center;
}
html .page.check-mail .remember > * {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
html .page.check-mail .remember-text {
  font-size: 13px;
  color: #bbbbbb;
}
html .page.check-mail .remember a {
  font-size: 15px;
  color: #f2f2f2;
  text-decoration: underline;
}
html .page.check-mail .attention {
  margin-top: auto;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #979797;
}
html .page.check-mail .attention a {
  font-family: "Manrope", sans-serif;
  color: white;
}
html .page.check-mail a {
  color: rgb(4, 4, 4) !important;
  text-decoration: none !important;
}
html .page.login {
  display: flex;
  flex-direction: column;
}
html .page.login .heading-text {
  padding-bottom: 10px;
}
html .page.login .heading-text .login-heading {
  margin-top: 12px;
  font-size: 18px;
  color: #040404;
  font-weight: 600;
}
html .page.login form {
  flex-grow: 1;
  padding: 0 12px;
}
html .page.login form .error-desc {
  margin-top: 6px;
  color: #737373;
  font-size: 12px;
  line-height: 16px;
  display: block;
}
html .page.login .language-switcher {
  display: flex;
  gap: 8px;
  justify-content: center;
}
html .page.login .language-switcher button.settings-item {
  width: 170px;
  height: 40px;
  gap: 4px;
  opacity: 1;
  padding: 11px 20px;
  border-radius: 30px;
  border-width: 1px;
}
html .page.login .language-switcher button.settings-item.active {
  color: #FFCC00;
}
html .page.login .language-switcher button.settings-item.active:before {
  display: none;
}
html .page.login .settings-item {
  position: relative;
  display: flex;
  align-items: center;
}
html .page.login .settings-item:not(.setting, .support, .rate, .language, .theme) {
  padding: 12px 16px;
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
  background-color: #fff;
}
html .page.login .settings-item > img, html .page.login .settings-item > svg {
  margin-right: 8px;
}
html .page.login .settings-item-name {
  color: white;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
}
html .page.login .settings-item.rules .team-points, html .page.login .settings-item.setting .team-points, html .page.login .settings-item.support .team-points, html .page.login .settings-item.rate .team-points {
  margin-left: auto;
}
html .page.login .settings-item.logout svg path, html .page.login .settings-item.logout svg rect {
  fill: white;
}
html .page.login .settings-item.rules .team-points, html .page.login .settings-item.setting .team-points {
  transform: scale(-1);
}
html .page.login .settings-item.setting span {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #979797;
  margin-left: auto;
  margin-right: 8px;
}
html .page.login .settings-item.setting .team-points {
  margin-left: unset;
}
html .page.login .remember {
  margin-bottom: 32px;
}
html .page.login .remember #remember_me + span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #040404;
}
html .page.login button[type=submit] {
  width: 100%;
  border-radius: 100px;
  text-transform: none;
  font-weight: 600;
}
html .page.login .forgot {
  padding-bottom: 24px;
}
html .page.login .forgot a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #040404;
  text-align: center;
  text-decoration: none;
}
html .page.login .socialite {
  margin-top: 22px;
  margin-bottom: 24px;
}
html .page.login .socialite a {
  font-family: Lato-Bold, sans-serif;
}
html .page.login .socialite a:not(:last-child) {
  margin-bottom: 8px;
}
html .page.login .sign-up, html .page.login .sign-in {
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}
html .page.login .sign-up a, html .page.login .sign-in a {
  font-family: "Manrope-Bold", sans-serif;
  font-weight: 700;
}
html .page.login .sign-in {
  margin-bottom: 30px;
}
html .page.login .credentials {
  max-width: 270px;
  margin: auto;
  text-align: center;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 130%;
  color: #979797;
}
html .page.login .credentials a {
  font-family: "Manrope";
  color: #000;
}
html .page.final .heading {
  font-size: 30px;
}
html .page.final .heading-desc {
  font-size: 15px;
}
html .page.result {
  padding-bottom: 24px;
}
html .page.result .heading {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
  font-family: "Manrope-SemiBold", sans-serif, serif;
}
html .page.result .heading-text {
  position: relative;
}
html .page.result .heading-text > * {
  position: relative;
  z-index: 1;
}
html .page.result .heading-text:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  background: #FFCC00;
  height: calc(100% + 24px + 15px + 110px);
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.result .result-total, html .page.result .result-stats {
  position: relative;
  z-index: 2;
}
html .page.result .result-total .cutted:before, html .page.result .result-stats .cutted:before {
  background: rgb(255, 204, 0);
}
html .page.result .result-total {
  position: relative;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
html .page.result .result-total > .cutted {
  padding: 13px;
  height: unset;
}
html .page.result .result-total > .cutted .title {
  max-width: 145px;
  text-align: center;
  font-size: 16px;
  color: #040404;
  padding-bottom: 0;
  margin: 0 auto 16px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
html .page.result .result-total > .cutted .cutted-filled {
  text-align: center;
  margin: auto;
  width: 116px;
  max-width: 116px;
  position: relative;
  height: unset;
}
html .page.result .result-total > .cutted .cutted-filled .content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  border: 1px solid #040404;
  color: #040404;
  margin: 0 auto;
  padding: 8px 16px;
  border-radius: 100px;
  background: #fff;
}
html .page.result .result-total > .cutted .cutted-filled span {
  font-size: 24px;
  font-weight: 600;
}
html .page.result .result-total > .cutted .cutted-filled:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
html .page.result .result-total > .cutted .cutted-filled:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -36px;
  width: calc(100% + 72px);
  height: calc(100% + 72px);
  background: #F5F5F5;
  border-radius: 100px;
  z-index: 0;
}
html .page.result .result-total > .cutted:before {
  content: none;
}
html .page.result .result-stats {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
html .page.result .result-stats .result-stats-item {
  height: unset;
  flex: 1;
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 16px;
}
html .page.result .result-stats .result-stats-item .icon {
  margin-bottom: 6px;
}
html .page.result .result-stats .result-stats-item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #737373;
  margin-bottom: 8px;
}
html .page.result .result-stats .result-stats-item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #040404;
}
html .page.result .result-rating {
  background: #fff;
  border-radius: 30px;
  padding: 16px;
  margin-bottom: 32px;
}
html .page.result .result-rating .cutted {
  padding: 0;
  height: unset;
}
html .page.result .result-rating .cutted .title {
  font-size: 16px;
  color: #040404;
  padding-bottom: 0;
}
html .page.result .result-rating-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
html .page.result .result-rating-heading p {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #040404;
}
html .page.result .result-rating-heading a {
  font-family: "Manrope-Bold", sans-serif, serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #FFCC00;
  display: flex;
  align-items: center;
  gap: 8px;
}
html .page.result .result-rating-list {
  max-height: 210px;
  overflow: scroll;
}
html .page.result .result-rating-list .highscores-item {
  width: calc(100% - 2px) !important;
}
html .page.result .result-rating-list .highscores-item.first .item-info .team-info-text .email {
  color: black !important;
}
html .page.result .result-rating-list .highscores-item .item-info .team-points {
  font-weight: 600 !important;
}
html .page.result .back-home-button {
  background: #040404;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Manrope-SemiBold", sans-serif, serif;
}
html .page.dashboard .highscores .highscores-item.first .item-place, html .page.highscore .highscores-item.first .item-place, html .page.room .teammate-list .highscores-item.first .item-place, html .page.result .highscores-list .highscores-item.first .item-place {
  background: #FFCC00;
  border: 1px solid #040404;
}
html .page.dashboard .highscores .highscores-item.first .item-place:after, html .page.highscore .highscores-item.first .item-place:after, html .page.room .teammate-list .highscores-item.first .item-place:after, html .page.result .highscores-list .highscores-item.first .item-place:after {
  content: "";
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -8px;
  position: absolute;
  z-index: -1;
  background: #FFED8E;
  border-radius: 100px;
}
html .page.dashboard .highscores .highscores-item.first .item-info, html .page.highscore .highscores-item.first .item-info, html .page.room .teammate-list .highscores-item.first .item-info, html .page.result .highscores-list .highscores-item.first .item-info {
  height: 100%;
}
html .page.dashboard .highscores .highscores-item.first .item-info .name, html .page.dashboard .highscores .highscores-item.first .item-info .team-points, html .page.highscore .highscores-item.first .item-info .name, html .page.highscore .highscores-item.first .item-info .team-points, html .page.room .teammate-list .highscores-item.first .item-info .name, html .page.room .teammate-list .highscores-item.first .item-info .team-points, html .page.result .highscores-list .highscores-item.first .item-info .name, html .page.result .highscores-list .highscores-item.first .item-info .team-points {
  color: black !important;
}
html .page.dashboard .popup-wrapper, html .page.settings .popup-wrapper {
  max-width: 100%;
  display: none;
  z-index: 2;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
html .page.dashboard .popup-wrapper .popup.cutted .type-logout, html .page.dashboard .popup-wrapper .popup.cutted .type-delete, html .page.settings .popup-wrapper .popup.cutted .type-logout, html .page.settings .popup-wrapper .popup.cutted .type-delete {
  display: none;
}
html .page.dashboard .popup-wrapper.show, html .page.settings .popup-wrapper.show {
  display: flex;
}
html .page.dashboard .popup-wrapper.show.logout .type-logout, html .page.settings .popup-wrapper.show.logout .type-logout {
  display: flex;
}
html .page.dashboard .popup-wrapper.show.delete .type-delete, html .page.settings .popup-wrapper.show.delete .type-delete {
  display: flex;
}
html .page.dashboard .popup-wrapper .popup, html .page.settings .popup-wrapper .popup {
  max-width: 391px;
  width: 391px;
  height: 233px;
}
html .page.dashboard .popup-wrapper .popup-content, html .page.settings .popup-wrapper .popup-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
html .page.dashboard .popup-wrapper .popup-content-header, html .page.settings .popup-wrapper .popup-content-header {
  display: flex;
  margin-bottom: 8px;
  color: white;
  font-family: Nippo;
  font-size: 20px;
  font-weight: 378;
  line-height: 26px;
  text-align: left;
}
html .page.dashboard .popup-wrapper .popup-content-header svg, html .page.dashboard .popup-wrapper .popup-content-header img, html .page.settings .popup-wrapper .popup-content-header svg, html .page.settings .popup-wrapper .popup-content-header img {
  margin-right: 8px;
}
html .page.dashboard .popup-wrapper .popup-content-desc, html .page.settings .popup-wrapper .popup-content-desc {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(151, 151, 151);
}
html .page.dashboard .popup-wrapper .popup-content .buttons, html .page.settings .popup-wrapper .popup-content .buttons {
  display: flex;
  margin-top: auto;
  gap: 17px;
}
html .page.dashboard .popup-wrapper .popup-content .buttons button, html .page.settings .popup-wrapper .popup-content .buttons button {
  flex: 1;
}
html .page.dashboard .popup-wrapper .popup-content button, html .page.settings .popup-wrapper .popup-content button {
  margin: unset;
  margin-top: auto;
  font-family: Nippo;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
html .page.dashboard .heading-text {
  display: flex;
  justify-content: space-between;
  position: relative;
}
html .page.dashboard .heading-text > * {
  position: relative;
  z-index: 1;
}
html .page.dashboard .heading-text .logout {
  margin-left: auto;
  margin-right: 15px;
  max-height: 40px;
  padding: 10px;
  cursor: pointer;
  display: none;
}
html .page.dashboard .heading-text .cutted-box {
  margin: unset;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .page.dashboard .heading-text .cutted-box:before {
  content: none;
}
html .page.dashboard .heading-text .cutted-box a {
  z-index: 1;
}
html .page.dashboard .heading-text .heading {
  text-align: left;
  color: #040404;
}
html .page.dashboard .heading-text:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  background: #FFCC00;
  height: calc(100% + 24px + 15px + 110px);
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.dashboard .block {
  padding: 16px;
  background: #fff;
  border-radius: 30px;
}
html .page.dashboard .last-games {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
html .page.dashboard .last-games:not(:has(.last-games-item)) + .highscores.block {
  margin-top: 56px;
}
html .page.dashboard .last-games-list {
  display: flex;
  padding: 1px;
  overflow-x: auto;
}
html .page.dashboard .last-games-item {
  display: flex;
  padding: 12px;
  width: 176px;
  min-width: 176px;
  border-radius: 24px;
  min-height: 150px;
  overflow: hidden;
  height: unset;
  flex-direction: column;
}
html .page.dashboard .last-games-item:not(:last-child) {
  margin-right: 8px;
}
html .page.dashboard .last-games-item .item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
html .page.dashboard .last-games-item .item-text .text-game {
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
html .page.dashboard .last-games-item .item-text .text-team {
  color: #fff;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
html .page.dashboard .last-games-item .item-points {
  align-items: flex-end;
  display: flex;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin-top: auto;
}
html .page.dashboard .last-games-item .item-points-content {
  position: relative;
  z-index: 1;
  padding: 4px 10px;
  border-radius: 30px;
  color: #fff;
  background: #040404;
  width: fit-content;
  border: 1px solid #fff;
}
html .page.dashboard .last-games-item .item-points:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: #404040;
  border-radius: 30px;
  z-index: 1;
}
html .page.dashboard .last-games-item .item-points:after {
  content: "";
  position: absolute;
  top: -36px;
  left: -36px;
  width: calc(100% + 72px);
  height: calc(100% + 72px);
  background: #262626;
  border-radius: 100px;
  z-index: 0;
}
html .page.dashboard .last-games-item .item-points span {
  text-transform: lowercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
html .page.dashboard .last-games-item:nth-of-type(odd) {
  background: #040404;
}
html .page.dashboard .last-games-item:nth-of-type(even) {
  background: #EFEFEF;
}
html .page.dashboard .last-games-item:nth-of-type(even) .item-points-content {
  background: #E2E2E2;
  border-color: #040404;
  color: #040404;
}
html .page.dashboard .last-games-item:nth-of-type(even) .item-points-content span {
  color: #040404;
}
html .page.dashboard .last-games-item:nth-of-type(even) .item-points:before {
  background: #fff;
}
html .page.dashboard .last-games-item:nth-of-type(even) .item-points:after {
  background: #E2E2E2;
}
html .page.dashboard .last-games-item:nth-of-type(even) .text-game {
  color: rgba(4, 4, 4, 0.8);
}
html .page.dashboard .last-games-item:nth-of-type(even) .text-team {
  color: #040404;
}
html .page.dashboard .dashboard-buy-more-games {
  margin: 12px 0 0;
  background: #FFCC00;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  color: #040404;
  border-radius: 50px;
}
html .page.dashboard .highscores-list {
  display: flex;
  flex-direction: column;
}
html .page.dashboard .highscores-item {
  padding: 16px 0 !important;
  height: auto;
  border-bottom: 1px solid #EFEFEF;
}
html .page.dashboard .highscores-item.first {
  margin-bottom: 0 !important;
}
html .page.dashboard .highscores-item .item-info .team-info-text {
  flex: 1;
}
html .page.highscores .highscores-item, html .page.dashboard .highscores-item, html .page.highscore .highscores-item, html .page.room .teammate-list .highscores-item, html .page.result .highscores-list .highscores-item {
  width: 100%;
  display: flex;
  padding: 16px 0;
  justify-content: unset;
  align-items: center;
  gap: 12px;
}
html .page.highscores .highscores-item.first, html .page.dashboard .highscores-item.first, html .page.highscore .highscores-item.first, html .page.room .teammate-list .highscores-item.first, html .page.result .highscores-list .highscores-item.first {
  margin-bottom: 16px;
}
html .page.highscores .highscores-item .item-place, html .page.dashboard .highscores-item .item-place, html .page.highscore .highscores-item .item-place, html .page.room .teammate-list .highscores-item .item-place, html .page.result .highscores-list .highscores-item .item-place {
  text-align: center;
  height: 40px;
  width: 40px;
  color: #040404;
  font-family: "Manrope-Bold", sans-serif, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  background: #F5F5F5;
  border-radius: 100px;
}
html .page.highscores .highscores-item .item-place:after, html .page.dashboard .highscores-item .item-place:after, html .page.highscore .highscores-item .item-place:after, html .page.room .teammate-list .highscores-item .item-place:after, html .page.result .highscores-list .highscores-item .item-place:after {
  content: none;
}
html .page.highscores .highscores-item .item-info, html .page.dashboard .highscores-item .item-info, html .page.highscore .highscores-item .item-info, html .page.room .teammate-list .highscores-item .item-info, html .page.result .highscores-list .highscores-item .item-info {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 1;
}
html .page.highscores .highscores-item .item-info .team-info-text, html .page.dashboard .highscores-item .item-info .team-info-text, html .page.highscore .highscores-item .item-info .team-info-text, html .page.room .teammate-list .highscores-item .item-info .team-info-text, html .page.result .highscores-list .highscores-item .item-info .team-info-text {
  flex: 1;
}
html .page.highscores .highscores-item .item-info .team-info-text .name, html .page.dashboard .highscores-item .item-info .team-info-text .name, html .page.highscore .highscores-item .item-info .team-info-text .name, html .page.room .teammate-list .highscores-item .item-info .team-info-text .name, html .page.result .highscores-list .highscores-item .item-info .team-info-text .name {
  color: #040404;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
html .page.highscores .highscores-item .item-info .team-info-text .email, html .page.dashboard .highscores-item .item-info .team-info-text .email, html .page.highscore .highscores-item .item-info .team-info-text .email, html .page.room .teammate-list .highscores-item .item-info .team-info-text .email, html .page.result .highscores-list .highscores-item .item-info .team-info-text .email {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #979797;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html .page.highscores .highscores-item .item-info .team-points, html .page.dashboard .highscores-item .item-info .team-points, html .page.highscore .highscores-item .item-info .team-points, html .page.room .teammate-list .highscores-item .item-info .team-points, html .page.result .highscores-list .highscores-item .item-info .team-points {
  color: #040404;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
html .page.highscores .heading-text, html .page.highscore .heading-text {
  position: relative;
  z-index: 1;
}
html .page.highscores .heading-text .heading, html .page.highscore .heading-text .heading {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
html .page.highscores .heading-text-wrapper, html .page.highscore .heading-text-wrapper {
  position: relative;
  margin-bottom: 24px;
}
html .page.highscores .heading-text-wrapper:after, html .page.highscore .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.highscores .heading-text .heading-back, html .page.highscore .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: 17px;
}
html .page.highscores .games-list, html .page.highscore .games-list {
  padding: 0 16px;
  background: #fff;
  border-radius: 30px;
}
html .page.highscores .games-list .wrapper.cutted, html .page.highscore .games-list .wrapper.cutted {
  height: 71px;
}
html .page.highscores .games-list .wrapper.cutted:not(:last-child), html .page.highscore .games-list .wrapper.cutted:not(:last-child) {
  margin-bottom: 8px;
}
html .page.highscores .games-list .wrapper.cutted .cutted-filled, html .page.highscore .games-list .wrapper.cutted .cutted-filled {
  position: relative;
  background: #121212;
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
}
html .page.highscores .games-list .wrapper.cutted .heading-back, html .page.highscore .games-list .wrapper.cutted .heading-back {
  transform: scale(-1);
}
html .page.highscores .games-list .team-view-points, html .page.highscore .games-list .team-view-points {
  transform: rotate(-180deg);
}
html .page.highscores .games-list .highscores-item .item-info .team-info-text, html .page.highscore .games-list .highscores-item .item-info .team-info-text {
  display: flex;
  gap: 12px;
}
html .page.highscore .games-list {
  position: relative;
  padding: 16px;
}
html .page.highscore .wrapper.cutted:last-child {
  position: fixed;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto 16px;
}
html .page.highscore .wrapper.cutted:last-child:before {
  content: "";
  clip-path: unset;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFCC00 50%, rgba(255, 255, 255, 0) 100%);
}
html .page.highscore .wrapper.cutted:last-child .highscores-item {
  width: 100%;
  background-color: #040404;
  padding: 16px;
  border-radius: 24px;
}
html .page.highscore .wrapper.cutted:last-child .highscores-item .item-info .team-info-text .name {
  color: #fff;
}
html .page.highscore .wrapper.cutted:last-child .highscores-item .item-info .team-points {
  color: #fff;
}
html .page.join-game-enter-code {
  padding: 24px 12px 109px;
  padding-bottom: 24px;
}
html .page.join-game-enter-code .heading-text {
  position: relative;
  z-index: 1;
}
html .page.join-game-enter-code .heading-text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
html .page.join-game-enter-code .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.join-game-enter-code .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: unset;
}
html .page.join-game-enter-code .popup-content {
  background: #fff;
  text-align: center;
  border-radius: 30px;
}
html .page.join-game-enter-code .popup-content-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
html .page.join-game-enter-code .popup-content-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
}
html .page.join-game-enter-code .popup-content .buttons button {
  width: 100%;
  border-radius: 50px;
}
html .page.join-game-qr {
  padding: 24px 12px 109px;
  padding-bottom: 24px;
}
html .page.join-game-qr .heading-text {
  position: relative;
  z-index: 1;
}
html .page.join-game-qr .heading-text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
html .page.join-game-qr .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.join-game-qr .heading-text .heading {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px !important;
  max-width: 280px !important;
}
html .page.join-game-qr .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: unset;
}
html .page.game-create-team .heading-text {
  position: relative;
  z-index: 1;
}
html .page.game-create-team .heading-text .heading {
  text-align: center;
}
html .page.game-create-team .heading-text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
html .page.game-create-team .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.game-create-team .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: unset;
}
html .page.settings .heading-text {
  position: relative;
  z-index: 1;
}
html .page.settings .heading-text .heading {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
html .page.settings .heading-text-wrapper {
  position: relative;
  margin-bottom: 24px;
}
html .page.settings .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.settings .heading-text .heading-back {
  position: absolute;
  left: 0;
  bottom: unset;
}
html .page.settings .wrapper {
  margin-bottom: 16px;
}
html .page.settings .wrapper.triple {
  height: 139px;
}
html .page.settings .wrapper.triple .double-wrapper, html .page.settings .wrapper.double .double-wrapper {
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
  background-color: #fff;
  height: calc(100% - 2px);
  border-radius: 16px;
  position: relative;
}
html .page.settings .wrapper.triple .double-wrapper > *, html .page.settings .wrapper.double .double-wrapper > * {
  margin: 0 16px;
}
html .page.settings .wrapper.triple .double-wrapper > *:not(:last-child), html .page.settings .wrapper.double .double-wrapper > *:not(:last-child) {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
html .page.settings .wrapper.triple .double-wrapper > *:last-child, html .page.settings .wrapper.double .double-wrapper > *:last-child {
  padding-top: 10px;
  padding-bottom: 12px;
}
html .page.settings .wrapper.double {
  height: 94px;
}
html .page.settings .wrapper .settings-item {
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
html .page.settings .wrapper .settings-item:not(.support, .rate, .language, .theme) {
  padding: 12px 16px;
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
  background-color: #fff;
  border-radius: 16px;
}
html .page.settings .wrapper .settings-item > img, html .page.settings .wrapper .settings-item > svg {
  margin-right: 8px;
}
html .page.settings .wrapper .settings-item-name {
  color: #040404;
  font-family: "Manrope", sans-serif, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
html .page.settings .wrapper .settings-item.rules .team-points, html .page.settings .wrapper .settings-item.setting .team-points, html .page.settings .wrapper .settings-item.support .team-points, html .page.settings .wrapper .settings-item.rate .team-points {
  margin-left: auto;
}
html .page.settings .wrapper .settings-item.logout svg path, html .page.settings .wrapper .settings-item.logout svg rect {
  fill: white;
}
html .page.settings .wrapper .settings-item .team-points {
  transform: scale(-1);
}
html .page.settings .wrapper .settings-item.setting span {
  font-family: "Manrope", sans-serif, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #737373;
  margin-left: auto;
  margin-right: 8px;
}
html .page.settings .wrapper .settings-item.setting .team-points {
  margin-left: unset;
}
html .page.settings .dev-buttons > * {
  border-radius: 100px !important;
}
html .page.language .settings-list .wrapper.double {
  height: 125px;
}
html .page.language .wrapper .settings-item {
  justify-content: space-between;
}
html .page.language .wrapper .settings-item-text {
  display: flex;
  flex-direction: column;
}
html .page.language .wrapper .settings-item-text span {
  font-family: "Manrope", sans-serif, serif;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: left;
}
html .page.language .wrapper .settings-item-text span.settings-item-name {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  color: #040404;
  font-size: 16px;
  font-weight: 600;
}
html .page.language .wrapper .settings-item-text span:not(.settings-item-name) {
  font-size: 11px;
  color: #737373;
}
html .page.language .wrapper .settings-item .team-points {
  transform: none;
}
html .page.theme .settings-list .wrapper.double {
  height: 130px;
}
html .page.theme .settings-item.theme {
  width: calc(100% - 32px);
}
html .page.support form {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  margin: auto;
  margin-bottom: 40px;
}
html .page.support form input, html .page.support form textarea {
  margin-bottom: 15px;
}
html .page.support form input::placeholder, html .page.support form textarea::placeholder {
  font-size: 11px;
}
html .page.support form label {
  color: white;
  margin-bottom: 5px;
}
html .page.rules {
  padding-bottom: 24px;
}
html .page.rules .heading-text {
  padding-bottom: 6px;
}
html .page.rules .heading-text .heading-back {
  bottom: unset;
}
html .page.rules .heading-text .heading-desc {
  font-size: 10px;
  color: #737373;
}
html .page.rules .heading-text .heading {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  max-width: 70%;
  margin: auto;
}
html .page.rules .rules-content a {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #040404;
}
html .page.rules .rules-content h2, html .page.rules .rules-content h3, html .page.rules .rules-content h4, html .page.rules .rules-content h5, html .page.rules .rules-content h6 {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #040404;
  margin-bottom: 8px;
}
html .page.rules .rules-content h2:not(:first-child), html .page.rules .rules-content h3:not(:first-child), html .page.rules .rules-content h4:not(:first-child), html .page.rules .rules-content h5:not(:first-child), html .page.rules .rules-content h6:not(:first-child) {
  margin-top: 40px;
}
html .page.rules .rules-content p, html .page.rules .rules-content span {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #737373;
  margin-bottom: 14px;
}
html .page.rules .rules-content figure {
  height: 165px;
  margin-bottom: 16px;
}
html .page.rules .rules-content figure:before {
  background: rgba(255, 204, 0, 0.4);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 30px 100%, 0 calc(100% - 30px), 0 0, 1px 1px, 1px calc(100% - 30px - 0.41px), 30.41px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 30.41px, calc(100% - 30px - 0.41px) 1px, 1px 1px);
}
html .page.rules .rules-content figure img {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
  display: block;
  position: relative;
}
html .page.rules .rules-content ul, html .page.rules .rules-content ol {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 16px;
}
html .page.rules .rules-content ul li, html .page.rules .rules-content ol li {
  color: #979797;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-align: left;
}
html .page.rules .rules-content ul li:not(:last-child), html .page.rules .rules-content ol li:not(:last-child) {
  margin-bottom: 10px;
}
html .page.dashboard .highscores .right-corner, html .page.highscore .right-corner, html .page.rules .right-corner, html .page.room .teammate-list .right-corner, html .page.warning .map .right-corner, html .page.result .highscores-item .right-corner {
  position: absolute;
  right: -1px;
  top: -1px;
}
html .page.dashboard .highscores .left-corner, html .page.highscore .left-corner, html .page.rules .left-corner, html .page.room .teammate-list .left-corner, html .page.warning .map .left-corner, html .page.result .highscores-item .left-corner {
  position: absolute;
  bottom: 7px;
  left: 6px;
}
html .page.room {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 24px;
}
html .page.room .heading-text {
  position: relative;
  z-index: 2 !important;
  text-align: center;
  flex-grow: 1;
  font-size: 20px;
  line-height: 28px;
  color: #040404;
  font-weight: 600;
  font-family: "Manrope-SemiBold", sans-serif, serif;
}
html .page.room .heading-text img {
  margin: 0 auto;
}
html .page.room .heading-text-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
}
html .page.room .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.room .heading-text-wrapper .heading-back {
  position: relative;
  z-index: 2;
}
html .page.room .heading-text-wrapper .more {
  z-index: 2;
  position: relative;
  min-width: 24px;
}
html .page.room .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
html .page.room .more.active {
  z-index: 2;
}
html .page.room .more.active > img, html .page.room .more.active > svg {
  z-index: 1;
  position: relative;
}
html .page.room .more.active .more-popup-back, html .page.room .more.active .more-popup-content {
  opacity: 1;
  visibility: visible;
}
html .page.room .more.active .more-popup-back {
  height: 100vh;
}
html .page.room .more-popup-back {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
html .page.room .more-popup-content {
  height: 94px;
  min-width: 189px;
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
html .page.room .more-popup-content.not-accepted {
  height: 51px;
}
html .page.room .more-popup-content:before {
  background-color: unset;
}
html .page.room .more-popup-content .cutted-filled {
  background-color: #fff;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  margin: auto;
  top: 1px;
  position: relative;
  padding: 13px 16px;
  border-radius: 16px;
}
html .page.room .more-popup-content .cutted-filled li:not(:first-child) {
  padding-top: 10px;
}
html .page.room .more-popup-content .cutted-filled li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}
html .page.room .more-popup-content .cutted-filled li button, html .page.room .more-popup-content .cutted-filled li a {
  display: flex;
  align-items: center;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #040404;
}
html .page.room .more-popup-content .cutted-filled li button img, html .page.room .more-popup-content .cutted-filled li button svg, html .page.room .more-popup-content .cutted-filled li a img, html .page.room .more-popup-content .cutted-filled li a svg {
  margin-right: 8px;
}
html .page.room .leave-page {
  transform: translateX(100%);
  transition: 1s ease transform;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
html .page.room .leave-page.active {
  transform: translateX(0%);
}
html .page.room .leave-page .logo.cutted-box:before {
  background-color: #E33F3F;
}
html .page.room .leave-page .logo.cutted-box:after {
  border-top-color: #E33F3F;
  border-right-color: #E33F3F;
}
html .page.room .leave-page .buttons {
  margin-top: auto;
  display: flex;
  gap: 9px;
}
html .page.room .leave-page .buttons > * {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
html .page.room .leave-page .buttons > *.cutted {
  color: #FFCC00;
}
html .page.room .leave-page .buttons > *.cutted:before {
  background-color: #FFCC00;
}
html .page.room .leave-page .heading {
  color: #E33F3F;
  font-size: 23px;
}
html .page.room .leave-page .heading-desc {
  font-size: 15px;
}
html .page.room > .popup .buttons {
  display: flex;
}
html .page.room > .popup .buttons .cutted-filled {
  width: unset;
  background-color: #FFCC00;
}
html .page.room .teammate-list .highscores-item {
  padding: 8px 16px 8px 8px;
  height: auto;
  border-radius: 24px;
  margin-bottom: 12px;
}
html .page.room .teammate-list .highscores-item .item-info {
  margin-left: auto;
  transition: 0.5s ease all;
  flex-grow: 1;
}
html .page.room .teammate-list .highscores-item .item-info .email {
  display: flex !important;
  justify-content: space-between !important;
  color: #171717 !important;
  font-size: 12px !important;
}
html .page.room .teammate-list .highscores-item .item-info .email .team-points {
  font-size: 12px;
  color: #171717 !important;
  line-height: 1 !important;
}
html .page.room .teammate-list .highscores-item .item-info .name {
  margin-bottom: 4px;
}
html .page.room .teammate-list .highscores-item.cutted {
  z-index: unset;
}
html .page.room .teammate-list .highscores-item.first {
  background: #FFCC00;
  transition: 0.5s ease all;
}
html .page.room .teammate-list .highscores-item.first.hide {
  opacity: 0;
  height: 0;
}
html .page.room .teammate-list .highscores-item.first .item-place {
  height: 100%;
  width: 58px;
}
html .page.room .teammate-list .highscores-item.first .item-place img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #040404;
  max-width: 58px;
}
html .page.room .teammate-list .highscores-item.first .item-place:before {
  content: "" !important;
  left: -8px !important;
  top: -8px !important;
  position: absolute !important;
  width: calc(100% + 16px) !important;
  height: calc(100% + 16px) !important;
  border-radius: 16px !important;
  background: #E9BA00 !important;
  z-index: -1 !important;
}
html .page.room .teammate-list .highscores-item:not(.first) {
  transition: 0.5s ease all;
  background: #fff;
  left: 0;
}
html .page.room .teammate-list .highscores-item:not(.first).not-accepted {
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 30%, #E2E2E2 50%, #FFFFFF 70%, #FFFFFF 100%);
}
html .page.room .teammate-list .highscores-item:not(.first).hide {
  opacity: 0;
  height: 0;
}
html .page.room .teammate-list .highscores-item:not(.first) .item-info {
  transition: 0.5s ease all;
}
html .page.room .teammate-list .highscores-item:not(.first) .item-place {
  border-radius: 16px;
  width: 58px;
  min-width: 58px;
  height: 58px;
}
html .page.room .teammate-list .highscores-item:not(.first) .item-place:after {
  content: none;
}
html .page.room .teammate-list .highscores-item:not(.first) .item-place .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
html .page.room .teammate-list .highscores-item:not(.first) .team-points {
  align-self: end;
  font-family: Manrope;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: right;
  color: #979797;
}
html .page.room .teammate-list .highscores-item:not(.first):before {
  clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 44px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 1px 1px, 1px calc(100% - 10px - 0.41px), 10.41px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 44.41px, calc(100% - 44px - 0.41px) 1px, 1px 1px);
}
html .page.room .room-links {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 9px;
}
html .page.room .room-links a.invite {
  flex: 1;
  text-align: center;
  height: 56px;
  border: 1px solid #040404;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #040404;
}
html .page.room .room-links .start {
  width: 100%;
  border-radius: 50px;
  height: 56px;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #040404;
}
html .page.warning .heading-text .logo.cutted-box:before {
  background: #E33F3F;
}
html .page.warning .heading-text .logo.cutted-box:after {
  border-top-color: #E33F3F;
  border-right-color: #E33F3F;
}
html .page.warning .heading-text .heading {
  color: #E33F3F;
}
html .page.warning .heading-text .map {
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}
html .page.warning .heading-text .map > .cutted-filled {
  background: unset;
  padding-left: 0 !important;
  margin: 0 !important;
}
html .page.warning .heading-text .location-address {
  font-family: Nippo;
  font-size: 20px;
  font-weight: 378;
  line-height: 26px;
  text-align: center;
  color: #FFCC00;
}
html .page.warning .continue {
  border-radius: 50px;
}
html .page.download {
  background-color: #FFCC00;
}
html .page.download .download-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 85px;
}
html .page.download .download-info {
  margin-bottom: 60px;
}
html .page.download .download-info .logo {
  margin-bottom: 24px;
}
html .page.download .download-info h1, html .page.download .download-info h2, html .page.download .download-info h3, html .page.download .download-info h4 {
  color: #FFCC00;
  font-size: 23px;
  text-align: center;
  margin-bottom: 16px;
}
html .page.download .download-info h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Manrope-Bold", sans-serif, serif;
}
html .page.download .download-info p {
  font-family: Manrope, sans-serif;
  text-align: center;
  font-size: 15px;
  color: rgba(4, 4, 4, 0.6);
}
html .page.download .download-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
html .page.download .download-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.6px solid #A1A1A1;
  height: 80px;
  border-radius: 40px;
  background-color: #fff;
}
html .page.download .download-buttons a span {
  display: block;
  width: 207px;
  margin: auto;
}
html .page .qr-code {
  margin-top: 80px;
  position: relative;
  height: 344px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #FFCC00;
}
html .page .qr-code #scanner video {
  width: 100%;
  height: 344px;
  object-fit: cover;
  position: relative;
  top: -3px;
}
html .page .qr-code .corner {
  position: absolute;
}
html .page .qr-code .corner:before {
  content: "";
  border-style: solid;
  width: 74px;
  position: absolute;
  height: 74px;
}
html .page .qr-code .bottom {
  bottom: 7px;
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid #FFCC00;
}
html .page .qr-code .bottom:before {
  bottom: 0;
}
html .page .qr-code .bottom.left:before {
  border-width: 0px 0px 1px 1px;
  border-image: linear-gradient(45deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  transform: translate(-10px, 10px);
  left: 0;
}
html .page .qr-code .bottom.right:before {
  border-width: 0px 1px 1px 0px;
  border-image: linear-gradient(-45deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  transform: translate(10px, 10px);
  right: 0;
}
html .page .qr-code .top {
  top: 7px;
  border-top: 3.5px solid #FFCC00;
  border-bottom: 3.5px solid transparent;
}
html .page .qr-code .top:before {
  top: 0;
}
html .page .qr-code .top.left:before {
  border-width: 1px 0px 0px 1px;
  border-image: linear-gradient(135deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  transform: translate(-10px, -10px);
  left: 0;
}
html .page .qr-code .top.right:before {
  border-width: 1px 1px 0px 0px;
  border-image: linear-gradient(-135deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  transform: translate(10px, -10px);
  right: 0;
}
html .page .qr-code .left {
  left: 6px;
  border-right: 3.5px solid transparent;
  border-left: 3.5px solid #FFCC00;
}
html .page .qr-code .right {
  right: 6px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid #FFCC00;
}
html .page .qr-code .line {
  animation: 12s infinite alternate upDown;
  position: absolute;
  width: calc(100% + 10px);
  height: 2px;
  background: #FFCC00;
}
@keyframes upDown {
  0% {
    top: 5%;
  }
  50% {
    top: 95%;
  }
  100% {
    top: 5%;
  }
}
html .page .qr-code .line:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 214, 0, 0) 0%, rgba(255, 214, 0, 0.276) 100%);
  position: absolute;
  height: 20px;
  width: 100%;
  display: block;
  top: 0;
  transform: translateY(-100%);
}
html .page .qr-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  z-index: 2;
  color: #FFCC00;
  font-size: 22px;
  font-family: Nippo;
  font-weight: 700;
}
html .page .qr-loader:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%, 20% {
    color: #FFCC00;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #FFCC00;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #FFCC00, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%, 100% {
    text-shadow: 0.25em 0 0 #FFCC00, 0.5em 0 0 #FFCC00;
  }
}
html .page.invite .heading-text {
  position: relative;
  z-index: 1;
}
html .page.invite .heading-text .heading, html .page.invite .heading-text .heading-desc {
  text-align: center;
  max-width: 250px;
  margin: auto;
}
html .page.invite .heading-text .heading {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
html .page.invite .heading-text .heading-desc {
  font-size: 12px;
  line-height: 16px;
  color: #737373;
}
html .page.invite .heading-text-wrapper {
  position: relative;
  margin-bottom: 24px;
}
html .page.invite .heading-text-wrapper:after {
  content: "";
  position: absolute;
  top: -24px;
  left: -12px;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  background: #fff;
  border-radius: 0 0 24px 24px;
  z-index: 0;
}
html .page.invite .heading-text-wrapper .heading-back {
  position: absolute;
  top: 0;
  left: 0;
}
html .page.invite:not(.join-game-qr):not(.settings):not(.invite-via-email) .heading-text-wrapper:after {
  height: calc(100% + 32px);
}
html .page.invite .email-list .email-item {
  margin-bottom: 16px;
  display: flex;
  position: relative;
  height: auto;
}
html .page.invite .email-list .email-item input {
  flex: 1;
  height: 48px;
}
html .page.invite .email-list .email-item button {
  width: 94px;
  height: calc(100% - 8px);
  position: absolute;
  right: 4px;
  top: 4px;
  color: #040404;
  border-radius: 50px;
  font-family: "Manrope-Bold", sans-serif, serif;
  font-weight: 700;
  font-size: 14px;
}
html .page.invite .email-list .email-item button.checked svg, html .page.invite .email-list .email-item button.checked img {
  margin: auto;
}
html .page.invite .email-list .email-item button.checked svg path, html .page.invite .email-list .email-item button.checked svg rect, html .page.invite .email-list .email-item button.checked img path, html .page.invite .email-list .email-item button.checked img rect {
  fill: black;
}
html .page.invite .email-list .email-item.disabled button {
  background: #EFEFEF;
  color: #A1A1A1;
}
html .page.invite .add_new {
  display: flex;
  gap: 8px;
  font-family: "Manrope-Bold", sans-serif, serif;
  margin-top: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #040404;
  letter-spacing: 0;
}
html .page.invite .settings-list > .wrapper {
  margin-bottom: 8px;
}
html .page.invite .settings-list > .wrapper .settings-item-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
html .page.invite .settings-list > .wrapper .settings-item-name {
  font-family: "Manrope-SemiBold", sans-serif, serif;
  font-size: 16px;
  font-weight: 600;
  color: #040404;
  letter-spacing: 0;
}
html .page.invite .settings-list > .wrapper .settings-item-description {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #737373;
  letter-spacing: 0;
}
html .page.introduction {
  padding-bottom: 24px;
}
html .page.introduction .introduction-content {
  overflow: hidden;
}
html .page.introduction .introduction-content * {
  color: #FFFFFF;
  font-family: "Manrope" !important;
}
html .page.introduction .introduction-content h1, html .page.introduction .introduction-content h2, html .page.introduction .introduction-content h3, html .page.introduction .introduction-content h4, html .page.introduction .introduction-content h5, html .page.introduction .introduction-content h6 {
  color: #040404;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0;
  margin-bottom: 8px;
}
html .page.introduction .introduction-content h1 > *, html .page.introduction .introduction-content h2 > *, html .page.introduction .introduction-content h3 > *, html .page.introduction .introduction-content h4 > *, html .page.introduction .introduction-content h5 > *, html .page.introduction .introduction-content h6 > * {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  color: #040404;
  margin-bottom: 8px;
}
html .page.introduction .introduction-content h1:not(:first-child), html .page.introduction .introduction-content h2:not(:first-child), html .page.introduction .introduction-content h3:not(:first-child), html .page.introduction .introduction-content h4:not(:first-child), html .page.introduction .introduction-content h5:not(:first-child), html .page.introduction .introduction-content h6:not(:first-child) {
  margin-top: 16px;
}
html .page.introduction .introduction-content li {
  color: #171717;
}
html .page.introduction .introduction-content ul, html .page.introduction .introduction-content ol {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 30px;
}
html .page.introduction .introduction-content ol {
  list-style: decimal;
}
html .page.introduction .introduction-content ul {
  list-style: disc;
}
html .page.introduction .introduction-content p {
  font-family: "Manrope", sans-serif, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #171717;
  margin-bottom: 16px;
}
html .page.introduction .introduction-content p * {
  color: #171717;
}
html .page.introduction .introduction-content figure {
  margin-bottom: 16px;
}
html .page.introduction .introduction-content figure img {
  margin: auto;
  width: 100%;
}
html .page.introduction .introduction-content figure:last-child {
  margin-left: -20px;
  margin-right: -20px;
}
html .page.introduction .continue {
  border-radius: 50px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Manrope-SemiBold", sans-serif, serif;
  color: #040404;
}
html .page.video .video-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
html .page.video .video-overlay-play {
  max-width: 350px;
}
html .page.video #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  left: 0;
  margin: auto;
  max-height: 100%;
}
html .page.video .video-buttons {
  transition: 0.4s ease all;
  display: flex;
  position: absolute;
  bottom: 40px;
  height: 24px;
  left: 0;
  right: 0;
}
html .page.video .video-buttons.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
html .page.video .video-buttons #myBtn, html .page.video .video-buttons #reloadVideo {
  display: flex;
  gap: 5px;
  color: white;
  position: absolute;
}
html .page.video .video-buttons #myBtn {
  right: 15px;
}
@media screen and (orientation: landscape) {
  html .page.video #myBtn {
    bottom: 10px;
  }
}
html .page .block-heading {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #040404;
  margin-bottom: 12px;
  font-weight: 600;
}
html .page .nav {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 24px 0;
  border-radius: 24px 24px 0 0;
  z-index: 5;
  box-shadow: 0px -4px 40px 0px rgba(0, 0, 0, 0.0784313725);
}
html .page .nav.first-time .popup-error-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
html .page .nav.first-time .popup-error-wrapper .popup-error {
  height: unset;
  bottom: 110px;
  position: absolute;
  max-width: calc(100% - 10px);
  left: 0;
  right: 0;
  margin: auto;
}
html .page .nav.first-time .popup-error-wrapper .popup-error:before {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 10px 100%, 0 calc(100% - 10px), 0 0, 1px 1px, 1px calc(100% - 10px - 0.41px), 10.41px calc(100% - 1px), calc(100% - 1px) calc(100% - 1px), calc(100% - 1px) 30.41px, calc(100% - 30px - 0.41px) 1px, 1px 1px);
}
html .page .nav.first-time .popup-error-wrapper .popup-error > .cutted-filled {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}
html .page .nav.first-time .popup-error-wrapper .popup-error .right-corner {
  border-left: 3.5px solid #FFCC00;
  border-top: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-bottom: 3.5px solid #FFCC00;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .right-corner:before {
  content: "";
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  width: 500px;
  position: absolute;
  height: 71px;
  border-image: linear-gradient(11deg, rgba(255, 205, 0, 0.5), rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  bottom: -4px;
  left: -5px;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .left-corner {
  border-right: 3.5px solid #FFCC00;
  border-bottom: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
  border-top: 3.5px solid #FFCC00;
  position: absolute;
  top: 6.5px;
  right: 6.5px;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .left-corner:before {
  content: "";
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  width: 20px;
  position: absolute;
  height: 20px;
  border-image: linear-gradient(225deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
}
html .page .nav.first-time .popup-error-wrapper .popup-error .heading {
  color: #FFCC00;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .buttons {
  display: block;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .buttons button, html .page .nav.first-time .popup-error-wrapper .popup-error .buttons a {
  height: 51px;
  width: 100%;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .buttons button:first-child, html .page .nav.first-time .popup-error-wrapper .popup-error .buttons a:first-child {
  margin-bottom: 4px;
}
html .page .nav.first-time .popup-error-wrapper .popup-error .buttons button.decline, html .page .nav.first-time .popup-error-wrapper .popup-error .buttons a.decline {
  color: #979797;
}
html .page .nav.first-time ul li:nth-child(3) {
  width: unset;
  height: unset;
  pointer-events: none;
}
html .page .nav.first-time ul li:nth-child(3):after {
  content: none;
}
html .page .nav.first-time ul li:nth-child(3) a {
  color: #FFCC00;
}
html .page .nav.first-time ul li:nth-child(3) a svg path, html .page .nav.first-time ul li:nth-child(3) a svg rect {
  fill: #FFCC00;
}
html .page .nav ul {
  display: flex;
}
html .page .nav ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
}
html .page .nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #979797;
  font-weight: 500;
  font-size: 11px;
  font-family: Manrope-Medium, sans-serif;
}
html .page .nav ul li.active a {
  color: #040404;
  position: relative;
}
html .page .nav ul li.active a svg rect, html .page .nav ul li.active a svg path {
  fill: #040404;
}
html .page.final .heading-text .heading {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  color: #040404;
  margin-bottom: 0 !important;
  font-weight: 600;
  margin-top: 40px;
}
html .page.final .heading-text .heading-desc {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #040404;
}
html .page.final .buttons > a {
  border-radius: 50px;
}
html .swal2-container .bottom-popup {
  bottom: 30px;
}
html .swal2-container .bottom-popup.firstTime {
  bottom: 100px;
}
html .swal2-container .bottom-popup .swal2-html-container {
  overflow: inherit;
  margin: 0;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .right-corner {
  border-left: 3.5px solid #FFCC00;
  border-top: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-bottom: 3.5px solid #FFCC00;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .right-corner:before {
  content: "";
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  width: 500px;
  position: absolute;
  height: 71px;
  border-image: linear-gradient(11deg, rgba(255, 205, 0, 0.5), rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  bottom: -4px;
  left: -5px;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .left-corner {
  border-right: 3.5px solid #FFCC00;
  border-bottom: 3.5px solid transparent;
  border-left: 3.5px solid transparent;
  border-top: 3.5px solid #FFCC00;
  position: absolute;
  top: 6.5px;
  right: 6.5px;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .left-corner:before {
  content: "";
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  width: 20px;
  position: absolute;
  height: 20px;
  border-image: linear-gradient(225deg, #FFCC00, rgba(0, 0, 0, 0) 50%) 1 1 1 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons {
  display: block;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons button, html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons a {
  height: 51px;
  width: 100%;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons button:first-child, html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons a:first-child {
  margin-bottom: 12px;
}
html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons button.decline, html .swal2-container .bottom-popup .swal2-html-container .popup-error .buttons a.decline {
  color: #040404;
}

.heading-wrapper {
  background-color: #ffffff;
  padding: 40px 12px 0 12px;
  margin-bottom: 24px;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.08);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.page.login {
  padding: 0;
}

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

.light-input {
  border: none;
  border-radius: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: Manrope, sans-serif;
  padding: 15px;
}
.light-input::placeholder {
  color: #A1A1A1;
}

.heading-desc {
  font-family: Manrope, "sans-serif";
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #737373;
}

@media (max-width: 768px) {
  .page.highscores .highscores-item .item-info .team-info-text .email, .page.dashboard .highscores-item .item-info .team-info-text .email, .page.highscore .highscores-item .item-info .team-info-text .email, .page.room .teammate-list .highscores-item .item-info .team-info-text .email, .page.result .highscores-list .highscores-item .item-info .team-info-text .email {
    max-width: 600px;
  }
}

/*# sourceMappingURL=player.css.map */
