.compare-form-titulo{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: var(--voto-mais-azul-1);
    margin-bottom: 40px;
}

#compare-form-loader{
    display: flex;
    background-color: rgba(255,255,255,0.5);
    transition: all 0.2s linear;
}


#compare-form .voto-mais-nice-select .option.disabled{
    display: none;
}

#compare-form .form-group{
    margin-bottom: 20px;
    display: block;
    position: relative;
    min-height: 50px;
}

#compare-form .form-group label{
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    display: block;
    text-transform: uppercase;

}

#compare-form .hidden{
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
    min-height: auto;
    overflow: hidden;
}

#compare-form .voto-mais-nice-select.nice-select{
    margin: 0;
    height: 50px;
    
}

#compare-form .voto-mais-nice-select.nice-select .current,
#compare-form .voto-mais-nice-select.nice-select .list li{
    line-height: 50px;
    padding: 0 10px;
    display: block;
    font-size: 16px;
}

#compare-form .voto-mais-nice-select.nice-select .list{
    width: 100%;
    max-height: 300px;
    overflow-y: scroll !important;
}

#compare-form button[type=submit]{
    background-color: var(--voto-mais-azul-1);
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
}


#voto-mais-compare-resultados-topo{
    background-color: #f7f7f7;
    padding-bottom: 75px;
    margin-bottom: 25px;
}

#voto-mais-compare-resultados-topo .voto-mais-candidato-imagem{
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom:10px ;
}

#voto-mais-compare-resultados-topo .compare-topo-titulo{
    color: var(--voto-mais-azul-1);
    font-size: 24px;
    min-height: 48px;
    line-height: 1;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}

#voto-mais-compare-resultados-topo .compare-topo-cargo{
    font-size: 14px;
    line-height: 1;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

#voto-mais-compare-resultados-topo .compare-topo-bt{
    font-size: 10px;
    padding: 5px 10px;
    display: inline-block;
    background-color:var(--voto-mais-azul-3);
    color: #000
}

#voto-mais-compare-resultados-topo .compare-topo-bt:hover{
    background-color: var(--voto-mais-azul-4);
}

#voto-mais-compare-resultados-topo .compare-resultado-x-icon{
    position: absolute;
    width: 30px;
    height: 30px;
    font-size:30px;
    display: block;
    top: 80px;
    margin: 0 auto;
}

#voto-mais-compare-resultados-topo .compare-resultado-reset-bt{
    position: absolute;
    left: 50%;
    margin-left: -125px;
    display: block;
    width: 250px;
    bottom: -25px;
    line-height: 50px;
    background-color: var(--voto-mais-azul-1);
    padding: 0 ;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
}

#voto-mais-compare-resultados-topo .compare-resultado-reset-bt i{
    font-size: 20px;
}

/* dados */

.compare-resultado-dados-list{
    margin-bottom: 75px;
}

.compare-resultado-dados-list h3{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.compare-resultado-dados-list table{
    font-size: 14px;
    line-height: 1;
    table-layout: fixed;
    color: #000;
    margin: 0;
}

.compare-resultado-dados-list table tr:nth-child(odd){
    background-color: #f7f7f7;
}

.compare-resultado-dados-list table td{
    padding: 15px;
    line-height:1;
    vertical-align: middle;
}

.compare-resultado-dados-list table td.item{
    width: 65px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    
}

@media screen and (min-width: 768px) {

    #voto-mais-compare-resultados-topo .compare-topo-bt{
        font-size: 12px;
    }

    .compare-resultado-dados-list table{
        font-size: 16px;
    }

    .compare-resultado-dados-list table td.item{
        width: 100px;
        font-size: 12px;
    }
    
}
