h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/********************************************************************************************************************/
* {  
    margin:0px;
}

.home-container {
    height: 100vh;
    background: linear-gradient(135deg, #6ba58e, #b4f57d);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    height: 150px !important;
    width: 100%;
    background: linear-gradient(135deg, #DDD, #6ba58e);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;     
}

.header-title-container {
    margin-right: 2%;
}

.question-container {
    min-height: calc(100vh - 150px);
    background: linear-gradient(135deg, #DDD, #AAA);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-container {
    width: 100%;
    max-width: 700px;
    background-color: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    text-align: center;
}

.question-card-container {
    width: 100%;
    max-width: 700px;
    background-color: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    text-align: right;
}

.option-container {
    padding: 1.5rem;  
    margin: 10px 10% 10px 5%;
    display: block;
    justify-content: start;
    text-align: left;
    align-items: center;
}

.option-item {
    padding: 0.3rem;
}

.logo-img {
    width: 150px;
    height: auto;
}

.header-logo-img {
    width: 125px;
    height: auto;
    margin-left: 20px;
}

.main-title {
    font-size: 1.5rem;
    color: #6ba58e;  
    font-weight: 700;
}

.header-title {
    font-size: 2.5rem;
    color: #DDD;
    font-weight: 700;
    text-align: right;
}

.main-subtitle {
    font-size: 1.0rem;
    color: #475569;
    margin-bottom: 1rem;
    font-weight: 500;
}

.header-subtitle {
    font-size: 2.0rem;
    color: #b4f57d;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: right;
}

.description {
    font-size: 1.0rem;
    color: #334155;  
    margin-bottom: 1rem;
    text-align: justify;
}

.consent-container {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: left;
    color: #1e293b;
    font-size: 0.90rem;
}

    .consent-container input {
        margin-top: 4px;
        transform: scale(1.2);
        accent-color: #6ba58e; 
    }

.start-button {
    background-color: #6ba58e;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .start-button:hover:enabled {
        background-color: #26b050;
        transform: translateY(-2px);
    }

    .start-button:disabled {
        background-color: #94a3b8;
        cursor: not-allowed;
    }

.question {
    font-size: 1.02rem;
    color:#313b4b;
    font-weight: 400;
    text-align: left;
}

.question-number {
    font-size: 1.25rem;
    color: #313b4b;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.question-criteria {
    font-size: 1.02rem;
    color: #1e293b;
    font-weight: 600;
    text-align: left;
    margin-top: 20px;
}

.results-subtitle {
    font-size: 1.0rem;
    color: #475569;
    margin: 0.5rem;
    font-weight: 300;
}

.score-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top:2rem;
    margin-bottom: 2rem;
}

.score-item {  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 14px;
    background: #bbd4c3;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.results-summary {
    background: #ccd5cf;
    border-left: 5px solid #6ba58e;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    color: #1e293b;
    line-height: 1.7;
}

.restart-button {
    width: 100%;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 14px;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease;
}

    .restart-button:hover {
        transform: translateY(-2px);
        background: #1d4ed8;
    }