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,#F2EDF6,#F2EDF6)!important;color:#411A5F;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(65,26,95,.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: #512878 #F6E8EB;
}

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

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

*::-webkit-scrollbar-thumb {
  background: #512878;
  border: 2px solid #F6E8EB;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #411A5F;
}

/* 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;
}


/* =========================================================
   ALERTAS DE COBRANÇA DE CLIENTES
   Exibidos 5 dias antes e mantidos quando o ciclo estiver atrasado.
   ========================================================= */
.topbar-notifications{position:relative;display:flex;align-items:center;margin-left:auto}.billing-notification-btn{position:relative;display:grid;place-items:center;cursor:pointer;border:1px solid #e7ddec!important;background:#fff!important;color:#411a5f!important;box-shadow:0 5px 16px rgba(65,26,95,.08)}.billing-notification-btn:hover{background:#f8f4fa!important}.notification-bell{font-size:18px;line-height:1}.notification-count{position:absolute;right:-5px;top:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d83e68;color:#fff;border:2px solid #fff;font-size:10px;font-weight:900;box-shadow:0 4px 10px rgba(216,62,104,.28)}.billing-notification-panel{position:absolute;right:0;top:54px;width:min(390px,calc(100vw - 28px));z-index:50;background:#fff;border:1px solid #e6dce9;border-radius:18px;box-shadow:0 22px 55px rgba(49,18,72,.22);overflow:hidden}.billing-notification-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 17px;border-bottom:1px solid #eee6f1;background:linear-gradient(145deg,#fff,#fbf8fc)}.billing-notification-panel>header strong,.billing-notification-panel>header small{display:block}.billing-notification-panel>header strong{font-size:15px;color:#411a5f}.billing-notification-panel>header small{margin-top:4px;color:#7c6d84;font-size:11px;line-height:1.4}.billing-panel-close{width:30px;height:30px;border:0;border-radius:9px;background:#f4eef7;color:#512878;font-size:19px;cursor:pointer}.billing-notification-list{max-height:360px;overflow:auto}.billing-notification-item{display:grid;grid-template-columns:10px 1fr auto;gap:11px;align-items:center;padding:13px 16px;text-decoration:none;color:inherit;border-bottom:1px solid #f0eaf2;transition:background .15s ease}.billing-notification-item:hover{background:#faf7fb}.billing-item-dot{width:9px;height:9px;border-radius:50%;background:#27c9c9;box-shadow:0 0 0 4px rgba(39,201,201,.12)}.billing-notification-item.overdue .billing-item-dot{background:#d83e68;box-shadow:0 0 0 4px rgba(216,62,104,.12)}.billing-item-copy strong,.billing-item-copy small{display:block}.billing-item-copy strong{font-size:13px;color:#33213f}.billing-item-copy small{margin-top:4px;font-size:11px;color:#7a6b82;line-height:1.35}.billing-notification-item.overdue .billing-item-copy small{color:#b33358;font-weight:700}.billing-item-arrow{font-size:24px;color:#9f8baa}.billing-notification-panel>footer{padding:11px 16px;background:#fbf9fc;text-align:right}.billing-notification-panel>footer a{font-size:12px;font-weight:900;color:#512878;text-decoration:none}.billing-notification-empty{padding:28px 18px;text-align:center}.billing-notification-empty strong,.billing-notification-empty span{display:block}.billing-notification-empty strong{color:#411a5f;font-size:14px}.billing-notification-empty span{margin-top:6px;color:#7c6d84;font-size:11px;line-height:1.45}.billing-reminder-card{margin:22px 0 2px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px 17px;border-radius:17px;background:linear-gradient(135deg,#4a1d68,#5d267f);color:#fff;box-shadow:0 12px 26px rgba(65,26,95,.16);border:1px solid rgba(255,255,255,.08)}.billing-reminder-card[hidden]{display:none!important}.billing-reminder-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:rgba(42,221,215,.16);font-size:20px}.billing-reminder-copy strong,.billing-reminder-copy span{display:block}.billing-reminder-copy strong{font-size:14px}.billing-reminder-copy span{margin-top:4px;font-size:12px;color:#e8dced;line-height:1.45}.billing-reminder-open{border:1px solid rgba(255,255,255,.18);background:#2ddbd5;color:#25102f;border-radius:11px;padding:10px 13px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.billing-reminder-open:hover{filter:brightness(1.03)}
@media(max-width:760px){.billing-notification-panel{position:fixed;left:14px;right:14px;top:78px;width:auto}.billing-reminder-card{grid-template-columns:auto 1fr}.billing-reminder-open{grid-column:1/-1;width:100%}}
.topbar-notifications[hidden],.notification-count[hidden],.billing-notification-panel[hidden]{display:none!important}
