.img2{
    vertical-align: middle;
    border-style: none;
    width: 150px;
    }
    
    .img3{
    vertical-align: middle;
    border-style: none;
    width: 65px;
    }
    
    .rotacao{
    transform: rotate(0deg);
    }
    
    .mrg{
    margin-left: 0rem!important;
    margin-right: 0rem!important;
}

.w-15{
    width: 15% !important;
}

.w-30{
    width: 30% !important;
}

.lista-de-itens-amarela {
  position: relative;
  display: block;
  padding: 0.23rem 1.2rem;
  background-color: #fffef5;
  border: 1px solid rgba(0, 0, 0, .125);
}

.lista-de-itens-verde {
  position: relative;
  display: block;
  padding: 0.23rem 1.2rem;
  background-color: #ebffef;
  border: 1px solid rgba(0, 0, 0, .125);
}

.lista-de-itens-rosa {
  position: relative;
  display: block;
  padding: 0.23rem 1.2rem;
  background-color: #fdebff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.check-grande{
    transform: scale(1.5);
    cursor: pointer;
}

.icone-remover{
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

.cor-branca{
  background-color: white !important;
}

.aviso-carregamento-recaptcha{
    display: block;
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}


.cor-cabecalho-tabela-azul{
  background-color: #011f2b;
  border: 1px solid #ddd;
  color: white;
}

.cor-branca i::after{
  content: '+';
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: 600;
  color:#e1a304;
}


.table-rounded {
  border-radius: 10px;
}

.geral{
    background-color: #838383;
    color:white;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.gerar-dado-total{
    background-color: #f6c23e;
    color: #353535; 
    font-weight: 700
}

.permitido-nacional{
    background-color: #169b6b;
    color:white;
    font-weight: 700;
    text-align: center;
    width: 400px;
}

.permitido-importada{
    background-color: #2a96a5;
    color:white;
    font-weight: 700;
    text-align: center;
    width: 400px;
}

.restrito-nacional{
    background-color: #e3a61c;
    color:white;
    font-weight: 700;
    text-align: center;
    width: 400px;
}

.dados{
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.menssagem-carregamento-download{
  color: #a98d04;
  margin-top: 4px;
  font-weight: 600;
}

.alertaSucesso{
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .35rem
}

.altura-card-total{
  height: 426px;
}

#headerTable {
  background-color: #f6c23e;
}

.border-left-sises{
  border-left: 0.25rem solid #e3a61c !important;
}

.border-sises{
  border: 0.12rem solid #e3a61c !important;
  width: 9rem;
  display: inline;
  font-size: 17px;
  color: black !important;
  font-weight: 800;
  text-align: center;
}

.btn-color-green{
  background-color: #169b6b;
  color: #fff;
  border-color: #058053;
}

.btn-color-green:hover{
  background-color: #047e51;
  color: #fff;
  border-color: #036944;
}

.btn-color-red{
  background-color: #a52518;
  color: #fff;
  border-color: #911c0f;
}

.btn-color-red:hover{
  background-color: #911c0f;
  color: #fff;
  border-color: #81180c;
}

.restrito-importada{
  background-color: #a52518;
  color:white;
  font-weight: 700;
  text-align: center;
  width: 400px;
}

.instrucoes{
    --bs-link-color-rgb: var(--bd-callout-link);
    --bs-code-color: var(--bd-callout-code-color);
    padding: 0.85rem;
    margin-bottom: 0.55rem;
    color: var(--bd-callout-color, inherit);
    background-color: var(--bd-callout-bg, var(--bs-gray-100));
    border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
    --bd-callout-color: #664d03;
    --bd-callout-bg: #fff3cd;
    --bd-callout-border: #ffe69c;
    font-size: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-control-input:checked + .custom-control-label::before {
  border-color: #011f2b;
  background-color: #011720; 
}

.custom-control-label::before {
  border: 1px solid #adb5bd; 
}

.informacoes{
  color: #03690b !important;
  font-size: 16px;
  font-weight: 600;
}

.status{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 8px;
  user-select: none;
  padding: 0.3rem 0.75rem !important;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  font-weight: 800;
}


.color-yellow{
  background-color: #ffb700;
}

.card-header-total{
  padding: 10px;
  margin-bottom: 0;
  background-color: #ffb700;
  border-bottom: 1px solid #e3e6f0;
}

.titulo-secao{
  background-color: #ffb700 !important;
  color: white;
}

.titulo-secao-ciano{
  background-color: #006467 !important;
  color: white;
}

.titulo-secao-cinza{
  background-color: #777777 !important;
  color: white;
}

.titulo-secao-tutorial{
  background-color: #ffb700;
  color: black;
  border-radius: 9px !important;
}

.titulo-secao-tutorial-azul{
  background-color: #022431!important;
  color: white;
  border-radius: 4px !important;
}



.titulo-secao-tutorial-listagem{
  background-color: #f2f2f2;
  color: black;
}

.totais{
  background-color: #f8f9fc;
}


table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table tr {
    background-color: #ffffff;
    border: 1px solid #ddd;
  }

  .legenda-tabela{
    text-align: center;
    background-color: #011f2b;
    color: white;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: -9px;
  }

  /* #headerTable{
    background-color: #011f2b;
    color: white;
  } */

  #example2_filter{
      float: right;
  }

  #example2_length{
      display: none;
  }

  #example2_paginate{
      float: right;
  }

  #example3_filter{
    float: right;
}

  #example3_length{
      display: none;
  }

  #example3_paginate{
      float: right;
  }
  

@keyframes shake {
  0%, 100% {
      transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
      transform: translateX(-3px);
  }
  20%, 40%, 60%, 80% {
      transform: translateX(3px);
  }
}

.trembling-card {
    animation: shake 1.5s ease-in-out infinite;
}

.icone-add-escala {
  vertical-align: middle;
  border-style: none;
  width: .9rem;
  margin-right: 2px;
  cursor: pointer;
  filter: brightness(0) invert(1) opacity(0.5);
}

.icone-add-escala:hover {
  filter: brightness(0) invert(1)
}

.icone-preto {
  vertical-align: middle;
  border-style: none;
  width: 1.4rem;
  margin-right: 2px;
  cursor: pointer;
}

.outline-none {
  outline: none !important;
}

.equipe-box {
  z-index: 1000;
  min-width: 200px;
  max-height: 150px;
  overflow-y: auto;
}

.vertical-align-middle {
  vertical-align: middle !important;
}