
.account-modal-wrapper {
    max-width: 400px;
  }
  
  .text-input {
    padding: 8px;
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid #dfdfdf;
    outline: none;
  }
  
  .country-code {
    padding-left: 12px;
    padding-right: 12px;
    width: 32px;
  }
  
  
  .red-cta-btn {
    background-color: #EF4437;
    padding: 8px 16px;
    color: white;
    border-radius: 18px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
  }
  
  .red-cta-btn:disabled {
    background-color: gray;
  }
  

  .signup-wrap-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }

  .signup-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .account-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
  
  .phone-number-wrap {
    margin: 16px 0;
    display: flex
  }
  
  .hint-text {
    color: #717171;
    margin: 16px 0;
    font-weight: 500;
  }
  
  .sub-title {
    font-size: 14px;
  }
  
  .account-banner-img {
    width: 100%;
  }
  
  .otp-reend-text {
    font-size: 14px;
  }
  
  .red-text{
    color: #EF4437;
    font-weight: 500;
  }

.signup-bottom-section {
    font-size: 14px;
    color: #717171;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signup-success {
    margin: 16px 0;
}

.signup-error-msg {
    margin: 16px 0;
    color: #EF4437;
    font-size: 14px;
}

.edit-phonenumber {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.edit-icon {
  width: 16px;
  padding-left: 4px;
}
