/* Fonts */

@font-face {
    font-family: vtc-letterer-pro;
    src: url("../fonts/VTC-Letterer-Pro-Regular.ttf");
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/Rubik-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Rubik;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    text-decoration: none;
}

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #78d907;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem #78d907;
    box-shadow: 0 0 0 0.25rem #78d907;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-radius: 8px;
}

/* Index page styling */

/* Header */

header {
    position: relative;
    background: url(../img/cover.png);
    padding: 16px 0 64px;
}

header .header-wrapper {
    border-radius: 25px;
    background-color: #e9ce00;
    padding: 8px 24px;
}

header .right .boek-mu {
    background-color: #30ae42;
    margin-right: 16px;
    color: #fff;
    outline: none;
    -webkit-box-shadow: 2px 2px 0 2px #2a7836;
    box-shadow: 2px 2px 0 2px #2a7836;
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 20px;
    font-family: vtc-letterer-pro;
}

header .right .menu {
    background-color: #f5f3e2;
    color: #fff;
    outline: none;
    -webkit-box-shadow: 2px 2px 0 2px #c5c5c5;
    box-shadow: 2px 2px 0 2px #c5c5c5;
    border-radius: 20px;
    padding: 4px 16px;
}

header .right .menu span {
    margin-right: 16px;
    font-family: vtc-letterer-pro;
    font-size: 20px;
}

/* Main section Styling */

.section-main {
    position: relative;
    background-color: #e9ce00;
}

.section-main .feedback {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: #f33c49;
    padding: 4px 8px;
    border-radius: 4px;
}

.section-main .feedback span {
    color: #fff;
}

.section-main .message-wrapper {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}

.section-main .message-wrapper .msg-info {
    position: absolute;
    bottom: 70px;
    right: 20px;
    border-radius: 8px;
    width: 200px;
    padding: 8px;
    background-color: #fff;
}

.section-main .message-wrapper .msg-info .remove-action {
    position: absolute;
    right: -8px;
    top: -8px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.424);
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.424);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.section-main .message-wrapper .msg-info .remove-action img {
    height: 16px;
    width: 16px;
}

.section-main .message-wrapper img {
    height: 50px;
    width: 50px;
}

.section-main .page-location {
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
}

.section-main .page-location button {
    background-color: #f5e726;
    border-radius: 16px;
    font-family: vtc-letterer-pro;
    text-decoration: underline;
    font-weight: 600;
}

.section-main .page-location .location-info span {
    font-family: vtc-letterer-pro;
}

.section-main .page-location .location-info span.visited {
    font-weight: 600;
    padding-bottom: 2px;
    border-bottom: 5px solid #fff;
}

.section-main .page-location .location-info span:not(:last-child) {
    margin-right: 8px;
}

.section-main .single-details {
    border-right: 1px solid #000;
}

@media screen and (max-width: 575px) {
    .section-main .single-details.single-details-1 {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .section-main .single-details.single-details-2 {
        border: none;
    }
}

@media screen and (max-width: 575px) {
    .section-main .single-details.single-details-3 {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .section-main .single-details.single-details-4 {
        border: none;
    }
}

.section-main .single-details img {
    background-color: #f5e726;
    border-radius: 8px;
    margin-right: 12px;
    padding: 2px;
    height: 24px;
    width: 24px;
}

.section-main .single-details p,
.section-main .single-details .bottom {
    font-family: vtc-letterer-pro;
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.678);
}

.section-main .middle-wrapper .travel-icons {
    margin-top: 32px;
}

.section-main .middle-wrapper .travel-icons .single-icon {
    background-color: #f5e726;
    padding: 2px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-main .middle-wrapper .travel-icons .single-icon img {
    height: 20px;
    width: 20px;
}

.section-main .middle-wrapper h4.co-combo {
    font-family: vtc-letterer-pro;
}

.section-main .middle-wrapper .check-wrapper {
    background-color: #f5e726;
    padding: 8px;
}

.section-main .middle-wrapper .check-wrapper h4 {
    font-family: vtc-letterer-pro;
    background-color: #78d907;
    text-align: center;
    border-radius: 8px;
}

.section-main .middle-wrapper .check-wrapper .check-title {
    font-family: vtc-letterer-pro;
    font-size: 20px;
    font-weight: 500;
}

.section-main .middle-wrapper .check-wrapper .date-select .input-group {
    background-color: #fff;
    border-radius: 8px;
}

.section-main .middle-wrapper .check-wrapper .date-select .input-group button {
    position: absolute;
    z-index: 9;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-txt {
    left: 40px;
    font-size: 18px;
    color: #000;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-calendar {
    z-index: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-calendar
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-clock {
    font-size: 18px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-clock
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    button.btn-clock
    span {
    margin-left: 14px;
}

.section-main .middle-wrapper .check-wrapper .date-select .input-group select,
.section-main .middle-wrapper .check-wrapper .date-select .input-group input {
    padding-left: 52px;
    font-size: 18px;
    color: #000;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    input[type="date"] {
    z-index: 9;
    background-color: transparent;
    padding-left: 42px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    input[type="date"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0px;
    opacity: 0;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    input[type="time"] {
    z-index: 9;
    padding-left: 150px;
    background-color: transparent;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .date-select
    .input-group
    input[type="time"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 5px;
    opacity: 0;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-unselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-unselect
    .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-unselect
    .left
    img {
    margin-right: 12px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select {
    display: none;
    background-color: #fff;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .prt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 8px;
    border-radius: 4px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .prt-header
    .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .prt-header
    .left
    img {
    margin-right: 12px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .left
    strong {
    font-weight: 700;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .left
    p {
    font-size: 12px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    img {
    background-color: #fff;
    border-radius: 50%;
    outline: transparent;
    border: transparent;
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    input {
    background-color: #e9ce00;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 20px !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    width: 2ch;
    padding: 0;
    text-align: center;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.besch-cntrl-btn {
    background-color: #78d907;
    font-family: vtc-letterer-pro;
    font-weight: bold;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper {
    display: none;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select {
    background-color: #fff;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px 8px;
    border-radius: 4px;
    background-color: #fff;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-header
    .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-header
    .left
    img {
    margin-right: 12px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date {
    margin-top: 8px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    button
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    button.btn-arrow-left {
    z-index: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    button.btn-arrow-left
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    button.btn-arrow-right {
    z-index: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    right: 2px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    button.btn-arrow-right
    img {
    height: 20px;
    width: 20px;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    h6 {
    background-color: #f2f2f2;
    padding: 4px 0;
    width: 100%;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    select,
.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-date
    .date-group
    input {
    font-size: 18px;
    color: #000;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-disabled-time
    .dprt-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-disabled-time
    .dprt-time
    input {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    text-align: center;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-disabled-time
    .dprt-time
    input[type="time"] {
    z-index: 9;
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-disabled-time
    .dprt-time
    input[type="time"]::-webkit-calendar-picker-indicator {
    height: 20px;
    position: absolute;
    left: -8px;
    opacity: 0;
    width: 100%;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time {
    display: none;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    text-align: center;
    margin-top: 8px;
    border-radius: 0;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input#startTime {
    background-color: #30ae42;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input#endTime {
    background-color: #f2f2f2;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input#pendingTime {
    background-color: #ffff00;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input[type="time"] {
    z-index: 9;
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .dprt-time-wrapper
    .departure-time-select
    .dprt-enabled-time
    .dprt-time
    input[type="time"]::-webkit-calendar-picker-indicator {
    height: 20px;
    position: absolute;
    left: -8px;
    opacity: 0;
    width: 100%;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .continue-booking-wrapper {
    border-top: 1px solid #81817c;
    margin-top: 16px;
    margin-bottom: 32px;
    display: none;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .continue-booking-wrapper
    .total-amount {
    font-family: vtc-letterer-pro;
    font-size: 24px;
    margin-top: 16px;
    font-weight: 600;
}

.section-main
    .middle-wrapper
    .check-wrapper
    .participants-wrapper
    .participants-wrap
    .continue-booking-wrapper
    .cont-booking {
    position: relative;
    background-color: #4bc746;
    border-radius: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: vtc-letterer-pro;
    color: #fff;
    font-size: 24px;
}

.section-main .overzicht-wrapper {
    background-color: #f5f3e2;
    padding: 24px 8px;
    border-radius: 12px;
}

.section-main .overzicht-wrapper span,
.section-main .overzicht-wrapper input {
    font-family: vtc-letterer-pro;
}

.section-main .overzicht-wrapper .overzicht-head {
    -webkit-box-shadow: 1px 2px 5px 1px rgba(68, 68, 68, 0.291);
    box-shadow: 1px 2px 5px 1px rgba(68, 68, 68, 0.291);
    margin-bottom: 8px;
    border-radius: 12px;
    padding: 4px 12px;
}

.section-main .overzicht-wrapper .overzicht-head img {
    margin-right: 12px;
}

.section-main .overzicht-wrapper .single-overzicht {
    border-bottom: 1px solid rgba(0, 0, 0, 0.476) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
}

.section-main .overzicht-wrapper .single-overzicht img {
    margin-right: 12px;
}

.section-main .overzicht-wrapper .single-overzicht p {
    font-size: 14px;
    color: #212529;
}

.section-main .overzicht-wrapper .single-overzicht input {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.section-main .overzicht-wrapper .input-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.476) !important;
}

.section-main .overzicht-wrapper .input-group span,
.section-main .overzicht-wrapper .input-group input {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

/* Booking details page styling */

section.booking-dialog {
    background-color: #3c3c3c;
    min-height: 100vh;
    padding: 48px 0;
}

.close-button-wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.close-button-wrapper .close-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 8px 8px 16px;
    border-radius: 21px;
}

.close-button-wrapper .close-button.bg {
    background-color: #c3c0c0;
}

.close-button-wrapper .close-button .close-action {
    display: none;
}

.close-button-wrapper .close-button .close-action .close-confirm {
    font-size: 28px;
    font-family: vtc-letterer-pro;
    line-height: 33px;
    text-align: left;
    margin-bottom: 0;
}

.close-button-wrapper .close-button .close-action p {
    margin-bottom: 0;
}

.close-button-wrapper .close-button .close-action a,
.close-button-wrapper .close-button .close-action button {
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #81817c;
    margin-right: 8px;
}

.close-button-wrapper .close-button .close-icon {
    height: 40px;
    width: 40px;
}

.booking-details-wrapper .booking-header {
    font-size: 57px;
    color: #e9ce00;
    font-family: vtc-letterer-pro;
}

.booking-details-wrapper .single-details {
    border: 3px solid #78d907;
    background-color: #fff;
    border-radius: 8px;
    padding: 2px 8px;
    margin-bottom: 16px;
}

.booking-details-wrapper .single-details img {
    height: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.booking-details-wrapper .single-details h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    color: #000;
}

.booking-details-wrapper .form-header-wrapper {
    position: relative;
}

.booking-details-wrapper .form-header-wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
    margin-left: 24px;
}

.booking-details-wrapper .form-header-wrapper p:hover {
    color: #e9ce00;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .booking-details-wrapper .form-header-wrapper p {
        position: absolute;
        width: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        top: 8px;
    }
}

.booking-details-wrapper .booking-information {
    background-color: #e9ce00;
    padding: 32px 16px 0;
    border-radius: 8px;
}

.booking-details-wrapper .booking-information .input-group {
    background-color: #fff;
    border-radius: 8px;
}

.booking-details-wrapper .booking-information .input-group button {
    position: absolute;
    z-index: 9;
}

.booking-details-wrapper .booking-information .input-group button img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper .booking-information .input-group button.btn-txt {
    left: 40px;
    font-size: 18px;
    color: #000;
}

.booking-details-wrapper .booking-information .input-group button.btn-calendar {
    z-index: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-calendar
    img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper .booking-information .input-group button.btn-clock {
    font-size: 18px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-clock
    img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-clock
    span {
    margin-left: 14px;
}

.booking-details-wrapper .booking-information .input-group select,
.booking-details-wrapper .booking-information .input-group input {
    padding-left: 52px;
    font-size: 18px;
    color: #000;
}

.booking-details-wrapper .booking-information .input-group input[type="date"] {
    z-index: 9;
    background-color: transparent;
    padding-left: 51px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    input[type="date"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    opacity: 0;
}

.booking-details-wrapper .booking-information .input-group input[type="time"] {
    z-index: 9;
    padding-left: 150px;
    background-color: transparent;
}

.booking-details-wrapper
    .booking-information
    .input-group
    input[type="time"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 5px;
    opacity: 0;
}

.booking-details-wrapper .form-header {
    color: #fff;
    font-family: vtc-letterer-pro;
    font-size: 28px;
}

.booking-details-wrapper .personal-information,
.booking-details-wrapper .contact-information {
    background-color: #e9ce00;
    padding: 32px 16px 0;
    border-radius: 8px;
}

.booking-details-wrapper .personal-information input::-webkit-input-placeholder,
.booking-details-wrapper .contact-information input::-webkit-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input:-ms-input-placeholder,
.booking-details-wrapper .contact-information input:-ms-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input::-ms-input-placeholder,
.booking-details-wrapper .contact-information input::-ms-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input::placeholder,
.booking-details-wrapper .contact-information input::placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input:-ms-input-placeholder,
.booking-details-wrapper .contact-information input:-ms-input-placeholder {
    color: #c3c0c0;
}

.booking-details-wrapper .personal-information input::-ms-input-placeholder,
.booking-details-wrapper .contact-information input::-ms-input-placeholder {
    color: #c3c0c0;
}

.booking-details-wrapper .extras-wrapper {
    background-color: #e9ce00;
    padding: 32px 24px;
    border-radius: 8px;
}

.booking-details-wrapper .extras-wrapper h3 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

.booking-details-wrapper .extras-wrapper p {
    font-size: 15px;
    margin: 0;
}

.booking-details-wrapper .extras-wrapper h4 {
    font-size: 15px;
    margin: 0;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre img {
    background-color: #fff;
    border-radius: 50%;
    outline: transparent;
    border: transparent;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre input {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 30px !important;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    width: 1ch;
    padding: 0;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-details-wrapper .submit-wrapper {
    position: relative;
}

.booking-details-wrapper .submit-wrapper p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.booking-details-wrapper .submit-wrapper input {
    display: none;
}

.booking-details-wrapper .submit-wrapper label {
    position: relative;
    height: 20px;
    margin-top: 4px;
}

.booking-details-wrapper .submit-wrapper label::before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    height: 17px;
    width: 17px;
    z-index: 9;
    border: 0.5px solid black;
    background-color: #fff;
}

.booking-details-wrapper .submit-wrapper input:checked + label::before {
    position: absolute;
    left: 0;
    content: url("../img/icons/checkmark-outline.svg");
    height: 17px;
    width: 17px;
    z-index: 9;
    border: 0.5px solid black;
    background-color: #fff;
}

.booking-details-wrapper .submit-wrapper span {
    color: #fff;
}

.booking-details-wrapper .submit-wrapper textarea {
    background-color: #e9ce00;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
}

.booking-details-wrapper .submit-wrapper textarea:focus {
    color: #212529;
    border-color: #78d907;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem #78d907;
    box-shadow: 0 0 0 0.25rem #78d907;
}

.booking-details-wrapper .continue-btn {
    background-color: #c3c0c0;
    color: #fff;
    border-radius: 8px;
    font-size: 28px;
    font-family: vtc-letterer-pro;
    display: block;
    width: 100%;
}

.booking-details-wrapper .confirm-booking-btn {
    background-color: #338c30;
    width: 100%;
    font-size: 28px;
    font-family: vtc-letterer-pro;
    color: #fff;
    line-height: 24px;
    padding: 12px;
}

.booking-details-wrapper .confirm-booking-btn span {
    color: #fff;
    font-size: 15px;
    font-family: Rubik;
}

.booking-overview-wrapper {
    position: absolute;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .booking-overview-wrapper {
        width: 376px;
    }
}

@media screen and (min-width: 1200px) {
    .booking-overview-wrapper {
        width: 451px;
    }
}

@media screen and (min-width: 1400px) {
    .booking-overview-wrapper {
        width: 526px;
    }
}

@media screen and (max-width: 991px) {
    .booking-overview-wrapper {
        position: relative;
    }
}

.booking-overview-wrapper .overview-header {
    font-size: 28px;
    color: #fff;
    font-family: vtc-letterer-pro;
}

.booking-overview-wrapper .booking-overview-card {
    background: url(../img/overview/shadow.png) no-repeat center/cover;
    border-radius: 8px;
    padding: 0 8px 8px 0 !important;
}

.booking-overview-wrapper .booking-overview-card .booking-overview {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 12px !important;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head {
    margin-top: 60px;
    margin-left: 12px;
    position: relative;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head
    h1 {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    position: relative;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head
    img {
    width: 40%;
    position: absolute;
    right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    min-width: 124px;
    max-width: 192px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time {
    background-color: #e5e5e555;
    padding: 12px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time
    img {
    height: 28px;
    width: 28px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time
    p {
    margin: 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant {
    background-color: #e5e5e555;
    padding: 12px 12px 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .overview-title {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .participants,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .extras,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .sub-total {
    border-bottom: 1px solid #000;
    padding: 8px 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .participants
    p,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .extras
    p,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .sub-total
    p {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .total
    p {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .total
    p.text-success {
    color: #338c30 !important;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo {
    background-color: #e5e5e555;
    padding: 12px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form
    input {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form
    button {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #338c30;
    color: #fff;
}

/*# sourceMappingURL=style.css.map */

.form-control:focus,
.form-select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #78d907;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem #78d907;
    box-shadow: 0 0 0 0.25rem #78d907;
}

.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
        .valid-feedback
    ):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-radius: 8px;
}

section.booking-dialog {
    background-color: #3c3c3c;
    min-height: 100vh;
    padding: 48px 0;
}

.close-button-wrapper {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.close-button-wrapper .close-button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 8px 8px 8px 16px;
    border-radius: 21px;
}

.close-button-wrapper .close-button.bg {
    background-color: #c3c0c0;
}

.close-button-wrapper .close-button .close-action {
    display: none;
}

.close-button-wrapper .close-button .close-action .close-confirm {
    font-size: 28px;
    font-family: vtc-letterer-pro;
    line-height: 33px;
    text-align: left;
    margin-bottom: 0;
}

.close-button-wrapper .close-button .close-action p {
    margin-bottom: 0;
}

.close-button-wrapper .close-button .close-action button {
    background: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #81817c;
    margin-right: 8px;
}

.close-button-wrapper .close-button .close-icon {
    height: 40px;
    width: 40px;
}

.booking-details-wrapper .booking-header {
    font-size: 57px;
    color: #e9ce00;
    font-family: vtc-letterer-pro;
}

.booking-details-wrapper .single-details {
    border: 3px solid #78d907;
    background-color: #fff;
    border-radius: 8px;
    padding: 2px 8px;
    margin-bottom: 16px;
}

.booking-details-wrapper .single-details img {
    height: 20px;
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.booking-details-wrapper .single-details h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 31px;
    color: #000;
}

.booking-details-wrapper .form-header-wrapper {
    position: relative;
}

.booking-details-wrapper .form-header-wrapper p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    color: #fff;
    margin-left: 24px;
}

.booking-details-wrapper .form-header-wrapper p:hover {
    color: #e9ce00;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .booking-details-wrapper .form-header-wrapper p {
        position: absolute;
        width: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0;
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0;
        top: 8px;
    }
}

.booking-details-wrapper .booking-information {
    background-color: #e9ce00;
    padding: 32px 16px 0;
    border-radius: 8px;
}

.booking-details-wrapper .booking-information .input-group {
    background-color: #fff;
    border-radius: 8px;
}

.booking-details-wrapper .booking-information .input-group button {
    position: absolute;
    z-index: 9;
}

.booking-details-wrapper .booking-information .input-group button img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper .booking-information .input-group button.btn-txt {
    left: 40px;
    font-size: 18px;
    color: #000;
}

.booking-details-wrapper .booking-information .input-group button.btn-calendar {
    z-index: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.booking-details-wrapper .booking-information .btn .time-select {
    border: none;
    outline: none;
    position: relative;
    padding-left: 13px;
}

.booking-details-wrapper .booking-information .btn .time-select::placeholder {
    color: black;
    opacity: 10;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-calendar
    img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper .booking-information .input-group button.btn-clock {
    font-size: 18px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 2px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-clock
    img {
    height: 20px;
    width: 20px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    button.btn-clock
    span {
    margin-left: 14px;
}

.booking-details-wrapper .booking-information .input-group select,
.booking-details-wrapper .booking-information .input-group input {
    padding-left: 52px;
    font-size: 18px;
    color: #000;
}

.booking-details-wrapper .booking-information .input-group input[type="date"] {
    z-index: 9;
    background-color: transparent;
    padding-left: 51px;
}

.booking-details-wrapper
    .booking-information
    .input-group
    input[type="date"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    opacity: 0;
}

.booking-details-wrapper .booking-information .input-group input[type="time"] {
    z-index: 9;
    padding-left: 150px;
    background-color: transparent;
}

.booking-details-wrapper
    .booking-information
    .input-group
    input[type="time"]::-webkit-calendar-picker-indicator {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 5px;
    opacity: 0;
}

.booking-details-wrapper .form-header {
    color: #fff;
    font-family: vtc-letterer-pro;
    font-size: 28px;
}

.booking-details-wrapper .personal-information,
.booking-details-wrapper .contact-information {
    background-color: #e9ce00;
    padding: 32px 16px 0;
    border-radius: 8px;
}

.booking-details-wrapper .personal-information input::-webkit-input-placeholder,
.booking-details-wrapper .contact-information input::-webkit-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input:-ms-input-placeholder,
.booking-details-wrapper .contact-information input:-ms-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input::-ms-input-placeholder,
.booking-details-wrapper .contact-information input::-ms-input-placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input::placeholder,
.booking-details-wrapper .contact-information input::placeholder {
    color: #c3c0c0;
    opacity: 1;
}

.booking-details-wrapper .personal-information input:-ms-input-placeholder,
.booking-details-wrapper .contact-information input:-ms-input-placeholder {
    color: #c3c0c0;
}

.booking-details-wrapper .personal-information input::-ms-input-placeholder,
.booking-details-wrapper .contact-information input::-ms-input-placeholder {
    color: #c3c0c0;
}

.booking-details-wrapper .extras-wrapper {
    background-color: #e9ce00;
    padding: 32px 24px;
    border-radius: 8px;
}

.booking-details-wrapper .extras-wrapper h3 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
}

.booking-details-wrapper .extras-wrapper p {
    font-size: 15px;
    margin: 0;
}

.booking-details-wrapper .extras-wrapper h4 {
    font-size: 15px;
    margin: 0;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre img {
    background-color: #fff;
    border-radius: 50%;
    outline: transparent;
    border: transparent;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre input {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 30px !important;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px;
    width: 1ch;
    padding: 0;
}

.booking-details-wrapper .extras-wrapper .qnt-incre-decre input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-details-wrapper .submit-wrapper {
    position: relative;
}

.booking-details-wrapper .submit-wrapper p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
}

.booking-details-wrapper .submit-wrapper input {
    display: none;
}

.booking-details-wrapper .submit-wrapper label {
    position: relative;
    height: 20px;
    margin-top: 4px;
}

.booking-details-wrapper .submit-wrapper label::before {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    height: 17px;
    width: 17px;
    z-index: 9;
    border: 0.5px solid black;
    background-color: #fff;
}

.booking-details-wrapper .submit-wrapper input:checked + label::before {
    position: absolute;
    left: 0;
    content: url("../img/icons/checkmark-outline.svg");
    height: 17px;
    width: 17px;
    z-index: 9;
    border: 0.5px solid black;
    background-color: #fff;
}

.booking-details-wrapper .submit-wrapper span {
    color: #fff;
}

.booking-details-wrapper .submit-wrapper textarea {
    background-color: #e9ce00;
    padding: 16px;
    border-radius: 8px;
    width: 100%;
}

.booking-details-wrapper .submit-wrapper textarea:focus {
    color: #212529;
    border-color: #78d907;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem #78d907;
    box-shadow: 0 0 0 0.25rem #78d907;
}

.booking-details-wrapper .continue-btn {
    background-color: #c3c0c0;
    color: #fff;
    border-radius: 8px;
    font-size: 28px;
    font-family: vtc-letterer-pro;
    display: block;
    width: 100%;
}

.booking-details-wrapper .confirm-booking-btn {
    background-color: #338c30;
    width: 100%;
    font-size: 28px;
    font-family: vtc-letterer-pro;
    color: #fff;
    line-height: 24px;
    padding: 12px;
}

.booking-details-wrapper .confirm-booking-btn span {
    color: #fff;
    font-size: 15px;
    font-family: Rubik;
}

.booking-overview-wrapper {
    position: absolute;
    margin-top: 32px;
}

@media screen and (min-width: 992px) {
    .booking-overview-wrapper {
        width: 376px;
    }
}

@media screen and (min-width: 1200px) {
    .booking-overview-wrapper {
        width: 451px;
    }
}

@media screen and (min-width: 1400px) {
    .booking-overview-wrapper {
        width: 526px;
    }
}

@media screen and (max-width: 991px) {
    .booking-overview-wrapper {
        position: relative;
    }
}

.booking-overview-wrapper .overview-header {
    font-size: 28px;
    color: #fff;
    font-family: vtc-letterer-pro;
}

.booking-overview-wrapper .booking-overview-card {
    background: url(../img/overview/shadow.png) no-repeat center/cover;
    border-radius: 8px;
    padding: 0 8px 8px 0 !important;
}

.booking-overview-wrapper .booking-overview-card .booking-overview {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 12px !important;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head {
    margin-top: 60px;
    margin-left: 12px;
    position: relative;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head
    h1 {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    position: relative;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-head
    img {
    width: 40%;
    position: absolute;
    right: 15px;
    -o-object-fit: contain;
    object-fit: contain;
    min-width: 124px;
    max-width: 192px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time {
    background-color: #e5e5e555;
    padding: 12px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time
    img {
    height: 28px;
    width: 28px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 12px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-time
    p {
    margin: 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant {
    background-color: #e5e5e555;
    padding: 12px 12px 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .overview-title {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .participants,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .extras,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .sub-total {
    border-bottom: 1px solid #000;
    padding: 8px 0;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .participants
    p,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .extras
    p,
.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .sub-total
    p {
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .total
    p {
    font-family: vtc-letterer-pro;
    font-size: 28px;
    line-height: 24px;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-participant
    .total
    p.text-success {
    color: #338c30 !important;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form
    input {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}

.booking-overview-wrapper
    .booking-overview-card
    .booking-overview
    .overview-promo
    form
    button {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    background-color: #338c30;
    color: #fff;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-unselect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 8px;
    border-radius: 4px;
    background-color: white;
    margin-bottom: 20px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-unselect
    .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-unselect
    .left
    p {
    margin-top: 16px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-unselect
    .left
    img {
    margin-right: 12px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select {
    display: none;
    background-color: #fff;
    margin-bottom: 18px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .prt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 8px;
    border-radius: 4px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .prt-header
    .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .prt-header
    .left
    img {
    margin-right: 12px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .prt-header
    .left
    strong {
    font-weight: 700;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .prt-header
    .left
    p {
    margin-top: 16px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    img {
    background-color: #fff;
    border-radius: 50%;
    outline: transparent;
    border: transparent;
    height: 20px;
    width: 20px;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    input {
    background-color: #e9ce00;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 20px !important;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px;
    width: 2ch;
    padding: 0;
    text-align: center;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .select-prt-items
    .qnt-incre-decre
    input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.booking-dialog
    .container
    .row
    .booking-details-wrapper
    .booking-information
    .row
    .participants-wrapper
    .participants-wrap
    .participants-select
    .besch-cntrl-btn {
    background-color: #78d907;
    font-family: vtc-letterer-pro;
}

.js-participents-num {
    margin-right: 2px;
}

.booking-information.booking-detail .participants-unselect {
    padding: 7px 0;
}

.adyen-checkout__button__text {
    color: #fff;
}

.form-select {
    width: 100%;
}

.error {
    color: #ff0000;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.payment-wrapper {
    background-color: #e9ce00;
    padding: 24px 24px;
    border-radius: 8px;
}

#payment-wrapper {
    display: none;
}

ul {
    list-style: none;
    font-weight: bold;
}

.tab-switcher {
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
}

.tab-header {
    border-bottom: solid 1px black;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

.tab-container {
    width: 100%;
    margin: auto;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

    background: -webkit-radial-gradient(
        rgba(20, 20, 20, 0.8),
        rgba(0, 0, 0, 0.8)
    );
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 3000ms infinite linear;
    -moz-animation: spinner 3000ms infinite linear;
    -ms-animation: spinner 3000ms infinite linear;
    -o-animation: spinner 3000ms infinite linear;
    animation: spinner 3000ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 69, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 69, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 69, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 69, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 69, 0.75) 1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
        rgba(255, 255, 69, 0.75) 0 1.5em 0 0,
        rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
        rgba(255, 255, 69, 0.75) -1.5em 0 0 0,
        rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
        rgba(255, 255, 69, 0.75) 0 -1.5em 0 0,
        rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
