/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/(supplier-auth)/supplier/register/page.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Supplier Register Page - Material 3 Design from Figma */

.page_container__qZcMh {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
}

/* Header */
.page_header__cl03k {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 12px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #E4E4EE;
}

.page_headerContent__Lk_e8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 20px;
}

.page_logo__EQGwc {
  display: flex;
  align-items: center;
  height: 100%;
}

.page_logoImage__OQssi {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.page_nav__6NsmD {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page_navLink__k87Sp {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #616161;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page_navLink__k87Sp:hover {
  color: #3679B5;
}

.page_navLink__k87Sp svg {
  color: currentColor;
}

/* Main Content */
.page_main__1mSNV {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

/* Card */
.page_card__dl5fj {
  width: 100%;
  max-width: 480px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Logo Section */
.page_logoSection__I9cJw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page_logoIcon__rA9y5 {
  width: 40px;
  height: 37px;
}

.page_logoIconImage__eavD4 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page_logoLabel__MMvs2 {
  font-size: 14px;
  color: #757575;
}

/* Back Button */
.page_backButton__UIGYl {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  font-size: 14px;
  color: #616161;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.2s;
}

.page_backButton__UIGYl:hover {
  color: #3679B5;
}

/* Header */
.page_cardHeader__X06qh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.page_title__363f1 {
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
}

.page_subtitle__MhEDH {
  font-size: 14px;
  color: #757575;
  margin: 0;
}

/* Form */
.page_form__jefMH {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

/* Input Field */
.page_inputWrapper__Qj5MS {
  position: relative;
  width: 100%;
}

.page_inputLabel__u2OZk {
  position: absolute;
  top: -8px;
  left: 12px;
  padding: 0 4px;
  background-color: #ffffff;
  font-size: 12px;
  color: #757575;
  z-index: 1;
}

.page_input__ptXJX {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  font-size: 16px;
  color: #1A1A1A;
  background-color: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s ease;
}

.page_input__ptXJX::placeholder {
  color: #9E9E9E;
}

.page_input__ptXJX:hover {
  border-color: #BDBDBD;
}

.page_input__ptXJX:focus {
  border-color: #3679B5;
  border-width: 2px;
}

/* Password wrapper */
.page_passwordWrapper__AYkmL {
  position: relative;
}

.page_passwordWrapper__AYkmL .page_input__ptXJX {
  padding-right: 48px;
}

.page_passwordToggle__B49Jj {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  color: #9E9E9E;
  cursor: pointer;
  transition: color 0.2s;
}

.page_passwordToggle__B49Jj:hover {
  color: #616161;
}

/* Checkbox */
.page_checkbox__Ti_X2 {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.page_checkbox__Ti_X2 input {
  display: none;
}

.page_checkmark__BUDOC {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid #BDBDBD;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.page_checkbox__Ti_X2 input:checked + .page_checkmark__BUDOC {
  background: #3679B5;
  border-color: #3679B5;
  color: white;
}

.page_checkboxLabel__cp1_x {
  font-size: 12px;
  line-height: 1.5;
  color: #616161;
}

.page_link__e06Mf {
  color: #3679B5;
  text-decoration: none;
}

.page_link__e06Mf:hover {
  text-decoration: underline;
}

/* Error */
.page_error__4_J9u {
  font-size: 13px;
  color: #F44336;
  margin: 0;
}

/* Filled Button */
.page_filledButton__dom50 {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #3679B5;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.page_filledButton__dom50:hover {
  background-color: #35707c;
}

.page_filledButton__dom50:disabled {
  background-color: #e1e1e1;
  cursor: not-allowed;
}

/* Login Link */
.page_loginLink__gqh5Z {
  font-size: 13px;
  color: #757575;
  text-align: center;
  margin: 0;
}

/* Footer */
.page_footer__CCcfu {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #9E9E9E;
}

/* Success / Verification State */
.page_successIcon__DLulP {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e6f7f1;
  color: #3679B5;
}

.page_resendRow__ccf4H {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
}

.page_resendText__4PTg_ {
  color: #757575;
}

.page_resendButton__lIPny {
  background: none;
  border: none;
  color: #3679B5;
  cursor: pointer;
  font-size: 13px;
  padding: 0;
  text-decoration: none;
}

.page_resendButton__lIPny:hover {
  text-decoration: underline;
}

.page_resendButton__lIPny:disabled {
  color: #9E9E9E;
  cursor: not-allowed;
}

/* Responsive */
@media (max-width: 540px) {
  .page_card__dl5fj {
    padding: 24px 20px;
    gap: 20px;
  }
  
  .page_title__363f1 {
    font-size: 20px;
  }

  .page_label__QH7VD {
    font-size: 14px;
  }

  .page_input__ptXJX {
    font-size: 14px;
  }

  .page_filledButton__dom50 {
    font-size: 15px;
  }
  
  .page_nav__6NsmD {
    gap: 20px;
  }
  
  .page_navLink__k87Sp span {
    display: none;
  }
}

