.button.prev {
    border-color: #19002e;
    color: #19002e;
}

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

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

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

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

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

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

.gt-background-second,
.payments-container input:checked~label {
    background: #19002e !important;
}

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

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

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

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

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

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

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

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

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

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

.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: #ffffff;
}

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

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

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

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

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

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

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

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

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

.gt-border-radius {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.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: #000000;
    border-width: 2px;
    border-style: SOLID;
    border-color: #ffffff;
    color: #ffffff;
}

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


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


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

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


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

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


.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;
}

#payment-tabs-container .buttons-container label:before {
    border-radius: 25px;
}

header .banner{
    background-image: url(/custom/amaze/images/background/Ticketstraat_Scholen_header.jpg);
    background-position: center center;
}

header .logo-container img {
    margin-top: 30px;
}

.sidebar .section.first,
.sidebar .section.second,
.sidebar .section.third {
    background: transparent;
}
