body {
    margin: 0px
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

.booking-box {
    border-radius: 10px;
    background-color: #fff;
    display: block;
    padding: 20px 50px;
    width: 700px;
    margin: auto;
    /*margin-top: calc(10vh);
    margin-bottom: calc(10vh);*/
    border: none;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 50%);
    /*min-height: 500px;*/
}

.booking-grid {
    background: url(/Images/application/background-pattern-min.png);
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-size: auto;
    display: grid;
    align-content: center;
    justify-content: center;
    min-height: 100vh;
    background-attachment: scroll;
    padding: 20px 0px;
}

.booking-container {
    background-color: #F2F2F2;
    padding: 25px;
    line-height: 2em;
    min-height:20vh;
}

.booking-header {
    text-align: center;
    font-weight: bold;
}

.booking-pages {
    padding: 10px 20px;
    /*overflow: hidden;*/
}

.booking-name {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}


.booking-img {
    padding: 0px;
    /*min-height: 259px;*/
}
    .booking-img > img {
        max-height: 250px;
        /* height: 250px; */
        object-fit: scale-down;
        display: block;
        object-fit: cover;
        width: 100%;
        aspect-ratio: 25/15;
        position: relative;
        background-color: #f2f2f2;
        background-size: contain;
        height: 100%;
        border-radius: 20px;
        margin-bottom: 15px;
    }

.booking-price {
    font-weight: bold;
    text-align: right;
    font-size: 18px;
    color: #000;
    padding: 0px;
}

.booking-header-info {
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    text-align: left;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    align-items: center;
}

    .booking-header-info > div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .booking-header-info .booking-price {
        font-weight: bold;
        text-align: right;
        font-size: 18px;
        color: #000;
        grid-area:unset;
        padding:5px 0px;
    }

.booking-summary {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "booking-summary-name booking-price" "booking-summary-date booking-summary-date" "booking-summary-address booking-summary-address";
    background-color: transparent;
    padding: 0px;
    z-index: 0;
}

.booking-summary-name {
    grid-area: booking-summary-name;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.booking-summary-date {
    grid-area: booking-summary-date;
}

.booking-summary-address {
    grid-area: booking-summary-address;
}

.booking-summary-multiple {
    grid-area: header;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "booking-summary-date booking-price" "booking-summary-address booking-price";
    background-color: transparent;
    padding: 0px;
    z-index: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

    .booking-summary-multiple .booking-summary-date {
        font-size:18px;
    }

    .booking-summary-multiple .booking-summary-address {
        font-size: 16px;
    }


.total-price-grid{
    text-align:right;
}

#tracker-form {
    background-color: #F2F2F2;
    border-radius: 10px;
}

.participant {
    width: 275px;
}


#booking-grid .style-button, .style-combo-btn {
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0,0,0,.5);
}

.style-combo-btn-container .dropdown-menu.open {
    background: #7cb758;
    color: #fff;
    padding: 0px;
    position: absolute;
    bottom: 43px;
    top: auto;
    border-radius: 0px;
}
.style-combo-btn-container .dropdown-menu.open > li {
    border-bottom:1px solid #fff;
}
.dropdown-menu > li > a {
    font-weight: 400;
    color: #fff;
    line-height: 2;
    font-size:16px;
    /* text-transform: capitalize; */
}

.booking-as-container {
    /* position: fixed; */
    background-color: #fff;
    padding: 5px 10px;
    margin: auto;
    /* top: 0px; */
    /* left: calc(50% - 11rem); */
    width: 22rem;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: -25px;
}

.booking-back {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
    text-align: end;
    vertical-align: bottom;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.booking-back:hover {
    font-weight:bold;
}

.bg-white{
    background-color:#fff!important;
}


.create-dependant-btn > .fa-user-plus {
    width: 50px;
    margin-right: 20px;
    border-radius: 100%;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.dependant-show {
    text-align: center;
    padding-bottom: 10px;
}


iframe{
    min-height: 28px;
}

.ElementsApp input {
    font-size: 18px;
}

.result-detail {
    text-align:center
}

.booking-dates-container {
    overflow: auto;
    max-height: 470px;
    padding: 0px 15px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media (max-width: 700px) {
    .booking-dates-container {
        max-height: calc(100vh - 250px);
    }
}

.booking-select-date {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto auto 65px;
    grid-template-areas: "select-date select-places select" "select-time select-price select";
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.25);
    /*padding: 5px 10px;*/
    margin: 10px 0px;
}

.booking-sub-date {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr auto;
    grid-template-areas: "select-date select-time" "venue venue";
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,.25);
    /*padding: 5px 10px;*/
    margin: 10px 0px 10px 15px;
}

.booking-sub-date > div{
    padding:5px 15px;
} 

.booking-select-date:first-of-type,
.booking-date:first-of-type {
    margin-top: 0px;
}

.select-date {
    grid-area: select-date;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px 0px;
}
.select-places {
    grid-area: select-places;
    text-align: right;
    padding: 5px 15px 0px;
}
.select-time {
    grid-area: select-time;
    text-align: left;
    padding: 0px 15px 5px;
}
.select-price {
    text-align: right;
    grid-area: select-price;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 15px 5px;
}
.booking-select {
    grid-area: select;
    text-align: center;
    align-self: center;
    background-color: #3399FF;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 65px;
    border-left: 2px solid #000;
    cursor: pointer;
    display: grid;
    justify-items: center;
    align-items: center;
}
.booking-select:hover {
    font-weight:bold;
}
.selected .booking-select {
    background-color: #2AC940;
}

.booking-select .fa-check-circle {
    display:none;
}

.selected .booking-select .fa-check-circle {
    display: block;
    font-size: 30px;
    margin: auto;
    text-decoration: none;
    line-height: 65px;
}

.booking-select .text {
    display: block;
    text-decoration: underline;
}

.selected .booking-select .text {
    display: none;
}

.booking-select-group > .booking-select {
    background-color: #fff;
    color: #444;
}

.booking-full {
    grid-area: select;
    text-align: center;
    align-self: center;
    background-color: #fff;
    color: #FF3366;
    width: 100%;
    height: 100%;
    line-height: 65px;
    border-left: 2px solid #000;
    font-weight: bold;
}

.booking-booked {
    grid-area: select;
    text-align: center;
    align-self: center;
    background-color: var(--playwaze-green-primary);
    color:#fff;
    width: 100%;
    height: 100%;
    line-height: 65px;
    border-left: 2px solid #000;
    font-weight: bold;
}

.mobile-book-btn {
    width: 220px !important;
}

.booking-select-group {
    margin: 15px 0px 0px;
}

.booking-group-container {
    padding: 10px 15px 10px 10px;
    background-color: #e6e6e6;
    display: none;
}

.booking-select-group {
    margin: 15px 0px 0px;
}

.booking-group-container {
    padding: 10px 15px 10px 10px;
    background-color: #e6e6e6;
    display: none;
}


.bundles{

}

    .bundles > .bundle {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-gap: 15px;
        border-bottom: 1px solid #f2f2f2; 
        font-size: 18px;
        padding:10px 15px;
    }

.bundle > .bundle-name {
    font-weight:bold;
}

.bundle > .bundle-count {
    text-align: right;
    justify-content: right;
    display: grid;
}

    .bundle > .bundle-count > span {
        background: var(--playwaze-green-primary);
        color: white;
        text-align: center;
        width: 25px;
        height: 25px;
        font-size: 12px;
        border-radius: 100%;
        display: grid;
        align-items: center;
        justify-items: center;
    }


.bundle > .bundle-price {
    text-align: right;
}

.total-price {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 30px 10px 0px 10px;
}

@media (max-width: 700px) {
    .booking-grid {
        padding:0px;
    }
    .booking-as-container{
        display:none!important;
    }
    .booking-back{
        position:absolute;
        top:15px;
        left:0px;
        color:#000;
    }

    .textAline {
        display: flex !important;
        align-items: center;
    }

    .booking-box {
        border-radius: 0px;
        background-color: #fff;
        display: block;
        padding: 10px 0px 60px;
        width: 100vw;
        margin: auto;
        border: none;
        box-shadow: none;
        min-height: 100vh;
    }

    .form-page-header {
        margin: 0px !important;
    }
    .booking-pages {
        padding: 10px 0px;
        /* overflow: hidden; */
       
    }
    .booking-container {
        border-radius: 0px;
        padding: 0px !important;
    }

        .booking-container > div {
            padding: 0px 10px;
        }

    .booking-img{
        padding:0px!important;
    }

    .booking-name {
        font-size: 20px;
    }
    .booking-date {
        font-size: 14px!important;
    }
    .booking-address {
        font-size: 14px !important;
    }

    .booking-header {
        font-size: 20px;
        margin-bottom: 15px;
        color: #444;
    }

    .booking-summary {
        padding:15px 10px!important;
    }

    .select-account-list {
        /* padding-top: 20px; */
        width: 100%;
        margin: auto;
        padding: 0px 10px;
    }

        .select-account-list > li > div {
            padding: 10px 15px;
            margin: 10px 0;
        }
    .create-dependant-btn > .fa-user-plus {
        margin-right: 0px;
    }



    .booking-header-info {
        display: grid;
        grid-template-columns: auto auto;
        grid-auto-rows: auto;
        margin: 25px 10px 0px;
        font-size: 12px;
    }

        .booking-header-info > div {
            grid-column: 1 / span 2;
            text-align: left!important;
        }

        .booking-header-info > .booking-name {
            font-size: 18px;
            grid-column: 1 ;
        }
        .booking-header-info > .booking-price {
            font-size: 16px;
            grid-column: 2;
            text-align: right !important;
        }
    .total-price-grid {
        text-align: right;
        margin-top: -15px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .booking-summary-name {
        font-size: 16px;
    }
    .form-page-content {
        padding-bottom: 20px;
    }

    .mobile-page-bottom {
        position: fixed;
        bottom: 0px;
        left:0px;
        right:0px;
        display: flex;
        justify-content: center;
        grid-gap: 10px;
        background-color: #fff;
        box-shadow: rgba(14,30,37,.12) 0 2px 4px 0, rgba(14,30,37,.32) 0 2px 16px 0;
    }
    .booking-mobile-full {
        min-height: calc(100vh - 320px);
        position: relative;
        padding-bottom:40px;
    }
    .booking-mobile-full-no-header {
        min-height: calc(100vh - 240px);
        position: relative;
        padding-bottom: 40px!important;
    }
    .booking-container-mobile-bottom{
        position:absolute;
        bottom:0px;
        left:0px;
        right:0px;
    }
    .mobile-book-btn {
        width: 180px !important;
        font-size: 14px;
    }

    .select-date {
        font-size: 16px;
    }
    .booking-select-date {
        font-size: 12px;
    }
    .select-price {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    #group-booking{
        display:none;
    }

}


@media (max-width: 900px) {
    .ui-checkbox input[type=checkbox]:checked + span:after {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        margin-top: -10px;
        margin-left: -10px;
    }
}


.togglePassword {
    position: absolute;
    top: 7px;
    right: 10px;
}

.ui-checkbox input[type=checkbox]:checked + input + span:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 5px;
}

.ui-checkbox {
    position: relative;
    margin: 15px 20px 10px 10px;
}

@media only screen and (max-width: 800px) {
    .rule-field.style-input-group {
        margin: 10px auto 20px !important;
    }
}

.ui-checkbox input[type=checkbox] + input + span {
    pointer-events: none;
}

.ui-checkbox input[type=checkbox] + span {
    pointer-events: none;
}