.addserv-datalist {
    background-color: #FFF;
    border: 1px solid;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 10rem;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.addserv-datalist option {
    cursor: pointer;
    display: block;
    font-size: 20px;
    margin-bottom: 1px;
    padding: 4px;
}

.addserv-datalist option:hover {
    background-color: #003781;
    color: #FFF;
}

.addserv-city:not([disabled]) {
    cursor: pointer;
}

.addserv-city:not([disabled]) + .azif-chevron-down,
.addserv-street + .azif-chevron-down {
    display: inline-block;
    margin-top: -25px;
    position: absolute;
    right: 10px;
}

.addserv-city + .azif-chevron-down {
    display: none;
}
