* {
    padding: 0;
    margin: 0
}
.point {
    border-radius: 50%;
    background-color: #fc0;
    width: 6px;
    height: 6px;
}
.custom-option:hover {
    background-color: #f4df8d
}
.custom-selected {
    padding-left: 5px
}
.custom-option {
    display: flex;
    align-items:center;
    gap: 4px
}
.Pbo-select-custom .custom-options {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
}

.Pbo-select-custom.open .custom-options {
    display: block;
}

.custom-option {
    padding: 10px;
}
.Pbo-select {
    opacity: 0;
    position: absolute;
    left: -9999px; /* Mueve el elemento fuera de la pantalla */
}

