/* ========================================= */
/* 			Display for Desktop 			 */
/* ========================================= */
body {
  font-family: Inter;
}

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

/*
.modal {
  display: none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px; 
  z-index: 9999;
}
*/

.login_close {
  position: absolute;
  right: 1px;
  font-size: 28px;
  font-weight: bold;
  color: #475467;
  cursor: pointer;
  z-index: 1000;
  background: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none; /* Cannot select text inside */
  caret-color: transparent; /* No blinking caret */
}

.login_close:hover {
  background: #f2f2f2;
  color: #000;
}

#spinner-overlay-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-login {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #2d85dc;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
}

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

.main_div_personal {
  height: 800px;
  overflow-y: auto;
}

#valid_reg_password {
  min-height: 36px; /* or whatever height matches your line-height */
  display: block;
}

.error_message {
  height: 20px;
  color: red;
  border-radius: 8px;
  height: 24px;
  line-height: 24px;
  margin: 10px 0 10px 80px;
  width: 380px;
  visibility: visible;
  text-align: center;
  justify-content: center;
  align-items: center;
}

#div_main_title {
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-left: 80px;
  color: #475467;
}
#div_sub_title {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin-left: 80px;
  color: #475467;
}
.half-width {
  width: 180px;
}

#modal_registration .input_personal {
  width: 380px;
  height: 44px;
  line-height: 24px;
  color: #667085 !important;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding-left: 10px;
}
#modal_registration.input_personal-half {
  width: 180px;
  height: 44px;
  line-height: 24px;
  color: #667085 !important;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding-left: 10px;
  margin-right: 20px;
}

input:focus {
  outline: none; /* no border when focus on field */
}

#login_error_msg {
  margin-left: 80px;
  color: red;
}
.span_under_field {
  width: 360px;
  height: 16px; /* height setting important to keep space even when element hide becuase it's inside div that is display:flex  so visibility act like display*/
  color: red;
  font-size: 12px;
  line-height: 15px;
}

/* labeling contact fileds */
.contact_row_container {
  display: flex;
  gap: 20px; /* Gap between input groups */
  width: 360px;
}
.contact_row_container-two {
  display: flex;
  justify-content: space-between; /* Space be/* Gap between input groups */
  width: 390px !important;
}
#modal_registration .input-group-contact {
  display: flex;
  flex-direction: column; /* Stack label above input */
  width: 100%; /* Adjust width as needed */
}
#modal_registration .input-group-contact-half {
  display: flex;
  flex-direction: column; /* Stack label above input */
  width: 50%; /* Adjust width as needed */
}

#modal_registration input[type="checkbox"]:focus {
  outline: 2px solid blue;
  outline-offset: 2px;
}

#modal_registration label {
  margin-bottom: 0px; /* Space between label and input */
  font-size: 14px;
  color: #344054;
  width: 120px;
  height: 20px;
  line-height: 20px;
}
label > span {
  color: red;
}

.btn_sign {
  cursor: pointer;
  height: 44px;
  line-height: 4px;
  width: 380px;
  font-size: 18px;
  margin-left: 30px;
  border: 0px;
  border-radius: 10px;
  background-color: #2d85dc;
  color: white;
  display: table;
  margin: 0 auto;
  margin-left: 80px;
}

.space_from_left_registration {
  margin-left: 80px;
}

#btn_sign_up:disabled {
  background-color: #ccc; /* Gray background */
  color: #666; /* Dim text color */
  cursor: not-allowed; /* Show "disabled" cursor */
  opacity: 0.6; /* Slightly faded */
}

#btn_login:disabled {
  background-color: #ccc; /* Gray background */
  color: #666; /* Dim text color */
  cursor: not-allowed; /* Show "disabled" cursor */
  opacity: 0.6; /* Slightly faded */
  margin-top: 20px;
}

.check_privacy_terms {
  width: 360px;
}

#lbl_reg_privacy_terms {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px !important;
  height: 20px;
}
#lbl_login_remember {
  font-size: 14px;
  font-weight: 500;
  width: 180px;
  margin-bottom: 0px;
  color: #344054;
}

/*----------------------------- */
/* checkbox  design section */
.checkbox-container_reg input,
.checkbox-container_reg label {
  vertical-align: middle; /* Align both input and label vertically */
  margin: 0; /* Remove default margin */
  display: inline-flex;
  height: 32px;
  line-height: 20px;
}

/** checkbox design */
.main_checkbox_reg {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  width: 390px;
}

.main_checkbox_reg input[type="checkbox"] {
  visibility: hidden;
}

.checkbox-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #d0d5dd;
  border-radius: 5px;
}

/* Active effect */
.main_checkbox_reg input:active ~ .checkbox-container {
  background-color: #2c85dd;
}

/* Checked effect */
.main_checkbox_reg input:checked ~ .checkbox-container {
  background-color: #2c85dd;
}

/* Checkmark */
.checkbox-container::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Display checkmark when checked */
.main_checkbox_reg input:checked ~ .checkbox-container::after {
  display: block;
}

.input_container_signup {
  position: relative;
  display: inline-block;
}
.input_container_signup input {
  padding-right: 40px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.input_container_signup img {
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: auto;
}

.input_container_login {
  position: relative;
  display: inline-block;
  height: 85px;
}
.input_container_login input {
  padding-right: 40px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}
.input_container_login img {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: auto;
}

/* Style for the info bubble */
.info-bubble {
  position: absolute;
  top: 70px; /* Position it below the input field */
  left: 0;
  width: 250px;
  margin-top: 5px;
  padding: 10px;
  background-color: #dddddd;
  color: black;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.4;
  display: none; /* Hidden by default */
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid black;
}

#info_pass {
  cursor: pointer;
}

#btn_login_link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

#btn_recover_link {
  display: inline-block;
  width: auto;
  white-space: nowrap; /* ✅ Keep it on one line */
  word-break: normal; /* ✅ Prevent breaking mid-word */
  overflow: hidden; /* Optional: avoid overflow */
  text-overflow: ellipsis; /* Optional: add ... if needed */
  cursor: pointer;
  color: #069;
  text-decoration: underline;
  font-size: 14px;
}

#btn_signup_link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

#div_account_signup_page {
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #475467;
}
#div_account_login_page {
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #475467;
}

#signup_form {
  width: 500px;
}

#login_form {
  width: 500px;
}

.check_remember {
  flex-direction: row !important;
  justify-content: left !important;
  align-items: center !important;
  height: 50px !important;
  border: 0px solid #ccc !important;
  width: 480px !important;
  display: inline-flex !important;
  margin-left: 10px !important;
}
.remember_wrapper {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 4px !important;
  width: 40%;
  margin-left: 35px;
  margin-right: 35px;
}

label.label_login {
  margin-bottom: 6px !important;
  margin-top: 10px !important;
}

.div_space_2 {
  height: 2px;
}
.div_space_2 {
  height: 4px;
}
.div_space_5 {
  height: 5px;
}
.div_space_6 {
  height: 6px;
}
.div_space_14 {
  height: 14px;
}
.div_space_24 {
  height: 24px;
}
.div_spacer_32 {
  height: 32px;
}

/* ======  Forgot Password ====== */

#modal_forgot_password {
  z-index: 10000;
  top: 20;
  /* left: 10%; */
}
.modal-overlay-forgot {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content-forgot {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

#forgot_email {
  width: 360px;
  height: 44px;
  border-radius: 8px;
  padding-left: 10px;
  border-radius: 8px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}
#btn_reset_password {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.close_forgot_modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

#lbl_login_remember {
  margin-top: 5px; /* vertical align middle with forgot password */
}
.success_message {
  text-align: center;
}

/* ========================================= */
/* 			Display for Mobile 				 */
/* ========================================= */
@media screen and (max-width: 578px) {
  /* Mobile override for full modal container */
  #bul_login_registration {
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  /* Hide the right image section (signup graphic) */
  #bul_login_registration .modal-right {
    display: none !important;
  }
  #signup_form {
    width: 100%;
    height: 900px;
  }

  #img_logo {
    display: none;
  }

  .modal {
    padding: 0px !important;
  }
  .login_close {
    position: absolute;
    right: 10px;
    top: 30px !important;
    font-size: 28px;
    font-weight: bold;
    color: #475467;
    cursor: pointer;
    z-index: 1000;
    background: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    /* border: 1px solid #ccc; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
    transition: all 0.2s ease;
  }

  .space_from_left_registration {
    margin-left: 16px;
  }

  .modal-left {
    background-color: white;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 40px;
  }
  #div_account_login_page {
    margin-bottom: 50px;
  }
  #div_main_title {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 16px;
    color: #475467;
  }
  #div_sub_title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 26px;
    margin-left: 16px;
    color: #475467;
  }
  .input_personal {
    width: 100%;
    height: 44px;
    line-height: 24px;
    color: #667085 !important;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding-left: 10px;
  }
  input:focus {
    outline: none; /* no border when focus on field */
  }
  .input-group-contact {
    margin-left: 16px;
    margin-right: 16px;
  }
  .span_under_field {
    width: 100%;
    color: red;
    font-size: 12px;
    line-height: 15px;
    margin-left: 16px;
  }

  .check_privacy_terms {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .input_container_signup {
    position: relative;
    display: inline-block;
  }
  .input_container_signup input {
    width: 100%;
    max-width: 360px;
    padding-right: 40px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
  }
  .input_container_signup img {
    position: absolute;
    right: 12px;
    top: 80%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: auto;
  }

  .input_container_login {
    position: relative;
    display: inline-block;
  }
  .input_container_login input {
    width: 100%;
    max-width: 360px;
    padding-right: 40px;
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
  }
  .input_container_login img {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: auto;
  }
  #btn_sign_up:disabled {
    background-color: #ccc; /* Gray background */
    color: #666; /* Dim text color */
    cursor: not-allowed; /* Show "disabled" cursor */
    opacity: 0.6; /* Slightly faded */
  }

  #btn_login:disabled {
    background-color: #ccc; /* Gray background */
    color: #666; /* Dim text color */
    cursor: not-allowed; /* Show "disabled" cursor */
    opacity: 0.6; /* Slightly faded */
    margin-top: 20px !important;
  }
  #btn_login {
    margin-top: 20px !important;
  }

  label {
    margin-bottom: 0px; /* Space between label and input */
    font-size: 14px;
    color: #344054;
    width: 100px;
    height: 20px;
    line-height: 20px;
  }
  label > span {
    color: red;
  }

  #div_pass_msg {
    display: none;
  }
  #togglePassword {
    width: 16px;
    height: 16px;
    top: 50% !important;
  }

  .div_space_14 {
    display: none;
  }

  #login_error_msg {
    margin-left: 0px;
    color: red;
    width: 100%;
  }

  #img_signup {
    display: none;
  }
  #btn_login_link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
  }

  #span_recover_password {
    display: flex;
  }

  .check_remember {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 50px;
    border: 0px solid #ccc;
    width: 100%;
    display: inline-flex;
    margin-left: 10px;
  }
  .remember_wrapper {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px !important;
    width: 40%;
    margin-left: 10px !important;
    margin-right: 25px !important;
  }

  #btn_recover_link {
    /* width: 100%; */
    background: none !important;
    border: none;
    padding: 0 !important;
    overflow: visible !important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #btn_signup_link {
    background: none !important;
    border: none;
    padding: 0 !important;
    color: #069;
    text-decoration: underline;
    cursor: pointer;
  }
  #div_account_signup_page {
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #475467;
  }
  #div_account_login_page {
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #475467;
  }
  .contact_row_container {
    /* display: flex; */
    justify-content: space-between; /* Space between input groups */
    gap: 20px; /* Gap between input groups */
    width: 100%;
  }

  .contact_row_container_two {
    display: flex;
    justify-content: space-between; /* Space between input groups */
    gap: 20px; /* Gap between input groups */
    width: 100%;
  }

  /* checkbox  design section */
  .checkbox-container_reg input,
  .checkbox-container_reg label {
    vertical-align: middle; /* Align both input and label vertically */
    margin: 0; /* Remove default margin */
    display: inline-flex;
    height: 32px;
    line-height: 20px;
  }

  /** checkbox design */
  .main_checkbox_reg {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
  }

  .main_checkbox_reg input[type="checkbox"] {
    visibility: hidden;
  }

  .checkbox-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
  }

  /* Hover effect */
  .main_checkbox_reg:hover input ~ .checkbox-container {
    /* background-color: #2c85dd; */
  }

  /* Active effect */
  .main_checkbox_reg input:active ~ .checkbox-container {
    background-color: #2c85dd;
  }

  /* Checked effect */
  .main_checkbox_reg input:checked ~ .checkbox-container {
    background-color: #2c85dd;
  }

  /* Checkmark */
  .checkbox-container::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  /* Display checkmark when checked */
  .main_checkbox_reg input:checked ~ .checkbox-container::after {
    display: block;
  }

  .input_personal-half {
    width: 100%;
    width: 100%;
    height: 44px;
    line-height: 24px;
    color: #667085 !important;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding-left: 10px;
  }
  .input-group-contact-half {
    margin-left: 16px;
    margin-right: 16px;
  }
  .input-group-contact-half-left {
    margin-left: 16px;
    /* margin-right: 16px; */
  }

  #input_reg_last {
    margin-right: 16px;
  }
  .input_container {
    position: relative;
    /* display: inline-block; */
    /* width: 100%; */
  }
  .input_container input {
    width: 100%;
    padding-right: 40px; /* Add space for the image */
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
  }
  .input_container img {
    position: absolute;
    right: 5%;
    width: 16px; /* Set image size */
    height: 16px;
    cursor: pointer; /* Optional if you want it clickable */
  }

  /* Style for the info bubble */
  .info-bubble {
    position: absolute;
    top: 100%; /* Position it below the input field */
    left: 0;
    width: 100%;
    margin-top: 5px;
    padding: 10px;
    background-color: #dddddd;
    color: black;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    display: none; /* Hidden by default */
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid black;
  }

  #info_pass {
    cursor: pointer;
  }

  #lbl_reg_privacy_terms {
    font-size: 14px;
    margin-left: 1px;
    display: block !important; /* Make label block to wrap */
    word-wrap: break-word; /* Allow the second anchor to wrap if it's too long */
    white-space: normal !important; /* Allow wrapping */
    overflow-wrap: break-word;
    margin-bottom: 30px;
    width: auto !important;
    word-break: break-word !important; /* Wrap long strings */
    line-height: 1.4 !important;
  }

  .btn_sign {
    cursor: pointer;
    height: 44px;
    width: 90%;
    font-size: 18px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 10px;
    background-color: #2d85dc;
    color: white;
  }
  #valid_reg_password {
    margin-left: 1px;
    min-height: 36px;
  }

  #login_form {
    width: 100%;
    height: 900px;
  }
  #lbl_login_remember {
    font-size: 14px;
    font-weight: 500;
    width: 180px;
    margin-bottom: 0px;
    margin-left: 16px;
    line-height: 20px;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    color: #344054;
  }

  .password-eye-wrapper {
    position: relative !important;
    width: 100% !important; /* Or fixed width if needed */
  }
  .password-eye-wrapper input {
    width: 100% !important;
    padding-right: 40px !important; /* Space for the eye icon */
    height: 44px !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    padding-left: 10px !important;
    font-size: 16px !important;
  }
  .password-eye-wrapper img {
    position: absolute !important;
    top: 60px !important; /* ✅ fixed vertical pixel value works best */
    right: 20px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    pointer-events: auto !important;
  }

  .checkbox-container_reg {
    display: block !important;
    width: 100% !important;
    padding-right: 16px;
  }

  .main_checkbox_reg {
    white-space: normal !important; /* Wrap long inline label */
  }
}

/*    		End Mobile CSS Section   	*/
/*  =================================   */

/* === FINAL PATCH TO FIX MODAL STYLING EVERYWHERE === */

#modal_registration #img_signup {
  height: 600px;
  width: 500px;
  margin: 24px;
  border-radius: 20px;
}

#modal_registration .modal-left {
  background: #ffffff !important;
  width: 520px;
}

#modal_registration .modal-right {
  background: #ffffff !important;
  width: 520px;
  height: 600px;
}

#modal_registration #img_logo {
  padding-top: 5px !important;
  width: 100px !important;
  height: 37px !important;
  margin-top: 37px !important;
  margin-left: 35px !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

#modal_registration #div_main_title {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-left: 40px !important;
  margin-top: 20px !important;
  color: #344054 !important;
  height: auto !important;
  line-height: normal !important;
}

#modal_registration #div_sub_title {
  margin-left: 40px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #667085 !important;
  margin-top: 8px !important;
  margin-bottom: 24px !important;
  line-height: normal !important;
}

#modal_registration .btn_sign {
  margin-left: 40px !important;
}

#modal_registration .space_from_left_registration {
  margin-left: 40px !important;
}

#modal_registration .input-group-contact,
#modal_registration .input-group-contact-half {
  margin-left: 40px !important;
  margin-right: 0 !important;
}

#modal_registration .password-eye-wrapper {
  position: relative !important;
  width: 100% !important; /* Or fixed width if needed */
}
#modal_registration .password-eye-wrapper input {
  width: 380px !important;
  padding-right: 40px !important; /* Space for the eye icon */
  height: 44px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  /* padding-left: 10px !important; */
  font-size: 16px !important;
}
#modal_registration .password-eye-wrapper img {
  position: absolute !important;
  top: 65% !important;
  transform: translateY(-50%) !important;
  right: 20px !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

#modal_registration .modal-content-registration {
  position: relative !important; /* ensures the button is placed relative to this */
  width: 1070px !important;
  height: 650px !important;
  margin: auto auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7) !important;
  border-radius: 15px !important;
  display: flex !important;
  /* margin-bottom: 70px; */
  overflow-y: auto !important;
  background: #fff !important;
  top: -25px !important;
}

#modal_registration #span_recover_password {
  width: 114px !important;
  display: inline-block !important;
  float: right !important;
  margin-right: 60px !important;
  height: 24px !important;
  line-height: 24px !important;
  width: 100% !important;
  text-align: right !important;
  margin-top: 4px !important;
}

/* ===== 2025-06-XX  FINAL 3-POINT PATCH ––– KEEP AT BOTTOM ===== */

/* 1️⃣  LOGO – remove circle / border completely */
#modal_registration #img_logo {
  border: none !important;
  border-radius: 0 !important; /* kill the oval crop */
  box-shadow: none !important;
  background: none !important;
  width: 100px !important;
  height: auto !important;
}

/* 2️⃣  PASSWORD FIELD – tighten left padding + centre the eye icon */
#modal_registration .input_container_login input {
  padding-left: 0px !important; /* reduce left gap */
  padding-right: 44px !important; /* leave room for the eye */
}

/* 3️⃣  “Forgot your password?” – align with other elements on the left */
#modal_registration #span_recover_password,
#modal_registration #btn_recover_link {
  float: none !important; /* stop the right-float */
  display: block !important;
  margin-left: 40px !important; /* same left gutter as inputs */
  margin-top: -5px !important;
  text-align: left !important;
}

/*  tiny touch – keep whole password block in left column gutter */
#modal_registration .input_container_login {
  margin-left: 40px !important;
}
