@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans");

body {
  margin: 0 0 0 0;
  font-family:
    Open Sans,
    Arial;
  min-width: 340px;
}

.material-icons {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tituloFrame {
  width: auto;
  display: flex;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 7px;
  height: 48px;
}

.fecharTodosModais {
  cursor: pointer;
}

.tituloFrame .titulo {
  width: 100%;
  min-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tituloFrame .titulo h2 {
  font-size: 14px;
  line-height: 6px;
  color: #535353;
  font-weight: 500;
}
.tituloFrame .titulo h1 {
  font-size: 18px;
  line-height: 6px;
  color: #535353;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

select {
  outline: none;
}

input {
  outline: none;
}

input radio {
  outline: none;
}
.tituloFrame .adicional {
  width: 100%;
}

.botoesAdicional {
  display: flex;
  justify-content: flex-end;
  width: auto;
  padding: 10px;
}

.avisoSelecioneLoja {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  padding: 7px 18px;
}

#btnAcaoSeleciona {
  display: none;
  cursor: pointer;
}
#btnNovo {
  color: #287dd1;
  font-size: 32px;
  margin-top: 0px;
  float: right;
  width: 60px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.btnNovoV2 {
  color: #287dd1;
  font-size: 32px;
  margin-top: 0px;
  float: right;
  width: 60px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}

.pesquisatabela {
  width: 95%;
  min-width: 200px;
  height: 35px;
  border: 0;
  border-bottom: 1px solid #ccc;
  text-indent: 5px;
  margin-top: 0px;
}
.pesquisatabela:focus {
  border-bottom: 1px solid #287dd1;
}
.fundocinza {
  background-color: #f2f3f8;
  border-bottom: 1px solid #287dd1;
}

.apareceMovel {
  display: none;
}

.pesquisaMovel {
  margin-left: 20px;
  height: 45px;
}

#contadorSelecionado {
  margin-left: 20px;
  margin-top: 15px;
}

input[type="checkbox"] {
  transform: scale(1.3);
  cursor: pointer;
}

@media (max-width: 600px) {
  .someMovel {
    display: none;
  }
  .apareceMovel {
    display: block;
  }
}
@media (max-width: 450px) {
  .someMovel450 {
    display: none;
  }
}
@media (max-width: 550px) {
  .someMovel550 {
    display: none;
  }
}
@media (max-width: 800px) {
  .someMovel800 {
    display: none;
  }
}

@media (max-width: 1000px) {
  .someMovel1000 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .someMovel1200 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .someMovel1400 {
    display: none;
  }
}
@media (max-width: 1600px) {
  .someMovel1600 {
    display: none;
  }
}
@media (max-width: 1700px) {
  .someMovel1700 {
    display: none;
  }
}

@media (max-width: 1800px) {
  .someMovel1800 {
    display: none;
  }
}
@media (max-width: 1900px) {
  .someMovel1900 {
    display: none;
  }
}

.divisoriaFrame {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.menufixo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.17);
}

.grupoBotoes {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.pesquisatabela {
  display: flex;
  align-items: center;
  gap: 6px;

  height: 44px;
  padding: 0 12px;

  border: 1px solid #dbe4ee;
  border-radius: 12px;
  background: #fff;

  transition: all 0.18s ease;
}

/* ícone */
.pesquisatabela .material-icons {
  font-size: 18px;
  color: #94a3b8;
}

/* input */
.pesquisatabela input {
  border: none;
  outline: none;
  background: transparent;

  font-size: 13px;
  color: #334155;

  width: 140px;
}

/* foco */
.pesquisatabela:focus-within {
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1);
}

.btnIconeV3 {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  border: 1px solid #dbe4ee;

  background: #fff;
  color: #2f6fad;

  cursor: pointer;
  transition: all 0.18s ease;

  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
  display: inline-flex; /* já está ok */
  float: none; /* 🔥 remove float antigo */
  margin: 0;
}

/* ícone */
.btnIconeV3 .material-icons {
  font-size: 26px;
}

/* hover padrão */
.btnIconeV3:hover {
  background: #f4f9ff;
  border-color: #bcd7f0;
  color: #0b67c2;

  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

/* clique */
.btnIconeV3:active {
  transform: scale(0.96);
}

/* botão perigo */
.btnIconeV3.danger {
  color: #d14343;
  border-color: #f1d0d0;
  background: #fff;
}

.btnIconeV3.danger:hover {
  background: #fff5f5;
  border-color: #e9b4b4;
  color: #b42323;
}
.btnIconeV3.inativo {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #cbd5e1;
  cursor: not-allowed;
  pointer-events: auto; /* mantém tooltip funcionando */
}

.btnIconeV3.inativo:hover {
  transform: none;
  box-shadow: none;
}

.btnIconeV3.info {
  color: #1d8cf8;
  border-color: #cfe6ff;
  background: #fff;
}

.btnIconeV3.info:hover {
  background: #f2f8ff;
  border-color: #9ecbff;
  color: #0b67c2;
}

.btnIconeV3.primary {
  background: linear-gradient(135deg, #1784e8 0%, #0d68c4 100%);
  border-color: #0d68c4;
  color: #fff;
}

.btnIconeV3.help {
  color: #6b9cc8;
  border-color: #d6e6f5;
  background: #fff;
}

.btnIconeV3.help:hover {
  background: #f4f9ff;
  border-color: #bcd7f0;
  color: #0b67c2;
}

.btnIconeV3.mini {
  width: 34px;
  height: 34px;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
}

/* cor padrão ação */
.btnIconeV3.primary {
  background: #287dd1;
  color: #e8f1fd;
  border: 1px solid #cfe0fb;
}

.btnIconeV3.primary:hover {
  background: #d6e6fb;
  color: #1e63a8;
}

.btnIconeV3.comTexto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  padding: 4px 6px;
}

.btnIconeV3.comTexto .material-icons {
  font-size: 26px;
  margin-bottom: 2px;
}

.btnIconeV3.comTexto .textoBtn {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

.btnAcaoFlutuante {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  background: linear-gradient(135deg, #297d77 0%, #236b66 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(35, 107, 102, 0.22);
  transition:
    filter 0.15s ease,
    box-shadow 0.15s ease;
}

.btnAcaoFlutuante:hover {
  filter: brightness(0.9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.btnAcaoFlutuante:active {
  filter: brightness(0.85);
}

.btnAcaoFlutuante .material-icons {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.btnAcaoFlutuante::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.02)
  );
  pointer-events: none;
}

/* botão seleção */

.adicional {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  padding: 8px 10px;
}

#btnAcaoSeleciona.acaoSelecionaWrap {
  gap: 8px;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  margin: 0 6px 0 0;
  z-index: 1;
}

.btnAcaoFlutuante {
  position: relative;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);

  transition:
    background-color 0.15s ease,
    filter 0.15s ease,
    box-shadow 0.15s ease;
  transform: none !important;
}

.btnAcaoFlutuante:hover {
  transform: none !important;
  filter: brightness(0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btnAcaoFlutuante:active {
  transform: none !important;
  filter: brightness(0.86);
}

.btnAcaoFlutuante .material-icons {
  font-size: 28px;
  color: #fff;
  line-height: 1;
}

.btnAcaoFlutuante::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 13px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.02)
  );
  pointer-events: none;
}

.btnAcaoFlutuante.verde {
  background: linear-gradient(135deg, #297d77, #236b66);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.btnAcaoFlutuante.vermelho {
  background: linear-gradient(135deg, #9c5e5e, #7f4b4b);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
