.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

.box_preto {
    padding: 175px 0px;
    width: 650px;
    background-color: black;
    height: 100%;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    position: relative;
}

.box_preto.completo {
    padding: 175px 0px;
    position: relative;
    min-width: 430px;
    max-width: 430px;
    background-color: black;
    height: unset;
    min-height: 100vh;
    display: inline-block;
    text-align: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    left:-30px;
}

.box_preto.topo {
    padding: 15px 30px;
    position: relative;
    width: 100%;
    background-color: black;
    height: 140px;
    text-align: left;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.box_preto.topo .textoLoginRodape {
  right: 20px;
  left: unset;
}

.box_preto.topo a img {
    margin-top:10px;
}

.box_conteudo { 
  padding: 90px 15px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.tituloMain { 
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

.descMain { 
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--primary-company-color);
  font-size: 18px;
  display:block;
  text-decoration: none;
}

.descMain:hover { 
  opacity: 0.6;
  color: var(--primary-company-color);
}

.formLogin {
    display: inline-block;
    width: 350px;
    padding:50px 35px;
}

.textoLogin {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 32px;
    text-align: left;
    width: 315px;
    line-height: 39px;
    margin: 61px auto;
}

.textoLoginRodape {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.tituloLogin h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
}

.tituloLogin span {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}

.fontKluberLabelLogin {
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
}

.btnLogin {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  width:110px !important;
  display: inline-block;
}

.btnCinzaClaro {
  background-color: rgb(206, 206, 206) !important;
  color: #444 !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100% !important;
  display: inline-block;
}

.btn.btn-primary:hover:not(.btn-active) {
  background-color: #444 !important;
}

.btn.btn-light-primary:hover:not(.btn-active) {
  background-color: rgb(206, 206, 206) !important;
}

.btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active) {
  background-color: rgb(206, 206, 206) !important;
}

.btn.btn-primary:active:not(.btn-active), .btn.btn-light-primary:active:not(.btn-active) {
  background-color: #444 !important;
}

.btn.btn-primary:focus:not(.btn-active) {
  background-color: #444 !important;
}

.btnCadastro {
  background-color: var(--primary-company-color) !important;
  color: #fff !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  width:100% !important;
  display: inline-block;
}

.btnClean {
  background-color: #fff !important;
  color: #444444 !important;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  width:100% !important;
  display: inline-block;
  border:1px solid #444444 !important;
}

.btn.btn-primary.btnClean:hover:not(.btn-active), .btn.btn-primary.btnClean:active:not(.btn-active), .btn.btn-primary.btnClean:focus:not(.btn-active) {
  background-color: #f1f1f1 !important;
}

.boxCadastro {
  margin-top: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}

.inputDefault {
  border-color: #C5C5C5 !important;
  background-color: #fff !important;
  border-radius:6px;
  max-width: 400px;
}

.linkesqueceusenha {
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  color: #444;
  display: inline-block;
  position: relative;
  left: 10px;
  top: -6px;
}

.userInfos {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 235px;
  line-height: 17px;
}

.nomeUser {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 171px;
  text-overflow: ellipsis;
}

.detalhesUser {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 12px;
}

.iconeUser {
  float: right;
}

.textoDescMovimentos {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  display: block;
  line-height: 23px;
}

.textoDescMovimentos span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.inputIcons {
  position: relative;
}

.inputIcons img {
  position: absolute;
  top: 5px;
  right: 5px;
}

.boxMovimentoLinha {
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 20px;
  margin: 20px 0px;
}

.dadosEmpresaCard {
  line-height: 22px;
}

.iconEmpresa {
  float: left;
  margin-right: 10px;
}

.nomeEmpresa {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#444444;
  display:block;
}

.detalhesEmpresa {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#9A9A9A;
  display:block;
}

.dadosNotaCard {
  margin-top: 65px;
  display: flex;
  gap: 25px;
}

.dadosCard {
  display: inline-block;
  max-width: 190px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #9A9A9A;
  line-height: 21px;
}

.dadosCard span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#444444;
}

.PedidoNumeroDestaque {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #FDB913;
  text-align: right;
  margin-bottom: 10px;
}

.PedidoNumeroDestaque span {
  color: #D2D2D2;
}

.PedidoStatusDestaque {
  text-align: center;
  border-radius: 6px;
  height: 49px;
  font-size: 18px;
  padding: 10px 0px;
  text-transform: capitalize;
  display: inline-block;
  width: 200px;
}

.PedidoStatusDestaque.entregue {
  border: 1px solid #348F4E;
  background-color: #C6FFD6;
  color: #2B8845;
}

.PedidoStatusDestaque.em_trânsito {
  border: 1px solid #34728f;
  background-color: #c6dfff;
  color: #34728f;
}

.PedidoStatusDestaque.ocorrência {
  border: 1px solid #B47F00;
  background-color: #FFE5A5;
  color: #B47F00;
}

.PedidoAcoes {
  padding-top: 10px;
  text-align: right;
}

.tituloPadrao1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color:#6D6D6D;
}

.linhaTempo {
  position: relative;
  text-align: center;
}

.cardTempoLinha {
  border-bottom: 4px solid #D2D2D2;
  position: absolute;
  bottom: 102px;
  width: 100%;
}

.cardTempo {
  display: inline-block;
  width: 195px;
  min-height: 250px;
  position: relative;
  margin-right: 30px;
}

.cardTempoBalao {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  color: #B0B0B0;
  border-radius: 8px;
  line-height: 21px;
}

.cardTempoBalao.fim {
  background-color: #D4FFE0;
}

.cardTempoBalao.ocorrencia {
  background-color: #FFF0D4;
}

.cardTempoBalao.andamento {
  background-color: #d4eeff;
}

.cardTempoBalao span {
  color: #747474;
  font-weight: 500;
  font-size: 16px;
}

.setaCardTempo {
  position: absolute;
  top: 92px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.setaCardTempo.fim {
  border-top: 10px solid #D4FFE0;
}

.setaCardTempo.ocorrencia {
  border-top: 10px solid #FFF0D4;
}

.setaCardTempo.andamento {
  border-top: 10px solid #d4ecff;
}

.cardTempoIconeStatus {
  width: 100px;
  height: 65px;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 0px 15px;
}

.itemRastreioDetalhado {
  margin-bottom:10px;
  display: flex;
  align-items: center;
}

.boxRastreioDetalhado {
  background-color: var(--primary-company-color);
  display: inline-block;
  margin-right: 10px;
  color:#fff;
  font-size: 12px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 4px;
}

.descricaoRastreioDetalhado {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  position: relative;
}

.detalhes_ocor {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #999;
}

.caos {
  opacity: 0;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    min-height: unset;
}


