.button.prev {
    border-color: #ffffff;
    color: #ffffff;
}

.ui-datepicker-inline .ui-datepicker-header {
    background: #ffffff;
    border-color: #ffffff;
}

.ui-datepicker-inline .ui-datepicker-current-day .ui-state-active {
    background: #ffffff;
    border-color: #ffffff;
}

.ui-menu-item-wrapper.ui-state-active {
    background: #ffffff;
}

:checked~label .icon {
    color: #ffffff !important;
}

.text-container ul li:before,
.text-list li:before {
    background: #ffffff !important;
}

.gt-background-main,
.adyen-checkout__dropdown__list {
    background: #000000 !important;
}

.gt-background-second,
.payments-container input:checked~label {
    background: #ffffff !important;
    color: #000000 !important;
}

.gt-border-color-second {
    border-color: #ffffff !important;
}

.gt-font-color-main {
    color: #ffffff !important;
}

.gt-font-color-second {
    color: #ffffff !important;
}

.gt-font-color-third {
    color: #ffffff !important;
}

.text-container a,
.gt-font-color-fourth {
    color: #ffffff !important;
}

.gt-font-color-fifth {
    color: #ffffff !important;
}

.gt-background-main,
.ui-selectmenu-menu .ui-menu,
.button.prev {
    background: #000000;
}

.timeslots-container input[type="radio"]~label,
.timeslots-container label,
.payments-container label,
#ideal-buttons label {
    border-color: #ffffff;
}

.ui-datepicker td.disabled.soldout:before {
    background-color: #ffffff;
}

.ui-menu .ui-menu-item,
#donations-section .donation-button,
.button.prev,
#donations-section .donationOther input {
    color: #ffffff;
}

.nav-bar li.prev a,
.nav-bar li.active a,
.button,
.ui-menu-item-wrapper.ui-state-active,
#donations-section :checked~.inactive,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker td.ui-datepicker-current-day a.ui-state-default,
#timeslot-section .timeslots-loading,
#timeslots-soldout,
#timeslots-overlimit,
.timeslots-container input:checked~label,
#faq-button {
    color: #000000;
}

.ui-datepicker .ui-datepicker-prev {
    border-right-color: #000000;
}

.ui-datepicker .ui-datepicker-next {
    border-left-color: #000000;
}

.adyen-checkout__dropdown__list {
    border: 1px solid#ffffff;
}

.sidebar .section.first {
    background: transparent;
    border-color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
.selectbox {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}

.donation-price,
.gift-container {
    background: transparent;
}

.nav-bar li.prev a {
    border-right-color: #000000;
}

.ui-datepicker.ui-widget-content {
    border: 1px solid#ffffff;
    background: none;
    color: inherit;
}

.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
    border-color: transparent;
    background: none;
    color: #ffffff;
}

.timeslots-container {
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.timeslots-container.show-available-tickets li {
    display: flex;
    align-items: stretch;
    width: calc(34% - 10px);
}

@media screen and (min-width: 650px) {

    .timeslots-container.show-available-tickets li,
    .timeslots-container.custom-timeslot-styling li {
        width: calc(20% - 10px);
    }
}

.reference-container .block.soldout {
    background: #ffffff;
    border-width: 2px;
    border-style: SOLID;
    border-color: #000000;
    color: #000000;
}

.timeslots-container label.inactive.soldout,
.timeslots-container li label.inactive {
    background: #ffffff;
    border-width: 1px;
    border-style: SOLID;
    border-color: #000000;
    color: #000000;
}


.timeslots-container .timeslotAlmostFull label,
.timeslots-container .timeslotAlmostFull input[type="radio"]~label,
.reference-container .block.almost-gone {
    background-color: #ffffff;
    border-width: 1px;
    border-style: SOLID;
    border-color: #000000;
    color: #000000;
}


.reference-container .block.selected {
    background: #ffffff;
    border-width: 1px;
    border-style: SOLID;
    border-color: #000000;
    color: #000000;
}

.timeslots-container input:checked~label,
.timeslots-container input:checked~label.timeslot-discount {
    background: #ffffff !important;
    border-width: 1px !important;
    border-style: SOLID !important;
    border-color: #000000 !important;
    color: #000000 !important;
}


.reference-container .block.available {
    background: #ffffff;
    border-width: 2px;
    border-color: #000000;
    color: #000000;
}

.timeslots-container input[type="radio"]~label {
    z-index: 1;
    background: #ffffff;
    border-width: 1px;
    border-style: SOLID;
    border-color: #000000;
    color: #000000;
}


.timeslots-container input[type="radio"]~label,
.timeslots-container li,
.timeslots-container label.inactive.soldout {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.reference-container .block {
    -webkit-border-radius: -3px !important;
    -moz-border-radius: -3px !important;
    border-radius: -3px !important;
}

header .banner {
    height: auto !important;
}

header .logo-container {
    display: flex;
    justify-content: center;
}

/************ jQuery Selectmenu ************/
.ui-selectmenu-button.ui-button {
    background: transparent;
    border: 0;
    padding: 0 10px;
    margin: 0;
    font-family: inherit;
    line-height: 46px;
    font-size: inherit;
    color: inherit;
}

.selectbox select {
    color: #ffffff;
}
