.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 999;
  margin-top: 60px;
}

.popup,
.popup2 {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  width: auto; /* Adjust the width as needed */
  text-align: center;
  position: relative;
}

.popup2 {
  padding: 10px 30px;
}

.pop-text {
  position: relative;
  padding: 77px 65px;
}

.pop-text .text .heading {
  font-size: 25px;
  font-weight: var(--base-bold-font-weight);
  font-family: var(--base-font-family);
  margin-bottom: 35px;
  padding: 20px 60px;
}

.pop-text input {
  margin: 5px;
}

/* Add the following CSS to style the close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}

.navbar__right__btn___2IIbT {
  /* Add your existing button styles here */
  cursor: pointer;
}

body {
  font-family: sans-serif;
  font-size: 62.5%;
  color: #444;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: var(--base-font-family);
  font-size: 1.4em;
  color: #444;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
  color: #444;
}

:root {
  --base-size: 8px;
  --base-size-x1: var(--base-size);
  --base-size-x2: calc(var(--base-size) * 2);
  --base-size-x3: calc(var(--base-size) * 3);
  --base-size-x4: calc(var(--base-size) * 4);
  --base-size-x5: calc(var(--base-size) * 5);
  --base-size-x6: calc(var(--base-size) * 6);
  --base-size-x7: calc(var(--base-size) * 7);
  --base-size-x8: calc(var(--base-size) * 8);
  --base-size-x9: calc(var(--base-size) * 9);
  --base-size-x10: calc(var(--base-size) * 10);
  --base-color-white: #ffffff;
  --base-color-black: #121212;
  --base-color-pink: #ff6363;
  --base-color-purple: #5d5dec;
  --base-color-purple-extra-light: #eeeeff;
  --base-font-family: "Buenos Aires", "OpenSans", "Open Sans", sans-serif;
  --base-body-font-size: 16px;
  --base-caption-font-size: 14px;
  --base-small-font-size: 12px;
  --base-button-xlarge-font-size: var(--base-body-font-size);
  --base-button-large-font-size: var(--base-body-font-size);
  --base-button-medium-font-size: var(--base-caption-font-size);
  --base-button-small-font-size: var(--base-small-font-size);
  --base-bold-font-weight: bold;
  --base-padding: var(--base-size) var(--base-size-x2);
  --base-background-color: var(--base-color-white);
  --base-text-color: var(--base-color-black);
  --base-contrast-color: var(--base-color-pink);
  --base-ambassador-color: var(--base-color-purple);
  --base-ambassador-light-color: var(--base-color-purple-extra-light);
}

:root {
  --base-size: 8px;
  --base-size-x1: var(--base-size);
  --base-size-x2: calc(var(--base-size) * 2);
  --base-size-x3: calc(var(--base-size) * 3);
  --base-size-x4: calc(var(--base-size) * 4);
  --base-size-x5: calc(var(--base-size) * 5);
  --base-size-x6: calc(var(--base-size) * 6);
  --base-size-x7: calc(var(--base-size) * 7);
  --base-size-x8: calc(var(--base-size) * 8);
  --base-size-x9: calc(var(--base-size) * 9);
  --base-size-x10: calc(var(--base-size) * 10);
  --base-color-white: #fff;
  --base-color-black: #121212;
  --base-color-pink: #ff6363;
  --base-font-family: "Buenos Aires", "Pulp", "OpenSans", "Open Sans",
    sans-serif;
  --base-body-font-size: 16px;
  --base-caption-font-size: 14px;
  --base-small-font-size: 12px;
  --base-button-xlarge-font-size: var(--base-body-font-size);
  --base-button-large-font-size: var(--base-body-font-size);
  --base-button-medium-font-size: var(--base-caption-font-size);
  --base-button-small-font-size: var(--base-small-font-size);
  --base-bold-font-weight: bold;
  --base-padding: var(--base-size) var(--base-size-x2);
  --base-background-color: var(--base-color-white);
  --base-text-color: var(--base-color-black);
}

:root {
  --base-contrast-color: var(--base-color-pink);
}

:root {
  --base-contrast-color: var(--base-color-pink);
}

.buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0s visibility, 0.3s all;
  transition: 0s visibility, 0.3s all;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.big-button {
  position: relative;
  text-align: center;
  padding: 17px 45px;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.big-button.mail {
  margin-bottom: 10px;
}

#connect-modal .popin-content .bottom .big-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#connect-modal .popin-content .bottom .big-button:hover {
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
}

#connect-modal .popin-content .bottom .big-button.mail {
  background-color: var(--base-color-pink);
}

p {
  font-size: 14px;
}

#connect-modal .popin-content .upper p {
  margin: 0;
}

.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}

.buttons-container .social-buttons > * {
  margin-bottom: 10px;
}

.social-buttons .big-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  -webkit-transition: 0.3s transform;
  transition: 0.3s transform;
  gap: 5px;
}

.social-buttons .big-button:last-child {
  margin-right: 0;
}

#connect-modal .popin-content .bottom .big-button.google::before {
  background-color: #5d99fb;
}

.big-button .text {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  color: white;
}

a {
  background-color: transparent;
}

a {
  color: #444;
}

a {
  outline: 0;
}

.big-button .picto {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 28px;
  height: 28px;
}

.wrapper {
  position: relative;
}

.wrapper .cross {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  margin: -6px;
  cursor: pointer;
}

.cross .picto {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(./img/cross.svg);
  -webkit-background-size: contain;
  background-size: contain;
}

.big-button.facebook .picto {
  background-image: url(./img/fb.svg);
}

.social-buttons .big-button .picto {
  position: relative;
  top: unset;
  left: unset;
}

.social-buttons .big-button .long {
  display: none;
}

.social-buttons .short {
  display: none;
}

.big-button.facebook:hover,
.big-button.google:hover {
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.social-buttons .big-button .short {
  display: block;
}

.big-button.google .picto {
  background-image: url(./img/google.svg);
}

.popin-content {
  display: none;
  width: 430px;
  margin: 0 auto;
  padding: 0 40px;
}

.popin-content.visible {
  display: block;
  -webkit-animation: idAppear 0.3s ease-in-out 0s 1 normal;
  animation: idAppear 0.3s ease-in-out 0s 1 normal;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #222;
}

.upper {
  margin-bottom: 20px;
}

p {
  font-size: 14px;
}

.upper p {
  margin: 0;
}

.upper .title {
  font-size: 25px;
  font-weight: var(--base-bold-font-weight);
  font-family: var(--base-font-family);
  margin-bottom: 35px;
}

.upper .login {
  width: 100%;
}

.upper .error-text {
  color: red;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.bottom .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0s visibility, 0.3s all;
  transition: 0s visibility, 0.3s all;
}

.sign-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom .sign-text {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  text-align: center;
  margin-top: 13px;
}

.bottom .forgot-password {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin: 10px 0 0;
  text-align: center;
  cursor: pointer;
}

.bottom .buttons-container .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom .buttons-container .social-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}

.bottom .big-button {
  position: relative;
  text-align: center;
  padding: 17px 45px;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.bottom .buttons-container .big-button.mail {
  margin-bottom: 10px;
  background-color: #ff6363;
}

#connect-modal .popin-content .bottom .big-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#connect-modal .popin-content .bottom .big-button.mail::before {
  background-color: var(--base-color-pink);
}

#connect-modal .popin-content .bottom .big-button:hover::before {
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
}

.bottom .sign-text .emphasis {
  font-weight: 600;
  color: var(--base-color-pink);
  cursor: pointer;
}

.input-holder {
  position: relative;
}

.upper .login .input-holder {
  margin-bottom: 25px;
}

.upper .login .input-holder:last-child {
  margin-bottom: 0;
}

a {
  background-color: transparent;
}

a {
  color: #444;
}

a {
  outline: 0;
}

.popin-content .bottom .buttons-container .social-buttons > * {
  margin-bottom: 10px;
}

.popin-content.signin .bottom .buttons-container .social-buttons > * {
  margin-bottom: 10px;
}

.bottom .buttons-container .social-buttons .big-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  -webkit-transition: 0.3s transform;
  transition: 0.3s transform;
  gap: 5px;
}

#connect-modal .popin-content .bottom .big-button.facebook::before {
  background-color: #3b5998;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  text-decoration: none;
}

.bottom .buttons-container .social-buttons .big-button:last-child {
  margin-right: 0;
}

#connect-modal .popin-content .bottom .big-button.google::before {
  background-color: #5d99fb;
}

.bottom .big-button .text {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: white;
}

.input-holder .label {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  color: #999;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

input {
  outline: 0;
}

input {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  width: 100%;
  padding: 18px;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0px solid transparent;
  -webkit-transition: 0.3s all, 1s border-with;
  transition: 0.3s all, 1s border-with;
}

.bottom .big-button .picto {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 28px;
  height: 28px;
}

.bottom .big-button.facebook .picto {
  background-image: url("./img/fb.svg");
}

.bottom .buttons-container .social-buttons .big-button .picto {
  position: relative;
  top: unset;
  left: unset;
}

.bottom .buttons-container .social-buttons .big-button .long {
  display: none;
}

.bottom .buttons-container .social-buttons .short {
  display: none;
}

.bottom .buttons-container .social-buttons .big-button .short {
  display: block;
}

.bottom .big-button.google .picto {
  background-image: url("./img/google.svg");
}

.wrapper .container {
  background-color: white;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 50px;
}

@keyframes idAppear {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1;
  }
}
/* These were inline style tags. Uses id+class to override almost everything */
#style-cDK5e.style-cDK5e {
  top: -20px;
}
#style-AnHXC.style-AnHXC {
  top: -20px;
}
#style-rldDo.style-rldDo {
  display: none;
}

.wrapper2 {
  padding: 15px 55px;
}

.wrapper3 {
  padding: 25px 30px;
}

.wrapper2 .heading,
.wrapper4 .heading {
  font-size: 25px;
  font-weight: var(--base-bold-font-weight);
  font-family: var(--base-font-family);
  margin-bottom: 35px;
  padding: 20px 60px;
}

.wrapper3 .heading {
  font-size: 28px;
  font-weight: var(--base-bold-font-weight);
  font-family: var(--base-font-family);
  margin: 0 0 20px;
}

.wrapper3 .text {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  max-width: 340px;
  margin: 0 auto 50px;
}

.wrapper3 .back {
  margin-top: 40px;
}

.wrapper3 .back span {
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: #444;
}

.fb,
.google,
.connect2 {
  display: flex;
  justify-content: space-around;
  gap: 5px;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 17px 45px;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 600;
  margin: 6px;
  color: white;
  border-radius: 6px;
}

.fb:hover,
.google:hover,
.connect2:hover {
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
}

.fb {
  background-color: #3b5998;
}

.google {
  background-color: #5d99fb;
}

.connect2 {
  background-color: #ff6363;
}

.sign-foot {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  text-align: center;
  margin-top: 40px;
}

.wrapper4 .sign-foot {
  margin-top: 5px;
}

.sign-foot span {
  color: var(--base-color-pink);
  cursor: pointer;
}

.foot-line {
  font-size: 16px;
  font-weight: normal;
  color: #999;
  text-align: center;
  margin-top: 20px;
}

.foot-line span {
  text-decoration: underline;
}

.foot-line span:hover {
  cursor: pointer;
  text-decoration: none;
}

.reset {
  color: #222;
}

.wrapper4 {
  width: 82%;
  margin: 0 auto;
}

.wrapper4 .input1 {
  display: flex;
  gap: 5px;
}

.wrapper4 .links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper4 .connect2 {
  margin-top: 20px;
}
