.setSecretPinView {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--space-lg);
  height: 100%;
}

.secureAccountAccess h1 {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-bold);
  color: var(--color-teal-dark);
  letter-spacing: -0.5px;
  text-align: center;
}

.secureAccountAccess p {
  color: var(--color-text-muted);
  margin-top: var(--space-xs);
  font-size: var(--font-size-sm);
  text-align: center;
}

#setPinSecureAccess_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

#setPinSecureAccess_icon svg {
  color: var(--color-teal-dark);
}

/* .input-with-icon {
  position: relative;
}

.input-with-icon i {
  position: absolute;
  left: var(--space-md);
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-text-muted);
  z-index: 1;
}

.input-with-icon input {
  padding-left: var(--space-xxxl);
  background: var(--color-white);
  border: 1px solid var(--color-gray-light);
  border-radius: var(--border-radius-sm);
  height: 56px;
  font-size: var(--font-size-base);
  transition: all var(--transition-fast);
  width: 100%;
  position: relative;
}

.input-with-icon input:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(102, 146, 149, 0.15);
} */

#setSecretWithdrawPinBtn {
  background: var(--color-teal-dark);
  color: var(--color-text-light);
  border: none;
  padding: 0.8em;
  border-radius: 0.3em;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  transition: all var(--transition-fast);
  width: 80%;
  /* height: 56px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  margin: 0.4em auto;
}
