
:root{
  --bg1:#00112a;
  --bg2:#002d5e;
  --bg3:#001530;
  --card:#ffffff;
  --text:#07172f;
  --muted:#677892;
  --line:rgba(142,195,255,.22);
  --blue:#0b5bb8;
  --navy:#001f45;
  --sky:#00a3ff;
  --green:#00d57a;
  --gold:#f2c400;
  --soft:0 16px 44px rgba(0,18,44,.16);
  --deep:0 20px 60px rgba(0,0,0,.34);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:Gotham,"Segoe UI",Arial,sans-serif;
  min-height:100vh;
  color:#fff;
  background:
    radial-gradient(circle at 20% 0%, rgba(0,163,255,.16), transparent 30%),
    linear-gradient(135deg,var(--bg1),var(--bg2) 46%,var(--bg3));
}
a{text-decoration:none;color:inherit}
.dashboard-page{
  max-width:1100px;
  margin:10px auto 0;
  padding:0 6px 18px;
}
.topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:14px 20px;
  border-radius:0 0 18px 18px;
  background:linear-gradient(90deg,rgba(0,18,45,.95),rgba(0,35,72,.95));
  border:1px solid var(--line);
  box-shadow:var(--deep);
}
.topbar-left{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.topbar-logo{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}
.topbar-logo img{
  display:block;
  height:88px;
  width:auto;
  object-fit:contain;
}
.topbar-sep{
  width:1px;
  height:64px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.8),transparent);
}
.topbar-sub{
  font-size:13px;
  font-weight:900;
  letter-spacing:.03em;
  color:#eef6ff;
  white-space:nowrap;
}
.topbar-right{
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.user-pill{
  display:flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(135deg,rgba(8,50,100,.72),rgba(0,18,45,.78));
  border:1px solid rgba(150,205,255,.18);
  border-radius:18px;
  padding:10px 14px;
  min-width:260px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.user-icon{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;
  background:radial-gradient(circle at 35% 30%, #19bfff, #0052a5 75%);
  font-size:18px;
  box-shadow:0 0 0 2px rgba(255,255,255,.1);
}
.user-info{
  line-height:1.1; flex:1;
}
.user-info small{display:block;color:#d3e5f9;font-size:12px}
.user-info strong{display:block;color:#fff;font-size:15px;margin-top:4px}
.user-div{width:1px;height:28px;background:rgba(255,255,255,.35)}
.logout-btn{
  display:inline-flex;align-items:center;gap:8px;
  border-radius:12px;
  padding:10px 14px;
  background:linear-gradient(135deg,rgba(7,40,82,.95),rgba(2,23,52,.95));
  border:1px solid rgba(144,196,255,.14);
  color:#fff;
  font-weight:900;
}
.login-shell{
  max-width:520px;margin:42px auto 0;
  background:linear-gradient(180deg,#fff,#f5f9ff);
  border:1px solid #dbe7f3;border-radius:24px;
  box-shadow:var(--soft);
  padding:28px;color:var(--text);
}
.login-badge{
  display:inline-flex;align-items:center;
  padding:7px 12px;border-radius:999px;
  background:linear-gradient(135deg,var(--sky),var(--blue));
  color:#fff;font-size:11px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;
}
.login-shell h2{margin:14px 0 8px;color:#07295a}
.login-shell p{margin:0 0 18px;color:#5d6d84;line-height:1.45}
.login-field{margin-bottom:14px}
.login-field label{display:block;margin-bottom:6px;font-weight:1000;color:#07295a;font-size:13px}
.login-field input{
  width:100%;height:52px;padding:0 14px;
  border:1px solid #cad9ea;border-radius:14px;background:#f7fbff;color:#07172f;
}
.login-field input:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 4px rgba(0,163,255,.14);background:#fff}
.login-error{background:#fff1f1;border:1px solid #ffd0d0;color:#ad1b1b;padding:12px 14px;border-radius:14px;margin-bottom:14px;font-weight:800}
.login-btn{
  width:100%;height:54px;border:0;border-radius:14px;
  background:linear-gradient(135deg,#0a60c4,#00366f);color:#fff;font-weight:1000;cursor:pointer;
  box-shadow:0 14px 30px rgba(0,66,135,.24);
}
.login-help{text-align:center;font-size:12px;color:#6c7d95;margin-top:13px}
.hero{
  margin-top:10px;
  border-radius:0;
  overflow:hidden;
  background:transparent;
  border:0;
  box-shadow:none;
}
.hero img{
  display:block;
  width:100%;
  height:auto;
  border-radius:0;
}
.metrics-row{
  margin-top:10px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.metric-card,.search-card{
  border-radius:14px;
  background:linear-gradient(135deg,rgba(5,43,86,.95),rgba(2,28,58,.95));
  border:1px solid var(--line);
  box-shadow:0 12px 30px rgba(0,0,0,.18);
  min-height:72px;
}
.metric-card{
  display:flex;align-items:center;gap:10px;padding:10px 12px;
}
.metric-icon{
  width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;
  border:2px solid rgba(150,206,255,.28);
  background:radial-gradient(circle at 35% 30%, #1ac0ff, #004e9d 75%);
  font-size:20px;
  box-shadow:0 0 18px rgba(0,163,255,.18);
}
.metric-text{line-height:1.12}
.metric-label{
  font-size:11px;text-transform:uppercase;color:#d3e5f9;font-weight:900;
}
.metric-value{
  margin-top:5px;font-size:18px;font-weight:1000;color:#fff;
}
.metric-value .pos{color:#16eb7f;font-size:12px;margin-left:4px}
.metric-sub{margin-top:4px;font-size:11px;color:#b6cae2}
.search-card{display:flex;align-items:center;padding:0 14px}
.search-box{display:flex;align-items:center;gap:10px;width:100%;color:#b8cde4}
.search-box input{
  width:100%;
  background:transparent;border:0;color:#fff;outline:none;
  font-size:14px;
}
.search-box input::placeholder{color:#a9bfd9}
.modules{
  margin-top:8px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.module-card{
  background:linear-gradient(180deg,#ffffff,#f6f9fe);
  color:var(--text);
  border:1px solid #dbe7f3;
  border-radius:18px;
  box-shadow:var(--soft);
  padding:16px 16px 14px;
  min-height:198px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}
.module-icon-wrap{
  width:64px;height:64px;border-radius:50%;
  display:grid;place-items:center;
  margin-top:-2px;margin-bottom:12px;
  background:radial-gradient(circle at 35% 30%, #1ac0ff, #004e9d 75%);
  color:#fff;font-size:28px;
  border:3px solid #dbeaff;
  box-shadow:0 0 0 4px rgba(6,70,144,.10), 0 10px 22px rgba(0,52,105,.22);
}
.module-card h3{
  margin:0;color:#19396b;font-size:18px;line-height:1.18;font-weight:1000;
}
.module-card p{
  margin:10px 0 12px;color:#596b83;font-size:13px;line-height:1.35;
}
.module-btn{
  margin-top:auto;
  width:100%;
  display:flex;align-items:center;justify-content:center;gap:10px;
  height:38px;border-radius:10px;
  border:1px solid #91b6e2;
  background:#f8fbff;
  color:#245696;font-weight:900;font-size:13px;
}
.module-btn span{font-size:18px;line-height:1}
.footer{
  margin-top:14px;
  padding:0;
}
.footer-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:48px;
  background:linear-gradient(180deg, rgba(2,35,72,.98), rgba(1,18,43,.98));
}
.footer-line:before,.footer-line:after{
  content:"";
  height:2px;
  width:min(180px,28vw);
}
.footer-line:before{
  background:linear-gradient(90deg, transparent, #00d57a 20%, #00d57a 100%);
}
.footer-line:after{
  background:linear-gradient(90deg, #f2c400 0%, #f2c400 80%, transparent 100%);
}
.vw-badge{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  background:transparent;
}
.vw-badge img{
  display:block;
  width:38px;
  height:38px;
  object-fit:contain;
}
.footer-text{
  margin-top:6px;
  text-align:center;
  font-size:12px;
  color:#d7e7f8;
  padding:0 4px 10px;
}
.footer-text strong{color:#fff}
@media (max-width: 1024px){
  .metrics-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .search-card{grid-column:1 / -1}
  .modules{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 720px){
  .dashboard-page{padding:0 10px 14px}
  .topbar{padding:8px 9px;flex-direction:row;align-items:center;border-radius:0 0 14px 14px}
  .topbar-left{width:auto;flex-direction:row;align-items:center;gap:8px}
  .topbar-logo img{height:46px;max-width:235px}
  .topbar-sep,.topbar-sub{display:none}
  .topbar-right{width:auto}
  .user-pill{min-width:0;width:auto}
  .metrics-row{grid-template-columns:repeat(4,minmax(0,1fr))}
  .modules{grid-template-columns:1fr}
}


/* Ajustes mobile solicitados - FROTA 360 */
.search-card{
  display:none!important;
}

/* Topo: logo à esquerda e usuário compacto à direita */
.topbar{
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.topbar-left{
  flex:1 1 auto;
  min-width:0;
}
.topbar-logo img{
  height:50px;
  max-width:100%;
}
.topbar-sub{
  font-size:12px;
}
.topbar-right{
  flex:0 0 auto;
}
.user-pill{
  min-width:0;
  width:auto;
  padding:7px 9px;
  gap:8px;
  border-radius:14px;
}
.user-icon{
  width:30px;
  height:30px;
  font-size:14px;
}
.user-info small{
  font-size:10px;
}
.user-info strong{
  font-size:13px;
}
.user-div{
  height:24px;
}
.logout-btn{
  padding:8px 10px;
  font-size:12px;
  border-radius:10px;
}

/* Indicadores em 4 colunas no desktop/tablet */
.metrics-row{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.metric-card{
  min-height:62px;
  padding:8px 9px;
  gap:8px;
}
.metric-icon{
  width:38px;
  height:38px;
  font-size:17px;
}
.metric-label{
  font-size:9.5px;
}
.metric-value{
  font-size:16px;
}
.metric-sub{
  font-size:10px;
}

/* Mobile: manter cabeçalho em linha, com usuário reduzido no canto superior direito */
@media (max-width: 720px){
  .dashboard-page{
    padding:0 8px 14px;
    margin-top:6px;
  }

  .topbar{
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:8px 9px!important;
    gap:8px!important;
    border-radius:0 0 14px 14px;
  }

  .topbar-left{
    width:auto!important;
    flex:1 1 auto!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:8px!important;
    overflow:hidden;
  }

  .topbar-logo{
    min-width:0;
    overflow:hidden;
  }

  .topbar-logo img{
    height:46px!important;
    max-width:235px!important;
    object-fit:contain;
  }

  .topbar-sep,
  .topbar-sub{
    display:none!important;
  }

  .topbar-right{
    width:auto!important;
    flex:0 0 auto!important;
  }

  .user-pill{
    width:auto!important;
    min-width:0!important;
    padding:6px 7px!important;
    gap:6px!important;
    border-radius:12px!important;
  }

  .user-icon{
    width:26px!important;
    height:26px!important;
    font-size:12px!important;
  }

  .user-info{
    max-width:74px;
    overflow:hidden;
  }

  .user-info small{
    display:none!important;
  }

  .user-info strong{
    font-size:12px!important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .user-div{
    display:none!important;
  }

  .logout-btn{
    padding:6px 8px!important;
    font-size:11px!important;
    border-radius:9px!important;
  }

  .hero{
    margin-top:8px;
  }

  .metrics-row{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    margin-top:7px!important;
  }

  .metric-card{
    min-height:58px!important;
    padding:6px 4px!important;
    gap:4px!important;
    flex-direction:column!important;
    justify-content:center!important;
    text-align:center!important;
  }

  .metric-icon{
    width:28px!important;
    height:28px!important;
    font-size:14px!important;
  }

  .metric-label{
    font-size:7px!important;
    line-height:1.05!important;
    letter-spacing:0!important;
  }

  .metric-value{
    margin-top:2px!important;
    font-size:12px!important;
    line-height:1!important;
  }

  .metric-value .pos{
    display:none!important;
  }

  .metric-sub{
    display:none!important;
  }

  .modules{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
}

@media (max-width: 390px){
  .topbar-logo img{
    height:40px!important;
    max-width:200px!important;
  }
  .user-info{
    max-width:58px;
  }
  .logout-btn{
    padding:6px 6px!important;
  }
  .metrics-row{
    gap:4px!important;
  }
  .metric-card{
    padding:5px 3px!important;
  }
  .metric-icon{
    width:25px!important;
    height:25px!important;
    font-size:12px!important;
  }
  .metric-label{
    font-size:6.4px!important;
  }
  .metric-value{
    font-size:11px!important;
  }
}


/* Ajuste mobile dos cards de módulos: card inteiro como botão */
.module-card{
  position:relative;
  cursor:pointer;
}
.module-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  pointer-events:none;
}
.module-card:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(0,18,44,.20);
}

@media (max-width: 720px){
  .modules{
    grid-template-columns:1fr!important;
    gap:8px!important;
    margin-top:8px!important;
  }

  .module-card{
    min-height:92px!important;
    padding:12px 42px 12px 12px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    gap:12px!important;
    border-radius:16px!important;
  }

  .module-card::before{
    content:"›";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    font-size:30px;
    line-height:1;
    color:#245696;
    font-weight:900;
  }

  .module-icon-wrap{
    flex:0 0 54px!important;
    width:54px!important;
    height:54px!important;
    margin:0!important;
    font-size:24px!important;
    border-width:2px!important;
    box-shadow:0 0 0 3px rgba(6,70,144,.10), 0 8px 18px rgba(0,52,105,.18)!important;
  }

  .module-card h3{
    margin:0 0 4px!important;
    font-size:15px!important;
    line-height:1.15!important;
  }

  .module-card p{
    margin:0!important;
    font-size:12px!important;
    line-height:1.25!important;
    color:#596b83!important;
  }

  .module-btn{
    display:none!important;
  }
}

@media (max-width: 390px){
  .module-card{
    min-height:86px!important;
    padding:10px 34px 10px 10px!important;
    gap:10px!important;
  }

  .module-icon-wrap{
    flex-basis:48px!important;
    width:48px!important;
    height:48px!important;
    font-size:21px!important;
  }

  .module-card h3{
    font-size:14px!important;
  }

  .module-card p{
    font-size:11px!important;
  }

  .module-card::before{
    right:11px;
    font-size:26px;
  }
}


/* Ajuste para novo módulo Proposta Venda OKM */
@media (min-width: 1180px){
  .modules{
    grid-template-columns:repeat(6,minmax(0,1fr));
  }
  .module-card{
    min-height:205px;
    padding-left:13px;
    padding-right:13px;
  }
  .module-card h3{
    font-size:16px;
  }
  .module-card p{
    font-size:12px;
  }
}


/* Ajuste do logo VOLKSCONFIA + NICAM no mobile para respeitar a largura da tela */
@media (max-width: 720px){
  .topbar{
    overflow:hidden;
  }
  .topbar-left{
    min-width:0!important;
    overflow:hidden!important;
  }
  .topbar-logo{
    min-width:0!important;
    max-width:calc(100vw - 120px)!important;
    overflow:hidden!important;
  }
  .topbar-logo img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:44px!important;
    object-fit:contain!important;
  }
}

@media (max-width: 520px){
  .topbar-logo{
    max-width:calc(100vw - 110px)!important;
  }
  .topbar-logo img{
    max-height:38px!important;
  }
}

@media (max-width: 390px){
  .topbar-logo{
    max-width:calc(100vw - 100px)!important;
  }
  .topbar-logo img{
    max-height:34px!important;
  }
}


/* Cards sem descrição detalhada */
.module-card{
  justify-content:center;
}
.module-card h3{
  margin-bottom:12px;
}
@media (max-width:720px){
  .module-card{
    min-height:74px!important;
  }
  .module-card h3{
    margin:0!important;
  }
}


/* Cards limpos do dashboard */
.module-btn{
  display:none!important;
}
.module-card{
  justify-content:center!important;
}
.module-icon-wrap{
  margin-bottom:14px!important;
}
.module-card h3{
  margin-bottom:0!important;
}
@media (max-width:720px){
  .module-card{
    min-height:72px!important;
    padding-right:36px!important;
  }
  .module-icon-wrap{
    margin-bottom:0!important;
  }
}


/* FINAL - Cards do dashboard sem descrição e sem botão */
.module-card p,
.module-btn{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}

.module-card{
  min-height:142px!important;
  padding:18px 14px!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
  cursor:pointer!important;
}

.module-icon-wrap{
  margin:0 0 14px 0!important;
}

.module-card h3{
  margin:0!important;
  font-size:17px!important;
  line-height:1.18!important;
}

@media (max-width:720px){
  .module-card{
    min-height:72px!important;
    padding:10px 36px 10px 12px!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    gap:12px!important;
  }
  .module-icon-wrap{
    flex:0 0 50px!important;
    width:50px!important;
    height:50px!important;
    margin:0!important;
  }
  .module-card h3{
    font-size:15px!important;
    margin:0!important;
  }
}


/* LOGO VOLKSCONFIA/NICAM - largura total no mobile */
@media (max-width: 720px){
  .topbar{
    padding:8px 10px 10px 10px !important;
  }

  .topbar-left{
    width:100% !important;
    max-width:100% !important;
    flex:1 1 100% !important;
    display:block !important;
    overflow:visible !important;
  }

  .topbar-logo{
    width:100% !important;
    max-width:100% !important;
    display:block !important;
    overflow:visible !important;
  }

  .topbar-logo img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
  }

  .topbar-right{
    position:absolute !important;
    top:8px !important;
    right:10px !important;
    width:auto !important;
    z-index:3 !important;
  }

  .user-pill{
    transform:scale(.88);
    transform-origin:top right;
  }

  .hero{
    margin-top:8px !important;
  }
}

@media (max-width: 520px){
  .topbar{
    padding:8px 8px 10px 8px !important;
  }

  .topbar-right{
    top:6px !important;
    right:8px !important;
  }

  .user-pill{
    transform:scale(.82);
  }
}

@media (max-width: 390px){
  .topbar-right{
    top:5px !important;
    right:6px !important;
  }

  .user-pill{
    transform:scale(.76);
  }
}


/* Cards dos módulos em 2 colunas no mobile */
@media (max-width: 720px){
  .modules{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:8px!important;
  }

  .module-card{
    min-height:120px!important;
    padding:12px 8px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    gap:8px!important;
  }

  .module-card::before{
    content:none!important;
    display:none!important;
  }

  .module-icon-wrap{
    flex:0 0 auto!important;
    width:46px!important;
    height:46px!important;
    margin:0 0 8px 0!important;
    font-size:22px!important;
  }

  .module-card h3{
    margin:0!important;
    font-size:13px!important;
    line-height:1.15!important;
  }
}

@media (max-width: 390px){
  .modules{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
  }

  .module-card{
    min-height:108px!important;
    padding:10px 6px!important;
  }

  .module-icon-wrap{
    width:42px!important;
    height:42px!important;
    font-size:20px!important;
  }

  .module-card h3{
    font-size:12px!important;
    line-height:1.1!important;
  }
}


/* Indicadores dinâmicos por filial */
.metric-value{
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:100%;
}
.metric-card .metric-text{
  min-width:0;
}
@media (max-width:720px){
  .metric-value{
    font-size:11px!important;
    white-space:nowrap!important;
  }
  .metric-label{
    min-height:16px;
  }
}


/* Banner vertical FROTA 360 para mobile */
.hero picture{
  display:block;
  width:100%;
}

.hero picture img{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width: 720px){
  .hero{
    border-radius:18px!important;
    overflow:hidden!important;
    background:#001f45!important;
  }

  .hero img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
    display:block!important;
  }
}


/* Login com header, banner desktop e footer */
.login-topbar{
  margin-bottom:10px;
}
.login-hero{
  margin-top:10px!important;
}
.login-hero img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}
.login-shell{
  margin-top:16px!important;
}
.login-footer{
  margin-top:16px!important;
}
@media (max-width:720px){
  .login-topbar .topbar-left{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
  }
  .login-topbar .topbar-logo{
    width:100%!important;
    max-width:100%!important;
  }
  .login-topbar .topbar-logo img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  .login-hero{
    border-radius:14px!important;
    margin-top:8px!important;
  }
  .login-hero img{
    width:100%!important;
    height:auto!important;
    object-fit:contain!important;
  }
}


/* Remoção do texto REPRESENTANTE AUTORIZADO */
.login-topbar .topbar-sep,
.login-topbar .topbar-sub{
  display:none!important;
}


/* Login - campo usuário e visualizar senha */
.login-shell h2{
  letter-spacing:-.02em;
}

.login-field input::placeholder{
  color:#7f8fa6;
  font-weight:600;
}

.password-wrap{
  position:relative;
  width:100%;
}

.password-wrap input{
  width:100%;
  padding-right:54px!important;
}

.password-toggle{
  position:absolute;
  right:8px;
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  border-radius:12px;
  background:rgba(0,31,69,.08);
  color:#06356e;
  cursor:pointer;
  display:grid;
  place-items:center;
  font-size:18px;
  line-height:1;
}

.password-toggle:hover{
  background:rgba(0,163,255,.15);
}


/* Aumentar logo VOLKSCONFIA + NICAM na área de login */
.login-topbar .topbar-logo img{
  height:112px !important;
  width:auto !important;
  max-width:100% !important;
  object-fit:contain !important;
}

.login-topbar .topbar{
  padding-top:16px !important;
  padding-bottom:16px !important;
}

@media (max-width: 720px){
  .login-topbar .topbar-logo img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    max-height:none !important;
    object-fit:contain !important;
  }
}

@media (min-width: 721px){
  .login-topbar .topbar-left{
    align-items:center !important;
  }
}


/* Login com placeholders internos, sem labels externos */
.login-shell .login-field label{
  display:none!important;
}

.login-shell .login-field{
  margin-bottom:14px;
}

.login-shell input::placeholder{
  color:#7c8da4!important;
  font-weight:700!important;
}

/* Novos módulos MY_ANO no dashboard */
@media (min-width:1180px){.modules{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
