
body,
html {
    height: 100% !important;
}

.salary-calculator-container {
    position: relative;
}

.salary-calculator-section {
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nieuwsbrief {
    border-radius: 0.5rem;
}

.w-800 {
    font-weight: 800;
}

.selectborderblue {
    border: 2px solid #007bff !important;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background-color: #ffffff;
    color: #2d3748;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.selectborderblue option {
    background-color: #ffffff;
    color: #2d3748;
}


.selectborderblue:focus {
    border-color: #0056b3 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

.selectborderblue:hover {
    border-color: #0056b3 !important;
}

.block_1,
.block_2 {
    border-radius: 2px;
}


.salary-calculator-section h3,
.salary-calculator-section h4,
.salary-calculator-section h5 {
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.salary-calculator-section h3 {
    font-size: 1.75rem;
    font-weight: 700;
}

.salary-calculator-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
}

.salary-calculator-section h5 {
    font-size: 1.1rem;
    font-weight: 500;
}


#uurlooncalc,
#maandlooncalc,
#uurloonleeftijd {
    color: #ed8936;
    font-weight: 700;
    transition: all 0.3s ease;
}

#maandlooncalc {
    font-size: 1.8rem;
}


.iconlist {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.iconlist-color {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    margin-left: 25px !important;
    color: #2d3748;
    line-height: 1.5;
}

.bi.bi-check-lg {
    color: #38a169;
    font-weight: bolder;
    margin-right: 0.75rem;
    width: 2.5rem;
    height: 2rem;
    font-size: 3rem;
    display: inline-flex;
    flex-direction: row;
    flex-shrink: 0;
    transition: all 0.3s ease;
    text-wrap: balance;

}



.iconlist-color li:hover {
    transform: translateX(5px);
}

.iconlist-color li:hover .icon-ok {
    transform: scale(1.1);
}

.btn-solliciteren {
    background-color: rgb(238, 125, 12) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all 0.2s ease !important;
}

.btn-solliciteren:hover {
    background-color: #f9a326 !important;
    border-color: #ee7d0c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.btn-solliciteren:focus {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.btn-solliciteren:active {
    transform: translateY(0);
}


.salary-calculator-section .small {
    font-size: 0.9rem;
    color: #6c757d;
    font-style: italic;
    margin-top: 1rem;
}


.loading #uurlooncalc,
.loading #maandlooncalc,
.loading #uurloonleeftijd {
    opacity: 0.6;
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}


@media (max-width: 991.98px) {
    .salary-calculator-section .container {
        padding: 2rem 1rem;
    }

    .salary-calculator-section h3 {
        font-size: 1.5rem;
    }

    #maandlooncalc {
        font-size: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .salary-calculator-section .container {
        padding: 1.5rem 1.5rem;
    }

    .salary-calculator-section h3 {
        font-size: 1.25rem;
    }

    .salary-calculator-section h4 {
        font-size: 1.1rem;
    }

    .salary-calculator-section h5 {
        font-size: 1rem;
    }

    #maandlooncalc {
        font-size: 1.3rem;
    }

    .iconlist-color li {
        font-size: 0.9rem;
    }


    .bi.bi-check-lg {
        color: #38a169;
        width: 2rem;
    }

    .benefit {
        font-size: 1.2rem !important;
        text-wrap: balance;

    }

    .salary-calculator-section .text-center {
        text-wrap: balance;
    }


    .salary-calculator-section .small {
        font-size: 14px !important;
        text-wrap: balance;
    }

}

#uurlooncalc,
#maandlooncalc,
#uurloonleeftijd,
#leeftijd {
    transition: all 0.3s ease;
}

.selectborderblue:focus-visible {
    outline: 2px solid rgb(238, 125, 12);
    outline-offset: 2px;
}


@media print {
    .salary-calculator-section {
        background: white !important;
        color: black !important;
    }

    .btn-primary {
        display: none;
    }
}


.calculator-result-value.animate { 
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.form-group.focused select {
    outline: 2px solid #666;
}