#booknetic_theme_8 *
{
    font-family: 'Open Sans', sans-serif !important;
}
#booknetic_theme_8
{
    height: 600px;
}

#booknetic_theme_8 .booknetic_appointment_steps
{
    background: #000000;
}

#booknetic_theme_8 .booknetic_badge
{
    background: #000000;
}
#booknetic_theme_8 .booknetic_appointment_steps_footer_txt2
{
    color: #000000;
}
#booknetic_theme_8 .booknetic_step_title, #booknetic_theme_8 .booknetic_appointment_steps_footer_txt1
{
    color: #ffffff;
}

#booknetic_theme_8 .booknetic_selected_step > .booknetic_badge::after
{
background-color: #000000;
}
#booknetic_theme_8 .booknetic_selected_step .booknetic_step_title
{
color: #ffffff;
}

#booknetic_theme_8 .booknetic_active_step .booknetic_badge, #booknetic_theme_8 .booknetic_calendar_days > div > span > i[a], #booknetic_theme_8 .booknetic_btn_success
{
    background: #d7c885;
}
#booknetic_theme_8 .booknetic_active_step .booknetic_step_title
{
    color: #d7c885;
}

#booknetic_theme_8 .booknetic_btn_primary,
#booknetic_theme_8 .booknetic_selected_time,
#booknetic_theme_8 .booknetic_calendar_selected_day > div
{
    background: #d7c885 !important;
    color: #000000 !important;
}

#booknetic_theme_8 .booknetic_service_category, .booknetic_package_category, #booknetic_theme_8 .booknetic_service_extra_title, #booknetic_theme_8 .booknetic_times_title, #booknetic_theme_8 .booknetic_text_primary
{
    color: #d7c885 !important;
}

#booknetic_theme_8 .booknetic_category_accordion .booknetic_service_category span,
#booknetic_theme_8 .booknetic_category_accordion .booknetic_service_extra_title span{
    background: #d7c885 !important;
}

#booknetic_theme_8 .booknetic_appointment_container_header
{
    color: #ffffff !important;
}

#booknetic_theme_8 .booknetic_service_card_selected,
#booknetic_theme_8 .booknetic_card_selected,
#booknetic_theme_8 .booknetic_service_extra_card_selected,
#booknetic_theme_8 .booknetic_payment_method_selected,
#booknetic_theme_8 .booknetic-cart-item.active
{
    border-color: #d7c885 !important;
}

#booknetic_theme_8 .booknetic_service_card_price,
#booknetic_theme_8 .booknetic_service_extra_card_price,
#booknetic_theme_8 .booknetic_confirm_details_price:not([data-price-id="discount"] .booknetic_confirm_details_price,.booknetic_gift_discount_price),
#booknetic_theme_8 .booknetic-cart-item-body-cell.amount,
#booknetic_theme_8 .booknetic_sum_price
{
    color: #53d56c !important;
}

/* Package Booking Panel Theming */
#booknetic_theme_8 .bkntc_package-confirmation_header h1,
#booknetic_theme_8 .bkntc_package_summary h2
{
    color: #ffffff !important;
}

#booknetic_theme_8 .bkntc_package_summary,
#booknetic_theme_8 .bkntc_package_warning,
#booknetic_theme_8 .bkntc_package_appointment.booked,
#booknetic_theme_8 .bkntc_package_appointment.empty
{
    border-color: #d7c885 !important;
}

.booknetic_package_card_service_el > span:first-child
{
    color: #d7c885 !important;
}

.booknetic_package_card_service_el > span:last-child {
    background: #d7c885 !important;
}

#booknetic_theme_8 .bkntc_package_appointment.empty:hover
{
    border-color: #d7c885 !important;
    background-color: rgba(108, 112, 220, 0.1) !important;
}

#booknetic_theme_8 .bkntc_package-confirmation_header span,
#booknetic_theme_8 .bkntc_package_summary h2
{
    color: #d7c885 !important;
}

/* ======== Achtergrond ======== */
.booknetic_appointment_container {
    background-color: #000 !important;
}

.booknetic_appointment_container_footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: #000;
    padding: 20px 30px;
    border-top: 1px solid #3d4145;
    display: flex;
    justify-content: space-between;
}

/* ======== Tekstkleur labels en veldnamen ======== */
div[id^="booknetic_theme_"] .booknetic_form label,
div[id^="booknetic_theme_"] .booknetic_label,
div[id^="booknetic_theme_"] .booknetic_input_label,
div[id^="booknetic_theme_"] label {
  color: #fff !important;
}

/* ======== Tekst en achtergrond in invoervelden ======== */
div[id^="booknetic_theme_"] input,
div[id^="booknetic_theme_"] select,
div[id^="booknetic_theme_"] textarea {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #3d4145 !important;
}

/* ======== Placeholdertekst ======== */
div[id^="booknetic_theme_"] input::placeholder,
div[id^="booknetic_theme_"] textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important;
}

/* ======== Uploadveld (CV uploaden) ======== */
div[id^="booknetic_theme_"] input[type="file"] {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #3d4145 !important;
}

/* Kleur van de "BROWSE" knop */
div[id^="booknetic_theme_"] input[type="file"]::file-selector-button {
  background-color: #ccc !important;
  color: #000 !important;
  border: none !important;
  padding: 5px 12px !important;
  cursor: pointer !important;
}

/* ======== Select2 dropdowns ======== */
div[id^="booknetic_theme_"] .select2-container--default .select2-selection--single .select2-selection__rendered,
div[id^="booknetic_theme_"] .select2-dropdown,
div[id^="booknetic_theme_"] .select2-results__option {
  color: #000 !important;
  background-color: #fff !important;
}

/* Placeholder van Select2 dropdowns zwart */
div[id^="booknetic_theme_"] .select2-selection__placeholder,
div[id^="booknetic_theme_"] .select2-search__field::placeholder {
  color: #000 !important;
}

/* ======== Verwijder blauwe outline rond knoppen ======== */
div[id^="booknetic_theme_"] button,
div[id^="booknetic_theme_"] .booknetic_next_step,
div[id^="booknetic_theme_"] .booknetic_prev_step {
  outline: none !important;
  box-shadow: none !important;
}

div[id^="booknetic_theme_"] button:focus,
div[id^="booknetic_theme_"] .booknetic_next_step:focus,
div[id^="booknetic_theme_"] .booknetic_prev_step:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* ======== Maandnaam en Tijd-titel in datum/tijd selectie wit ======== */
div[id^="booknetic_theme_"] .booknetic_appointment_container .booknetic_calendar > div:first-child,
div[id^="booknetic_theme_"] .booknetic_appointment_container .booknetic_calendar > div:first-child * {
  color: #000000 !important;
}

div[id^="booknetic_theme_"] .booknetic_appointment_container .booknetic_times_wrapper > div:first-child,
div[id^="booknetic_theme_"] .booknetic_appointment_container .booknetic_times_wrapper > div:first-child * {
  color: #000000 !important;
}

/* Vangnet voor diverse Booknetic-thema’s */
div[id^="booknetic_theme_"] .booknetic_calendar_header,
div[id^="booknetic_theme_"] .booknetic_calendar_header *,
div[id^="booknetic_theme_"] .booknetic_calendar_nav,
div[id^="booknetic_theme_"] .booknetic_calendar_nav *,
div[id^="booknetic_theme_"] .booknetic_times_title,
div[id^="booknetic_theme_"] .booknetic_times_header,
div[id^="booknetic_theme_"] .booknetic_times_header * {
  color: #fff !important;
}


.booknetic_next_month, .booknetic_prev_month {
color: #ffffff !important;
}

.booknetic_calendar_head > .booknetic_month_name {
color: #ffffff !important;
}

.booknetic_times_head {
color: #ffffff !important;
}

.booknetic_appointment_container_header {
border-bottom: 0 !important;
}

.booknetic_appointment .form-control[type="file"] ~ .form-control {
    color: #828F9A !important;
}


