.page-header-logout a{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #F4F4F4;
}
.page-header-logout a:hover{
  background-color: #e3dbdb;
}

.section-termo .termo .ql-block{
  line-height: 1.5;
}
.section-termo ul li{
  margin-left: 0!important;
}
.section-termo .termo .ql-block a{
  color: #000000;
  text-decoration: underline!important;
}

/* Candidatura */
.candidatura{
  border: 1px solid #676767;
  padding: 30px;
  border-radius: 20px;
}
.candidatura.mobile{
  padding: 15px;
}
.candidatura.is-active{
  border-color: #673074;
  background-color: rgba(255,114,84,.1);
}
.candidatura .candidatura__infos--radio .prioridade{
  padding: 5px;
  border-radius: 5px;
  background-color: #673074;
  color: #fff;
}
.candidatura .candidatura__infos--radio input{
  width: 21px;
  height: 21px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:4px solid white;
  box-shadow:0 0 0 1px #878787;
  appearance:none;
  border-radius:50%;
  background-color:#fff;
  transition: all ease-in 0.2s;
  /* accent-color:#673074; */
} 
.candidatura .candidatura__infos--radio input:checked{
  background-color: #673074;
  
}
.candidatura .candidatura__infos--radio input:hover{
  cursor: pointer;
}
.candidatura .candidatura__infos--disp .low-highlight{
  padding: 5px 10px;
  border-radius: 10px;
}
.candidatura__infos__bottom{
  border-top: 1px solid #676767;
  padding-top: 30px;
}
#form-recurso textarea{
  font-family: 'Inter', sans-serif;
  width: 100%;
  border-radius: 15px; /*10px*/
  border: 1px solid #676767;
  padding: 0.938rem; /*15px*/ 
}
#form-recurso textarea.is-invalid{
  border: 1px solid #CA0202;
}
#form-recurso #descricao-error{
  color: #CA0202;
  font-size: 14px;
}
#form-recurso .form-anexo{
  border-radius: 15px; /*10px*/
  border: 1px solid #676767;
  padding: 0.938rem; /*15px*/ 
  background-color: rgba(147,147,147,.1); 
}

#form-recurso-see textarea{
  font-family: 'Inter', sans-serif;
  width: 100%;
  border-radius: 15px; /*10px*/
  border: 1px solid #676767;
  padding: 0.938rem; /*15px*/ 
}
#form-recurso-see textarea.is-invalid{
  border: 1px solid #CA0202;
}
#form-recurso-see #descricao-error{
  color: #CA0202;
  font-size: 14px;
}
#form-recurso-see .form-anexo{
  border-radius: 15px; /*10px*/
  border: 1px solid #676767;
  padding: 0.938rem; /*15px*/ 
  background-color: rgba(147,147,147,.1); 
}

/* VAGAS */
.select-all-filter{
  display: flex;
  gap: 15px;
  padding: 10px;
  border: 1px solid #676767;
  border-radius: 10px;  
}
.select-all-filter:hover{
  cursor: pointer;
}
.select-all-filter input{
  width: 18px;
  height: 18px;
  accent-color: #444444;
}
.vagas-fitlro-wrapper .filtros{
  padding: 20px;
  border: 1px solid #676767;
  border-radius: 15px;
}
.filtros .filtros__itens__input input{
  display: none;
}
.filtros .filtros__itens__input .item__label{
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 15px;  
}
.filtros .filtros__itens__input .item__label:hover{
  cursor: pointer;
  background-color: #673074;
  color: #FFFFFF;
  border-color: #673074;
}

.filtros .filtros__itens__input .item__label.is-selected{
  cursor: pointer;
  background-color: #673074;
  color: #FFFFFF;
  border-color: #673074;
}
.filtros .filtros__itens__input .item__label.all.is-active{
  background-color: #CA0202;
  color: #FFFFFF;
  border-color: #CA0202;
}
.vagas__wrapper .vaga{
  border: 1px solid #676767;
  border-radius: 15px; 
}
.vaga.is-selected{
  border-color: #673074;
  background-color: rgba(255,114,84,.1);
}
.vaga.is-selected .vaga-bottom{
  border-color: #673074;
}
.vaga .vaga-top{
  padding: 15px;
  
}
.vaga .vaga-bottom{
  border-top: 1px solid #676767;
}
.vaga .vaga-top input{
  width: 21px;
  height: 21px;
  accent-color:#673074;
}
.vaga .vaga-top--radio span{
  padding: 5px;
  border-radius: 5px;
  background-color: #673074;
  color: #fff; 
}
.vaga .vaga-bottom{
  padding: 15px;
}
.vaga .low-highlight{
  padding: 5px 10px;
  border-radius: 10px;
}

/* Vagas Escolhidas Confirmação */
.ve-municipios-wrapper{
  padding: 15px;
  border:1px solid #676767;
  border-radius: 15px;
}

/* Resumo */
.resumo-respostas{
  padding: 15px;
  border:1px solid #676767;
  border-radius: 15px;
}
.resumo__vagas__wrapper .vaga-top{
  border-bottom: 0!important;
}
.resumo__vagas__wrapper .vaga-bottom{
  padding: 0;
  border-top: 1px solid #676767;
}
.resumo__vagas__wrapper table{
  border-collapse: collapse;
}
.resumo__vagas__wrapper table{
  border: 0;
}
.resumo__vagas__wrapper table thead tr th{
  padding: 10px 15px;
  vertical-align: middle; 
  border:1px solid #676767;
  border-top: 0;
}
.resumo__vagas__wrapper table thead tr th:first-child{
  border-left: 0;
}
.resumo__vagas__wrapper table thead tr th:last-child{
  border-right: 0;
}
.resumo__vagas__wrapper table tbody tr td{
  padding: 15px;
  vertical-align: middle;
  border:1px solid #676767;
}
.resumo__vagas__wrapper table tbody tr td:first-child{
  border-left: 0;
}
.resumo__vagas__wrapper table tbody tr td:last-child{
  border-right: 0;
}
.resumo__vagas__wrapper table tbody tr:last-child td{
  border-bottom: 0;
}

.resumo-municipios{
  padding-bottom: 80px;
}
@media(max-width: 1024px){
  .resumo-municipios{
    padding-bottom: 40px;
  }
}
.float-bar{
  position: fixed;
  left: 0;
  width: 100%;
  /* margin: 0 120px; */
  padding: 30px 15px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
.float-bar.bottom{
  bottom: 0;
}
.float-bar .float-bar-wrapper{
  max-width: 1200px;
}

/* Informações adicionais */
.informacoes-form-wrapper{
  padding: 15px;
  border: 1px solid #aeaeae;
  border-radius:10px;
}

.section-resultado-textos li {
    list-style-type: circle;
    margin-left: 15px;
}

/* Impressao */
@media print{
  .break-page{
    /* page-break-before: always; */
  }
  .navigation{
    display: none!important;
  }

  table{
    border-width: 1px!important;
  }
  .vagas__wrapper .vaga{
    /* border: 0!important; */
    display: block !important;
    position: relative!important;
    overflow: visible!important;
    margin-top: 50px;
    /* border:0!important; */
  }
  .vagas__wrapper .vaga:not(:last-child){
    margin-bottom: 30px;
  }
  .vagas__wrapper{
    display: block !important;
  }
  .resumo__vagas__wrapper .vaga-top .vaga-infos .vaga-infos-disp{
    margin-top: 15px!important;
  }
  .resumo__vagas__wrapper table tbody tr td{
    font-size: 12px!important;
  }
  .resumo-municipios > div:last-child{
    display: none;
  }
  .footer-wrapper{
    display: none;
  }
  .vaga-resumo-table{
    display: block!important;
  }
}