#ui_lblSignIn {
  font-family: YesevaOne;
  font-weight: 600px;
  font-size: 32.35px;
  color: #173f35;
}
#ui_divlblSignIn {
  padding-bottom: 50px;
}

#ui_SignInDivider {
  border: none;
  border-top: 1.4px solid #cfcfcf; /* Cambia el color aquí */
  width: 354.88px;
  height: 0.5px; /* Ajusta el ancho */
  margin: 1px auto; /* Centra el divisor y agrega espacio alrededor */
  opacity: 100%;
  stroke: #000000; /* Transparencia opcional */
  position: inside;
  border-radius: 0px;
  /* box-shadow: 0 3px 2.1px rgba(0, 0, 0, 0.10);*/
}
.labelField {
  display: block;
  text-align: left; /* Ensure text aligns to left */
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400px;
}
.inputDistributorSignIn {
  border: 1px solid #f0f0f0 !important;
  background-color: #f0f0f0 !important;
  opacity: 100% !important;
  stroke: #e5e5e5 100% !important;
  position: inside !important;
  border-radius: 3.37px !important;
  /*box-shadow: 0 4px 4.1px rgba(0, 0, 0, 0.17);*/
}
.paddingBetweenRowsSignIn {
  padding-top: 1%;
  text-align: center;
}
.divUploadFilesSignIn {
  height: 150px;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  position: relative;
}
.ui_Icon_uploadSignIn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centra la imagen */
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.lblSignInFormat {
  /* font-family: Monserrat;
     font-size: 18px;
     font-weight: 600px;
     color: #cdcccc;*/
  /*background: linear-gradient(90deg, #FFFFFF 100%, #4B465C 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;*/ /* Para mejorar la compatibilidad */
  color: #8e8b8b;
  display: inline-block; /* Asegura que el texto use el degradado */
  font-size: 16px;
  font-weight: 400px;
  margin-top: 110px;
}

/*=====CHECKBOX=====*/
#ui_chkAceptTermsConditions {
  appearance: none; /* Remove default styles */
  width: 25px;
  height: 25px;
  background-color: #173f35; /* Background when unchecked */
  border-radius: 4px;
  cursor: pointer;
}
#ui_chkAceptTermsConditions:checked {
  background-color: #173f35; /* Background color when checked */
  border-color: #173f35;
}

/* Add a checkmark when the checkbox is checked */
#ui_chkAceptTermsConditions:checked::before {
  content: "✔"; /* Checkmark symbol */
  color: #ffffff !important; /* Checkmark color */
  font-size: 16px;
  display: block;
  text-align: center;
  opacity: 100%;
  font-weight: bold;
}
/*=====TERMNS CONDITIONS======*/
#ui_DivTermCond {
  padding-top: 30px;
}
#ui_lblTermsCond {
  font-size: 16px;
  font-family: MonserratSemiBold, sans-serif;
  font-weight: 400;
  color: #173f35;
}
#ui_lblAceptTermCond {
  font-size: 16px;
  font-family: MonserratRegular, sans-serif !important;
  font-weight: 700 !important;
  color: #212121;
  margin-right: 6px;
  margin-left: 8px;
}
/*==BUTTON SIGN ME===*/
#ui_btnSignMe {
  background-color: #173f35;
  color: #ffffff;
  font-family: MonserratSemiBold;
  font-size: 14px;
  height: 50px;
}
#ui_divBtnSignMe {
  padding-top: 50px;
}
/*====UPLOAD FILES====*/
input[type="file"] {
  display: none; /* Oculta el campo de archivo */
}
/*=====EYE WRAPPER===*/
.password-wrapper {
  position: relative;
  display: inline-block;
}
.eye-icon {
  position: absolute;
  right: 30px;
  top: 69%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2em;
}
#divMenu {
  background-color: #e8eceb;
}
#ui_divModalBody {
  height: 400px; /* Alto del div */
  overflow-y: scroll; /* Scroll solo en el eje vertical */
  overflow-x: hidden; /* Evitar scroll horizontal */
}
.termsConditionsRow
{
   padding-top: 15px;
}
#ui_divBtnAceptTermsConditions
{
   padding-top: 15px;
}
#ui_btnAceptTermsConditions {
   background-color: #173f35;
   color: #ffffff;
   font-family: MonserratSemiBold;
   font-size: 14px;
   height: 40px;
 }

/*=======SCALES=====*/
@media (max-resolution: 96dpi) {
  /* Ajuste para pantallas con escalado mayor 100 %*/

  #ui_lblSignIn {
    font-size: 32.35px;
  }
  #ui_divlblSignIn {
    padding-bottom: 50px;
  }
  #ui_SignInDivider {
    width: 354.88px;
    height: 0.5px; /* Ajusta el ancho */
    margin: 1px auto; /* Centra el divisor y agrega espacio alrededor */
  }
  .labelField {
    display: block;
    text-align: left; /* Ensure text aligns to left */
    font-size: 16px;
    font-weight: 400px;
  }
  .paddingBetweenRowsSignIn {
    padding-top: 1%;
  }
  .divUploadFilesSignIn {
    height: 150px;
  }
  .ui_Icon_uploadSignIn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra la imagen */
    max-width: 100%;
    height: auto;
  }
  .lblSignInFormat {
    font-size: 16px;
    font-weight: 400px;
    margin-top: 110px;
  }
  /*=====CHECKBOX=====*/
  #ui_chkAceptTermsConditions {
    width: 25px;
    height: 25px;
  }

  /* Add a checkmark when the checkbox is checked */
  #ui_chkAceptTermsConditions:checked::before {
    font-size: 16px;
  }
  /*=====TERMNS CONDITIONS======*/
  #ui_DivTermCond {
    padding-top: 30px;
  }
  #ui_lblTermsCond {
    font-size: 16px;
  }
  #ui_lblAceptTermCond {
    font-size: 16px;
    margin-right: 6px;
    margin-left: 8px;
  }
  /*==BUTTON SIGN ME===*/
  #ui_btnSignMe {
    font-size: 14px;
    height: 50px;
  }
  #ui_divBtnSignMe {
    padding-top: 50px;
  }
  #ui_modalDialogTermsCond
  {
   max-width: 100vw !important;
   margin-top: 20vh  !important;
  }
}
@media (min-resolution: 97dpi) and (max-resolution: 120dpi) {
  /* Estilos específicos para escalado al 125% */
  #ui_lblSignIn {
    font-size: 26.35px;
    font-family: YesevaOne;
    font-weight: 600px;
  }
  #ui_divlblSignIn {
    padding-bottom: 20px; /*Padding between ui_lblSignIn and next row*/
  }
  #ui_SignInDivider {
    width: 354.88px;
    height: 0.5px; /* Ajusta el ancho */
    margin: 1px auto; /* Centra el divisor y agrega espacio alrededor */
  }
  .labelField {
    display: block;
    text-align: left; /* Ensure text aligns to left */
    font-size: 14px;
    font-weight: 400px;
  }
  .paddingBetweenRowsSignIn {
    padding-top: 1%;
  }
  .divUploadFilesSignIn {
    height: 120px;
  }

  .ui_Icon_uploadSignIn {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra la imagen */
    max-width: 100%;
    height: auto;
  }
  .lblSignInFormat {
    font-size: 14px;
    font-weight: 400px;
    margin-top: 80px;
  }
  /*=====CHECKBOX=====*/
  #ui_chkAceptTermsConditions {
    width: 25px;
    height: 25px;
  }

  /* Add a checkmark when the checkbox is checked */
  #ui_chkAceptTermsConditions:checked::before {
    font-size: 16px;
  }
  /*=====TERMNS CONDITIONS======*/
  #ui_DivTermCond {
    padding-top: 26px;
  }
  #ui_lblTermsCond {
    font-size: 15px;
  }
  #ui_lblAceptTermCond {
    font-size: 15px;
    margin-right: 6px;
    margin-left: 8px;
  }
  /*==BUTTON SIGN ME===*/
  #ui_btnSignMe {
    font-size: 14px;
    height: 45px;
  }
  #ui_divBtnSignMe {
    padding-top: 45px;
  }
  #ui_modalDialogTermsCond
  {
   max-width: 100vw !important;
   margin-top: 20vh  !important;
  }
}
@media (min-resolution: 144dpi) {
  /* Ajuste para pantallas con escalado mayor 150 %*/
  #ui_lblSignIn {
    font-size: 22.35px;
    font-family: YesevaOne;
    font-weight: 600px;
  }
  #ui_divlblSignIn {
    padding-bottom: 17px; /*Padding between ui_lblSignIn and next row*/
  }
  #ui_SignInDivider {
    width: 354.88px;
    height: 0.5px; /* Ajusta el ancho */
    margin: 1px auto; /* Centra el divisor y agrega espacio alrededor */
  }
  .labelField {
    display: block;
    text-align: left; /* Ensure text aligns to left */
    font-size: 12px;
    font-weight: 400px;
  }
  .paddingBetweenRowsSignIn {
    padding-top: 1%;
  }
  .divUploadFilesSignIn {
    height: 90px;
  }
  .inputDistributorSignIn {
    height: 30px;
  }
  .ui_Icon_uploadSignIn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra la imagen */
    max-width: 100%;
    height: auto;
  }
  .lblSignInFormat {
    font-size: 12px;
    font-weight: 400px;
    margin-top: 60px;
  }
  /*=====CHECKBOX=====*/
  #ui_chkAceptTermsConditions {
    width: 25px;
    height: 25px;
  }

  /* Add a checkmark when the checkbox is checked */
  #ui_chkAceptTermsConditions:checked::before {
    font-size: 13px;
  }
  /*=====TERMNS CONDITIONS======*/
  #ui_DivTermCond {
    padding-top: 21px;
  }
  #ui_lblTermsCond {
    font-size: 13px;
  }
  #ui_lblAceptTermCond {
    font-size: 13px;
    margin-right: 6px;
    margin-left: 8px;
  }
  /*==BUTTON SIGN ME===*/
  #ui_btnSignMe {
    font-size: 13px;
    height: 42px;
  }
  #ui_divBtnSignMe {
    padding-top: 33px;
  }
  #ui_modalDialogTermsCond
  {
   max-width: 100vw !important;
   margin-top: 20vh  !important;
  }
}
