@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans:wght@400&display=swap');

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
}

.cabecalho {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.invisible {
  display: none;
}

.modal1 {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
  background: rgba(200,200,200, 0.7);
  align-content: center;
  margin: 0;
}

.active {
  display: block;
}

.loading {
  display: none;
  flex: 1;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgba(220,220,220,0.5);
  justify-content: center;
  align-items: center;
}

textarea {
  resize: none;
}

.modal {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100vw;
  min-height: 100vh;
  background: rgba(13, 24, 23, 0.8);
  align-content: center;
  margin: 0;
}

.cardModal {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 35px;
  background: rgba(49, 88, 87, 0.8);
  border-radius: 20px;
  box-shadow: 0px 10px 40px #00000056;
  margin: auto;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.cardModal > h1 {
  font-weight: bold;
}

.input {
  display: flex;
  flex-direction: row;
  /* width: 100%; */
  /* border: none; */
  /* background: #fff; */
  /* color: #000316de; */
  /* font-size: 12pt; */
  /* box-shadow:  0px 10px 40px #00000056; */
  /* outline: none; */
  /* box-sizing: border-box; */
}

.inputPass {
  background: transparent;
  border: none;
  width: 90%;
  outline: none;
  padding: 0 10px;
  color: #000316de;
}

.iconInput {
  color: #0630ec;
}
