#bloque-despachos .despacho_select{
    min-height: 90px;
    cursor: pointer;
    padding: 10px;
    background: rgb(0, 82, 204);
    color: white;
    border-radius: 5px;
}
.pac-container {
    z-index: 1060 !important;
}
#comuna-buscador-selector{
    max-height: 175px;
    overflow: hidden;
    overflow-y: auto;
}
#pudo-options{
    height: auto;
    max-height: 205px;
    overflow-x: auto;
}
#pudo-options .option{
    margin-bottom: 0;
    cursor: pointer;
}
#pudo-options .option + .option{
    margin-top: 1rem;
}
#pudo-options .option:hover{
    font-weight: 500;
}