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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 100vh;
  width: 100%;
}

.main .container {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0 auto;
}

.main .container .logo {
  margin-bottom: 2.5rem;
  text-align: center;
  padding-top: 0;
}

.main .container .logo h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
  letter-spacing: -1px;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: none;
}

.main .container .logo svg {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 33px;
}

/* Method selection ekranında logo sol üstte */
.logo.logo-left {
  margin-bottom: 1rem;
  text-align: left;
  padding-top: 0;
}

.logo.logo-left h1 {
  display: none !important;
}

.logo.logo-left svg {
  display: block !important;
  margin: 0;
  width: 100px;
  height: 28px;
}

.language-selector {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}

.flag-icon {
  font-size: 1.2rem;
}

.lang-chevron {
  font-size: 0.7rem;
  color: #666;
  margin-left: 0.25rem;
}

.lang-text {
  color: #000;
  font-size: 0.9rem;
}

.lang-separator {
  color: #ccc;
  margin: 0 0.5rem;
}

.form-step {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
}

#email,
#password {
  outline: none;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  padding: 0.875rem 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  font-family: inherit;
  display: block;
  margin-left: 0;
  margin-right: 0;
}


#email:focus,
#password:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.1);
  outline: none;
}

#email.error {
  border-color: #C90000;
}

.forgot-link {
  text-align: left;
  margin: 0 0 1.5rem 0;
}

.forgot-link a {
  color: #0070ba;
  text-decoration: none;
  font-size: 0.9rem;
}

.forgot-link a:hover {
  text-decoration: underline;
  color: #005ea6;
}

.btn-primary {
  width: 100%;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #003087;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
  font-family: inherit;
  transition: background-color 0.2s;
}

.btn-primary:hover {
  background-color: #002d75;
}

#loginBtn.btn-primary {
  width: 100%;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #003087;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
}

#loginBtn.btn-primary:hover {
  background-color: #002d75;
}

#verifyCode.btn-primary {
  width: 100%;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #003087;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
}

#verifyCode.btn-primary:hover {
  background-color: #002d75;
}

#verifyCode.btn-primary {
  width: 100%;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #003087;
  border: none;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 500;
}

#verifyCode.btn-primary:hover {
  background-color: #002d75;
}

.btn-secondary {
  width: 100%;
  padding: 0.875rem 1rem;
  color: #0070ba;
  background-color: #fff;
  border: 1px solid #0070ba;
  border-radius: 24px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s;
}

.btn-secondary:hover {
  background-color: #f8f9fa;
  border-color: #005ea6;
  color: #005ea6;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1rem 0;
  color: #666;
  font-size: 0.9rem;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e0e0e0;
}

.divider span {
  padding: 0 1rem;
}

.email-display-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin-left: 0;
  margin-right: 0;
}

.email-display {
  font-size: 1rem;
  color: #000;
  margin: 0;
  text-align: left;
  flex: 1;
  font-weight: 400;
  text-decoration: none;
}

.method-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
}

.method-email-display {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-bottom: 1.5rem;
}

.method-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.method-option {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
  position: relative;
}

.method-option:hover {
  background-color: #f9f9f9;
  border-color: #0070ba;
}

.method-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.method-icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.method-text {
  flex: 1;
  font-size: 1rem;
  color: #000;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 50%;
  position: relative;
  margin-left: 0.75rem;
  transition: border-color 0.2s;
}

.method-option input[type="radio"]:checked ~ .radio-custom {
  border-color: #0070ba;
}

.method-option input[type="radio"]:checked ~ .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #0070ba;
  border-radius: 50%;
}

.method-option input[type="radio"]:checked ~ .method-text {
  font-weight: 500;
}

.change-link {
  color: #0070ba;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}

.change-link:hover {
  text-decoration: underline;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #0070ba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  color: #666;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.button-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.btn-primary:disabled {
  opacity: 1;
  cursor: wait;
}


.code-title,
#codeTitle,
h2.code-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  color: #000000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 0;
}

.code-description {
  font-size: 0.9rem;
  color: #666;
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 0;
}

.loading-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
  gap: 1rem;
}

.loading-message p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.loading-message .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #0070ba;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.code-inputs {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}

.code-input {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  outline: none;
}

.code-input:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.1);
}

.resend-link {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.resend-link a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#resendTimer {
  color: #000;
  font-size: 0.9rem;
  margin-left: 0.25rem;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sent-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #137333;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  font-weight: 500;
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s ease-out;
}

.sent-notification-show {
  top: 20px;
  opacity: 1;
}

.sent-notification-hide {
  top: -100px;
  opacity: 0;
}

.sent-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.sent-text {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.modal-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.modal-close:hover {
  color: #000;
}

.modal-body {
  padding: 1.5rem;
}

.modal-description {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.phone-input-container {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.country-select {
  flex: 0 0 200px;
  padding: 0.875rem 1rem;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
  outline: none;
}

.country-select:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.1);
}

.phone-input {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  outline: none;
}

.phone-input:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 2px rgba(0, 112, 186, 0.1);
}

/* Forgot Email Styles */
.forgot-email-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: left;
}

.forgot-email-description {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Protect Account Screen */
.protect-account-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: left;
}

.verification-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.verification-option:hover {
  border-color: #0070ba;
}

.verification-option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.verification-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.verification-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.verification-phone {
  font-size: 0.9rem;
  color: #666;
}

.consent-text {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Responsive Styles for Forgot Email Pages */
@media (max-width: 768px) {
  .phone-input-container {
    flex-direction: column;
  }
  
  .country-select {
    flex: 1;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .phone-input {
    width: 100%;
  }
  
  .verification-option {
    padding: 0.875rem;
  }
  
  .verification-option-content {
    gap: 0.75rem;
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
  }
  
  .verification-title {
    font-size: 0.9rem;
  }
  
  .verification-phone {
    font-size: 0.85rem;
  }
  
  .consent-text {
    font-size: 0.8rem;
  }
}

/* Forgot Email Styles */
.forgot-email-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  text-align: left;
}

.forgot-email-description {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

/* Protect Account Screen */
.protect-account-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.5rem;
  text-align: left;
}

.verification-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.verification-option:hover {
  border-color: #0070ba;
}

.verification-option-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.verification-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.verification-title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.verification-phone {
  font-size: 0.9rem;
  color: #666;
}

.consent-text {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: left;
}

#resendTimer {
  color: #000;
  font-size: 0.9rem;
  margin-left: 0.25rem;
}

.resend-link a:hover {
  text-decoration: underline;
  color: #000;
}

.error-message {
  color: #d93025;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: #fce8e6;
  border-radius: 4px;
}

.error-message-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  background-color: #fff5f5;
  border: 1px solid #C90000;
  border-radius: 4px;
  box-sizing: border-box;
}

.error-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.error-text {
  display: flex;
  flex-direction: column;
  color: #003087;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}

.success-message {
  color: #137333;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: #e6f4ea;
  border-radius: 4px;
}

#verifyCode:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.footer {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1rem 1.5rem;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  box-sizing: border-box;
}

.footer a {
  color: #666;
  text-decoration: underline;
  font-size: 0.85rem;
}

.footer a:hover {
  color: #0070ba;
}

.lang-item {
  color: #666;
  text-decoration: none;
  font-size: 0.85rem;
}

.lang-item:hover {
  text-decoration: underline;
  color: #0070ba;
}

.lang-item.active {
  font-weight: 500;
}

@media (max-width: 768px) {
  .main {
    padding: 1rem;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .main .container {
    padding: 2rem 1.5rem;
    max-width: 100%;
    border-radius: 0;
    box-shadow: none;
  }

  .main .container .logo {
    margin-bottom: 3rem;
    margin-top: 1rem;
  }

  .main .container .logo h1 {
    font-size: 2.5rem;
    letter-spacing: -1.5px;
  }

  #email,
  #password {
    font-size: 16px; /* Prevents zoom on iOS */
  }

  .btn-primary {
    width: 100%;
    padding: 0.875rem 1rem;
    color: #fff;
    background-color: #0070ba;
  }

  #loginBtn.btn-primary {
    width: 100%;
    padding: 0.875rem 1rem;
    color: #fff;
    background-color: #003087;
  }

  .btn-secondary {
    padding: 0.75rem 1rem;
  }

  .code-input {
    width: 40px;
    height: 50px;
    font-size: 20px;
  }

  .footer {
    padding: 1rem 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .footer a {
    font-size: 0.75rem;
  }

  .language-selector {
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
}

@media (max-width: 450px) {
  .main {
    padding: 0;
    align-items: flex-start;
    padding-top: 1.5rem;
  }

  .main .container {
    padding: 2rem 1.5rem;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
  }

  .main .container .logo {
    margin-bottom: 3rem;
    margin-top: 0.5rem;
    padding: 0;
  }

  #email,
  #password {
    padding: 0.75rem;
    font-size: 16px;
  }

  .forgot-link {
    margin: 0.5rem 0 1rem 0;
  }

  .btn-primary,
  #loginBtn.btn-primary {
    padding: 0.875rem 1rem;
    font-size: 1rem;
    color: #fff;
    background-color: #003087;
  }

  .btn-secondary {
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }

  .code-input {
    width: 35px;
    height: 45px;
    font-size: 18px;
  }

  .footer {
    padding: 1rem 1.5rem;
    position: relative;
  }

  .footer a {
    font-size: 0.7rem;
  }
}

/* Method Selection Form Styles */
.method-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.method-email-display {
  font-size: 0.9rem;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.method-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.method-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  background-color: #fff;
}

.method-option:hover {
  border-color: #000;
  background-color: #f8f9fa;
}

.method-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.method-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.method-icon svg {
  width: 24px;
  height: 24px;
}

.method-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.method-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

.method-contact-info {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-left: 0.5rem;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  display: block;
  background-color: #fff;
}

.radio-custom.selected {
  border-color: #000;
  background-color: #000;
}

.radio-custom.selected::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

.method-option input[type="radio"]:checked ~ .radio-custom {
  border-color: #000;
  background-color: #000;
}

.method-option input[type="radio"]:checked ~ .radio-custom::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}

/* Remember Device Section */
.remember-device-section {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e0e0e0;
}

.remember-device-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.remember-device-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  flex: 1;
}

.remember-device-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 1rem;
}

.remember-device-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  border-radius: 3px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s;
  background-color: #fff;
}

.remember-device-checkbox input[type="checkbox"]:checked ~ .checkbox-custom {
  background-color: #000;
  border-color: #000;
}

.remember-device-checkbox input[type="checkbox"]:checked ~ .checkbox-custom::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.remember-device-checkbox:hover .checkbox-custom {
  border-color: #0070ba;
}

.remember-device-text {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Responsive Styles for Forgot Email Pages */
@media (max-width: 768px) {
  .phone-input-container {
    flex-direction: column;
  }
  
  .country-select {
    flex: 1;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  
  .phone-input {
    width: 100%;
  }
  
  .verification-option {
    padding: 0.875rem;
  }
  
  .verification-option-content {
    gap: 0.75rem;
  }
  
  .whatsapp-icon {
    width: 20px;
    height: 20px;
  }
  
  .verification-title {
    font-size: 0.9rem;
  }
  
  .verification-phone {
    font-size: 0.85rem;
  }
  
  .consent-text {
    font-size: 0.8rem;
  }
}
