body {
  overflow-y: scroll;
}

input {
  filter: none;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.navbar-brand-box {
  background: #fff;
}

.header-item {
  display: inline-flex;
  align-items: center;
}

.logo span.logo-sm img {
  max-height: 48px;
}

.form-content {
  display: flex;
  --sidebar-width: 320px;
}

.form-content .form-main {
  flex: 1;
}

.form-content .form-sidebar {
  flex-basis: var(--sidebar-width);
  min-width: var(--sidebar-width);
  max-width: var(--sidebar-width);
  margin-left: 30px;
}

@media (max-width: 1279.98px) {
  .form-content {
    --sidebar-width: 250px;
  }
}

@media (max-width: 991.98px) {
  .form-content {
    flex-direction: column;
    --sidebar-width: inherit;
  }

  .form-content.form-lista .form-main {
    order: 2;
  }

  .form-content .form-sidebar {
    margin-left: 0;
  }
}

.req {
  color: #cc0000;
}

.card-form .cms-secao {
  border-bottom: 1px solid #efefef;
  padding: 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.card-form .cms-secao .form-group {
  margin-bottom: 0;
}

.card-form .cms-secao:last-child {
  border: 0;
  margin-bottom: 0;
}

.card-form .card-body .customtab {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.subtitle {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-top: 60px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.subtitle:first-child {
  margin-top: 0;
}

h3.subtitle {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .form-horizontal label {
    text-align: left !important;
  }
}

.popover.-confirm .popover-body {
  white-space: nowrap;
  background: #2f353e;
  border-radius: 5px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.4em;
  z-index: 900001;
}

.popover.-confirm a {
  text-decoration: none;
  color: #9ea3a8;
}

.popover.-confirm a[data-event="confirm"] {
  color: #f55e4f;
}

.card-form .card-header {
  border-bottom: 1px solid #eaeaea;
}

.card-form .card-body {
  position: relative;
}

.card-form .card-footer {
  position: sticky;
  bottom: 0;
  padding: 20px;
  border-top: 1px solid #eaeaea;
  background: rgb(246, 246, 246);
  background: linear-gradient(
    180deg,
    rgba(246, 246, 246, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 5;
}

.main-content {
  overflow: inherit;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7;
  background-color: #e9ecef;
  cursor: not-allowed;
}

.sem-registros {
  text-align: center;
}

.btn {
  padding: 0.375rem 0.75rem;
}

.btn-xs {
  font-size: 0.8rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
}

.btn-xs {
  padding: 0.17rem 0.35rem 0.14rem;
}

.btn-label {
  font-size: 1rem;
  margin: -0.375rem 12px -0.375rem -0.75rem;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 7px 12px;
}

.btn-label i {
  font-size: 0.9rem;
}

.btn-sm .btn-label {
  margin: -0.25rem 12px -0.25rem -0.5rem;
  padding: 4px 9px;
}

.btn-xs .btn-label {
  margin: -0.17rem 8px -0.17rem -0.35rem;
  padding: 4px 9px;
}

.btn-icon {
  text-align: left;
}

.table .thead-light th {
  vertical-align: middle;
  color: #2f3c48;
  background-color: #d7dde5;
  font-weight: 800;
}

.filtro-situacao {
  font-size: 12px;
  margin-bottom: 10px;
}

.filtro-situacao ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.filtro-situacao li a {
  color: #1976d2;
}

.filtro-situacao li a.current {
  color: #333;
  font-weight: 700;
}

.filtro-situacao li a .count {
  color: #999;
  font-weight: normal;
}

.filtro-situacao li + li {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.filtro-situacao li + li:before {
  content: "|";
  position: absolute;
  left: -4px;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(2n + 2) {
  background-color: #f8f9fa;
}

.cms-switch-sm input[switch] + label {
  width: 36px;
  height: 18px;
}

.cms-switch-sm input[switch] + label::after {
  left: 3px;
  height: 14px;
  width: 14px;
}

.cms-switch-sm input[switch]:checked + label::after {
  left: 19px;
}

.cms-media .img-thumbnail {
  display: inline-block;
  border-color: #e5e5e5;
}

.thumb-imagem {
  width: 110px;
  height: 110px;
  display: block;
  background-color: #fafafa;
}

.thumb-bg {
  background-color: #f5f5f5;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.img-thumbnail {
  background-color: #fafafa;
  border-color: #e5e5e5;
}

.wrap-visualizando {
  display: flex;
  align-items: center;
  height: 100%;
}

.wrap-paginacao {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 575.98px) {
  #form-busca {
    margin-top: 20px;
  }

  .wrap-visualizando {
    justify-content: center;
    padding: 15px 0;
    height: auto;
  }

  .wrap-paginacao {
    justify-content: center;
  }
}

.lista-secoes .item {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fafafa;
  padding: 15px;
}

.wrap-situacao {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.situacao-switcher input + label {
  text-indent: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 0;
}

.situacao-switcher input + label span {
  display: inline-block;
  padding-top: 2px;
}

.situacao-switcher input + label .ativo {
  display: none;
}

.situacao-switcher input:checked + label .inativo {
  display: none;
}

.situacao-switcher input:checked + label .ativo {
  display: inline-block;
}

.wrap-situacao .botao-excluir a {
  font-size: 20px;
  color: #999;
}

.accordion-wrap:last-child {
  margin-bottom: 15px;
}

.accordion-wrap .card.card-accordion {
  margin-bottom: 0;
  box-shadow: none;
}

.accordion-wrap .card.card-accordion > .card-header {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.accordion-wrap .btn-link {
  color: #444;
  display: block;
  width: 100%;
  text-align: left;
}

.accordion-wrap .btn-link:hover,
.accordion-wrap .btn-link:focus,
.accordion-wrap .btn-link:active {
  text-decoration: none;
}

.accordion-wrap .btn-link .fa {
  transition: 0.2s;
  margin-left: 8px;
}

.accordion-wrap .btn-link[aria-expanded="false"] .fa {
  transform: rotate(180deg);
}

.cms-secao .gerar_uri .form-group {
  padding-top: 15px;
}

.control-seamless-editable {
  font-size: 11px;
  margin-top: 10px;
}

.control-seamless-editable > span {
  padding: 5px;
  background: #f5f5f5;
}

.control-seamless-editable > span.control {
  background: #fbfbde;
}

.control-seamless-editable > span.fa {
  font-size: 12px;
  cursor: pointer;
}

#url-remove {
  opacity: 0.3;
}

.tox .tox-statusbar {
  text-transform: none !important;
}

.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  opacity: 0.5;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.cms-editor-tools::after {
  clear: both;
  content: "";
  display: table;
}

.cms-switch-editor {
  float: left;
  box-sizing: content-box;
  position: relative;
  top: 1px;
  background: #f0f0f1;
  color: #646970;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.46153846;
  height: 20px;
  margin: 5px 5px 0 0;
  padding: 3px 8px 4px;
  border: 1px solid #ced4da;
}

.html-active .switch-html,
.tmce-active .switch-tmce {
  background: #f6f7f7;
  color: #50575e;
  border-bottom-color: #f6f7f7;
}

.cms-editor-wrap .cms-switch-editor {
  border-color: #ccd0d4;
  border-bottom-color: transparent;
}

.cms-editor-toolbar,
.quicktags-toolbar {
  padding: 3px;
  position: relative;
  border-bottom: 1px solid #ced4da;
  background: #f6f7f7;
  min-height: 30px;
}

.tinymce-loaded .cms-editor-toolbar {
  display: none;
}

.tmce-active .quicktags-toolbar {
  display: none;
}

.cms-editor-container {
  border: 1px solid #ced4da;
}

.tox-tinymce {
  border: 0 !important;
}

.cms-editor-container textarea.cms-editor-area {
  width: 100%;
  margin: 0;
  box-shadow: none;
  resize: vertical;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  border: 0;
}

.cms-editor-container
  textarea.cms-editor-area:focus
  .cms-editor-container
  textarea.cms-editor-area:focus-visible {
  box-shadow: none;
}

.cms-secao-horizontal input[switch] + label {
  margin-top: calc(0.47rem + 1px);
  margin-bottom: calc(0.47rem + 1px);
}

input.nota,
input.inteiro,
input.dinheiro {
  text-align: left !important;
}

.form-control.inteiro {
  max-width: 100px;
}

.form-control.dinheiro {
  max-width: 150px;
}

.auth-form-group-custom .auti-custom-input-icon,
.auth-form-group-custom label {
  z-index: 2;
}

.autocomplete-wrap .campo-busca {
  position: relative;
}

.autocomplete-wrap .campo-busca:before {
  content: "\f06f";
  display: inline-block;
  font-size: 18px;
  color: #999;
  position: absolute;
  top: 5px;
  left: 8px;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.autocomplete-wrap .campo-busca input {
  padding-left: 30px;
}

.autocomplete-list {
  background: #f8f9fa;
  border: 1px solid #ced4da;
}

.autocomplete-list .list-group-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.35rem;
  border-bottom: 1px solid #e2e2e2;
  font-size: 13px;
}

.autocomplete-list .fa-minus-circle {
  color: #f55e4f;
  font-size: 12px;
  cursor: pointer;
}

.ui-autocomplete.ui-menu {
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.input-group-text {
  padding: 0.45rem 0.75rem;
}

.modal-backdrop {
  z-index: 9998;
}

.modal {
  z-index: 9999;
}

tr.subitens > td {
  background: #f4f4f4;
}

tr.subitens td table {
  background: #fff;
}

#ver-subitens {
  font-size: 16px;
}

#ver-subitens .fa-plus-circle {
  display: inline-block;
}

#ver-subitens .fa-minus-circle {
  display: none;
}

#ver-subitens.ativo .fa-plus-circle {
  display: none;
}

#ver-subitens.ativo .fa-minus-circle {
  display: inline-block;
}

.swal2-container {
  z-index: 99999 !important;
}

.table_filtro {
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
}

#bot-assistence {
  position: relative;
  z-index: 9999;
}
#bot-assistence .icon-bot {
  right: 10px;
  bottom: 80px;
  width: 95px;
  height: 95px;
  position: fixed;
  border-radius: 50%;
  background: url(../images/ademi-bot.png) no-repeat center;
  display: block;
  box-shadow: -8px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#bot-assistence .icon-bot .icon-whatsapp {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/icon-whatsapp.png) no-repeat center;
  display: block;
  position: absolute;
  left: -16px;
  top: 34px;
}
#bot-assistence .btn-close {
  width: 16px;
  height: 16px;
  background: url(../images/icon-close.png) no-repeat center;
  position: absolute;
  top: 25px;
  right: 25px;
}
#bot-assistence .msg-whatsapp {
  width: 360px;
  max-width: 100%;
  padding: 25px;
  position: fixed;
  background: #fff;
  bottom: 190px;
  right: -100%;
  border-radius: 17px;
  transition: 0.3s;
  box-shadow: -8px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
#bot-assistence .msg-whatsapp.open {
  right: 10px;
}
#bot-assistence .msg-whatsapp p {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #3a3a3a;
}
#bot-assistence .msg-whatsapp strong {
  font-weight: bold;
}
#bot-assistence .msg-whatsapp .btn-whatsapp a.btn-green {
  background-color: #25d366;
  color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  text-transform: uppercase;
}
