/* Algemene styling */
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff200; 
    color: #333;
} */

/* #appointment-wizard {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

/* Titels en tekst */
/* h1 {
    font-size: 24px;
    font-weight: bold;
    color: #222;
} */

/* .sub-heading {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.info-text {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
} */

/* Formulier styling */
/* .form-group {
    margin-bottom: 15px;
    position: relative;
} */

/* label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
} */
/* 
.input-field {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
} */

/* .input-field:focus {
    border-color: #ff0000; 
    outline: none;
} */

/* .error-message {
    font-size: 12px;
    color: #ff0000; 
    display: none; 
    position: absolute;
    bottom: -20px;
    left: 0;
} */

/* Knoppen */
.next-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

.next-button:hover {
    background-color: #555;
}

/* Overlay styling */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Transparante zwarte achtergrond */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup inhoud */
.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 0px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.popup-content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.popup-content .close-popup {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0px;
    cursor: pointer;
    text-transform: uppercase;
}

.popup-content .close-popup:hover {
    background: #555;
}

.problem-options {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}

.problem-option {
    flex: 1;
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
    border: 2px solid transparent;
    border-radius: 0px;
    cursor: pointer;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.problem-option img {
    max-width: 50px;
    margin-bottom: 10px;
}

.problem-option p {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.problem-option:hover {
    border-color: #333;
    transform: scale(1.05);
}

.problem-option.selected {
    border-color: #000;
    background: #e0e0e0;
}

.button-group {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.next-button[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
}



.option-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Twee kolommen */
    gap: 20px; /* Ruimte tussen de items */
}

.option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    border-radius: 0px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-item img {
    width: 50px; /* Pas de grootte van de afbeelding aan */
    height: 50px;
    margin-bottom: 10px;
}

.option-item p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.option-item:hover {
    background-color: #e0e0e0;
    transform: translateY(-5px); /* Een subtiele hover-effect */
}

.option-item.selected {
    border-color: #007bff;
    background-color: #d8eaff;
}

/* Zorg ervoor dat de datum en tijd in één rij staan */
.form-row {
    display: flex;
    gap: 10px; /* Voeg ruimte toe tussen de velden */
}

.form-row .form-group {
    flex: 1; /* Zorg ervoor dat alle velden in de rij gelijke ruimte innemen */
    display: flex;
    flex-direction: column;
}

.input-field {
    width: 100%; /* Zorg ervoor dat het veld de volledige breedte van de container inneemt */
    height: 45px; /* Standaard hoogte instellen */
    padding: 10px; /* Voeg wat padding toe */
    font-size: 14px; /* Standaard fontgrootte */
    border: 2px solid #ccc; /* Randkleur */
    border-radius: 4px; /* Afgeronde hoeken */
    box-sizing: border-box; /* Inclusief padding en border in breedte/hoogte */
}

.flex-half {
    flex: 1; /* Elke helft neemt gelijke ruimte in */
}

/* Zorg ervoor dat alle invoervelden dezelfde hoogte hebben */
.input-field {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 0px; /* Optioneel voor afgeronde hoeken */
    box-sizing: border-box; /* Zorgt ervoor dat padding wordt meegerekend in de breedte/hoogte */
    height: 45px; /* Zet een vaste hoogte */
}

/* Zorg dat select-velden consistent zijn met input-velden */
select.input-field {
    -webkit-appearance: none; /* Verwijder de standaard styling van select */
    -moz-appearance: none;
    appearance: none;
    background-color: white; /* Zorg ervoor dat de achtergrond wit is */
}

#extra-costs {
    color: red; /* Maak de tekst rood */
    font-weight: bold; /* Maak de tekst vet */
    background-color: #fff; /* Zorg dat de achtergrond wit blijft */ 
}

/* Responsive design */
@media (max-width: 600px) {

    .form-row {
        flex-direction: column;
    }

    .flex-half {
        flex: unset; /* Verwijder flex bij kleine schermen */
    }
    .option-grid {
        grid-template-columns: 1fr; /* Eén kolom op kleinere schermen */
    }
}
