﻿.daytoken-video-direction {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
}

.daytoken-metade-token,
.daytoken-metade-passos {
  display: flex;
  justify-content: center;
  width: 50%;
  min-width: 0;
  box-sizing: border-box;
}

.metade-passo {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.daytoken-metade-token {
  display: flex;
  flex-direction: column;
  padding: 0 32px 24px 32px;
}

.daytoken-token-header {
  width: 100%;
  max-width: 541px;
}

.daytoken-token-body {
  width: 100%;
  max-width: 541px;
  display: flex;
  flex-direction: column;
}

.daytoken-passos-wrapper {
  width: 100%;
  height: 100%;
  max-width: 541px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.container-day-token {
  /*max-width: 1100px !important;*/
}

.titulo {
  color: var(--neutral-background-color-primary);
  font-family: "Mulish-regular", sans-serif;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-lg);
  letter-spacing: var(--sizing-none);
}

.titulo-passo {
  color: var(--color-surface-neutral-active, #445d75);
  font-family: Mulish, sans-serif;
  font-size: var(--Size-Font-Size-Md, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--sizing-scale-32, 32px);
  margin: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.daytoken-link-passos-narrow {
  display: none;
}

.link-passos-daytoken {
  align-self: flex-start;
  padding: 0;
  border: none;
  background: none;
  color: var(--text-color-light);
  font-family: "Mulish-regular", sans-serif;
  font-size: var(--font-size-xs18);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-sm);
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}

.link-passos-daytoken:hover {
  color: var(--text-color-primary);
}

@media (max-width: 1246px) {
  .titulo-passo {
    margin-bottom: 0;
  }
  .daytoken-link-passos-narrow {
    display: block;
  }
  .daytoken-metade-passos.metade-passo {
    display: none !important;
  }
  .daytoken-video-direction {
    flex-direction: column;
  }
  .daytoken-metade-token,
  .daytoken-metade-passos {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
  }
  .daytoken-metade-token {
    padding: 0 16px 24px 16px;
  }
  .container-token {
    max-width: 548px !important;
  }
  .daytoken-modal-bloco-video {
    display: none !important;
  }
  .daytoken-modal-bloco-passos {
    display: block !important;
  }
  .header-user.header-daytoken-split {
    background-color: var(--color-surface-main);
    background-image: none;
  }
  .header-user.header-daytoken-fase1-ocultar-acoes [id$=pnlItensCabecalhoEsconderBloqueio],
  .header-user.header-daytoken-fase1-ocultar-acoes [id$=pnlItensCabecalhoMostrarBloqueio] {
    visibility: visible;
    pointer-events: auto;
  }
}
.passos-modal {
  border-radius: 24px;
  background: var(--color-transparency-surface-detail-92);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  padding: var(--spacing-scale-24);
  width: 448px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  z-index: 10002 !important;
}

.passos-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.passos-modal-header .titulo {
  color: var(--text-color-primary);
  font-size: var(--font-size-sm);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-ms);
}

.passos-modal-body {
  display: flex;
  flex-direction: column;
  margin-top: var(--spacing-scale-8);
  gap: var(--spacing-scale-16);
}

.icn-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../novo-layout/icons/icn-close.svg");
  outline: none;
  pointer-events: all;
}

.icn-color-brand-primary {
  filter: brightness(0) saturate(100%) invert(42%) sepia(79%) saturate(2588%) hue-rotate(174deg) brightness(87%) contrast(101%);
}

#modalPassosToken .passos-modal-header {
  background: #fff;
  position: relative;
  z-index: 2;
  gap: 12px;
  padding-top: 4px;
}

#modalPassosToken .daytoken-passos-modal {
  background: #fff;
}

#modalPassosToken .daytoken-passos-modal-fechar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--color-surface-brand-primary, #08c);
  cursor: pointer;
}

#modalPassosToken .daytoken-passos-modal-fechar:hover {
  background: rgba(0, 136, 204, 0.1);
}

#modalPassosToken .daytoken-passos-modal-footer {
  padding: 16px 0 8px;
  flex-shrink: 0;
}

#modalPassosToken .daytoken-passos-modal-btn {
  display: block;
  width: 100%;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid var(--color-surface-neutral-active, #445d75);
  background: #fff;
  color: var(--color-surface-neutral-active, #445d75);
  font-family: "Mulish-regular", Mulish, sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

  #modalPassosToken .daytoken-passos-modal-btn:hover {
    background: var(--color-slate-gray-96, #f2f5f8);
  }

#modalPassosToken .passos-modal-body {
  background: transparent;
}

#modalPassosToken .container-metades--modal {
  background: transparent;
}
