  .tooltipdesc {
  position: relative;
}

.tooltip-text {
  visibility: hidden;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.tooltip-text2:hover ~ .tooltip-text {
  visibility: visible;
  cursor:default;
}

.tooltip-text2 {
  
  cursor:default;
}

.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;
}
.flag-icon {
  height: 1.4em; 
  width: auto; 
  vertical-align: middle; 
margin-left: 10px;
padding-bottom: 2px;;

}

.personal-feature {
    position: relative;
}

.personal-feature.highlight {
    color: #ffc107 !important;
    font-weight: bold;
}

.tooltip-box {
    position: absolute;
    bottom: -2.3rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc107;
    color: #000;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    z-index: 10;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    display: none;

    /* flex para alinear texto y cruz */
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-box::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffc107;
}

.tooltip-box .close-tooltip {
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 1.25rem;
    line-height: 1;
}

.perColo{
  color:rgb(9 44 116) !important;border:  1px solid rgb(9 44 116) !important;
}
.perColo:hover{


color:#ffffff !important;
background-color: rgb(9 44 116) !important;

}


