/* Page Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #4D585C;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.header {
    text-align: center;
}

/* Container Styles */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    width: 100%;
    max-width: 50vw;
    padding: 2rem;
    height: 100%;
}

.container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: normal;
    padding: 2rem;
    height: 100%;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

.container {
    width: 90%;
    max-width: 500px;
}

.content{
    align-items: center;
}

/* Logo */
.logo-container {
    margin-top: 10rem;
    text-align: center;
}

.logo {
    width: 230px;
}

.logo-verification {
    margin-top: 5rem;
    text-align: center;
}

.logo2 {
    width: 130px;
}

/* Slogan */
.slogan {
    font-family: 'Fredoka', sans-serif;
    margin-top: 2rem;
    text-align: center;
}

.slogan p {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.7rem; /* sm:text-xl */
    color: #4D585C;
    margin-bottom: 14rem;
}

.slogan2 p {
    font-family: 'Fredoka', sans-serif;
    font-size: 2rem; /* sm:text-xl */
    color: #3dadae;
    margin: 2rem;
    margin-bottom: 4rem;
}

.slogan3 p {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.5rem; /* sm:text-xl */
    color: #4D585C;
    margin-top: 5rem;
    margin-bottom: 14rem;
    text-align: center;
    line-height: 2.2rem;
}

.header-text {
    font-family: 'Fredoka', sans-serif;
    margin-top: 2rem;
    color: #3dadae;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem ;
    align-items: flex-start;
}

.header-text p {
    font-family: 'Fredoka medium', sans-serif;
    font-size: 2rem;
    margin-left: 0.4rem;
}

/* plain text */
.text {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
}

/* plain text */
.text2 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-right: 10rem;
}

.text3 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-right: 14.15rem;
}

.text4 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-right: 9rem;
}
/* Buttons */
.buttons {
    margin-top: 3rem;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

/* Add buttons */
.buttons2 {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

/* Info buttons */
.buttons-info {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
}

/* Tag buttons */
.tag-button {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/* Button when 2 buttons on page */
.primary-button {
    background-color: #3dadae;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Button when 1 buttons on page */
.primary-button1 {
    background-color: #3dadae;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    margin-left: 0.85rem;
    width: 15%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 120px;
}

.primary-button2 {
    background-color: #3dadae;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    margin-left: 0.85rem;
    width: 15%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 180px;
}

/* Small button to go to next page */
.primary-button-small {
    background-color: #3dadae;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    margin-left: 14.3rem;
    width: 4%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 8.3rem;
}

.primary-button-small2 {
    background-color: #3dadae;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    margin-left: 14.3rem;
    width: 4%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    bottom: 8.3rem;
}

.primary-button-small:hover {
    background-color: #319191;
}

.primary-button:hover {
    background-color: #319191;
}

.primary-button1:hover {
    background-color: #319191;
}

.primary-button2:hover {
    background-color: #319191;
}

.secondary-button {
    background-color: #ffffff;
    color: #FCC907;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border: 3px solid #FCC907;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 2rem;
}

.secondary-button2 {
    background-color: #ffffff;
    color: #FCC907;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border: 3px solid #FCC907;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.secondary-button-add {
    background-color: #ffffff;
    color: #4D585C;
    font-size: 1.5rem;
    padding: 1rem 0;
    width: 9.5rem;
    height: 9.5rem;
    border: 3px solid #FCC907;
    border-radius: 30px;
    cursor: pointer;
}

.secondary-button-small {
    background-color: #ffffff;
    color: #FCC907;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 4%;
    border: 2px solid #FCC907;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    bottom: 8.3rem;
}

.secondary-button:hover {
    background-color: #FCC907;
    color: #ffffff;
}

.secondary-button2:hover {
    background-color: #FCC907;
    color: #ffffff;
}

.secondary-button-small:hover {
    background-color: #FCC907;
    color: #ffffff;
}

.info-button {
    background-color: #3dacae6b;
    color: #ffffff;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Top page text */
.welcome-text {
    font-size: 1.875rem; /* 3xl */
    font-weight: 500;
    color: #3dadae;
}

/* List with steps onboarding */
.steps {
    width: 100%;
}

.steps-list {
    list-style-type: none;
    position: relative;
    padding-left: 2rem;
    margin-top: 2rem;
    font-family: open sans;
    font-size: 1.2rem;
}

.vertical-line {
    position: absolute;
    left: 2rem;
    top: 0.9rem;
    height: 330px;
    width: 4px;
    background-color: #FCC907;
}

.step-item {
    display: flex;
    align-items: center;
    height: 5rem;
    position: relative;
    padding-left: 2rem;
}

.step-dot {
    position: absolute;
    left: -0.25rem;
    top: 0.75rem;
    height: 0.75rem;
    width: 0.75rem;
    background-color: #FCC907;
    border-radius: 50%;
}

/* Footer links */
.footer {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    text-align: center;
}

.footer2 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    text-align: center;
    margin-top: 25rem;
}

.footer3 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    margin-top: 0.5rem;
    text-align: center;
    margin-top: 1rem;
}

.footer4 {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
    text-align: center;
}

.login-link {
    color: #4D585C;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
}

.title h1 {
    font-size: 1.5rem;
    margin: 0;
}

.title span {
    color: #3dadae;
}

/* Form Input */
.form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    border: none;
    border-bottom: 2px solid #D9D9D9;
    outline: none;
}

.form2 {
    border: 2px #FCC907;
    border-radius: 30px ;
    display: flex;
    justify-content: center;
}

.form2 input[type="text"] {
    padding: 10px;
    margin-top: 1rem;
    border: solid 2px #FCC907;
    border-radius: 30px;
    width: 17%;
}

.form3 input[type="date"] {
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    border: none;
    border-bottom: 2px solid #D9D9D9;
    outline: none;
}

.form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    border: none;
    border-bottom: 2px solid #D9D9D9;
    outline: none;
}

/* Radio Button - secondary button look */
.form4 input[type="radio"] {
    background-color: #ffffff;
    color: #FCC907;
    font-size: 0.95rem;
    font-weight: bold;
    padding: 1rem 0;
    width: 100%;
    border: 3px solid #FCC907;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 2rem;
}

select {
    width: 100%;
    padding: 10px;
    margin-top: 1rem;
    border: none;
    border-bottom: 2px solid #D9D9D9;
    outline: none;
}

/* Checkbox */
.checkbox {
    margin-top: 1rem;
    text-align: left;
}

.checkbox input {
    margin-right: 5px;
}

.checkbox a {
    text-decoration: underline;
}

.checkbox label {
    font-family: 'open sans', sans-serif;
    font-size: 0.85rem;
}

/* Progress Bar */
.progress-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 20px auto;
    position: relative;
}

.progress-bar {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #ffeaa7; /* Inactive bar */
    border-radius: 3px;
    z-index: 1; /* Zorg dat de balk onder de stippen blijft */
}

.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 0%; /* Dynamisch door JS aangepast */
    background-color: #FCC907; /* Active bar */
    border-radius: 3px;
    z-index: 2;
    transition: width 0.3s ease;
}

.progress-step-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute; /* Laat de stippen bovenop de balk positioneren */
    top: -5px; /* Stippen iets omhoog plaatsen om boven de balk te liggen */
    z-index: 3; /* Zorg dat de stippen boven de balk liggen */
}

.progress-step {
    width: 15px;
    height: 15px;
    background-color: #ffeaa7; /* Inactive dot */
    border-radius: 50%;
    z-index: 4; /* Zorg dat stippen altijd boven de balk liggen */
}

.progress-step.active {
    background-color: #FCC907; /* Active dot */
}

/* Sliders*/

.slider-container {
    width: 300px;
    font-family: 'Open Sans';
    margin: auto;
    text-align: center;
}

label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

#labelSmall {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}

input[type="range"] {
    -webkit-appearance: none; /* Voor Webkit-gebaseerde browsers zoals Chrome, Edge en Safari */
    appearance: none; /* Voor moderne browsers zoals Firefox */
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #FFD700 0%, #f0e4c3 0%);
    outline: none;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    transition: background 0.3s ease;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: transparent; /* Dynamisch via de stijl van het input-element */
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #FFD700;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -4px; /* Zorg dat de thumb goed is uitgelijnd */
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-moz-range-track {
    height: 8px;
    background: transparent;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #FFD700;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-thumb {
    width: 16px;
    height: 16px;
    background: #FFD700;
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-ms-fill-lower {
    background: #FFD700;
}

input[type="range"]::-ms-fill-upper {
    background: #f0e4c3;
}

input[type="range"]::-ms-tooltip {
    display: none;
}


/* Checkbox buttons - filterpills */
.nft-item-category-list input[type=checkbox]+label {
    margin: 0.2em 0;
    cursor: pointer;
    padding: 0.2em 0;
    text-align: left;
    font-family: 'open sans';
    font-weight: semibold;
    color: #FFFFFF;
}

.nft-item-category-list input[type=checkbox] {
    display: none;
}

.nft-item-category-list input[type=checkbox]+label:before {
    content: "✓";
    display: none;
    width: 1em;
    height: 1em;
    padding-left: 0.1em;
    padding-bottom: 0.10em;
    margin-right: 0.5em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    color: #3dadae;
    border-radius: 9999px;
    background-color: #3dadae;
}

.nft-item-category-list input[type=checkbox]+label:active:before {
    transform: scale(0);
    color: #3dadae;
}

.nft-item-category-list input[type=checkbox]:checked+label:before {
    background-color: MediumSeaGreen;
    border-color: MediumSeaGreen;
    color: #3dadae;
}

.nft-item-category-list input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.nft-item-category-list input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.nft-item-category-list input[type=checkbox]:checked+label {
    color: #FCC907;
    transition: all .2s linear;
}

ul.nft-item-categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

li.nft-item-category-list label{
    background: #3dadae 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 184px;
    height: 41px;
    display: flex;
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
}

li.nft-item-category-list{
    list-style: none;
}

/* Toggle switch */
.container-switch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.switch {
    position: relative;
    display: flex;
    width: 2.5rem;
    height: 1.5rem;
    margin-left: 2rem;
}

  /* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

  /* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #3dadae;
}

input:focus + .slider {
    box-shadow: 0 0 1px #3dadae;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

  /* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Toggle 2 - Definite toggle*/
.toggle-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.toggle-container {
    display: flex;
    justify-content: space-between;
}

.toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider2:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider2 {
    background-color: #ffcc00;
}

input:checked + .slider2:before {
    transform: translateX(16px);
}

/* Foto uploader */
.upload-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 400px;
    justify-items: center;
}

.upload-box {
    position: relative;
    width: 9.5rem;
    height: 9.5rem;
    border: 2px solid #FFD700;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.upload-button {
    font-size: 24px;
    font-weight: bold;
    color: #888888;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.hidden-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}