* {
  margin: 0;
  padding: 0;
  border: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

h3 {
  font-size: 0.8rem;
  color: #555555;
}

a {
  color: #008b8b;
  text-decoration: none;
}

body {
  font-family: 'lato', sans-serif;
  background: radial-gradient(ellipse at center, rgba(255, 254, 234, 1) 0%, rgba(255, 254, 234, 1) 35%, #B7E8EB 100%);
  /* overflow: hidden; */
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* inicio nav */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  margin-bottom: 1rem;
  background-color: #555;
  /* background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1)100%); */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.navbar-container {
  max-width: 940px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

/* estilo do logo */
.navbar-logo {
  color: #ffffff;
  margin-left: 10px;
  text-decoration: none;
}

.logo-txt::after {
  content: "]";
  color: #23e274;
}

.logo-txt::before {
  content: "[";
  color: #23e274;
}
/* fim estilo do logo */

.navbar-menu {
  /* margin-right: 20px; */
  display: flex;
  transition: transform 0.4s;
}

.navbar-menu a {
  margin-left: 10px;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  background-color: #23e274;
  border-radius: 4px;
  padding: 8px 8px;
}

.navbar-menu a:hover {
  color: #ffffff;
  background-color: #00dc78cc;
}

/* fim nav  */

.container {
  max-width: 940px;
  margin: 0 auto;
  margin-top: 92px;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

/* inicio perfil e altentição */
.sidebar-header {
  width: 100%;
  align-items: center;
  display: flex;
}

.perfil-img {
  width: 38px;
  min-height: 38px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.4s;
  margin-left: 8px;
}

.perfil-img:hover {
  transform: scale(1.6);
}

.sidebar-header>span {
  font-size: inherit;
  margin-left: 2px;
}


/* inicio sidebar  */
.sidebar {
  width: 200px;
  height: 100%;
  border-radius: 16px;
  position: fixed;
  top: 156px;
  left: 0;
  padding: 116px 16px 36px 16px;
  background-color: rgba(60, 63, 63, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: -1;
}

/* fim sidebar   */
.card-side {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  max-height: 120px;
  /* height: 6vh; */
  /* text-align: center; */
  margin-bottom: 12px;
}

.card-side-ll {
  max-height: 140px;
  padding: 8px;
}

.card-side h2 {
  color: #252525;
  font-weight: 500;
}

.card-side p {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 300;
}

.card-select {
  width: 168px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 16px;
  max-height: 100px;
  margin-bottom: 12px;
  position: fixed;
  top: 172px;
  left: 1rem;
  padding: 1rem;
}

#select-id {
  width: 100%;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}

#text-ip {
  margin-bottom: 0;
}

.card-side span {
  font-weight: 700;
  color: #252525;
}

.card {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(110, 169, 168, 0.44);
  padding: 16px;
  /* height: 18vh; */
  min-height: 96px;
  text-align: center;
  transition: transform 0.4s;
  border: 1px solid #fff;
}

.card:hover {
  transform: scale(1.1);
}

.card h2 {
  color: #252525;
  margin-top: 0;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

/* .card p {
  margin-bottom: 4px;
  font-size: 1rem;
} */

.card-1 {
  background-color: #00ca6878;
  /* border: 2px solid #16b900ac; */
}

.card-2 {
  background-color: #00a0cc78;
  /* border: 2px solid #049FAA80; */
}

.card-3 {
  background-color: #fdc018a4;
  /* border: 2px solid #a0880080; */
}

.card-4 {
  background-color: #4f38fe74;
  /* border: 2px solid #8e38fe80; */
}

.icones-cards {
  width: 24px;
  font-variation-settings:
    'FILL' 0,
    'wght' 0,
    'GRAD' 0,
    'opsz' NaN
}

.cards {
  max-width: 940px;
  margin: 0 auto;
  /* margin-left: 250px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}

.card-grafico {
  background-color: rgb(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(110, 169, 168, 0.44);
  /* box-shadow: 0px 0px 10px #6ea9a870; */
  padding: 0.8rem;
  text-align: center;
  height: 372px;
}

.card-grafico-maps {
  grid-column: span 2;
}

#chart-disponivel, #consumoMes {
  width: 100%;
  height: 350px;
  border-radius: 0.6rem;
}

.maps {
  border-radius: 0.6rem;
}

#authentication-bar {
  position: fixed;
  left: 0;
  padding: 8px;
}

.card-login {
  text-align: center;
  /* background-color: rgba(0, 124, 64, 0.6) ; */
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 0 0.8rem 0.8rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 218px;
}

#user-details {
  display: flex;
  font-size: 0.8rem;
  color: rgba(56, 122, 254, 0.8);
}

.form-elements-container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 16px 22px;
  width: 18vw;
  min-width: 280px;
  margin: 16vh auto;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgb(240, 248, 255, 0.6);
}

/* estilo do logo na tela de login */
.img-logo-login {
  width: 88px;
  min-height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 8px auto;
  padding: 4px;
  border: solid 2px rgb(85, 85, 85, 0.2);
  display: flex;
  align-items: center;
}

input[type=email],
input[type=password] {
  width: 100%;
  padding: 12px 18px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #fff;
}

label {
  margin-top: 1em;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.65)
}


.recuperar {
  font-size: 0.9rem;
  text-align: right;
  cursor: pointer;
}

button {
  background-color: rgba(0, 160, 90, 0.8);
  /* background-color: rgba(0, 210, 115); */
  width: 100%;
  font-size: 1em;
  color: white;
  padding: 12px 22px;
  margin-top: 32px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}

button:hover {
  background-color: rgb(76, 175, 80);
  transition: 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}


/* imagem e config do rodapé */
footer {
  text-align: center;
  background-color: rgba(60, 63, 63, 0.1);
  padding: 12px 0;
  position: inherit;
  margin-top: 16px;
  margin-left: 250px;
  /* right: 0;
  bottom: 0; */
  border-radius: 16px 0 0 0;
}

footer a:hover {
  color: rgba(0, 160, 90, 0.8);
}

.Copyright {
  color: #555;
  font-size: 12px;
  /* margin: 20px 0 0 0;     */
}

@media only screen and (max-width: 1440px) {

  .container {
    grid-template-columns: repeat(4, 1fr);
    margin-left: 250px;
    margin-right: 1.2rem;
  }

  .card-side {
    display: flex;
    flex-direction: column;
  }

  .cards {
    margin-left: 250px;
    margin-right: 1.2rem;
  }

  .card-grafico,
  .card-grafico-maps {
    height: 320px;
  }

  #chart-disponivel, #consumoMes {
    height: 100%;
    margin-bottom: -50;
  }
  footer {
    position: inherit;
    margin-top: 16px;
    margin-left: 250px;
  }
}

@media only screen and (max-width: 1024px) {

  .navbar-menu {
    margin-right: 1rem;
  }

  .container,
  .cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-left: 250px;
    margin-right: 1.2rem;
    grid-gap: 1.2rem;
    margin-right: 1.2rem;
  }

}

@media screen and (max-width: 768px) {
  .navbar-menu {
    margin-right: 1rem;
  }

  .container {
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
    grid-gap: 1.2rem;
    margin-right: 1.2rem;
  }
  .card-grafico-maps {
    grid-column: span 1;
  }
}

@media screen and (max-width: 640px) {

  .form-elements-container {
    margin: 10vh auto;
  }

  .sidebar-header {
    flex-direction: column;
    width: inherit;
  }

  .card-login {
    width: 100%;
    border-radius: 0;
    padding: 4px;
  }

  #authentication-bar {
    position: relative;
    width: inherit;
  }

  .card-select {
    width: inherit;
    position: inherit;
    margin-left: 0;
    border-radius: 0 0 8px 8px;
    padding: 0.8rem 1.4rem;
    text-align: center;
  }

  #select-id {
    padding: 1rem;
    text-align: center;
  }

  .navbar {
    margin-bottom: 0;
    position: relative;
  }

  .navbar-logo {
    margin-left: 10px;
  }

  .container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.2rem;
    margin-left: 20px;
    margin-top: 1rem;
  }

  .sidebar {
    position: inherit;
    width: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;
    margin-bottom: 0.8rem;
    padding: 1rem;
  }

  .card-side {
    margin-bottom: 0;
    max-height: fit-content;
  }

  .cards {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 20px;
  }

  footer {
    width: 100%;
    background-color: rgba(60, 63, 63, 0.1);
    margin-left: 0;
    margin-top: 16px;
    border-radius: 16px 16px 0 0;
  }
}

/* teste grafico mensal */
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.botaoGrafico {
  display: flex;
  justify-content: start;
  margin-top: -48px;
}

.botaoGrafico > button {
  padding: 4px;
  margin-left: 8px;
  border-radius: 0px 19px 0px 16px;
  z-index: 1;
}