.helper {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 24px;
    min-height: 24px;
    width: auto;
    height: auto;
    margin-left: 10px !important;
    color: white !important;
    background: black;
    border-radius: 50%;
    padding: 5px;
}

.helper:active {
    transform: scale(0.95);
}

.helper i {
    font-size: 14px;
    /* Ajusta el tamaño del icono */
    line-height: 0;
}

/* OLD STYLES, JUST IN CASE .helper {
    cursor: pointer;
    display: inline;
    box-sizing: none;
    width: 10px;
    height: 10px;
    margin-left: 10px !important;
    color: white !important;
    background: black;
    border-radius: 100%;
    padding: 2px 7px;
}

.helper i {
    margin-left:3px;
    margin-right: 3px;
}
 */
#list-helper {
    list-style: none;
    margin: 0;
    padding: 0
}

.help-item {
    padding: 10px;
    border: solid thin #00c0ef;
    border-radius: 5px;
    margin-bottom: 10px
}


.help-options {
    list-style: disc;

}

.help-sub-options {
    list-style: square;
    margin-bottom: 20px !important
}