#suggestions {
    position: absolute;
    top: 23px;
    left: 0px;
    width: 100%;
    background-color: #f2f2f2;
    max-height: 150px;
    overflow-y: auto;
    color: #959595;
    border-radius: 15px;
    display: grid;
    border: none;
}

span#x-autocomplete {
    position: absolute;
    top: -4px;
    right: 25px;
    color: #5d5d5d;
    z-index: 0;
}

#cidade-autocomplete {
    position: relative;
}

.suggestion {
    cursor: pointer;
    display: block;
    padding: 9px;
    width: 100%;
}

.suggestion:hover {
    background-color: #6ba1f1;
    color: #FFFFFF;
}

.selected {
    background-color: #e0e0e0;
}

span#selectFontSize,
span#selectContainer {
    padding-left: 16px;
}

textarea#user-text {
    height: 60px;
    min-height: auto;
}
