html,body{min-height:100%}body[data-page="dashboard"]{overflow-y:auto!important;overflow-x:hidden}body[data-page="dashboard"] .app-shell,body[data-page="dashboard"] .main{height:auto!important;min-height:100vh;overflow:visible!important}body[data-page="dashboard"] .content{height:auto!important;min-height:calc(100vh - 80px);overflow:visible!important;padding-bottom:64px}body[data-page="dashboard"] .cards{height:auto!important;overflow:visible!important}.dashboard-icon{width:58px!important;height:58px!important;border-radius:17px!important;background:linear-gradient(145deg,#eaf6ff,#dceeff)!important;color:#075eb9;display:grid!important;place-items:center}.dashboard-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}body[data-page="dashboard"] .module-card{transition:transform .18s ease,box-shadow .18s ease}body[data-page="dashboard"] .module-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(27,83,133,.13)}@media(max-width:1180px){html,body{height:auto!important;min-height:100%!important;overflow-y:auto!important}body[data-page="dashboard"] .app-shell,body[data-page="dashboard"] .main{min-height:100dvh!important;overflow:visible!important}body[data-page="dashboard"] .content{height:auto!important;min-height:calc(100dvh - 74px);overflow:visible!important;padding-bottom:80px!important}body[data-page="dashboard"] .cards{height:auto!important;overflow:visible!important}}@media(max-width:820px){body[data-page="dashboard"] .content{padding-left:14px!important;padding-right:14px!important}body[data-page="dashboard"] .module-card{min-height:150px!important}}

.dashboard-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:none!important;border:none!important;box-shadow:none!important}
.dashboard-icon img{width:58px;height:58px;object-fit:contain;display:block}


/* =========================================================
   PADRÃO DE BARRAS DE ROLAGEM — RECEBIMENTO DE AMOSTRAS
   Alteração exclusivamente visual.
   ========================================================= */

/* Firefox */
* {
  scrollbar-color: #4a7aa1 #f6e8eb;
}

/* Chrome, Edge, Opera e Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #f6e8eb;
}

*::-webkit-scrollbar-thumb {
  background: #4a7aa1;
  border: 2px solid #f6e8eb;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #0967b4;
}

/* Mantém ocultas somente as barras que o projeto já definiu
   explicitamente como invisíveis. */
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

