@font-face {
  font-family: Poppins;
  src: local(Poppins), url(/app/views/temas/sneat/v1.1.1/fonts/Poppins/Poppins-Regular.ttf)
}
.ol-table {
  table-layout: fixed;
}
.larg-pedido {
  width: 14em!important;
}
.larg-id {
  width: 9em!important;
}
.larg-desc-curta {
  width: 20em!important;
}
.larg-desc-longa {
  width: 30em!important;
}
.larg-email {
  width: 30em!important;
}
.larg-fone {
  width: 12em!important;
}
.larg-data {
  width: 10em!important;
}
.larg-datahora {
  width: 14em!important;
}
.larg-valor {
  width: 9em!important;
  text-align: right;
}
/* CORES ENIVIX */
.btn-enivix-verde-1 {
  color: #fff;
  background-color: #138e38;
  border-color: #138e38;
}

/*padroes Enivix*/
.cor-enivix-primary {
  color: #fff;
  background-color: #307545 !important;
  border-color: #138e38 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(154 203 171) !important ;
}

/* Bestmile — btn-primary reutilizável em todo o sistema */
:root {
  --bs-primary: #FDC727;
  --bs-primary-rgb: 253, 199, 39;
  --bs-link-color: #697a8d;
  --bs-link-hover-color: #495057;
}

a:hover,
a:focus {
  color: var(--bs-link-hover-color);
}

.btn-link:hover,
.btn-link:focus {
  color: var(--bs-link-hover-color);
}

.btn-primary,
.btn-primary:hover,
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary:disabled {
  --bs-btn-color: #212529;
  --bs-btn-bg: #FDC727;
  --bs-btn-border-color: #FDC727;
  --bs-btn-hover-color: #212529;
  --bs-btn-hover-bg: #FDC727;
  --bs-btn-hover-border-color: #FDC727;
  --bs-btn-active-color: #212529;
  --bs-btn-active-bg: #FDC727;
  --bs-btn-active-border-color: #FDC727;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: #FDC727;
  --bs-btn-disabled-border-color: #FDC727;
  color: #212529 !important;
  background-color: #FDC727 !important;
  border-color: #FDC727 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 199, 39, 0.45) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 0.65;
  box-shadow: none !important;
}

/* Bestmile — btn-dark com preto da marca (apenas background) */
.btn-dark,
.btn-dark:hover,
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark.focus,
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle,
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #191919 !important;
}

/* Bestmile — paginação ativa com preto da marca (apenas background) */
.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  background-color: #191919 !important;
}

.bestmile-login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: linear-gradient(145deg, #212529 0%, #121416 45%, #2b3035 100%);
}

.bestmile-login-card {
  width: 100%;
  max-width: 420px;
  padding: 2.5rem 2rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
  --bm-focus-color: #212529;
}

.bestmile-login-card .form-control:focus {
  border-color: var(--bm-focus-color);
  box-shadow: none;
}

.bestmile-login-card .input-group:focus-within .form-control,
.bestmile-login-card .input-group:focus-within .input-group-text {
  border-color: var(--bm-focus-color);
}

.bestmile-login-card .input-group:focus-within .form-control {
  box-shadow: none;
}

.bestmile-login-card .input-group:focus-within .input-group-text {
  box-shadow: none;
}

#solicitaSenha .form-control:focus {
  border-color: #212529;
  box-shadow: none;
}

.bestmile-login-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 37, 41, 0.6);
  backdrop-filter: blur(2px);
}

.bestmile-login-overlay.is-active {
  display: flex;
}

.bestmile-login-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  min-width: 220px;
  padding: 2rem 2.5rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.bestmile-login-loader .spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.25em;
  color: #FDC727;
}

.bestmile-login-loader-text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #212529;
  letter-spacing: 0.02em;
}

/* SweetAlert2 — mesmo padrão visual do loading */
.bestmile-swal-backdrop {
  background: rgba(33, 37, 41, 0.6) !important;
  backdrop-filter: blur(2px);
}

.bestmile-swal-popup {
  width: 22em;
  max-width: calc(100% - 2rem);
  border-radius: 16px !important;
  padding: 2rem 2.5rem 1.75rem !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35) !important;
}

.bestmile-swal-popup .swal2-title {
  display: none !important;
}

.bestmile-swal-popup .bestmile-swal-title {
  color: #212529 !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  text-align: center;
  padding: 0 !important;
  margin: 0.75rem 0 0 !important;
}

.bestmile-swal-icon {
  display: flex;
  justify-content: center;
}

.bestmile-swal-icon i {
  font-size: 3rem;
  color: #FDC727;
  line-height: 1;
}

.bestmile-swal-message {
  color: #697a8d;
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  line-height: 1.5;
  text-align: center;
}

.bestmile-swal-popup .swal2-actions {
  margin: 1.25rem 0 0 !important;
}

.bestmile-swal-popup .swal2-confirm.btn-primary {
  box-shadow: none !important;
  min-width: 7rem;
}

.bestmile-swal-popup .swal2-confirm.btn-primary:focus,
.bestmile-swal-popup .swal2-confirm.btn-primary:active {
  box-shadow: none !important;
}

.bestmile-login-card .form-label {
  font-weight: 600;
  color: #212529;
}

.bestmile-login-card a {
  color: #697a8d;
  text-decoration: none;
}

.bestmile-login-card a:hover,
.bestmile-login-card a:focus {
  color: #495057;
}

.bestmile-login-footer {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  text-align: center;
  font-size: 0.8125rem;
  color: #697a8d;
}

/*padroes Platinum Log*/
.cor-btn-platinum-primary {
  color: #212529;
  background-color: #F9D546 !important;
  border-color: #F9D546 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(249, 213, 70, 0.4) !important ;
}

/* A classe também está no <html>; não pode pintar a página inteira de amarelo. */
html.cor-btn-platinum-primary {
  background-color: #f5f5f9 !important;
  color: inherit;
  border-color: transparent !important;
  box-shadow: none !important;
}
html.cor-btn-platinum-primary body {
  background-color: #f5f5f9 !important;
}

/* Loading de página (mesmo padrão do login Bestmile) */
.bestmile-page-loading {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 37, 41, 0.6);
  backdrop-filter: blur(2px);
}
.bestmile-page-loading.is-active {
  display: flex;
}
body.bestmile-loading-active .layout-wrapper {
  visibility: hidden;
}

.cor-btn-platinum-secundary {
  color: #ffffff;
  background-color: #4D39E0 !important;
  border-color: #4D39E0 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(77, 57, 224, 0.4) !important ;
}
.text-platinum {
  color: #4D39E0;
}

.verde-platinum {
  color: #A7ED56;
}

.vermelho-platinum {
  color: #EF3F3F;
}

.azul-platinum {
  color: #4D39E0;
}
.laranja-platinum {
  color: #FFA500;
}
.fundo-platinum {
  background-color: #F9D546 !important;
}

.text-nobreak {
  white-space: nowrap;
}

.bg-vermelho-tpl {
  background-color: #EF3F3F !important;
  color: #212529 !important;
}

.bg-rosa-tpl {
  background-color: #ed8f77 !important;
  color: #212529 !important;
}

.bg-vermelho-claro-platinum {
  background-color: #F9D546 !important;
  color: #212529 !important;
}

.bg-verde-tpl {
  background-color: #A7ED56 !important;
  color: #212529 !important;
}


.bg-azul-tpl {
  background-color: #4D39E0 !important;
  color: #ffffff !important;
}

.bg-cinza-tpl {
  background-color: #d6d7d8 !important;
  color: #212529 !important;
}

.cor-btn-platinum-vermelho-claro {
  color: #212529;
  font-weight: bold !important;
  background-color: #F9D546 !important;
  border-color: #F9D546 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(249, 213, 70, 0.4) !important ;
}

.cor-btn-tpl-vermelho {
  color: #ffffff !important;
  font-weight: bold !important;
  background-color: #e16c48 !important;
  border-color: #e16c48 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(255,108,72,0.4) !important ;
}

.cor-btn-tpl-verde {
  color: #212529 !important;
  font-weight: bold !important;
  background-color: #CCDB82 !important;
  border-color: #CCDB82 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(204,219,130,0.4) !important ;
}

.cor-btn-tpl-azul {
  color: #ffffff !important;
  font-weight: bold !important;
  background-color: #4D39E0 !important;
  border-color: #4D39E0 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(77, 57, 224, 0.4) !important ;
}

.cor-btn-tpl-cinza {
  color: #212529 !important;
  font-weight: bold !important;
  background-color: #d6d7d8 !important;
  border-color: #d6d7d8 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(214,215,216,0.4) !important ;
}

/* Design TPL 2024 */
.bg-img-login {
  height: 100vh;
  min-height: 300px;
  background-image: url(../../TELA-OMS-PLATINUM-AGORA-TPL.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #F9D546;
}
.bg-tpl-dark {
  background-color: #F9D546 !important;
}
.bg-tpl-success {
  background-color: #7BD162 !important;
}
.bg-tpl-danger {
  background-color: #EF3F3F !important;
}
.bg-tpl-info {
  background-color: #4D39E0 !important;
}
.bg-tpl-warning {
  background-color: #FFA500 !important;
}
.bg-tpl-black {
  background-color: #191919;
}
.bg-tpl-white {
  background-color: #FFFFFF;
}

.text-tpl-dark {
  --bs-text-opacity: 1;
  color: #212529 !important;
}

.cor-btn-tpl-dark {
  color: #FFA500 !important;
  font-weight: bold !important;
  background-color: #F9D546 !important;
  border-color: #F9D546 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(249, 213, 70, 0.4) !important ;
}
.cor-btn-tpl-success {
  color: #7BD162 !important;
  font-weight: bold !important;
  background-color: #7BD162 !important;
  border-color: #7BD162 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(123,209,98,0.4) !important ;
}
/* ===== Menu Bestmile (fixo, padrão dark do print) ===== */
:root {
  /* Mesma largura em menu, layout-page e navbar (alinhamento tipo LogFull) */
  --bestmile-menu-width: 18rem;
  --bestmile-content-gutter: 1.625rem;
}

.bestmile-menu,
.bg-menu-tpl-dark {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  font-family: Poppins, sans-serif !important;
}

.bestmile-menu.layout-menu,
.bestmile-menu .menu-vertical,
.bestmile-menu .menu-inner > .menu-item {
  width: var(--bestmile-menu-width) !important;
}

/* Impede collapse no desktop — menu sempre expandido */
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu.layout-menu,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .menu-vertical,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .menu-inner > .menu-item {
  width: var(--bestmile-menu-width) !important;
}

html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .app-brand-text,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .bestmile-menu-brand-text,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .menu-link > div,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .bestmile-menu .menu-link::after {
  opacity: 1 !important;
  display: inline-block !important;
  width: auto !important;
}

.layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-page {
  padding-left: var(--bestmile-menu-width) !important;
}

/*
 * Alinhamento LogFull: navbar e #work-page com a mesma caixa horizontal.
 * A navbar fixa usa o viewport; o conteúdo usa o layout-page (já com padding do menu).
 * Ambos ficam com gutter --bestmile-content-gutter nas laterais.
 */
@media (min-width: 1200px) {
  .layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar.navbar-detached,
  .layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar.navbar-detached,
  .layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar.navbar-detached,
  html.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-navbar-fixed .layout-content-navbar .layout-navbar.navbar-detached {
    left: calc(var(--bestmile-menu-width) + var(--bestmile-content-gutter)) !important;
    right: var(--bestmile-content-gutter) !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* Sem max-width do container-xxl — mesma largura útil da navbar */
  #work-page.container-xxl {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: var(--bestmile-content-gutter) !important;
    padding-right: var(--bestmile-content-gutter) !important;
  }
}

@media (max-width: 1199.98px) {
  #work-page.container-xxl {
    max-width: none !important;
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  #work-page.container-xxl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.bestmile-menu .layout-menu-toggle,
.bestmile-menu .app-brand .layout-menu-toggle {
  display: none !important;
}

.bestmile-menu-brand-wrap {
  padding: 1rem 0.75rem 0.5rem 0.65rem;
  min-height: auto;
}

.bestmile-menu-brand {
  display: flex !important;
  align-items: center;
  gap: 0.45rem;
  margin: 0 !important;
  text-decoration: none !important;
}

.bestmile-menu-brand-text {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1;
}

.bestmile-menu-brand-icon {
  width: 1.85rem;
  height: 1.85rem;
  padding: 0.28rem;
  box-sizing: border-box;
  object-fit: contain;
  /* Fundo amarelo Bestmile; ícone preto (LogoBestPreto) */
  background-color: var(--bs-primary, #FDC727);
  border-radius: 0.45rem;
}

.bestmile-menu #menu-1,
.bg-menu-tpl-dark#menu-1,
.bestmile-menu .menu.menu-vertical {
  height: calc(100vh - 5rem) !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.bestmile-menu .menu-inner {
  margin: 0;
  padding: 0.35rem 0.45rem 1.25rem 0.35rem;
}

.bestmile-menu .menu-inner > .menu-item,
.bg-menu-tpl-dark .menu-inner > .menu-item {
  margin-bottom: 0.1rem;
}

.bestmile-menu .menu-link,
.bg-menu-tpl-dark .menu-link {
  font-family: Poppins, sans-serif !important;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.5rem !important;
  padding: 0.5rem 0.55rem !important;
  min-height: 2.25rem;
}

.bestmile-menu .menu-link,
.bestmile-menu .menu-link > div,
.bestmile-menu .menu-icon,
.bestmile-menu .menu-link::after,
.bg-menu-tpl-dark .menu-link,
.bg-menu-tpl-dark .menu-link > div,
.bg-menu-tpl-dark .menu-icon,
.bg-menu-tpl-dark .menu-link::after {
  color: #ffffff !important;
}

.bestmile-menu .menu-icon,
.bg-menu-tpl-dark .menu-icon {
  font-size: 1.05rem;
  margin-right: 0.45rem;
}

/* Hover / pai aberto: leve destaque (sem amarelo) */
.bestmile-menu .menu-inner > .menu-item .menu-link:hover,
.bestmile-menu .menu-inner > .menu-item.open > .menu-link.menu-toggle,
.bg-menu-tpl-dark .menu-inner > .menu-item .menu-link:hover,
.bg-menu-tpl-dark .menu-inner > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.bestmile-menu .menu-inner > .menu-item.open > .menu-link.menu-toggle,
.bestmile-menu .menu-inner > .menu-item.open > .menu-link.menu-toggle > div,
.bestmile-menu .menu-inner > .menu-item.open > .menu-link.menu-toggle .menu-icon,
.bestmile-menu .menu-inner > .menu-item.open > .menu-link.menu-toggle::after,
.bg-menu-tpl-dark .menu-inner > .menu-item.open > .menu-link.menu-toggle,
.bg-menu-tpl-dark .menu-inner > .menu-item.open > .menu-link.menu-toggle > div,
.bg-menu-tpl-dark .menu-inner > .menu-item.open > .menu-link.menu-toggle .menu-icon,
.bg-menu-tpl-dark .menu-inner > .menu-item.open > .menu-link.menu-toggle::after {
  color: #ffffff !important;
}

.bestmile-menu .menu-sub,
.bg-menu-tpl-dark .menu-sub {
  padding-left: 0.15rem;
}

.bestmile-menu .menu-sub .menu-link,
.bg-menu-tpl-dark .menu-sub .menu-link {
  font-size: 0.75rem;
  font-weight: 400;
  min-height: 2rem;
  padding: 0.35rem 0.5rem 0.35rem 1.85rem !important;
}

/*
 * Item ativo (folha): mesmo padrão do .btn-primary Bestmile
 * (fundo --bs-primary / #FDC727, texto escuro)
 */
.bestmile-menu .menu-item.active > .menu-link:not(.menu-toggle),
.bestmile-menu .menu-item.active > .menu-link.active:not(.menu-toggle),
.bg-menu-tpl-dark .menu-item.active > .menu-link:not(.menu-toggle),
.bg-menu-tpl-dark .menu-item.active > .menu-link.active:not(.menu-toggle) {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: #212529 !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(var(--bs-primary-rgb), 0.35) !important;
}

.bestmile-menu .menu-item.active > .menu-link:not(.menu-toggle) > div,
.bestmile-menu .menu-item.active > .menu-link:not(.menu-toggle) .menu-icon,
.bestmile-menu .menu-item.active > .menu-link:not(.menu-toggle)::after,
.bestmile-menu .menu-item.active > .menu-link.active:not(.menu-toggle) > div,
.bestmile-menu .menu-item.active > .menu-link.active:not(.menu-toggle) .menu-icon,
.bg-menu-tpl-dark .menu-item.active > .menu-link:not(.menu-toggle) > div,
.bg-menu-tpl-dark .menu-item.active > .menu-link:not(.menu-toggle) .menu-icon,
.bg-menu-tpl-dark .menu-item.active > .menu-link:not(.menu-toggle)::after,
.bg-menu-tpl-dark .menu-item.active > .menu-link.active:not(.menu-toggle) > div,
.bg-menu-tpl-dark .menu-item.active > .menu-link.active:not(.menu-toggle) .menu-icon {
  color: #212529 !important;
}

.bestmile-menu .menu-item.active > .menu-link:not(.menu-toggle):hover,
.bg-menu-tpl-dark .menu-item.active > .menu-link:not(.menu-toggle):hover {
  background-color: var(--bs-primary) !important;
  color: #212529 !important;
}

/* Remove marcadores laterais do tema no item ativo */
.bestmile-menu .menu-inner > .menu-item.active:before,
.bestmile-menu .menu-sub > .menu-item.active > .menu-link:before,
.bg-menu-tpl-dark .menu-inner > .menu-item.active:before,
.bg-menu-tpl-dark .menu-sub > .menu-item.active > .menu-link:before {
  display: none !important;
}
.btn-label-tpl-dark {
  color: #FFA500;
  border-color: transparent;
  background: #dcdfe1;
}

.text-tpl-success {
  color: #A7ED56;
}
.text-tpl-danger {
  color: #EF3F3F;
}
.text-tpl-warning {
  color: #FFA500;
}

.text-tpl-white {
  color: #FFF !important;
}
/* CORES BOTÕES TIMELINE */
/*
.btn-timeline-tpl-azul {
  background-color: #4D39E0 !important;
  color: #ffffff !important;
}
*/

/* ACCORDION CUSTOMIZADO COM SETA */
.accordion-button {
  position: relative;
  padding-left: 3rem !important;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Classe para células de tabela com scroll horizontal */
.cell-scroll-horizontal {
  max-width: 250px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/* Variações de tamanho */
.cell-scroll-horizontal-md {
  max-width: 300px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/* ===== Topbar Bestmile (linha única) ===== */
.bestmile-topbar.layout-navbar {
  background-color: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: auto !important;
  padding: 0.75rem 1.25rem !important;
}

.bestmile-topbar-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.75rem;
  position: relative;
}

.bestmile-topbar-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  color: #18181b;
  text-decoration: none;
  flex-shrink: 0;
}

.bestmile-topbar-menu-toggle:hover {
  background-color: #f4f4f5;
  color: #18181b;
}

.bestmile-topbar-menu-toggle i {
  font-size: 1.35rem;
}

.bestmile-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
}

.bestmile-topbar-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #52525b;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.bestmile-topbar-icon-btn:hover {
  background-color: #f4f4f5;
  color: #18181b;
}

.bestmile-topbar-icon-btn i {
  font-size: 1.35rem;
}

.bestmile-topbar-badge {
  position: absolute;
  top: 0.15rem;
  right: 0.1rem;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background-color: #ef4444;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
}

.bestmile-topbar-profile-dropdown {
  margin-left: 0.25rem;
}

.bestmile-topbar-profile {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
}

.bestmile-topbar-profile:hover {
  background-color: #f4f4f5;
  color: inherit;
}

.bestmile-topbar-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bestmile-topbar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestmile-topbar-avatar-initials {
  background-color: #18181b;
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bestmile-topbar-profile-info {
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.2;
}

.bestmile-topbar-username {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #18181b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

.bestmile-topbar-role {
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  color: #71717a;
}

.bestmile-topbar-profile-chevron {
  font-size: 1.125rem;
  color: #a1a1aa;
}

.bestmile-topbar-profile-menu {
  min-width: 14rem;
  border: 1px solid #e4e4e7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.5rem;
}

.bestmile-topbar-filter-toggle {
  background-color: #f4f4f5 !important;
  border-color: #e4e4e7 !important;
  color: #52525b !important;
  font-weight: 600;
}

.bestmile-filter-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
  flex-shrink: 1;
}

.bestmile-filter-label {
  font-family: Poppins, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #71717a;
  margin: 0;
  line-height: 1.2;
}

.bestmile-filter-field-cliente {
  flex: 1 1 12rem;
  max-width: 22rem;
}

.bestmile-filter-field-categoria {
  flex: 0 1 11rem;
  max-width: 14rem;
}

.bestmile-filter-control {
  width: 100%;
}

.bestmile-filter-select,
.bestmile-topbar .select2-container--default .select2-selection--single {
  height: 2.5rem !important;
  min-height: 2.5rem !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 0.5rem !important;
  background-color: #ffffff !important;
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  color: #18181b !important;
}

.bestmile-topbar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.35rem !important;
  padding-left: 0.75rem !important;
  color: #18181b !important;
}

.bestmile-topbar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.35rem !important;
  right: 0.5rem !important;
}

.bestmile-filter-select:focus,
.bestmile-topbar .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #FDC727 !important;
  box-shadow: 0 0 0 0.15rem rgba(253, 199, 39, 0.2) !important;
}

@media (max-width: 767.98px) {
  .bestmile-topbar.layout-navbar {
    padding: 0.625rem 1rem !important;
  }

  .bestmile-topbar-inner {
    align-items: center;
  }

  .bestmile-filter-field-cliente:not(:has(#selectClienteWrapper.d-block)),
  .bestmile-filter-field-categoria:not(:has(#selectCategoriaWrapper.d-block)) {
    display: none;
  }

  .bestmile-filter-field-cliente:has(#selectClienteWrapper.d-block),
  .bestmile-filter-field-categoria:has(#selectCategoriaWrapper.d-block) {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
    order: 10;
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .layout-navbar-fixed .bestmile-topbar.layout-navbar.navbar-detached {
    top: 0.2rem !important;
  }
}

.cell-scroll-horizontal-lg {
  max-width: 400px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}