* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Honey Script';
  src: url(https://www.swmc.com/angelai/static/media/HoneyScript.813e998927776cfcffec.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
}

#root {
  height: 100%;
}

body {
  font-size: 1rem;
  margin: 0;
  font-family: '-apple-system, BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Poppins', Helvetica, Arial,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.00938em;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

/* remove default appearance for checkbox, allows the styling of checkboxes */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none; /* for older versions of webkit browsers */
  -moz-appearance: none; /* for firefox */
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.mui-transparent-background > div {
  background-color: transparent !important;
}

.grecaptcha-badge {
  display: none !important;
}

/* spinning gradient on splash, 359 needed as 360 can cause stutters */
@keyframes gradient {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}

.meditating-morgan-error {
  padding: 5px;
  background: var(--shadow110);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.meditating-morgan-error span {
  background-color: var(--orange925);
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.meditating-morgan-error img {
  width: 45px;
  height: auto;
  animation: floatingError 10s infinite ease;
}

.meditating-morgan-error p {
  font-family: 'Poppins', sans-serif;
  color: var(--orange925);
} 
@keyframes floatingError {
  0% {
    transform: translateY(0px);
  }
  16% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  84% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

::-webkit-scrollbar {
  width: 0.8em;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--shadow000);
  -webkit-box-shadow: inset 0 0 6px var(--shadow000);
}

::-webkit-scrollbar-thumb {
  background-color: var(--shadow110);
  border: 4px solid transparent;
  outline: 1px solid slategray;
  outline-offset: -4px;
  background-clip: padding-box;
  border-radius: 1em;
}
.ConsentPage_pageContainer__L\+1pC {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  background: var(--gray000);
  overflow: hidden;
  /* filter: blur(16px); */
  transition: all 0s linear;
}

.ConsentPage_disablePointerEvents__o7tNM * {
  pointer-events: none !important;  
}

@media (max-width: 900px) {
  .ConsentPage_pageContainer__L\+1pC {
    padding: 0;
  }
}

.ConsentPage_unblur__0qEyS {
  filter: blur(0);
  transition: all 0s linear;
}
.ReconnectingPopup_box__kQuVJ {
  position: absolute;
  top: calc(100% - 70px);
  left: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--gray000);
  border-radius: 8px;
  border: 1px solid var(--peach200);
  color: var(orange510);
  position: relative;
  width: calc(100vw - 390px);
  height: 50px;
}

.ReconnectingPopup_operatorView__iErxs {
  width: calc(100vw - 80px);
}

.ReconnectingPopup_messages__kpzdY {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 320px);
  height: calc(100% - 70px);
  z-index: -2;
}

.ReconnectingPopup_box__kQuVJ hr {
  display: block;
  width: 1px;
  height: 22px;
  background-color: var(--orange700);
  border: none;
  outline: none;
}

.ReconnectingPopup_imgWrapper__60IUf {
  width: 45px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ReconnectingPopup_imgWrapper__60IUf img {
  height: 25px;
  position: relative;
  margin: 0;
  background-color: var(orange510);
  border-radius: 5px;
  padding: 4px;
}

.ReconnectingPopup_box__kQuVJ p {
  color: var(--gray600);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--typographyFontFamily);
  padding: 0;
  margin: 0;
  padding-left: 8px;
}

.ReconnectingPopup_box__kQuVJ svg {
  transform: translate(-50%, -50%) rotate(90deg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -2px;
}

.ReconnectingPopup_mid__Y3pnx {
  animation: 2s ease ReconnectingPopup_blink__s\+zDH infinite;
}

.ReconnectingPopup_right__FjLFG {
  animation: 2s ease ReconnectingPopup_blink__s\+zDH infinite;
  animation-delay: 0.4s;
}

@keyframes ReconnectingPopup_blink__s\+zDH {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .ReconnectingPopup_box__kQuVJ {
    top: calc(100% - 64px);
    left: 20px;
    width: calc(100vw - 40px);
    height: 54px;
  }
  .ReconnectingPopup_messages__kpzdY {
    left: 5px;
    width: calc(100vw - 10px);
    height: calc(100% - 64px);
  }
}
.RopeDrawer_ropeDrawer__5FALq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 290000000;
  transition: all .300s ease;
  height: 100vh;
  height: 100%;
  max-height: 100vh;
  pointer-events: none;
  background-color: transparent;
}

.RopeDrawer_ropeDrawer__5FALq.RopeDrawer_isDrawerOpen__Vz7Yd {
  pointer-events: all;
  background-color: var(--shadow500);
}

.RopeDrawer_errandsBox__k33t2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -Webkit-user-select: none;
}

.RopeDrawer_animated__KJZqr {
  transition: all 0.300s ease !important;
}

.RopeDrawer_childWrapper__1Ty6F {
  min-width: 200px;
    width: 60vw;
    max-width: 300px;
  height: 100dvh;
  max-height: 100vh;
}

.RopeDrawer_pointerEventsAll__zMXG2 {
  pointer-events: all !important;
}

.RopeDrawer_pointerEventsNone__lXXgc {
  pointer-events: none !important;
}

.RopeDrawer_visible__2\+9-e {
  visibility: visible !important;
}

.RopeDrawer_invisible__3jB2l {
  visibility: hidden !important;
}
/* .childWrapper * {
  visibility: hidden !important;
}

.isDrawerOpen .childWrapper * {
  visibility: visible !important;
} */

.RopeDrawer_staticRopeWrapper__PRlKl {
  height: 100vh;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 4;
  overflow: hidden;
}

.RopeDrawer_staticRopeWrapper__PRlKl img {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.RopeDrawer_staticRopeWrapper__PRlKl.RopeDrawer_isPullingRope__iiPkh img {
  display: none;
}

.RopeDrawer_pullRopeWrapper__zaKAF {
  display: flex;
  position: absolute;
  background: transparent;
  width: 40px;
  height: 60vh;
  z-index: 10;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  /* overFlow: hidden; */
}

.RopeDrawer_pullRopeWrapper__zaKAF.RopeDrawer_isPullingRope__iiPkh {
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
}

.RopeDrawer_pullRopeWrapper__zaKAF img {
  display: flex;
  width: 28px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(16px, -50%);
  opacity: 0;
}

.RopeDrawer_nonSelectable__D6iZZ {
  -webkit-user-select: none !important;
          user-select: none !important;
  touch-action: none !important;
  -webkit-touch-callout: none !important;
  -Webkit-user-select: none !important;
}

.RopeDrawer_pullRopeWrapper__zaKAF.RopeDrawer_isPullingRope__iiPkh img {
  display: flex;
  opacity: 1;
  transform: translate(0, -50%);
}
.ThemeShift_isPrivate__QGRUn {
  /* --orange700: var(--orange700Private); */
  --peach000: var(--blue000);
  /* --peach600: var(--peach600Private); */
  /* --gray000: var(--gray000Private); */
  --gray600: var(--gray700);
  --gray920: var(--blue990);
  ----orange050: var(--blue700);
  --orange000: var(--blue100);
  --peach500: var(--blue100);
  --orange600: var(--blue700);
  /* --orange050: var(--orange700Private); */
}

.ThemeShift_infiniteScroll__xF9sK{
  justify-content: flex-end;
}

.TypingAnimation_visible__2XP9Y {
  visibility: visible;
}

.TypingAnimation_hidden__JSeZQ {
  visibility: hidden;
}

.TypingAnimation_opacityFull__44hAj {
  opacity: 1;
}

.TypingAnimation_opacityZero__bb5sX {
  opacity: 0;
}

.TypingAnimation_letter__a2\+KU {
  transition: all 0.3s ease;
  display: inline-block;
}

.MorphUserPromptsMenu_wrapper__FDYv\+,
.MorphUserPromptsMenu_loadingWrapper__XV\+5E {
  padding: 8px 1rem 0.25rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: var(--blue930);
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: auto;
  position: relative;
  top: 1px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.MorphUserPromptsMenu_accessibilityDescDiv__EwoXW {
  visibility: hidden;
  position: absolute;
}

.MorphUserPromptsMenu_swiperContainer__34Ibu {
  transition: all 0.5s ease;
  width: 100%;
  min-width: 35vw;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 5px;
}

.MorphUserPromptsMenu_arrowContainer__bI2a6 {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.MorphUserPromptsMenu_arrow__-psA7 {
  position: absolute;
  background-color: var(--blue950);
  display: flex;
  align-items: center;
  height: 100%;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  padding: 0 4px;
  opacity: 1;
  visibility: visible;
}

.MorphUserPromptsMenu_arrow__-psA7:focus {
  outline: none;
  filter: brightness(0.85);
}

.MorphUserPromptsMenu_hidden__k8bSV {
  visibility: hidden !important;
  opacity: 0 !important;
}

.MorphUserPromptsMenu_shown__xjuDt {
  visibility: visible !important;
  opacity: 1 !important;
}

.MorphUserPromptsMenu_buttonUpIcon__0Lnwu {
  color: var(--gray000);
}

.MorphUserPromptsMenu_buttonUp__BkNrR {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 78%;
  z-index: 2;
  cursor: pointer;
  width: 96%;
  background-color: var(--blue900);
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  left: 2%;
  border-radius: 7px;
  margin-top: 6px;
}

.MorphUserPromptsMenu_buttonUp__BkNrR:focus {
  background-color: var(--blue910);
  outline: none;
}

.MorphUserPromptsMenu_buttonUp__BkNrR:hover {
  background-color: var(--morphUserPromptsMenuBottomBorder);
}

.MorphUserPromptsMenu_arrowImgContainer__\+Ades {
  position: relative;
  display: inline-block;
}

.MorphUserPromptsMenu_arrowImg__XwPAx {
  height: 25px;
  transition: all 0.5s ease;
  pointer-events: none;
}

.MorphUserPromptsMenu_arrowImgLeft__XG-Yx {
  transform: rotate(90deg);
}

.MorphUserPromptsMenu_arrowImgRight__2AsGF {
  transform: rotate(-90deg);
}

.MorphUserPromptsMenu_posAbs__cJrZw {
  position: absolute;
}

.MorphUserPromptsMenu_invisibleArrow__uVcoL {
  opacity: 0;
}

.MorphUserPromptsMenu_arrow__-psA7 svg {
  font-size: 1.3em;
  color: var(--gray000);
}

.MorphUserPromptsMenu_leftArrow__sxkSx {
  left: 0;
  top: -2px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: start;
  display: none;
}

.MorphUserPromptsMenu_rightArrow__avuoT {
  justify-content: end;
  right: 0;
  top: -2px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  display: none;
}

.MorphUserPromptsMenu_UserSelectNone__ZeMlG {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; /* For Safari */
}

.MorphUserPromptsMenu_SingleSlideElementHover__dZtuL:hover {
  background-color: var(--blue940);
  box-shadow: var(--shadow400) 0px 0px 8px !important;
  transform: translateY(-2px);
}

.MorphUserPromptsMenu_SingleSwiperSlide__RCMUD {
  transition: background-color 0.3s ease;
}

.MorphUserPromptsMenu_SingleSwiperSlide__RCMUD:focus {
  outline: none;
  background-color: var(--blue940);
  border-radius: 8px;
}

.MorphUserPromptsMenu_container__HLw55::-webkit-scrollbar {
  display: none;
}

.MorphUserPromptsMenu_btn__HPadI {
  background-color: var(--gray000);
  border: 0.125rem solid var(--gray000);
  border-radius: 0.5rem;
  cursor: pointer;
  margin: 0 8px;
}

.MorphUserPromptsMenu_btn__HPadI:hover,
.MorphUserPromptsMenu_btn__HPadI:focus {
  border: 0.125rem solid transparent;
}

.MorphUserPromptsMenu_btn__HPadI:hover .MorphUserPromptsMenu_label__UmJNq,
.MorphUserPromptsMenu_btn__HPadI:focus .MorphUserPromptsMenu_label__UmJNq {
  color: var(--gray920);
}

.MorphUserPromptsMenu_btnBorder__4rcLd {
  border: 0.0625rem solid var(--blue930);
  border-radius: 0.5rem;
  min-width: 3.125rem;
  width: 100%;
  min-height: 3.125rem;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  flex-direction: column;
}

.MorphUserPromptsMenu_btnBorder__4rcLd img,
.MorphUserPromptsMenu_btnBorder__4rcLd svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--orange600);
}

.MorphUserPromptsMenu_label__UmJNq {
  color: var(--gray600);
  font-family: var(--typographyFontFamily);
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1;
}

.MorphUserPromptsMenu_bottomBorder__eu7rm {
  height: 0.75rem;
  background-color: var(--blue930);
  border-bottom-left-radius: 0.5rem;
  display: block;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .MorphUserPromptsMenu_arrowContainer__bI2a6 {
    display: flex;
  }

  .MorphUserPromptsMenu_leftArrow__sxkSx {
    display: flex;
  }

  .MorphUserPromptsMenu_leftArrow__sxkSx::before {
    position: absolute;
    left: -0.5rem;
    bottom: -0.01rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background-color: var(--blue950);
    -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 17% 93%, 33% 84%, 51% 73%, 66% 60%, 76% 47%, 86% 33%, 93% 19%);
            clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 17% 93%, 33% 84%, 51% 73%, 66% 60%, 76% 47%, 86% 33%, 93% 19%);
  }

  .MorphUserPromptsMenu_leftArrow__sxkSx::after {
    position: absolute;
    right: -0.6rem;
    top: 0rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background-color: var(--blue950);
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 83% 7%, 67% 16%, 49% 27%, 34% 40%, 24% 53%, 14% 67%, 7% 81%);
            clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 83% 7%, 67% 16%, 49% 27%, 34% 40%, 24% 53%, 14% 67%, 7% 81%);
  }

  .MorphUserPromptsMenu_rightArrow__avuoT {
    display: flex;
  }

  .MorphUserPromptsMenu_rightArrow__avuoT::after {
    position: absolute;
    right: -0.5rem;
    bottom: -0.01rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background-color: var(--blue950);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 83% 93%, 67% 84%, 49% 73%, 34% 60%, 24% 47%, 14% 33%, 7% 19%);
            clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 83% 93%, 67% 84%, 49% 73%, 34% 60%, 24% 47%, 14% 33%, 7% 19%);
  }
  .MorphUserPromptsMenu_rightArrow__avuoT::before {
    position: absolute;
    left: -0.6rem;
    top: 0rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background-color: var(--blue950);
    -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 17% 7%, 33% 16%, 51% 27%, 66% 40%, 76% 53%, 86% 67%, 93% 81%);
            clip-path: polygon(100% 100%, 100% 0%, 0% 0%, 17% 7%, 33% 16%, 51% 27%, 66% 40%, 76% 53%, 86% 67%, 93% 81%);
  }

  .MorphUserPromptsMenu_rightArrow__avuoT:hover::after,
  .MorphUserPromptsMenu_leftArrow__sxkSx:hover::before,
  .MorphUserPromptsMenu_rightArrow__avuoT:hover::before,
  .MorphUserPromptsMenu_leftArrow__sxkSx:hover::after {
    background-color: var(--blue970);
  }

  .MorphUserPromptsMenu_arrow__-psA7:hover {
    background-color: var(--blue970);
  }

  .MorphUserPromptsMenu_buttonUp__BkNrR {
    border-radius: 0.9rem 0.9rem 0 0;
    width: 96%;
    height: 75%;
    left: 2%;
  }

  .MorphUserPromptsMenu_wrapper__FDYv\+ {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    width: -webkit-fit-content;
    width: fit-content;
    max-width: calc(80%);
  }

  .MorphUserPromptsMenu_wrapper__FDYv\+.MorphUserPromptsMenu_loadingWrapper__XV\+5E::before {
    position: absolute;
    left: -0.5625rem;
    bottom: -0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background: radial-gradient(
      circle at 0% 0%,
      transparent 0.5rem,
      var(--blue930) 0.5625rem,
      var(--blue930) 0.625rem
    );
  }

  .MorphUserPromptsMenu_wrapper__FDYv\+.MorphUserPromptsMenu_loadingWrapper__XV\+5E::after {
    position: absolute;
    right: -0.5625rem;
    bottom: -0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    content: '';
    display: block;
    background: radial-gradient(
      circle at 100% 0%,
      transparent 0.5rem,
      var(--blue930) 0.5625rem,
      var(--blue930) 0.625rem
    );
  }

  .MorphUserPromptsMenu_bottomBorder__eu7rm.MorphUserPromptsMenu_isMorphedFooterCloseButtonOnLeft__\+IGwM {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.5rem;
  }
  .MorphUserPromptsMenu_bottomBorder__eu7rm {
    height: 0.75rem;
    background-color: var(--blue930);
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    display: block;
    margin: 0;
    position: relative;
  }
}

ol.Sanitized_bubbleList__tyBSc {
  list-style: none;
  counter-reset: item; /* To display the item number (1, 2, 3...) */
  display: relative;
}

ol.Sanitized_bubbleList__tyBSc > li {
  counter-increment: item; /* To display the item number (1, 2, 3...) */
  display: flex;
  margin-bottom: -4px;
  margin-top: -4px;
}

/* The orange number bubbles */
ol.Sanitized_bubbleList__tyBSc > li:before {
  margin-right: -2px;
  content: counter(item); /* To display the item number (1, 2, 3...) */
  background: var(--orange800);
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 19px;
  padding-top: 1px;
  text-align: center;
  position: relative;
  margin-left: -10px;
  transform: translateX(-50%);
}

/* Don't display the quotation marks around links for bubbleList */
ol.Sanitized_bubbleList__tyBSc > li a[href^="#"]::before {
  display: none;
}
ol.Sanitized_bubbleList__tyBSc > li a[href^="#"]::after {
  display: none;
}
.styles_SingleItem__-m5dF {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
  align-items: center;
  border-radius: 8px;
  padding: 6px;
}

.styles_SingleItemParagraph__f8ycA {
  font-family: 'Poppins';
  color: var(--peach900);
  text-align: center;
  overflow-wrap: break-word;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 0px;
}

.styles_footerPartBaseClass__732MQ {
  background-color: white;
  position: absolute;
  left: 10px;
  bottom: 1px;
  border-radius: 15px;
  padding-right: 6px;
  padding-left: 6px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid var(--primaryMain);
}

.styles_footerPartBaseClassNoTransition__aVc35 {
  width: 97%;
  background-color: white;
  position: absolute;
  left: 1.5%;
  bottom: 4px;
  border-radius: 15px;
  padding-right: 6px;
  padding-left: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.styles_backgroundGradient__zoB1I {
  background: radial-gradient(circle at 90% 45%, rgba(48, 83, 252, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 5% 60%, rgba(255, 84, 28, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 95% 45%, rgba(28, 221, 255, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 2% 75%, rgba(157, 28, 255, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 35% 65%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
              radial-gradient(circle at 65% 50%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
              radial-gradient(circle at 75% 45%, rgba(48, 83, 252, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 10% 75%, rgba(255, 84, 28, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 85% 69%, rgba(28, 221, 255, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 15% 80%, rgba(157, 28, 255, 0.2) 2%, transparent 10%),
              radial-gradient(circle at 45% 60%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
              radial-gradient(circle at 55% 45%, rgba(157, 28, 255, 0.1) 2%, transparent 10%);
  background-size: 300% 100%;
  background-blend-mode: screen;
  animation: styles_moveGradient__bkoXk 15s ease-in-out infinite alternate;
  z-index: 1;
}

.styles_scrollable__0XT0O {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  /* scrollbar-width: thin; */
}

/* Scrollbar styling applied globally in index.css */
/* .scrollable::-webkit-scrollbar {
  width: 0.4em;
}

.scrollable::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px var(--shadow000);
  -webkit-box-shadow: inset 0 0 6px var(--shadow000);
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: var(--shadow110);
  outline: 1px solid slategrey;
  border-radius: 0.2em;
} */

@keyframes styles_moveGradient__bkoXk {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
.Typography_base__60hf4 {
  color: var(--blue999);
  font-family: var(--typographyFontFamily);
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0;
  padding: 0;
  z-index: 1;
  pointer-events: none;
}

.Typography_editing__A9Nr\+ {
  color: var(--blue130);
  -webkit-text-stroke: 0.3px black;
  stroke: 0.3px black;
}

.Typography_cMessageAuthor__hM7xh {
  color: var(--orange050);
}

.Typography_fsItalic__zEJT2 {
  font-style: italic;
}

.Typography_dFlex__Gx2ef {
  display: flex;
}

.Typography_lc1__4Vgkh {
  -webkit-line-clamp: 1;
}

.Typography_lc2__Mb0B5 {
  -webkit-line-clamp: 2;
}

.Typography_lc3__YciuL {
  -webkit-line-clamp: 3;
}

.Typography_lhNarrow__wZJRi {
  line-height: 100%;
}

.Typography_taCenter__qrllT {
  text-align: center;
}

.Typography_taRight__7Zo6a {
  text-align: right;
}

.Typography_mlAuto__Oftp7 {
  margin-left: auto;
}

.Typography_mrAuto__gzOe0 {
  margin-right: auto;
}

.Typography_mAuto__iCJ6R {
  margin-left: auto;
  margin-right: auto;
}

.Typography_fwBold__UAa0f {
  font-weight: bold;
}

.Typography_fwMedium__nYQAG {
  font-weight: medium;
}

.Typography_fsLargest__wU3MM {
  font-size: 16px;
}

.Typography_fsLarge__-CqRx {
  font-size: 14px;
}

.Typography_fsSmall__9Pt62 {
  font-size: 11px;
}

.Typography_fsSmallest__I3bg\+ {
  font-size: 10px;
}

.Typography_mbLargest__U9WRW {
  margin-bottom: 16px;
}

.Typography_mbLarge__PA4qC {
  margin-bottom: 8px;
}

.Typography_mbSmall__6am\+V {
  margin-bottom: 4px;
}

.Typography_mbSmallest__pC6t3 {
  margin-bottom: 2px;
}

.Typography_mtLargest__\+3NI3 {
  margin-top: 16px;
}

.Typography_mtLarge__jXx2k {
  margin-top: 8px;
}

.Typography_mtSmall__ww-Uj {
  margin-top: 4px;
}

.Typography_mtSmallest__AyN\+4 {
  margin-top: 2px;
}

.Typography_order__YQr2V {
  margin-top: 25px;
  /* padding-left: 125px; */
}

.Typography_mlAuto__Oftp7.Typography_taRight__7Zo6a.Typography_order__YQr2V {
  margin-top: 25px;
  padding-right: 125px;
}

.Typography_ttCapitalize__E\+khX {
  text-transform: capitalize;
}

.Typography_ttUppercase__fSY6A {
  text-transform: uppercase;
}

.Typography_ttLowercase__vYVm5 {
  text-transform: lowercase;
}
.MessageSender_alignByCurrentUser__j-pZd {
  display: none;
}
.SentimentEmoji_Style__c8Oht {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.SentimentEmoji_Negative__gt8bq {
  animation: SentimentEmoji_pulse__HBtui 1s infinite;
}

/* fixed invalid css */

/* fixed invalid css */
@keyframes SentimentEmoji_pulse__HBtui {
  0% {
    moz-box-shadow: 0 0 0 0 var(--shadow403);
    box-shadow: 0 0 0 0 var(--shadow402);
  }

  70% {
    moz-box-shadow: 0 0 0 8px var(--shadow000);
    box-shadow: 0 0 0 8px var(--shadow000);
  }

  100% {
    moz-box-shadow: 0 0 0 0 var(--shadow000);
    box-shadow: 0 0 0 0 var(--shadow000);
  }
}
.MessageContentWrapperStyles_messageContentWrapper__yf5cs {
  display: block;
  position: relative;
  margin: 1px 0;
  padding: 4px 0;
  -webkit-text-size-adjust: none;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs::before {
  content: '';
  display: none;
  height: calc(100% - 1px);
  width: 0;
  position: absolute;
  top: 0;
  right: -9px;
  border-left: 1px dashed var(--orange700);
  border-right: 1px dashed var(--orange700);
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_isMorphedFooterCloseButtonOnLeft__rzTUU::before {
  right: auto;
  right: initial;
  left: -9px;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_renderBorder__ayfoS::before {
  display: block;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_renderNode__H0yyR::before {
  height: calc(100% - 19px);
  top: 19px;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_showDate__D0xpk::before {
  height: 100%;
  top: 0;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_renderNode__H0yyR.MessageContentWrapperStyles_showDate__D0xpk::before {
  height: calc(100% - 49px);
  top: 49px;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs::after {
  content: '';
  display: none;
  height: 0px;
  width: 0;
  position: absolute;
  bottom: 0px;
  right: -9px;
  border-left: 1px dashed var(--orange700);
  border-right: 1px dashed var(--orange700);
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_isMorphedFooterCloseButtonOnLeft__rzTUU::after {
  right: auto;
  right: initial;
  left: -9px;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs.MessageContentWrapperStyles_renderBorder__ayfoS.MessageContentWrapperStyles_isLastMessage__0SXS2::after {
  display: flex;
  height: 80px;
  bottom: -80px;
}

.MessageContentWrapperStyles_alignByCurrentUser__eg709 {
  align-items: flex-end;
}

.MessageContentWrapperStyles_node__DAn\+Q {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--peach000);
  display: none;
  top: 9px;
  right: -16px;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}

.MessageContentWrapperStyles_renderNode__H0yyR .MessageContentWrapperStyles_node__DAn\+Q {
  display: flex;
}

.MessageContentWrapperStyles_showDate__D0xpk .MessageContentWrapperStyles_node__DAn\+Q {
  top: 39px;
}

.MessageContentWrapperStyles_isMorphedFooterCloseButtonOnLeft__rzTUU .MessageContentWrapperStyles_node__DAn\+Q {
  right: auto;
  right: initial;
  left: -16px;
}

.MessageContentWrapperStyles_node__DAn\+Q::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--peach600) 0%, var(--orange700) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MessageContentWrapperStyles_node__DAn\+Q::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--orange700) 0%, var(--peach600) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MessageContentWrapperStyles_button__-tmy5 {
  min-width: 40px;
  width: 40px;
  height: 40px;
  overflow: visible;
  background-color: transparent;
  border-radius: 50%;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  pointer-events: none;
}

/*
The hidden to shown transition is done using color and background color.
For some reason if opacity is used it makes the on click events for the other
elements get disabled, making the user have to click twice to make them fire.
*/
.MessageContentWrapperStyles_messageContentWrapper__yf5cs:hover .MessageContentWrapperStyles_button__-tmy5,
.MessageContentWrapperStyles_messageContentWrapper__yf5cs:focus .MessageContentWrapperStyles_button__-tmy5,
.MessageContentWrapperStyles_messageContentWrapper__yf5cs:focus-within .MessageContentWrapperStyles_button__-tmy5 {
  color: var(--peach500);
  background-color: var(--gray020);
  pointer-events: all;
  transition: all 0.25s linear;
  animation: MessageContentWrapperStyles_delay-pointer-events__8z0IH 0.25s linear forwards;
}

.MessageContentWrapperStyles_messageContentWrapper__yf5cs:hover .MessageContentWrapperStyles_button__-tmy5:hover,
.MessageContentWrapperStyles_messageContentWrapper__yf5cs:focus .MessageContentWrapperStyles_button__-tmy5:focus,
.MessageContentWrapperStyles_messageContentWrapper__yf5cs:focus-within .MessageContentWrapperStyles_button__-tmy5:focus-within {
  color: var(--orange600);
}

@keyframes MessageContentWrapperStyles_delay-pointer-events__8z0IH {
  0%,
  99% {
    pointer-events: none;
  }
  100% {
    pointer-events: all;
  }
}

.MessageContentWrapperStyles_alignByCurrentUser__eg709 .MessageContentWrapperStyles_button__-tmy5 {
  margin-right: 0;
}

.MessageContentWrapperStyles_button__-tmy5:hover,
.MessageContentWrapperStyles_button__-tmy5:focus {
  color: var(--orange600);
}

.MessageContentWrapperStyles_button__-tmy5 svg {
  font-size: 25px;
  pointer-events: none;
  height: 25px;
  width: 25px;
}

.MessageContentWrapperStyles_messageWrapper__3qTU3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 4px;
}

.MessageContentWrapperStyles_alignByCurrentUser__eg709 .MessageContentWrapperStyles_messageWrapper__3qTU3 {
  justify-content: flex-end;
}

.MessageContentWrapperStyles_blur__sQ9ah {
  filter: blur(0.25em);
  transform: translate3d(0px, 0px, 0px);
}

.MessageContentWrapperStyles_blur__sQ9ah * {
  pointer-events: none !important;
  cursor: default !important;
  -webkit-user-select: none !important;
          user-select: none !important;
}

.MessageContentWrapperStyles_sentiment__wVo8i {
  background-color: var(--gray020);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: default;
}
.MessageContentWrapperStyles_sentiment__wVo8i * {
  font-size: 24px !important;
}

.MessageContentWrapperStyles_hidden__ilP1m {
  display: none;
}

.MessageContentWrapperStyles_disable__Xh6Q4 {
  cursor: not-allowed !important;
}

.Skeletons_loader__YOPdw {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: var(--peach000);
}

/**
 * The background color of var(--gray000)66 is intentionally translucent
 * in order to keep the appearance of the shimmer effect consistent
 * regardless of what background color is used for the skeleton
 */
.Skeletons_loader__YOPdw::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: var(--gray000)66;
  transform: skewX(-20deg);
  animation: Skeletons_shimmer__JUqB5 2.5s infinite;
}

@keyframes Skeletons_shimmer__JUqB5 {
  0% {
    left: -100px
  }

  100% {
    left: 100vw
  }
}
.MessageContentSkeleton_base__KznKU {
  background-color: var(--peach600);
  border: 1px solid var(--orange700);
  border-radius: 8px;
  width: 294px;
  height: 37px;
  display: flex;
  position: relative;
}

.MessageContentSkeleton_alignByCurrentUser__dbWY- {
  background-color: var(--gray000);
}

.MessageContentSkeleton_Action__vdSaj {
  width: 284px;
  height: 48px;
}

.MessageContentSkeleton_Audio__hyY97 {
  width: 300px;
  height: 87px;
}

.MessageContentSkeleton_CalculatorResult__sSNvF {}

.MessageContentSkeleton_Coupon__2\+NdU {}

.MessageContentSkeleton_Disclaimer__taTm9 {
  display: none;
}

.MessageContentSkeleton_Document__4C1cs {
  width: 200px;
  height: 200px;
}

.MessageContentSkeleton_Errand__pCbbi {
  width: 258px;
  height: 110px;
  margin: 8px 0;
  box-shadow: 0 0 6px 0 #00000025;
}

.MessageContentSkeleton_Field__RZdBL {
  width: 224px;
  height: 33px;
}

.MessageContentSkeleton_HelpTip__njTgU {}

.MessageContentSkeleton_HelpTipGroup__-pWZG {}

.MessageContentSkeleton_Invite__BwMzo {}

.MessageContentSkeleton_LockConfirmation__pwKTY {}

.MessageContentSkeleton_Notification__1mi3D {}

.MessageContentSkeleton_Order__PCXql {}

.MessageContentSkeleton_PermissionRejected__dXo2O {}

.MessageContentSkeleton_PropertyListing__irOYt {}

.MessageContentSkeleton_Referrer__-7MyP {
  width: 314px;
  height: 94px;
}

.MessageContentSkeleton_SignatureConfirmation__s9cEh {}

.MessageContentSkeleton_Song__GEcpN {
  width: 244px;
  height: 205px;
}

.MessageContentSkeleton_Text__5-c\+Z {}

.MessageContentSkeleton_Url__Hb67D {}

.MessageContentSkeleton_Video__42CJ0 {}

.MessageContentSkeleton_deletedMessageContent__7CZGm {
  width: 294px;
  height: 37px;
}

.MessageContentSkeleton_privateMessageContent__82LGV {
  width: 240px;
  height: 111px;
}

.CouponMessageContentSkeleton_skeletonWrapper__Cc1rj {
    display: flex;
    width: 350px;
    flex-direction: row;
    justify-content: flex-start;
}

.CouponMessageContentSkeleton_textSkeleton__bH1A3 {
    max-width: 350px;
    height: 100px;
    border-radius: 1.25rem;
}

.CouponMessageContentSkeleton_codeSkeleton__d0Qv9 {
    width: 100px;
    height: 100px;
    border-radius: 1.25rem;
}

@media(max-width: 900px){
    .CouponMessageContentSkeleton_skeletonWrapper__Cc1rj{
        max-width: min(90%, calc(100vw - 50px));
    }
    .CouponMessageContentSkeleton_codeSkeleton__d0Qv9 {
        width: 85px;
    }
    .CouponMessageContentSkeleton_textSkeleton__bH1A3{
        width: calc(100% - 85px);
    }
}
.BlockchainMessageMessageContent_chatBubble__eUx2d {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 1px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.BlockchainMessageMessageContent_chatBubble__eUx2d .BlockchainMessageMessageContent_lockContainer__85YSj {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 100%;
  padding: 2px;
}

.BlockchainMessageMessageContent_chatBubble__eUx2d .BlockchainMessageMessageContent_lockIcon__rniR0 {
  width: 21px;
  height: 25px;
}

.BlockchainMessageMessageContent_chatBubble__eUx2d .BlockchainMessageMessageContent_messageContainer__JRsGZ {
  padding: 8px;
  margin-left: 30px;
}
.BlockchainWelcomeMessageContent_useDefaultBackgroundColor__T\+o-d {
  background-color: var(--peach700) !important;
}

.BlockchainWelcomeMessageContent_useDefaultBorderColor__dagGJ {
  border-color: var(--peach700) !important;
}

.BlockchainWelcomeMessageContent_welcomeContainer__12AD8{
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  z-index: 1;
  margin-top: -20px;
}

.BlockchainWelcomeMessageContent_WCDefaultWidth__VFqQt {
  width: 285px;
}

.BlockchainWelcomeMessageContent_WCSlideOutMobileWidth__\+JVsJ {
  width: 200px;
}

.BlockchainWelcomeMessageContent_WCSlideOutMobileFontSize__RUqF3 {
  font-size: 0.8rem;
}

.BlockchainWelcomeMessageContent_noBottomBorderRadius__C2KrV {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.BlockchainWelcomeMessageContent_operatorView__5pohk {
  margin-top: 0px;
}

.BlockchainWelcomeMessageContent_pointer__zMJ59{
  cursor: pointer;
}

.BlockchainWelcomeMessageContent_top__6I-UC{
  background-color: var(--blue996);
  height: -webkit-fit-content;
  height: fit-content;
  z-index: 2;
  display: flex;
  align-items: end;
  padding: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gray000);
  justify-content: center;
}

.BlockchainWelcomeMessageContent_posRelative__rZ8am {
  position: relative;
}

.BlockchainWelcomeMessageContent_topMarginsPaddings__PSaSS {
  padding-top: 45px;
  margin-top: 60px;
}

.BlockchainWelcomeMessageContent_topBorderRadiuses__Dhu\+5 {
  border-radius: 10px 10px 0 0;
}

.BlockchainWelcomeMessageContent_bottom__teK\+b{
  background-color: var(--peach600);
  height: 50%;
  border: 1px solid var(--blue996);
  z-index: 2;
}
.BlockchainWelcomeMessageContent_bottomDefaultBorderRadius__aDV4h {
  border-radius: 0 0 10px 10px;
}

.BlockchainWelcomeMessageContent_bottomRightBottomCornerStraight__04bdF {
  border-radius: 0 0 0 10px;
}

.BlockchainWelcomeMessageContent_bottomTop__jDmof{
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
}

.BlockchainWelcomeMessageContent_bottomTopLeft__y1wvW{
  background-color: var(--peach600);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 10px 0px 0px 10px;
  font-weight: 500;
  z-index: 2;
  max-width: 70%;
}

.BlockchainWelcomeMessageContent_bottomTopMiddle__F9lJY{
  background-color: var(--peach600);
  width: 45px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 45% 0, 100% 100%, 0% 100%);
  z-index: 2;
  transform: translateX(12px);
}

.BlockchainWelcomeMessageContent_bottomTopRight__iGScx{
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  height: 30px;
  background-color: var(--blue996);
  margin-left: -18px;
  z-index: 1;
  transform: translateY(-3px);
  justify-content: center;
  text-align: center;
  display: flex;
}

.BlockchainWelcomeMessageContent_pr24__jB\+-e {
  padding-right: 24px;
}

.BlockchainWelcomeMessageContent_poppinsFamily__4f3Y2 {
  font-family: 'Poppins';
}

.BlockchainWelcomeMessageContent_bottomBottom__Yo8YT{
  padding: 10px;
}

.BlockchainWelcomeMessageContent_bottomBottomSlideOutPadding__ORk2M {
  padding: 12px !important;
}

.BlockchainWelcomeMessageContent_topCircle__rjefT{
  background-color: var(--peach000);
  margin-left: 50px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  /* overflow: hidden; */
  display: flex;
  justify-content: center;
}

.BlockchainWelcomeMessageContent_innerCircle__m1VgR{
  z-index: 1;
  border-radius: 50%;
  margin-top: 5px;
}

.BlockchainWelcomeMessageContent_imageNoBorderRadius__aGKRt {
  height: 100px;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  width: 100px;
  border: 4px solid transparent;
  object-fit: cover;
}

.BlockchainWelcomeMessageContent_image__QXQyP{
  height: 100px;
  z-index: 1;
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  width: 100px;
  border: 4px solid transparent;
  object-fit: cover;
}

.BlockchainWelcomeMessageContent_step1__sNIbS{
  display: flex;
  left: 10px;
  position: relative;
  margin-top: 7px;
  font-family: var(--typographyFontFamily);
  font-size: 0.8rem;
}

.BlockchainWelcomeMessageContent_stepAfter__3XVGA{
  display: flex;
  left: 10px;
  position: relative;
  margin-top: 13px;
  font-family: var(--typographyFontFamily);
  font-size: 0.8rem;
}

.BlockchainWelcomeMessageContent_stepCircle__7EqsK{
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: var(--blue996);
  position: absolute;
  margin-left: -32px;
}

.BlockchainWelcomeMessageContent_imgCircle__5CPUM {
  height: 100%;
  width: 100%;
  /* bottom: 1px; */
  color: white;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px;
}

.BlockchainWelcomeMessageContent_imgCircle__5CPUM > img {
  min-width: 15px;
  max-width: 15px;
  padding-right: 1px;
}

.BlockchainWelcomeMessageContent_footer__wPwSa {
  background-color: var(--blue996);
  color: white;
  text-align: left;
  padding: 4px 4px 4px 10px;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid var(--blue996);
  margin-bottom: -1px;
  font-size: 0.94rem;
  width: 100%;
  font-weight: 500;
}

.BlockchainWelcomeMessageContent_footer1__y-QSp {
  color: var(--peach700);
}

.BlockchainWelcomeMessageContent_uncheckedBox__B9gFo {
  margin-top: -3px !important;
  display: inline-block;
  width: 17px !important;
  height: 15px !important;
  position: relative;
  margin-right: 2px;
  top: 1px;
  border-radius: 3px;
  background: white;
  border: 1px solid black !important;
}

.BlockchainWelcomeMessageContent_russellIntroImg__\+JBKN{
  margin: 20px 0px;
}

.BlockchainWelcomeMessageContent_russellIntroImg__\+JBKN img{
  width: 250px;
  border-radius: 10px;
}

.BlockchainWelcomeMessageContent_swagText__1CsiM{
  background: var(--peach600);
  border: 1px solid var(--peach700);
  padding: 15px 10px;
  border-radius: 10px;
  margin-top: -26px;
  z-index: 3;
  position: relative;
  width: 250px;
  /* left: 5%; */
  font-size: 13px;
}

.BlockchainWelcomeMessageContent_addMargin__lLB\+O{
  margin-bottom: 250px;
}

.BlockchainWelcomeMessageContent_videoContainer__LQNDL{
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  left: 50px;
  top: 0px;
  z-index: 8;
  cursor: pointer;
  margin-top: 30px;
}

.BlockchainWelcomeMessageContent_videoBox__gIal0{
  position: absolute;
  transition: all 0.5s ease-in-out;
  width: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;

}

.BlockchainWelcomeMessageContent_expandedVideo__3hzLE{
  width: 234px;
  height: auto;
  border-radius: 10px;
  left: -45px;
}

.BlockchainWelcomeMessageContent_videoControls__tU\+X0{
  position: absolute;
  display: flex;
  top: 70px;
}

.BlockchainWelcomeMessageContent_videoButton__vhDNo{
  color: white;
  background: black;
  border-radius: 50%;
  border: 1px solid white;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .BlockchainWelcomeMessageContent_expandedVideo__3hzLE{
    width: 50vw;
  }

  .BlockchainWelcomeMessageContent_addMargin__lLB\+O{
    margin-bottom: 200px;
  }
}

@media (min-width: 900px){
  .BlockchainWelcomeMessageContent_toTheRight__rKIxn{
    left: 238px !important;
    top: 60px !important;
  }
}
.BWMC_title-container-master-slotMachine::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--peach700);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0px 7px 0 7px;
}

@keyframes enlarge {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.BWMC_subContent-gif {
    transition: all 0.4s ease;
}

.BWMC_subContent-gif-enlarge {
    animation-name: enlarge;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}


.BWMC_subContent-gif-enlarge-slotMachine {
    animation-delay: 2s;
    animation-duration: 1.6s;
}

.BWMC_subContent-gif-force-enlarge {
    transform: scale(1.2) !important;
}
.NumberedListMessageContent_titleContainer__P5eSv p {
  background-color: var(--orange700);
  padding: 8px 7px 4px 9px;
  color: white !important;
  font-weight: 500 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 20px;
}

.NumberedListMessageContent_optionsContainer__bthC0 {
  padding: 6px 0px 9px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.NumberedListMessageContent_optionContainer__zLtIA {
  display: flex;
  align-items: center;
}

.NumberedListMessageContent_optionNumber__vlggQ {
  border-radius: 50%;
  background-color: var(--orange700);
  position: absolute;
  width: 18px;
  height: 18px;
  left: -10px;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  cursor: pointer;
}

.NumberedListMessageContent_selectedNumber__pdLKT {
  background-color: green;
}

.SlotMachineMessageContent_rootContainer__9SR6\+ {
  margin-top: 15px;
  overflow-x: clip; /* hide the animated truck after moving out of container */
}

.SlotMachineMessageContent_bubbleContainer__g0Pe9 {
  position: relative;
  height: -webkit-fit-content;
  height: fit-content;
  width: 100%;
  background-color: var(--peach600);
  border: solid 1px var(--orange700);
  border-radius: 10px;
  display: flex;
  overflow-y: visible;
}

.SlotMachineMessageContent_bubbleContainer__g0Pe9:hover {
  cursor: pointer;
}

.SlotMachineMessageContent_left__JuVfg {
  position: relative;
  max-width: 160px;
  padding: 10px;
  font-size: 0.8rem;
  font-family: var(--typographyFontFamily);
}

.SlotMachineMessageContent_right__VAs4m {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

/* 
.topCircle styles the top bump of the message bubble which includes the 
seamless continuation of the orange border over the bump. 

Parent element is a circle with a border the same as the bubble's border. 

The ::before pseudo-element is a rectangle with the same background color as 
the bubble's background designed to mask the borders of the parent element. 

The ::after pseudo-element is a circle with the same background color as the 
bubble's background color

The same idea applies to the .bottomCircle style
*/
.SlotMachineMessageContent_topCircle__4-Qqz {
  display: flex;
  justify-content: center;
  position: absolute;
  background-color: var(--peach600);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: -20px;
  left: 50%;
  translate: -50%;
  border: solid 1px var(--orange700);
}

.SlotMachineMessageContent_topCircle__4-Qqz::before {
  content: '';
  position: absolute;
  background-color: var(--peach600);
  bottom: 0px;
  width: calc(100% + 4px);
  height: calc(50% + 20px);
  left: 50%;
  translate: -50%;
}

.SlotMachineMessageContent_topCircle__4-Qqz::after {
  content: '';
  position: absolute;
  background-color: var(--orange700);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  left: 50%;
  translate: -50%;
  top: 5px;
}

.SlotMachineMessageContent_topCircleDot__atq3B {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: var(--gray000);
  border-radius: 50%;
  z-index: 1;
  top: 12px;
}

.SlotMachineMessageContent_miniSlotMachineContainer__VGzCe {
  position: relative;
  margin: 5px;
  background-color: var(--peach400);
  border: solid 3px var(--orange700);
  border-radius: 10px;
  width: 155px;
  height: 85px;
  padding: 5px;
}

.SlotMachineMessageContent_slotsContainer__8xyS9 {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  padding: 5px 5px 12px 5px;
}

.SlotMachineMessageContent_slot__-0czh {
  flex: 1 1;
  max-width: 33%;
  border: solid 1px var(--orange700);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SlotMachineMessageContent_slot__-0czh img {
  width: 100%;
}

.SlotMachineMessageContent_playButton__vTJqh {
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--orange700);
  border-radius: 50%;
  bottom: 0px;
  left: 50%;
  translate: -50% calc(50% + 2px);
  justify-content: center;
  align-items: center;
}

.SlotMachineMessageContent_playButton__vTJqh > svg {
  fill: var(--gray000);
}

.SlotMachineMessageContent_bottomCircle__mLEsX {
  position: absolute;
  background-color: var(--peach600);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: -15px;
  left: 50%;
  translate: -50%;
  border: solid 1px var(--orange700);
}

.SlotMachineMessageContent_bottomCircle__mLEsX::before {
  content: '';
  position: absolute;
  background-color: var(--peach600);
  width: calc(100% + 4px);
  height: calc(50% + 5px);
  left: 50%;
  translate: -50%;
}

/* CSS rules for the countdown UI */
.SlotMachineMessageContent_timerContainer__Lorf2 {
  width: 150px;
  height: 90px;
}

.SlotMachineMessageContent_timerTopCircle__dmBPJ {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  background-color: var(--peach600);
  width: 115px;
  height: 115px;
  border-radius: 50%;
  top: -40px;
  left: 50%;
  translate: -50%;
  border: solid 1px var(--orange700);
  border-bottom: 0;
  padding-top: 10px;
}

.SlotMachineMessageContent_timerTopCircle__dmBPJ::before {
  content: '';
  position: absolute;
  background-color: var(--peach600);
  top: 39.5px;
  width: calc(100% + 4px);
  height: calc(50% + 20px);
  left: 50%;
  translate: -50%;
}

.SlotMachineMessageContent_timer__TjmWt {
  position: relative;
  text-align: center;
  font-family: var(--typographyFontFamily);
  top: 18px;
  line-height: 1.15;
}

.SlotMachineMessageContent_timer__TjmWt p {
  text-transform: capitalize;
}

.SlotMachineMessageContent_timerTopCircle__dmBPJ > img {
  position: absolute;
  left: 50%;
  translate: -50%;
  z-index: 1;
  height: 85px;
  width: 85px;
}

.SlotMachineMessageContent_timerContainer__Lorf2 > img {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  translate: -50%;
}

.SlotMachineMessageContent_timer__TjmWt > p {
  font-size: 9pt;
}

.SlotMachineAfterWinAnimation_rootContainer__BeHTK {
  height: 100px;
  width: 100px;
}

.SlotMachineAfterWinAnimation_topCircle__4YfN5 {
  display: flex;
  justify-content: center;
  position: absolute;
  background-color: var(--peach600);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: -20px;
  left: calc(50% - 10px);
  translate: -50%;
  border: solid 1px var(--orange700);
}

.SlotMachineAfterWinAnimation_topCircle__4YfN5::before {
  content: '';
  position: absolute;
  background-color: var(--peach600);
  bottom: -1px;
  width: calc(100% + 4px);
  height: calc(50% + 21px);
  left: 50%;
  translate: -50%;
}

.SlotMachineAfterWinAnimation_prize__6UC8a {
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  left: calc(50% - 10px);
  top: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.SlotMachineAfterWinAnimation_prizeAnimation__8F7Xo {
  animation: SlotMachineAfterWinAnimation_prizeAnimation__8F7Xo 4s linear 1;
  animation-fill-mode: forwards;
}
.SlotMachineAfterWinAnimation_truck__fMU25 {
  height: 30px;
  width: 60px;
  position: absolute;
  bottom: 0px;
  left: -260px;
  z-index: 2;
}
.SlotMachineAfterWinAnimation_truckAnimation__GC8G3 {
  animation: SlotMachineAfterWinAnimation_truckAnimation__GC8G3 4s linear 1;
  animation-fill-mode: forwards;
}

.SlotMachineAfterWinAnimation_fireworks__HXXY8 {
  width: 115px;
  height: 100px;
  position: absolute;
  opacity: 1;
  left: calc(50% - 10px);
  top: -10px;
  translate: -50%;
  z-index: 1;
  -webkit-user-select: none;
          user-select: none;
}

.SlotMachineAfterWinAnimation_fireworksAnimation__pCE0M {
  animation: SlotMachineAfterWinAnimation_fireworksAnimation__pCE0M 4s linear 1;
  animation-fill-mode: forwards;
}

@keyframes SlotMachineAfterWinAnimation_prizeAnimation__8F7Xo {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  /* 1. Appear */
  20% {
    opacity: 1;
    transform: scale(1);
  }
  /* 2. Scale down and move up */
  40% {
    opacity: 1;
    transform: translateY(-30px) scale(1);
  }
  /* 3. Scale down and move down */
  60% {
    opacity: 1;
    transform: translateY(30px) scale(0.1);
  }
  /* 4. fade away quickly*/
  65% {
    opacity: 0;
    transform: translateY(30px) scale(0.1);
  }
  /* move back to origin while invisible */
  90% {
    opacity: 0;
    transform: scale(0);
  }
  /* return to full size and keep */
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes SlotMachineAfterWinAnimation_truckAnimation__GC8G3 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: translateX(275px);
  }
  60% {
    opacity: 1;
    transform: translateX(275px);
  }
  65% {
    opacity: 1;
    transform: translateX(275px);
  }
  90% {
    opacity: 1;
    transform: translateX(500px);
  }
  95% {
    opacity: 0;
    transform: translateX(500px);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes SlotMachineAfterWinAnimation_fireworksAnimation__pCE0M {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: translateX(40px) scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.MessageBodyShimmeringSkeleton_container__84hWk {
  background: linear-gradient(90deg, #fff1e3, #ff541c);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 9px;
  gap: 9px;
}

.MessageBodyShimmeringSkeleton_line__4zX2D {
  background: linear-gradient(90deg, #fff3ee 25%, hsl(28, 98.1%, 59.4%) 50%, #fff3ee 75%);
  background-size: 200% 100%;
  animation: MessageBodyShimmeringSkeleton_shimmer__qxL3H 2.5s infinite linear;
  border-radius: 5px;
  width: 80%;
  height: 17px;
  transform: scaleX(-1);
}

@keyframes MessageBodyShimmeringSkeleton_shimmer__qxL3H {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

:root {
  --transition-duration: 500ms;
  --height-duration: 550ms;
  --margin-duration: 450ms;
  --width-duration: 500ms;
}

.TwinAvatarStyles_avatarContainer__Ln9sj {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Make sure avatar shows over message bubble */
  z-index: 1;
  pointer-events: auto;

  /* Border properties */
  border-radius: 50%;
  /* overflow: hidden; */
  transform-origin: 0 100% 0;
  border: 1px solid var(--orange700);

  background-color: white;

  transition: transform 500ms cubic-bezier(0.33, 1, 0.68, 1),
    width 500ms cubic-bezier(0.33, 1, 0.68, 1),
    height 550ms cubic-bezier(0.25, 1, 0.5, 1),
    margin-right 450ms cubic-bezier(0.33, 1, 0.68, 1), border-color 0.3s ease-in-out;

  transition: transform var(--transition-duration) cubic-bezier(0.33, 1, 0.68, 1),
    width var(--width-duration) cubic-bezier(0.33, 1, 0.68, 1),
    height var(--height-duration) cubic-bezier(0.25, 1, 0.5, 1),
    margin-right var(--margin-duration) cubic-bezier(0.33, 1, 0.68, 1), border-color 0.3s ease-in-out;
}

.TwinAvatarStyles_growing__6XG8e {
  transform: scale(1);
  margin-right: -10px;
  height: 150px;
  width: 150px;
}

.TwinAvatarStyles_shrinking__KF47M {
  transform: scale(0);

  /* Border properties gap 4px border 4px */
  margin-right: -8px;
  height: 0px;
  width: 0px;
}

.TwinAvatarStyles_video__v7w8y {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.TwinAvatarStyles_unMuteButton__ekp4J {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.TwinAvatarSkeleton_glowingCircle__RkHCg {
  position: absolute; /* Change to 'fixed' if needed */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow:
    0 0 10px #fff,
    -2px 0 10px #f0f,
    2px 0 10px #0ff, 
    inset 0 0 50px #fff,
    inset 50px 0 80px #f0f,
    inset -50px 0 80px #0ff,
    inset 50px 0 300px #f0f,
    inset -50px 0 300px #0ff;
  animation: TwinAvatarSkeleton_pulsate__axA-y 6s linear infinite;

  /* Fade-out effect */
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.TwinAvatarSkeleton_hidden__1VhVf {
  opacity: 0;
  visibility: hidden;
}

@keyframes TwinAvatarSkeleton_pulsate__axA-y {
  50% {
    box-shadow:
      0 0 10px #fff,
      2px 0 10px #f0f,
      -2px 0 10px #0ff,
      inset 0 0 50px #fff,
      inset -50px 0 80px #f0f,
      inset 50px 0 80px #0ff,
      inset -50px 0 300px #f0f,
      inset 50px 0 300px #0ff;
  }
}

.CurrentWorkflowProgress_text__mlgie {
  color: inherit;
  font-size: 10px;
  line-height: 1.1;
  display: block;
  width: 100%;
  text-align: center;
}

.CurrentWorkflowProgress_class__AUgqJ progress {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  max-width: 110px;
  border-radius: 9px;
  margin: 4px 0;
  height: 12px;
  background: var(--gray070);
  position: relative;
}

.CurrentWorkflowProgress_class__AUgqJ progress::-webkit-progress-bar {
  border-radius: 9px;
  background: var(--gray070);
}

.CurrentWorkflowProgress_class__AUgqJ progress::-webkit-progress-value {
  border-radius: 9px;
  background: var(--green800);
}

.CurrentWorkflowProgress_class__AUgqJ progress::-moz-progress-bar {
  border-radius: 9px;
  background: var(--green800);
}

.CurrentWorkflowProgress_class__AUgqJ[data-complete="true"] progress {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 9px;
  margin: 4px 0;
  height: 12px;
  background: var(--gray070);
  display: flex;
  position: relative;
  width: 100%;
}

.CurrentWorkflowProgress_class__AUgqJ {
    position: relative;
    cursor: pointer;
}

.CurrentWorkflowProgress_class__AUgqJ[data-complete="true"] div {
  position: absolute;
  top: 50%;
  left: 5.6px;
  transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--gray000);
  z-index: 2;
  gap: 2px;
}

.CurrentWorkflowProgress_class__AUgqJ[data-complete="true"] svg {
  width: 12px;
  height: 12px;
}


.CurrentWorkflowProgress_class__AUgqJ[data-complete="true"] small {
  font-size: 8px;
}

.CurrentWorkflowProgress_indicator__L-3Pl {
  position: absolute;
  top: 4px;
  transform: translateX(-50%);
  width: 10px;
  height: 100%;
  height: 12px;
  background-color: var(--gray070);
  pointer-events: none;
  z-index: 1;
  border-radius: 3px;
}

.CurrentWorkflowProgress_defaultCursor__k9Irk {
  cursor: default;
}
.Styles_pulse__c5yAg {
  animation: Styles_Pulse__CNMK4 2000ms ease-in-out infinite;
}

@keyframes Styles_Pulse__CNMK4 {
  0% {  opacity: 1 }
  50% { opacity: 0.75 }
  100% { opacity: 1 }
}

.Styles_fade__Wzvi- {
  animation: Styles_Fade__dML0Y 1000ms ease-in-out;
}

@keyframes Styles_Fade__dML0Y {
  0% {  opacity: 1 }
  45% { opacity: 0 }
  55% { opacity: 0 }
  100% { opacity: 1 }
}
.Styles_pulse__5vWoz {
  animation: Styles_Pulse__wEAO0 2000ms ease-in-out infinite;
}

@keyframes Styles_Pulse__wEAO0 {
  0% { 
    opacity: 1
  }

  50% {
    opacity: 0.75
  }

  100% {
    opacity: 1
  }
}
.MessageContent_style__wk0lr {
  border: 1px solid var(--orange700);
  color: var(--gray920);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 8px;
  padding: 6px 7px 8px 9px;
  column-gap: 4px;
  background-color: var(--peach600);
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 60%;
}

.MessageContent_internal__jQ78t {
  border: 1px solid var(--peach020);
  background-color: var(--gray400);
}

.MessageContent_sentByCurrentUser__PP5Nw {
  background-color: var(--gray000);
}

.MessageContent_peNone__TOPrw {
  pointer-events: none;
}

.MessageContent_peAll__vhK36 {
  pointer-events: all;
}

@media (max-width: 900px) {
  .MessageContent_style__wk0lr {
    max-width: 90%;
  }
}
.PrivateMessageContent_wrapper__pL5mq {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 290px;
  pointer-events: all;
  z-index: 1;
}

.PrivateMessageContent_alignByCurrentUser__AsWHS {
  margin-left: auto;
}

.PrivateMessageContent_message__FfVje {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid var(--orange700);
  background-color: var(--peach600);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  padding: 5px 12px;
}

.PrivateMessageContent_message__FfVje > div {
  font-size: 12px;
  color: var(--gray920);
  font-weight: bold;
  font-family: var(--typographyFontFamily);
}

.PrivateMessageContent_message__FfVje > p {
  font-size: 14px;
  color: var(--gray600);
  font-weight: normal;
  font-family: var(--typographyFontFamily);
  line-height: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  width: 266px;
}

.PrivateMessageContent_sentByCurrentUser__aiHj2 .PrivateMessageContent_message__FfVje {
  background-color: var(--gray000);
}

.PrivateMessageContent_badge__QuDht {
  background-color: var(--orange700);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  padding: 5px 12px;
  display: flex;
}

.PrivateMessageContent_badge__QuDht img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  display: inline-block;
}

.PrivateMessageContent_name__KsXMA {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  font-family: var(--typographyFontFamily);
  color: var(--gray920);
  display: inline-block;
}

.PrivateMessageContent_name__KsXMA > * {
  display: block;
  font-size: 12px;
  color: var(--gray000);
  font-weight: bold;
  font-family: var(--typographyFontFamily);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.PrivateMessageContent_time__nCxWl {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: max-content;
  display: inline-block;
}

.PrivateMessageContent_time__nCxWl div:first-child {
  font-size: 12px;
  color: var(--gray000);
  font-weight: bold;
  font-family: var(--typographyFontFamily);
  width: -webkit-max-content;
  width: max-content;
}
.PrivateMessageContent_time__nCxWl div:last-child {
  font-size: 10px;
  color: var(--gray920);
  font-weight: bold;
  font-family: var(--typographyFontFamily);
  width: -webkit-max-content;
  width: max-content;
}
div.AnalyzingAngel_fallback__\+iePV {
  width: 149px;
  height: 25px;
  border-radius: 10px;
  margin-bottom: 11px;
  background-color: var(--peach600);
  border: 1px solid var(--orange800);
}

.AnalyzingAngel_outerWrapper__UYf7u {
  max-width: min(90%, calc(100vw - 50px));
}

.AnalyzingAngel_chatBubble__sSIWA {
  display: flex;
  align-items: center;
  background-color: var(--peach600);
  border-color: var(--orange800);
}

.AnalyzingAngel_gifWrapper__GXeEn {
  background-color: var(--orange800);
  border-radius: 7px;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AnalyzingAngel_gifImg__fIomv {
  min-width: 100%;
  max-width: 100%;
  margin: -2px 0 -2px 0;
}

.AnalyzingAngel_messageWrapper__6C0tc {
  padding: 4px 8px 4px 2px;
}

/* Ensure the gif and message do not get split into two lines on smaller mobile screens */
@media (max-width: 365px) {
  .AnalyzingAngel_gifWrapper__GXeEn {
    width: 36px;
    padding: 4px 0 4px;
    height: 32px;
  }

  .AnalyzingAngel_messageWrapper__6C0tc {
    padding-right: 4px;
  }

  .AnalyzingAngel_outerWrapper__UYf7u {
    max-width: 98%;
  }
}

.rainbowWrapper {
  box-sizing: border-box;
  font-family: inherit;
  margin: 0;
  text-transform: none;
  position: relative;
  display: inline-flex;
  height: 2.75rem;
  animation: rainbow 2s infinite linear;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  white-space: nowrap;
  background-color: hsl(240, 6%, 11%);
  background-image: linear-gradient(var(--primaryBackground), var(--primaryBackground)),
    linear-gradient(90deg,
      hsl(0, 98%, 64%),
      hsl(92, 98%, 62%),
      hsl(208, 98%, 64%),
      hsl(196, 99%, 62%),
      hsl(268, 98%, 62%));
  background-size: 200%;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: hsl(0 0% 98%);
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgba(0, 0, 0, 0.12),
    0 1px 2px -1px rgba(0, 0, 0, 0.12);
  transition-duration: .15s;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.42, 0, 0.22, 1);
  background-clip: padding-box, border-box, border-box;
  background-origin: border-box;
  border: .07rem solid transparent;
}

.rainbowWrapper:hover {
  background-color: rgba(240 5.9% 10%, 0.9);
  /* Equivalent to hover:bg-primary/90 */
}

.rainbowWrapper:focus-visible {
  outline: none;
  ring: 1px solid;
  ring-color: 240 5% 64.9%;
  /* focus-visible:ring-ring */
}

/* Animation for "animate-rainbow" */
.rainbowWrapper {
  animation: rainbow 3s linear infinite;
}

@keyframes rainbow {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 200%;
  }
}

.rainbowWrapper::before {
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  animation: rainbow 2s linear infinite;
  background: linear-gradient(90deg,
      rgb(255, 70, 70),
      rgb(158, 255, 70),
      rgb(70, 158, 255),
      rgb(70, 205, 250),
      rgb(165, 70, 255));
  background-size: 200%;
  filter: blur(5.5px);
  cursor: inherit;
  display: block;
  border-radius: inherit;
}
.ARStyles_hide__hAZHw{
  display: none;
}
.ARStyles_show__VNDrc{
  display: flex;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 6px;
  padding-right: 0;
}
.ARStyles_show__VNDrc > button {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 6px;
}

.ARStyles_micContainerWrapper__-BLTS{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ARStyles_micContainer__Ic6Ws{
  width: 40px;
  height: 40px;
  background: var(--peach900);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.ARStyles_mic__\+2onz{
  color: var(--peach100);
  height: 20px;
  width: 20px;
}

.ARStyles_micOff__gW6MF{
  color: var(--orange900);
  height: 37px;
  width: 40px;
  padding: 5px;
  transform: translateY(5px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 5px;
}

.ARStyles_micOff__gW6MF svg{
  padding: 1px;
  width: 40px;
  height: 40px;
}

.ARStyles_micOff__gW6MF:hover{
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
}

.ARStyles_disable__yFhPV{
  cursor: not-allowed;
}

.ARStyles_shift__8QVef{
  margin-top: 15px;
}

@media (max-width: 900px) {
  .ARStyles_micContainer__Ic6Ws {
    width: 40px;
    height: 40px;
  }
}

.SkipAction_class__4LpKS {
  width: 0;
  transition: width 500ms ease-out;
  overflow: hidden;
}
.SkipAction_errandIcon__rh6eg {
  width: 57px;
}
.SkipAction_shouldHide__Pm0nF {
  width: 0;
}
.SkipAction_class__4LpKS > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 52px;
  height: 100%;
  overflow: hidden;
}
.SkipAction_class__4LpKS > div > button,
.SkipAction_class__4LpKS > div > button:hover {
  display: block;
  min-width: 53px;
  min-height: 53px;
  max-width: 53px;
  max-height: 53px;
  border-radius: 6px;
  background-color: var(--orange500);
  color: var(--peach100); 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  position: relative;
  margin-top: 3px;
}
.SkipAction_class__4LpKS > div > button:after {
  content: '';
  opacity: 0;
  background: rgba(255, 84, 28, 0.15);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.SkipAction_class__4LpKS > div > button:focus::after {
  animation: SkipAction_ripple__sGduL 0.5s ease-out;
}
@keyframes SkipAction_ripple__sGduL {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: scale(10, 10);
  }
}
.SkipAction_class__4LpKS > div > button * {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.SkipAction_class__4LpKS > div > button > svg {
  width: auto;
  min-height: 32px;
  -webkit-user-select: none;
          user-select: none;
}
.SkipAction_class__4LpKS.SkipAction_disable__l5dY9 * {
  cursor: not-allowed;
}
.SkipAction_class__4LpKS > div > button:hover {
  outline: 2px solid rgba(0,0,0,0.04);
}

.SkipAction_class__4LpKS > div > button::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: currentColor;
  transition: transform 0.5s ease-out, opacity 1s ease-out;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform-origin: center;
  opacity: 0;
}

.SkipAction_class__4LpKS > div > button:active::after,
.SkipAction_class__4LpKS > div > button:focus::after {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: .2;
  transition: transform 0.3s ease-out, opacity .3s ease-out;
}

.SkipAction_class__4LpKS > div > button > p {
  position: absolute;
  top: 50%;
  transform: translate(calc(-50% + 3px), -5px);
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
}

.SkipAction_class__4LpKS.SkipAction_en__MdqB8 > div > button > p,
.SkipAction_class__4LpKS.SkipAction_es__6ba\+n > div > button > p {
  transform: translate(calc(-50% + 3px), -7px);
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
}

.SkipAction_class__4LpKS.SkipAction_hi__xRjvB > div > button > p {
  transform: translate(calc(-50% + 3px), -7px);
}

.SkipAction_class__4LpKS.SkipAction_ht__QJxTq > div > button > p {
  transform: translate(calc(-50% + 5px), -3px);
  font-size: 10px;
}

.SkipAction_class__4LpKS.SkipAction_ja__3plM6 > div > button > p {
  transform: translate(calc(-50% + 4px), -4px);
  font-size: 8px;
}

.SkipAction_class__4LpKS.SkipAction_vi__LP\+pT > div > button > p {
  transform: translate(calc(-50% + 5px), -3px);
  font-size: 10px;
}

.SkipAction_class__4LpKS.SkipAction_zh__5yPNu > div > button > p {
  transform: translate(calc(-50% + 3px), -6px);
  font-size: 12px;
}


@media (min-width: 900px) {
  .SkipAction_class__4LpKS > div > button,
  .SkipAction_class__4LpKS > div > button:hover {
    min-width: 52px;
    min-height: 52px;
    max-width: 52px;
    max-height: 52px;
    margin-top: 1px;
  }
}
.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a {
  background-color: var(--orange000);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  height: 100%;
  margin-top: -6px;
  padding: 8px;
  position: relative;
  min-width: 40px;
  color: var(--gray000);
  cursor: pointer;
  border: none;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}

.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a:hover svg,
.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a:focus svg {
  opacity: .9;
}

button.AttachmentMenuCloseButtonStyles_attchMenuBlueBtnWrapper__bpAYX {
  background-color: var(--blue930);
}

button.AttachmentMenuCloseButtonStyles_attchMenuRedBtnWrapper__oVAMZ {
  background-color: var(--blue300);
}

button.AttachmentMenuCloseButtonStyles_attchMenuDarkBlueBtnWrapper__7eYW\+ {
  background-color: var(--blue995);
}

.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a::before {
  position: absolute;
  left: -9px;
  top: 0px;
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  background: radial-gradient(circle at 0% 100%, transparent 8px, var(--orange000) 9px, var(--orange000) 10px);
}

button.AttachmentMenuCloseButtonStyles_attchMenuBlueBtnWrapper__bpAYX::before {
  background: radial-gradient(circle at 0% 100%, transparent 8px, var(--blue930) 9px, var(--blue930) 10px);
}
button.AttachmentMenuCloseButtonStyles_attchMenuRedBtnWrapper__oVAMZ::before {
  background: radial-gradient(circle at 0% 100%, transparent 8px, var(--blue300) 9px, var(--blue300) 10px);
}
button.AttachmentMenuCloseButtonStyles_attchMenuDarkBlueBtnWrapper__7eYW\+::before {
  background: radial-gradient(circle at 0% 100%, transparent 8px, var(--blue995) 9px, var(--blue995) 10px);
}
.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a.AttachmentMenuCloseButtonStyles_left__870uK::before {
  left: auto;
  left: initial;
  right: -9px;
  background: radial-gradient(circle at 100% 100%, transparent 8px, var(--orange000) 9px, var(--orange000) 10px);
}

.AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a svg {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

@media (min-width: 900px) {
  .AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a {
    height: calc(100% - 7px);
    margin-bottom: 10px;
  }
}

@media (max-width: 900px){
  .AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a{
    margin-bottom: 10px;
  }

  .AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a svg{
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .AttachmentMenuCloseButtonStyles_attchMenuBtnWrapper__vTs-a::before{
    height: 20px;
  }
}

.OTPInputStyles_otpWrapper__RsyQB{
  width: 100%;
  display: flex;
  flex-direction: row;
}

.OTPInputStyles_otpSingleBox__RsN8Y{
  border: 2px solid var(--peach700);
  border-radius: 10px;
  margin: 0 3px;
  max-width: 33px;
  height: 30px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 1px;
}

@keyframes OTPInputStyles_shake__Os1NE {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

.OTPInputStyles_otpWrapper__RsyQB .OTPInputStyles_focused__sg\+ru,
.OTPInputStyles_otpWrapper__RsyQB .OTPInputStyles_otpSingleBox__RsN8Y:focus,
.OTPInputStyles_otpWrapper__RsyQB .OTPInputStyles_otpSingleBox__RsN8Y:active {
  border: 3px solid var(--orange050);
  outline: none;
}

.OTPInputStyles_rightOfOtp__zuuxL{
  width: 100%;
}

.OTPInputStyles_otpWrapper__RsyQB .OTPInputStyles_errorOn__eqEIM{
  animation: OTPInputStyles_shake__Os1NE 300ms;
  -webkit-animation: OTPInputStyles_shake__Os1NE 300ms;
  border-color: red !important;
}

@media (max-width: 400px){
  .OTPInputStyles_otpSingleBox__RsN8Y{
    max-width: 25px;
  }
}

.OTPInputStyles_overInput__XajpS {
  border: 1px solid transparent;
  position: absolute;
  height: 30px;
  background: transparent;
  letter-spacing: 30px;
  font-size: 1rem;
  padding-left: 14px;
  width: 176px;
  outline: none;
}

.OTPInputStyles_hideCaret__m57WN {
  caret-color: transparent;
}

@media (max-width: 400px){
  .OTPInputStyles_overInput__XajpS{
    letter-spacing: 22px;
    padding-left: 10px;
    width: 155px;
  }
}
.NewPasswordInputStyles_input__UkJbP {
  font-family: var(--typographyFontFamily);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4375em;
  /* color: rgba(0, 0, 0, 0.87); */
  box-sizing: border-box;
  position: relative;
  cursor: text;
  display: inline-flex;
  align-items: center;
  padding: 4px 0 5px;
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  overflow: auto;
  /* scrollbar-width: thin; */
  flex: 1 1;
  padding-right: 1px;
  color: var(--gray920);
}

.NewPasswordInputStyles_input__UkJbP:focus {
  outline:none !important;
}

@keyframes NewPasswordInputStyles_shake__4r3n9 {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

.NewPasswordInputStyles_shake__4r3n9{
  animation: NewPasswordInputStyles_shake__4r3n9 300ms;
  -webkit-animation: NewPasswordInputStyles_shake__4r3n9 300ms;
  border-color: red !important;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(https://www.swmc.com/angelai/static/media/flags.bd95ef49b665a571ca04.webp);
  --iti-path-flags-2x: url(https://www.swmc.com/angelai/static/media/flags@2x.bea0200ba7ea874b359f.webp);
  --iti-path-globe-1x: url(https://www.swmc.com/angelai/static/media/globe.7fb216c936a98b90918e.webp);
  --iti-path-globe-2x: url(https://www.swmc.com/angelai/static/media/globe@2x.5dc7e51d6b5d42fc2be4.webp);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: 6px;
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: calc(6px / 2) solid transparent;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: calc(6px / 2) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: 4px solid #555;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(1px * -1);
  margin-left: calc(var(--iti-border-width) * -1);
  border: 1px solid #ccc;
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid #ccc;
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px 8px;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: #999;
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: 8px;
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 8px;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: rgba(0, 0, 0, 0.05);
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: 12px;
  height: var(--iti-flag-height);
  width: 16px;
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://www.swmc.com/angelai/static/media/flags.bd95ef49b665a571ca04.webp);
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: 3904px 12px;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: url(https://www.swmc.com/angelai/static/media/globe.7fb216c936a98b90918e.webp);
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url(https://www.swmc.com/angelai/static/media/flags@2x.bea0200ba7ea874b359f.webp);
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: url(https://www.swmc.com/angelai/static/media/globe@2x.5dc7e51d6b5d42fc2be4.webp);
    background-image: var(--iti-path-globe-2x);
  }
}
.iti {
  width: 100%;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type='text'],
.iti input.iti__tel-input[type='tel'] {
  /* uncomment if showFlag is true */
  padding-left: 36px;
  padding-right: 0 !important;
  padding-right: initial !important;
  height: 35px;
  font-family: 'Poppins';
  font-size: 16px;
  border: medium none currentColor;
  border: initial;
  width: 100%;
}

.iti:focus-visible,
.iti input.iti__tel-input:focus-visible {
  outline: none;
}

.iti__country-container {
  left: 0;
  right: auto !important;
  right: initial !important;
}

.internationalPhoneNumberContainer {
  width: 100%;
}

.ChatSendButton_sendArrowContainer__q6zW8{
  width: 40px;
  height: 40px;
  background: var(--peach500);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  
}

.ChatSendButton_sendArrowContainerAttachmentMorphRules__T51Lc {
  width: 31px;
  height: 31px;
  background: var(--peach500);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid white; 
}

.ChatSendButton_arrow__p7W2U{
  color: var(--peach100);
  height: 20px;
  width: 20px;
  margin-left: 3px;
}

.ChatSendButton_arrowAttachmentMorphRules__c4Fyd {
  color: white;
  height: 14px;
  width: 14px;
  margin-left: 3px;
}

.ChatSendButton_attachmentMorphRules__19Rrp::before {
  transform: scaleX(-1);
  position: absolute;
  top: -7px;
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  left: -9px;
  background: radial-gradient(circle at 100% 100%, transparent 8px, var(--orange000) 9px, var(--orange000) 10px);
}

.ChatSendButton_maxHeight__hMajO{
  position: relative;
  align-items: center;
  display: flex;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: center;
  width: 50px;
  justify-content: center;
  align-items: flex-end;
}
.ChatSendButton_maxHeight__hMajO > button {
  margin-bottom: 5px;
}

.ChatSendButton_privateChat__mCxgI{
  padding-top: 13px;
  background-color: var(--peach000) !important;
  border: 1px solid var(--orange000) !important;
  border-top: none !important;
}

.ChatSendButton_privateChat__mCxgI::before{
  position: absolute;
  left: -10px;
  right: auto;
  right: initial;
  top: -3px;
  width: 0.625rem;
  height: 0.625rem;
  content: '';
  display: block;
  z-index: 1002;
  background: radial-gradient(circle at 0% 100%, transparent 0.5rem, var(--orange000) 0.5625rem, var(--peach000) 0.625rem);
}

.ChatSendButton_privateChat__mCxgI::after{
  position: absolute;
  right: -1px;
  top: -5px;
  width: 48px;
  height: 11px;
  content: '';
  display: block;
  z-index: 1002;
  background: var(--peach000);
  border-right: 1px solid var(--orange000);
}

.ChatSendButton_replyChat__8KzeE{
  padding-top: 14px;
  background-color: var(--peach000);
  border: 1px solid var(--orange000);
  border-top: none !important;
  height: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: var(--gray000) !important;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.ChatSendButton_replyChat__8KzeE::before{
  position: absolute;
  left: -10px;
  right: auto;
  right: initial;
  top: -3px;
  width: 0.625rem;
  height: 0.625rem;
  content: '';
  display: block;
  z-index: 10;
  background: radial-gradient(circle at 0% 100%, transparent 0.5rem, var(--orange000) 0.5625rem, var(--gray000) 0.625rem);}

.ChatSendButton_replyChat__8KzeE::after{
  position: absolute;
  right: -1px;
  top: -14px;
  width: 48px;
  height: 16px;
  content: '';
  display: block;
  z-index: 1002;
  background: var(--gray000);
  border-right: 1px solid var(--orange000);
}

.ChatSendButton_editChat__myNfe, .ChatSendButton_editChat__myNfe::after{
  background: var(--gray000) !important;
}

.ChatSendButton_editChat__myNfe::before {
  background: radial-gradient(circle at 0% 100%, transparent 0.5rem, var(--orange000) 0.5625rem, var(--gray000) 0.625rem);
}

.ChatSendButton_timeMobile__V70WF {
  padding-top: 32px;
  padding-bottom: 9px;
  background-color: var(--orange000) !important;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid var(--orange000);
  border-top: none;
  z-index: 5;
  transform: translate(0px, -11px);
  height: 85px;
}

.ChatSendButton_timeMobile__V70WF ::before{
  position: absolute;
    left: -14px;
    top: -18px;
    width: 10px;
    height: 13px;
    border-top-right-radius: 5px;
    content: '';
    display: block;
    background: radial-gradient(circle at 0% 100%, transparent 9px, var(--orange800) 11px, var(--orange800) 12px);
  }

.ChatSendButton_timeArrowContainer__RCCIS {
  background-color: var(--gray000);
}

.ChatSendButton_timeArrow__H9iQQ {
  color: var(--orange000);
}

.ChatSendButton_calendarMobile__iiMJ- {
  padding-top: 23px;
  padding-bottom: 9px;
  background-color: var(--gray000) !important;
  border-radius: 0px 0px 5px 5px;
  border: 2px solid var(--orange000);
  border-top: none;
  z-index: 5;
  transform: translate(0px, 1px);
  height: 79px;
}

.ChatSendButton_calendarMobile__iiMJ- ::before{
  position: absolute;
  left: -13px;
  top: -29px;
  width: 10px;
  height: 13px;
  border-top-right-radius: 5px;
  content: '';
  display: block;
  background: radial-gradient(circle at 0% 100%, transparent 9px, var(--orange800) 11px, transparent 12px);
}

.ChatSendButton_calendarMobile__iiMJ- ::after{
  position: absolute;
  left: -9px;
  top: -31px;
  width: 54px;
  height: 8px;
  content: '';
  display: block;
  background: var(--gray000);
  border-right: 2px solid var(--orange800);
  z-index: -1;
  box-sizing: border-box;
}

.ChatSendButton_walletChatMobile__1krBY {
  margin-right: 3px;
  padding: 9px 0px 3px;
  background-color: #01011A !important;
  border-radius: 0px 0px 5px 0px;
}

.ChatSendButton_walletChatDesktop__JC1C5 {
  background-color: #01011A !important;
  border-radius: 0px 5px 5px 0px;
  padding-bottom: 3px;
}

.ChatSendButton_walletSendButton__WJhpI {
  padding-right: 1px;
}

.ChatSendButton_walletArrowContainer__Aq6Rz {
  background-color: white;
}

.ChatSendButton_walletArrow__0Ri53 {
  color: #1D268C;
}

.ChatSendButton_privateArrow__bb2ru {
  color: var(--peach000);
}

.ChatSendButton_transparent__HzXuy{
  background: transparent;
}

.ChatSendButton_gray__C-Urm{
  background: var(--gray999);
}

.ChatSendButton_disabled__06cAT{
  display: none !important;
}

.ChatSendButton_dropShift__3ObSH{
  top: -1px;
}

.ChatSendButton_dropWidth__FX2se{
  width: 30px;
}

.ChatSendButton_shiftDown__Scfph{
  top: 6px;
}
.ChatSendButton_shiftDown__Scfph > button {
  margin-bottom: 0px;
  transform: translateY(-15px);
}

.ChatSendButton_shiftMoreDown__HhfXT{
  top: 9px;
}

.ChatSendButton_shiftWelcomeDown__3pbLe{
  top: 7px;
}

.ChatSendButton_centerIcons__zmv9p{
  bottom: 7px;
  position: relative;
}

.ChatSendButton_selectMultiple__jqnss {
  background-color: var(--blue995);
}

.ChatSendButton_selectMultiple__jqnss::before {
  background-color: var(--blue995);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  height: 2px;
}

@media (max-width: 900px) {
  .ChatSendButton_dropShift__3ObSH{
    top: 4px;
  }

  .ChatSendButton_suggestionsChat__-19ru{
    height: 61px;
  }

  .ChatSendButton_privateChat__mCxgI, .ChatSendButton_replyChat__8KzeE{
    z-index: 5;
    bottom: 0px;
  }

  .ChatSendButton_privateChat__mCxgI::before, .ChatSendButton_replyChat__8KzeE::before{
    top: 0px;
  }

  .ChatSendButton_shiftWelcomeDown__3pbLe{
    top: 9px;
  }
}


.ChatSendButton_grayedOut__dU3ar{
  filter: grayscale(100%);
  cursor: not-allowed;
}

.ChatSendButton_pointsTableBackground__FRbML { 
  background-color: var(--orange054);
  border-radius: 0px 5px 5px 0px;
}

@media (max-width: 900px){
  .ChatSendButton_pointsTableBackground__FRbML { 
    background-color: var(--orange054);
    border-radius: 0px 0px 5px 0px;
  }
}

.ChatSendButton_moderateSendButtonAdjustment__cIUqZ > button {
  margin-bottom: 15px;
}

.ChatSendButton_slightSendButtonAdjustment__Oth1H > button {
  margin-bottom: 8px;
}
.ConsentBox_wrapper__3q5OZ {
  bottom: 0;
  z-index: 1300;
  animation: ConsentBox_fadeIn__fY1s7 1s ease-in;
}

.ConsentBox_noFade__aMngD{
  animation: none;
}

@keyframes ConsentBox_fadeIn__fY1s7 {
  from {
    opacity: 0;
    max-height: 0px;
  }
  to {
    opacity: 1;
    max-height: 200px;
  }
}

.ConsentBox_content__V\+hML {
  align-items: center;
  justify-content: center;
  margin-left: auto;
  z-index: 1000;
  background: var(--gray999);
  width: 500px;
  max-width: calc(100% - 40px);
  margin-right: 30px;
  font-size: 11px;
  -webkit-text-size-adjust: none;
  font-family: var(--typographyFontFamily);
  border-radius: 5px;
  padding: 5px;
  border-bottom-right-radius: 0px;
  color: var(--gray600);
  line-height: 125%;
}

.ConsentBox_content__V\+hML a{
  color: var(--gray600);
}

.ConsentBox_welcomeContent__Gy\+8W {
  position: absolute;
  right: 0;
  bottom: 95px;
}

.ConsentBox_slotMachineContent__laJkO {
  position: absolute;
  right: 0;
  bottom: 110px !important;
}

.ConsentBox_sendButtonContainer__NhYZE{
  display: flex;
  position: absolute;
  right: 0;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  z-index: 1000;
  background: var(--primaryBackground);
}

.ConsentBox_booleanContainer__-F23R{
  width: 122px;
}

.ConsentBox_welcomeSpacer__V1eGg{
  height: 20px;
  width: 50px;
}

.ConsentBox_connector__TQfhR{
  width: 50px;
  height: 7px;
  position: absolute;
  right: 0;
  margin-right: 30px;
  background: transparent;
}

.ConsentBox_welcomeConnector__J8iek{
  height: 20px;
  transform: translateY(-14px);
  background: var(--gray999);
}

.ConsentBox_slotMachineConnector__A\+xNH{
  height: 35px;
  transform: translateY(-29px);
  background: var(--gray999);
}

.ConsentBox_booleanConnector__AX47g{
  width: 114px;
  background-color: transparent;
}

.ConsentBox_connector__TQfhR::before{
  position: absolute;
  left: -8px;
  right: auto;
  right: initial;
  top: -2px;
  width: 0.625rem;
  height: 0.625rem;
  content: '';
  display: block;
  z-index: 1002;
  background: radial-gradient(circle at 0% 100%, transparent 0.5rem, var(--gray999) 0.5625rem, var(--gray999) 0.625rem);
}

.ConsentBox_dropdown__nnD2e{
  right: 7px;
}

.ConsentBox_actionContainer__8FTrM{
  height: 56px;
}

.ConsentBox_welcomeContainer__wv4\+H{
  height: 74px;
}

.ConsentBox_slotMachineContainer__ihNnJ{
  height: 74px;
}

.ConsentBox_halfBox__OwYzG{
  background: var(--gray000);
  width: 10px;
  z-index: 1001;
  border: 1px solid var(--peach400);
  border-left: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.ConsentBox_welcomeHalf__nZqjt{
  border: 1px solid var(--peach700);
  border-left: none;
}

.ConsentBox_focusedBox__vV1yb{
  border: 1px solid var(--peach700);
  border-left: none;
}

.ConsentBox_sendButton__Kpyue{
  z-index: 1001;
  background: var(--gray999);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 3px;
}

.ConsentBox_checkbox__lTuQ\+{
  border: 1px solid var(--gray600);
  display: flex;
  width: 20px;
  height: 20px;
}

.ConsentBox_checkContainer__QUQBI{
  display: inline;
  border: 1px solid var(--gray600);
  width: 13px;
  height: 13px;
  border-radius: 3px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.ConsentBox_uncheck__hd-Gy{
  display: inline-flex;
  width: 13px;
  height: 13px;
  border: 1px solid var(--gray600);
  border-radius: 3px;
  cursor: pointer;
  margin-right: 4px;
  top: 1px;
  position: relative;
}

.ConsentBox_disabledSendButton__lKG77{
  filter: grayscale(100%)
}
.ConsentBox_singleLine__5u1l2{
  bottom: 95px;
}

.ConsentBox_doubleLine__ScziK{
  bottom: 117px;
}

.ConsentBox_welcomeShaking__PH8Q1{
  bottom: 11px;
}

.ConsentBox_slotMachineShaking__WryuY{
  bottom: 25px !important;
}

@media (max-width: 900px) {

  .ConsentBox_content__V\+hML {
    margin-right: 20px;
  }

  .ConsentBox_sendButtonContainer__NhYZE{
    margin-right: 20px;
  }

  .ConsentBox_connector__TQfhR{
    margin-right: 20px;
  }

  .ConsentBox_welcomeHalf__nZqjt{
    height: 72px;
  }

  .ConsentBox_halfBox__OwYzG{
    margin-top: 3px;
  }
}

@media(max-width: 401px) {
  .ConsentBox_welcomeConnector__J8iek{
    height: 39px !important;
  }

  .ConsentBox_welcomeContainer__wv4\+H{
    height: 100px !important;
  }

  .ConsentBox_slotMachineConnector__A\+xNH{
    height: 35px !important;
    transform: translateY(-27px);
  }

  .ConsentBox_slotMachineContainer__ihNnJ{
    /* height: 100px !important; */
  }
}

.ConsentBox_booleanIcon__U8LgQ{
  border-radius: 5px;
  height: 15px;
  width: 70px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.ConsentBox_booleanText__22FbQ{
  display: inline-flex;
}

.ConsentBox_yesButton__aXMmq{
  border-radius: 5px;
  background-color: var(--green850);
  color: white;
  width: -webkit-fit-content;
  width: fit-content;
  height: 15px;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: -3px;
}

.ConsentBox_noButton__PlEKP{
  border-radius: 5px;
  /* border: 1px solid var(--blue999); */
  background-color: var(--blue850);
  color: white;
  width: -webkit-fit-content;
  width: fit-content;
  height: 15px;
  padding: 0 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: -3px;
}

.ConsentBox_slash__pdIgV{
  color: var(--blue999);
  transform: rotate(-45deg);
}

.ConsentBox_shaking__tF\+Ox{
  animation: ConsentBox_shake__V\+hwG 300ms;
  -webkit-animation: ConsentBox_shake__V\+hwG 300ms;
}

@keyframes ConsentBox_shake__V\+hwG {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

.ConsentBox_sendArrowCircle__-1Ho8{
  background-color: var(--orange900);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--peach100);
  height: 15px;
  width: 15px;
}

.ConsentBox_content__V\+hML i {
  font-size: 0.75em;
  vertical-align: middle;
  font-style: normal; /* Prevents italicization */
}

.ConsentBox_mobileSend__4etxo{
  transform: translateX(1px);
}
.FormConsentContent_wrapper__IB1-k {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  z-index: 9999999999999;
  pointer-events: none;
}

.FormConsentContent_content__70skn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  width: 100%;
  transform: translateY(0%);
  transition: transform .5s ease;
  pointer-events: all;
}

.FormConsentContent_content__70skn * {
  pointer-events: all;
}

.FormConsentContent_type0__HxVR2 .FormConsentContent_content__70skn {
  transform: translateY(100%);
}

.FormConsentContent_type0__HxVR2 .FormConsentContent_content__70skn * {
  pointer-events: none;
}

.FormConsentContent_hasClickedConsent__cME-e {
  animation: FormConsentContent_fade__19x3g 250ms forwards;
}

@keyframes FormConsentContent_fade__19x3g {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.FormConsentContent_consentTop__B0uHz {
  position: relative;
  height: -webkit-fit-content;
  height: fit-content;
  padding-top: 50px;
  margin-bottom: 3px;
  width: calc(100% - 32px);
  margin: auto;
  border-bottom: 3px solid var(--gray000);
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_intro__h8g9f,
.FormConsentContent_consentTop__B0uHz .FormConsentContent_terms__N0ear {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: calc(100vh - 128px);
  max-height: calc(100svh - 128px);
  background-color: var(--peach700);
  border-radius: 48px 48px 0 0;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_imgWrapper__8-aZN {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  top: -5px;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_angelLogo__wBYZF {
  transform: translate(-50%, 0);
  width: 115px;
  height: 115px;
}

.FormConsentContent_isReferred__YCbRr .FormConsentContent_angelLogo__wBYZF {
  transform: translate(-10%, 0);
  transition: opacity 1s linear, transform 1s linear;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_angelLogo__wBYZF img {
  width: 100%;
  height: 100%;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_placeholder__Dz1tW {
  transform: translate(50%, 0);
  width: 115px;
  height: 115px;
  opacity: 0;
}

.FormConsentContent_isReferred__YCbRr .FormConsentContent_placeholder__Dz1tW {
  transform: translate(0, 0);
  opacity: 0;
  transition: opacity 1s linear, transform 1s linear;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_placeholder__Dz1tW img {
  width: 100%;
  height: 100%;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_referrerLogo__EGfWQ {
  transform: translate(-50%, 0);
  width: 95px;
  height: 95px;
  z-index: 1;
  opacity: 0;
}

.FormConsentContent_isReferred__YCbRr .FormConsentContent_referrerLogo__EGfWQ {
  border: 2px solid var(--orange700);
  border-radius: 50%;
  transform: translate(10%, 0);
  opacity: 1;
  overflow: hidden;
  transition: opacity 1s linear, transform 1s linear;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_referrerLogo__EGfWQ img {
  width: 100%;
  height: 100%;
}

.FormConsentContent_consentTop__B0uHz h1 {
  padding: 50px 15px 0 15px;
  color: var(--orange700);
  font-family: var(--typographyFontFamily);
  font-weight: bolder;
  letter-spacing: 4.37px;
  font-size: 18px;
}

.FormConsentContent_consentTop__B0uHz .FormConsentContent_terms__N0ear h1 {
  padding: 15px 15px 0 15px;
  color: var(--orange700);
  font-family: var(--typographyFontFamily);
  font-weight: bolder;
  letter-spacing: 4.37px;
  font-size: 16px;
}

.FormConsentContent_consentTop__B0uHz h2 {
  padding: 5px 15px 5px 15px;
  display: block;
  position: relative;
  color: var(--gray950);
  text-align: center;
  margin: 0;
  font-family: var(--typographyFontFamily);
  font-weight: 500;
  font-size: 13px;
}

.FormConsentContent_consentTop__B0uHz h3 {
  padding: 0 15px 5px 15px;
  font-size: 1.1em;
  animation: FormConsentContent_openCourtesy__1DGnN 1s forwards;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  font-family: var(--typographyFontFamily);
  font-size: 14px;
}

@keyframes FormConsentContent_openCourtesy__1DGnN {
  0% {
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
            clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.FormConsentContent_consentTop__B0uHz p {
  padding: 0 15px 10px 15px;
  font-size: 11px;
  font-weight: 400;
  font-family: var(--typographyFontFamily);
  overflow-y: auto;
  /* scrollbar-width: thin; */
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 100%;
  animation: FormConsentContent_dud__r1SEV 0s forwards;
}

@keyframes FormConsentContent_dud__r1SEV {
  100% { display: block }
}

.FormConsentContent_consentTop__B0uHz strong {
  font-weight: 500;
}

.FormConsentContent_consentTop__B0uHz a {
  color: var(--orange700);
}

.FormConsentContent_consentBottom__8au8H {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  background-color: var(--peach700);
  width: calc(100% - 32px);
  margin: auto;
  padding: 8px;
  border-radius: 8px;
}

.FormConsentContent_consentBottom__8au8H > div {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  max-width: 618px;
  width: 100%;
  flex-wrap: wrap;
}

.FormConsentContent_consentBottom__8au8H a {
  border: 1px solid var(--peach900);
  position: relative;
  border-radius: 8px;
  height: 40px;
  width: 140px;
  cursor: pointer;
  font-family: var(--typographyFontFamily);
  margin-top: 8px;
  background-color: var(--gray820);
  color: var(--gray000);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.FormConsentContent_consentBottom__8au8H button {
  border: 1px solid var(--peach900);
  position: relative;
  border-radius: 8px;
  height: 40px;
  width: 140px;
  cursor: pointer;
  font-family: var(--typographyFontFamily);
  margin-top: 8px;
  background-color: var(--green800);
  color: var(--gray000);
}

.FormConsentContent_consentBottom__8au8H button:first-child {
  border: 1px solid var(--peach900);
  position: relative;
  border-radius: 8px;
  height: 40px;
  width: 140px;
  cursor: pointer;
  font-family: var(--typographyFontFamily);
  margin-top: 8px;
  background-color: var(--gray820);
  color: var(--gray000);
}

.FormConsentContent_consentBottom__8au8H button:hover,
.FormConsentContent_consentBottom__8au8H button:focus,
.FormConsentContent_consentBottom__8au8H a:hover,
.FormConsentContent_consentBottom__8au8H a:focus{
  box-shadow: 0 0 5px var(--orange600);
  font-weight: bold;
  letter-spacing: 0.5px;
  color: var(--gray000);
}

.EmojiPickerReact_emojiPickerReact__WFCze {
  width: 280px;
  height: 320px;
  border-radius: 5px;
}
.scene {
  height: 100px;
  width: calc(100% - 20px);
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  perspective: calc(300px + 100vw);
  z-index: 99;
  position: relative;
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translateZ(-73px);
  transform-style: preserve-3d;
}

.carousel .carousel__cell {
  position: absolute;
  width: 100%;
  margin: 0;
  background-color: var(--gray000);
  -webkit-clip-path: inset(-5px -5px -5px 0px);
          clip-path: inset(-5px -5px -5px 0px);
  text-align: top;
  z-index: 1;
  border-radius: 12px 4px 4px 12px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border: 1px solid var(--orange700);
  border-left: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--shadow870);
  height: 45px;
  padding: 3px 4px 3px 15px;
  transition: all 0.2s ease;
}

.carousel .carousel__cell input {
  font-size: 16px;
  cursor: ns-resize;
  text-align: left;
}

@media (max-width: 375px) {
  .carousel {
    width: calc(100% - 8px);
  }

  .carousel .carousel__cell {
    padding: 3px 4px 3px 24px;
  }
}

.carousel__cell_hidden {
  width: 100%;
  height: 150px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  visibility: hidden;
  /* transition: transform 1s, opacity 1s; */
}

/* .carousel__cell {
  position: absolute;
  width: 100%;
  height: 45px;
  border: 1px solid orangered;
  font-size: 24px;
  font-weight: bold;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  /* transition: transform 1s, opacity 1s; */
  /* padding-left: 32px; */
  /* backface-visibility: hidden; */
  /* user-select: none; */
/* } */ 

/* Optional: initial transforms for each cell if you need to see them before any state changes */
.carousel__cell:nth-child(1) {
  transform: rotateX(-0deg) translateZ(39px);
}

.carousel__cell:nth-child(2) {
  transform: rotateX(-60deg) translateZ(39px);
}

.carousel__cell:nth-child(3) {
  transform: rotateX(-120deg) translateZ(39px);
}

.carousel__cell:nth-child(4) {
  transform: rotateX(-180deg) translateZ(39px);
}

.carousel__cell:nth-child(5) {
  transform: rotateX(-240deg) translateZ(39px);
}

.carousel__cell:nth-child(6) {
  transform: rotateX(-300deg) translateZ(39px);
}

.carousel-options {
  margin-top: 150px;
  text-align: center;
  position: relative;
  z-index: 2;
  background: hsla(0, 0%, 100%, 0.8);
}

.hide-scrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  overflow: scroll;
  /* still allow scrolling */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* WebKit browsers (Chrome, Safari) */
}

.hide-focus-outline:focus-visible {
  outline: none !important;
}
.LeftButtonMorphLoanProducts_leftButton__SkQd8{
  background-color: var(--peach000);
  border-color: var(--orange700);
  border-style: solid;
  border-width: 1px;
  color: var(--orange700);
  border-radius: 5px;
  width: 71px;
  height: 32px;
}
.FooterTypingAnimationWrapper_wrapper__Y1uHT {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  pointer-events: all;
  padding: 4px 0px;
  color: #a29b95;
  font: inherit;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  display: flex;
  cursor: text;
}

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

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

@keyframes popupShowsUp {
  from {
    margin-left: 0;
    top: 0;
    transform: scale(0);
  }

  to {
    margin-left: 244px;
    top: -33px;
    transform: scale(1);
  }
}


.tapToInstallButton {
  overflow: hidden;
  /* Ensures the reflection stays inside the tapToInstallButton */
  cursor: pointer;
}

/* The wider light reflection effect (before pseudo-element) */
.tapToInstallButton::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  /* Start the reflection further to the left */
  width: 250%;
  /* Make the reflection wider */
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(25deg);
  /* Skew adjusted to 25deg */
  transition: left 0.6s ease;
  /* Smooth transition on hover */
}

/* Move the reflection to the right on hover */
.tapToInstallButton:hover::before {
  left: 20%;
}

.patentProtectedButton::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  /* Start the reflection further to the left */
  width: 250%;
  /* Make the reflection wider */
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(25deg);
  /* Skew adjusted to 25deg */
  transition: left 0.6s ease;
  /* Smooth transition on hover */
}

/* Move the reflection to the right on hover */
.patentProtectedButton:hover::before {
  left: 20%;
}


@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(300px);
    /* Start from below the screen */
  }

  70% {
    transform: translateY(-30px);
    /* Move a bit above the final position */
  }

  85% {
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    /* Settle at the final position */
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
    /* Start from below the screen */
  }

  100% {
    transform: translateY(500px);
    opacity: 0;
    /* Settle at the final position */
  }
}

@keyframes fade-out-mobile {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(0.7);
    /* Start from below the screen */
  }

  100% {
    transform: translateY(500px) scale(0.7);
    opacity: 0;
    /* Settle at the final position */
  }
}

@keyframes reveal-late {
  0% {
    transform: translateY(500px);
    /* Start from below the screen */
  }

  70% {
    transform: translateY(-30px);
    /* Move a bit above the final position */
  }

  85% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
    /* Settle at the final position */
  }
}
@keyframes reveal-late-mobile {
  0% {
    transform: translateY(500px) scale(0.7);
    /* Start from below the screen */
  }

  70% {
    transform: translateY(-30px) scale(0.7);
    /* Move a bit above the final position */
  }

  85% {
    transform: translateY(10px) scale(0.7);
  }

  100% {
    transform: translateY(0) scale(0.7);
    /* Settle at the final position */
  }
}


.reveal {
  opacity: 0;
  /* Initial hidden state */
  animation: reveal 1s ease forwards;
  /* 1s animation duration */
}

.reveal-item-patent {
  opacity: 0;
  animation: reveal 1s ease forwards;
  animation-delay: 1s;
}

.reveal-item {
  opacity: 0;
  animation: reveal 1s ease forwards;
  animation-delay: 0.6s;
  /* Adjust delay for each item */
}

.reveal-item-late {
  transform: translateY(500px);
  animation: reveal-late 1s ease forwards;
  animation-delay: 0.8s;
  /* Adjust delay for each item */
}

.reveal-item-late-mobile {
  transform: scale(0.7) translateY(500px);
  animation: reveal-late-mobile 1s ease forwards;
  animation-delay: 0.8s;
}

.mobile-circle-image-container {
  transform: scale(0.7) translateY(500px);
}


.fadeOut {
  transform: translateY(0px);
  opacity: 1;
  animation: fade-out 1.3s ease forwards;
}

.fadeOutLate {
  transform: translateY(0px);
  opacity: 1;
  animation: fade-out 1.3s ease forwards;
  animation-delay: 0.5s;
}

.fadeOutLateMobile {
  opacity: 1;
  transform: scale(0.7) translateY(0px);
  animation: fade-out-mobile 1.5s ease forwards;
  animation-delay: 0.5s;
}

.fadeOutLateLate {
  transform: translateY(0px);
  opacity: 1;
  animation: fade-out 1.5s ease forwards;
  animation-delay: 0.2s;
}
.ConvFooter_uploadButton__81l43 {
  color: var(--orange900);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.ConvFooter_uploadButton__81l43 img { 
  padding: 10px;
  margin-bottom: 6px;
}

.ConvFooter_uploadButton__81l43:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.ConvFooter_circularProgress__qLbPj { 
  color: var(--orange900);
}

.ConvFooter_checkmark__NDbSQ{
  color: var(--green400);
  height: 30px;
  width: 30px;
}

.ConvFooter_blockIcon__8CkyR {
  color: red;
  margin-bottom: 3px;
}

.ConvFooter_trashButton__Rihp6 {
  background-color: var(--peach600);
  height: 65px;
  width: 65px;
  margin-bottom: 10px;
  border-radius: 10px;
  margin-right: 5px;
  color: var(--primaryMain);
  font-size: large;
}
.MorphWallet_morphWalletWrapper__pydis {
  position: relative;
  overflow: hidden;
  font-family: Roboto;
  --wallet-white: #FFFFFF;
  --wallet-orange: #F96221;
  --wallet-light-blue: #001552;
  --wallet-blue: #010D2F;
  --wallet-dark-blue: #01011A;
  --wallet-violet: #5D6AFF;
  --wallet-indigo: #3C4BF2;
  --wallet-gray: #808080;
  --wallet-blue-gradient-light: #0736B8;
  --wallet-blue-gradient-dark: #072475;
  --wallet-violet-gradient-light: #5C69FD;
  --wallet-violet-gradient-dark: #222C90;
  background-color: var(--wallet-blue);
  color: var(--wallet-white);
}

.MorphWallet_conversationFooterRightButtonWallet__BnTEW {
  height: 100%;
  display: flex;
  margin: 0px 3px 0px -1px;
  align-items: center;
  justify-content: center;
  border-radius: 0px 5px 5px 0px;
  border: 2px solid;
  border-left: 0px;
  padding-left: 2px;
}

.MorphWallet_column__JLzDk {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

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

.MorphWallet_row__HDbtD {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.MorphWallet_rowSpaceBetween__02Ue6 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.MorphWallet_downloadArrow__GiDO7 {
  animation: MorphWallet_bounce__44KLk 1s infinite ease-in-out;
}

@keyframes MorphWallet_bounce__44KLk {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_helpBubbleDiv__Q8y3r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: MorphWallet_slideUp__l7tED 1s 1;
  animation-fill-mode: forwards;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_rightSlide__ra0jf {
  animation: MorphWallet_slideRight__q3gG5 2s 1;
  animation-fill-mode: forwards;
}

@keyframes MorphWallet_slideRight__q3gG5 {
  0% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes MorphWallet_slideUp__l7tED {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_helpBubble__cvX3U {
  font-size: 0.8rem;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  background-color: var(--wallet-indigo);
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_backButton__q30k4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  z-index: 1;
  height: 41px;
  min-width: 40px;
  top: 0px;
  left: 5px;
  position: absolute;
  cursor: pointer;
  display: flex;
  -webkit-user-select: none;
          user-select: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exitButton__f-RMd {
  border-radius: 20%;
  font-size: 0.8rem;
  font-weight: 550;
  z-index: 1;
  color: var(--wallet-blue);
  background-color: var(--wallet-white);
  border-color: var(--wallet-blue);
  top: -5px;
  left: 0px;
  right: 0px;
  width: 50px;
  height: 20px;
  margin-inline: auto;
  position: fixed;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_header__MbJPP {
  background-color: var(--wallet-dark-blue);
  display: flex;
  padding: 15px 10px 0px;
  height: 40px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_headerButton__vVblH {
  position: absolute;
  top: 11px;
  background-color: var(--wallet-indigo);
  padding: 3px 6px;
  font-size: 0.8rem;
  border-radius: 5px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_refreshButton__qG4oj {
  color: var(--wallet-white);
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: 30px;
  height: 30px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_homeFooterButton__q\+q7Y {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 6px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  background-color: var(--wallet-violet);
  font-size: 0.7rem;
  cursor: pointer;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_homeButton__Mlhgn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--wallet-white);
  background-color: var(--wallet-light-blue);
  margin: 3px;
  height: 70px;
  width: 45%;
  border-radius: 10px;
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  min-width: 100px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_homeButton__Mlhgn .MorphWallet_homeButtonImage__JEtSu {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-bottom: 7px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_codeInput__jtkTg {
  width: 35px;
  height: 35px;
  border: 2px solid var(--wallet-violet);
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  caret-color: transparent;
  color: var(--wallet-white);
  background-color: var(--wallet-blue);
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_scrollableVerticalList__q5fFg {
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_scrollableHorizontalList__RVOYW {
  overflow-x: auto;
  display: flex;
  flex-direction: row;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_scrollBar__DjKvp::-webkit-scrollbar {
  width: 15px;
  background-color: var(--wallet-dark-blue);
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_scrollBar__DjKvp::-webkit-scrollbar-thumb {
  width: 15px;
  background-color: var(--wallet-violet-gradient-light);
  border: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_mobileScrollBar__EMXmN::-webkit-scrollbar {
  display: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_mobileScrollBar__EMXmN::-webkit-scrollbar-thumb {
  display: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooterCurve__u2Q07 {
  width: 80%;
  height: 36px;
  margin-bottom: -30px;
  z-index: 1;
  background: linear-gradient(90deg, #010D2F 0%, #285CED 20%, #FFF 50%, #2352D5 80%, #010D2F 100%);
  -webkit-clip-path: polygon( 0% 0.001%,0% 0.001%,0.224% 0.001%,0.871% 0.001%,1.907% 0.001%,3.298% 0.001%,5.008% 0.001%,7.002% 0.002%,9.246% 0.002%,11.704% 0.002%,14.342% 0.001%,17.125% 0.001%,17.125% 0.001%,19.686% 2.722%,21.754% 10.111%,23.445% 21%,24.871% 34.222%,26.147% 48.611%,27.386% 63%,28.702% 76.222%,30.209% 87.111%,32.021% 94.5%,34.251% 97.222%,34.251% 97.222%,36.702% 97.222%,39.075% 97.222%,41.327% 97.222%,43.415% 97.222%,45.298% 97.222%,46.933% 97.222%,48.279% 97.222%,49.292% 97.222%,49.931% 97.222%,50.153% 97.222%,50.153% 97.222%,50.367% 97.222%,50.985% 97.222%,51.969% 97.222%,53.284% 97.222%,54.893% 97.222%,56.758% 97.222%,58.844% 97.222%,61.113% 97.222%,63.529% 97.222%,66.055% 97.222%,66.055% 97.222%,68.359% 94.5%,70.212% 87.111%,71.73% 76.223%,73.032% 63.001%,74.235% 48.612%,75.457% 34.223%,76.814% 21.001%,78.424% 10.112%,80.406% 2.723%,82.875% 0.001%,82.875% 0.001%,85.584% 0%,88.179% 0%,90.62% 0%,92.866% 0%,94.878% 0%,96.614% 0%,98.035% 0%,99.1% 0.001%,99.768% 0.001%,100% 0.001%,100% 2.778%,100% 2.778%,99.768% 2.778%,99.1% 2.778%,98.035% 2.778%,96.614% 2.778%,94.878% 2.778%,92.866% 2.778%,90.62% 2.778%,88.179% 2.778%,85.584% 2.778%,82.875% 2.778%,82.875% 2.778%,80.422% 5.501%,78.483% 12.889%,76.93% 23.778%,75.633% 37%,74.465% 51.389%,73.297% 65.778%,72% 79%,70.446% 89.889%,68.508% 97.278%,66.055% 100%,66.055% 100%,63.38% 100%,60.878% 100%,58.574% 100%,56.494% 100%,54.664% 100%,53.108% 100%,51.854% 100%,50.926% 100%,50.351% 100%,50.153% 100%,50.153% 100%,49.955% 100%,49.38% 100%,48.452% 100%,47.198% 100%,45.642% 100%,43.812% 100%,41.731% 100%,39.427% 100%,36.925% 100%,34.251% 100%,34.251% 100%,31.798% 97.278%,29.857% 89.889%,28.298% 79%,26.99% 65.777%,25.803% 51.388%,24.607% 37%,23.271% 23.777%,21.666% 12.889%,19.661% 5.5%,17.125% 2.778%,17.125% 2.778%,14.342% 2.779%,11.704% 2.779%,9.246% 2.779%,7.002% 2.779%,5.008% 2.779%,3.298% 2.779%,1.907% 2.779%,0.871% 2.779%,0.224% 2.779%,0% 2.778%,0% 0.001% );
          clip-path: polygon( 0% 0.001%,0% 0.001%,0.224% 0.001%,0.871% 0.001%,1.907% 0.001%,3.298% 0.001%,5.008% 0.001%,7.002% 0.002%,9.246% 0.002%,11.704% 0.002%,14.342% 0.001%,17.125% 0.001%,17.125% 0.001%,19.686% 2.722%,21.754% 10.111%,23.445% 21%,24.871% 34.222%,26.147% 48.611%,27.386% 63%,28.702% 76.222%,30.209% 87.111%,32.021% 94.5%,34.251% 97.222%,34.251% 97.222%,36.702% 97.222%,39.075% 97.222%,41.327% 97.222%,43.415% 97.222%,45.298% 97.222%,46.933% 97.222%,48.279% 97.222%,49.292% 97.222%,49.931% 97.222%,50.153% 97.222%,50.153% 97.222%,50.367% 97.222%,50.985% 97.222%,51.969% 97.222%,53.284% 97.222%,54.893% 97.222%,56.758% 97.222%,58.844% 97.222%,61.113% 97.222%,63.529% 97.222%,66.055% 97.222%,66.055% 97.222%,68.359% 94.5%,70.212% 87.111%,71.73% 76.223%,73.032% 63.001%,74.235% 48.612%,75.457% 34.223%,76.814% 21.001%,78.424% 10.112%,80.406% 2.723%,82.875% 0.001%,82.875% 0.001%,85.584% 0%,88.179% 0%,90.62% 0%,92.866% 0%,94.878% 0%,96.614% 0%,98.035% 0%,99.1% 0.001%,99.768% 0.001%,100% 0.001%,100% 2.778%,100% 2.778%,99.768% 2.778%,99.1% 2.778%,98.035% 2.778%,96.614% 2.778%,94.878% 2.778%,92.866% 2.778%,90.62% 2.778%,88.179% 2.778%,85.584% 2.778%,82.875% 2.778%,82.875% 2.778%,80.422% 5.501%,78.483% 12.889%,76.93% 23.778%,75.633% 37%,74.465% 51.389%,73.297% 65.778%,72% 79%,70.446% 89.889%,68.508% 97.278%,66.055% 100%,66.055% 100%,63.38% 100%,60.878% 100%,58.574% 100%,56.494% 100%,54.664% 100%,53.108% 100%,51.854% 100%,50.926% 100%,50.351% 100%,50.153% 100%,50.153% 100%,49.955% 100%,49.38% 100%,48.452% 100%,47.198% 100%,45.642% 100%,43.812% 100%,41.731% 100%,39.427% 100%,36.925% 100%,34.251% 100%,34.251% 100%,31.798% 97.278%,29.857% 89.889%,28.298% 79%,26.99% 65.777%,25.803% 51.388%,24.607% 37%,23.271% 23.777%,21.666% 12.889%,19.661% 5.5%,17.125% 2.778%,17.125% 2.778%,14.342% 2.779%,11.704% 2.779%,9.246% 2.779%,7.002% 2.779%,5.008% 2.779%,3.298% 2.779%,1.907% 2.779%,0.871% 2.779%,0.224% 2.779%,0% 2.778%,0% 0.001% );
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooterBackground__VD4Td {
  width: 100%;
  padding: 1px;
  border-radius: 5px;
  background: linear-gradient(90deg, #D3DFFF 0%, #010D2F 25%, #010D2F 75%, #D3DFFF 100%);
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooter__utozh {
  width: 100%;
  height: 40px;
  padding: 5px 0px;
  border-radius: 5px;
  position: relative;
  font-size: 1.2rem;
  background: linear-gradient(90deg, var(--wallet-violet) 0%, var(--wallet-blue) 25%, var(--wallet-blue) 75%, var(--wallet-violet) 100%) !important;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooterLeft__jYvrQ {
  width: 30%;
  position: absolute;
  z-index: 2;
  left: 5px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooterMiddle__nfyWv {
  width: 100%;
  position: absolute;
  justify-content: center;
  bottom: 20px;
  z-index: 1;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_exchangeFooterRight__1POsq {
  width: 30%;
  position: absolute;
  z-index: 2;
  right: 5px;
  justify-content: right;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_listFilter__mMqnj {
  height: 25px;
  width: 200px;
  margin-bottom: 3px;
  border: 0px;
  outline: 0px;
  color: var(--wallet-white);
  background-color: var(--wallet-blue);
  background-image: linear-gradient(var(--wallet-blue-gradient-light), var(--wallet-blue-gradient-dark));
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_listItem__LOqh- {
  margin: 5px;
  padding: 3px;
  min-height: 75px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  display: table;
  color: var(--wallet-white);
  background-image: linear-gradient(var(--wallet-blue-gradient-light), var(--wallet-blue-gradient-dark));
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_listTicketItem__3pG7h {
  margin: 5px;
  padding: 3px;
  min-height: 50px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  display: table;
  color: var(--wallet-white);
  background-image: linear-gradient(var(--wallet-violet-gradient-light), var(--wallet-violet-gradient-dark));
  position: relative;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_footer__s7oZ7 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 35px;
  border: 2px solid #294CB0;
  font-size: 0.9rem;
  padding: 0px 10px;
  border-bottom: hidden;
  border-radius: 10px 10px 0px 0px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_footerPrompts__WQQHx {
  white-space: nowrap;
  max-height: 30px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_footerPrompts__WQQHx::-webkit-scrollbar {
  display: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_footerPrompt__WaeY3 {
  border: 1px solid var(--wallet-violet);
  color: var(--wallet-white);
  background-color: var(--wallet-blue);
  border-radius: 5px;
  padding: 4px 8px 3px 8px;
  margin: 3px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_angelPointsDiv__lz\+ET {
  border: 2px solid #232F7D;
  border-radius: 5px;
  padding: 10px 0;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_singleViewItem__jvjyL {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: var(--wallet-blue);
  border-radius: 5px;
  padding: 5px;
  margin: 2px 2px 3px 2px;
  max-height: 25px;
  width: 95%;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_singleViewButton__d4KSV {
  border: 2px solid var(--wallet-violet);
  border-radius: 5px;
  padding: 3px 4px 4px;
  margin: 2px 2px 3px 2px;
  color: var(--wallet-white);
  background-color: var(--wallet-violet);
  max-height: 25px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_burnNftButton__AHZaa {
  color: var(--wallet-white);
  background-color: var(--wallet-violet);
  border: 1px solid var(--wallet-violet);
  border-radius: 5px;
  position: absolute;
  padding: 1px 4px 1px 8px;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  align-items: center;
  font-size: 0.8rem;
  z-index: 1;
  justify-content: center;
  top: -25px;
  right: 10px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_mnemonicWord__fUO8t {
  border: 2px solid var(--wallet-violet);
  border-radius: 5px;
  padding: 4px;
  margin: 2px;
  font-size: 0.9rem;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_input__WN-wu {
  text-align: center;
  border: 2px solid;
  border-radius: 5px;
  padding: 4px 3px 3px 3px;
  margin: 2px;
  color: var(--wallet-white);
  background-color: var(--wallet-blue);
  font-size: 1.0rem;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_loginInputBorder__lcdVj {
  background: linear-gradient(to right, var(--wallet-orange), var(--wallet-indigo));
  padding: 2px;
  border-radius: 7px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_loginInput__QVc-r {
  color: var(--wallet-white);
  background-color: transparent;
  font-size: 1.0rem;
  text-align: left;
  border: none;
  outline: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_loginInput__QVc-r:focus {
  outline: none;
  box-shadow: none;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_passwordVisibility__gE986 {
  color: var(--wallet-gray);
  width: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_loginButton__YBiPl {
  color: var(--wallet-white);
  width: 100px;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 20px;
  font-size: 1.0rem;
  background-image: linear-gradient(to right, var(--wallet-orange), var(--wallet-indigo));
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_angelPointsAsteriskDisclaimer__edbEJ {
  font-size: 0.7rem;
  margin: 6px 0px -12px 8px;
}

.MorphWallet_morphWalletWrapper__pydis .MorphWallet_mobileMargin__WkhcM {
  width: auto;
  width: initial;
  max-width: 90vw;
  margin-bottom: -8px;
}
.MorphPointsTable_wrapper__wvV3a {
  max-height: 80vh;
  width: 600px;
  border: solid var(--orange054) 2px;
  border-bottom: 0;
  border-bottom: initial;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: var(--typographyFontFamily);
  bottom: 0px;
  z-index: 1;
  background-color: var(--gray000);
  overflow: hidden;
}

.MorphPointsTable_snapping__1rCfd {
  transition: height 0.3s ease-in-out;
}

.MorphPointsTable_closeButton__NXYEc {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0px, 2px);
  top: -4px;
  z-index: 3;
  touch-action: none;
}

.MorphPointsTable_closeButton__NXYEc:hover {
  cursor: pointer;
}

@media (max-width: 900px) {
  .MorphPointsTable_wrapper__wvV3a {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.MorphPointsTable_categories__yIV\+L {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.MorphPointsTable_categoryContainer__vYxCt {
  display: flex;
  gap: 2px;
  width: 100%;
  max-height: 60px;
  background-color: #ffe7df;
  height: 44.89px;
  border-radius: 10px;
  align-items: center;

  gap: 40px;
  background-color: var(--gray000);
}

.MorphPointsTable_categoryContainer__vYxCt > div {
  display: flex;
  align-items: center;
  background-color: #ffefea;
  position: relative;
  border-radius: 5px;
  height: 44px;
}
.MorphPointsTable_categoryContainer__vYxCt > div:first-child {
  flex: 3 1;
  color: #ff541c;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.MorphPointsTable_categoryContainer__vYxCt > div:first-child > p {
  color: #313131;
}
.MorphPointsTable_categoryContainer__vYxCt > div:last-child {
  flex: 1 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #ff541c;
  justify-content: flex-end;
  padding-right: 10px;
}
.MorphPointsTable_categoryContainer__vYxCt > div::after {
  content: '';
  display: block;
  aspect-ratio: 22/44;
  width: auto;
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #ffefea;
  /* https://www.plantcss.com/css-clip-path-generator helps convert svg path to clip-path. This prevents popin from the svg loading after the css */
  -webkit-clip-path: polygon(
    0% 0%,
    0% 0%,
    3.386% 0.083%,
    6.455% 0.33%,
    9.235% 0.74%,
    11.758% 1.31%,
    14.054% 2.037%,
    16.154% 2.919%,
    18.088% 3.954%,
    19.885% 5.14%,
    21.578% 6.474%,
    23.195% 7.955%,
    23.195% 7.955%,
    30.813% 15.361%,
    38.333% 22.618%,
    45.797% 29.78%,
    53.247% 36.9%,
    60.725% 44.034%,
    68.272% 51.236%,
    75.931% 58.561%,
    83.744% 66.064%,
    91.753% 73.798%,
    100% 81.818%,
    100% 81.818%,
    101.585% 83.924%,
    102.335% 86.232%,
    102.294% 88.643%,
    101.508% 91.057%,
    100.024% 93.373%,
    97.886% 95.492%,
    95.14% 97.315%,
    91.833% 98.74%,
    88.009% 99.668%,
    83.715% 100%,
    83.715% 100%,
    71.19% 100%,
    58.92% 100%,
    47.155% 100%,
    36.147% 100%,
    26.146% 100%,
    17.401% 100%,
    10.164% 100%,
    4.684% 100%,
    1.213% 100%,
    0% 100%,
    0% 0%
  );
          clip-path: polygon(
    0% 0%,
    0% 0%,
    3.386% 0.083%,
    6.455% 0.33%,
    9.235% 0.74%,
    11.758% 1.31%,
    14.054% 2.037%,
    16.154% 2.919%,
    18.088% 3.954%,
    19.885% 5.14%,
    21.578% 6.474%,
    23.195% 7.955%,
    23.195% 7.955%,
    30.813% 15.361%,
    38.333% 22.618%,
    45.797% 29.78%,
    53.247% 36.9%,
    60.725% 44.034%,
    68.272% 51.236%,
    75.931% 58.561%,
    83.744% 66.064%,
    91.753% 73.798%,
    100% 81.818%,
    100% 81.818%,
    101.585% 83.924%,
    102.335% 86.232%,
    102.294% 88.643%,
    101.508% 91.057%,
    100.024% 93.373%,
    97.886% 95.492%,
    95.14% 97.315%,
    91.833% 98.74%,
    88.009% 99.668%,
    83.715% 100%,
    83.715% 100%,
    71.19% 100%,
    58.92% 100%,
    47.155% 100%,
    36.147% 100%,
    26.146% 100%,
    17.401% 100%,
    10.164% 100%,
    4.684% 100%,
    1.213% 100%,
    0% 100%,
    0% 0%
  );
}
.MorphPointsTable_categoryContainer__vYxCt > div:last-child::after {
  top: 0;
  right: 100%;
  left: auto;
  left: initial;
  transform: rotate(180deg);
}

.MorphPointsTable_left__4LPBY {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
}

.MorphPointsTable_right__KDZwS {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1 1;
}

.MorphPointsTable_categoryName__38zoK {
  font-weight: 500;
  font-size: 13px;
  color: var(--gray950);
}

.MorphPointsTable_categoryBalance__E2o1H {
  font-size: 18px;
  font-weight: 600;
  color: var(--primaryMain);
  float: right;
}

.MorphPointsTable_footer__c7VdL {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
}

.MorphPointsTable_balance__DrN0q {
  font-size: 16px;
}

.MorphPointsTable_limit__KLDM9 {
  font-size: 13px;
}

.MorphPointsTable_weirdBackground__iA4ML {
  background-color: var(--peach930);
  width: 60%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.MorphPointsTable_balancesContainer__Edqrh {
  height: 88px;
  position: relative;
}

.MorphPointsTable_balances__SJLCq {
  /* background-color: var(); */
  height: 100%;
  margin: 5px;
  border: solid 2px white;
  border-left: solid 2px white;
  border-radius: 10px;
  height: 78px;
  display: flex;
  overflow: hidden;
  color: var(--gray000);
}

.MorphPointsTable_pointsBalance__RU22n {
  width: -webkit-fit-content;
  width: fit-content;
  background: var(--primaryMain);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;

  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.MorphPointsTable_pointsBalance__RU22n::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  height: 100%;
  display: block;
  aspect-ratio: 34/80;
  background: linear-gradient(to top left, transparent 50%, var(--primaryMain) 50%) no-repeat;
  z-index: 1;
}

.MorphPointsTable_balanceText__OBLSc {
  font-size: 28.24px;
  font-weight: bold;
  display: block;
  z-index: 1;
}

.MorphPointsTable_tokenBalance__savgQ {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top right, var(--primaryMain), var(--yellow600)) no-repeat;
  padding-left: 20px;
  position: relative;
}

.MorphPointsTable_balanceTextContainer__5I2jZ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.MorphPointsTable_balanceNameText__wQINC {
  font-size: 13.15px;
  font-weight: bold;
  display: block;
  text-transform: capitalize;
  z-index: 1;
}

.MorphPointsTable_top__hGR7e {
  display: flex;
  justify-content: space-between;
}

.MorphPointsTable_text__m\+-lb {
  display: flex;
  flex-direction: column;
  color: var(--primaryMain);
}

.MorphPointsTable_body__InR-K {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  overflow-y: auto;
  /* max-height: 380px; */
  padding: 20px 10px 10px 10px;
  height: 100%;
}

.MorphPointsTable_goalPointsText__708eP {
  font-weight: bold;
  font-size: 28.24px;
}

.MorphPointsTable_redeemText__3OkOi {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16.83px;
}

.MorphPointsTable_spinningTokenImg__7PLTy {
  height: 46.56px;
  width: 46.56px;
}

.MorphPointsTable_categoryIcon__aBCTh {
  width: 44px;
  padding: 12px;
}

.MorphPointsTable_progressBarContainer__ztAmT {
  position: relative;
  background-color: var(--primaryMain);
  height: 19.77px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 4px;
}

.MorphPointsTable_checkPointContainer__T82m3 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 14px);
}

.MorphPointsTable_checkPoint__6pV4u {
  background-color: var(--primaryBackground);
  height: 4.45px;
  width: 4.45px;
  border-radius: 50%;
}

.MorphPointsTable_columnLabels__yD4ae {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.MorphPointsTable_yourPoints__Lnuup {
  /* padding-left: 5px; */
  font-weight: 600;
  text-transform: capitalize;
}

.MorphPointsTable_balanceColumnLabel__ejzYJ {
  font-size: 9px;
}

.MorphPointsTable_cardsContainer__HpLAn {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  max-width: 100%;
  padding-top: 5px;
}

.MorphPointsTable_twoColumns__KrZ5Y {
  grid-template-columns: repeat(2, 1fr);
}

.MorphPointsTable_oneColumn__KN4HR {
  grid-template-columns: 1fr;
}

.MorphPointsTable_categoryCard__K-8kV {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 6px var(--gray820);
  text-align: center;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  font-family: var(--typographyFontFamily);
}

.MorphPointsTable_cardName__ETsc8 {
  font-size: 12.61px;
}

.MorphPointsTable_creditAmount__YbbiN {
  font-size: 12.7px;
  color: var(--gray000);
}

.MorphPointsTable_creditAmount__YbbiN::first-letter {
  text-transform: uppercase;
}

.MorphPointsTable_cardIcon__7ZMBu {
  width: 44px;
}

.MorphPointsTable_frequencyTag__5Nmof {
  position: absolute;
  top: 0px;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 24.11px;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: var(--primaryMain);
  border-radius: 5px;
  padding: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.MorphPointsTable_capFrequencyKeyword__R6Ace {
  text-transform: capitalize;
  font-size: 13.56px;
  color: var(--gray000);
}

/* Following is styling for the buttons shown in the conversation footer component */

.MorphPointsTable_viewButtonContainer__MiTgk {
  display: flex;
  height: 100%;
}

.MorphPointsTable_viewButton__EehEc:last-child {
  border-bottom-right-radius: 5px;
}

.MorphPointsTable_viewButton__EehEc {
  height: 100%;
  width: 50px;
  background-color: white;
  border: solid 2px var(--primaryMain);
  /* border-top: solid 4px var(--primaryMain); */
  font-size: 10px;
  color: var(--primaryMain);
}

.MorphPointsTable_selectedTableView__EQRua {
  background-color: green;
  color: var(--gray000);
}

.MorphPointsTable_viewButtonIcon__-YuMe {
  height: 25px;
  width: 25px;
}

.MorphPointsTable_viewButtonText__i3Mdy {
  text-transform: capitalize;
}

.MorphPointsTable_cardContent__NRJOt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 4 1;
  padding: 10px;
  color: var(--gray950)
}

.MorphPointsTable_cardFooter__Um\+Io {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  background-color: var(--primaryMain);
  padding: 5px 0px;
  gap: 1px;
  color: var(--gray000);
}

.MorphPointsTable_notificationContainer__Zvcao {
  max-width: 100%;
  background-color: var(--gray100);
  position: relative;
  border-radius: 10px;
  z-index: 2;
  display: flex;
  height: 88px;
  flex-wrap: wrap;
  overflow: hidden;
  cursor: pointer;
}

.MorphPointsTable_notificationLeft__0lUmq {
  background-color: var(--blue992);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--gray000);
  text-wrap-mode: nowrap;
  padding: 0px 7px;
  font-size: 13px;
  border-radius: 10px;
}

.MorphPointsTable_notificationRight__webjR {
  flex: 1 1;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 20px 0px 10px;
  max-height: 87px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.MorphPointsTable_clickToStart__uV\+qw {
  text-align: center;
  align-self: center;
  display: block;
}

.MorphPointsTable_lockIcon__0KsNK {
  width: 39px;
  height: auto;
}

.MorphPointsTable_closeNotificationButton__z18s0 {
  position: absolute;
  top: -6px;
  left: -6px;
  background-color: var(--gray000);
  border: solid 1px var(--gray100);
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.MorphPointsTable_closeIcon__MkHF\+ {
  font-size: 16px;
}
/* 
.roundTimeBar {
  position: absolute;
  bottom: 0;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(to bottom, var(--primaryMain), var(--orange054));
  animation: roundtime 6s linear forwards;
  width: 100%;
} */

@keyframes MorphPointsTable_roundtime__Zuz\+G {
  to {
    /* More performant than `width` */
    transform: scaleX(0);
  }
}

.MorphPointsTable_roundTimer__y9PJC {
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.MorphPointsTable_roundTimer__y9PJC > circle {
  stroke-dasharray: 69px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 1px;
  stroke: var(--primaryMain);
  fill: none;
  animation: MorphPointsTable_countdown__\+VXlR 6s linear 1 forwards;
}

@keyframes MorphPointsTable_countdown__\+VXlR {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 69px;
  }
}

@keyframes MorphPointsTable_fall__lb9m0 {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

.MorphPointsTable_fallingIcon__bB-DP {
  position: absolute;
  top: -100%;
  animation: MorphPointsTable_fall__lb9m0 3s linear infinite;
  height: auto;
  color: var(--primaryMain);
  opacity: 50%;
}

.MorphPointsTable_skeletonCategory__D\+sRr {
  background-color: #ffe7df;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 5px;
  gap: 5px;
  justify-content: space-between;
}

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

.MorphPointsTable_skeletonCard__r5yLt {
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 6px var(--gray820);
  text-align: center;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ChatInputField_charCountWrapper__VNl9R{
  position: absolute;
  width: 55px;
  height: 10px;
  display: flex;
  justify-content: center;
}

.ChatInputField_charMobile__tc8MR{
  left: -10px;
  bottom: 4px;
}

.ChatInputField_charDesktop__MVXCD{
  left: -10px;
  bottom: 4px;
}

.ChatInputField_charCount__JH5uN{
  font-size: 10px;
}

.ChatInputField_noChar__bGXl\+{
  color: var(--gray200);
}

.ChatInputField_reachedLimit__Fj-Y1{
  color: var(--red400);
}
.styles_footerPartBaseClass__lO5\+b {
  background-color: white;
  position: absolute;
  left: 10px;
  bottom: 1px;
  border-radius: 15px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid var(--primaryMain);
}

.styles_cornerHideBottomPart__n1Duw::after {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  width: 100%;
  height: 15px; /* adjust as needed */
  background: white; /* or use current background */
  pointer-events: none; /* ensures it doesn't block interaction */
  z-index: 1;
}

.styles_rainbowBg__5SdYh {
  background: radial-gradient(circle at 90% 40%, rgba(48, 83, 252, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 5% 50%, rgba(255, 84, 28, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 95% 40%, rgba(28, 221, 255, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 2% 60%, rgba(157, 28, 255, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 35% 55%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
  radial-gradient(circle at 65% 45%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
  radial-gradient(circle at 75% 40%, rgba(48, 83, 252, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 10% 60%, rgba(255, 84, 28, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 85% 60%, rgba(28, 221, 255, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 15% 65%, rgba(157, 28, 255, 0.2) 2%, transparent 10%),
  radial-gradient(circle at 45% 50%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
  radial-gradient(circle at 55% 40%, rgba(157, 28, 255, 0.1) 2%, transparent 10%),
  white;

  animation: styles_moveGradient__J7SP1 15s ease-in-out infinite alternate;
  background-size: 300% 100%;
}

@keyframes styles_moveGradient__J7SP1 {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
.AudioVisualizerStyles_container__XFwV\+ {
  width: 100%;

  position: absolute;
  width: calc(100% - 20px);
  height: 350px;
  background-color: white;
  bottom: 5px;
  left: 50%;
  translate: -50%;
  z-index: 11;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid var(--primaryMain);
  overflow: hidden;
}

.AudioVisualizerStyles_header__7l6X7 {
  background-color: var(--primaryMain);
  width: 100%;
  height: 30px;

  display: flex;
  justify-content: center;
  align-items: center;

  color: white;
  font-weight: bold;
  text-transform: capitalize;
  font-family: var(--typographyFontFamily);
}

.AudioVisualizerStyles_waveContainer__qFpTC {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.AudioVisualizerStyles_recordButton__QUqYU {
  background-color: red !important;
}

.AudioVisualizerStyles_playButton__V\+LfK {
  border: 2px solid var(--primaryMain);
  background-color: white;
  color: var(--primaryMain);
  height: 40px;
  width: 40px;
}

.AudioVisualizerStyles_controls__KDHJO {
  text-align: center;
  display: grid;
  width: 100%;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr 60px 1fr;
  padding: 0 10px;
}

.AudioVisualizerStyles_hr__bErUk {
  border: 1px solid darkblue;
  position: absolute;
  width: 100%;
  translate: 0 -3px;
}

.AudioVisualizerStyles_title__CXCP3 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.AudioVisualizerStyles_timer__g3Fmb {
  width: 52px;
}

.AudioVisualizerStyles_elapsedTime__rbBFG {
  font-family: monospace;
  font-size: 12px;
}

.AudioVisualizerStyles_status__iDK0v {
  font-size: 14px;
}

.AudioVisualizerStyles_circleIcon__QoQMz {
  position: absolute;
  background-color: var(--gray000);
  height: 55px;
  width: 55px;
  border-radius: 50%;
  color: var(--primaryMain);
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AudioVisualizerStyles_btn__jbYAI {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--primaryMain);
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 6px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: var(--typographyFontFamily);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  text-transform: capitalize;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #fff;
  background-color: #ff541c;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.AudioVisualizerStyles_filename__NaDOx {
  color: black;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

.AudioVisualizerStyles_filenameContainer__\+0p3v {
  display: flex;
  justify-content: flex-end;
  padding-right: 8px;
}

.AudioVisualizerStyles_label__tZDZm {
  text-transform: capitalize;
}

.AudioVisualizerStyles_inputContainer__C3AJq {
  justify-self: left;
  flex-direction: column;
  display: flex;
  align-items: center;
  gap: 3px;
  width: 100%;
  position: relative;
}

/* screen widths larger than 900px */
@media (min-width: 900px) {
  .AudioVisualizerStyles_recordButton__QUqYU {
    max-width: 200px;
    justify-self: end;
  }
  .AudioVisualizerStyles_btn__jbYAI {
    max-width: 200px;
    justify-self: start;
  }

  .AudioVisualizerStyles_inputContainer__C3AJq {
    max-width: 200px;
    flex-direction: row;
  }
}

.CassetteRecorder_cassetteContainer__EmD1a {
  border: 2px solid #ff4103;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 260px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 34px;
  box-sizing: border-box;
  padding-bottom: 10px;
  gap: 5px;
}

.CassetteRecorder_screwsContainer__oivi7 {
  position: absolute;
  display: flex;
  top: 4px;
  justify-content: space-between;
  width: 100%;
  padding: 0px 4px;
  box-sizing: border-box;
}

.CassetteRecorder_screw__CsuGC {
  height: 13px;
  width: 13px;
  background-color: transparent;
  border: 2px solid #ff4103;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CassetteRecorder_screw__CsuGC:nth-child(odd)::before,
.CassetteRecorder_screw__CsuGC:nth-child(odd)::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 1.5px;
  border-radius: 2px;
  background-color: #ff4103;
  transform: rotate(-15deg);
}

.CassetteRecorder_screw__CsuGC:nth-child(odd)::after {
  transform: rotate(75deg);
}

.CassetteRecorder_trapezoid__k9Tdd {
  display: flex;
  position: absolute;
  top: -1px;
}

.CassetteRecorder_window__AdNZ7 {
  height: 48px;
  width: 212px;
  border: 2px solid #ff4103;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 4px;
}

.CassetteRecorder_reel__Ifu7f {
  display: flex;
}

@keyframes CassetteRecorder_spinCounterClockwise__x91WV {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

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

.CassetteRecorder_spinning__zWY63 {
  animation: CassetteRecorder_spinCounterClockwise__x91WV 2s linear infinite;
}

.CassetteRecorder_spinningClockwise__v4l64 {
  animation: CassetteRecorder_spinClockwise__G8l13 2s linear infinite;
}

.CassetteRecorder_canvasContainer__0QmFr {
  height: 100%;
  width: 100%;
}

.CassetteRecorder_canvasContainer__0QmFr > canvas {
  height: 100% !important;
}

.CassetteRecorder_visualizerContainer__VTZ1q {
  height: 100%;
  width: 100%;
}

.CassetteRecorder_time__n6uPo {
  color: #ff4103;
  font-weight: bold;
}

.CassetteRecorder_controls__pNvgL {
  margin-top: auto;
  padding-bottom: 10px;
}

.ConsoleDialog_tableWrapper__4afWq {
  overflow: auto;
  height: 100%;
  box-shadow: 0 0 10px var(--peach900);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.ConsoleDialog_chatlogsTable__u3LGQ {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}

.ConsoleDialog_chatlogsTable__u3LGQ th,
.ConsoleDialog_chatlogsTable__u3LGQ td {
  border: 1px solid var(--primaryLight);
  padding: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 500px;
  overflow: hidden;
}

.ConsoleDialog_chatlogsTable__u3LGQ th {
  background-color: var(--peach900);
}

.ConsoleDialog_chatlogsTable__u3LGQ th:nth-child(1) {
  width: 111px;
}

.ConsoleDialog_chatlogsTable__u3LGQ th:nth-child(2) {
  width: 85px;
}

.ConsoleDialog_chatlogsTable__u3LGQ th:nth-child(3) {
  width: 500px;
}

.ConsoleDialog_chatlogsTable__u3LGQ th:nth-child(4) {
  width: 189px;
}

.ConsoleDialog_chatlogsTable__u3LGQ td.ConsoleDialog_expanded__EihkT {
  white-space: normal;
  overflow: auto;
}

.ConsoleDialog_filterTitle__2WrSM{
  color: var(--blue010);
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
}

.ConsoleDialog_filterDropdown__oNWm9 {
  position: absolute;
  background-color: var(--gray000);
  border: 1px solid var(--gray060);
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px var(--shadow110);
  display: none;
}

.ConsoleDialog_chatlogsTable__u3LGQ th {
  position: relative;
  color: var(--blue010);
}

.ConsoleDialog_chatlogsTable__u3LGQ th:hover .ConsoleDialog_filterDropdown__oNWm9 {
  display: block;
}

.ConsoleDialog_filterDropdown__oNWm9 label {
  display: block;
  margin-bottom: 5px;
}

.ConsoleDialog_filterDropdown__oNWm9 input[type='checkbox'] {
  margin-right: 5px;
}

.ConsoleDialog_chatlogSearch__LY\+s0 {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 10px;
}

.ConsoleDialog_chatlogsTable__u3LGQ tbody tr:nth-child(even) {
  background-color: var(--peach100);
}

.ConsoleDialog_chatlogsTable__u3LGQ tbody tr:nth-child(odd) {
  background-color: var(--gray000);
}

.ConsoleDialog_chatDownButton__qj3Lr {
  position: absolute;
  right: 30px;
  bottom: 75px;
}

.ConsoleDialog_chatDownIcon__McARM {
  width: 50px;
  height: 50px;
  color: var(--peach900);
}

.ConsoleDialog_noLogs__MtXxm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  background: var(--primaryLight);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px;
}

.ReferrerModal_modal__Uh8zT {
  background-color: var(--gray000);
  width: 20rem;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: 80vh;
  margin: auto;
  border-radius: 0.25rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_title__BshXY:nth-of-type(1) {
  font-family: var(--typographyFontFamily);
  display: block;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_title__BshXY:nth-of-type(2) {
  font-family: var(--typographyFontFamily);
  display: none;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_title__BshXY:nth-of-type(1) {
  display: none;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_title__BshXY:nth-of-type(2) {
  display: block;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_container__2Lmie:nth-of-type(1) {
  margin-bottom: 1rem;
  display: block;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_container__2Lmie:nth-of-type(2) {
  margin-bottom: 1rem;
  display: none;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_container__2Lmie:nth-of-type(1) {
  display: none;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_container__2Lmie:nth-of-type(2) {
  display: block;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_form__n4EHl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  height: 100%;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_form__n4EHl {
  display: none;
}
.ReferrerModal_modal__Uh8zT .ReferrerModal_confirmation__wU0iw {
  display: none;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 0 1rem;
}
.ReferrerModal_modal__Uh8zT.ReferrerModal_success__4jz3J .ReferrerModal_confirmation__wU0iw {
  display: flex;
}

.ReferrerModal_title__BshXY {
  padding: 1rem 1.5rem;
}
.ReferrerModal_error__5q4Bm {
  font-family: var(--typographyFontFamily);
  font-size: .75rem;
  font-weight: bold;
  color: red;
  width: 15rem;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.ReferrerModal_link__HBV8l {
  font-family: var(--typographyFontFamily);
  font-size: .75rem;
  width: 15rem;
  margin: auto;
  display: block;
  cursor: pointer;
}
.ReferrerModal_error__5q4Bm:empty {
  margin-bottom: 0;
}
.VideoPopout_videoBox__87zvN{
  display: flex;
  position: relative;
  z-index: 5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  /* left: 237px;
  top: -34px; */
  cursor: pointer;
}

.VideoPopout_operatorVideo__IW-Iz{
  top: 30px;
}

.VideoPopout_expandedBox__pDGea{
  left: 0;
  top: auto;
  top: initial;
  width: 200px;
  height: auto;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.VideoPopout_video__-bCkS{
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}

.VideoPopout_videoBox__87zvN .VideoPopout_expandedVideo__jyEhE{
  height: 200px;
  width: 200px;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}

.VideoPopout_addMargin__49\+rx{
  margin-bottom: 220px;
}

.VideoPopout_videoControls__DpL9q{
  position: absolute;
  display: flex;
  top: 70px;
  left: 5px;
  z-index: 1;
}

.VideoPopout_videoButton__FMSs9{
  color: white;
  background: black;
  border-radius: 50%;
  border: 1px solid white;
  height: 20px;
  width: 20px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .VideoPopout_videoBox__87zvN .VideoPopout_expandedVideo__jyEhE{
    /* width: 50vw; */
  }

  .VideoPopout_expandedBox__pDGea{
    width: 50vw;
  }

  .VideoPopout_addMargin__49\+rx{
    margin-bottom: 200px;
  }
}

@media (min-width: 900px){
  .VideoPopout_toTheRight__HAg4x{
    left: 330px !important;
    top: -55px !important;
  }
}

.VideoPopout_animatedVideoIcon__q6P7y{
  height: 90px;
  width: 90px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 16px;
  top: -70px;
  background-color: var(--blue901);
  border-radius: 50%;
}
.ReferrerMessageContent_OriginalLangStyle__yRYcp {
  margin: 0;
  cursor: pointer;
  padding-top: 0.3125rem;
  font-size: 0.50em;
  font-family: var(--typographyFontFamily);
}

.ReferrerMessageContent_TranslationInfoStyle__fkOwx {
  margin: 0;
  padding-top: 0.3125rem;
  font-size: 0.50em;
  font-family: var(--typographyFontFamily);
  align-self: center;
}

.ReferrerMessageContent_wrapper__usgPf {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: fit-content;
  --bgc: var(--peach600);
  --bgcAlt: var(--gray000);
  --poly:  0% 99.468%,0% 99.468%,0% 99.469%,0% 99.472%,0% 99.482%,0% 99.502%,0% 99.535%,0% 99.583%,0% 99.651%,0% 99.74%,0% 99.856%,0% 100%,0% 99.468%,-0.472% 99.468%,-0.472% 37.766%,0% 37.766%,0% 37.234%,0% 37.234%,0% 37.378%,0% 37.494%,0% 37.584%,0% 37.651%,0% 37.699%,0% 37.732%,0% 37.752%,0% 37.762%,0.001% 37.765%,0.001% 37.766%,0.002% 37.766%,0.004% 37.766%,0.012% 37.766%,0.041% 37.765%,0.041% 37.765%,0.048% 37.765%,0.057% 37.765%,0.066% 37.765%,0.075% 37.765%,0.085% 37.764%,0.096% 37.764%,0.108% 37.764%,0.12% 37.763%,0.132% 37.763%,0.145% 37.762%,0.145% 37.762%,0.174% 37.761%,0.204% 37.76%,0.238% 37.758%,0.273% 37.756%,0.311% 37.754%,0.351% 37.751%,0.393% 37.748%,0.438% 37.745%,0.485% 37.741%,0.534% 37.737%,0.534% 37.737%,0.639% 37.728%,0.753% 37.717%,0.875% 37.704%,1.005% 37.689%,1.143% 37.671%,1.289% 37.651%,1.443% 37.628%,1.604% 37.603%,1.773% 37.574%,1.949% 37.543%,1.949% 37.543%,2.321% 37.469%,2.719% 37.382%,3.142% 37.278%,3.588% 37.157%,4.056% 37.017%,4.544% 36.858%,5.051% 36.678%,5.575% 36.475%,6.115% 36.248%,6.668% 35.996%,6.668% 35.996%,7.813% 35.411%,8.995% 34.709%,10.203% 33.881%,11.423% 32.916%,12.645% 31.803%,13.855% 30.533%,15.042% 29.094%,16.192% 27.476%,17.295% 25.669%,18.337% 23.663%,18.342% 23.654%,18.366% 23.607%,18.366% 23.607%,18.373% 23.594%,18.38% 23.579%,18.388% 23.563%,18.397% 23.546%,18.407% 23.528%,18.418% 23.509%,18.429% 23.488%,18.44% 23.466%,18.453% 23.443%,18.466% 23.418%,18.466% 23.418%,18.494% 23.366%,18.526% 23.309%,18.56% 23.247%,18.596% 23.181%,18.636% 23.11%,18.678% 23.035%,18.724% 22.955%,18.772% 22.871%,18.822% 22.783%,18.876% 22.691%,18.876% 22.691%,18.992% 22.494%,19.119% 22.281%,19.257% 22.053%,19.407% 21.81%,19.568% 21.553%,19.74% 21.282%,19.924% 20.998%,20.12% 20.702%,20.327% 20.394%,20.545% 20.074%,20.545% 20.074%,21.016% 19.401%,21.534% 18.69%,22.098% 17.944%,22.709% 17.167%,23.367% 16.364%,24.072% 15.539%,24.824% 14.697%,25.624% 13.842%,26.471% 12.978%,27.367% 12.11%,27.367% 12.11%,29.301% 10.378%,31.43% 8.682%,33.754% 7.055%,36.276% 5.533%,38.998% 4.149%,41.921% 2.939%,45.046% 1.938%,48.377% 1.18%,51.915% 0.7%,55.66% 0.532%,55.66% 0.532%,63.127% 1.179%,70.081% 3.053%,76.458% 6.051%,82.193% 10.073%,87.222% 15.016%,91.481% 20.78%,94.905% 27.261%,97.431% 34.36%,98.993% 41.973%,99.528% 50%,99.528% 50%,99.393% 54.284%,98.992% 58.431%,98.335% 62.431%,97.429% 66.277%,96.282% 69.959%,94.902% 73.467%,93.299% 76.794%,91.479% 79.93%,89.452% 82.867%,87.225% 85.595%,87.225% 85.595%,84.806% 88.106%,82.202% 90.392%,79.421% 92.443%,76.471% 94.252%,73.359% 95.807%,70.095% 97.1%,66.684% 98.122%,63.137% 98.864%,59.459% 99.315%,55.66% 99.468%,55.519% 99.468%,55.378% 99.468%,55.237% 99.468%,55.095% 99.468%,54.953% 99.468%,54.812% 99.468%,54.67% 99.468%,54.527% 99.468%,54.385% 99.468%,54.242% 99.468%,54.1% 99.468%,53.957% 99.468%,53.814% 99.468%,53.671% 99.468%,53.528% 99.468%,53.384% 99.468%,53.241% 99.468%,53.097% 99.468%,52.953% 99.468%,52.809% 99.468%,52.665% 99.468%,52.521% 99.468%,52.376% 99.468%,52.232% 99.468%,52.087% 99.468%,51.942% 99.468%,51.797% 99.468%,51.652% 99.468%,51.507% 99.468%,51.362% 99.468%,51.216% 99.468%,51.071% 99.468%,50.925% 99.468%,50.779% 99.468%,50.634% 99.468%,50.488% 99.468%,50.342% 99.468%,50.195% 99.468%,50.049% 99.468%,49.903% 99.468%,49.756% 99.468%,49.609% 99.468%,49.463% 99.468%,49.316% 99.468%,49.169% 99.468%,49.022% 99.468%,48.875% 99.468%,48.728% 99.468%,48.58% 99.468%,48.433% 99.468%,48.286% 99.468%,48.138% 99.468%,47.99% 99.468%,47.843% 99.468%,47.695% 99.468%,47.547% 99.468%,47.399% 99.468%,47.251% 99.468%,47.103% 99.468%,46.955% 99.468%,46.807% 99.468%,46.659% 99.468%,46.51% 99.468%,46.362% 99.468%,46.213% 99.468%,46.065% 99.468%,45.916% 99.468%,45.768% 99.468%,45.619% 99.468%,45.47% 99.468%,45.321% 99.468%,45.173% 99.468%,45.024% 99.468%,44.875% 99.468%,44.726% 99.468%,44.577% 99.468%,44.428% 99.468%,44.279% 99.468%,44.13% 99.468%,43.98% 99.468%,43.831% 99.468%,43.682% 99.468%,43.533% 99.468%,43.383% 99.468%,43.234% 99.468%,43.085% 99.468%,42.935% 99.468%,42.786% 99.468%,42.637% 99.468%,42.487% 99.468%,42.338% 99.468%,42.188% 99.468%,42.039% 99.468%,41.89% 99.468%,41.74% 99.468%,41.591% 99.468%,41.441% 99.468%,41.292% 99.468%,41.142% 99.468%,40.993% 99.468%,40.843% 99.468%,40.694% 99.468%,40.544% 99.468%,40.395% 99.468%,40.245% 99.468%,40.096% 99.468%,39.947% 99.468%,39.797% 99.468%,39.648% 99.468%,39.498% 99.468%,39.349% 99.468%,39.2% 99.468%,39.05% 99.468%,38.901% 99.468%,38.752% 99.468%,38.603% 99.468%,38.453% 99.468%,38.304% 99.468%,38.155% 99.468%,38.006% 99.468%,37.857% 99.468%,37.708% 99.468%,37.559% 99.468%,37.41% 99.468%,37.261% 99.468%,37.112% 99.468%,36.963% 99.468%,36.815% 99.468%,36.666% 99.468%,36.517% 99.468%,36.369% 99.468%,36.22% 99.468%,36.072% 99.468%,35.923% 99.468%,35.775% 99.468%,35.627% 99.468%,35.478% 99.468%,35.33% 99.468%,35.182% 99.468%,35.034% 99.468%,34.886% 99.468%,34.738% 99.468%,34.59% 99.468%,34.443% 99.468%,34.295% 99.468%,34.147% 99.468%,34% 99.468%,33.853% 99.468%,33.705% 99.468%,33.558% 99.468%,33.411% 99.468%,33.264% 99.468%,33.117% 99.468%,32.97% 99.468%,32.823% 99.468%,32.677% 99.468%,32.53% 99.468%,32.384% 99.468%,32.237% 99.468%,32.091% 99.468%,31.945% 99.468%,31.799% 99.468%,31.653% 99.468%,31.507% 99.468%,31.361% 99.468%,31.216% 99.468%,31.07% 99.468%,30.925% 99.468%,30.78% 99.468%,30.635% 99.468%,30.49% 99.468%,30.345% 99.468%,30.2% 99.468%,30.056% 99.468%,29.911% 99.468%,29.767% 99.468%,29.623% 99.468%,29.479% 99.468%,29.335% 99.468%,29.191% 99.468%,29.047% 99.468%,28.904% 99.468%,28.76% 99.468%,28.617% 99.468%,28.474% 99.468%,28.331% 99.468%,28.189% 99.468%,28.046% 99.468%,27.904% 99.468%,27.761% 99.468%,27.619% 99.468%,27.477% 99.468%,27.336% 99.468%,27.194% 99.468%,27.052% 99.468%,26.911% 99.468%,26.77% 99.468%,26.629% 99.468%,26.488% 99.468%,26.348% 99.468%,26.207% 99.468%,26.067% 99.468%,25.927% 99.468%,25.787% 99.468%,25.648% 99.468%,25.508% 99.468%,25.369% 99.468%,25.23% 99.468%,25.091% 99.468%,24.952% 99.468%,24.813% 99.468%,24.675% 99.468%,24.537% 99.468%,24.399% 99.468%,24.261% 99.468%,24.124% 99.468%,23.986% 99.468%,23.849% 99.468%,23.712% 99.468%,23.576% 99.468%,23.439% 99.468%,23.303% 99.468%,23.167% 99.468%,23.031% 99.468%,22.895% 99.468%,22.76% 99.468%,22.625% 99.468%,22.49% 99.468%,22.355% 99.468%,22.22% 99.468%,22.086% 99.468%,21.952% 99.468%,21.818% 99.468%,21.685% 99.468%,21.551% 99.468%,21.418% 99.468%,21.285% 99.468%,21.153% 99.468%,21.02% 99.468%,20.888% 99.468%,20.756% 99.468%,20.625% 99.468%,20.493% 99.468%,20.362% 99.468%,20.231% 99.468%,20.101% 99.468%,19.97% 99.468%,19.84% 99.468%,19.71% 99.468%,19.581% 99.468%,19.452% 99.468%,19.322% 99.468%,19.194% 99.468%,19.065% 99.468%,18.937% 99.468%,18.809% 99.468%,18.681% 99.468%,18.554% 99.468%,18.427% 99.468%,18.3% 99.468%,18.173% 99.468%,18.047% 99.468%,17.921% 99.468%,17.795% 99.468%,17.67% 99.468%,17.545% 99.468%,17.42% 99.468%,17.295% 99.468%,17.171% 99.468%,17.047% 99.468%,16.923% 99.468%,16.8% 99.468%,16.677% 99.468%,16.554% 99.468%,16.432% 99.468%,16.31% 99.468%,16.188% 99.468%,16.067% 99.468%,15.945% 99.468%,15.824% 99.468%,15.704% 99.468%,15.584% 99.468%,15.464% 99.468%,15.344% 99.468%,15.225% 99.468%,15.106% 99.468%,14.987% 99.468%,14.869% 99.468%,14.751% 99.468%,14.633% 99.468%,14.516% 99.468%,14.399% 99.468%,14.283% 99.468%,14.166% 99.468%,14.05% 99.468%,13.935% 99.468%,13.82% 99.468%,13.705% 99.468%,13.59% 99.468%,13.476% 99.468%,13.362% 99.468%,13.248% 99.468%,13.135% 99.468%,13.023% 99.468%,12.91% 99.468%,12.798% 99.468%,12.686% 99.468%,12.575% 99.468%,12.464% 99.468%,12.354% 99.468%,12.243% 99.468%,12.133% 99.468%,12.024% 99.468%,11.915% 99.468%,11.806% 99.468%,11.698% 99.468%,11.59% 99.468%,11.482% 99.468%,11.375% 99.468%,11.268% 99.468%,11.162% 99.468%,11.056% 99.468%,10.95% 99.468%,10.845% 99.468%,10.74% 99.468%,10.636% 99.468%,10.531% 99.468%,10.428% 99.468%,10.325% 99.468%,10.222% 99.468%,10.119% 99.468%,10.017% 99.468%,9.915% 99.468%,9.814% 99.468%,9.713% 99.468%,9.613% 99.468%,9.513% 99.468%,9.413% 99.468%,9.314% 99.468%,9.216% 99.468%,9.117% 99.468%,9.019% 99.468%,8.922% 99.468%,8.825% 99.468%,8.728% 99.468%,8.632% 99.468%,8.536% 99.468%,8.441% 99.468%,8.346% 99.468%,8.252% 99.468%,8.158% 99.468%,8.064% 99.468%,7.971% 99.468%,7.878% 99.468%,7.786% 99.468%,7.694% 99.468%,7.603% 99.468%,7.512% 99.468%,7.422% 99.468%,7.332% 99.468%,7.242% 99.468%,7.153% 99.468%,7.065% 99.468%,6.977% 99.468%,6.889% 99.468%,6.802% 99.468%,6.715% 99.468%,6.629% 99.468%,6.543% 99.468%,6.458% 99.468%,6.373% 99.468%,6.288% 99.468%,6.205% 99.468%,6.121% 99.468%,6.038% 99.468%,5.956% 99.468%,5.874% 99.468%,5.792% 99.468%,5.711% 99.468%,5.631% 99.468%,5.551% 99.468%,5.471% 99.468%,5.392% 99.468%,5.314% 99.468%,5.236% 99.468%,5.158% 99.468%,5.081% 99.468%,5.005% 99.468%,4.929% 99.468%,4.854% 99.468%,4.779% 99.468%,4.704% 99.468%,4.63% 99.468%,4.557% 99.468%,4.484% 99.468%,4.411% 99.468%,4.34% 99.468%,4.268% 99.468%,4.197% 99.468%,4.127% 99.468%,4.057% 99.468%,3.988% 99.468%,3.919% 99.468%,3.851% 99.468%,3.783% 99.468%,3.716% 99.468%,3.65% 99.468%,3.584% 99.468%,3.518% 99.468%,3.453% 99.468%,3.389% 99.468%,3.325% 99.468%,3.262% 99.468%,3.199% 99.468%,3.137% 99.468%,3.075% 99.468%,3.014% 99.468%,2.953% 99.468%,2.894% 99.468%,2.834% 99.468%,2.775% 99.468%,2.717% 99.468%,2.659% 99.468%,2.602% 99.468%,2.545% 99.468%,2.489% 99.468%,2.434% 99.468%,2.379% 99.468%,2.325% 99.468%,2.271% 99.468%,2.218% 99.468%,2.165% 99.468%,2.113% 99.468%,2.062% 99.468%,2.011% 99.468%,1.961% 99.468%,1.911% 99.468%,1.862% 99.468%,1.814% 99.468%,1.766% 99.468%,1.719% 99.468%,1.672% 99.468%,1.626% 99.468%,1.581% 99.468%,1.536% 99.468%,1.492% 99.468%,1.448% 99.468%,1.405% 99.468%,1.363% 99.468%,1.321% 99.468%,1.28% 99.468%,1.239% 99.468%,1.199% 99.468%,1.16% 99.468%,1.121% 99.468%,1.083% 99.468%,1.046% 99.468%,1.009% 99.468%,0.973% 99.468%,0.937% 99.468%,0.902% 99.468%,0.868% 99.468%,0.834% 99.468%,0.801% 99.468%,0.769% 99.468%,0.737% 99.468%,0.706% 99.468%,0.675% 99.468%,0.646% 99.468%,0.616% 99.468%,0.588% 99.468%,0.56% 99.468%,0.533% 99.468%,0.506% 99.468%,0.48% 99.468%,0.455% 99.468%,0.431% 99.468%,0.407% 99.468%,0.383% 99.468%,0.361% 99.468%,0.339% 99.468%,0.318% 99.468%,0.297% 99.468%,0.277% 99.468%,0.258% 99.468%,0.239% 99.468%,0.221% 99.468%,0.204% 99.468%,0.188% 99.468%,0.172% 99.468%,0.157% 99.468%,0.142% 99.468%,0.129% 99.468%,0.115% 99.468%,0.103% 99.468%,0.091% 99.468%,0.08% 99.468%,0.07% 99.468%,0.06% 99.468%,0.052% 99.468%,0.043% 99.468%,0.036% 99.468%,0.029% 99.468%,0.023% 99.468%,0.018% 99.468%,0.013% 99.468%,0.009% 99.468%,0.006% 99.468%,0.003% 99.468%,0.001% 99.468%,0% 99.468%;
}

.ReferrerMessageContent_badge__s6b60 {
  display: flex;
  flex-direction: row;
  gap: 0.3125rem;
  position: absolute;
  bottom: -0.5rem;
  right: 2.875rem;
  transform: translate(50%, 0);
  font-weight: normal;
  font-family: var(--typographyFontFamily);
  font-size: 0.75rem;
  background-color: var(--bgcAlt);
  color: var(--orange050);
  padding: 0.125rem 0.25rem;
  border: 0.0625rem solid var(--orange700);
  border-radius: 3.125rem;
	z-index: 3;
  max-width: calc(12ch + 0.9375rem);
  width: -webkit-fit-content;
  width: fit-content;
  overflow: hidden;
  transition: max-width 1000ms linear;
}

.ReferrerMessageContent_wrapper__usgPf .ReferrerMessageContent_label__\+Lc5i {
  display: inline-block;
}

.ReferrerMessageContent_wrapper__usgPf .ReferrerMessageContent_invite__GU2x7 {
  display: none;
}

.ReferrerMessageContent_operator__rVLL9 {
  --bgc: var(--gray000);
  --bgcAlt: var(--peach600);
}

.ReferrerMessageContent_content__GPDv6 {
  display: flex;
  flex-direction: column;
}

.ReferrerMessageContent_operatorContent__P\+aQ\+ {
  display: flex;
  flex-direction: column;
}

.ReferrerMessageContent_sender__daCV8 {
  font-family: var(--typographyFontFamily);
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--orange050);
  margin: 0;
  line-height: 150%;
  text-align: left;
  margin-bottom: -31px;
  margin-top: 30px;
}

.ReferrerMessageContent_senderMargin__dNmbb{
  margin-bottom: 5px;
}

.ReferrerMessageContent_container__nwhSd {
  display: flex;
  border: 0.0625rem solid var(--orange700);
  border-right: none;
  border-radius: 0.625rem 0 0 0.625rem;
  position: relative;
  background-color: var(--bgc);
  color: var(--gray920);
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  max-width: 43rem;
  height: 3.625rem;
  margin-right: -1rem;
  align-items: center;
}

.ReferrerMessageContent_message__Re5gX {
  font-family: var(--typographyFontFamily);
  font-size: 0.75rem;
  font-weight: normal;
  color: var(--gray920);
  line-height: 150%;
  z-index: 2;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  margin: 0;
	max-height: 3.5rem;
  padding: 0.375rem 0 0.5rem 0.5625rem;
  text-align: left;
}

.ReferrerMessageContent_border__bfm7A {
  position: relative;
  width: 6.625rem;
  height: 5.875rem;
  z-index: 1;
  -webkit-clip-path: polygon(var(--poly));
          clip-path: polygon(var(--poly));
  background-color: var(--orange700);
  display: flex;
  align-items: flex-end;
}

.ReferrerMessageContent_image__nWzN0 {
  width: 6.5625rem;
  height: 5.66rem;
  background-color: var(--bgc);
  -webkit-clip-path: polygon(var(--poly));
          clip-path: polygon(var(--poly));
  margin-bottom: 0.0625rem;
}

.ReferrerMessageContent_img__Mlk2f {
  width: 5.25rem;
  height: 5.25rem;
  min-height: 5.25rem;
  border: 0.125rem solid var(--orange700);
  background-color: var(--bgc);
  border-radius: 50%;
  object-fit: cover;
	margin: 0.25rem 0.25rem 0 1.125rem;
	z-index: 2;
	position: relative;
}

.ReferrerMessageContent_dialer__BWZnT {
  width: 6.6rem;
  height: 6.6rem;
  border: none;
  margin: -0.4375rem 0.25rem 0 0.375rem;
}

@media (min-width: 21.875rem) and (max-width: 50rem) {
  .ReferrerMessageContent_border__bfm7A {
    transform: translate(0, 0.0625rem);
  }
}
@media (min-width: 55.875rem) and (max-width: 56.1875rem) {
  .ReferrerMessageContent_border__bfm7A {
    transform: translate(0, 0.0625rem);
  }
}
@media (min-width: 56.25rem) and (max-width: 120rem) {
  .ReferrerMessageContent_border__bfm7A {
    transform: translate(0, 0.03125rem);
  }
}


@media (hover: hover) {
  .ReferrerMessageContent_badge__s6b60 {
    display: block;
    position: absolute;
    bottom: -0.5rem;
    right: 2.875rem;
    transform: translate(50%, 0);
    font-weight: normal;
    font-family: var(--typographyFontFamily);
    font-size: 0.75rem;
    background-color: var(--bgcAlt);
    color: var(--orange050);
    padding: 0.125rem 0.25rem;
    border: 0.0625rem solid var(--orange700);
    border-radius: 3.125rem;
    z-index: 3;
    max-width: calc(7ch + 0.9375rem);
    width: -webkit-fit-content;
    width: fit-content;
    overflow: hidden;
    transition: max-width 1000ms linear;
  }
  
  .ReferrerMessageContent_animated__dnD2U {
    max-width: calc(2ch + 0.9375rem);
  }

  .ReferrerMessageContent_wrapper__usgPf:hover .ReferrerMessageContent_label__\+Lc5i {
    display: inline;
  }
  
  .ReferrerMessageContent_wrapper__usgPf .ReferrerMessageContent_invite__GU2x7 {
    display: none;
  }
  
  .ReferrerMessageContent_wrapper__usgPf:hover .ReferrerMessageContent_badge__s6b60 {
    max-width: calc(7ch + 0.9375rem);
    transition: max-width 1000ms linear;
  }
  
  .ReferrerMessageContent_wrapper__usgPf:hover .ReferrerMessageContent_label__\+Lc5i {
    display: none;
  }
  
  .ReferrerMessageContent_wrapper__usgPf:hover .ReferrerMessageContent_invite__GU2x7 {
    display: inline;
  }
}

.ReferrerMessageContent_hide__6RlvE {
  display: none;
}

.ReferrerMessageContent_addMargin__ID1W6{
  margin-bottom: 200px;
}
.ExpandFullMode_link__l8kK1 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: -webkit-max-content;
  width: max-content;
  font-size: 14px;
  font-family: var(--typographyFontFamily);
  height: 29px;
  align-items: center;
  color: var(--orange400);
  text-decoration: none;
  cursor: pointer;
}
.SongOfTheDay_songPlayerViewBox__TkrQ7 {
position: relative;
  justify-content: column;
  align-items: flex-end;  
  margin-right: 30px;
  margin-left: -30px;
}

.SongOfTheDay_songPlayerViewBoxButtons__Ik\+YZ {
    position: absolute;
    top: -28px;
    z-index: 999;
    height: 55px;
    width: 75px;
    border-radius: 50px 50px 0px 50px;
    justify-content: center;
    align-items: center;
    background-color: var(--orange500);
    animation: SongOfTheDay_open-button__2v7TT .25s linear;
}

.SongOfTheDay_loadingBackground__509dv {
    height: calc(100% - 20px);
    width: calc(100% - 20px); 
    background-color: black;
}

@keyframes SongOfTheDay_close-button__9JH11 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes SongOfTheDay_open-button__2v7TT {
    from { 
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.SongOfTheDay_onOffButtonContainer__FJmLt {
    flex-direction: row;
    align-items: center;
    gap: 0px;
    justify-content: center;
    background-color: black;
    height: 90%;
    width: 90%;
    border-radius: 50px;
}

.SongOfTheDay_closeButtons__T6GIn {
    animation: SongOfTheDay_close-button__9JH11 .25s linear;
}

.SongOfTheDay_offButton__vrRoe {
    height: 80%;
    width: 40%;
    font-size: 12px;
    color: black;
    background-color: var(--orange500);
    border-radius: 15px 2px 2px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all;
}

.SongOfTheDay_onButton__dEnG8 {
    height: 80%;
    width: 40%;
    font-size: 12px;
    color: black;
    background-color: var(--orange500);
    border-radius: 2px 15px 15px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all;
}

.SongOfTheDay_onButton__dEnG8:hover {
    box-shadow: inset 0 0 10px var(--orange970);
}

.SongOfTheDay_onButton__dEnG8 > span, .SongOfTheDay_offButton__vrRoe > span {
    text-align: center;
}

@keyframes SongOfTheDay_open-player__WNYS\+ {
    from {
        transform: scaleY(0.1);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;

    }
}

@keyframes SongOfTheDay_close-player__7dK0c {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0.1);
        opacity: 0;
    }
}

.SongOfTheDay_viewBoxWrapper__2IOk9 {
    position: absolute;
    top: 25px;
    min-height: 220px;
    min-width: 220px;
    height: 250px;
    width: 25vw;
    max-width: 500px;
    border-radius: 20px 0 20px 20px;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    background-color: var(--orange500);
    animation: SongOfTheDay_open-player__WNYS\+ .25s linear;
}

.SongOfTheDay_closingSongPlayer__BfxPw {
    animation: SongOfTheDay_close-player__7dK0c .25s linear;
}

.SongOfTheDay_controlContainer__IP0yQ {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1px auto 6px;
    height: 15px;
    width: 85px;
    background-color: none;
}

.SongOfTheDay_playerControlsWrapper__3I-FS {
    position: relative;
    width: 155px;
    height: 75px;
    margin-top: -50px;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

.SongOfTheDay_leftControls__7LoBu svg, .SongOfTheDay_rightControls__j\+u62 svg, .SongOfTheDay_centerControls__IZVwP svg {
    cursor: pointer;
}

.SongOfTheDay_leftControls__7LoBu {
    position: absolute;
    left: 3px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    color: var(--gray000);
}

.SongOfTheDay_rightControls__j\+u62 {
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    color: var(--gray000);
}

.SongOfTheDay_fastForward__PLgkr {
    height: 10px;
    width: 10px;
}

.SongOfTheDay_centerControls__IZVwP {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.SongOfTheDay_playButton__tlsQ2 {
    margin-left: 5px;
}

.SongOfTheDay_progressBar__FszGr {
    flex-direction: row;
    width: calc(100% - 20px);
    transition: all 0.5s linear;
    background-color: var(--orange980);
    border-radius: 0px 0px 10px 10px;
    overflow:hidden;
}

.SongOfTheDay_progressBarPlayed__gmuJr {
    opacity: 1;
    background-color: var(--peach900);
    border: none;
    transition: all;
}
.ConversationTitle_userInfo__FDCGz {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ConversationTitle_nameButton__zny7d,
.ConversationTitle_nameLabel__2acGe {
  color: var(--blue010);
  font-family: var(--typographyFontFamily);
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 .25em;
}

.ConversationTitle_openAppButton__-nmKe {
  display: inline-flex;
  border: 1px solid var(--gray000);
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  height: 25px;
  color: var(--orange700);
  background-color: var(--gray000);
  font-family: var(--typographyFontFamily);
  transition: all 0.6s linear;
  overflow: hidden;
  text-wrap: nowrap;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.ConversationTitle_openAppButton__-nmKe > p {
  font-size: 11px;
}
.PointsTrackerStyles_wrapper__ZxC3R {
  height: 27.37px;
  padding: 1px 5px 0px 5px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6));
  border-radius: 50px;
  font-family: var(--typographyFontFamily);
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 3px; */
  color: var(--gray000);
  transition: width 0.3s ease-in-out;
  overflow: hidden;

  white-space: nowrap;
  width: 40px;
}

.PointsTrackerStyles_icon__aWrQ\+ {
  transform: translateY(-1px);
  height: 25px;
  width: 25px;
}

.PointsTrackerStyles_numberText__h4HHs {
  font-weight: 700;
  font-family: var(--typographyFontFamily), monospace !important;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.PointsTrackerStyles_show__AOCHF {
  transform: translateX(0);
  opacity: 1;
}

.PointsTrackerStyles_hiddenText__UiGVQ {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
  font-weight: 700;
  font-family: 'IBM Plex Mono', monospace;
  font-size: inherit;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  transition: transform 2s;
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

.CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3{
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  width: 100px;
  height: 100%;
  align-items: center;
  background: var(--peach900);
  color: var(--gray000);
  border-bottom-right-radius: 25px;
}

.CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3 .CreateSignatureMobileConvTitle_buttonStyle__O55tt{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: none;
  color: var(--gray000);
}

.CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3 .CreateSignatureMobileConvTitle_submitBox__w57f6{
  background: var(--green700);
  margin: 0px 8px;
  padding-top: 10px;
  border: 3px solid var(--gray000);
  border-radius: 20px;
}

.CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3 .CreateSignatureMobileConvTitle_submitButton__klpST{
  transform: scale(1.25);
  margin-bottom: 7px;
  color: var(--gray000);
}

.CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3 .CreateSignatureMobileConvTitle_submitText__pb6eh{
  color: var(--gray000);
}

@media (orientation: portrait){
  /* .buttonStyle{
    transform: rotate(90deg);
  } */

  .CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3{
    transform: rotate(90deg);
    gap: calc(100vw / 15);
    width: 90px;
    padding-top: 15px;
  }
}

@media (max-height: 400px){
  .CreateSignatureMobileConvTitle_createSignatureTitleContainer__or6s3 button{
    font-size: 0.7rem;
  }
}
@keyframes main_curvedArrowPulse__vpdtX {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.15);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.15);
  }

  40% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }

  60% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.main_curvedArrowSvgAppearanceAnimation__6zK7i {
  animation: main_curvedArrowPulse__vpdtX 4s ease-in-out forwards;
}
.Errand_errand__xncPT {
  width: 100%;
}

.Errand_errand__xncPT:hover,
.Errand_errand__xncPT.Errand_isDragging__4ytax {
  background-color: var(--gray050);
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW {
  background-color: var(--orange000);
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW>div>button>p,
.Errand_errand__xncPT.Errand_isSelected__CMAKW>div>button>h2,
.Errand_errand__xncPT.Errand_isSelected__CMAKW>div>button>time{
  color: var(--blue010);
  font-weight: 600;
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF {
  background-color: var(--peach700);
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF>div>button:last-child,
.Errand_errand__xncPT.Errand_isSelected__CMAKW>div>button:last-child {
  pointer-events: none;
}

.Errand_disabled__PZeeE * {
  cursor: not-allowed !important;
  /* pointer-events: none; */
}

button.Errand_disabled__PZeeE {
  opacity: .5;
}

.Errand_errand__xncPT>footer:has(>button.Errand_disabled__PZeeE) {
  grid-template-columns: 1fr 1fr;
}

.Errand_errand__xncPT>footer>button.Errand_disabled__PZeeE {
  display: none;
}

.Errand_errand__xncPT>div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  max-width: 100%;
}

.Errand_errand__xncPT:hover>div {
  border-left: 1px solid var(--orange900);
}
.Errand_errand__xncPT.Errand_isSelected__CMAKW:hover>div {
  border-left: 0;
  border-left: initial;
}

.Errand_errand__xncPT>div>button:first-child {
  position: relative;
  min-width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Errand_errand__xncPT.Errand_isChecked__qjd2f .Errand_waveMiddle__fM3rT::after,
.Errand_errand__xncPT.Errand_isChecked__qjd2f>div>button:first-child::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--orange000);
  color: var(--blue999);
  transform: translate(-50%, -50%);
  font-size: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Errand_errand__xncPT.Errand_isChecked__qjd2f .Errand_waveMiddle__fM3rT::after {
  width: 20px;
  height: 20px;
  background-color: var(--shadow000);
  font-size: 20px;
}
.Errand_errand__xncPT.Errand_isSelected__CMAKW.Errand_isChecked__qjd2f>div>button:first-child::after,
.Errand_errand__xncPT.Errand_isSelected__CMAKW>div>button:first-child>*:first-child {
  opacity: 0;
}

.Errand_showFooter__T7lOV {
  grid-template-rows: 1fr !important;
  display: grid !important;
}

.Errand_hideFooter__R1OnT {
  grid-template-rows: 0fr !important;
  display: none !important;
}

.Errand_errand__xncPT>footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 0fr;
  align-items: center;
  justify-content: space-around;
  border-left: 1px solid var(--orange900);
  overflow: hidden;
  transition: all .5s linear;
}

.Errand_errand__xncPT.Errand_isDragging__4ytax:not(.Errand_isSelected__CMAKW)>footer {
  border-left: 0;
  border-left: initial;
}
.Errand_errand__xncPT.Errand_isDragging__4ytax.Errand_isSelected__CMAKW>footer {
  border-left: 1px solid var(--orange900);
}

.Errand_errand__xncPT.Errand_isDefault__qy7CN>footer {
  grid-template-columns: 1fr;
}

.Errand_errand__xncPT.Errand_isDefault__qy7CN>footer>button {
  display: none;
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW>footer,
.Errand_errand__xncPT.Errand_isChecked__qjd2f>footer {
  grid-template-rows: 1fr;
  transition: all .5s linear;
}

.Errand_errand__xncPT:hover>footer,
.Errand_errand__xncPT.Errand_isDragging__4ytax>footer {
  grid-template-rows: 1fr;
  transition: all .5s linear;
}

.Errand_errand__xncPT>footer>button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4px;
  height: -webkit-fit-content;
  height: fit-content;
  min-height: 0;
  position: relative;
  color: var(--blue999);
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW>footer>button{
  color: var(--blue010);
}

.Errand_errand__xncPT>footer>button:first-child>svg:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 1;
}

.Errand_errand__xncPT>footer>button>svg {
  color: inherit;
  margin: 8px 0;
}

.Errand_errand__xncPT>div>button:last-child {
  display: block;
  padding: 8px 4px 8px 0;
  max-width: 100%;
  overflow: hidden;
}

.Errand_errand__xncPT h2,
.Errand_errand__xncPT p,
.Errand_errand__xncPT time {
  text-align: left;
  font-family: var(--typographyFontFamily);
  color: var(--blue999);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.Errand_errand__xncPT h2 {
  font-size: 14px;
  font-weight: 500;
}

.Errand_errand__xncPT p {
  font-size: 12px;
  filter: blur(.3em);
  word-break: break-all;
}

.Errand_errand__xncPT time {
  font-size: 10px;
  font-weight: 300;
}

.Errand_errand__xncPT.Errand_messageHistoryAllowed__zcFSD p {
  filter: initial;
}

.Errand_errand__xncPT>div>button:first-child>*:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Errand_waveBg__BRpOH {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-100%);
  width: calc(50% + 15px);
  height: 30px;
  background-color: var(--gray000);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border: 1px solid var(--peach700);
  border-left: none;
  opacity: 0;
}

@media (max-width: 900px) {
  .Errand_waveBg__BRpOH {
    background-color: var(--gray520);
  }
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF .Errand_waveBg__BRpOH,
.Errand_errand__xncPT.Errand_isSelected__CMAKW .Errand_waveBg__BRpOH {
  opacity: 1;
  transform: translateY(-50%) translateX(0%);
  transition: transform .25s linear;
}

.Errand_waveBg__BRpOH>span {
  width: 0;
  height: 0;
}

.Errand_waveBg__BRpOH>span::before,
.Errand_waveBg__BRpOH>span::after,
.Errand_waveBg__BRpOH::before,
.Errand_waveBg__BRpOH::after {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
}

.Errand_waveBg__BRpOH::before,
.Errand_waveBg__BRpOH>span::after {
  background-color: var(--gray000);
}

@media (max-width: 900px) {
  .Errand_waveBg__BRpOH::before,
  .Errand_waveBg__BRpOH>span::after {
    background-color: var(--gray520);
  }
}

.Errand_waveBg__BRpOH>span::before {
  top: -15px;
  height: 14px;
}

.Errand_waveBg__BRpOH::before {
  top: -15px;
}

.Errand_waveBg__BRpOH::after {
  bottom: -16px;
}

.Errand_waveBg__BRpOH>span::after {
  bottom: -15px;
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW .Errand_waveBg__BRpOH>span::before {
  border-left: 1px solid var(--orange900);
  border-bottom: 1px solid var(--orange900);
  border-bottom-left-radius: 15px;
  background-color: var(--orange000);
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW .Errand_waveBg__BRpOH::after {
  border-left: 1px solid var(--orange900);
  border-top: 1px solid var(--orange900);
  border-top-left-radius: 15px;
  background-color: var(--orange000);
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF .Errand_waveBg__BRpOH>span::before {
  border-left: 1px solid var(--orange900);
  border-bottom: 1px solid var(--orange900);
  border-bottom-left-radius: 15px;
  background-color: var(--peach700);
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF .Errand_waveBg__BRpOH::after {
  border-left: 1px solid var(--orange900);
  border-top: 1px solid var(--orange900);
  border-top-left-radius: 15px;
  background-color: var(--peach700);
}

.Errand_waveMiddle__fM3rT {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) translateX(-100%);
  opacity: 0;
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF .Errand_waveMiddle__fM3rT,
.Errand_errand__xncPT.Errand_isSelected__CMAKW .Errand_waveMiddle__fM3rT {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity .5s linear .25s, transform .5s linear .25s;
}

.Errand_errand__xncPT.Errand_isSelected__CMAKW .Errand_waveMiddle__fM3rT {
  background-color: var(--peach700);
}

.Errand_errand__xncPT.Errand_isMatch__0r5gF .Errand_waveMiddle__fM3rT {
  background-color: var(--orange000);
}

.Errand_errand__xncPT p.Errand_errandPreview__mfhZ0 {
  word-break: normal;
}

.Errand_avatar__DJOT-{
  pointer-events: none;
}
.ErrandsTitle_class__lRa9y {
  interpolate-size: allow-keywords;
  padding: 10px 0 10px 10px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  height: 56px;
  margin-top: -1px;
  background-color: var(--peach700);
  border: 1px solid var(--peach700);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 3px solid var(--peach700);
  color: var(--gray000);
}
.ErrandsTitle_class__lRa9y * {
  interpolate-size: allow-keywords;
  overflow: clip;
  transition: width .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: var(--gray000);
}

.ErrandsTitle_class__lRa9y > p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
}

.ErrandsTitle_class__lRa9y > p:nth-of-type(1) {
  transform: translateX(-37.5%);
  display: flex;
  justify-content: center;
}

.ErrandsTitle_class__lRa9y > form {
  width: 0;
  padding: 4px 0;
}
.ErrandsTitle_class__lRa9y.ErrandsTitle_isExpanded__QtLOP > p {
  width: 0;
}
.ErrandsTitle_class__lRa9y.ErrandsTitle_isExpanded__QtLOP > form {
  width: 100%;
}

@media (min-width: 900px) {
  .ErrandsTitle_class__lRa9y {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom: none;
  }
  .ErrandsTitle_class__lRa9y > p {
    font-size: 14px;
  }
}

.ErrandsTitle_class__lRa9y > button > span:first-of-type {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}
.ErrandsTitle_class__lRa9y > button > span:first-of-type::before {
    content: "";
    display: inline-block;
    width: 10%;
    height: 40%;
    background: var(--gray000);
    position: absolute;
    left: 75%;
    top: 75%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.3s;
}
.ErrandsTitle_class__lRa9y > button > span:first-of-type::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 50%;
    border: 2.4px solid var(--gray000);
    border-radius: 50%;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.3s;
}
.ErrandsTitle_class__lRa9y.ErrandsTitle_isExpanded__QtLOP > button > span:first-of-type::before {
    height: 80%;
    left: 50%;
    top: 50%;
}
.ErrandsTitle_class__lRa9y.ErrandsTitle_isExpanded__QtLOP > button > span:first-of-type::after {
    border-width: 1px;
    border-radius: 0;
    background: var(--gray000);
    width: 0;
    height: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.3s, background 0s 0.3s;
}

.ErrandsTitle_class__lRa9y.ErrandsTitle_disabled__eyx6q > button {
  cursor: not-allowed;
}

.ErrandsTitle_options__vN5yX ul {
  padding: 0;
}

.ErrandsTitle_options__vN5yX li {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Poppins';
  font-size: 16px;
  pointer-events: all;
  padding-left: 0;
}

.ErrandsTitle_options__vN5yX li * {
  pointer-events: none;
}

.ErrandsTitle_options__vN5yX li > span:first-child {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.ErrandsTitle_options__vN5yX li > span:first-child::before,
.ErrandsTitle_options__vN5yX li > span:first-child::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ErrandsTitle_options__vN5yX li > span:first-child::before {
  width: 16px;
  height: 16px;
  border: 2px solid var(--gray950);
}

.ErrandsTitle_options__vN5yX li > span:first-child.ErrandsTitle_selected__fEgLQ::after {
  width: 10px;
  height: 10px;
  background-color: var(--gray950);
}

.ErrandsTitle_options__vN5yX li > span.ErrandsTitle_checkbox__NWTNU::before {
  border-radius: 0 !important;
}

.ErrandsTitle_options__vN5yX li > span.ErrandsTitle_checkbox__NWTNU.ErrandsTitle_selected__fEgLQ::after {
  content: '\2713';
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: var(--gray950);
  background: transparent;
}

.PulsatingWrapper_pulsating-circle-wrapper__7mgy7 {
  position: relative;
  display: inline-block;
}

.PulsatingWrapper_pulsating-circle-wrapper__7mgy7.PulsatingWrapper_play__7V3f4::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250%;
  height: 250%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--primaryMain);
  animation: PulsatingWrapper_pulse-ring__R7kxc 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  z-index: 0;
}

.PulsatingWrapper_pulsating-circle-wrapper__7mgy7>* {
  position: relative;
  z-index: 2;
}

@keyframes PulsatingWrapper_pulse-ring__R7kxc {
  0% {
    transform: translate(-50%, -50%) scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes PulsatingWrapper_pulse-dot__3RzTq {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.ErrandsFooter_errandsFooterContainer__1EmRh {
  display: flex;
  flex-direction: column;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_bottombar__gyLl5 {
  width: 100%;
  height: 8px;
  background: var(--orange700);
  bottom: -4px;
  position: relative;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_buttonsContainer__mBzZz {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 65px;
  overflow: hidden;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_newErrandButtonWrapper__Ag5hz {
  height: 40px;
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: white;
  z-index: 1;
  position: relative;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_newErrandButtonContainer__uDlAp {
  margin: 0 8px;
  width: calc(100% - 15px);
  border: 1px solid var(--orange700);
  border-radius: 8px;
  height: 40px;
  bottom: 0px;
  position: relative;
  z-index: 1;
  background: white;
  transition: all 0.3s ease;
  color: var(--orange700);
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_newErrandButtonWrapper__Ag5hz::before {
  filter: blur(5.5px);
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 11px;
  bottom: 2px;
  right: 11px;
  border-radius: 8px;

  background: linear-gradient(90deg, #ff4646, #9eff46, #469eff, #46cdfa, #a546ff);
  background-size: 200%;
  animation: ErrandsFooter_circle__0\+1H5 2s linear infinite;
}

@keyframes ErrandsFooter_circle__0\+1H5 {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_angelIcon__9Jrc4 {
  display: block;
  padding-top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABy1BMVEUAAAD8/PwICAgCAgL+/v4AAAAEBAQ9PT0wMDASEhIaGhobGxv7+/v09PTk5OTn5+e9vb2xsbG6urqXl5eampp+fn6AgIBgYGBgYGBPT09lZWVJSUlNTU0gICAUFBQYGBjd3d3s7Oz29vbb29vExMSXl5e1tbW7u7tlZWUAAADBwcHHx8exsbHU1NR8fHzQ0NCwsLCRkZGkpKSmpqaioqIAAAB1dXVSUlJ1dXVgYGACAgJnZ2deXl5FRUUDAwNhYWF3d3cvLy87OzsUFBQODg4AAAAsLCxAQED////8/Pz39/f5+fn+/v7z8/P6+vr19fXx8fHp6enu7u7s7Ozm5uYBAQHS0tLk5OTl5eXj4+PU1NTh4eHa2trw8PDr6+vf39+8vLzY2Ni5ubne3t7c3NzPz8/Ly8vFxcXCwsK2trazs7Ourq6pqamhoaHHx8fAwMC+vr7W1tbOzs7KysqxsbGrq6unp6ekpKR7e3tlZWUxMTG9vb2Li4uHh4eAgIB2dnZsbGxgYGBOTk5KSkpFRUU2NjYrKyslJSUUFBQLCwvo6OjExMSbm5uVlZWSkpKEhIRdXV1XV1c/Pz8hISEbGxu4uLicnJxSUlIHBweNmGLBAAAASHRSTlMA/Qf8+/33TzYnFgz7+vrz49fSvLOsjX93b1FOOSMZEP339fXx6ujn5ePh4NXU0c7JxcS3op+dm5KKfm9nZFxZSUdBPzgxLiTd6ZpqAAAEE0lEQVRIx62VVdPUQBBFadzd3d3dXbp7LLbJugHfGu7u7g4/l8kiDySLVHEf8pCcUzcjNdPv/2XvkX+A+/efMx9x1Yi/ow9tWjYo44CkgTjzL/DtgzOZL9dOYJyROP1P+LDBmQFXQ6h4tkBKa0z4Pb87M+AOoVEfBREhohyIY37HH8wMOIoClFdlZiefjwjlKOjfWxg8wGijGJy6J06dqDZDRxHCqJ780kE51sVqvZ6/Tq/aZ48dC5vHHKCBa3rwG67dQLdz3ndKhc7FshcEUdapRh5Cj7naR4Mof4ldTylD7Agh2M15LQUE6QOvtR9hh302hlloANBC+M+aOYcAZ6Twk/H126hRQpAIbHnSEhFV1LQVcn2K4Kort5uq9fBx5kMdyQYvPXr69I06w1ael+T3IN+60ug0JNKpd4A2pQc1w31XL7sMhIcTwkoNJ++cQYeFpQnx2wMcPt6Mha0JYbyCc2/OqSgMcyHLWJAUnm2EhWxHE8nlSYGFf69Sfvf43sOTLnaTP/ng7fuT6gQSUTmxP9aCgM/Ha1fwSebkyS5Pl+5kbjpPnBMIJGHWr8JEYnE3wBP0JHNVdStCfJq57xyny0IQJldiMqnS1TZgu3WLS34s+Ob4/dMdVC+MkYjTfhV2onE/3TYC0DGEtk4i+YZIBS/jLYtTfhVmosxWHngkgCRi+WjFtRQBmOcXfJ0mDBfac29ekVpbgQvHigWFkkDz5XMuJX/JZjTrHD3yjQaJeKx9IQ9IQKqvU/TjN0MSwlhPqSD3HrXuLjGjtIIpX68rkBLlrIQwSRek7526Dy67L+4+vHbv5mlicxnjdZOY7ZfILjwrtevV7mYyR29nbK6hUS9VrkFx47iUE8nUSsQVv/z4wxk8fuPWGfSC15zLl7vTNjXlOJ3r5KU8Vg5U1QFCBDj/igtOhYBQ0ux+ySxWIYGbdbPmxhkfKX8xbBazyrCwDWOTuB21CQqkj3POr7unnrf6nLB+NOso1kS4JU0YIqkP8ZSMvLab9f0od7yae6ZiQZYOpAlzfC9ysaEjt+X5QRC4tdNRYAVB2E6/KBa62If5IFup+kIwi2IsGBbgLeqXmnUKjnqFo8Gx0AOtBRSqQWCsQOd6nPnbQEHo1oK+ikNg49TdbCywOzVdGEIGQ1VU1z0gG6CLIufG5z7uTxeGsUA78315JpKxUmyZyGWheHa6MNxhjs62agosLyVp8i9VSnbtRvfrIbBTPXFe+YJsA9oOLej0hYLyVvQQhjYuFKHEAERoYzUBgs9fLG5M5zc7A0kwCG0F+d3QQjOGq1NvuSWgRBwN0C3oGgDxG2mGJvlxygO2Xy3+nZc/FBaMCWMHRcL2E/z4n58lFJd43q+7acHRsgYQhgh/SXckzBN/kF8BJ3h4fY3zjA0AAAAASUVORK5CYII=);
  background-size: 100% 100%;
  border-radius: 50%;
  background-color: var(--orange700);
  width: 20px;
  height: 20px;
  border: 1px solid var(--gray000);
  background-repeat: no-repeat;
  margin-right: 2px;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_newErrandButton__55ctp {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ErrandsFooter_newErrandButtonContainer__uDlAp:hover {
  background: var(--orange700);
  color: white;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtonWrapper__Mv8d3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtons__UG7yl {
  background: var(--orange700);
  color: white;
  height: 65px;
  width: 56px;
  padding: 0 5px;
  border-radius: 8px 8px 0px 0px;
  align-self: flex-end;
  max-height: 40px;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_buttonLabel__bP22F {
  font-size: 10px;
  display: flex;
  justify-content: center;
  background: var(--orange700);
  color: white;
  padding: 0px 5px 5px 5px;
  width: 100%;
  text-align: center;
  height: 30px;
  width: 56px;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_leftButton__V81zS::after {
  position: absolute;
  right: -8px;
  bottom: 5px;
  width: 0.5625rem;
  height: 0.75rem;
  content: '';
  display: block;
  transform: rotate(180deg);
  background: radial-gradient(circle at 0% 100%, transparent 0.5rem, var(--orange000) 0.5625rem, var(--orange900) 0.625rem);
  z-index: 2;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_rightButton__5yL08::before {
  position: absolute;
  left: -8px;
  bottom: 5px;
  width: 0.5625rem;
  height: 0.75rem;
  content: '';
  display: block;
  transform: rotate(180deg);
  background: radial-gradient(circle at 100% 100%, transparent 0.5rem, var(--orange000) 0.5625rem, var(--orange900) 0.625rem);
  z-index: 2;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_disable__FA8Ci {
  cursor: not-allowed;
}

/* HOVER LOGIC */

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtonWrapper__Mv8d3 {
  bottom: -30px;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtonWrapper__Mv8d3:hover {
  bottom: 0px;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_leftButton__V81zS::after, 
.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_rightButton__5yL08::before {
  bottom: 35px;
  transition: opacity 0.3s ease, bottom 0.3s ease;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtonWrapper__Mv8d3:hover .ErrandsFooter_leftButton__V81zS::after,
.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_sideButtonWrapper__Mv8d3:hover .ErrandsFooter_rightButton__5yL08::before {
  bottom: 5px;
  opacity: 1;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_showMobileLabel__ySC5r {
  bottom: 0px !important;
}

.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_showMobileLabel__ySC5r .ErrandsFooter_leftButton__V81zS::after,
.ErrandsFooter_errandsFooterContainer__1EmRh .ErrandsFooter_showMobileLabel__ySC5r .ErrandsFooter_rightButton__5yL08::before {
  bottom: 5px;
  opacity: 1;
}
.UserPromptList_slide__SlQTp {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  outline: 0.125rem solid var(--peach900);
  outline-offset: -0.0625rem;
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  background-color: var(--gray000);
  z-index: 999;
  border-radius: .5rem;
  transition: all 1s linear;
}

.UserPromptList_showUserPromptList__GaAyN {
  left: 0;
}

@media (max-width: 900px) {
  .UserPromptList_slide__SlQTp {
    border-radius: 0;
  }
}

.UserPromptList_slide__SlQTp header {
  background-color: var(--peach800);
  color: var(--blue999);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--typographyFontFamily);
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.UserPromptList_slide__SlQTp header::after {
  content: '';
  display: block;
  width: calc(100% - 2px);
  height: 20px;
  position: absolute;
  left: 1px;
  bottom: -20px;
  background: linear-gradient(var(--gray000), transparent);
  z-index: 2;
  pointer-events: none;
}

.UserPromptList_slide__SlQTp header.UserPromptList_openSearchHeader__62m2r .UserPromptList_openSearchContainer__LQIs- {
  background-color: var(--gray010);
  border-radius: 10px;
  height: 35px;
}

.UserPromptList_slide__SlQTp header.UserPromptList_openSearchHeader__62m2r .UserPromptList_searchIcon__k79YO{
  pointer-events: none;
  color: var(--orange700);
}

.UserPromptList_slide__SlQTp header.UserPromptList_openSearchHeader__62m2r .UserPromptList_closeIcon__0n68W{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  margin-right: 15px;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .UserPromptList_slide__SlQTp header.UserPromptList_openSearchHeader__62m2r .UserPromptList_closeIcon__0n68W{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 5px;
    padding-top: 5px;
  }
}

.UserPromptList_slide__SlQTp header.UserPromptList_openSearchHeader__62m2r .UserPromptList_inputBase__e\+y9c{
  font-weight: 500;
  color: var(--gray410);
  width: 70%;
  padding-right: 25px;
  background-color: var(--gray010);
}

.UserPromptList_slide__SlQTp header.UserPromptList_closeSearchHeader__wYFfI button{
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: 5px;
  padding-top: 5px;
}

.UserPromptList_slide__SlQTp ul {
  position: relative;
  margin-bottom: auto;
  max-height: calc(100% - 165px);
}

.UserPromptList_slide__SlQTp ul > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  width: calc(100% - 2px);
  transform: translateX(1px);
}
.UserPromptListItem_listItem__hGRjx {
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  list-style: none;
  list-style-type: none;
}

.UserPromptListItem_listItem__hGRjx button {
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
  margin: 0;
  padding: 10px 5px 10px 10px;
  border-top: 1px solid var(--peach200);
  background-color: var(--gray000);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.UserPromptListItem_listItem__hGRjx img,
.UserPromptListItem_listItem__hGRjx span,
.UserPromptListItem_listItem__hGRjx svg {
  width: 24px;
  height: auto;
}

.UserPromptListItem_listItem__hGRjx div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.UserPromptListItem_listItem__hGRjx p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--typographyFontFamily);
  text-align: left;
  color: var(--orange700);
}

.UserPromptListItem_listItem__hGRjx small {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  font-family: var(--typographyFontFamily);
  text-align: left;
  color: var(--gray600);
}

.UserPromptListItem_listItem__hGRjx:hover p,
.UserPromptListItem_listItem__hGRjx:focus-within p {
  font-weight: 700;
}

.UserPromptListItem_listItem__hGRjx:hover small,
.UserPromptListItem_listItem__hGRjx:focus-within small {
  font-weight: 500;
}
.UserPromptListFooter_footer__JgXZP {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px;
  border-top: 1px solid var(--gray820);
}

.UserPromptListFooter_footer__JgXZP form {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.UserPromptListFooter_footer__JgXZP p,
.UserPromptListFooter_footer__JgXZP input {
  background-color: var(--peach800);
  border: none;
  height: 40px;
  width: 100%;
  padding: 8px 40px 8px 8px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--typographyFontFamily);
  color: var(--blue999);
}

.UserPromptListFooter_footer__JgXZP input::placeholder {
  color: var(--blue999);
}

.UserPromptListFooter_footer__JgXZP svg {
  position: absolute;
  top: 8px;
  right: 8px;
  pointer-events: none;
  color: var(--blue999);
}

.UserPromptListFooter_footer__JgXZP fieldset {
  border: none;
  border-radius: 4px;
}

.UserPromptListFooter_footer__JgXZP button {
  height: 40px;
  border-radius: 4px;
  border: 1px solid var(--peach800);
  color: var(--orange700);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--typographyFontFamily);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.UserPromptListFooter_footer__JgXZP button:hover,
.UserPromptListFooter_footer__JgXZP button:focus {
  font-weight: 600;
}
.ErrandsContainer_aside__vLJsT {
  background-color: var(--gray000);
  height: 100%;
  outline: 1px solid var(--peach900);
  outline-offset: -1px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: space-between;
  border-radius: 0;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.ErrandsContainer_aside__vLJsT.ErrandsContainer_isDesktop__PQsYN {
  border-radius: 8px;
  min-width: 300px;
  width: 300px;
  max-width: 300px;
}

.ErrandsContainer_ul__dI6gd {
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: auto;
  flex: 1 1;
  list-style-type: none;
  position: relative;
  padding-bottom: 60px;
  /* scrollbar-width: thin; */
}

.ErrandsContainer_ul__dI6gd li {
  display: flex;
}
.ErrandsContainer_errandNotice__H7oSq {
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: thin;
  color: var(--gray600);
  text-align: justify;
}
.ConversationPage_PageSection__aQp3R {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: var(--gray000);
}

.ConversationPage_ConversationsContainer__n\+h5e {
  display: flex;
  flex-direction: row;
  gap: 10px;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background: var(--gray000);
  position: relative
}

@media (max-aspect-ratio: 16/10) {
  .ConversationPage_ConversationsContainer__n\+h5e {
    flex-direction: column;
    gap: 0;
  }
}

