html{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  }

  body{
    background-color: #ffffff;
  }
  strong {
    font-weight: 700;
}
  h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }

  h1{
    text-transform: uppercase;
    color: #49B550;
    font-size: 32px;
    margin: 0;
  }
  p{
    color: #030303; 
  }
.content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(255, 255, 255);
  padding: 2rem;
}

.content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgb(73, 181, 80);
  background: linear-gradient(180deg, rgba(73, 181, 80, 1) 0%, rgba(35, 127, 172, 1) 100%);
  border-radius: 25px;
}
.login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
  background: white;
  border-radius: 25px;
  width: 400px;
  padding: 2.2rem;
}
.input-field.outlined input, .input-field.outlined textarea {
  border-radius: 30px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #030303;
  border-radius: 30px;
  color: #030303;
}

.input-field.outlined input:focus:not([readonly])+label, .input-field.outlined input:not([placeholder=" "])+label, .input-field.outlined input:not(:placeholder-shown)+label{
  background-color: #ffffff;
}
.btn.filled{
  background-color: #49B550;
  color: #ffffff;
  justify-content: center;
  font-family: "Outfit", serif;
  text-transform: uppercase;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 16px;
}
.btn.filled:hover, .filled.btn-small:hover, .filled.btn-large:hover {
  color: #ffffff;
}
 
.input-field.outlined input:not([placeholder=" "])+label, .input-field.outlined input:not(:placeholder-shown)+label{
  background-color: #ffffff;
}
.input-field>label {
  color:#030303;}
.blue {
  background-color: #237FAC !important;
}
.blue-text{
  color: #237FAC !important;
}
.input-field>label{
  left: 22px;
  top: 12px;
}
.input-field .suffix {
  top: 9px;
}
.container {
  width: 100%;
}



a, .menu {
  color: #237FAC;
}

.material-icons {
  color: #ffffff;
}

.us {
  color: #ffcc80;
}
nav{
  display: flex;
  box-shadow:none;
  height: 80px;
  color: #030303;
  margin-bottom: 2rem;
}
nav a{
  color: #49B550;
}
nav p{
  font-size: 14px;;
}
.nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #fff;
  border-bottom: 1px solid #ccc;
  
}
.container-flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}
.bloco{
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 25px;
  padding: 1.4rem;
}
.bloco-ficalizacao{
  background-color: #237FAC;
}
.bloco-dados{
 background-color:#49B550 ; 
}
.bloco-admin {
  background-color: #EFCE00;
}
.bloco h3{
  color: white;
  font-family: Outfit, sans-serif; 
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
hr{
  width: 100%;
  border: 1px  solid #ffffff;
}
.bg-pill li{
  background-color: rgba(0, 0, 0, 0.1 );
  border-radius: 25px;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  list-style-type: none;
}
.bg-pill li:hover{
  background-color: rgba(0, 0, 0, 0.3 );
  border-radius: 25px;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  list-style-type: none;
}
.bg-pill a{
  color: #fff;
}

ul.bg-pill{
  padding: 0;
  margin: 0;
}

.card {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 25px;
  border: 1px solid #030303;
  margin-top: 25px;
}

.status-pill{
border-radius: 99px;
padding: 0.5rem 1rem;
background-color: #237FAC;
color: #FFF;
font-size: 0.8rem;
line-height: 40px;
}

.status-pill.processando{
  background-color: #EFCE00;
  color: #ffffff;
}

.status-pill.finalizado{
  background-color: #49B550;
  color: #ffffff;
}

.progress{
  height: 12px;
  border-radius: 99px;
  margin: 0.8rem 0 0 0;
  background-color:#eeeeee;
}
.progress .determinate {
  background-color: #237FAC;
}
.progress .determinate.processando {
  background-color: #EFCE00;
}
.progress .determinate.finalizado {
  background-color: #49B550;
}
.tabs{
  background-color: #ffffff !important;
}
.tabs .indicator {
  height: 5px;
  background-color: #49B550
}
.tabs .tab a {
  color: #030303;
}
.tabs .tab a.active, .tabs .tab a:focus, .tabs .tab a:hover {
  color: #49B550; 
}
td, th {
  color: #030303;
}
.page-footer {
  width: 100%;
  height: 130px;
  background: rgb(73, 181, 80);
  background: linear-gradient(180deg, rgba(73, 181, 80, 1) 0%, rgba(35, 127, 172, 1) 100%);
  border-radius: 25px 25px 0 0;
  border-top: 0;
}


/* DIMP */
#msg {
  grid-column: auto / span 12;
}