.cliente-app-body {
  margin: 0;
  min-height: 100vh;
  max-width: 28rem;
  margin-inline: auto;
  background: transparent;
}

.cliente-geo-gate__lead {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 0.75rem;
}

.cliente-geo-bloqueado {
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: 8px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.35);
}

.cliente-geo-bloqueado.hidden {
  display: none;
}

.cliente-login-trocar-hint {
  margin-top: 0.35rem;
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.35);
}


.cliente-comunicacao-lane + .cliente-comunicacao-lane {
  margin-top: 0.75rem;
}

.cliente-comunicacao-cabecalho {
  margin: 0 0 0.35rem;
  padding: 0.42rem 0.65rem;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  background: rgba(37, 99, 235, 0.28);
  border: 1px solid rgba(59, 130, 246, 0.55);
  color: #bfdbfe;
}

.cliente-comunicacao-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  padding: 0.65rem 2rem 0.65rem 0.75rem;
  min-height: 3.1rem;
}

.cliente-comunicacao-btn__preview {
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cliente-comunicacao-btn__placeholder {
  opacity: 0.78;
  font-style: italic;
  font-weight: 400;
}

.cliente-comunicacao-btn--vendas {
  background: #166534 !important;
  border: 2px solid #22c55e !important;
  color: #ecfdf5 !important;
}

.cliente-comunicacao-btn--manutencao {
  background: #854d0e !important;
  border: 2px solid #eab308 !important;
  color: #fefce8 !important;
}

.cliente-comunicacao-badge {
  position: absolute;
  top: 0.35rem;
  right: 0.45rem;
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #dc2626;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.15rem;
  text-align: center;
}

.cliente-comunicacao-badge.hidden {
  display: none;
}

/* Chat: verde/amarelo só em mensagens já visualizadas pelo receptor */
.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista.dk-chat-bubble--in {
  background: rgba(22, 101, 52, 0.22);
  border-color: rgba(34, 197, 94, 0.5);
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista .dk-chat-bubble__texto {
  color: #4ade80;
  font-weight: 500;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista .dk-chat-bubble__meta {
  color: #86efac;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista.cliente-chat-bubble--manutencao {
  background: rgba(133, 77, 14, 0.28);
  border-color: rgba(234, 179, 8, 0.55);
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista.cliente-chat-bubble--manutencao .dk-chat-bubble__texto {
  color: #fde047;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--vista.cliente-chat-bubble--manutencao .dk-chat-bubble__meta {
  color: #fef08a;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--out .dk-chat-bubble__texto {
  color: #fafafa;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--out.dk-chat-bubble--vista .dk-chat-bubble__texto {
  color: #4ade80;
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--out .dk-chat-bubble__meta {
  color: rgba(255, 255, 255, 0.72);
}

.cliente-app-body .dk-chat-modal__corpo .dk-chat-bubble--out.dk-chat-bubble--vista .dk-chat-bubble__meta {
  color: #86efac;
}

.dk-chat-vazio {
  margin: 0;
  text-align: center;
  padding: 1rem 0;
}

.cliente-app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.cliente-app-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.cliente-app-brand__logo {
  display: block;
  height: 2.35rem;
  width: auto;
  max-width: 6.75rem;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

.cliente-app-brand__title {
  font-weight: 700;
  font-size: 1.05rem;
}

.cliente-app-brand__sub {
  color: var(--muted);
  font-size: 0.8rem;
}

.cliente-app-card {
  background: var(--bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-accent);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.cliente-app-card h2 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: var(--accent);
}

.cliente-parabens {
  text-align: center;
  padding: 0.35rem 0.2rem;
}

.cliente-parabens__texto {
  margin: 0.3rem 0;
  font-size: 1.02rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text, #fff);
}

.cliente-parabens__texto strong {
  color: var(--accent);
  font-size: 1.12em;
}

.cliente-sync-status {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.78rem;
  opacity: 0.75;
}

.cliente-protocolo {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.85rem;
  margin-bottom: 0.65rem;
}

.cliente-protocolo__head {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.cliente-protocolo__meta {
  color: var(--muted);
  font-size: 0.85rem;
  margin: 0.15rem 0;
}

.cliente-pagamento-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.88rem;
  padding: 0.35rem 0;
  border-top: 1px solid var(--border);
}

.cliente-pagamento-row:first-of-type {
  border-top: none;
}

/* Envios do app: azul = na nuvem; vermelho = só no telemóvel */
.cliente-sync-nuvem--ok,
.cliente-sync-nuvem--ok span {
  color: #5eb3ff;
}

.cliente-sync-nuvem--pendente,
.cliente-sync-nuvem--pendente span {
  color: #f87171;
}

.cliente-sync-legenda {
  margin: 0.35rem 0 0.75rem;
  line-height: 1.45;
}

.cliente-sync-legenda .cliente-sync-nuvem--ok,
.cliente-sync-legenda .cliente-sync-nuvem--pendente {
  font-weight: 600;
}

#comp-msg.cliente-comp-msg--nuvem-ok {
  color: #5eb3ff;
}

#comp-msg.cliente-comp-msg--nuvem-pendente {
  color: #f87171;
}

.cliente-comprovante-preview {
  max-width: 100%;
  max-height: 12rem;
  border-radius: 8px;
  margin-top: 0.5rem;
  display: none;
}

.cliente-comprovante-preview.is-visible {
  display: block;
}

.cliente-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.5rem;
}

.cliente-modal.hidden {
  display: none;
}

#clienteComprovanteViewerModal .cliente-modal__card {
  max-height: 92vh;
  display: flex;
  flex-direction: column;
}

#clienteComprovanteViewerModal .portal-cc-viewer-scroll {
  flex: 1;
  min-height: 40vh;
  max-height: 60vh;
}

button.lnk-comprovante {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: #1565c0;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}

.cliente-modal__card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius) var(--radius) 0 0;
  width: 100%;
  max-width: 28rem;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}

.cliente-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.cliente-modal__head h2 {
  margin: 0;
  font-size: 1rem;
}

.cliente-relatorio-share-msg {
  margin: 0.35rem 0 0;
  min-height: 1.2em;
  text-align: center;
}

.cliente-relatorio-pdf-host {
  position: fixed;
  left: -10000px;
  top: 0;
  width: 210mm;
  background: #fff;
  color: #111;
  pointer-events: none;
  z-index: -1;
}

.cliente-relatorio-frame {
  width: 100%;
  flex: 1;
  min-height: 50vh;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.cliente-install-panel {
  border: 1px solid var(--accent);
  border-radius: var(--radius);
  padding: 1rem;
  margin-bottom: 1rem;
  background: rgba(220, 38, 38, 0.08);
}

.cliente-install-panel__title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--accent);
}

.cliente-install-panel.hidden {
  display: none;
}

html.dk-cliente-install-flow .cliente-install-panel {
  display: block;
}

html.dk-cliente-install-flow .cliente-install-panel.hidden {
  display: block;
}

.cliente-install-manual {
  margin-top: 0.75rem;
  font-size: 0.88rem;
}

.cliente-install-manual summary {
  cursor: pointer;
  color: var(--accent);
  font-weight: 600;
}

.cliente-install-hint {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.cliente-contrato-dl {
  display: grid;
  gap: 0.35rem 0.75rem;
  margin: 0.65rem 0 0.85rem;
  font-size: 0.86rem;
}

.cliente-contrato-dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.35rem;
  align-items: baseline;
}

.cliente-contrato-dl dt {
  color: var(--muted);
  font-weight: 500;
}

.cliente-contrato-dl dd {
  margin: 0;
  text-align: right;
}

.cliente-subsecao {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.9rem;
  color: var(--accent);
}

.cliente-em-breve {
  font-style: italic;
  color: var(--muted);
}

.cliente-badge-contrato {
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  padding: 0.1rem 0.4rem;
  border-radius: 6px;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.cliente-badge-contrato--minha-moto {
  background: #1565c0;
}

.cliente-badge-contrato--meu-transporte {
  background: #2e7d32;
}

.cliente-badge-contrato--carro {
  background: #6d4c41;
}

.cliente-badge-contrato--inativo {
  background: var(--accent);
}

.cliente-badge-ativo {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--bg);
  background: var(--accent);
  padding: 0.1rem 0.4rem;
  border-radius: 6px;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.cliente-pagamento-row--confirmado span,
.cliente-pagamento-row--confirmado .cliente-pagamento-row__label {
  color: #2e7d32;
}

.cliente-pagamento-row--invalidado span,
.cliente-pagamento-row--invalidado .cliente-pagamento-row__label,
.cliente-pagamento-row--invalidado .cliente-pagamento-row__valor {
  color: #c62828;
}

.cliente-pagamento-row--pendente span:first-child,
.cliente-pagamento-row--rejeitado .cliente-pagamento-row__label {
  color: var(--accent);
}

.cliente-pagamento-row--rejeitado {
  align-items: flex-start;
}

.cliente-pagamento-row__main {
  flex: 1;
  min-width: 0;
}

.cliente-pagamento-row__motivo {
  margin: 0.2rem 0 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--text-muted, #8a9199);
}

.cliente-pagamento-row__tail {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}

.cliente-pagamento-row__valor {
  white-space: nowrap;
}

.cliente-btn-de-acordo {
  font-size: 0.72rem;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  white-space: nowrap;
}

.cliente-btn-de-acordo:active {
  background: rgba(220, 38, 38, 0.15);
}

.cliente-pagamentos-list {
  margin-bottom: 0.15rem;
}

.cliente-pagamentos-toggle {
  display: block;
  width: 100%;
  margin: 0.25rem 0 0.5rem;
  padding: 0.35rem;
  border: none;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--accent);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.cliente-pagamentos-toggle:hover {
  background: rgba(220, 38, 38, 0.12);
}

.cliente-notificacao {
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.5rem;
  background: rgba(220, 38, 38, 0.08);
}

.cliente-notificacao__msg {
  margin: 0 0 0.25rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.cliente-notificacao__meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.cliente-notificacao--lida {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.03);
  opacity: 0.92;
}

.cliente-notificacao--lida .cliente-notificacao__msg {
  font-weight: 500;
}

.cliente-notificacoes-vazio {
  margin: 0;
}

.cliente-avisos-lidos-lista {
  max-height: min(70vh, 520px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cliente-revisao-servicos {
  margin: 0.25rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
}

.apps-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

@media (min-width: 640px) {
  .apps-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.apps-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s;
}

.apps-card:hover,
.apps-card:focus-visible {
  border-color: var(--accent);
  outline: none;
}

.apps-card__icon {
  font-size: 2rem;
}

.apps-card__title {
  font-weight: 700;
  font-size: 1.1rem;
}

.apps-card--cliente .apps-card__title {
  color: var(--accent);
}

.cliente-btn-detalhe-pagamentos {
  width: 100%;
  margin-top: 0.65rem;
}

.cliente-btn-documentos {
  width: 100%;
  margin-top: 0;
}

.cliente-docs-btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  margin-top: 0.55rem;
}

@media (min-width: 420px) {
  .cliente-docs-btns {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cliente-btn-documentos--multa {
  border-color: rgba(251, 191, 36, 0.45);
}

.cliente-docs-inline {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cliente-docs-inline__head {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #c62828;
}

.cliente-docs-inline__lista {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.cliente-doc-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: stretch;
}

.cliente-doc-row .cliente-doc-link {
  flex: 1 1 12rem;
}

.cliente-doc-download {
  flex: 0 0 auto;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cliente-doc-link {
  width: 100%;
  text-align: left;
  word-break: break-word;
}

.cliente-doc-zoom-viewport {
  position: relative;
  overflow: auto;
  max-height: min(70vh, 520px);
  -webkit-overflow-scrolling: touch;
  touch-action: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #f5f5f5;
}

.cliente-doc-zoom-stage {
  display: inline-block;
  min-width: 100%;
  padding: 0.35rem;
  will-change: transform;
}

.cliente-doc-iframe {
  width: 100%;
  min-width: 18rem;
  height: 70vh;
  max-height: 520px;
  border: 0;
  background: #fff;
}

.cliente-doc-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cliente-cal-inline {
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cliente-cal-inline__head {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #c62828;
}

.cliente-cal-inline__corpo {
  max-height: none;
  overflow: visible;
  padding: 0.15rem 0 0.5rem;
}

.cliente-cal-zoom-wrap {
  margin-top: 0.35rem;
}

.cliente-cal-zoom-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}

.cliente-cal-zoom-btn {
  min-width: 2.4rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border-radius: 8px;
  border: 1px solid rgba(198, 40, 40, 0.65);
  background: rgba(0, 0, 0, 0.55);
  color: #ff8a80;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.cliente-cal-zoom-btn--reset {
  font-size: 0.72rem;
  font-weight: 600;
  min-width: 4.5rem;
  padding: 0 0.5rem;
}

.cliente-cal-zoom-label {
  min-width: 3.2rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffcdd2;
}

.cliente-cal-zoom-hint {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.cliente-cal-zoom-viewport {
  position: relative;
  overflow: auto;
  max-height: min(68vh, 480px);
  -webkit-overflow-scrolling: touch;
  touch-action: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #f5f5f5;
}

.cliente-cal-zoom-stage {
  display: inline-block;
  min-width: 100%;
  padding: 0.35rem 0.25rem 0.5rem;
  will-change: transform;
}

.cliente-cal-inline__voltar {
  width: 100%;
  margin-top: 0.5rem;
}

.cliente-cal-modal .cliente-modal__card {
  max-width: min(96vw, 920px);
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cliente-cal-modal__hint {
  margin: 0 0 0.5rem;
}

.portal-lanc-cal-modal__card {
  max-width: min(96vw, 920px);
}

.portal-lanc-cal-corpo {
  overflow: auto;
  flex: 1;
  min-height: 200px;
  max-height: 58vh;
  padding: 0.25rem 0.15rem 0.75rem;
}

.portal-lanc-cal-ano-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0.5rem 0 1rem;
}

.portal-lanc-cal-ano-btn {
  min-width: 5.5rem;
}

.portal-lanc-cal-mes {
  margin-bottom: 1.25rem;
}

.portal-lanc-cal-mes__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1565c0;
  text-transform: lowercase;
}

.portal-lanc-cal-grid {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.72rem;
}

/* Calendário no app cliente: colunas mais largas + valores que cabem na célula */
.cliente-cal-inline .portal-lanc-cal-grid,
.cliente-cal-modal .portal-lanc-cal-grid,
.cliente-cal-zoom-stage .portal-lanc-cal-grid {
  min-width: 36rem;
  width: 100%;
  font-size: 0.68rem;
}

.cliente-cal-inline .portal-lanc-cal-dow:not(.portal-lanc-cal-dow--total),
.cliente-cal-modal .portal-lanc-cal-dow:not(.portal-lanc-cal-dow--total),
.cliente-cal-zoom-stage .portal-lanc-cal-dow:not(.portal-lanc-cal-dow--total) {
  width: 2.65rem;
  min-width: 2.65rem;
  padding: 0.18rem 0.08rem;
  font-size: 0.62rem;
}

.cliente-cal-inline .portal-lanc-cal-dow--total,
.cliente-cal-modal .portal-lanc-cal-dow--total,
.cliente-cal-zoom-stage .portal-lanc-cal-dow--total {
  width: 3.4rem;
  min-width: 3.4rem;
}

.cliente-cal-inline .portal-lanc-cal-day,
.cliente-cal-modal .portal-lanc-cal-day,
.cliente-cal-zoom-stage .portal-lanc-cal-day {
  vertical-align: top;
  padding: 0;
  overflow: hidden;
}

.cliente-cal-inline .portal-lanc-cal-day-num,
.cliente-cal-modal .portal-lanc-cal-day-num,
.cliente-cal-zoom-stage .portal-lanc-cal-day-num {
  font-size: 0.58rem;
  line-height: 1.2;
  padding: 0.05rem 0.12rem;
}

.cliente-cal-inline .portal-lanc-cal-val,
.cliente-cal-modal .portal-lanc-cal-val,
.cliente-cal-zoom-stage .portal-lanc-cal-val {
  min-height: 1.55rem;
  max-height: 2.4rem;
  padding: 0.12rem 0.06rem;
  font-size: 0.58rem;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.cliente-cal-inline .portal-lanc-cal-week-total,
.cliente-cal-modal .portal-lanc-cal-week-total,
.cliente-cal-zoom-stage .portal-lanc-cal-week-total {
  width: 3.4rem;
  min-width: 3.4rem;
  padding: 0.1rem 0.06rem;
  font-size: 0.56rem;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cliente-cal-inline .portal-lanc-cal-week-sum,
.cliente-cal-modal .portal-lanc-cal-week-sum,
.cliente-cal-zoom-stage .portal-lanc-cal-week-sum {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-lanc-cal-dow {
  background: #2e7d32;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.1rem;
  font-weight: 700;
  border: 1px solid #1b5e20;
}

.portal-lanc-cal-dow--pagamento {
  background: #1b5e20;
  box-shadow: inset 0 0 0 2px #fff59d;
}

.portal-lanc-cal-dow--total {
  background: #64b5f6;
  color: #0d47a1;
  font-size: 0.62rem;
  line-height: 1.15;
}

.portal-lanc-cal-day-num {
  font-size: 0.65rem;
  text-align: right;
  padding: 0 0.15rem;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
}

.portal-lanc-cal-val {
  display: block;
  width: 100%;
  box-sizing: border-box;
  min-height: 2rem;
  border: 1px solid #f9a825;
  background: #fff59d;
  color: #111;
  font-size: 0.68rem;
  padding: 0.15rem 0.1rem;
  text-align: center;
}

.portal-lanc-cal-val--readonly {
  pointer-events: none;
  user-select: text;
}

.portal-lanc-cal-val--dia-pagamento,
.portal-lanc-cal-val--qua {
  background: #a5d6a7;
  border-color: #2e7d32;
}

.portal-lanc-cal-week-total {
  background: #bbdefb;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  color: #0d47a1;
  border: 1px solid #64b5f6;
  font-size: 0.62rem;
}

.portal-lanc-cal-empty {
  background: #fafafa;
  border: 1px solid #eee;
}

.portal-lanc-cal-modal__actions {
  margin-top: 0.5rem;
}
