

.tooltipdesc {
  display: inline-block;
  cursor: pointer;
 

}

.tooltipdesc-td {
padding-left: 5px !important; 
padding-right: 5px !important; 
}

/* Estilo para el texto del tooltip */
.tooltip-text {
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  font-size: 0.8rem;
  
}


.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}









.columns-list {
    border: 2px solid #092C74;
    border-radius: 5px;
    padding: 10px;
    width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para profundidad */
    background-color: #ffffff; /* Fondo claro para los listados */
}

.columns-list h4 {
    text-align: center;
    color: #333333; /* Color oscuro para títulos para mejor contraste */
    margin-bottom: 15px; /* Espaciado debajo del título */
}

.column {
    list-style-type: none;
    padding: 0;
    margin: 0; /* Remover márgenes por defecto */
    max-height: 300px;
    overflow: auto;
    z-index: 20;
}

.column li {
    border: 1px solid #ccc;
    margin: 5px 0; /* Espaciado uniforme */
    padding: 6px; /* Más espacio interior */
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.2s; /* Transición suave para el hover */
}

.column li:hover {
    background-color: #e6f0ff; /* Color de hover */
}

.column li.selected {
    background-color: #add8e6;
}

.order-controls {
    display: flex;
    justify-content: left;
    gap: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

button#expandButton {
    cursor: pointer;
    padding: 10px 15px; /* Más espacio interior */
    border: none; /* Remover borde */
    border-radius: 5px; /* Bordes redondeados */
    background-color: #092C74; /* Color de fondo */
    color: white; /* Color del texto */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra suave para los botones */
    transition: background-color 0.2s; /* Transición suave para el hover */
    height: 35px;
    line-height: 1.3;
}

button:hover {
    background-color: #0056b3; /* Color de hover para botones */
}

button:active {
    box-shadow: none; /* Quitar sombra cuando se hace click */
}

.interlist-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Ajuste para el espaciado entre los botones de intercambio */
    margin-left: 10px;
    margin-right: 10px;
}
.save-controls{
margin-top: 30px;
margin-left: 20px;
    
}
#configButton{

  margin-left: 20px;

}
#columnConfigMenu{
z-index: 20;
position: relative;

}
.ttest th:first-child,
.ttest td:first-child {
   position: sticky; /* Posicionamiento pegajoso */
   border: 2px ;
  left: 0; /* Alinea la columna a la izquierda */
  z-index: 100; /* Asegura que la columna se mantenga por encima del resto al desplazar */
}

.tooltipPort3{
  display: inline-block;
    background-color: #333;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left:10px;
    margin-top:6px;
    line-height: 20px;
    cursor: pointer;
    position: absolute;bottom: 13%;
    left:60%;
    font-size: 16px;

}
.tooltipPort4{
  visibility: hidden;
    width: 220px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 100;
    bottom: -60%;
    left: 50%;
    margin-left: -60px;

}
.tooltipPort1{
    
    display: inline-block;
    background-color: #333;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left:10px;
    margin-top:6px;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;

}
.tooltipPort2{
    
  visibility :hidden; 
    margin-left:10px;
    background-color: #333;
    color: white;
    text-align: center;
    border-radius: 6px;
    font-size: .9rem;
    padding: 5px;

}
.portConsol{
background-color: #007bff;
    max-height: 35px;
    color: #fff;
    border: 1px solid #092c74;
    margin-left: 10px;
    padding: 5px 10px;
    padding-left: 0px;
    border-radius: 5px;
   

  }  
  .portConsol3{
background-color: #007bff;
    max-height: 35px;
    color: #fff;
    border: 1px solid #092c74;
    margin-left: 10px;
    padding: 5px 10px;
    cursor:pointer;
    border-radius: 5px;
    


  }  
  .portConsolexpand{
background-color: #092c74;
    max-height: 35px;
    color: #fff;
  /*  border: 1px solid #092c74;*/
    margin-left: 10px;
    padding: 5px 10px;
    cursor:pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 0.8rem;

  }  

  .portConsol2{
background-color: #28a745;
    max-height: 35px;
    color: #fff;
    border: 1px solid #1e7e34;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    cursor:pointer;
    

  } 
  
 
  #unoSwtich{
  cursor: pointer;
}  
#tresSwtich{
  display:none;  
  padding-left: 15px;
  padding-right: 17px;
  border-right: 1px solid #fff;
  cursor: pointer;
}
#tresSwtichAcciones{
  display:none;  
  padding-left: 15px;
  padding-right: 17px;
  cursor: pointer;
}
#cuatroSwtich{
  display:none;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
#dosSwtich{
  border-right: 1px solid #fff;
  display:none;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
#carteraSwtich{
cursor: pointer;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 15px;
}
#mepValdiv{
  display:none;
}
#cclValdiv{
  display:none;
}

#mepInp{
  display:none;
}

#cclInp{
  display:none;
}
#calcSwtich{
  display:none;

}


.mensaje {
  background-color: #f44336;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border-color:#8B0000 ;
  
}

.mensaje4 {
  background-color:  #28a745;
  color: white;
  padding: 5px;
  border-radius: 5px;
  border-color: #1e7e34 ;

}


.oculto {
  display: none;
}

.borderCons{
  /*border: 2px solid #28a745 !important;*/
background-color: #28a745;

}
.comienzoPort{
  border: 2px solid #007bff;
  text-align: center;
  font-size: 2.5rem;
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 15px;
 /* display: none;*/
}

.tableResult{
  width:50%;
  max-height: 300px;
  overflow:auto;
}

.dropdown {
  position: relative;
  display:inline-block;
}

.dropdown-content {
  position: absolute;
  text-align:center;
  display: none;
  z-index: 1;
  width:100%;
}

.dropdown-content a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: white;
  background-color: #1e7e34;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-top:2px;

}

.dropdown-content a:hover {
  background-color: #0b3e91;
}
.subportdate4{
    
   
  margin-right: 20px;

  background-color: #1e7e34;
    height: 35px;
    color: #fff;
    border: 1px solid #1e7e34;
    margin-left: 10px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 0.8rem;

  }

th{

  position: relative;
}
table {
    table-layout: fixed;
/*    width: 100%; /* Asegúrate de definir un ancho para la tabla */
}
.celda-fija {

  overflow: hidden; /* Evita que el contenido sobresalga */
  white-space: nowrap; /* Evita que el texto se pase a la línea siguiente */
}

 /*----------------------------------------------------------*/


 
 .columns-container {
  display: flex;
  justify-content: space-around;
  padding: 20px;
  font-family: 'Roboto,''Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
  width:650px;
}


.tooltipdesc {
display: inline-block;
cursor: pointer;


}

.tooltipdesc-td {
padding-left: 5px !important; 
padding-right: 5px !important; 
}

/* Estilo para el texto del tooltip */
.tooltip-text {
background-color: black;
color: white;
text-align: center;
border-radius: 4px;
padding: 5px;
font-size: 0.8rem;

}


.tooltip-text::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: black transparent transparent transparent;
}
.containertrigger {
display: flex;
justify-content: flex-end;
position: relative; /* Cambiado de 'fixed' a 'relative' */
width: 100%;
margin-top: 6rem;
}

.trigger {
padding: 5px;
background-color: black;
color: white;
text-align: center;
border-radius: 5px;
width:80px;
cursor: pointer;
margin-right: 2.5%;
}

.trigger2 {
padding: 5px;
background-color: transparent;
color: white;
text-align: center;
border-radius: 5px;
cursor: pointer;
margin-right: 3rem;
}


.tooltip2 {
position: absolute;
background-color: black;
color: white;
padding: 10px;
border-radius: 5px;
display: none;
width: 800px;
font-size: 0.8rem;
z-index: 100;
}


.columns-list {
  border: 2px solid #092C74;
  border-radius: 5px;
  padding: 10px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para profundidad */
  background-color: #ffffff; /* Fondo claro para los listados */
}

.columns-list h4 {
  text-align: center;
  color: #333333; /* Color oscuro para títulos para mejor contraste */
  margin-bottom: 15px; /* Espaciado debajo del título */
}

.column {
  list-style-type: none;
  padding: 0;
  margin: 0; /* Remover márgenes por defecto */
  max-height: 300px;
  overflow: auto;
  z-index: 20;
}

.column li {
  border: 1px solid #ccc;
  margin: 5px 0; /* Espaciado uniforme */
  padding: 6px; /* Más espacio interior */
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.2s; /* Transición suave para el hover */
}

.column li:hover {
  background-color: #e6f0ff; /* Color de hover */
}

.column li.selected {
  background-color: #add8e6;
}

.order-controls {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

button#expandButton {
  cursor: pointer;
  padding: 10px 15px; /* Más espacio interior */
  border: none; /* Remover borde */
  border-radius: 5px; /* Bordes redondeados */
  background-color: #092C74; /* Color de fondo */
  color: white; /* Color del texto */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra suave para los botones */
  transition: background-color 0.2s; /* Transición suave para el hover */
  height: 35px;
  line-height: 1.3;
}

button:hover {
  background-color: #0056b3; /* Color de hover para botones */
}

button:active {
  box-shadow: none; /* Quitar sombra cuando se hace click */
}

.interlist-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Ajuste para el espaciado entre los botones de intercambio */
  margin-left: 10px;
  margin-right: 10px;
}
.save-controls{
margin-top: 30px;
margin-left: 20px;
  
}
#configButton{

margin-left: 20px;

}
#columnConfigMenu{
z-index: 20;
position: relative;

}
.ttest th:first-child,
.ttest td:first-child {
 position: sticky; /* Posicionamiento pegajoso */
 border-left: 0px !important;
left: 0; /* Alinea la columna a la izquierda */
z-index: 100; /* Asegura que la columna se mantenga por encima del resto al desplazar */

}

.ttest2 thead th {
  position: sticky;
  top: 0; /*border-top: 0; 
/*  z-index: 100; 
*/
}

.tooltipPort3{
display: inline-block;
  background-color: #333;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-left:10px;
  margin-top:6px;
  line-height: 20px;
  cursor: pointer;
  position: absolute;bottom: 13%;
  left:60%;
  font-size: 16px;

}
.tooltipPort4{
visibility: hidden;
  width: 220px;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 100;
  bottom: -60%;
  left: 50%;
  margin-left: -60px;

}
.tooltipPort1{
  
  display: inline-block;
  background-color: #333;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-left:10px;
  margin-top:6px;
  line-height: 20px;
  cursor: pointer;
  font-size: 16px;

}
.tooltipPort2{
  
visibility :hidden; 
  margin-left:10px;
  background-color: #333;
  color: white;
  text-align: center;
  border-radius: 6px;
  font-size: .9rem;
  padding: 5px;

}
.portConsol{
background-color: #007bff;
  max-height: 35px;
  color: #fff;
  border: 1px solid #092c74;
  margin-left: 10px;
  padding: 5px 10px;
  padding-left: 0px;
  border-radius: 5px;
 

}  
.portConsol3{
background-color: #007bff;
  max-height: 35px;
  color: #fff;
  border: 1px solid #092c74;
  margin-left: 10px;
  padding: 5px 10px;
  cursor:pointer;
  border-radius: 5px;
  


}  
.portConsolexpand{
background-color: #092c74;
  max-height: 35px;
  color: #fff;
/*  border: 1px solid #092c74;*/
  margin-left: 10px;
  padding: 5px 10px;
  cursor:pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;

}  

.portConsol2{
background-color: #28a745;
  max-height: 35px;
  color: #fff;
  border: 1px solid #1e7e34;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  cursor:pointer;
  

} 


#unoSwtich{
cursor: pointer;
}  
#tresSwtich{
display:none;  
padding-left: 15px;
padding-right: 17px;
border-right: 1px solid #fff;
cursor: pointer;
}
#cuatroSwtich{
display:none;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}
#dosSwtich{
border-right: 1px solid #fff;
display:none;
margin-left: 10px;
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}
#carteraSwtich{
cursor: pointer;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 15px;
}
#mepValdiv{
display:none;
}
#cclValdiv{
display:none;
}

#mepInp{
display:none;
}

#cclInp{
display:none;
}
#calcSwtich{
display:none;

}


.mensaje {
background-color: #f44336;
color: white;
padding: 5px;
border-radius: 5px;
border-color:#8B0000 ;
max-height: 35px;
}

.mensaje4 {
background-color:  #28a745;
color: white;
padding: 5px;
border-radius: 5px;
border-color: #1e7e34 ;
max-height: 35px;
}


.oculto {
display: none;
}

.borderCons{
/*border: 2px solid #28a745 !important;*/
background-color: #28a745;

}
.comienzoPort{
border: 2px solid #007bff;
text-align: center;
font-size: 2.5rem;
background-color: #ffffff;
padding-top: 40px;
padding-bottom: 40px;
margin-top: 15px;
/* display: none;*/
}

.tableResult{
/* width:50%;*/
max-height: 300px;
overflow:auto;
}

.dropdown {
position: relative;
display:inline-block;
}

.dropdown-content {
position: absolute;
text-align:center;
display: none;
z-index: 1;
width:100%;
}

.dropdown-content a {
display: block;
padding: 5px 10px;
text-decoration: none;
color: white;
background-color: #1e7e34;
border-radius: 5px;
font-size: 0.8rem;
margin-top:2px;

}

.dropdown-content a:hover {
background-color: #0b3e91;
}
.subportdate4{
  
 
margin-right: 20px;

background-color: #1e7e34;
  height: 35px;
  color: #fff;
  border: 1px solid #1e7e34;
  margin-left: 10px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;

}

th{

position: relative;
}
table {
  table-layout: fixed;
/*    width: 100%; /* Asegúrate de definir un ancho para la tabla */
}
.celda-fija {

overflow: hidden; /* Evita que el contenido sobresalga */
white-space: nowrap; /* Evita que el texto se pase a la línea siguiente */
}
.cupHeader{

width: 100px;

}
.cupHeight{

height: 30px;
}



.tableResult4 {
  width: 100%; /* Asegura que la tabla use todo el ancho disponible */
  table-layout: auto; /* Permite que el ancho de las columnas se ajuste al contenido */
  
}

.cupHeaderAuto {
  white-space: nowrap; /* Evita que el contenido se divida en líneas */
  
}

.adjustable-width{
white-space: nowrap;
padding-left: 5px !important;
padding-right: 5px !important;

}
.adjustable-width2{
min-width:100px;
}

.sortable {
position: relative;
padding-right: 20px; /* Espacio para la flechita */
}

.sortable::after {
content: '';
position: absolute;
right: 50%; /* Centra horizontalmente la flecha */
bottom: 0; /* Alinea la base de la flecha con el borde inferior */
transform: translateX(50%) translateY(100%); /* Ajusta para centrar y mover hacia abajo */
border: 7px solid transparent;
border-top-color: #092C74;
display: none;
}

.sortable.sort-asc::after {
border-top-color: transparent;
border-bottom-color: #092C74; /* Flecha hacia arriba */
display: block;
transform: translateX(50%) translateY(0); /* Centra horizontalmente y ajusta hacia arriba */
}

.sortable.sort-desc::after {
border-bottom-color: transparent;
border-top-color: #092C74; /* Flecha hacia abajo */
display: block;
transform: translateX(50%) translateY(100%); /* Centra horizontalmente y ajusta hacia abajo */
}

.portSer1{
  position: relative; display: inline-block;margin-right:5px;

}
.portSer2{

  width:100% !important;
}
.portSer3{

  display: flex;justify-content: space-between;
}
.portSer4{
  font-size: 1.9rem;margin-left:2%;padding-bottom: 5px;

}
.portSer5{
  display:flex;justify-content: flex-end;padding-top: 8px;

}
.portSer6{
 /* padding-top:6px;max-height:35px;margin-left:10px;*/
 margin-top:0px;margin-left:10px;width:100px;
}
.portSer7{
  padding-top:6px;max-height:35px;
}

.portSer8{
  margin-top:0px;margin-left:10px;width:100px;
}

.portSer9{

  display:flex;align-items: center;max-height:35px;}

.portSer10{

  display:none;margin-top:auto;margin-bottom:auto;margin-left:10px;width: 25px; height: 25px;}
.portSer11{
  padding-top:6px;max-height:35px;display:none;
}
.portSer12{

  padding-top:6px;max-height:35px;margin-left:10px;
}
.portSer13{
  max-width:95%;max-height:400px;overflow:auto;margin-left:auto;margin-right:auto;
 
}
.portSer14{
  display:flex;margin-top:1rem;width:95%;justify-content: right;margin-left:auto;margin-right:auto;
 
}
.portSer15{
  margin-right:8px;
 
}
.portSer16{
  display: none; position: absolute; z-index: 1000; background-color:#ffffff;padding-bottom:10px;border-radius:5px;border: 2px solid #092c74;
 
}
.portSer17{
  border: 1px solid #092c74;
 
}
.portSer18{
  font-size:0.8rem;margin-top:0rem;
 
}
.portSer19{
  
  max-width:95%;overflow:auto;margin-left:auto;margin-right:auto;
}
.portSer20{
  display:flex; justify-content:left;align-items:center;margin-bottom:1.7rem;margin-left:2%;
 
}
.portSer21{
  display:flex;font-size: 1.7rem;cursor:pointer;margin-right:0.7rem;border-bottom: 3px solid #092c74;
 
}
.portSer22{
  
  font-size: 1.7rem;
}
.portSer23{
  
  display:flex;font-size: 1.7rem;cursor:pointer;margin-left:0.7rem;border-bottom: 3px solid #efefef;
}
.portSer24{
  max-width:95%;max-height:400px;overflow:auto;padding-right:2px;margin-right:auto;margin-left:2.5%;
 
}
.portSer25{
  
  font-size:0.8rem;margin-top:0rem;
}
.portSer26{
  
  display:none;max-width:95%;max-height:400px;overflow:auto;padding-right:2px;margin-right:auto;margin-left:2.5%;box-sizing: border-box;
}
.portSer27{
  
  display:none;margin-top:1rem;width:95%;justify-content: end;margin-left:2.5%;margin-right:auto;
}
.portSer28{
  
  font-size:0.8rem;margin-top:0rem;
}

.portSer29{
  
  display:flex;margin-top:1rem;width:95%;justify-content: end;margin-left:2.5%;margin-right:auto;
}

#loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}


.calculate-button {
        background-color: #28a745; /* Color para el botón Calcular */
                margin-right: 20px;

    }
    .calculate-button:hover {
        background-color: #218838;
    }

    .form-inline input {
        padding: 10px;
        font-size: 1em;
        border: 2px solid #ddd;
        border-radius: 5px;
        width: 100%;
    }
    .form-inline button {
        padding: 10px 15px;
        font-size: 1em;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .hidden {
        display: none;
    }

.load-button {
padding: 10px 15px;
font-size: 1em;
color: #ffffff;
background-color: #17a2b8; /* Color para el botón de cargar */
border: none;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-left: 15px;
}


.form-inline{
     justify-content: end;
 margin-top: 0.5rem;
}

.form-inline input,  #saved-curves {
height: 44px; /* Ajuste de altura uniforme */
padding: 8px 15px; /* Ajuste de padding para inputs y botones */
font-size: 1em;
box-sizing: border-box;
}

.add-button, .calculate-button {
/*margin-top: 0.5px;*/
padding: 8px 14px; /* Asegura un padding consistente */
line-height: normal; /* Ajusta el line-height para evitar desajustes */
height: 42px; /* Mantén la misma altura que los inputs */
display: flex;
align-items: center; /* Centra el texto verticalmente */
justify-content: center;
box-sizing: border-box; /* Asegura que el borde no afecte el tamaño total */
}
.load-button{
  display: none;
}

.suggestions-container {
position: absolute;
display: none;
top: calc(100% + 5px);
left: 0;
background-color: #fff;
border: 1px solid #ced4da;
border-top: none; 
max-width: 600px;
max-height: 200px;
overflow-y: auto;
z-index: 1000;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
border-radius: 4px;
}

.suggestion-item {
padding: 8px;
cursor: pointer;
white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis; 
text-align: left;

}
.suggestion-item:hover {
background-color: #f1f1f1;
}
#saved-curves option {
margin-right: 10px;
border: 1px solid #ddd; /* Borde inferior para separar opciones */
font-size: 1em; /* Tamaño de fuente coherente */
}

#saved-curves option:hover {
background-color: #000000; /* Fondo diferente al pasar el cursor */
color: #003d99; /* Color del texto en hover */
}
.custom-select-wrapper {
position: relative;
width: 225px;
padding-right: 20px; /* Espacio adicional a la derecha para la flecha */

}

/* Estilo para el select personalizado */
.custom-select1 {
background-color: #ffffff; /* Fondo blanco */
color: #333; /* Letra negra */
border: 1px solid #ddd; /* Borde gris */
border-radius: 5px;
cursor: pointer;
padding: 10px;
font-size: 1em;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
margin-right: 5px !important;
}

/* Estilo del texto dentro del select */
.custom-select-trigger {
display: inline-block;
width: 100%;
text-align: left;
color:#6c757d;
}

/* Estilo para las opciones desplegables */
.custom-options {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #ffffff; /* Fondo blanco */
border: 1px solid #ddd; /* Borde gris */
border-radius: 0 0 5px 5px;
max-height: 150px;
overflow-y: auto;
z-index: 1000;
padding: 5px;
}

/* Estilo de cada opción */
.custom-option {
/*padding: 8px 10px;*/
color: #333; 
cursor: pointer;
font-size: 1em;
 list-style: none;
}

/* Fondo gris claro en hover */
.custom-option:hover {
background-color: #f1f1f1;
}
#curve-name{
width: 220px;

}

.custom-select-trigger::after {
content: "▼"; /* Flecha hacia abajo */
font-size: 0.9em; /* Ajusta el tamaño de la flecha */
color: #323131; /* Gris oscuro para la flecha */
position: absolute;
right: 10px; /* Alinea la flecha en el extremo derecho */
top: 50%;
transform: translateY(-50%); /* Centra verticalmente */
}

#saved-curves {
padding: 10px;
font-size: 1em;
border: 2px solid #ddd;
border-radius: 5px;
width: 225px; /* Ancho del selector */
box-sizing: border-box;
}
.nomCurvalan{
  margin-top: 0px;
}


.delete-icon {
width: 24px;
height: 24px;
color: #b0b0b0; /* Color base más claro */
margin-left: 15px;
cursor: pointer;
opacity: 1; /* Ícono siempre visible */
transition: color 0.3s ease, transform 0.3s ease;
display: flex; /* Asegura que el SVG ocupe todo el espacio y se centre */
align-items: center; /* Centra el ícono verticalmente */
justify-content: center; /* Centra el ícono horizontalmente */
}

/* Efecto de color y escala solo al pasar el cursor sobre el ícono */
.delete-icon:hover {
color: #ff3333; /* Cambia a rojo brillante solo cuando se pasa el cursor sobre el ícono */
transform: scale(1.2); /* Aumenta el tamaño del ícono solo en hover */
}


#options-container li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(51, 51, 51);
    font-size: 1em;
    cursor: pointer;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
    transition: background-color 0.3s;
}

#options-container li:last-child {
    border-bottom: none;
}
.ttest th:first-child,
.ttest td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
/*  background: white; /* que no se trasluzca debajo */
}

/* Primera fila (todas las columnas) */
.ttest thead th {
  position: sticky;
  top: 0;
  z-index: 1;

}
/* Esquina (primera fila + primera columna) */
.ttest thead th:first-child {
  left: 0;
  top: 0;
  z-index: 3; /* más alto que todos */
}
.ttest2 th:first-child,
.ttest2 td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
/*  background: white; /* que no se trasluzca debajo */
}

/* Primera fila (todas las columnas) */
.ttest2 thead th {
  position: sticky;
  top: 0;
  z-index: 1;

}
/* Esquina (primera fila + primera columna) */
.ttest2 thead th:first-child {
  left: 0;
  top: 0;
  z-index: 3; /* más alto que todos */
}



.awe-cantidad {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #777575;
  pointer-events: none;
}

.cantidad-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #d3d1d1;
  border-radius: 5px;
  margin-top: 2px;
  z-index: 1000;
  width: 90%;
}

.cantidad-options .opcion-cantidad {
  padding: 8px;
  cursor: pointer;
}

.cantidad-options .opcion-cantidad:hover {
  background-color: #f2f2f2;
}


  
.cantidad-wrapper {
  position: relative;
  display: inline-block;
  width: 220px; /* ajusta según tu diseño */
}

.cantidad-wrapper input {
  width: 100%;
  padding-right: 30px; /* deja espacio para la flecha */
  box-sizing: border-box;
}

.chevron-cantidad {
  position: absolute;
  right: 10px;
  top: calc(50% + 10px); /* compensás el margin-top del input */
  transform: translateY(-50%);
  color: #777575;
  cursor:pointer;
}

    div#alid3 {
  width: 100%;
  border-radius: 5px;
  position: absolute;
   border: 1px solid #d3d1d1;
  border-radius: 5px;
  margin-top: 2px;
  z-index: 1000;
    }
.contopc {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.0px solid #d3d1d1;
    transition: .2s ease all;
    padding: 10px;
    cursor: pointer;
}
.contopc:hover {
  background-color: #f2f2f2;
}

.contopcEsp {
   
    border-bottom: 0.5px solid #d3d1d1;
   
}
.tooltip-box-star {
  display: none;
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  align-items: center;
  gap: 6px;
  z-index: 9999;
  white-space: nowrap;
}

/* Flechita hacia la derecha */
.tooltip-box-star::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px; /* justo afuera del tooltip */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333; /* color igual al fondo */
}

.tooltip-star-icon {
  color: gold;
}
.close-tooltip {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
