@import url("https://fonts.googleapis.com/css2?family=Righteous&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Zera as config da página */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
}

.navbar {
/* Será dinamico */
}

.urban_logo {
  font-family: "Righteous", cursive !important;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 10px;
}

.urban_logo a:hover {
  color: #3a51d5;
  transition: all 0.3s;
}

/* Painel esquerdo - geral */

.sidebar {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: 94vh;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Localização do Nome do Cidadão Logado */


.bi-person-circle {
  color: black;
  font-size: 2em;
  padding-right: 8px;
  padding-left: 10px;
}



/* Main da home */

.painel-direito-home {
  border: 1px solid #3333;
  height: auto;
  max-width: 550px;
  margin: 8px auto;
  border-radius: 8px;
}

.col.m-1 {
  display: flex;
  align-items: center;
}

#img {
  max-width: 550px;
  width: 100%;
  margin-top: 20px;
}

#form_cad_evento {
  padding: 10px;
}

.botao_demanda {
  padding: 15px;
}

.botao_demanda i {
  padding-right: 5px;
}

.bi-patch-plus {
  padding-right: 5px;
}
.bi-search {
  margin-right: 2px;
}

/* Visualizar demanda */

.div-titulo-minha-demanda {
  border-bottom: #3333;
  margin-bottom: 5px;
}

.bi-arrow-left-circle {
  margin-right: 3px;
  padding-right: 3px;
}

/* Paginação */

.pagination {
  display: flex;
  justify-content: space-between;
}

/* Ajuste para Tela de Celular */

@media screen and (max-width: 520px) {
  .alertastatusevento {
    font-size: 0.4em;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 443px) {
  .alertastatusevento {
    font-size: 0.4em;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 359px) {
  .alertastatusevento {
    font-size: 0.4em;
    transition: all 0.3s;
  }
}