/* Layout container */

body {
	font-family: "TT Satoshi", -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	margin: 0px;
}

p {
	font-size: 16px;
}

.container {
  display: flex;
  height: 100vh;
  margin: 0;
  background: #f4f5f7;
  width: 100%;
}

/* Sidebar */
.sidebar {
  width: 70px;
  background: #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
}

.sidebar .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
}

/* Main content */
.main {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  background: #f4f5f7;
   width: 100%;
}

/* Card */
.card {
  background: white;
  border-radius: 9999px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  max-width: 400px;
  width: 100%;
  justify-content: center;
}

.card-form {
  background: white;
  border-radius: 25px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  max-width: 400px;
  width: 100%;
  justify-content: center;
}

.first-scan {
	display: flex;
    min-height: 122px;
    max-width: 360px;
    padding: 10px;
    align-items: center;
    gap: 8px;
    margin: 0px;
    border-radius: 20px;
}

.error-detect {
	display: flex;
    max-width: 400px;
	width: 100%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

.form-seed {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 100%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

.form-seed-repeat {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 100%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

.phrase-css {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 100%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

.succeeded {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 100%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

.login-welcome-header {
	width: 100%;
}

.login-title {
	color: black;
}

.form-seed,
.form-seed-repeat,
.phrase-css,
.succeeded {
  display: none;
}

.error-detect,
.actions {
  display: none;
}

.card-form {
  display: block;
}



.action-button {
	app-region: no-drag;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 10px;
    width: fit-content;
    border-radius: 100px;
    transition: box-shadow 0.1s ease-out, border-color 0.1s ease-out, background 0.1s ease-out;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    background: rgb(19, 99, 52);
    color: rgb(255, 255, 255);
}

.continue-button {
	app-region: no-drag;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 30px;
    width: fit-content;
    border-radius: 100px;
    transition: box-shadow 0.1s ease-out, border-color 0.1s ease-out, background 0.1s ease-out;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    background: rgb(19, 99, 52);
    color: rgb(255, 255, 255);
}

.action-button:disabled,
.continue-button:disabled {
    background: #ccc !important;  /* Grijze achtergrond */
    color: #000 !important;       /* Zwarte tekst */
    cursor: not-allowed;
    opacity: 1;                   /* Zorg dat 'ie niet vervaagd lijkt */
}


.center-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Verticaal centreren */
  align-items: center;     /* Horizontaal centreren */
  text-align: center;
}


input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--font-0);
    line-height: normal;
    box-sizing: border-box;
    padding: .5em .65em;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--d-input-text-color);
    background-color: var(--d-input-bg-color);
    border-radius: var(--d-input-border-radius);
}


#passphrase-input {
    -webkit-appearance: none;
	width: 350px;
	padding-right: 2.5rem;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--font-0);
    line-height: normal;
    box-sizing: border-box;
    padding: .5em .65em;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--d-input-text-color);
    background-color: var(--d-input-bg-color);
    border-radius: var(--d-input-border-radius);
}

.input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.toggle-eye {
  position: absolute;
  right: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 1.2rem;
  color: #666;
}

.input-field {
    flex: 1;
    align-items: center;
    display: flex
;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: 0px !important;
    position: relative;
    transition: all 100ms ease 0s;
    background-color: transparent;
    border-color: rgb(232, 232, 232);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 14px;
    height: 48px;
    padding: 8px;
    width: 30%;
}

.input-container {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.card img {
  width: 102px;
  height: 101px;
  margin-right: 1rem;
}

.text {
  font-size: 1.6rem;
  font-weight: bold;
}

/* Actions */
.actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.btn-container {
  background: white;
  border-radius: 12px;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  border: 1px solid #ddd;
}

.btn-green {
  background: #12664f;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.footer-text {
  font-size: 0.85rem;
  color: #555;
  cursor: pointer;
}

/* Responsiveness */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .sidebar {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .main {
    flex-grow: 1;
    justify-content: flex-start;
    min-height: calc(100vh - 70px);
  }
}

@media (min-width: 388px) and (max-width: 431px) {
    .main {
        flex-grow: 1;
        justify-content: flex-start;
        min-height: calc(100vh - 70px);
		max-width: 90%;
        width: fit-content;
    }
	
	.succeeded {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 90%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
	}
	
	.card {
    background: white;
    border-radius: 9999px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 400px;
    width: 90%;
    justify-content: center;
	}
	
	.input-field {
        flex: 1;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        -moz-box-pack: justify;
        justify-content: space-between;
        min-height: 38px;
        outline: 0px !important;
        position: relative;
        transition: all 100ms ease 0s;
        background-color: transparent;
        border-color: rgb(232, 232, 232);
        border-radius: 8px;
        border-style: solid;
        border-width: 1px;
        box-shadow: none;
        box-sizing: border-box;
        font-size: 12px;
        height: 48px;
        padding: 8px;
        width: 30%;
    }
	
	#passphrase-input {
        -webkit-appearance: none;
        width: 240px;
		padding-right: 2.5rem;
        -moz-appearance: none;
        appearance: none;
        font-size: var(--font-0);
        line-height: normal;
        box-sizing: border-box;
        padding: .5em .65em;
        display: inline-block;
        margin-bottom: 9px;
        color: var(--d-input-text-color);
        background-color: var(--d-input-bg-color);
        border-radius: var(--d-input-border-radius);
    }
}

/*
@media (max-width: 430px) {
    .main {
        flex-grow: 1;
        justify-content: flex-start;
        min-height: calc(100vh - 70px);
		max-width: 90%;
        width: fit-content;
    }
	
	#passphrase-input {
    -webkit-appearance: none;
    width: 240px;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--font-0);
    line-height: normal;
    box-sizing: border-box;
    padding: .5em .65em;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--d-input-text-color);
    background-color: var(--d-input-bg-color);
    border-radius: var(--d-input-border-radius);
}
	
	
	
	.error-detect, .form-seed-repeat, .form-seed, .phrase-css {
    display: flex;
    max-width: 300px;
    width: 100%;
    padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
	}
	
	.card-form {
    background: white;
    border-radius: 25px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 300px;
    width: 100%;
    justify-content: center;
}

.input-field {
    flex: 1;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: 0px !important;
    position: relative;
    transition: all 100ms ease 0s;
    background-color: transparent;
    border-color: rgb(232, 232, 232);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 13px;
    height: 48px;
    padding: 8px;
    width: 30%;
}
	
}  */

@media (min-width: 425px) and (max-width: 430px) {
    .card {
    background: white;
    border-radius: 9999px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 400px;
    width: 90%;
    justify-content: center;
}

.error-detect, .form-seed-repeat, .form-seed, .phrase-css {
    display: flex;
    max-width: 280px;
    width: 100%;
    padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
	}
	
	.card-form {
    background: white;
    border-radius: 25px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 280px;
    width: 100%;
    justify-content: center;
}

#passphrase-input {
    -webkit-appearance: none;
    width: 240px;
	padding-right: 2.5rem;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--font-0);
    line-height: normal;
    box-sizing: border-box;
    padding: .5em .65em;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--d-input-text-color);
    background-color: var(--d-input-bg-color);
    border-radius: var(--d-input-border-radius);
}

.succeeded {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 280px;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
}

}

@media (min-width: 375px) and (max-width: 425px) {
    .error-detect, .form-seed-repeat, .form-seed, .phrase-css {
        display: flex;
        max-width: 250px;
        width: 240px;
        padding: 1.5rem 2rem;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(237, 239, 242);
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
        gap: 8px;
        flex-direction: column;
        margin-bottom: 15px;
        border-radius: 20px;
    }
	
	.card {
    background: white;
    border-radius: 9999px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 400px;
    width: 90%;
    justify-content: center;
	}
	
	.card-form {
    background: white;
    border-radius: 25px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    max-width: 400px;
    width: 90%;
    justify-content: center;
}
}  

@media (min-width: 373px) and (max-width: 377px) {
    .main {
        flex-grow: 1;
        justify-content: flex-start;
        min-height: calc(100vh - 70px);
        max-width: 90%;
        width: fit-content;
    }

.input-field {
    flex: 1;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    -moz-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    outline: 0px !important;
    position: relative;
    transition: all 100ms ease 0s;
    background-color: transparent;
    border-color: rgb(232, 232, 232);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 12px;
    height: 48px;
    padding: 8px;
    width: 30%;
}

#passphrase-input {
    -webkit-appearance: none;
    width: 250px;
	padding-right: 2.5rem;
    -moz-appearance: none;
    appearance: none;
    font-size: var(--font-0);
    line-height: normal;
    box-sizing: border-box;
    padding: .5em .65em;
    display: inline-block;
    margin-bottom: 9px;
    color: var(--d-input-text-color);
    background-color: var(--d-input-bg-color);
    border-radius: var(--d-input-border-radius);
}


.succeeded {
	display: flex;
	height: fit-content;
    max-width: 400px;
	width: 90%;
	padding: 1.5rem 2rem;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(237, 239, 242);
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
    gap: 8px;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 20px;
	}

}

@media (max-width: 320px) {
    .error-detect, .form-seed-repeat, .form-seed, .phrase-css {
        display: flex;
        max-width: 200px;
        width: 100%;
        padding: 1.5rem 2rem;
        background: rgb(255, 255, 255);
        border: 1px solid rgb(237, 239, 242);
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 32px -16px;
        gap: 8px;
        flex-direction: column;
        margin-bottom: 15px;
        border-radius: 20px;
    }
}