.Background_backgroundWrapper__9f2Q4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  z-index: -1;
  overflow: hidden;
}
.Background_background__CX_yy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50vh + 60px);
  margin-top: calc(50vh - 60px);
  z-index: -1;
}
.EidonOrb_eidon__4JtJZ {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 -1px 12px 2px hsla(0, 0%, 100%, 0.75),
    0 0 44px 3px hsla(0, 0%, 100%, 0.74);
  transition: transform 0.3s ease-in-out;
}
.EidonOrb_eidon__4JtJZ:active {
  transform: scale(0.95);
}
.EidonOrb_baseLayer__MKLz5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #fff, hsla(0, 0%, 100%, 0.53));
}
.EidonOrb_blackLayer__q8Tj9 {
  background-color: #1e1e1e;
}
.EidonOrb_blackLayer__q8Tj9,
.EidonOrb_stageLayer__s6Rmk {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.EidonOrb_stageLayer__s6Rmk {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 37px;
  user-select: none;
}
.EidonOrb_stageLayer__s6Rmk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.EidonOrb_lensLayer__y_Mnw {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.EidonOrb_eidon__4JtJZ.EidonOrb_highlight__4uff5 {
  transform: scale(1.44);
}
.Message_message__gBmCj {
  position: relative;
  min-width: 64px;
  min-height: 48px;
  padding: 10px 24px;
  margin: 0 16px 40px;
  border-radius: 32px;
  background-color: rgba(0, 0, 0, 0.34);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  user-select: none;
  color: #fff;
  font-family: var(--font-heading);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.84px;
}
.Message_message__gBmCj:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-right: 17px solid transparent;
  border-top: 17px solid rgba(0, 0, 0, 0.34);
}
.RippleEffect_rippleContainer__rs_9p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.RippleEffect_ripple__kmoes {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(160, 54, 90, 0) 67.5%,
    rgba(142, 71, 95, 0.3) 100%
  );
  box-shadow: 0 0 12px 0 hsla(0, 0%, 100%, 0.29);
}
.RippleEffect_circle__JlTYn {
  border-radius: 50%;
  animation: RippleEffect_ripple-circle__ICivA 20s
      cubic-bezier(0.1, 0.1, 0.7, 1) forwards,
    RippleEffect_fade__VtGWq 20s cubic-bezier(0.1, 0.1, 0.7, 1) forwards;
}
.RippleEffect_oval__okDIs {
  transform: translate(-50%, -50%) rotate(30deg);
}
.RippleEffect_oval_2___qs7z,
.RippleEffect_oval__okDIs {
  border-radius: 50%;
  animation: RippleEffect_ripple__kmoes 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s
      forwards,
    RippleEffect_stretch__1eK_i 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s forwards,
    RippleEffect_fade__VtGWq 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s forwards;
}
.RippleEffect_oval_2___qs7z {
  transform: translate(-50%, -50%) rotate(240deg);
}
.RippleEffect_oval_3__N6ouf {
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  animation: RippleEffect_ripple__kmoes 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s
      forwards,
    RippleEffect_stretch__1eK_i 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s forwards,
    RippleEffect_fade__VtGWq 25s cubic-bezier(0.1, 0.1, 0.7, 1) 0.3s forwards;
}
@keyframes RippleEffect_ripple__kmoes {
  0% {
    width: 50px;
    height: 100px;
  }
  to {
    width: 300vh;
    height: 600vh;
  }
}
@keyframes RippleEffect_ripple-circle__ICivA {
  0% {
    width: 50px;
    height: 50px;
  }
  to {
    width: 300vh;
    height: 300vh;
  }
}
@keyframes RippleEffect_fade__VtGWq {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes RippleEffect_stretch__1eK_i {
  to {
    transform: translate(-50%, -50%) rotate(30deg) scaleX(1);
  }
}
.splash_container__TWg3d {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.splash_logoWrapper__c1TVz {
  position: absolute;
  top: 61px;
  margin-bottom: 20px;
}
.splash_messageWrapper__rBfw4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.splash_message__bdRkj {
  position: absolute;
  bottom: 110px;
}
.splash_buttonWrapper__mE5n_ {
  display: flex;
  position: absolute;
  bottom: 48px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 0 16px;
}
.splash_buttonWrapper__mE5n_ .splash_button__Hc1Tf {
  width: 360px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.splash_capturedImageWrapper__JDN1F {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.splash_pointsArrow__uSfmu {
  position: absolute;
  bottom: -80px;
  left: calc(50% + 60px);
}
.splash_spacer__Q9P1G {
  height: 48px;
  width: 100%;
}
.splash_demo__vSnPt {
  position: fixed;
  width: 50%;
  height: 50vh;
  bottom: 0;
  left: 0;
}
.splash_demo__vSnPt img {
  width: 100%;
  height: 100%;
}
.notFoundPage_notFoundWrapper__YDcw5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  user-select: none;
}
.notFoundPage_fourDigit__9dRxW {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0.5rem;
}
.button_button__aGTEn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 48px;
  padding: 0 16px;
  transition: all 0.1s ease;
  cursor: pointer;
  outline: none;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  user-select: none;
  text-decoration: none;
}
.button_button__aGTEn svg {
  margin: 0 8px;
  vertical-align: -0.25em;
}
.button_button__aGTEn:active {
  opacity: 1;
  color: inherit;
}
.button_button__aGTEn.button_default__LElsN {
  background: linear-gradient(
    to right,
    rgba(var(--brand-rgb), 1) 0,
    rgba(var(--brand-sub-rgb), 1) 100%
  );
  color: #fff;
  border: none;
}
.button_button__aGTEn.button_default__LElsN:hover {
  background: linear-gradient(
    to right,
    rgba(var(--brand-rgb), 0.8) 0,
    rgba(var(--brand-sub-rgb), 0.8) 100%
  );
}
.button_button__aGTEn.button_default__LElsN:active {
  color: rgb(var(--brand-rgb));
  background: rgb(var(--foreground-rgb));
}
.button_button__aGTEn.button_default__LElsN:focus {
  border-style: solid;
  border: 1px dashed rgb(var(--foreground-rgb));
}
.button_button__aGTEn [data-theme="light"].button_default__LElsN:active {
  color: #fff;
}
.button_button__aGTEn.button_outlined__tYNs4 {
  background: transparent;
  border: 1px solid var(--button-border-color);
  color: rgb(var(--foreground-rgb));
}
.button_button__aGTEn.button_outlined__tYNs4:hover {
  color: rgb(var(--foreground-rgb));
  background: rgba(var(--foreground-rgb), 0.1);
}
.button_button__aGTEn.button_outlined__tYNs4:active {
  color: rgb(var(--background-rgb));
  background: rgb(var(--foreground-rgb));
  border: 1px solid rgba(var(--foreground-rgb), 0.8) !important;
}
.button_button__aGTEn.button_outlined__tYNs4:focus-within {
  border-style: solid;
  border: 1px dashed rgb(var(--brand-rgb));
}
.button_button__aGTEn.button_ghost__kJXgn {
  background: transparent;
  border: none;
  color: rgb(var(--foreground-rgb));
}
.button_button__aGTEn.button_ghost__kJXgn:hover {
  color: rgb(var(--foreground-rgb));
  background: rgba(var(--foreground-rgb), 0.1);
}
.button_button__aGTEn.button_ghost__kJXgn:active {
  color: rgb(var(--background-rgb));
  background: rgb(var(--foreground-rgb));
  border: none;
}
.button_button__aGTEn.button_ghost__kJXgn:focus-within {
  outline: 1px dashed rgb(var(--brand-rgb));
}
.button_button__aGTEn.button_disabled__RWMjW {
  cursor: default;
}
.button_button__aGTEn.button_disabled__RWMjW,
.button_button__aGTEn.button_disabled__RWMjW:hover {
  background: hsla(0, 0%, 67%, 0.32);
  color: hsla(0, 0%, 100%, 0.32);
  border-color: transparent;
}
.button_button__aGTEn.button_disabled__RWMjW:active {
  background: hsla(0, 0%, 67%, 0.32);
  color: hsla(0, 0%, 100%, 0.32);
  border-color: transparent !important;
}
.button_button__aGTEn.button_selected__NUwQB,
.button_button__aGTEn.button_selected__NUwQB:active,
.button_button__aGTEn.button_selected__NUwQB:hover {
  color: rgb(var(--background-rgb));
  background: rgb(var(--foreground-rgb));
  border: 1px solid rgba(var(--foreground-rgb), 0.8) !important;
}
.button_button__aGTEn.button_selected__NUwQB:focus-within {
  color: rgb(var(--background-rgb));
  background: rgb(var(--foreground-rgb));
  border: 1px solid rgba(var(--foreground-rgb), 0.8) !important;
}
.copyButton_copyButton__rA4kl {
  background: transparent;
  border: 1px solid var(--button-border-color);
  border-radius: 32px;
  padding: 0;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 36px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyButton_copyButton__rA4kl:hover {
  background: hsla(0, 0%, 100%, 0.1);
}
.copyButton_copyButton__rA4kl:active {
  background: rgb(var(--foreground-rgb));
  color: rgb(var(--background-rgb));
}
.pasteButton_pasteButton__hSVkf {
  background: transparent;
  border: 1px solid var(--button-border-color);
  border-radius: 32px;
  padding: 0;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 36px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pasteButton_pasteButton__hSVkf:hover {
  background: hsla(0, 0%, 100%, 0.1);
}
.pasteButton_pasteButton__hSVkf:active {
  background: rgb(var(--foreground-rgb));
  color: rgb(var(--background-rgb));
}
@keyframes menu_slideInFromBottom__sibP2 {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  80% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes menu_slideOutToBottom__adaFN {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}
.menu_menuBar__ZzrTU {
  display: none;
  position: fixed;
  height: auto;
  width: 100%;
  bottom: -10px;
  min-height: 68px;
  z-index: 100;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  background: rgba(var(--menubar-background-rgb), 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 767px) {
  .menu_menuBar__ZzrTU {
    display: flex;
  }
}
.menu_menuBar__ZzrTU.menu_slideIn__rdGQH {
  animation: menu_slideInFromBottom__sibP2 0.6s ease-out forwards;
}
.menu_menuBar__ZzrTU.menu_slideOut___36gs {
  animation: menu_slideOutToBottom__adaFN 0.3s ease-in forwards;
}
.menu_menuBar__ZzrTU .menu_buttons__a_yyg {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 10px 16px 20px;
  text-align: center;
  gap: 4px;
}
@media (max-width: 392px) {
  .menu_menuBar__ZzrTU .menu_buttons__a_yyg {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.menu_mobileMenu__8V1LT {
  position: relative;
}
.menu_mobileMenu__8V1LT .menu_button__d47yi {
  position: relative;
  padding: 0;
  width: 68px;
  max-width: 68px;
  border: 1px solid transparent;
  background-origin: border-box !important;
  margin: 0 2px;
}
.menu_mobileMenu__8V1LT .menu_button__d47yi svg {
  transition: transform 0.3s ease, font-size 0.1s ease;
  font-size: 20px;
}
.menu_mobileMenu__8V1LT .menu_button__d47yi.menu_active__Wllj1 {
  background: rgb(var(--foreground-rgb)) !important;
  color: rgb(var(--background-rgb)) !important;
}
.menu_mobileMenu__8V1LT .menu_button__d47yi.menu_uploadOpen__lvuEB svg {
  transform: rotate(45deg);
  font-size: 26px;
}
@media (max-width: 408px) {
  .menu_mobileMenu__8V1LT .menu_button__d47yi {
    flex: 1;
  }
}
.menu_mobileMenu__8V1LT .menu_chatButton__oJVEK:active svg {
  opacity: 0.7;
}
.menu_demo__F8iHA {
  bottom: 68px !important;
}
.input_inputWrapper__4lD13 {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 22px;
  width: 360px;
  max-width: 100%;
}
.input_label__ysdfh {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
}
.input_input__OMcN_ {
  width: 100%;
  padding: 12px 16px;
  transition: border 0.3s ease;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border: 1px solid var(--button-border-color);
  border-radius: 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.input_input__OMcN_::placeholder {
  color: #949494;
}
.input_input__OMcN_:focus {
  outline: none;
  border-color: rgba(var(--brand-rgb), 0.74);
}
.input_input__OMcN_:disabled {
  background: rgba(0, 0, 0, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
  cursor: not-allowed;
}
.input_input__OMcN_.input_withSearchIcon__x0PJn {
  padding-left: 52px;
}
.input_input__OMcN_.input_withClearButton__WcyBf {
  padding-right: 42px;
}
.input_input__OMcN_.input_withCopyButton__v565t,
.input_input__OMcN_.input_withPasteButton__yyD4R {
  padding-right: 64px;
}
[data-theme="light"] .input_input__OMcN_ {
  background-color: hsla(0, 0%, 100%, 0.7);
}
[data-theme="light"] .input_input__OMcN_:disabled {
  background: rgba(0, 0, 0, 0.3);
  color: hsla(0, 0%, 100%, 0.5);
  border-color: transparent;
}
.input_textarea__yrcA5 {
  height: 48px;
  min-height: 48px;
  max-height: calc(100vh - 16px);
  resize: none;
}
.input_searchIconWrapper__PiVWI {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.input_searchIconWrapper__PiVWI:active {
  transform: translateY(-47%);
}
.input_searchIcon__Ge5P0 {
  display: block;
  width: 21px;
  height: 21px;
  color: rgb(var(--foreground-rgb));
  cursor: pointer;
}
.input_clearIconWrapper__sdxLK {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.input_clearIconWrapper__sdxLK:active {
  transform: translateY(-47%);
}
.input_clearIcon__1Svyp {
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.input_copyIconWrapper__3oy5Y {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.input_copyIconWrapper__3oy5Y:active {
  transform: translateY(-47%);
}
.input_pasteIconWrapper__xpked {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.installModal_installModal__0c4Jf {
  width: 377px;
  max-width: 100%;
}
.installModal_installModal__0c4Jf h2 {
  text-align: center;
}
.installModal_installModal__0c4Jf p {
  text-align: center;
  margin-bottom: 16px;
}
.installModal_installModal__0c4Jf b {
  font-weight: 700;
}
.installModal_installModal__0c4Jf .installModal_appIconContainer__SvLCf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(var(--background-end-rgb), 0.4);
}
.installModal_installModal__0c4Jf .installModal_appIconContainer__SvLCf img {
  width: 75px;
  height: 75px;
}
.installModal_installModal__0c4Jf .installModal_title__5K3BG {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}
.installModal_installModal__0c4Jf .installModal_icon__ENKQv {
  font-size: 1.2em;
  vertical-align: middle;
}
.installModal_installModal__0c4Jf .installModal_tokenContainer__2giUW div {
  margin-bottom: 0;
}
.installModal_installModal__0c4Jf
  .installModal_tokenContainer__2giUW
  .installModal_tokenInputContainer__Ujg3x {
  margin: 0 auto;
  max-width: 160px;
}
.installModal_installModal__0c4Jf
  .installModal_tokenContainer__2giUW
  .installModal_tokenInputContainer__Ujg3x
  .installModal_tokenInput__XmqXY {
  background: rgba(var(--foreground-rgb), 0.1);
}
.installModal_installModal__0c4Jf .installModal_installButtonContainer__NiIZy {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.recaptcha_container__DB2l4 {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .recaptcha_modalContainer__3IQIm {
    width: 100%;
    margin: 0;
  }
}
.radio_radio__zel3A {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 0;
}
.radio_radio__zel3A .radio_radioInput__5W0nO {
  display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio_radio__zel3A .radio_radioControl__gM1xj {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid var(--button-border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio_radio__zel3A
  .radio_radioInput__5W0nO:checked
  ~ .radio_radioControl__gM1xj {
  background-color: rgb(var(--brand-rgb));
  border: 1px solid rgb(var(--brand-rgb));
}
.radio_radio__zel3A
  .radio_radioInput__5W0nO:checked
  ~ .radio_radioControl__gM1xj:after {
  display: block;
}
.radio_radio__zel3A .radio_checkIcon__LhDZG {
  width: 12px;
  height: 12px;
  color: #fff;
}
.radio_radio__zel3A .radio_radioLabel__S1kmd {
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
}
.radio_radio__zel3A.radio_md__VTT2U .radio_radioControl__gM1xj {
  width: 48px;
  height: 48px;
}
.radio_radio__zel3A.radio_md__VTT2U .radio_checkIcon__LhDZG {
  width: 16px;
  height: 16px;
}
.empty_empty__BZEsK {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100%;
  min-height: 160px;
  width: auto;
}
.empty_empty__BZEsK .empty_title__qqn_i {
  width: 100%;
  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 12px;
  text-align: left;
}
.empty_empty__BZEsK .empty_subtitle__sIYZ5 {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: left;
  user-select: none;
}
.empty_empty__BZEsK .empty_icon__Kqpcf {
  font-size: 48px;
  color: rgba(var(--background-end-rgb), 0.5);
}
.empty_empty__BZEsK .empty_text__P26i4 {
  color: rgba(var(--foreground-rgb), 0.5);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.empty_empty__BZEsK .empty_button__fjkrF {
  margin-top: 20px;
  width: 100%;
  max-width: 360px;
}
.themeToggle_themeToggle__NnEl9 {
  margin-bottom: 20px;
}
.themeToggle_radioGroup__0BW9h {
  display: flex;
  flex-direction: column;
}
.themeToggle_themeToggleSwitch__5XGu6 {
  padding: 0;
}
.themeToggle_themeToggleSwitch__5XGu6 .themeToggle_toggleTrack__csm63 {
  position: relative;
  display: flex;
  background: rgba(var(--foreground-rgb), 0.1);
  border: 1px solid var(--button-border-color);
  border-radius: 24px;
  padding: 2px;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.themeToggle_themeToggleSwitch__5XGu6 .themeToggle_toggleButton__GXb3K {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 100%;
  border: none;
  background: none;
  border-radius: 40px;
  cursor: pointer;
  color: rgb(var(--foreground-rgb));
  transition: color 0.1s ease;
}
.themeToggle_themeToggleSwitch__5XGu6
  .themeToggle_toggleButton__GXb3K.themeToggle_active__toVo0 {
  color: rgb(var(--background-rgb));
}
.themeToggle_themeToggleSwitch__5XGu6 .themeToggle_slider__Krexd {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background: rgba(var(--brand-rgb), 0.8);
  transition: left 0.2s ease;
}
.themeToggle_themeToggleSwitch__5XGu6
  .themeToggle_slider__Krexd[data-position="system"] {
  left: 33.33%;
}
.themeToggle_themeToggleSwitch__5XGu6
  .themeToggle_slider__Krexd[data-position="dark"] {
  left: 66.66%;
}
.header_header__kVE9_ {
  padding: calc(16px + env(safe-area-inset-top)) 16px 16px;
}
.header_header__kVE9_,
.header_header__kVE9_ .header_headerContent__M6T_c {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
.header_header__kVE9_ .header_headerContent__M6T_c {
  min-height: 48px;
}
.header_header__kVE9_ .header_backButton__R0kzq {
  position: absolute;
  left: 0;
  padding: 5px;
  cursor: pointer;
}
.header_header__kVE9_ .header_backButtonIcon__94VHY {
  font-size: 20px;
}
.header_header__kVE9_ .header_title__rSL22 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  font-family: var(--font-heading);
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -1.14px;
  user-select: none;
}
.header_header__kVE9_ .header_headOptions__TxqnW {
  display: flex;
  position: absolute;
  height: 100%;
  width: auto;
  right: 0;
  top: 0;
  padding: 0;
  gap: 8px;
}
.heading_heading__P9x3H {
  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-top: 24px;
}
.invitePointsInfo_pointsInfo__GOc9L {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.invitePointsInfo_pointsTotal__ORHbM {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.userMenu_userMenu__SPmMD {
  display: flex;
  position: absolute;
  right: 18px;
  top: 18px;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .userMenu_userMenu__SPmMD {
    top: 12px;
  }
}
.userMenu_userMenu__SPmMD .userMenu_menuButton__mnvoM {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 6px solid transparent;
  transition: border 0.3s ease;
}
.userMenu_userMenu__SPmMD .userMenu_menuButton__mnvoM:hover {
  border-color: hsla(0, 0%, 100%, 0.1);
}
.userMenu_userMenu__SPmMD .userMenu_menuButton__mnvoM.userMenu_open__UGohX {
  border-color: hsla(0, 0%, 100%, 0.333);
}
.userMenu_userMenu__SPmMD
  .userMenu_menuButton__mnvoM
  .userMenu_userLevel__NCYVZ {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 17px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 300px) {
  .userMenu_userMenu__SPmMD .userMenu_menuButton__mnvoM {
    width: 64px;
    height: 64px;
  }
  .userMenu_userMenu__SPmMD
    .userMenu_menuButton__mnvoM
    .userMenu_userLevel__NCYVZ {
    right: -12px;
    top: -12px;
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.userMenu_userMenu__SPmMD.userMenu_small__oGEw4 {
  right: 0;
  top: -8px;
}
.userMenu_userMenu__SPmMD.userMenu_small__oGEw4 .userMenu_menuButton__mnvoM {
  width: 64px;
  height: 64px;
}
.userMenu_userMenu__SPmMD.userMenu_small__oGEw4 .userMenu_userLevel__NCYVZ {
  right: -12px;
  top: -12px;
  width: 32px;
  height: 32px;
  font-size: 20px;
}
.userMenu_userMenu__SPmMD .userMenu_divider__ZJ9Dg {
  width: 100%;
  margin: 0;
}
.userMenu_userMenu__SPmMD .userMenu_avatar__1jNt1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 40px;
  color: #28272d;
  overflow: hidden;
}
.userMenu_userMenu__SPmMD .userMenu_avatar__1jNt1.userMenu_none__ehTtS {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.userMenu_userMenu__SPmMD .userMenu_avatar__1jNt1 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.userMenu_userMenu__SPmMD .userMenu_menu__vTH_E {
  position: absolute;
  top: calc(100% + 12px);
  right: -8px;
  cursor: default;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  background: rgba(var(--popup-background-rgb), 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 15px 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.userMenu_userMenu__SPmMD .userMenu_menu__vTH_E .userMenu_menuItem__jZDdq {
  height: auto;
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 22px;
  gap: 8px;
  text-decoration: none;
  user-select: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.userMenu_userMenu__SPmMD
  .userMenu_menu__vTH_E
  .userMenu_menuItem__jZDdq:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: inherit;
}
.userMenu_userMenu__SPmMD
  .userMenu_menu__vTH_E
  .userMenu_menuItem__jZDdq:active {
  background-color: #fff;
  color: #000;
}
.userMenu_userMenu__SPmMD
  .userMenu_menu__vTH_E
  .userMenu_menuItem__jZDdq:focus-within {
  outline: 1px dashed #fff;
}
.userMenu_userMenu__SPmMD .userMenu_menu__vTH_E .userMenu_menuItem__jZDdq svg {
  margin: 0;
}
@media (min-width: 768px) {
  .userMenu_userMenu__SPmMD .userMenu_menu__vTH_E .userMenu_mobileOnly__Vgsv1,
  .userMenu_userMenu__SPmMD .userMenu_mobileOnly__Vgsv1 {
    display: none;
  }
}
.userMenu_social__pILjN {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 10px 16px;
}
.Link_link__5rg22 {
  color: rgb(var(--link-rgb));
  text-decoration: underline;
}
.Link_link__5rg22:hover {
  color: rgba(var(--link-rgb), 0.7);
}
.Link_link__5rg22 .Link_target__mD0eX {
  margin-left: 4px;
  margin-bottom: -2px;
}
.Link_link__5rg22:active {
  color: inherit;
}
.Link_link__5rg22.Link_disabled__qFFjb {
  color: #484848;
  text-decoration: none;
  pointer-events: none;
}
.tosModal_modal__3E9zz {
  width: 377px;
  max-width: 100%;
  text-align: left;
}
.tosModal_modal__3E9zz h2 {
  text-align: center;
}
.tosModal_modal__3E9zz p {
  margin-bottom: 16px;
}
.tosModal_modal__3E9zz b {
  font-weight: 700;
}
.tosModal_modal__3E9zz .tosModal_appIconContainer__KWUgi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(var(--background-end-rgb), 0.4);
  font-size: 50px;
}
.tosModal_modal__3E9zz .tosModal_title__GMsQ8 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 16px;
}
.tosModal_modal__3E9zz .tosModal_icon__e9hmc {
  font-size: 1.2em;
  vertical-align: middle;
}
.notificationButton_notificationButton__wRbie {
  position: relative;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--foreground-rgb));
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.notificationButton_notificationButton__wRbie
  .notificationButton_button__ul0TO {
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  background-origin: border-box !important;
  margin: 0 2px;
}
.notificationButton_notificationButton__wRbie
  .notificationButton_button__ul0TO
  svg {
  transition: transform 0.3s ease, font-size 0.1s ease;
  font-size: 20px;
  margin: 0;
}
.notificationButton_notificationButton__wRbie
  .notificationButton_button__ul0TO.notificationButton_active__rBnXM {
  background: rgb(var(--foreground-rgb));
  color: rgb(var(--background-rgb));
}
.notificationButton_badge__VYnJu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--video-capture-color);
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agents_page__qtCDV {
  display: block;
}
.agents_pageBody__8k_e1 {
  padding: 0 16px 128px;
}
.agents_pageBody__8k_e1 .agents_heading__gt2Zb {
  line-height: 48px;
  max-width: 650px;
}
.agents_pageBody__8k_e1 .agents_agents__vjUxL {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.agents_pageBody__8k_e1 .agents_conversations__W62Cu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.agents_pageBody__8k_e1
  .agents_conversations__W62Cu
  .agents_conversation__xrpM9 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 48px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.agents_pageBody__8k_e1
  .agents_conversations__W62Cu
  .agents_conversation__xrpM9
  .agents_conversationHeader__R_vgR {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  flex: 1;
}
.agents_pageBody__8k_e1
  .agents_conversations__W62Cu
  .agents_conversation__xrpM9
  .agents_conversationContent__HDq9j {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.notifications_page__3_XCL {
  display: block;
}
.notifications_pageBody__fYPgy {
  padding: 0 16px 128px;
}
.notifications_notificationList__Hwz_o {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
}
.notifications_notificationItem__SIgxa {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  padding: 16px;
  background: rgb(var(--card-background-rgb));
  border-radius: 32px;
  font-size: 16px;
  gap: 4px;
  text-decoration: none;
  user-select: none;
  color: rgb(var(--foreground-rgb));
  border: 1px solid rgba(var(--foreground-rgb), 0.2);
  max-width: 650px;
  position: relative;
}
.notifications_notificationItem__SIgxa.notifications_unread__UY2JL {
  opacity: 1;
}
.notifications_notificationItem__SIgxa.notifications_unread__UY2JL
  .notifications_iconColumn__yES2J:before {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 8px;
  height: 8px;
  background-color: #ff3b30;
  border-radius: 50%;
}
.notifications_notificationItem__SIgxa:not(.notifications_unread__UY2JL) {
  opacity: 0.8;
}
.notifications_iconColumn__yES2J {
  position: relative;
  flex-shrink: 0;
  margin-right: 1rem;
}
.notifications_contentColumn__fEEh7 {
  flex-grow: 1;
}
.notifications_title__II9xF {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.notifications_message__EWXv7 {
  color: rgb(var(--foreground-rgb));
  font-weight: 300;
  margin-bottom: 0.25rem;
}
.notifications_details__bxa9p {
  margin-bottom: 0.25rem;
}
.notifications_timestamp__uo1Vc {
  font-size: 0.8rem;
  color: rgba(var(--foreground-rgb), 0.5);
}
.notifications_avatar__U6qv3 {
  border-radius: 50%;
}
.notifications_message__EWXv7 {
  padding-right: 16px;
}
.notifications_timestamp__uo1Vc {
  font-size: 0.9em;
  color: rgba(var(--foreground-rgb), 0.38) !important;
  text-decoration: none;
}
.notifications_noNotifications__0N9JW {
  text-align: center;
  padding: 20px;
  color: #666;
}
[data-theme="light"] .notifications_notificationItem__SIgxa {
  box-shadow: 0 0 10px rgba(var(--background-end-rgb), 0.5);
}
.message_message__WGfzt {
  position: fixed;
  bottom: calc(78px + env(safe-area-inset-bottom));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 16px;
  border-radius: 32px;
  transition: all 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: max-content;
  max-width: calc(100% - 32px);
  min-height: 64px;
}
.message_message__WGfzt a {
  color: rgb(var(--light-link-rgb));
}
.message_message__WGfzt a:hover {
  color: rgba(var(--light-link-rgb), 0.7);
}
.message_iconWrapper____zEy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 18px;
}
.message_iconWrapper____zEy .message_icon__Maq7h {
  width: 28px;
  height: 28px;
}
.message_success__S5QM3 {
  background: radial-gradient(
    circle,
    #69cf33 50%,
    rgba(105, 207, 51, 0.67) 100%
  );
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: #fff;
}
.message_success__S5QM3 .message_icon__Maq7h {
  color: #69cf33 !important;
}
.message_error__jPFcf {
  background: radial-gradient(
    circle,
    #dc2626 50%,
    rgba(220, 38, 38, 0.67) 100%
  );
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: #fff;
}
.message_error__jPFcf .message_icon__Maq7h {
  color: #dc2626 !important;
}
.message_info__NTL7K {
  background: radial-gradient(circle, rgba(255, 187, 0, 0.78) 50%, #fb0 100%);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  color: #fff;
}
.message_info__NTL7K .message_icon__Maq7h {
  color: #ffb703 !important;
}
[data-theme="light"] .message_success__S5QM3 {
  background: radial-gradient(
    circle,
    rgba(105, 207, 51, 0.67) 50%,
    #69cf33 100%
  );
}
[data-theme="light"] .message_error__jPFcf {
  background: radial-gradient(
    circle,
    rgba(220, 38, 38, 0.67) 50%,
    #dc2626 100%
  );
}
[data-theme="light"] .message_info__NTL7K {
  background: radial-gradient(circle, rgba(255, 187, 0, 0.78) 50%, #fb0 100%);
}
.message_content__nk9Md {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 48px;
  padding-right: 48px;
  user-select: none;
}
.message_closeButton__bfFXD {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}
.message_closeButton__bfFXD:hover {
  opacity: 1;
}
.message_closeIcon__nuKg1 {
  width: 16px;
  height: 16px;
}
.warningModal_blockedModal__CK42j {
  width: 377px;
  max-width: 100%;
}
.warningModal_blockedModal__CK42j h2 {
  text-align: center;
}
.warningModal_blockedModal__CK42j p {
  margin-bottom: 16px;
}
.warningModal_blockedModal__CK42j b {
  font-weight: 700;
}
.warningModal_blockedModal__CK42j .warningModal_appIconContainer__NCc7X {
  display: flex;
  justify-content: center;
  align-items: center;
}
.warningModal_blockedModal__CK42j .warningModal_appIconContainer__NCc7X img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
@keyframes uploadStatus_slideInFromTop__iZA0q {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes uploadStatus_slideOutToTop__JiJsU {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.uploadStatus_uploadStatus__oNEco {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  min-height: 8px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  background: rgba(var(--popup-background-rgb), 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(-100%);
  opacity: 0;
  transition: height 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.uploadStatus_uploadStatus__oNEco.uploadStatus_expanded__qmTok {
  border-radius: 0 0 32px 32px;
}
.uploadStatus_uploadStatus__oNEco.uploadStatus_slideIn__yy918 {
  animation: uploadStatus_slideInFromTop__iZA0q 0.5s ease-out forwards;
}
.uploadStatus_uploadStatus__oNEco.uploadStatus_slideOut__zEqoe {
  animation: uploadStatus_slideOutToTop__JiJsU 0.5s ease-in forwards;
}
.uploadStatus_uploadStatus__oNEco .uploadStatus_progressBar__taHak {
  height: 8px;
  background-color: #ea3370;
  transition: width 0.3s ease-in-out;
  padding-top: calc(env(safe-area-inset-top) * 1.1);
}
.uploadStatus_uploadStatus__oNEco .uploadStatus_details__a3BGU {
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px;
  height: 0;
  overflow: hidden;
  transition: padding 0.3s ease-in-out, height 0.3s ease-in-out;
}
.uploadStatus_uploadStatus__oNEco.uploadStatus_expanded__qmTok
  .uploadStatus_details__a3BGU {
  padding: 4px 16px;
  height: 64px;
}
.uploadStatus_uploadStatus__oNEco .uploadStatus_errorSection__c0nLS {
  line-height: 48px;
}
.uploadStatus_uploadStatus__oNEco
  .uploadStatus_errorSection__c0nLS
  .uploadStatus_errorText__0bdtf {
  color: red;
}
.uploadStatus_uploadStatus__oNEco .uploadStatus_cancelButton__WmDx4,
.uploadStatus_uploadStatus__oNEco .uploadStatus_retryButton__E_qun {
  float: right;
}
.uploadStatus_uploadStatus__oNEco .uploadStatus_retryButton__E_qun {
  margin-left: 10px;
}
.layout_main___7BJN {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-left: var(--desktop-menu-width);
}
@media (max-width: 767px) {
  .layout_main___7BJN {
    flex-direction: column;
    padding-left: 0;
  }
}
.styles_demoMenu__sPdMS {
  display: flex;
  position: fixed;
  bottom: -10px;
  right: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: calc(100vw - var(--desktop-menu-width));
  padding: 10px 16px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.125);
  background: rgba(var(--menubar-background-rgb), 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 999;
}
@media (max-width: 767px) {
  .styles_demoMenu__sPdMS {
    left: 0;
    width: 100%;
  }
}
.styles_button__Ru_PV {
  min-width: 100px !important;
}
.labelling-content_page__KJJ5B {
  padding-bottom: 128px;
}
.labelling-content_container__qdAgI {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  width: 100%;
  overflow-x: hidden;
}
.labelling-content_metadataPreviewContainer__HuUJ0 {
  position: relative;
  width: 70%;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_aligned__4cjvH,
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_notAligned__h0pC_ {
  border: 1px solid var(--button-border-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_notAligned__h0pC_ {
  left: -45px;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_aligned__4cjvH {
  right: -45px;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_swipeConfirm__IYCzI {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  background-color: rgb(var(--foreground-rgb));
  padding: 25px;
  border-radius: 50%;
  color: red;
  opacity: 0;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_visible__AiXYn {
  opacity: 1;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_metadataPreviewContainer2__jPPIM {
  background-color: rgb(var(--card-background-rgb));
  border-radius: 32px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_metadataPreview__CxqQ7 {
  width: 100%;
  height: 300px;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_metadataPreviewFull__YcT_p {
  height: 100%;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_metadataDesc__0u2ow {
  padding: 8px 16px;
  font-size: 13px;
}
.labelling-content_metadataPreviewContainer__HuUJ0
  .labelling-content_metadataInfo__5gcG3 {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .labelling-content_metadataPreviewContainer__HuUJ0 {
    width: 100%;
  }
}
.labelling-content_buttons__fH5_0 {
  margin-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 768px) {
  .labelling-content_buttons__fH5_0 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "top-left top-right" "bottom-left bottom-right";
  }
  .labelling-content_buttons__fH5_0
    .labelling-content_button__hKHct:nth-child(2) {
    grid-area: top-left;
  }
  .labelling-content_buttons__fH5_0
    .labelling-content_button__hKHct:nth-child(3) {
    grid-area: top-right;
  }
}
.labelling-content_button__hKHct {
  min-width: 120px;
}
.labelling-content_submitContainer__AX_06 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.labelling-content_submitContainer__AX_06
  .labelling-content_submitButton__OfpSq {
  flex: 1;
}
.labelling-content_divider__STYbZ {
  width: 100%;
  margin: 20px 0;
}
.labelling-content_toggle__KJ91R label {
  flex-direction: column-reverse;
  height: auto;
  width: 80px;
  text-align: center;
}
.labelling-content_toggle__KJ91R label input {
  margin-top: 8px;
}
.labelling-content_toggle__KJ91R label span:first-of-type {
  margin-right: 0;
}
@keyframes labelling-content_dot-flashing__qAGkU {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  to {
    content: "...";
  }
}
.labelling-content_dots__EfDju {
  display: inline-block;
  margin-left: 2px;
  animation: labelling-content_dot-flashing__qAGkU 1s linear infinite;
}
.labelling-content_dots__EfDju:after {
  content: "";
  animation: labelling-content_dot-flashing__qAGkU 1s step-end infinite;
}
.labelling-content_buttonIcon__QLMlk {
  margin-right: 5px;
}
.labelling-content_shortcuts__BMbZq {
  font-size: 12px;
  margin-right: auto;
  margin-top: 20px;
}
.labelling-content_shortcuts__BMbZq .labelling-content_shortcutsItems__83sOW {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.labelling-content_shortcuts__BMbZq .labelling-content_shortcut__lM6uA {
  color: rgb(var(--brand-rgb));
  font-weight: 700;
}
@media (max-width: 768px) {
  .labelling-content_shortcuts__BMbZq {
    display: none;
  }
}
.menu_chatMenuBar__brMnL .menu_menuBar__Q3n_n {
  display: flex;
  width: calc(100vw - var(--desktop-menu-width));
  margin-left: var(--desktop-menu-width);
  border-radius: 0;
}
@media (max-width: 767px) {
  .menu_chatMenuBar__brMnL .menu_menuBar__Q3n_n {
    width: 100%;
    margin-left: 0;
    border-radius: 32px 32px 0 0;
  }
}
.menu_chatMenuBar__brMnL .menu_menuBar__Q3n_n .menu_inputContainer__lqzd3 {
  position: relative;
  width: 100%;
}
.menu_chatMenuBar__brMnL
  .menu_menuBar__Q3n_n
  .menu_inputContainer__lqzd3
  .menu_textareaWrapper__sl38J {
  flex: 1;
  margin-bottom: 0;
  width: 100%;
}
.menu_chatMenuBar__brMnL
  .menu_menuBar__Q3n_n
  .menu_inputContainer__lqzd3
  .menu_textareaWrapper__sl38J
  .menu_textarea__jDqUI {
  padding-right: 48px;
}
.menu_chatMenuBar__brMnL
  .menu_menuBar__Q3n_n
  .menu_inputContainer__lqzd3
  .menu_uploadButton__0lv6G {
  position: absolute;
  left: 12px;
  bottom: 8px;
  max-width: 100%;
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.menu_chatMenuBar__brMnL
  .menu_menuBar__Q3n_n
  .menu_inputContainer__lqzd3
  .menu_sendButton__ZxjOJ {
  position: absolute;
  right: 12px;
  bottom: 8px;
  max-width: 100%;
  min-width: 32px;
  width: 32px;
  height: 32px;
  padding: 0;
}
.menu_chatMenuBar__brMnL .menu_buttons__WnuLt {
  justify-content: center;
  padding: 10px 16px 20px;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
}
.claims_page__hYCP_ {
  display: block;
}
.claims_page__hYCP_ .claims_pageBody__bDosg {
  display: flex;
  flex-direction: column;
  padding: 8px 16px 128px;
}
.claims_page__hYCP_ .claims_pageBody__bDosg .claims_user__Vhw_V {
  display: flex;
  gap: 16px;
  flex-direction: row;
  max-width: 650px;
  margin-bottom: 16px;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_user__Vhw_V
  .claims_avatarWrapper__74_qr {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_user__Vhw_V
  .claims_avatarWrapper__74_qr
  .claims_avatar__CTcZ0 {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_user__Vhw_V
  .claims_userInfo__VX_BG {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_user__Vhw_V
  .claims_name__fVZqL {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_user__Vhw_V
  .claims_userLevelIcon___1tkc {
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
  line-height: 12px;
}
.claims_page__hYCP_ .claims_pageBody__bDosg .claims_details__Eu_lH {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
.claims_page__hYCP_ .claims_pageBody__bDosg .claims_details__Eu_lH hr {
  margin: 0 0 16px;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_details__Eu_lH
  hr:last-child {
  margin: 0;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_details__Eu_lH
  .claims_label__zwlAE {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: 600;
  cursor: default;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_details__Eu_lH
  .claims_value__Sv__1 {
  margin-left: 8px;
  float: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.claims_page__hYCP_
  .claims_pageBody__bDosg
  .claims_details__Eu_lH
  .claims_group__5H9Gl {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  max-width: 650px;
  width: 100%;
}
.claims_page__hYCP_ .claims_claimsList__MZHwX {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 650px;
  width: 100%;
}
.claims_page__hYCP_ .claims_claimItem__QXcl1 {
  display: flex;
  flex-direction: column;
  color: inherit !important;
  padding: 16px;
  gap: 12px;
  user-select: none;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  background-color: rgb(var(--card-background-rgb));
}
.claims_page__hYCP_ .claims_claimItem__QXcl1 .claims_questInfo__Z3ef9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_questInfo__Z3ef9
  .claims_name__fVZqL {
  font-size: 14px;
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_questInfo__Z3ef9
  .claims_description__1g8Y4 {
  font-size: 14px;
  color: var(--text-secondary);
  margin: 0;
}
.claims_page__hYCP_ .claims_claimItem__QXcl1 .claims_claimInfo___MkNe {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_status__DBPZQ {
  font-size: 14px;
  text-transform: capitalize;
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_status__DBPZQ.claims_pending__y2Okd {
  color: var(--text-warning);
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_status__DBPZQ.claims_processing__BnyB4 {
  color: var(--text-info);
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_status__DBPZQ.claims_completed__6tJyT {
  color: var(--text-success);
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_status__DBPZQ.claims_expired__6lEWX {
  color: var(--text-error);
}
.claims_page__hYCP_
  .claims_claimItem__QXcl1
  .claims_claimInfo___MkNe
  .claims_expiry__I_DEe {
  font-size: 14px;
  color: var(--text-secondary);
}
.claims_smallDescription__GYobx {
  font-size: 13px;
  color: rgba(var(--foreground-rgb), 0.5);
}
.menu_settingsMenuBar__sn7zf .menu_menuBar__707nK {
  display: flex;
  gap: 4px;
  width: calc(100vw - var(--desktop-menu-width));
  margin-left: var(--desktop-menu-width);
  border-radius: 0;
}
.menu_settingsMenuBar__sn7zf .menu_menuBar__707nK .menu_buttons__uPiug {
  justify-content: center;
  padding: 10px 16px 20px;
  gap: 4px;
}
.menu_settingsMenuBar__sn7zf .menu_menuBar__707nK .menu_button__EQK96 {
  min-width: auto;
  max-width: 360px;
  padding: 8px;
  flex: 1;
}
@media (max-width: 767px) {
  .menu_settingsMenuBar__sn7zf .menu_menuBar__707nK {
    width: 100%;
    margin-left: 0;
    border-radius: 32px 32px 0 0;
    justify-content: center;
  }
  .menu_settingsMenuBar__sn7zf .menu_menuBar__707nK .menu_buttons__uPiug {
    gap: 4px;
  }
}
@keyframes menu_dot-flashing__JdKhF {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  to {
    content: "...";
  }
}
.menu_dots__VMm5R {
  display: inline-block;
  margin-left: 2px;
  animation: menu_dot-flashing__JdKhF 1s linear infinite;
}
.menu_dots__VMm5R:after {
  content: "";
  animation: menu_dot-flashing__JdKhF 1s step-end infinite;
}
.toggle_toggle__Bf5Bk {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  height: 40px;
  align-items: center;
}
.toggle_label__AwsM1 {
  font-size: 16px;
  margin-right: 8px;
}
.toggle_subLabel__vNKE8 {
  white-space: nowrap;
}
.toggle_checkbox__NXRmG {
  overflow: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle_checkbox__NXRmG:checked + .toggle_slider__MM2Rw {
  background-color: rgb(var(--brand-rgb));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgb(var(--brand-rgb));
}
.toggle_checkbox__NXRmG:checked + .toggle_slider__MM2Rw .toggle_button__O3hzF {
  transform: translateX(38px);
  background-color: #fff;
}
.toggle_checkbox__NXRmG:checked + .toggle_slider__MM2Rw .toggle_on__B7fqI {
  opacity: 1;
}
.toggle_checkbox__NXRmG:checked + .toggle_slider__MM2Rw .toggle_off__irQFv {
  opacity: 0;
}
.toggle_checkbox__NXRmG:focus + .toggle_slider__MM2Rw {
  box-shadow: 0 0 1px rgb(var(--brand-rgb));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.toggle_checkbox__NXRmG:disabled + .toggle_slider__MM2Rw {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}
.toggle_checkbox__NXRmG:disabled + .toggle_slider__MM2Rw .toggle_off__irQFv,
.toggle_checkbox__NXRmG:disabled + .toggle_slider__MM2Rw .toggle_on__B7fqI {
  color: #999;
}
.toggle_checkbox__NXRmG:disabled + .toggle_slider__MM2Rw .toggle_button__O3hzF {
  background-color: #999;
}
.toggle_slider__MM2Rw {
  position: relative;
  display: inline-block;
  width: 80px;
  min-width: 80px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 20px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  background: rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.toggle_slider__MM2Rw .toggle_button__O3hzF {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 3px;
  background-color: #484848;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle_slider__MM2Rw .toggle_off__irQFv,
.toggle_slider__MM2Rw .toggle_on__B7fqI {
  position: absolute;
  top: 50%;
  width: 40px;
  text-align: center;
  transform: translateY(-50%);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  user-select: none;
}
.toggle_slider__MM2Rw .toggle_on__B7fqI {
  left: 2px;
  opacity: 0;
  transition: opacity 0.4s;
}
.toggle_slider__MM2Rw .toggle_off__irQFv {
  right: 2px;
  opacity: 1;
  transition: opacity 0.4s;
}
.toggle_slider__MM2Rw
  .toggle_checkbox__NXRmG:checked
  + .toggle_slider__MM2Rw
  .toggle_on__B7fqI {
  display: block;
}
.toggle_slider__MM2Rw
  .toggle_checkbox__NXRmG:checked
  + .toggle_slider__MM2Rw
  .toggle_off__irQFv,
.toggle_slider__MM2Rw
  .toggle_checkbox__NXRmG:not(:checked)
  + .toggle_slider__MM2Rw
  .toggle_on__B7fqI {
  display: none;
}
.toggle_slider__MM2Rw
  .toggle_checkbox__NXRmG:not(:checked)
  + .toggle_slider__MM2Rw
  .toggle_off__irQFv {
  display: block;
}
.infiniteScroll_infiniteScroll__pVXHD .infiniteScroll_loadingTrigger__oA1rm {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 319px) {
  .uploadList_list__uQ_7A .ant-row > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.uploadList_card__2Y5lD .ant-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.uploadList_savedQuestCardImageWrapper__ba_iv {
  width: 100%;
  height: 100%;
}
.uploadList_audioPlaybackButton__dHuzA {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 10px;
  padding: 0 10px;
  font-size: 20px;
}
.uploadList_txtFileIcon__RF93D {
  width: 60%;
}
@keyframes cameraCaptureFrame_slideInFromBottom__8rp0S {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.cameraCaptureFrame_capture__Eh75Z {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 110;
  align-content: center;
  vertical-align: middle;
  text-align: center;
  animation: cameraCaptureFrame_slideInFromBottom__8rp0S 0.2s ease-in;
}
.cameraCaptureFrame_cameraIcon__DA7Qv {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  color: #fff;
  font-size: 64px;
  opacity: 0.69;
  z-index: 1;
}
.cameraCaptureFrame_videoStream__fqb1y {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cameraCaptureFrame_capturedImage__OgEru {
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.cameraCaptureFrame_capturedImage__OgEru img {
  display: inline;
  object-fit: none;
}
.cameraCaptureFrame_captureModeToggle__chIV2 {
  position: absolute;
  bottom: 116px;
  left: 50%;
  z-index: 3;
  transition: transform 0.2s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cameraCaptureFrame_captureModeToggle__chIV2
  .cameraCaptureFrame_captureModeButton__FqBPF {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  margin: 0 4px;
  text-transform: uppercase;
}
.cameraCaptureFrame_captureModeToggle__chIV2
  .cameraCaptureFrame_captureModeButton__FqBPF.cameraCaptureFrame_captureModeButtonActive__a43tn {
  color: #ff0;
}
.cameraCaptureFrame_playRecordingButton__9bBkD {
  left: calc(50% - 40px);
  bottom: 30px;
  position: absolute;
  background: transparent;
  border: 4px solid #fff;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  z-index: 3;
}
.cameraCaptureFrame_playRecordingButton__9bBkD:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(5px + 50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transition: all 0.2s ease;
}
.cameraCaptureFrame_playRecordingButton__9bBkD:hover:before {
  opacity: 0.95;
}
.cameraCaptureFrame_playRecordingButton__9bBkD:active:before {
  opacity: 0.8;
}
.cameraCaptureFrame_playRecordingButton__9bBkD.cameraCaptureFrame_playing__hNYXk:before {
  left: 50%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 6px;
  background: #fff;
}
.cameraCaptureFrame_captureButton__i2M_u {
  left: calc(50% - 40px);
  bottom: 30px;
  position: absolute;
  background: transparent;
  border: 4px solid #fff;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  z-index: 3;
}
.cameraCaptureFrame_captureButton__i2M_u:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 66px;
  cursor: pointer;
}
.cameraCaptureFrame_captureButton__i2M_u:hover:before {
  opacity: 0.95;
}
.cameraCaptureFrame_captureButton__i2M_u:active:before {
  opacity: 0.8;
}
.cameraCaptureFrame_recordingButton__7zYlH {
  left: calc(50% - 40px);
  bottom: 30px;
  position: absolute;
  background: transparent;
  border: 4px solid #fff;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  z-index: 3;
}
.cameraCaptureFrame_recordingButton__7zYlH:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background: red;
  border-radius: 66px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cameraCaptureFrame_recordingButton__7zYlH:hover:before {
  opacity: 0.95;
}
.cameraCaptureFrame_recordingButton__7zYlH:active:before {
  opacity: 0.8;
}
.cameraCaptureFrame_recordingButton__7zYlH.cameraCaptureFrame_recording__KJ9OQ:before {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
.cameraCaptureFrame_openCameraButton___ZMU6 {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  left: 30px;
  bottom: 40px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 3;
  font-size: 32px;
  color: #fff;
  border: none;
}
.cameraCaptureFrame_openCameraButton___ZMU6:hover {
  opacity: 0.9;
}
.cameraCaptureFrame_openCameraButton___ZMU6:active {
  opacity: 0.8;
}
.cameraCaptureFrame_uploadButton__byt_F {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  right: 30px;
  bottom: 40px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 3;
  font-size: 32px;
  color: #fff;
  border: none;
}
.cameraCaptureFrame_uploadButton__byt_F:hover {
  opacity: 0.9;
}
.cameraCaptureFrame_uploadButton__byt_F:active {
  opacity: 0.8;
}
.cameraCaptureFrame_cancelButton__rqhMA {
  left: 0;
  top: env(safe-area-inset-top);
  height: 68px;
  width: 68px;
  font-size: 20px;
  background: transparent;
  border: none;
}
.cameraCaptureFrame_cancelButton__rqhMA,
.cameraCaptureFrame_switchCameraButton__ioiex {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  color: #fff;
}
.cameraCaptureFrame_switchCameraButton__ioiex {
  right: 30px;
  bottom: 40px;
  background: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
  height: 60px;
  width: 60px;
  font-size: 32px;
  border: none;
}
.cameraCaptureFrame_switchCameraButton__ioiex:hover {
  opacity: 0.9;
}
.cameraCaptureFrame_switchCameraButton__ioiex:active {
  opacity: 0.8;
}
.PointsBubble_pointsWrapper__UcTZj {
  position: absolute;
  bottom: -112px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 32px;
  background: rgba(48, 44, 44, 0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.32px;
}
.menu_uploadMenuBar__st75y .menu_menuBar__Zd3jz {
  display: flex;
  width: calc(100vw - var(--desktop-menu-width));
  margin-left: var(--desktop-menu-width);
  border-radius: 0;
}
@media (max-width: 767px) {
  .menu_uploadMenuBar__st75y .menu_menuBar__Zd3jz {
    width: 100%;
    margin-left: 0;
    border-radius: 32px 32px 0 0;
  }
}
.menu_uploadMenuBar__st75y .menu_buttons__saetn {
  justify-content: center;
  padding: 10px 16px 20px;
  gap: 4px;
}
.menu_uploadMenuBar__st75y .menu_button__uDwDC {
  flex: 1;
  width: auto;
  max-width: 360px;
}
.menu_uploadMenuBar__st75y .menu_button__uDwDC svg {
  font-size: 22px;
}
.uploads_spin__Xijux {
  display: flex;
  justify-content: center;
  width: 100%;
}
.styles_versionUpdateAlert__ieb1c {
  width: 100%;
  max-width: 768px;
  height: auto;
  font-size: 16px;
  padding: 8px 8px 16px;
  margin: 0;
  text-align: center;
}
.styles_versionUpdateAlert__ieb1c a {
  text-wrap: nowrap;
  margin-left: 8px;
  font-weight: 600;
}
.styles_versionUpdateAlert__ieb1c.styles_linkOnly__Xqz5i {
  display: inline;
  padding: 0;
  margin-right: 8px;
}
.countdown_container__6izLd {
  display: inline-block;
  background: hsla(0, 5%, 45%, 0.5);
  border-radius: 32px;
  padding: 8px 16px;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.countdown_container__6izLd .countdown_label__nOfzT {
  margin-right: 4px;
}
.countdown_container__6izLd .countdown_countdown__nt3XC {
  font-size: 20px;
}
.countdown_container__6izLd .countdown_countdown__nt3XC span {
  font-size: 16px;
}
.countdown_container__6izLd .countdown_countdown__nt3XC span:not(:last-child) {
  margin-right: 4px;
}
[data-theme="light"] .countdown_stats__hAjUE .countdown_stat__ZNlfR {
  background: #d5b9be;
}
.dailyPrompt_container__Ka_c_ {
  margin: 0 35px 32px;
  max-width: 650px;
}
@media (max-width: 767px) {
  .dailyPrompt_container__Ka_c_ {
    margin: 0 16px 32px;
    max-width: none;
  }
}
.dailyPrompt_body__jtzwS {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(var(--card-background-rgb), 0.7);
  padding: 16px;
  border-radius: 32px;
}
.dailyPrompt_body__jtzwS .dailyPrompt_uploadButton__Nvtwr {
  width: 100%;
}
.dailyPrompt_timeLeft__ayG0u {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 16px;
  padding: 6px 16px;
  border-radius: 32px;
  background: hsla(0, 5%, 45%, 0.5);
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.dailyPrompt_timeLeft__ayG0u > div:first-child {
  margin-right: 10px;
}
.dailyPrompt_timeLeft__ayG0u .dailyPrompt_countdown__UyG4y span {
  font-size: 18px;
  letter-spacing: 0.5px;
}
.dailyPrompt_timeLeft__ayG0u
  .dailyPrompt_countdown__UyG4y
  .ant-statistic-content {
  font-size: 18px;
}
.dailyPrompt_completed__N7hs2 {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.dailyPrompt_prompt__gR1A4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 9px;
}
.dailyPrompt_captureGraphic__pOHCB {
  display: flex;
  justify-content: center;
  margin-bottom: 9px;
}
.dailyPrompt_title__zOY2F {
  font-size: 32px;
  line-height: 40px;
}
.dailyPrompt_streak__5oGun {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.dailyPrompt_header__EsRYD {
  margin-bottom: 12px;
  font-family: var(--font-heading);
  font-weight: 300;
}
.dailyPrompt_buttons__ZDMVQ,
.dailyPrompt_header__EsRYD {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dailyPrompt_buttons__ZDMVQ {
  width: 100%;
  margin: 16px 0;
  gap: 8px;
}
.dailyPrompt_buttons__ZDMVQ .dailyPrompt_button__J_Nlk {
  flex: 1;
  position: relative;
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk
  .dailyPrompt_buttonCheck__xGkgR {
  display: none;
  position: absolute;
  left: 12px;
  top: -2px;
  border-radius: 50%;
  background: rgb(var(--brand-rgb));
  width: 24px;
  height: 24px;
  transform: translateY(50%);
  font-size: 10px;
  color: #fff;
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk
  .dailyPrompt_buttonCheck__xGkgR
  svg {
  margin: 0;
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk:active
  .dailyPrompt_buttonCheck__xGkgR {
  display: block;
  background: rgba(48, 44, 44, 0.2);
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk.dailyPrompt_selected__6m0h7 {
  border: 1px solid rgb(var(--brand-rgb));
  box-shadow: 0 0 0 1px rgb(var(--brand-rgb));
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk.dailyPrompt_selected__6m0h7
  .dailyPrompt_buttonCheck__xGkgR {
  display: block;
}
.dailyPrompt_buttons__ZDMVQ
  .dailyPrompt_button__J_Nlk.dailyPrompt_selected__6m0h7:active
  .dailyPrompt_buttonCheck__xGkgR {
  background: #302c2c;
}
.dailyPrompt_explain__c65al {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
}
.dailyPrompt_textarea___Pz1e {
  width: 100%;
}
.dailyPrompt_nextButtonContainer__UsFnF {
  margin-top: 16px;
  width: 100%;
}
.dailyPrompt_nextButtonContainer__UsFnF .dailyPrompt_nextButton__b4aMl {
  background: rgba(var(--background-end-rgb), 1);
  width: 100%;
}
.dailyPrompt_nextButtonContainer__UsFnF .dailyPrompt_nextButton__b4aMl:hover {
  background: rgba(85, 85, 85, 0.8);
}
.dailyPrompt_nextButtonContainer__UsFnF .dailyPrompt_nextButton__b4aMl:active {
  background: #fff;
}
.dailyPrompt_nextButtonContainer__UsFnF .dailyPrompt_nextButton__b4aMl button {
  background: #0f0f0f;
}
.dailyPrompt_promptImage__GnnVB {
  border-radius: 32px;
  background: rgb(var(--card-background-rgb));
}
.dailyPrompt_promptDescription__662D3 {
  padding: 16px;
}
.styles_demo__OM6pA {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 101;
}
.styles_container__boa5R {
  background-color: #000;
}
.styles_robot__4JgNE {
  font-size: 50px;
}
.friends_page__EMMwg {
  display: block;
}
.friends_pageBody__6SLqB {
  padding: 0 16px 128px;
}
.friends_pageBody__6SLqB .friends_heading__mL1nE {
  line-height: 48px;
  max-width: 650px;
}
.friends_pageBody__6SLqB .friends_button__Fe1Ne {
  padding: 0 24px;
}
.friends_pageBody__6SLqB .friends_button__Fe1Ne svg {
  margin-right: 8px;
  font-size: 20px;
}
.friends_pageBody__6SLqB .friends_invitePointsInfo__zJUer {
  margin-bottom: 24px;
}
.friends_pageBody__6SLqB .friends_leaderboard__wI71d {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin-top: 8px;
}
.friends_pageBody__6SLqB .friends_leaderboardHeader__7mjzk {
  display: grid;
  grid-template-columns: 1fr 40px 4fr 1fr 72px;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(var(--foreground-rgb), 0.38);
  text-transform: uppercase;
}
.friends_pageBody__6SLqB .friends_leaderboardItem__B_Qag {
  display: grid;
  grid-template-columns: 1fr 40px 4fr 1fr 72px;
  align-items: center;
  padding: 10px 16px 10px 10px;
  background: rgb(var(--card-background-rgb));
  border-radius: 32px;
  font-size: 16px;
  gap: 4px;
}
.friends_pageBody__6SLqB
  .friends_leaderboardItem__B_Qag.friends_currentUser___3tzd {
  position: relative;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.friends_pageBody__6SLqB
  .friends_leaderboardItem__B_Qag.friends_currentUser___3tzd:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(
    135deg,
    rgb(var(--brand-rgb)) 0,
    rgb(var(--brand-sub-rgb)) 100%
  );
}
.friends_pageBody__6SLqB .friends_avatar__OHU3l {
  border-radius: 50%;
  width: 100%;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
}
.friends_pageBody__6SLqB .friends_fullName__WEm8u {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.friends_pageBody__6SLqB .friends_balance___J_LH {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.friends_pageBody__6SLqB .friends_pointsIcon__hwaub {
  margin-left: 8px;
}
.friends_pageBody__6SLqB .friends_rank1__qpWma .friends_balance___J_LH {
  font-size: 22px;
}
.friends_pageBody__6SLqB .friends_rank2__Rh86B .friends_balance___J_LH {
  font-size: 20px;
}
.friends_pageBody__6SLqB .friends_rank3__vjCFN .friends_balance___J_LH {
  font-size: 18px;
}
.friends_pageBody__6SLqB .friends_rank1__qpWma .friends_pointsIcon__hwaub,
.friends_pageBody__6SLqB .friends_rank2__Rh86B .friends_pointsIcon__hwaub,
.friends_pageBody__6SLqB .friends_rank3__vjCFN .friends_pointsIcon__hwaub {
  font-size: 24px;
}
.friends_pageBody__6SLqB .friends_rank__l8NrQ {
  width: 100%;
  text-align: center;
}
.friends_pageBody__6SLqB .friends_balance___J_LH,
.friends_pageBody__6SLqB .friends_uploads__3xFHh {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  width: 100%;
}
.profile_page___5UWi {
  display: block;
}
.profile_page___5UWi .profile_pageBody__4eNxW {
  display: flex;
  flex-direction: column;
  padding: 8px 16px 128px;
}
.profile_page___5UWi .profile_pageBody__4eNxW .profile_user__Kz7n6 {
  display: flex;
  gap: 16px;
  flex-direction: row;
  max-width: 650px;
  margin-bottom: 16px;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_user__Kz7n6
  .profile_avatarWrapper__MVirF {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.1);
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_user__Kz7n6
  .profile_avatarWrapper__MVirF
  .profile_avatar__yF6Vc {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_user__Kz7n6
  .profile_userInfo__bQE0U {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_user__Kz7n6
  .profile_name__WNbcY {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_user__Kz7n6
  .profile_userLevelIcon__SulDz {
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
  line-height: 12px;
}
.profile_page___5UWi .profile_pageBody__4eNxW .profile_details__XqDkO {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 32px;
}
.profile_page___5UWi .profile_pageBody__4eNxW .profile_details__XqDkO hr {
  margin: 0 0 16px;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_details__XqDkO
  hr:last-child {
  margin: 0;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_details__XqDkO
  .profile_label__2mYSJ {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: 600;
  cursor: default;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_details__XqDkO
  .profile_value__KnPPo {
  margin-left: 8px;
  float: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.profile_page___5UWi
  .profile_pageBody__4eNxW
  .profile_details__XqDkO
  .profile_group__4J__d {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  max-width: 650px;
  width: 100%;
}
.quest_page__qvb_N {
  position: relative;
  min-height: 100%;
  padding-bottom: 68px;
}
.quest_page__qvb_N .quest_questHeadImage__WRtkZ {
  border-radius: 0;
  height: 300px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .quest_page__qvb_N .quest_questHeadImage__WRtkZ {
    height: 156px;
  }
}
.quest_backgroundImage__1YySc {
  width: 100%;
  height: 100%;
}
.quest_pageBody__PKD30 {
  padding: 0;
  min-height: 100%;
}
.quest_pageBody__PKD30 .quest_pageHead__nGzTk {
  padding: 16px;
  position: relative;
}
.quest_pageBody__PKD30 .quest_title__q22in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quest_pageBody__PKD30 .quest_title__q22in .quest_titleText__fAq8l {
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.66px;
}
.quest_pageBody__PKD30 .quest_details__9RuwK {
  display: flex;
  gap: 1rem;
  border-radius: 0.5rem;
}
.quest_pageBody__PKD30 .quest_details__9RuwK .quest_detail__nrAgX {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.quest_pageBody__PKD30 .quest_details__9RuwK .quest_detail__nrAgX:first-child {
  text-align: left;
}
.quest_pageBody__PKD30 .quest_details__9RuwK .quest_detail__nrAgX:nth-child(2),
.quest_pageBody__PKD30 .quest_details__9RuwK .quest_detail__nrAgX:nth-child(3) {
  text-align: center;
}
.quest_pageBody__PKD30 .quest_details__9RuwK .quest_detail__nrAgX:last-child {
  text-align: right;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX:last-child
  svg {
  margin-right: 0 !important;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_icon__nle_H {
  color: rgba(var(--foreground-rgb), 0.5);
  margin-top: -2px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_label__ozJ67 {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 16px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_label__ozJ67
  svg {
  margin-top: -2px;
  margin-right: 4px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_label__ozJ67.quest_participants__DYF8X {
  height: 22px;
  overflow: hidden;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_valueWrapper__L36K3 {
  font-size: 1rem;
  font-weight: 700;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_valueWrapper__L36K3
  .quest_value__YH5fb {
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_valueWrapper__L36K3
  .quest_value__YH5fb:not(:last-child) {
  margin-bottom: 16px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_valueWrapper__L36K3
  .quest_value__YH5fb
  .quest_icon__nle_H {
  margin-right: 6px;
}
.quest_pageBody__PKD30
  .quest_details__9RuwK
  .quest_detail__nrAgX
  .quest_valueWrapper__L36K3
  .quest_value__YH5fb
  .quest_icon__nle_H.quest_video__8OhmW {
  margin-left: 1px;
  margin-right: 5px;
}
.quest_tabs___3_dO {
  padding-bottom: 70px;
}
.quest_descriptionContainer__jsLn7 {
  position: relative;
  margin: 0 0 16px;
}
.quest_description__8ayxg {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out,
    margin 0.3s ease-out;
}
.quest_description__8ayxg.quest_expanded__RGGK5 {
  max-height: 1000px;
  margin: 16px 0 0;
  opacity: 1;
}
.quest_descriptionContent__b2COh {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: inherit;
  text-wrap: inherit;
}
.quest_descriptionToggle__7k1pd {
  position: relative;
  z-index: 1;
  background: none;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.quest_descriptionToggle__7k1pd:focus-within {
  outline: none;
}
.quest_descriptionToggle__7k1pd:focus-within span {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  outline: 1px dashed rgb(var(--brand-rgb));
  outline-offset: 8px;
  border-radius: 12px;
}
.quest_descriptionToggle__7k1pd:active span {
  outline: none;
}
.quest_descriptionToggle__7k1pd svg {
  margin-left: 8px;
}
.quests_page__75SSx {
  display: block;
}
.quests_pageSearchContainer__Y5Xrx {
  position: relative;
  margin: 8px 16px;
  width: auto;
  max-width: 650px;
}
.quests_searchInputContainer__Me3WI {
  position: relative;
  width: 100%;
  padding: 0;
}
.quests_searchFiltersContainer___0c1v {
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% + 32px);
  height: 58px;
  -webkit-overflow-scrolling: touch;
  margin-left: -16px;
}
.quests_searchFilters__ZM9DH {
  display: inline-flex;
  gap: 8px;
  padding: 0 16px;
}
.quests_filterButton__Vp9QA {
  width: auto;
  padding: 0 20px;
}
.quests_filterButton__Vp9QA.quests_active__NqebN {
  background: rgb(var(--foreground-rgb));
  border-color: rgb(var(--foreground-rgb));
  color: rgb(var(--background-rgb));
}
.quests_filterButton__Vp9QA.quests_active__NqebN:hover {
  background: rgba(var(--foreground-rgb), 0.8);
  border-color: rgba(var(--foreground-rgb), 0.8);
  color: rgb(var(--background-rgb));
}
.quests_pageBody__sarFY {
  padding: 0 16px 128px;
}
.quests_loaderContainer__xD_29 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.settings_page__GQZlr {
  display: block;
}
.settings_page__GQZlr .settings_pageBody__MPP04 {
  display: flex;
  flex-direction: column;
  padding: 0 16px 128px;
}
.settings_page__GQZlr .settings_pageBody__MPP04 .settings_inputWrapper__Bl5DI {
  margin-bottom: 22px;
  max-width: 650px;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_input__i8swo {
  width: 100%;
  max-width: 650px;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_inputLabel__gtUmL {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px;
  cursor: default;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_rawValue__JeIlu {
  margin-left: 8px;
  float: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_apiKeysTable__vcSq1 {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_apiKeysTable__vcSq1
  td,
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_apiKeysTable__vcSq1
  th {
  text-align: left;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_apiKeysTable__vcSq1
  td:last-child,
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_inputWrapper__Bl5DI
  .settings_apiKeysTable__vcSq1
  th:last-child {
  text-align: right;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_avatarContainer__kYFB7 {
  display: flex;
  align-items: center;
  max-width: 420px;
}
.settings_page__GQZlr
  .settings_pageBody__MPP04
  .settings_actionContainer__4Hujh {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: end;
}
.settings_page__GQZlr .settings_pageBody__MPP04 .settings_replaceButton__DVQov {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 0 16px;
}
.settings_page__GQZlr .settings_pageBody__MPP04 .settings_randomLink__XO_dZ {
  display: block;
  width: 100%;
  max-width: 220px;
  color: rgb(var(--brand-rgb));
  margin-top: 10px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 16px;
}
.settings_page__GQZlr .settings_pageBody__MPP04 .settings_errorText__Kkk1d {
  color: #dc2626;
  font-size: 14px;
  line-height: 20px;
  margin-top: -16px;
  padding: 0 8px;
}
.settings_page__GQZlr .settings_addWalletButton__dZpHW {
  margin-bottom: 22px;
}
