@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/karla/v21/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaHUlKd7c.woff2)
    format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/karla/v21/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaE0lK.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/s/karla/v21/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqaE0lP.ttf)
      format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
  font-display: swap;
}

* {
  font-family: 'Poppins', sans-serif;
}

.logintitle{
  margin-top: 1rem;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%); /* Yep! */
}

.subtitle {
  color: gray;
  font-size: 1.1rem;
}

.input-form {
  padding: 18.5px 14px !important;
  height: 3rem !important;
  border-radius: 8px !important;
}

.input-form-label {
  font-size:0.85rem;
  font-weight: bold;
  margin-bottom: 0px !important;
}

.cta {
  font-size: 16px;
  min-height: 50px;
  background-color: #B012A3;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  width: 100%;
  padding: 3px 9px;
  border-radius: 2rem;
}

.neutral-button {
  font-size: 16px;
  min-height: 50px;
  background-color: #000000;
  color: white;
  border: none;
  width: 100%;
  padding: 3px 9px;
  border-radius: 2rem;
}

.smart-container {
  font-family: Poppins,sans-serif;
  font-weight: 400;
  letter-spacing: -.012em;
  min-height: 100vh;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2rem;
}

.social-button{
  font-size: 16px;
  min-height: 50px;
  font-weight: 600;
  background-color: #00000000;
  color: #1c1c1c;
  border: 1px solid #0000003b;
  border-color: #1c1c1c;
  width: 100%;
  padding: 3px 9px;
  border-radius: 2rem;
}

.social-button-icon{
  margin-right: 8px;
}

.section-divider{
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.section-divider:before{
  margin-left: 12px;
  margin-right: 16px;
  border-bottom: 1px solid #ced4da;
  content: "";
  flex: 1 1;
  width: 2px;
}

.section-divider:after{
  margin-left: 16px;
  margin-right: 12px;
  border-bottom: 1px solid #ced4da;
  content: "";
  flex: 1 1;
  width: 2px;
}

.link-text{
  color: #1c1c1c;
  text-decoration: underline;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom:0.25rem;
}

.custom-control-label, .custom-control-input {
  cursor: pointer;
}

.custom-checkbox label {
  font-size: 0.75rem;
  margin-bottom: 1rem;}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkbox-icon {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #6c757d;
  background-color: #fff;
  border-radius: 0.25rem;
}

.custom-checkbox input:checked ~ .checkbox-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #007bff;
}

.custom-control {
  padding-left: 2rem;
  display: flex;
  align-items: center;
}

.custom-control-label::before, .custom-control-label::after {
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);}

.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;;
}

.custom-control-input{
  width: 100%;
  height: 100%;
}

.template-registration-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Slight shadow */
  padding: 0.5rem;
}

.template-registration-banner a {
  font-weight: bold;
  color: #b013a3;
}

.webview-disclaimer {
  background-color: #f0f4ff;
  color: #2b3a55;
  border: 1px solid #d0defc;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.4;
}
.info-icon {
  content: 'ℹ️';
  margin-right: 6px;
}

.usecase-block {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  margin-top: 3rem;
  max-width: 100vw;
  width: 100%;
}

.usecase-block > div {
  margin: 1rem 0rem;
}

.usecase-block svg {
  width: 50%;
}

.carousel {
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}

.slide {
  border: 0.25rem solid #F1EBE8;
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 4rem;
  position: relative;
  margin-top: 4rem;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: -3.5rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar img {
  border-radius: 50%;
  width: 85%;
  height: 85%;
}

.claim {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-family: Poppins,sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin-top: 1rem;
}

.slick-dots button {
  border: none;
  appearance: none;
  background-color: #F1EBE8;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  color: transparent;
  outline: none;
}

.back-page {
  color: black;
  font-weight: bold;
}

.avatar-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.avatar-group img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0rem -0.25rem;
}

.slick-dots .slick-active button {
  background-color: #B012A3;
}

.errors-box {
  margin-top: var(--s2);
}

@media screen and (min-width: 980px) {
  .smart-container {
    margin: 0 auto;
  }
  .usecase-block svg {
    width: 30%;
  }
}