:root {
  --color-crm-main: #009f9c;
  --color-ia: #009f9c;
  --color-ia-opacity: #009f9c7c;

  --color-contato: #785fcf;
  --color-contato-opacity: #775fcf88;

  --color-comentario: #ea5990;
  --color-comentario-opacity: #ea599183;

  --color-tarefa: #17c69d;
  --color-tarefa-opacity: #17c69d7e;

  --color-tarefa-pendente: #eacc60;
  --color-anexo: #f87e32;

  --color-produto: rgb(94, 204, 177);
  --color-produto-opacity: rgba(94, 204, 177, 0.521);

  --color-email: #a2cc5e;
  --color-data: rgb(94, 204, 94);
  --color-negociacao-ganha: rgb(94, 204, 94);

  --color-contatoPerfil: #5c829e;
  --color-contatoPerfil-opacity: #5c839e86;

  --color-ligacao: #3f4dba;
  --color-audio: rgb(138, 82, 56);
  --color-foto: rgb(84, 112, 38);
  --color-novo: #2196f3;
  --color-negociacao: #5e97cc;

  --color-negociacao-pendente: #cca95e;
  --color-warning: #cca95e;
  --color-negociacao-pendente-opacity: #cca95e67;

  --color-reabertura: #d38ae8;
  --color-negociacao-perdida: rgb(204, 101, 94);
  --color-erro: rgb(204, 101, 94);
  --color-inativo: rgb(204, 101, 94);
  /* Icon color */
  --color-icon-config: #3e6da3;
  --color-icon-config-opacity: #3e6da385;

  --color-icon-importacao: #3f4dba;
  --color-icon-importacao-opacity: #3f4dba6b;

  --color-icon-produto: #ba3f53;
  --color-icon-produto-opacity: #ba3f538f;

  --color-icon-equipe: rgb(65, 206, 100);
  --color-icon-equipe-opacity: rgba(65, 206, 100, 0.418);

  --color-icon-central: rgb(65, 75, 206);
  --color-icon-central-opacity: rgba(65, 75, 206, 0.432);

  --color-icon-sair: rgb(136, 69, 69);
  --color-icon-sair-opacity: rgba(136, 69, 69, 0.459);

  --color-icon-whatsapp: #00a884;
  --color-icon-whatsapp-opacity: #00a88475;

  --color-icon-discar: #b45f27;
  --color-icon-discar-opacity: #b45f277c;
}

.icon-menu-instagram {
  background-color: #e1306c !important;
  outline: 3px solid #eb82a5 !important;
}

.icon-menu-youtube {
  background-color: #ff0033 !important;
  outline: 3px solid rgb(255, 155, 175) !important;
}

.icon-menu-linkedin {
  background-color: #0a66c2 !important;
  outline: 3px solid #488fd6 !important;
}

.icon-menu-facebook {
  background-color: #4267b2 !important;
  outline: 3px solid #6185ce !important;
}

.icon-menu-retrospectiva {
  background-color: #b2427e !important;
  outline: 3px solid #b2427e61 !important;
}

.list-menu {
  padding: 10px !important;
  margin: 5px;
  border-radius: 5px;
}

.btn-warning-padrao {
  border: 1px solid var(--color-warning) !important;
  color: var(--color-warning) !important;
  background-color: transparent !important;
}

.btn-warning-padrao:hover {
  background-color: var(--color-warning) !important;
  color: white !important;
}

.icon-menu-whatsapp {
  background-color: var(--color-icon-whatsapp) !important;
  outline: 3px solid var(--color-icon-whatsapp-opacity) !important;
}

.btn-warning-desfazer-importacao {
  background-color: transparent;
  border: 1px solid var(--color-erro);
  color: var(--color-erro);
}

.btn-warning-desfazer-importacao:hover {
  background-color: var(--color-erro);
  color: white;
}

.icon-menu-discar {
  background-color: var(--color-icon-discar) !important;
  outline: 3px solid var(--color-icon-discar-opacity) !important;
}

.icon-menu-config {
  background-color: var(--color-icon-config) !important;
  outline: 3px solid var(--color-icon-config-opacity) !important;
}

.icon-menu-ia {
  background-color: var(--color-ia) !important;
  outline: 3px solid var(--color-ia-opacity) !important;
}

.icon-menu-importacao {
  background-color: var(--color-icon-importacao) !important;
  outline: 3px solid var(--color-icon-importacao-opacity) !important;
}

.icon-menu-contato {
  background-color: var(--color-contato) !important;
  outline: 3px solid var(--color-contato-opacity) !important;
}

.icon-menu-negociacao {
  background-color: var(--color-negociacao-pendente) !important;
  outline: 3px solid var(--color-negociacao-pendente-opacity) !important;
}

.icon-menu-tarefa {
  background-color: var(--color-tarefa) !important;
  outline: 3px solid var(--color-tarefa-opacity) !important;
}

.icon-menu-mensagem {
  background-color: var(--color-comentario) !important;
  outline: 3px solid var(--color-comentario-opacity) !important;
}

.icon-menu-produto {
  background-color: var(--color-icon-produto) !important;
  outline: 3px solid var(--color-icon-produto-opacity) !important;
}

.icon-menu-perfil {
  background-color: var(--color-contatoPerfil) !important;
  outline: 3px solid var(--color-contatoPerfil-opacity) !important;
}

.icon-menu-equipe {
  background-color: var(--color-icon-equipe) !important;
  outline: 3px solid var(--color-icon-equipe-opacity) !important;
}

.icon-menu-central {
  background-color: var(--color-icon-central) !important;
  outline: 3px solid var(--color-icon-central-opacity) !important;
}

.icon-menu-sair {
  background-color: var(--color-icon-sair) !important;
  outline: 3px solid var(--color-icon-sair-opacity) !important;
}

.desconto-credito {
  color: var(--color-erro);
}

.adicao-credito {
  color: var(--color-crm-main);
}

.table-text-ia {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.m-auto {
  margin: auto !important;
}

.w-fit {
  width: fit-content !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-0 {
  margin: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.my-10 {
  margin: 10px 0;
}

.py-10 {
  padding: 10px 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.m-0 {
  margin: 0 !important;
}

.bg-f2 {
  background-color: #f2f2f2;
}

.font-3 {
  font-size: 3rem;
}

.dot-separator {
  width: 3px;
  height: 3px;
  background-color: rgb(34, 34, 34);
  border-radius: 1000px;
}

.font-1-5 {
  font-size: 1.5rem;
}

.md-checked .md-thumb.md-ink-ripple {
  background-color: var(--color-crm-main) !important;
}

.md-checked .md-bar {
  background-color: #009f9c65 !important;
}

.btn-add-credito {
  background-color: var(--color-crm-main);
  border-radius: 1000px;
  color: white;
}

.title-dialog {
  color: #555555;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

.nao-lida {
  border-left: 5px solid var(--color-crm-main) !important;
}

.item-notify {
  border-left: 5px solid transparent;
}

.scroll-down {
  position: absolute;
  top: 30%;
  right: -20px;
  cursor: pointer;
}

.scroll-up {
  position: absolute;
  top: 30%;
  left: -20px;
  cursor: pointer;
}

.contato-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-contato);
  color: white;
}

.negociacao-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-negociacao);
  color: white;
}

.comentario-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-comentario);
  color: white;
}

.tarefa-icon-pendente {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-tarefa-pendente);
  color: white;
}

.tarefa-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-tarefa);
  color: white;
}

.anexo-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-anexo);
  color: white;
}

.ia-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-ia);
  color: white;
}

.produto-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-produto);
  color: white;
}

.email-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-email);
  color: white;
}

.novo-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-novo);
  color: white;
}

.data-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-data);
  color: white;
}

.contatoPerfil-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-contatoPerfil);
  color: white;
}

.ligacao-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-ligacao);
  color: white;
}

.audio-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-audio);
  color: white;
}

.foto-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-foto);
  color: white;
}

.total-icon {
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 1000px;
  padding: 10px !important;
  background-color: var(--color-total);
  color: white;
}

.info-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #2727276b;
  border-radius: 10px;
  left: 0;
  z-index: 10;
  display: none;
  width: 0;
  transition: all 1.5s;
}

.info-modal.open {
  display: block;
  width: 100%;
  transition: all 1.5s;
}

.info-modal .data {
  z-index: 10;
  background-color: #f2f2f2;
  min-width: 50%;
  min-height: 50%;
  float: right;
  padding: 10px;
  transition: all 1.5s;
  border-radius: 10px;
  margin: auto;
}

ul > li:last-child {
  border-bottom: none;
}

/* width */
.aside-crm::-webkit-scrollbar {
  width: 8px;
  border-radius: 8px;
}

/* Track */
.aside-crm::-webkit-scrollbar-track {
  background: transparent;
}

.ball {
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background-color: #000;
}

.loader-spin {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid #009e9b;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn-sign {
  cursor: pointer;
  margin-top: 5px;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}

.alert-info-crm {
  background-color: #f2f2f2;
  border: none;
  padding: 10px;
  margin: 10px 0;
  border-left: 2px solid #006dcc;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-radius: 5px;
  font-size: 0.8em;
  color: #006dcc;
}

.alert-warning-crm {
  background-color: #f2f2f2;
  border: none;
  padding: 10px;
  margin: 10px 0;
  border-left: 2px solid #cc9c00;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  border-radius: 5px;
  font-size: 0.8em;
  color: #cc9c00;
}

.text-success-crm {
  color: #009688;
}

.btn-red {
  border: 1px solid #ff595e;
  color: #ff595e;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1.3rem;
  padding: 5px 10px;
}

.btn-red:hover {
  background-color: #ff595e;
  color: white;
  border: none;
}

.alert-warning-icon {
  font-size: 4rem;
  color: #cc9c00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-info-icon {
  font-size: 4rem;
  color: #006dcc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sign:hover {
  transition: all 0.3s;
  color: white;
}

.btn-sign:focus {
  color: white;
}

/* Handle */
.aside-crm::-webkit-scrollbar-thumb {
  background: #00000050;
}

/* Handle on hover */
.aside-crm::-webkit-scrollbar-thumb:hover {
  background: #55555589;
}

.lines-button-open-nav {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.4rem;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .double {
    display: none;
  }

  .responsive-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
  }

  .nav-top {
    padding: 0 10px;
  }
}

.b-none {
  border: none !important;
  border-top: 1px solid #ccc !important;
  padding: 6px !important;
}

.btn-printer {
  font-size: 2rem !important;
  padding: 5px;
  transition: all 0.4s;
  border: 1px solid #009e9b;
  color: #009688;
  border-radius: 1000px;
  margin: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-printer:hover {
  background-color: #009688;
  color: white;
  transition: all 0.4s;
}

.title-modal {
  font-size: 2rem;
  font-weight: 800;
  padding-bottom: 10px;
}

.simples-table {
  border-collapse: separate;
  padding: 5px;
  background-color: #ffff;
  border-radius: 5px;
}

.simples-table thead tr th {
  border: none;
  /* border-bottom: 1px solid #ccc; */
  text-align: center;
}

.painelAtividadeUsuario .card-painel {
  min-width: fit-content;
  height: fit-content;
}

.painelAtividadeUsuario .card-painel .card-user-content {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.painelAtividadeUsuario .card-painel .card-user-content h1 {
  font-size: 2.4rem;
}

.painelAtividadeUsuario .card-painel .card-user-content h1,
.painelAtividadeUsuario .card-painel .card-user-content p {
  margin: 0;
  padding: 0;
}

.quantity-tables {
  margin: 0px 0px 0 5px;
  padding: 0;
  height: 20px;
  min-width: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  border: 1px solid #222;
  color: #222;
}

#viewContainer {
  min-height: 600px;
  margin-bottom: 20px;
}

.card-painel {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
  min-width: 200px;
  padding: 10px;
  flex-direction: row;
  gap: 4px;
  border-radius: 10px;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fit-content {
  min-width: fit-content !important;
}

/* Header Tables */
.tables {
  background-color: #ffff;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-top: 0;
}

.title-list {
  background-color: #dedede;
  border: none;
}

.tables > .fa-times {
  padding-right: 5px;
}

.tag-tables.label-success {
  background-color: transparent !important;
  border: 1px solid #009e9b;
  color: #009e9b;
}

.negociacoes.label-success {
  background-color: transparent !important;
  color: #009e9b;
}

.negociacoes.label-danger {
  background-color: transparent !important;
  color: #e53d3a;
}

.negociacoes.label-warning {
  background-color: transparent !important;
  color: #c28b3c;
}

.negociacoes.label-arquivo {
  background-color: transparent !important;
  color: #4eaff0;
}

.tag-tables.label-danger {
  background-color: transparent !important;
  border: 1px solid #e53d3a;
  color: #e53d3a;
}

.tag-tables.label-warning {
  background-color: transparent !important;
  border: 1px solid #c28b3c;
  color: #c28b3c;
}

.tag-tables.label-arquivo {
  background-color: transparent !important;
  border: 1px solid #4eaff0;
  color: #4eaff0;
}

.fixed-header {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  z-index: 100;
}

.card-leads {
  border: none;
  background-color: #fff;
  border-radius: 10px;
  border-left: 5px solid #17b6b2;
}

.card-leads.late {
  border-left: 5px solid #ac6363;
  color: #375d5c;
}

.header-tables-list-title {
  display: flex;
  align-items: center;
  gap: 10px 12px;
  color: #222;
  font-weight: 800;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-importcao-exemplo {
  animation: all 0.4s;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  border: 1px solid #ccc;
  color: #ccc;
  padding: 10px;
  color: #222;
  border-radius: 5px;
  cursor: pointer;
}

.add-funil {
  list-style: none;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in;
  border: 1px solid #009f9c !important;
  color: #009f9c;
}

.td-negociacao:hover .add-funil {
  opacity: 1;
  transition: all 0.2s ease-in;
}

.drag-preview {
  padding: 10px;
  border-radius: 10px;
  pointer-events: none;
  border: 2px solid #ccc;
  color: #ccc;
  padding: 5px;
  border-radius: 3px;
  width: 100%;
  height: 100px;
  border-style: dashed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.5s ease;
}

.card-importcao-exemplo:hover {
  animation: all 0.4s;
  border: 1px solid #009e9b;
  background-color: #009e9b23;
}

.dialog-icon {
  margin: 0 !important;
}

.tag-tables {
  margin: 0;
  background-color: transparent !important;
  white-space: nowrap;
  border: 1px solid #009e9b;
  font-weight: 500;
  color: #009e9b;
  padding: 2px 6px;
  border-radius: 9999px;
  margin-right: 5px;
}

.tables-widget {
  border-radius: 5px;
}

.header-tables-list {
  display: flex;
  flex-direction: row;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  align-items: center;
  background-color: #ffff;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 12px;
}

.header-tables {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.body-tables tr td {
  padding: 10px;
}

.body-tables > tr > td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

.body-tables > tr {
  border-bottom: 1px solid #ccc;
}

.header-tables th {
  padding: 10px;
}

.btn-tables {
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: transparent;
  border: 1px solid #aaa;
  color: #aaa;
  transition: all 0.3s;
}

.no-collapsed-tables {
  border-collapse: separate;
}

.btn-tables:hover {
  background-color: #222;
  color: white;
  border: none;
}

.btn-tables.excluir {
  background-color: transparent;
  border: 1px solid rgb(255, 153, 153);
  color: rgb(255, 153, 153);
}
.btn-tables.copy {
  background-color: transparent;
  border: 1px solid rgb(21, 38, 77);
  color: rgb(21, 38, 77);
}
.btn-tables.copy:hover {
  background-color: rgb(21, 38, 77);
  background-origin: none;
  color: white;
}

.btn-tables.excluir:hover {
  background-color: rgb(255, 153, 153);
  border: none;
  color: white;
}

.btn-tables.editar {
  background-color: transparent;
  border: 1px solid rgb(153, 197, 255);
  color: rgb(153, 197, 255);
}

.btn-tables.editar:hover {
  background-color: rgb(153, 197, 255);
  border: none;
  color: white;
}

.btn-tables:hover {
  background-color: #888888;
  color: #fff;
}

.card-painel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-weight: 800;
  color: #444444;
  font-size: 1.4rem;
}

.acoes-table {
  text-align: center;
}

.btn-group-tables {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
}

.card-painel-icon {
  font-size: 2rem;
  border-radius: 10000px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 20px;
  height: 20px;
}

.card-painel-content {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  gap: 4px;
}

.card-painel-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 5px;
  margin: 0 5px;
}

.painel-nav {
  padding: 7px;
  min-width: fit-content;
}

.painel-nav.active {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  padding: 7px;
  border-top-right-radius: 10px;
}

.chart-negociacao {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.chart-negociacao-count {
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
}

.chart-container {
  border: none;
  margin: 0;
  border-radius: 5px;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
}

.nav-tabs-container {
  display: flex;
  align-items: and;
  gap: 20px;
  list-style: none;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.nav-tabs-itens {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
}

.nav-tabs-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #616161;
}

.nav-bar-filter {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  padding: 5px;
  border-top-right-radius: 10px;
}

.flex-gap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.chart-title {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.scroll-btn {
  padding: 5px;
  background: #f2f2f2;
  border-radius: 1000px;
  border: 1px solid #b1b1b1;
  color: #b1b1b1;
  transition: all 0.3s;
}

.scroll-btn:hover {
  color: #009e9b;
  transition: all 0.3s;
  border: 1px solid #009e9b;
}

.chart-title h5 {
  max-width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chart-content {
  padding: 5px 0px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.termo {
  margin-left: 20%;
  margin-right: 20%;
}

.th-select {
  background-color: #fff !important;
  border-left: 1px solid #cccc;
  border-right: 1px solid #cccc;
  padding: 4px;
}

.historico-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 2px 4px;
  border-radius: 100px;
}

.historico-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  padding: 2px 4px;
  border-radius: 100px;
}

.historico-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 2px 4px;
  border-radius: 100px;
}

.container-loading-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  flex-direction: column;
}

.nav.nav-tabs.new-tab > .active {
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  padding: 7px;
  border-top-right-radius: 10px;
  border: none;
}

.default-icon-style {
  color: #078c8a81;
  font-size: 6rem;
}

.main-advise {
  color: #078c8a81;
  font-size: 1.6rem;
}

.second-advise {
  font-size: 1.2rem;
}

.no-content-contact {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 450px;
  width: 100%;
}

.no-content-chart {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 400px;
  width: 100%;
}

.tag-padrao {
  color: #006dcc;
}

.select-style {
  padding: 4px;
  width: 100%;
  min-width: 100px;
  border: none;
  border-radius: 4px;
  background-color: #ffff;
  cursor: pointer;
}

.termo h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.parent,
.parentNegociacao {
  scroll-behavior: smooth;
  overflow: hidden;
}

.scroll-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 35%;
  left: -28px;
  right: -28px;
  cursor: pointer;
  font-size: 3rem;
  color: #444;
  font-size: 2rem;
}

.select-import {
  padding: 5px;
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 6px;
  margin: 5px;
}

.table-head-import {
  background-color: #fff !important;
}

.input-border-left {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-border-right {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.termo h4 {
  margin-top: 22px;
  margin-bottom: 12px;
}

.form-group input[type="radio"],
input[type="checkbox"] {
  /*margin: 9px 0 0;*/
}

.btn-exs {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
}

.overline {
  text-decoration: line-through;
}

.btn-gradient.disabled,
.btn-gradient[disabled],
fieldset[disabled] .btn-gradient,
.btn-gradient.disabled:hover,
.btn-gradient[disabled]:hover,
fieldset[disabled] .btn-gradient:hover,
.btn-gradient.disabled:focus,
.btn-gradient[disabled]:focus,
fieldset[disabled] .btn-gradient:focus,
.btn-gradient.disabled:active,
.btn-gradient[disabled]:active,
fieldset[disabled] .btn-gradient:active,
.btn-gradient.disabled.active,
.btn-gradient[disabled].active,
fieldset[disabled] .btn-gradient.active {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
  border-color: #ddd;
}

.btn-gradient:hover,
.btn-gradient:focus,
.btn-gradient:active,
.btn-gradient.active,
.open .dropdown-toggle.btn-gradient {
  background-color: #f7f7f7;
  /* background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); */
  border-color: #ddd;
}

.btn-gradient {
  background-color: #f7f7f7;
  border-radius: 0;
  /* background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%); */
  border-color: #ddd;
  color: #333;
}

.btn-edit-status-contato {
  margin-left: -10px;
  padding-top: 3px;
}

.btn-edit-status-contato-lead {
  margin-left: -6px;
  padding-top: 2px;
}

.form-edit-status-contato {
  border: 1px solid #cdcdcd;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  padding: 10px;
  margin-top: 5px;
  background-color: #ffff;
  max-width: 250px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.tarefa-concluida {
  text-decoration: line-through;
}

.table-erp > tbody > tr > td {
  background: none;
  border-top: none;
}

.cell-overflow {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-center {
  display: flex;
  align-items: center;
}

.btn-google-play {
  margin-top: 15px;
  height: 70px;
  width: 180px;
  background: url(../img/google-play.png) no-repeat left center;
}

.btn-app-store {
  margin-top: 15px;
  height: 70px;
  width: 180px;
  background: url(../img/app-store.png) no-repeat left center;
}

.btn-web-store-whatsapp {
  margin-top: 15px;
  height: 70px;
  width: 180px;
  background: url(../img/web-store-whatsapp.png) no-repeat left center;
}

.btn-whatsapp {
  margin-top: 25px;
  height: 70px;
  width: 70px;
  background: url(../img/whatsapp.png) 70px 70px no-repeat left center;
}

.btn-faleconosco {
  margin-top: 25px;
  height: 70px;
  width: 70px;
  background: url(../img/google-play.png) no-repeat left center;
}

.report-erp {
  display: block;
  font-family: monospace;
  white-space: pre;
  overflow-x: auto;
  font-size: 0.8em;
}

.email-body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  width: 100%;
  height: 340px;
}

.comentario-html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
  width: 100%;
  height: 500px;
}

.modal-ex {
  width: 98%;
}

.divider {
  margin: 6px 20px 10px;
}

.text-selected {
  background-color: lightgray;
}

.PainelGameTotal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.PainelGameTotal .box {
  text-align: start;
  padding: 10px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.PainelGameTotal div .title {
  font-size: 18px;
}

.PainelGameTotal div .count {
  font-size: 38px;
}

.PainelGameTotal div .valor {
  font-size: 35px;
}

.PainelGameEquipe {
  width: 100%;
  font-size: 1.4em;
}

.PainelGameEquipe thead {
  margin: 30px 0px 20px;
}

.PainelGameEquipe tbody {
  color: white;
}

.PainelGameEquipe tbody tr {
  line-height: 50px;
}

.PainelGameEquipe thead th,
.PainelGameEquipe tbody td {
  padding: 10px;
}

.PainelGameEquipeDetalhe {
  display: flex;
  align-items: center;
}

.PainelGameEquipeDetalhe .box {
  text-align: start;
  padding: 10px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.PainelGameEquipeDetalhe div .title {
  font-size: 14px;
}

.PainelGameEquipeDetalhe div .count {
  font-size: 20px;
}

.PainelGameEquipeDetalhe div .valor {
  font-size: 20px;
}

.PainelGamePontuacao {
  width: 100%;
  font-size: 1.8em;
  margin-top: 15px;
}

.PainelGamePontuacao thead {
  margin: 30px 0px 20px;
}

.PainelGamePontuacao tbody tr {
  line-height: 70px;
}

.PainelGamePontuacao thead th,
.PainelGamePontuacao tbody td {
  padding: 10px;
}

.noborder .form-horizontal .form-group {
  border-bottom: 0px;
}

/* .scrollable{
  overflow-y: auto;
  max-height:500px ;
  border:1px solid #ccc;
  border-radius:5px;
} */

.icon-cor {
  width: 12px;
  height: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 10000px;
  padding: 10px;
  -webkit-box-shadow: 7px 10px 28px -11px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 7px 10px 28px -11px rgba(0, 0, 0, 0.41);
  box-shadow: 7px 10px 28px -11px rgba(0, 0, 0, 0.41);

  border: 1px solid transparent;
  display: inline-block;
  border: 1px solid #cccc;
}

.list-score {
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: #009688;
}

.painel-score {
  display: block;
  text-align: center;
  font-size: 1em;
  margin-top: -5px;
  color: #009688;
}

.legenda-tarefas {
  padding: 10px 10px 0px 10px;
}

.form-group-busca {
  padding-bottom: 0px;
  margin-bottom: 7px;
}

.thumbnai .dashed {
  border: 1px dashed gray;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fdfdfd;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fdfdfd;
}

.dropdown-menu-right:before {
  left: initial;
  right: 9px;
}

.dropdown-menu-right:after {
  left: initial;
  right: 9px;
}

.thumbnail-anexo {
  width: auto;
  height: 60px;
  overflow: hidden;
}

.thumbnail-foto {
  width: 290px;
  height: auto;
  max-height: 400px;
  overflow: hidden;
}

.thumbnail-email {
  width: 350px;
  height: auto;
  overflow: hidden;
}

.thumbnail-painel {
  width: 60px;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
}

label > small {
  font-weight: normal;
}

.badge-tarefa-atraso {
  right: 15px;
  top: 12px;
  position: absolute;
}

.update-time {
  font-size: 90% !important;
}

.new-update .update-time {
  color: #bbbbbb;
  margin: 0px -2px 0 0;
  text-align: center;
  width: 80px;
  font-size: 14px;
  font-weight: 400;
}

.new-update .image {
  display: block;
  float: left;
  margin-left: 10px;
}

#sidebar .reduced > ul > li.divider {
  display: none;
  transition: all 0.5s ease-in;
}

.isso:nth-child(1) {
  border-top: 5px solid #bfd7b5 !important;
}

.isso:nth-child(2) {
  border-top: 5px solid #a3c4bc !important;
}

.isso:nth-child(3) {
  border-top: 5px solid #bfd7b5 !important;
}

.sidebar-minify-btn,
.sidebar-minify-btn:focus,
.sidebar-minify-btn:hover {
  text-align: center;
  font-size: 15px;
  z-index: 10;
  padding: 0 !important;
  /*background: #303234;*/
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* color: #1abc9c; */
  line-height: 30px;
  margin: -13px auto;
}

.table-documento-visualizar > thead > tr > th,
.table-documento-visualizar > tbody > tr > th,
.table-documento-visualizar > tfoot > tr > th,
.table-documento-visualizar > thead > tr > td,
.table-documento-visualizar > tbody > tr > td,
.table-documento-visualizar > tfoot > tr > td {
  line-height: 1.6;
  border-top: 0px solid #ddd !important;
}

.rating {
  font-size: 110%;
  /* padding: 0 0.5em; */
}

.rating > a {
  text-decoration: none;
}

.rating > a > i {
  margin-right: -2px;
}

.rating .rating-highlight,
.rating.rating-highlight:hover {
  color: #d2a903dc;
}

.rating .rating-normal,
.rating.rating-normal:hover {
  color: #ffcc00;
}

.favorita-highlight,
.favorita-highlight:hover {
  color: #af983abd;
}

.favorita-normal,
.favorita-normal:hover {
  color: #c7b87ac9;
}

.mini {
  font-size: 75%;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  color: #429c5d;
  background-color: #ffffff;
  border-color: #429c5d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #429c5d;
  border-color: #429c5d;
}

.btn-success {
  color: #4cae4c;
  background-color: #ffffff;
  border-color: #4cae4c;
}

.btn-success2:hover,
.btn-success2:focus,
.btn-success2:active,
.btn-success2.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #6fc36f;
  border-color: #6fc36f;
}

.btn-success2 {
  color: #ffffff;
  background-color: #61bd61;
  border-color: #61bd61;
}

.btn-danger2:hover,
.btn-danger2:focus,
.btn-danger2:active,
.btn-danger2.active,
.open .dropdown-toggle.btn-danger2 {
  color: #ffffff;
  background-color: #e62e2e;
  border-color: #e62e2e;
}

.btn-danger2 {
  color: #ffffff;
  background-color: #d43f3a;
  border-color: #d43f3a;
}

/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: rgb(35 44 55 / 79%);
  border-color: rgb(34 41 50);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: rgb(35 43 52);
  border-color: rgb(34 41 50);
}

.btn-primary {
    background-color: rgb(43 58 77);
    border-color: rgb(34 41 50);
}*/

/*.btn-warning {
  background-color: #EFC68D;
  border-color: #E0BD8A;
}*/

a {
  /*color: #53799A;*/
  color: #375d5c;
}

a:hover,
a:focus {
  color: #284241;
}

.btn-link {
  color: #375d5c;
}

.btn-link:hover {
  color: #284241;
}

.badge {
  border-radius: 4px;
  background-color: #aaa;
}

.btn-sm i {
  /*margin-right: 5px;*/
  margin-right: 0px;
}

.popover-content {
  min-width: 150px;
}

select.btn-small {
  height: auto;
  line-height: 20px;
}

.last-call {
  background: red;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  color: #333333;
  background-color: #ebebeb;
  border-radius: 5px;
  border: 2px solid #ddd;
}

.list-questionario {
  padding-top: 0px !important;
}

.list-questionario input[type="radio"] {
  margin-top: 4px !important;
}

.checkbox-inline {
  display: inline-block !important;
}

.checkbox-filter {
  display: inline-block;
  margin-left: 10px;
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 85%;
}

.checkbox-filter label input[type="checkbox"] {
  margin-top: 1px;
}

.checkbox-filter + .checkbox-filter {
  margin-top: 5px;
}

table div.radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-tags-filter {
  padding-left: 0px;
  padding-top: 3px !important;
}

.tags-filter {
  padding-left: 0px;
  margin-top: 1px;
  margin-bottom: 0px;
}

.tags-filter + .tags-filter {
  margin-top: 1px;
}

.tags-filter input[type="radio"] {
  margin-top: 2px;
}

.radio {
  display: inline-block;
}

.crm-input table div.radio input[type="radio"] {
  margin-top: 4px !important;
}

table div.radio input[type="radio"] {
  margin-top: 1px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -17px;
}

.crm-input .form-control-detail {
  height: 26px;
  line-height: 26px;
  padding: 0px 6px;
  margin-bottom: 6px;
}

.text-success {
  color: #6da7a3;
}

.text-success:hover {
  color: #014f4a;
}

/*painel do usuário*/
.painelAtividadeUsuario a .atividade {
  color: #999;
  /* color: #fff; */
  /* background-color: #6685a4; */
  /* background-color: rgba(188, 188, 188, 0.61); */
}

.painelAtividadeUsuario a .atividade h1 {
  margin-top: 5px;
  font-size: 25px;
}

.painelAtividadeUsuario a:hover .atividade {
  color: #fff;
  background-color: #bb2a2a;
}

.painelAtividadeUsuario a .atividade {
  text-align: center;
  padding: 10px;
  line-height: 1.42857143;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  font-size: 1.2em;
}

.btn-animation {
  animation: pulse-button 1s infinite;
}

.icon-animation {
  animation: pulse-icon 1s infinite;
}

@keyframes pulse-icon {
  0% {
    box-shadow: 0 0 0 0 rgb(243, 202, 88);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(243, 202, 88, 0);
  }

  100% {
    box-shadow: 0 0 0 50px rgba(243, 202, 88, 0);
  }
}
@keyframes pulse-button {
  0% {
    box-shadow: 0 0 0 0 rgb(243, 202, 88);
    transform: scale(1);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(243, 202, 88, 0);
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 0 50px rgba(243, 202, 88, 0);
    transform: scale(1);
  }
}

/*btn-secondary*/
.btn-secondary {
  color: #ffffff;
  background-color: transparent;
  color: #3b808a;
  border-color: #3b808a;
}

.tabBorder {
  border-bottom: 1px solid #ccc;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #5fa7b3;
  border-color: #5fa7b3;
}

.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #6685a4;
  border-color: #54718d;
}

.btn-secondary .badge {
  color: #6685a4;
  background-color: #ffffff;
}

/* this is optional (see below) */
select.btn {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding-right: 16px;
}

select.btn-small + .caret {
  margin-left: -20px;
  margin-top: 9px;
}

.table > thead > tr > th.center,
.table > tbody > tr > td.center,
.table > tfoot > tr > th.center {
  text-align: center;
}

.badge.notificacao {
  position: absolute;
  font-size: 12px !important;
  /*font-weight: 300;*/
  /*top: 1px;*/
  right: 21px;
  text-align: center;
  /*height: 14px;*/
  /*background-color: #B94A48;*/
  background-color: #e53d39;
  padding: 2px 5px 2px 5px;
  /*-webkit-border-radius: 12px !important;*/
  /*-moz-border-radius: 12px !important;*/
  /*border-radius: 12px !important;*/
  text-shadow: none !important;
  z-index: 500;
}

.badge.notificacao.dropdown {
  top: 1px;
}

.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 1200px;
  font-size: 85%;
}

.gridPainel {
  width: 100%;
  font-size: 85%;
}

.dropdown-menu.extended {
  min-width: 160px !important;
  max-width: 320px !important;
  width: 320px !important;
  background-color: #ffffff !important;
}

/* header notifications dropdowns */
.dropdown-menu.notification table > a > .label {
  font-size: 12px;
  width: 10px;
  padding: 2px 4px;
  margin-right: 2px;
  text-align: center !important;
}

.dropdown-menu.notification table > a > .label i {
  text-align: center !important;
}

.dropdown-menu.notification table a .time {
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}

.dropdown-menu.extended table p {
  padding: 3px;
  background-color: #eee;
  margin: 0px;
  font-size: 12px;
  font-weight: 300;
  color: #000;
}

.dropdown-menu.extended table a {
  padding: 7px 0 5px 0px;
  list-style: none;
  border-bottom: 1px solid #f4f4f4 !important;
  font-size: 11px;
  text-shadow: none;
}

.dropdown-menu.extended table a {
  font-size: 13px;
  padding: 10px !important;
  background-color: #ffffff;
}

.dropdown-menu.extended table a {
  display: block;
  padding: 5px 10px !important;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: normal !important;
}

.dropdown-menu.extended table a:hover {
  background-image: none;
  background-color: #f5f5f5;
  color: #000;
  font-weight: normal;
  filter: none;
}

/**/

.crm-DialogLoadIndicator {
  width: 24px;
  height: 24px;
  background: url(../img/loader.gif) no-repeat left top;
}

.email-date {
}

mark {
  background: #fbfb70;
}

.email-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 3px 0 5px 0;
}

.email-body {
  line-height: 18px;
  margin: 0px;
  font-size: 0.9em;
}

.icon-sem-tarefa-mini {
  padding: 2px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-sem-tarefa-mini.png") no-repeat 0px center;
}

.icon-sem-tarefa-small {
  padding: 2px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-sem-tarefa-small.png") no-repeat 0px center;
}

.icon-sem-tarefa-normal {
  padding: 2px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-sem-tarefa-normal.png") no-repeat 0px center;
}

.icon-sem-tarefa-big {
  padding: 2px;
  margin-top: 3px;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-sem-tarefa-big.png") no-repeat 0px center;
}

.icon-tarefa-nao-vencida-mini {
  padding: 2px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-nao-vencida-mini.png") no-repeat 0px
    center;
}

.icon-tarefa-nao-vencida-small {
  padding: 2px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-nao-vencida-small.png") no-repeat 0px
    center;
}

.icon-tarefa-nao-vencida-normal {
  padding: 2px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-nao-vencida-normal.png") no-repeat 0px
    center;
}

.icon-tarefa-nao-vencida-big {
  padding: 2px;
  margin-top: 3px;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-nao-vencida-big.png") no-repeat 0px center;
}

.icon-tarefa-vencida-mini {
  padding: 2px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-vencida-mini.png") no-repeat 0px center;
}

.icon-tarefa-vencida-small {
  padding: 2px;
  margin-top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-vencida-small.png") no-repeat 0px center;
}

.icon-tarefa-vencida-normal {
  padding: 2px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-vencida-normal.png") no-repeat 0px center;
}

.icon-tarefa-vencida-big {
  padding: 2px;
  margin-top: 3px;
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-tarefa-vencida-big.png") no-repeat 0px center;
}

.icon-cutucar {
  padding: 2px;
  margin-top: 3px;
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/cutucar.png") no-repeat 0px center;
}

.icon-notificacao-nao-lida {
  padding: 2px;
  width: 14px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  background: url("../img/icon-notificacao-nao-lida.png") no-repeat 0px center;
}

.nav-tabs .atividadeTab {
  padding-left: 30px !important;
  background: url("../img/analysis.png") no-repeat 5px center;
}

.nav-tabs .negociacao_tarefaTab {
  padding-left: 30px !important;
  background: url("../img/money.png") no-repeat 5px center;
}

.nav-tabs .analiseTab {
  padding-left: 30px !important;
  background: url("../img/analysis2.png") no-repeat 5px center;
}

.nav-tabs .listaTab {
  padding-left: 30px !important;
  background: url("../img/lista.png") no-repeat 5px center;
}

.nav-tabs .pipelineTab {
  padding-left: 30px !important;
  background: url("../img/pipeline.png") no-repeat 5px center;
}

.nav-tabs .timelineTab {
  padding-left: 30px !important;
  background: url("../img/timeline.png") no-repeat 5px center;
}

.nav-tabs .metricaTab {
  padding-left: 30px !important;
  background: url("../img/metrica.png") no-repeat 5px center;
}

.nav-tabs .calendarioTab {
  padding-left: 30px !important;
  background: url("../img/calendario.png") no-repeat 5px center;
}

.nav-tabs .usuariosTab {
  padding-left: 30px !important;
  background: url("../img/usuarios.png") no-repeat 5px center;
}

.nav-tabs .apiTab {
  padding-left: 30px !important;
  background: url("../img/reportTender.png") no-repeat 5px center;
}

.nav-tabs .marketplaceTab {
  padding-left: 30px !important;
  background: url("../img/marketplace.png") no-repeat 5px center;
}

.nav-tabs .automacaoTab {
  padding-left: 30px !important;
  background: url("../img/automacao.png") no-repeat 5px center;
}

.nav-tabs .exportacaoTab {
  padding-left: 30px !important;
  background: url("../img/exportacao.png") no-repeat 5px center;
}

.nav-tabs .acaoTab {
  padding-left: 30px !important;
  background: url("../img/lista.png") no-repeat 5px center;
}

.nav-tabs .emailTab {
  padding-left: 30px !important;
  background: url("../img/emails.png") no-repeat 5px center;
}

.nav-tabs .attachmentTab {
  padding-left: 30px !important;
  background: url("../img/attachment.png") no-repeat 5px center;
}

.table-painel-negociacao tr td {
  height: 30px;
  vertical-align: middle;
}

.table-painel-tarefa tr td {
  height: 30px;
  vertical-align: middle;
}

.table-painel .iconPainel {
  text-align: center;
  padding-top: 7px;
}

.table-painel .quantidade {
  text-align: center;
  min-width: 50px;
  font-size: 1.1em;
}

.table-painel .valor {
  text-align: center;
  min-width: 100px;
  font-size: 85%;
}

.table-painel .descricao {
  padding-top: 10px;
  font-size: 85%;
}

.table-painel .titulo {
  font-size: 85%;
  min-width: 250px;
}

.btn-group-negociacao {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-negociacao > .btn-negociacao:last-child:not(:first-child),
.btn-group-negociacao > .dropdown-toggle:not(:first-child) {
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-negociacao.active {
  background-color: #fff;
  border: 1px solid green;
  color: green !important;
}

.btn-group-negociacao
  > .btn-negociacao:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-negociacao {
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 85%;
  border: 1px solid #fff;
  background-color: #fff;
}

.negociacao {
  font-size: 85%;
}

.negociacao ul {
  list-style: none;
  margin-left: 0px;
  padding: 0;
}

.negociacao li {
  /*text-decoration: underline;*/
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 8px;
  margin-bottom: 3px;
  /* height: 75px; */
  padding: 10px;
  overflow-y: auto;
}

.negociacao .ganha {
  background-color: #fff;
  border-left: 4px solid #136f63 !important;
}

.negociacao .perdida {
  background-color: #fff;
  border-left: 4px solid #f34213 !important;
}

.negociacao .pendente {
  background-color: #fff;
  border-left: 4px solid #e0ca3c !important;
}

.negociacao .arquivo {
  background-color: #fff;
  border-left: 4px solid #557ad7 !important;
}

.toolbar-contato-negociacao {
  float: right;
  margin-top: 5px;
}

.border-input-form {
  border: 1px solid #fff;
  transition: all 0.3s;
  box-shadow: none;
}

.border-input-form:hover {
  transition: all 0.3s;
  border: 1px solid #009688;
}

.title-list {
  background-color: #dedede;
  border: none;
}

.body-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.toolbar-grafico-analises {
  float: right;
  margin-right: 10px;
  margin-top: 0px;
  margin-left: 10px;
}

.rounded {
  box-shadow: 0 0 4px #000000;
  border-radius: 7px;
}

.crm-LoginLogo {
  margin: 80px auto 60px auto;
  width: 200px;
}

.contentWide {
  margin-left: 0px;
  border-radius: 0px;
  padding: 0px;
  background: #dddce2 url(../img/app_bg_light.png) repeat left top;
}

.flex-gap-center {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #bb2a2a;
  position: relative;
}

.alert-required {
  right: -20px;
  position: absolute;
}

/*Fundo da tela de login, nova conta e nova senha*/
.contentDark {
  background: #fff;
}

.text-titulo {
  /*color: #B9B8B6;*/
  color: #006dcc;
  font-weight: normal;
}

.alerta {
  background: url("../img/alert.png") 15px 15px no-repeat;
  background-color: lightYellow;
  margin: 15px 0px 15px 0px;
  padding: 15px 10px 15px 80px;
  border-top: 1px solid #ffcb46;
  border-bottom: 1px solid #ffcb46;
  min-height: 40px;
  font-size: 0.9em;
}

.separator-box {
  border-top: 1px dashed #ccc;
  margin-top: 15px;
  padding-top: 10px;
}

.separator-contorno {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-top: 2px;
  padding-top: 2px;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

.alerta h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0 0;
}

.visivel {
  display: block;
}

.invisivel {
  display: none;
}

.side-bar {
  padding: 10px;
}

#lista-grade {
  min-height: 500px;
  min-width: 500px;
}

.acoes ul {
  /*list-style: none;*/
  margin-left: 15px;
  padding: 0;
}

.acoes li a {
  /*text-decoration: underline;*/
  line-height: 15px;
  /*padding-left: 2px;*/
  display: block;
  /*color: blue;*/
}

.store {
  margin-top: 10px;
}

.store button {
  font-size: 13px;
}

.store p {
  color: #999;
}

.margin-xs {
  margin-bottom: 3px;
}

.help {
  cursor: help;
}

.widget-content-crm {
  padding: 12px 15px;
  border-bottom: 1px solid #cdcdcd;
  min-height: 100px;
  background-color: #ffffff;
}

.widget-content-crm .list-crm {
  min-height: 0;
}

.collapse.in .list-crm {
  min-height: 0;
}

.put-margin {
  margin-top: 16px;
}

.btn-form {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.end {
  justify-content: end !important;
}
.btn-form button {
  border: none;
  border-radius: 1000px;
}

.btn-form .btn-default {
  border: none;
  border-radius: 1000px;
  background-color: transparent;
  border: 1px solid #ccc;
}

.list-crm {
  padding: 10px;
  margin: 0;
  min-height: 70vh;
  background-color: #f2f2f2;
}

.card-user-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.list-crm li {
  border-bottom: 1px solid #cccc;
  list-style: none outside none;
  padding: 6px 1px 6px 8px;
  line-height: 15px;
}

.list-crm p {
  margin: 0px;
  font-size: 14px;
  line-height: 16px;
  overflow-wrap: break-word;
}

.break-word {
  overflow-wrap: break-word;
}

.small {
  font-size: 11px;
  line-height: 15px;
}

.bg-white {
  background-color: white;
}

.info {
  color: #666666;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
}

.labelGrid {
  font-size: 10px;
  line-height: 12px;
}

.info p {
  /*padding: 0 0 4px;*/
}

.info2 {
  font-size: 12px;
  line-height: 15px;
}

.border-top {
  border-top: 1px solid #cdcdcd;
}

.right {
  float: right;
}

.late {
  color: #ac6363;
}

.today {
  color: #75b468;
}

.ahead {
  color: #4b6c6b;
}

#tableTasks th,
#tableTasks td {
  padding: 3px;
}

table .small {
  font-size: 85%;
}

table .font-mini {
  font-size: 75%;
}

.margin-y-5 {
  margin: 5px 0 !important;
}

.margin-x-5 {
  margin: 0 5px;
}

.margin6 {
  margin: 6px;
}

.margin10 {
  margin: 10px;
}

.margin20 {
  margin: 20px;
}

.top5 {
  margin-top: 5px;
}

.right0 {
  margin-right: 0px;
}

.right5 {
  margin-right: 5px;
}

.new-update .update-done .right0 {
  margin-right: 0px;
}

.bold {
  font-weight: bold;
}

#mainfooter {
  background: #243547;
  background-color: #243547;
  margin-top: 25px;
  margin-bottom: -20px;
  color: #fff;
  padding: 20px 20px 20px 60px;
}

#mainfooter table {
  width: 60%;
  margin: 0 auto;
}

#mainfooter td {
  vertical-align: top;
}

#mainfooter a:hover {
  text-decoration: underline;
}

#mainfooter a {
  color: #fff;
  text-decoration: none;
}

#mainfooter h3 {
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.4em;
  font-weight: 500;
}

#mainfooter .copyright {
  margin: 35px 0px 5px 0px;
  text-align: center;
}

.contactDetails a {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

#formcontato label {
  margin-bottom: 0px;
}

.marketing .col-sm-5 col-md-5 {
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
  font-size: 28px;
}

.marketing .col-sm-5 col-md-5 p {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
  line-height: 20px;
}

.featurette-divider {
  margin: 10px 0;
  /* Space out the Bootstrap <hr> more */
}

.featurette {
  padding-top: 15px;
  /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden;
  /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
  margin-top: -120px;
  /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}

.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.contact-heading {
  font-size: 31.5px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px;
  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

.safe {
  background: url("../img/safe.png") no-repeat center center;
}

.mailbox {
  background: url("../img/mailbox.png") no-repeat center center;
}

.white-bg-full {
  padding: 40px 0px 40px 0px;
  background: #ffffff;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.scrolltop {
  background-color: #f1f1f1;
  border: 2px solid darkGray;
  border-radius: 100px 100px 100px 100px;
  -webkit-border-radius: 100px;
  /*Unknown property name.-moz-border-radius: 100px;*/
  display: none;
  height: 28px;
  opacity: 0.6;
  /*Invalid property value.filter: alpha(opacity=60);*/
  position: fixed;
  right: 2%;
  top: 45%;
  width: 28px;
  z-index: 33;
}

.scrolltop span {
  position: relative;
  top: 1px;
  left: 8px;
}

.loading {
  height: 34px;
  position: fixed;
  right: 2%;
  top: 95%;
  width: 34px;
  z-index: 33;
  background: url(../img/loader.gif) center center no-repeat;
}

/* 23/02/2014 */
/* mavbar-inverse-soft */
.navbar-inverse-soft {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  background: #243547 !important;
}

.navbar-inverse-soft .navbar-inner {
  height: 62px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: -20px;
  margin-right: -20px;
  background: #29384b;
  border-bottom: 0 none;
}

.btn-new {
  border: none;
  background-color: #47665e;
  color: #fff;
  border-radius: 5px;
}

.btn-new:active {
  color: white;
  background-color: #243e36;
}

.btn-new:hover {
  color: white;
  background-color: rgb(95, 138, 125);
}

/* 15/06/2015 - perfil do usuário */
.nav > .navbar-profile > a {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
}

.navbar-profile-avatar {
  position: relative;
  top: -1px;
  width: 36px;
  margin-right: 0.3em;
  border: 2px solid #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.navbar-profile-label {
  display: inline;
  font-size: 13px;
}

.navbar-profile-label-visible {
  display: inline !important;
}

.profile-avatar-edit {
  background-color: transparent;
  margin-bottom: 0;
  display: none;
  font-size: 10rem;
  max-width: 95%;
  position: absolute;
  z-index: 1000;
  margin: auto;
  font-size: 3rem;
  border: none;
  animation: pop 0.3s ease-out;
}

@keyframes pop {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.profile-avatar-img {
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  display: inline-flex;
  font-size: 10rem;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.container-img-product {
  padding: 3%;
  border-radius: 50%;
  border: 1px solid #cccc;
  overflow: hidden;
  background-color: #ffff;
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.cover-product-img:hover > .profile-avatar-edit {
  color: rgb(0, 0, 0);

  display: inline-flex;
}

.cover-product-img {
  border: 1px solid #cccc;
  width: 100%;
  height: 100%;
  display: inline-flex;
  background-color: transparent;
  position: absolute;
  border-radius: 50%;
  justify-content: center;
  transition: background-color 0.2s ease;
  align-items: center;
  z-index: 1000;
}

.cover-product-img:hover {
  background-color: rgb(0 0 0 / 54%);
  display: inline-flex;
}

.profile-avatar-img,
.img-responsive {
  border-radius: 50%;
}

.avatar {
  display: inline-block;
}

.avatar img {
  width: 35px;
  height: 35px;
  margin-right: 0.65em;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ddd;
}

.avatarGame {
  display: inline-block;
}

.avatarGame img {
  width: 55px;
  height: 55px;
  margin-right: 0.65em;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #ddd;
}

.avatarGameDetalhe {
  display: inline-block;
}

.avatarGameDetalhe img {
  width: 40px;
  height: 40px;
  margin-right: 0.65em;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid #ddd;
}

.table-center > tbody > tr > td {
  vertical-align: middle;
}

/* */
.navbar-inverse-soft {
  height: 66px;
  padding-left: 20px;
  padding-right: 20px;
  /*background: #232C37;*/
  background: #2d2d2d;
}

.navbar-inverse-soft .brand,
.navbar-inverse-soft .nav > li > a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 15px 10px 20px;
}

.navbar-inverse-soft .brand:hover,
.navbar-inverse-soft .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse-soft .nav > li > a:focus,
.navbar-inverse-soft .nav > li > a:hover {
  background-color: #1e2630;
  color: #ffffff;
  text-decoration: none;
}

.navbar-inverse-soft .nav .active > a,
.navbar-inverse-soft .nav .active > a:hover,
.navbar-inverse-soft .nav .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #397578;
  /*background-color: #405166;*/
  /* %%%% color: #ffffff;  
  background-color: #111111;*/
}

.navbar-inverse-soft ul.nav > li > a:hover {
  background-color: #397578;
}

.navbar-inverse-soft ul.nav > li > a {
  padding: 8px 15px 8px 15px;
  margin-top: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.navbar-inverse-soft .navbar-link {
  color: #999999;
}

.navbar-inverse-soft .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse-soft .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse-soft .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse-soft .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse-soft .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  /*background-color: #405166;*/
  background-color: #397578;
}

.navbar-inverse-soft .dropdown-menu > li > a:hover,
.navbar-inverse-soft .dropdown-menu > li > a:focus,
.navbar-inverse-soft .dropdown-submenu:hover > a,
.navbar-inverse-soft .dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #397578;
  /*background-color: #5c9923;*/
  background-image: initial;
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#61a125), to(#548c20));*/
  /*background-image: -webkit-linear-gradient(top, #61a125, #548c20);*/
  /*background-image: -o-linear-gradient(top, #61a125, #548c20);*/
  /*background-image: linear-gradient(to bottom, #61a125, #548c20);*/
  background-repeat: initial;
  filter: initial;
}

.navbar-inverse-soft .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse-soft .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse-soft .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse-soft .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse-soft .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse-soft .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse-soft .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse-soft .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse-soft .navbar-search .search-query:focus,
.navbar-inverse-soft .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse-soft .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  /* *background-color: #040404; */
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#151515),
    to(#040404)
  );
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse-soft .btn-navbar:hover,
.navbar-inverse-soft .btn-navbar:active,
.navbar-inverse-soft .btn-navbar.active,
.navbar-inverse-soft .btn-navbar.disabled,
.navbar-inverse-soft .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  /* *background-color: #000000; */
}

.navbar-inverse-soft .btn-navbar:active,
.navbar-inverse-soft .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
  /* *display: inline; */
  text-shadow: 0 1px 0 #ffffff;
  /* *zoom: 1; */
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999999;
}

.pagination {
  margin: 0px 0px;
}

.pagination ul {
  /*display: inline-block;*/
  /* *display: inline; */
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* *zoom: 1; */
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  font-size: 0.8em;
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  /*  background-color: transparent;*/
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  /* *zoom: 1; */
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-inverse-soft .brand,
.navbar-inverse-soft .nav > li > a {
  color: #ffffff;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  padding: 16px 15px 10px 20px;
}

.navbar-soft-inner .brand {
  display: block;
  float: left;
  padding: 5px 20px 0px;
  margin-top: 13px;
  /*margin-left: 30px;*/
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
  background: url(../img/logoFinal.png) no-repeat left center;
  height: 37px;
  width: 201px;
}

.navbar-soft-inner > .in .navbar-nav {
  background-color: rgb(40, 51, 63);
}

.navbar-soft-inner > .in .navbar-nav .open .dropdown-menu > li > a {
  background-color: rgb(252, 255, 255);
}

.navbar-soft-inner > .in .navbar-nav {
  border-radius: 5px;
}

.widget-box .widget-title .icon a {
  color: #444444;
}

.dark {
  color: #444444;
}

.white {
  color: #fff;
}

.red {
  color: red;
}

.form-search {
  margin-top: 15px;
}

.full {
  width: 100%;
}

.panel-soft {
  height: 100%;
  width: 100%;
  border-color: #ddd;
  min-height: 450px;
}

.teste-shit {
  border: 5px solid #000;
}

.panel-soft > .panel-heading {
  background-color: #efefef;
  border-bottom: 1px solid #dddddd;
}

#mystyles {
  border: 3px solid #000;
}

.panel-soft > .panel-heading > .panel-title {
  color: #444444;
  font-size: 14px;
}

.panel-soft > .panel-body {
  padding: 12px 15px;
}

.soft-cutucar {
  cursor: pointer;
}

/*fonte softcom*/
@font-face {
  font-family: "FontSoftCom";
  src: url("../fonts/FontSoftCom.eot?cr3l0m");
  src: url("../fonts/FontSoftCom.eot?#iefixcr3l0m") format("embedded-opentype"),
    url("../fonts/FontSoftCom.woff?cr3l0m") format("woff"),
    url("../fonts/FontSoftCom.ttf?cr3l0m") format("truetype"),
    url("../fonts/FontSoftCom.svg?cr3l0m#FontSoftCom") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="soft-"],
[class*=" soft-"] {
  font-family: "FontSoftCom";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.soft-deal:before {
  content: "\e601";
}

.soft-home:before {
  content: "\e603";
}

.soft-company:before {
  content: "\e604";
}

.soft-follow:before {
  content: "\e605";
}

.soft-comment:before {
  content: "\e606";
}

.soft-acts:before {
  content: "\e607";
}

.soft-attach:before {
  content: "\e602";
}

.soft-product:before {
  content: "\e600";
}

.soft-chart-pie:before {
  content: "\e608";
}

.soft-chart-line:before {
  content: "\e609";
}

.soft-chart-bar:before {
  content: "\e60a";
}

.soft-carta:before {
  content: "\e60b";
}

.soft-cutucar:before {
  content: "\e60c";
}

/*custom bootstrap*/
.page-header {
  padding-bottom: 10px;
  margin: 15px 0 10px;
  border-bottom: 1px solid #dddddd;
}

.badge-default,
.label-default {
  /*background-color: #9999999;*/
  background-color: #aaa;
}

.badge-default[href]:hover,
.label-default[href]:hover,
.badge-default[href]:focus,
.label-default[href]:focus {
  background-color: #222f3d;
}

.badge-arquivo,
.label-arquivo {
  background-color: #9eb7f8;
}

.badge-arquivo[href]:hover,
.label-arquivo[href]:hover,
.badge-arquivo[href]:focus,
.label-arquivo[href]:focus {
  background-color: #8ba7f0;
}

.text-warning {
  color: #7b9bed;
}

.text-warning:hover {
  color: #7497f0;
}

.text-warning {
  color: #d2aa03;
}

.text-warning:hover {
  color: #bc9c1b;
}

.badge-success,
.label-success {
  background-color: #17b6b2;
}

.badge-danger,
.label-danger {
  /*background-color: #b94a48;*/
  background-color: #e53d3a;
}

.label-inverse,
.badge-inverse {
  background-color: #555555;
}

.badge-warning,
.label-warning {
  background-color: #f0ad4e;
  /*background-color: #ec971f;*/
}

.badge-info,
.label-info {
  background-color: #5bc0de;
}

.btn-inverse {
  color: #ffffff;
  background-color: #555555;
  border-color: #494949;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #414141;
  border-color: #2a2a2a;
}

.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}

.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555555;
  border-color: #494949;
}

.btn-inverse .badge {
  color: #555555;
  background-color: #fff;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-right: 0px;
  font-weight: normal;
  /*font-size: 13px;*/
}

.input-group-addon {
  /*background-color: #fff;*/
}

.form-group {
  padding-bottom: 7px;
  margin-bottom: 7px;
}

.form-search .form-group {
  padding-bottom: 0px;
}

.form-horizontal .form-group {
  /* border-bottom: 1px solid #eeeeee; */
}

.form-horizontal .form-group:last-child {
  border-bottom: 0;
}

.form-horizontal .no-border {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.form-control {
  padding: 6px 8px;
  /*display: inline-block;*/
}

.form-control-detail {
  display: block;
  height: 30px;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.icon-alert-mensagem {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 30px;
  text-align: center;
  cursor: help;
  color: #bb2a2a;
}

.icon-alert-mensagem-contato {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 30px;
  text-align: center;
  cursor: help;
  color: #bb2a2a;
}

.icon-inline {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 30px;
  text-align: center;
  color: #444444;
}

.icon-action-mensagem {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.icon-inline-top {
  top: -5px;
}

.icon-inline-bottom {
  top: 12px;
}

.table .icon-alert-mensagem {
  position: relative;
  display: inline;
  margin-left: 2px;
}

.modal-body {
  overflow-y: auto;
}

.modal-footer {
  text-align: left;
}

.container {
  padding: 0px 10px;
  /*devido main nabbar*/
  margin-top: -3px;
}

.success {
  color: rgba(0, 128, 0, 0.56);
}

.error {
  /*cursor: help;*/
  color: rgba(255, 0, 0, 0.66);
}

.navbar {
  border: 0px;
}

.form-horizontal .form-group {
  margin-right: -7px;
  margin-left: -7px;
}

.boxBusca {
  padding: 3px 5px;
  width: 320px;
  font-size: 0.9em;
}

.boxBusca .panel {
  margin-bottom: -5px;
}

.boxBusca .panel-heading {
  padding: 5px 10px 0px;
}

.boxBusca .panel-body {
  padding: 0px 5px 5px;
}

.boxBusca .row {
  /*margin-bottom: -10px;*/
}

.boxAgente {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: height 0.4s;
  background-color: rgb(50, 118, 177);
  padding: 2px;
  width: 250px;
  height: 25px;
  color: #fff;
  font-size: 0.8em;
  z-index: 99999;
  border-radius: 5px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

#boxAgente.maximized {
  height: 140px;
  overflow: auto;
  overflow-x: hidden;
  border-radius: 5px;
  transition: height 0.4s;
}

.boxAgente .nav-tabs > li > a {
  line-height: 0.2;
}

.boxAgente .nav > li > a {
  color: white;
  padding: 8px 15px;
}

.boxAgente .nav-tabs > li.active > a,
.boxAgente .nav-tabs > li > a:hover,
.boxAgente .nav-tabs > li > a:focus {
  color: #555555;
}

.boxHeader {
  font-size: 18px;
}

.boxHeader a {
  color: white;
}

.boxHeader a:hover {
  font-weight: bold;
}

.boxHeader i {
  margin-right: 5px;
}

.boxAgente .btnBoxAgente {
  float: right;
}

.boxHeader span {
}

.bigBox .bigboxnumber {
  width: 100%;
  text-align: right;
  font-size: 25px;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fast {
  -webkit-animation-duration: 0.4s;
}

/* Header */
#header {
  min-height: 77px;
  position: relative;
  border-radius: 0px;
  width: 100%;
  background-color: #fffefe;
}


#header h1 {
  /* background: url("../img/logoFinal.png") no-repeat scroll 0 0 transparent; */
  height: 50px;
  /* left: 15px; */
  /* line-height: 600px; */
  /* overflow: hidden; */
  /* position: relative; */
  /* top: 8px; */
  width: 100%;
}

#header h1 a {
  display: block;
  cursor: pointer;
}

/*user's image*/
.navbar-top-links a.btn {
  text-shadow: none !important;
  /*padding: 8px 12px 2px 12px!important;*/
  padding: 8px 7px 2px 5px !important;
}

/* Navigation */
/* Top Right Navigation Dropdown Styles */

.navbar-top-links {
  font-size: 13px;
  margin-top: 1px;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-left li a {
  color: #fff;
  cursor: pointer;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  min-height: 0;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

.icon-menu {
  padding: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6d6d6d;
  color: white;
  border-radius: 1000px;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links > li > a {
  /*padding: 10px 15px;*/
  padding: 10px;
}

.item-tag {
  margin-left: 5px !important;
  margin-right: 4px !important;
}

@media (min-width: 0px) and (max-width: 767px) {
  #header h1 {
    top: -5px;
  }

  #content-header .btn-group .btn {
    padding: 9px 3px 9px;
  }

  /*margem superior nos formulários*/
  .form-horizontal .control-label {
    padding-top: 0px;
  }

  #content-header h1 {
    font-size: 20px;
    padding-top: 8px;
  }

  #search {
    margin-top: 0px;
    float: none;
  }

  #search .globalSearch {
    width: 98%;
    margin-left: 5px;
    margin-right: 5px;
  }

  #sidebar > ul {
    margin-left: -40px;
  }

  #sidebar > ul > li {
    border-top: 0px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    padding: 0px 15px;
  }

  #search .globalSearch {
    width: 200px;
  }

  .navbar-profile-label {
    display: none;
  }
}

@media (min-width: 768px) {
  #header {
  }

  #search {
    margin-left: 0px;
  }

  .content {
    margin-left: 195px;
    border-top-left-radius: 8px;
    min-height: 100vh;
  }

  #content-header {
    border-top-left-radius: 8px;
    margin-top: -36px;
  }

  /*sidebar oculto*/
  div.sidebar.collapsed {
    display: none;
  }

  #header h1.collapsed {
    top: -10px;
  }

  .content.collapsed {
    margin: 0 0;
    border-top-left-radius: 0px;
  }

  /*sidebar reduzido*/
  div.sidebar.reduced {
    width: 50px;
  }

  .sidebar.reduced > ul {
    width: 50px;
  }

  .sidebar.reduced > ul span {
    display: none;
  }

  .sidebar .reduced > li.divider {
    margin: 15px 0;
    height: 2px;
    background: #30373e;
  }

  #header.reduced {
    min-height: 35px;
  }

  #header.reduced > .navbar-header {
    height: 40px;
  }

  #header.reduced h1 {
    top: -10px;
  }

  .content.reduced {
    margin: 0 0 0 50px;
  }

  .content.reduced #content-header {
    margin-top: 1px;
    border-top-left-radius: 0px;
  }

  .sidebar.reduced > ul > li > a {
    padding: 10px;
    color: #cccccc;
  }

  /* .scrollable > table{
    border:none;
  } */

  /**/
  .navbar-static-side {
    z-index: 1;
    position: absolute;
    width: 220px;
  }

  .take_borders_off {
    border: none;
  }

  /* Sidebar Navigation */
  .sidebar {
    display: block;
    float: left;
    position: relative;
    width: 195px;
    z-index: 16;
  }

  .sidebar > ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    width: 195px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #content-header .btn-group .btn {
    padding: 9px 6px 9px;
  }

  #content-header h1 {
    font-size: 20px;
    padding-top: 8px;
  }
}

@media (min-width: 860px) {
  #search .globalSearch {
    width: 250px;
  }
}

@media (max-width: 992px) {
  .btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }

  #search .globalSearch {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding: 0px 20px;
  }
}

.modal-content .modal-header {
  padding: 0px 12px;
  padding-bottom: 10px;
  border: none;
}

.modal-header h5 {
  font-weight: 800;
  font-size: 2rem;
}

.modal-content .modal-header .close {
  /*margin-top: 0px;*/
}

.modal-content .modal-body {
  padding: 10px 16px;
}

.modal-content .modal-footer {
  margin-top: 0px;
  padding: 4px 12px;
  border: none;
}

.modal-content .modal-body .form-group {
  padding-bottom: 0px;
}

.alert {
  padding: 15px;
}

.title-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f2f2;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  justify-content: space-around;
}

.title-tab > h5 {
  padding-left: 15px;
}

.title-tab-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f2f2;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  justify-content: space-around;
}

.title-tab-content > h5 {
  padding-left: 15px;
}

.title-tab-form {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ffffff;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  justify-content: space-around;
}

.count-label {
  border-radius: 1000px;
  font-size: small;
  padding: 5px;
  background-color: transparent !important;
  font-weight: bold;
  border: 1px solid #009e9b !important;
  color: #009e9b !important;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 20px;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.gap-2 {
  gap: 2px;
}

.space-between {
  justify-content: space-between;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.dialog-aside {
  max-width: 400px;
  width: 400px;
  float: right;
  border-left: 1px solid #ccc;
  padding: 10px;
}

.list-crm-dados li {
  width: 100%;
  padding: 5px 0;
}

.dialog-line {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.flex-start {
  justify-content: start !important;
}

.warp {
  flex-wrap: wrap !important;
}

.vertical-center {
  vertical-align: middle !important;
}

.dialog-header {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  z-index: 100;
}

.flex-col {
  flex-direction: column !important;
}

.detalhes-dialog li {
  width: 100%;
}

.flex-justify-center {
  justify-content: center;
}

.add-funil-btn {
  cursor: pointer;
  padding: 5px;
  border: 1px solid #ccc !important;
  transition: all 0.2s ease-in;
}

.add-funil-btn:hover {
  transition: all 0.2s ease-in;
  background-color: #cccccc6d;
}

.flex-items-center {
  align-items: center !important;
}

.flex-items-start {
  align-items: start !important;
}

.overflow-hidden {
  overflow: hidden;
}

.flex-gap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.margin-0 {
  margin: 0;
}

.icon-side {
  padding: 5px;
  background-color: #ccc;
  color: #f2f2f2;
  border-radius: 1000px;
  width: fit-content;
}

.icon-side.email {
  background-color: rgb(162, 204, 94);
}

.icon-side.internet {
  background-color: rgb(94, 118, 204);
}

.icon-side.google {
  background-color: rgb(204, 94, 94);
}

.icon-side.linkedin {
  background-color: rgb(94, 156, 204);
}

.title-tab-form-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f2f2f2;
  display: inline-flex;
  padding: 15px;
  align-items: center;
  justify-content: space-around;
  padding: 5px 10px;
  width: 100%;
  justify-content: space-between;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 5;
}

.title-tab-form-header h5,
.title-tab-form-header span i {
  font-size: 2rem;
}

.list-crm-form {
  border-top: 1px solid #cccc;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
}

.panel-title {
  font-size: 14px;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: start !important;
}

.padding-0 {
  padding: 0;
}

.list-none {
  list-style: none;
}

.padding-4 {
  padding: 4 !important;
}

.padding-10 {
  padding: 10 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.border-none {
  border: none !important;
}

.table > thead > tr > th {
  border-top: 1px solid #cccc;
  vertical-align: middle;
}

.table > tfoot > tr > th {
  vertical-align: middle;
}

.label,
.badge {
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
  font-size: 90%;
  /*font-weight: normal;*/
  font-weight: 300;
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.table-responsive {
  /*border: none;*/
}

a {
  cursor: pointer;
  font-weight: 400;
}

strong {
  font-weight: 400;
}

.block {
  display: block;
}

/*dataRangePicker*/
.dateRangePicker {
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 4px;
  color: #555555;
  background-color: white;
  padding: 2px 4px 1px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid #cccccc;
  max-height: 30px;
  overflow-x: visible;
}

.dateRangePicker .dateStr {
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 0.9em;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 35px;
  height: 35px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 100;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  filter: alpha(opacity=50);
  opacity: 1;
}

.carousel-control.right {
  left: auto;
  right: 15px;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.modal-negociacao .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.modal-negociacao .main {
  padding: 10px;
  width: 100%;
}

.modal-negociacao .icons {
  font-size: 2rem;
}

.icons .close:hover {
  color: rgb(34, 34, 34);
}

.icons .close:hover {
  color: rgb(212, 76, 76);
}

.modal-negociacao-container {
  display: none;
  width: 0;
  transition: all 0.5s;
}

.modal-negociacao-container.open {
  display: flex;
  width: 100%;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xlg {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xlg {
    width: 1200px;
  }
}

.btn-rounded {
  border-radius: 1000px;
}

.input-rounded {
  border-radius: 1000px;
}

.btn-w-full {
  width: 100%;
}

.tables > thead > tr > .active,
.tables > tbody > tr > .active,
.tables > tfoot > tr > .active,
.tables > thead > .active > td,
.tables > tbody > .active > td,
.tables > tfoot > .active > td,
.tables > thead > .active > th,
.tables > tbody > .active > th,
.tables > tfoot > .active > th {
  background-color: #f5f5f5;
}

.tables > thead > tr > .success,
.tables > tbody > tr > .success,
.tables > tfoot > tr > .success,
.tables > thead > .success > td,
.tables > tbody > .success > td,
.tables > tfoot > .success > td,
.tables > thead > .success > th,
.tables > tbody > .success > th,
.tables > tfoot > .success > th {
  background-color: #dff0d8;
}

.tables > thead > tr > .danger,
.tables > tbody > tr > .danger,
.tables > tfoot > tr > .danger,
.tables > thead > .danger > td,
.tables > tbody > .danger > td,
.tables > tfoot > .danger > td,
.tables > thead > .danger > th,
.tables > tbody > .danger > th,
.tables > tfoot > .danger > th {
  background-color: #f8d5d5a6;
}

.inativo {
  border-left: 5px solid rgb(221, 99, 99);
}

.inativo-bg td {
  background-color: rgba(221, 99, 99, 0.144) !important;
}

.lembrete-modal {
  overflow-wrap: normal;
}

@media (max-width: 800px) {
  .lembrete-modal {
    overflow-wrap: anywhere;
  }
}

.fade-out {
  animation: fadeOut 0.5s ease forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.tables > thead > tr > .warning,
.tables > tbody > tr > .warning,
.tables > tfoot > tr > .warning,
.tables > thead > .warning > td,
.tables > tbody > .warning > td,
.tables > tfoot > .warning > td,
.tables > thead > .warning > th,
.tables > tbody > .warning > th,
.tables > tfoot > .warning > th {
  background-color: #fcf8e3;
}

.modal-itengracao-box {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.crm-img {
  background-image: url(../img/LogoSimples.svg);
}

.modal-integracao-header {
  background-color: #f2f2f2;
  padding: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.applyFilter {
  position: sticky;
  width: 100%;
  background-color: white;
}

.sideConfig {
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  height: 80vh;
  background-color: #f2f2f2;
  width: fit-content;
  overflow: auto;
  min-width: 300px;
  max-width: 300px;
}

.close-icon {
  font-size: 1.8rem;
  color: #222;
}

.novo-campo {
  padding: 10px;
  border: 1px solid #ccc;
  color: #ccc;
}

.preview {
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  height: 80vh;
  background-color: #f2f2f2;
  width: fit-content;
  width: 100%;
}

[ui-sortable] {
  cursor: move;
}

[ui-sortable] .ng-scope {
  margin-bottom: 10px;
}
@keyframes fadeIn {
  from {
    opacity: 0.5;
    transform: scale(4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.container-public-form.animate {
  display: block;
  animation: fadeIn 0.5s ease-out forwards;
}
.copy-btn {
  padding: 5px;
  border-radius: 5px;
  animation: 0.5s ease;
  border: 1px solid #ccc;
}
.copy-btn:hover {
  background-color: #cccc;
  animation: 0.5s ease;
}

.public-form-box {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: fit-content;
  background: white;
  border-radius: 10px;
  margin: 20px;
}

.container-public-form {
  width: 100%;
  height: 97vh;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ph {
  transition: transform 0.3s ease-in-out;
}

.ph-check-circle,
.ph-copy-simple {
  transform: scale(1);
}

.ph-check-circle {
  color: green;
}

.ph-x-circle {
  color: red;
}

.ph-copy-simple {
  color: blue;
}

.ph.pulse {
  animation: pulse 0.5s ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid var(--color-crm-main);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-container p {
  margin-top: 10px;
  font-size: 16px;
  color: var(--color-crm-main);
}
.img-card {
  min-width: 450px;
}
@media (max-width: 1000px) {
  .modal-dialog {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .img-card {
    min-width: 100%;
  }
  .modal-content {
    padding: 20px;
  }
  .modal-header button {
    font-size: 18px;
  }
  .modal-body {
    flex-direction: column;
    align-items: center;
  }
  .modal-body img {
    max-width: 100%;
    height: auto;
  }
  .modal-body p {
    font-size: 1rem;
  }
  .btn-form button {
    width: 100%;
    justify-content: center;
  }
}

.add-negociacao {
  padding: 20px;
  border: 1px solid #ccc;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  opacity: 0;
  cursor: pointer;
}

.add-negociacao:hover {
  opacity: 1;
}

.dropdown-menu {
  animation: 0.1s ease-out slideup;
  transition: opacity 0.1s ease-out; /* Adiciona transição suave de opacidade */
}

@keyframes slideup {
  from {
    opacity: 0;
    transform: translateY(10%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.color-option {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
