
@font-face {
  font-family: YesevaOne;
  src: url("../fonts/YesevaOne-Regular.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
 font-family: MonserratRegular;
 src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
}
@font-face {
 font-family: MonserratSemiBold;
 src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
 font-weight: bold;
 font-style: normal;
 font-stretch: normal;
}
@font-face {
  font-family: MonserratBold;
  src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
 }
 @font-face {
  font-family: MontserratMedium;
  src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
 }

.loaderMini {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 18px solid #8e8b8b;
  border-bottom: 18px solid #173F35;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 2s linear infinite;
  filter: alpha(opacity=90);
  -moz-opacity: 90;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 9999; /* On top of other elements */
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /*====MODALS=*/
  .ui_DistributorModalDialog
  {
    width: 65% !important; /* Full width */
    height: 73% !important; /* Full height */
  }
  .ui_DistributorModalContent
  {
   width: 65% !important; /* Full width */
   height: 73% !important; /* Full height */
   border-radius: 21px !important;
  }
  .ui_distributorLeftImage
  {
   height: 233px !important;
   width: 100px !important;
  }
  #ui_lblTitleMessage
  {
     font-family: YesevaOne;
     font-size: 25px;
     color: #173F35;
  }
  #ui_lblBodyMessage
  {
    font-family: MonserratRegular;
    font-size: 9px;
    color: #5C5C5C;
    justify-content:center;
  }
  #ui_divBodyMessage
  {
     padding-top: 20px;
  }
  #ui_btnAlertOk
  {
    background-color: #173F35;
    color: #FFFFFF;
    font-family: MonserratSemiBold;
    font-size: 14px;
    height: 35px;
  }
  #ui_divBtnOk
  {
     padding-top: 20px;
  }
  #ui_lblTermnsCond
  {
     font-size: 7.5px;
     font-family: MonserratRegular;
     color: #173F35;
  }
  #ui_divTermCond
  {
    padding-top: 15px;
  }
  #divModalTitle
  {
     padding-top: 35px;
     text-align: center;
  }
  .modals {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    transform: translate(4%, -9%); 
    left: 0;
    top: 0;
    width: 55%; /* Full width */
    height: 80%; /* Full height */
    transition: all 0.3s ease;
    padding-left: 29%;
    padding-top: 18%;
    /*display: flex; *//* Flexbox to center content */
    /*max-width: 600px; *//* Ensure modal doesn't get too wide */
}

/* Modal content box */
.modals-content {
    background-color: #fefefe;
    margin: 1% auto; /* 15% from the top and centered */
    padding: 0%;
    border: 1px solid #f6f3f3;
    width:80%; /* Could be more or less, depending on screen size */
    height:80%;
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
    border-radius: 2%;
}
 /*DISABLED DIV TO BE FOCUSED IN ESPECIFIC DIV*/
 #ui_divDistributorCard.disabled {
  pointer-events: none; /* Disable pointer events */
  opacity: 0.50; /* Optionally reduce opacity to visually indicate disabled state */
}

@media (max-resolution: 96dpi) { /* Ajuste para pantallas con escalado mayor 100 %*/
  .ui_DistributorModalDialog
  {
    width: 65% !important; /* Full width */
    height: 73% !important; /* Full height */
  }
  .ui_DistributorModalContent
  {
   width: 65% !important; /* Full width */
   height: 73% !important; /* Full height */
   border-radius: 21px !important;
  }
}
@media (min-resolution: 97dpi) and (max-resolution: 120dpi) {/* Estilos específicos para escalado al 125% */
  .ui_DistributorModalDialog
  {
    width: 65% !important; /* Full width */
    height: 81.3% !important; /* Full height */
  }
  .ui_DistributorModalContent
  {
   width: 65% !important; /* Full width */
   height: 81.3% !important; /* Full height */
   border-radius: 21px !important;
  }
}
@media (min-resolution: 144dpi) { /* Ajuste para pantallas con escalado mayor 150 %*/
  .ui_DistributorModalDialog
  {
    width: 70% !important; /* Full width */
    height: 86.7% !important; /* Full height */
  }
  .ui_DistributorModalContent
  {
   width: 70% !important; /* Full width */
   height: 86.7% !important; /* Full height */
   border-radius: 21px !important;
  }
  #ui_lblTitleMessage
  {
     font-size: 20px;
  }
  #ui_lblBodyMessage
  {
    font-size: 8px;
    justify-content:center;
  }
  .ui_distributorLeftImage
  {
   height: 213px !important;
   width: 100px !important;
  }
  #divModalTitle
  {
     padding-top: 30px;
     text-align: center;
  }
  .modals {
    transform: translate(-1%, -9%); 

}
}
/*======PARA TELÉFONOS=====*/

/* Teléfonos medianos (321px a 480px) */
@media screen and (min-width: 321px) and (max-width: 480px) {
  .ui_DistributorModalDialog
  {
    width: 100% !important; /* Full width */
    height: 59% !important; /* Full height */
    margin-top: 10% !important;
  }
  .ui_DistributorModalContent
  {
   width: 100% !important; /* Full width */
   height: 59% !important; /* Full height */
   border-radius: 21px !important;
  }
  #ui_lblTitleMessage
  {
    font-size: 16px;
    justify-content: center;
  }

  #ui_lblBodyMessage
  {
    font-size: 12px;
    justify-content:center;
  }
  .ui_distributorLeftImage
  {
    height: auto; /* Ajusta el tamaño automáticamente */
    max-height: 190px; /* Limita el tamaño máximo */
    width: 20px; /* Mantén la proporción */
  }
  #divModalTitle
  {
     text-align: center;
  }
  .modals {
    transform: translate(-15%, 20%); 
  }
  #ui_btnAlertOk
  {
    font-size: 12px;
    height: 30px;
    
  }
  #ui_divBtnOk
  {
     margin-left: 20px;
     margin-right: 20px;
  }
  
}

/* Teléfonos grandes (481px a 768px) */
@media screen and (min-width: 481px) and (max-width: 768px) {
 
}