/* Variables */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}

.wrapper {
  margin-inline: auto;
  width: min(90%, 50rem);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
  overflow: hidden;
}

.left-side {
  background-color: #006027;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem;
  position: sticky;
  top: 0;
  height: 100vh;
  align-self: start;
  
}
.left-side .cart-illustration {
  width: 580px;
  margin: auto;
  display: block;
}
.left-side .img-and-text h1 {
  color: #323537;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 4rem;
  width: 500px;
  margin-inline: auto;
}

.right-side {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  overflow-y: auto;
  padding-top: 56px;
}
.right-side a {
  color: #E98265;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.4s ease;
}
.right-side a:hover {
  color: #c1593c;
}
.right-side h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #323537;
}
.otp-page .right-side h2 {
  font-size: 3.6rem;
  margin-bottom: 0.4rem;
}
.otp-page .right-side p {
  color: #555;
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.6rem;
}
.otp-page .wrapper {
  width: min(90%, 54rem);
  margin-inline: auto;
}
.otp-input {
  font-size: 2.6rem;
  letter-spacing: 10px;
  font-family: "Poppins", monospace;
  padding: 1.4rem 2.4rem;
  text-align: center;
  padding-left: 2.4rem !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
}
.otp-page .form-group {
  margin-bottom: 16px;
}
.otp-page .form-group label {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 10px;
}
.resend-row {
	  display: flex;

  align-items: baseline;
  justify-content: space-between;
  margin-top: 0.8rem;
  margin-bottom: 2.0rem;
  color: #475569;
  font-size: 1.4rem;
}
.resend-row a {
  color: #1f2937;
  text-decoration: none;
  font-weight: 500;
}
.resend-row a.disabled {
  color: #94a3b8;
  cursor: not-allowed;
  pointer-events: none;
}
.resend-row button#resendCode {
  background: transparent;
  border: none;
  color: #1f2937;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
.resend-row button#resendCode.disabled {
  color: #94a3b8;
  cursor: not-allowed;
}
.resend-row button#resendCode.ready {
  color: #029741;
  font-weight: 700;
}
.resend-row #otpTimer {
  color: #006027;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: auto;
  text-align: right;
  min-width: 52px;
}
.otp-page .login-btn {
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #2fa44f;
  color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.06);
  transition: background-color 0.2s ease;
}
.otp-page .login-btn .btn-icon {
  transform: none;
}
.otp-page .login-btn:hover {
  background-color: #1f7a3e;
}
.otp-page .credits {
  text-align: center;
  margin-top: 12px;
}
.otp-page .credits a {
  color: #029741;
  text-decoration: none;
  font-weight: 500;
}
.step-badge {
  display: inline-block;
  background: #eafaf1;
  color: #006027;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.right-side p {
  color: #88898a;
  padding: 1.6rem 0;
}
.right-side .sign-up-buttons {
  padding-top: 2.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.right-side #sign-up {
  background-color: #fff;
  padding: 1.4rem 2.4rem;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #323537;
  border: 0.1rem solid #d0d3d7;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.right-side #sign-up-facebook {
  background-color: #3b5998;
  padding: 1.4rem 2.4rem;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.right-side .socials-divider {
  text-align: center;
  position: relative;
  margin: 1.6rem 1.6rem;
}
.right-side .socials-divider::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45%;
  height: 0.1rem;
  background-color: #d0d3d7;
}
.right-side .socials-divider::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 45%;
  height: 0.1rem;
  background-color: #d0d3d7;
}
.right-side form {
  display: flex;
  flex-direction: column;
}
.right-side form label {
  color: #323537;
  margin-bottom: 1rem;
}
.right-side form .email-input-container {
  position: relative;
}

.right-side form .email-input-container .icon-number {
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  color: #323537;
}



.right-side form .email-input-container .icon-email {
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  color: #323537;
}
.right-side form .password-input-container {
  position: relative;
}
.right-side form .password-input-container .icon-password {
  position: absolute;
  top: 2rem;
  left: 2.4rem;
  color: #323537;
}
.right-side form input {
  padding: 1.6rem 2.4rem 1.6rem 5.4rem;
  border-radius: 0.8rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  border: 0.1rem solid #d0d3d7;
  margin-bottom: 3.2rem;
  width: 100%;
  transition: all 0.4s ease;
}
.right-side form input:focus {
  border: 0.1rem solid #E98265;
  background-color: none;
  outline: none;
  box-shadow: 0 0 0.8rem rgba(233, 130, 101, 0.241);
}
.right-side .agreement-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 4.8rem;
}
.right-side .agreement-check span {
  font-size: 1.4rem;
  color: #88898a;
}
.right-side #register-button {
  display: inline-block;
  width: 100%;
  transition: all 0.4s ease;
  background-color: #E98265;
  padding: 1.4rem 3.2rem;
  cursor: pointer;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0 0 1.6rem rgba(233, 130, 101, 0.587);
}
.right-side #register-button:hover {
  background-color: #f39d85;
}

.right-side #register-button2 {
  display: inline-block;
  width: 100%;
  transition: all 0.4s ease;
  background-color: #67C18D;
  padding: 1.4rem 3.2rem;
  cursor: pointer;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.right-side #register-button2:hover {
  background-color: #029741;
}
.right-side .credits {
  font-size: 1.2rem;
  color: #88898a;
  text-align: center;
  padding-top: 2.4rem;
}

.login-btn {
position: relative;
width: 100%;
height: 48px;
background: #029741;
color: #fff;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: background 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.login-btn:disabled {
opacity: 0.8;
cursor: not-allowed;
}

.btn-spinner {
width: 18px;
height: 18px;
border: 2px solid rgba(255,255,255,0.3);
border-top: 2px solid #ffffff;
border-radius: 50%;
display: none;
animation: spin 0.8s linear infinite;
}

.login-btn.loading .btn-text {
display: none;
}

.login-btn.loading .btn-spinner {
display: block;
}

@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

.profile-page .wrapper {
  width: min(92%, 720px);
  margin-inline: auto;
}
.profile-page .section-label {
  color: #475569;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.profile-page .right-side h2 {
  font-size: 3.6rem;
  margin-bottom: 2.0rem;
}
.form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.form-col {
  width: 100%;
}
.form-col-full {
  grid-column: 1 / -1;
}
.profile-page .form-group label {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.profile-page .select-input-container {
  position: relative;
  width: 100%;
}
.profile-page .select-input-container:has(select)::after {
  content: "▼";
  font-size: 1.2rem;
  color: #64748b;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease;
}
.profile-page .select-input-container:focus-within::after {
  transform: translateY(-50%) rotate(180deg);
  color: #029741;
}
.profile-page .email-input-container input,
.profile-page .select-input-container select,
.profile-page .select-input-container input,
.profile-page .date-input-container input {
  width: 100%;
  height: 56px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.4rem 4rem 1.4rem 1.6rem;
  font-size: 1.6rem;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.profile-page .select-input-container select:focus,
.profile-page .select-input-container input:focus,
.profile-page .date-input-container input:focus,
.profile-page .email-input-container input:focus {
  border-color: #029741;
  box-shadow: 0 0 0 4px rgba(2, 151, 65, 0.1);
  outline: none;
}
.profile-page .date-input-container {
  position: relative;
}
.profile-page .date-input-container .date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #64748b;
}
.profile-page .phone-input {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
}
.profile-page .phone-input .prefix-box {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
}
.profile-page .phone-input .flag-ng {
  width: 22px;
  height: 16px;
  background: linear-gradient(90deg,#029741 0 33%,#fff 33% 66%,#029741 66% 100%);
  border-radius: 2px;
  display: inline-block;
}
.profile-page .phone-input .prefix-text {
  color: #334155;
  font-weight: 600;
}
.profile-page .phone-input input {
  height: 56px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  font-size: 1.6rem;
  background: #fff;
}
.profile-page .signup-btn {
  margin-top: 1.6rem;
  height: 56px;
  border-radius: 10px;
  font-size: 16px;
  background-color: #2fa44f;
  color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 0 rgba(0,0,0,0.06);
  transition: background-color 0.2s ease;
}
.profile-page .signup-btn:hover {
  background-color: #1f7a3e;
}

.login-btn .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.login-btn:hover .btn-icon {
  transform: translateX(4px);
}
.login-btn.loading .btn-icon {
  display: none;
}
.signup-btn .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.signup-btn:hover .btn-icon {
  transform: translateX(4px);
}
.signup-btn.loading .btn-text,
.signup-btn.loading .btn-icon {
  display: none;
}
.signup-btn.loading .btn-spinner {
  display: block;
}


/* Password Field */
.password-wrapper {
    position: relative;
}

.password-wrapper input {
    padding-right: 44px;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #64748b;
    padding: 6px;
    border-radius: 4px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle:hover {
    color: #6366F1;
}

.eye-closed {
    display: none;
}

.password-toggle.show-password .eye-open {
    display: none;
}

.password-toggle.show-password .eye-closed {
    display: block;
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 12px 14px;
    color: #1e293b;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    transition: all 0.2s ease;
    font-family: inherit;
}

.form-group input:focus {
    border-color: #6366F1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.form-group input::placeholder {
    color: #94a3b8;
}


/* Error States */
.error-message {
    color: #dc2626;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    min-height: 18px;
    opacity: 0;
}

.error-message.show {
    opacity: 1;
}

.form-group.error input {
    border-color: #dc2626;
    background: #fef2f2;
}

.form-group.error input:focus {
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Password Criteria */
.password-criteria {
    margin-top: 8px;
}
.password-criteria ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
}
.criteria-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #9aa3ad;
    margin: 4px 0;
    position: relative;
    padding-left: 26px;
}
.criteria-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    background: #ffffff;
}
.criteria-item.met {
    color: #029741;
}
.criteria-item.met::before {
    content: "✓";
    background: #029741;
    color: #ffffff;
    border: none;
}
.criteria-item.unmet::before {
    content: "";
    background: #ffffff;
    border: 2px solid #e5e7eb;
}

/* Terms Checkbox */
#terms {
    width: 16px;
    height: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    margin-right: 8px;
}
#termsError.error-message {
    margin-top: 8px;
}

@media (max-width: 520px) {
    .password-criteria ul {
        grid-template-columns: 1fr;
    }
}

.toast {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 1000;
    min-width: 280px;
    max-width: 420px;
    padding: 14px 44px 14px 16px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: none;
}
.toast.show {
    display: block;
}
.toast-error {
    background: #dc2626;
}
.toast-success {
    background: #029741;
}
.toast-message {
    display: inline-block;
}
.toast-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}



/* Media queries */
@media (max-width: 1255px) {
  .left-side {
    padding: 2rem;
  }
  .left-side .cart-illustration {
    width: 450px;
  }

  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .right-side {
    grid-column: span 3;
  }
}
@media (max-width: 1000px) {
  .left-side {
    padding: 1rem;
  }
  .left-side .cart-illustration {
    width: 300px;
  }

  .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }

  .right-side {
    grid-column: span 4;
  }
}
@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: 1fr;
  }

  .left-side {
    padding: 1rem;
  }
  .left-side .cart-illustration {
    display: none;
  }
  .left-side .img-and-text h1 {
    text-align: left;
  }

  .right-side {
    grid-column: auto;
  }
  .right-side h2 {
    display: none;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 55%;
  }

  .left-side {
    display: none;
  }

  .right-side {
    grid-column: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 3.2rem;
  }
  .right-side h2 {
    display: inline-block;
  }
  .right-side .sign-up-buttons {
    flex-direction: column;
  }
  .right-side .agreement-check span {
    line-height: 2.4rem;
  }
}/*# sourceMappingURL=main.css.map */
