body{
    background: #C2CAD3;
}
.container{
    padding: 20px;
}
h1{
    font-family: tahoma;
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
}
p{
    margin-bottom: 0px;
}
.dados{
    padding-left: 0px;
}
.logo{
    padding: 80px 0;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover, a:focus, a:visited {
    color: inherit;
    text-decoration: none;
}

.wrapper{
    width: 350px;
    margin: 0 auto;
    padding: 20px;
    background-color: #E7E9EB;
    color: #000;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.form-group {
    margin-bottom: 1rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 17px;
}
.form-control-auto {
    display: block;
    width: 95%;
    height: 25px;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-control-auto:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

/* Custom style for autocomplete dropdown */
.ui-menu .ui-menu-item{    
    background-color: #ffffff;
    border-bottom: #9e9e9e solid 1px;
    font-family: tahoma;
    margin: 3px;
    border-radius: 5px 5px 0px 0px;
}
.ui-autocomplete-row a{
    display: inline-block;
    text-decoration: none;
    width: 93%;
}
.ui-autocomplete-row a span{    
    padding: 10px;
    text-align: center;
}
.nome{    
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 0px;
}
.fone{        
    font-size: 16px;    
}
.nada{
    margin: 20px 0px;
    font-size: 18px;
    font-weight: 800;
}
.ui-autocomplete-row a img{
    vertical-align: middle;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: none;
    background: #c9c9c9;
    color: inherit;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}
