/* Custom font */
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
}

.leaflet-popup-content {
  font-size: 12px;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 400;
}

.nav-link {
  height: auto !important;
  display: flex;
  align-items: center;
}

.nav-link p {
  margin: 0;
}

.navbar-nav.ml-auto.navbar-right {
  display: none;
}

.card-title {
  font-size: 1.5em;
  font-weight: bold;
  width: 90%;
}

.card-desc {
  font-size: 0.6em;
  font-weight: 400;
  color: #717171;
  margin-top: 5px;
}

.sidebar h6 {
  font-weight: bold;
}

.txt_left {
  text-align: left !important;
}

#titulo_tabela {
  margin: 0;
}

#titulo_tabela>div {
  display: inline-block;
  margin: 0;
}

#titulo_tabela input {
  height: 1rem;
}

/* Mapa */
#mapa {
  height: calc(60vh - 80px) !important;
}

#mapa .leaflet-popup-content hr {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  border-color: gray;
  border-width: 1.5px;
}

#mapa .leaflet-popup-content hr:first-of-type {
  border-color: black;
}

#mapa .leaflet-popup-content strong:first-of-type {
  font-size: 1.2rem;
}

.grupo {
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #717171;
}

.leaflet.legend {
  width: 200px;
}

div.info.legend.leaflet-control>div:nth-child(1) {
  margin-bottom: 15px !important;
  font-size: 1.3em;
  line-height: 1.1;
}

.leaflet.legend.caption {
  margin-top: 5px;
  font-size: 0.8em;
  line-height: 1.1;
  color: #717171;
}

/* Tela de login */
#auth-auth-mod>div:first-of-type {
  height: 0 !important;
}

.panel.panel-primary {
  border: none !important;
  background-color: #0fabb7;
  color: white;
}

#auth-icon {
  font-size: 5em;
  margin-bottom: 20px;
}

#auth-logo {
  width: 60%;
}

#auth-title {
  font-size: 2.5em;
  line-height: 1.2;
}

#auth-auth-mod button {
  color: #0fabb7 !important;
  background: white !important;
  border-color: white !important;
  font-weight: bold !important;
}

#auth-auth-mod button:hover {
  color: #0a4d53 !important;
  background: #b3d5d7 !important;
  border-color: #b3d5d7 !important;
  font-weight: bold !important;
}

#barometro_reg_ui,
#barometro_titulo1,
#barometro_reg_ui>div.form-group.shiny-input-container {
  display: inline-block;
}

#barometro_reg_ui>div.form-group.shiny-input-container {
  margin: 0;
}

#nacional_reg_ui,
#nacional_titulo1,
#nacional_reg_ui>div.form-group.shiny-input-container {
  display: inline-block;
}

#nacional_reg_ui>div.form-group.shiny-input-container {
  margin: 0;
}