@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  text-decoration: none;
}
:root{
  --red:#690469;
  --red_op:#69046949;
  --white:#fff;
  --dark:#1e1c2a;
}

.nav{
  display: inline;
}

html, body{
    background-color: #ffffff;
}


.main{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    padding-top: 7%;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 5%;
}

.main h1{
  color: var(--red);
}

.mainactions input{
    margin-right: 10px;
}

table {
  margin: 0 auto;
}

table {
  margin-top: 50px;
  color: #000000;
  background: white;
  border: 1px solid grey;
  font-size: 7pt;
  border-collapse: collapse;
}

table thead th,
table tfoot th {
  color: #000000;
  background: rgba(233, 233, 233, 0.555);
}

table caption {
  padding:.2em;
}

table th, table td {
  padding: .5em;
  border: 1px solid lightgrey;
}

table {
    table-layout:fixed;
}

.Pedido {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NF {
  width: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Razao_Social_Cliente {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.RCA {
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Transportadora {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Cidade {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.UF {
  width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Emissao {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Impotacao {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Separacao {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Conferencia {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Faturamento {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Embarque {
  width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Entrega {
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Ocorrencia {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
form input {
    border: 2px solid transparent;
    width: 15em;
    height: 2.5em;
    padding-left: 0.8em;
    outline: none;
    overflow: hidden;
    background-color: #ebebeb;
    border-radius: 10px;
    transition: all 0.5s;
  }
  
form input:hover,
form input:focus {
border: 2px solid var(--red);
box-shadow: 0px 0px 0px 7px var(--red_op);
background-color: white;
  }


button {
  width: 150px;
  height: 2.5em;
  border: 3px solid var(--red);
  border-radius: 45px;
  transition: all 0.3s;
  cursor: pointer;
  background: white;
  font-size: 1em;
  font-weight: 550;
  font-family: 'Montserrat', sans-serif;
}

button:hover {
  background: var(--red);
  color: white;
  font-size: 1em;
}

.navigation{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  box-shadow: 0 0.1rem 0.5rem #ccc;
  width: 100%;
  background: var(--white);
  transition: all 0.5s;
  position: fixed;
}
.navigation .logo{
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 600;
}
.logo span{
  color: var(--dark);
}
.navigation ul{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.navigation ul li a{
  color: var(--dark);
  font-size: 12px;
  font-weight: 500;
  transition: all 0.5s;
}
.navigation ul li a:hover{
  color: var(--red);
  border-bottom-style:groove;
}
.navigation i{
  cursor: pointer;
  font-size: 1.5rem;
}

.menu{
  cursor: pointer;
  display: none;
}
.menu .bar{
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--dark);
  margin: 5px auto;
  transition: all 0.3s;
}
.menu .bar:nth-child(1),
.menu .bar:nth-child(3){
  background: var(--red);
}

@media (max-width:785px) {
  .navigation{
      padding: 18px 20px;
  }
  .menu{
      display: block;
  }
  .menu.ativo .bar:nth-child(1){
      transform:  translateY(8px) rotate(45deg);
  }
  .menu.ativo .bar:nth-child(2) {
      opacity: 0;
  }
  .menu.ativo .bar:nth-child(3){
      transform: translateY(-8px) rotate(-45deg);
  }
  .nav-menu{
      position: fixed;
      right: -100%;
      top: 70px;
      width: 100%;
      height: 100%;
      flex-direction: column;
      background: var(--white);
      gap: -10px;
      transition: 0.3s;
  }
  .nav-menu.ativo{
      right: 0;
  }
  .nav-item{
      margin: 16px 0;
  }
  /*main*/
  .home{
      padding: 100px 2%;
      flex-direction: column;
      text-align: center;
      overflow: hidden;
      gap: 5rem;
  }
  .home .text-h4{
      font-size: 9px;
  }
  .home .text-h7{
      font-size: 25px;
  }
  .home .text-h1{
      font-size: 1.5rem;
      line-height: 3rem;
  }
  .home p{
      font-size: 15px;
      
  }
  .home-img{
      width: 125%;
  }
  .rodape{
      border-top-style: double;
      border-style:double;
      text-align: center;
  }
  .text-h8{
      text-align: center;
  }

}

.vazios{
    padding-top: 10px ;
    display: flex;
    align-items: center;
}

.vazios label{
    padding-right: 10px;
}
