/* FTUE Onboarding Screens Styles */
.ftue {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #6ec6f7 0%, #1990CF 100%);
  z-index: 9999;
  height: 100dvh;
}

.ftue-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  max-width: 430px;
  padding: 32px 16px;
  border-radius: 24px;
  background: none;
  position: relative;
  box-sizing: border-box;
  /* Remove overflow-y: auto; */
}

.ftue-1 {
  display: flex;
}

.ftue-2 {
  display: none;
}

.ftue-skip {
  position: absolute;
  top: 24px;
  right: 24px;
  background: #eaf6fd;
  color: #1990CF;
  border: none;
  border-radius: 8px;
  padding: 6px 18px;
  font-size: 16px;
}

.ftue-img {
  width: 80vw;
  max-width: 400px;
  /* Remove margin-top and margin-bottom for flex spacing */
  margin: 0 auto;
  max-height: 30%;
  width: 90vw;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 55px;
  margin-left: 55px;;
}

.ftue-progress {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.ftue-progress-bar {
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}

.ftue-progress-bar.inactive {
  background: #ffffff55;
}

.ftue-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
}

.ftue-desc {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 32px;
}

.ftue-next {
  width: 328px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  background: #fff;
  color: #1990CF;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  height: 44px;
  margin-bottom: 70px;
}

.ftue-done {
  width: 273px;
  height: 44px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  background: #fff;
  color: #1990CF;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  /* margin-bottom: 80px; */
}

/* Second screen button row and buttons (Hecho + Back) */
.ftue-nav-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 80px;
}

.ftue-nav-row .ftue-prev {
  width: 48px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  color: #1990CF;
  border: none;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 70px; */
}

.ftue-nav-row .ftue-done {
  width: 273px;
  height: 44px;
  background: #fff;
  color: #1990CF;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.ftue-prev {
  width: 48px;
  height: 44px;
  border-radius: 8px;
  background: #fff;
  color: #1990CF;
  border: none;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftue-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  min-height: 60px;
}

.ftue-bottom--absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  z-index: 2;
  margin-bottom: 0;
}

.ftue-nav-row {
  gap: 12px;
}

.ftue-prev, .ftue-done {
  height: 44px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftue-prev img {
  height: 34px;
  width: 34px;
  margin: auto;
  display: block;
}

.ftue-done {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftue-spacer {
  flex: 1 1 auto;
  min-height: 0;
  pointer-events: none;
  user-select: none;
}

.ftue-filler {
  min-height: 70px; /* Adjust this value as needed for alignment */
  width: 100%;
  pointer-events: none;
  user-select: none;
  background: transparent;
}

@media (max-width: 600px), (max-height: 700px) {
  .ftue-screen {
    min-height: 100dvh;
    padding: 16px 4vw;
  }
  
  }
  .ftue-bottom {
    /* margin-bottom: 32px; */
  }
} 