﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



/*Page level old css styles*/

.page-banner {
    background-image: url('@Model.AttractionViewModel.ProductLogo');
    background-repeat: repeat;
    height: 189px;
    background-position: center;
}

.date-picker-dialog h3 {
    font-size: 1.5rem;
}

.mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled), .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected {
    background-color: #2356c2 !important;
    border-radius: 0px !important;
}

.date-picker-footer {
    padding: 12px 0;
    background-color: #2356c2 !important;
    display: none;
}

    .date-picker-footer p {
        margin-bottom: 0;
    }


.ticket-qty input {
    -moz-appearance: 'textfield';
    font-size: 1rem;
}

    .ticket-qty input.dark-bg {
        background-color: #F7595E;
    }

.date-picker-text {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: 100%;
    top: 12%;
    font-size: 1rem !important;
}

.mbsc-calendar-header {
    margin-bottom: 0px;
    margin-top: 0 !important;
}

.mbsc-calendar-controls {
    height: 40px !important;
    margin: 0 !important;
    background: #E5E7EB !important;
    min-height: 40px;
}

.mbsc-calendar-header.mbsc-ios:after {
    content: "When will you visit?";
    width: 100%;
    text-align: center;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
}



.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
    border-color: #db402c !important;
    background: #db402c !important;
    color: #fff;
    left: 0;
}

.mbsc-calendar-cell-text {
    left: 0;
    position: relative;
}

.mbsc-calendar-title-wrapper {
    order: 2;
    flex: inherit !important;
}



.mbsc-ios.mbsc-calendar-today {
    color: #2356c2;
}

.mbsc-hover .mbsc-ios.mbsc-calendar-mark {
    background: #2356c2;
}

.mbsc-ios.mbsc-calendar-button.mbsc-button {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.mbsc-datepicker .mbsc-calendar {
    padding-bottom: 0em !important;
}

.mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label {
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: normal;
    height: auto;
}

.mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled),
.mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected {
    background-color: #2356c2;
    border-radius: 0px;
}

.x-center-ticket {
    display: flex;
    align-items: center;
}

.disabled-stepper {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.minmax {
    font-size: 14px;
}



@media (max-width: 580px) {
    .page-banner {
        background-image: url('@(string.IsNullOrEmpty(Model.AttractionViewModel.ProductLogoMobile) ? Model.AttractionViewModel.ProductLogo : Model.AttractionViewModel.ProductLogoMobile)');
        background-repeat: repeat;
        height: 189px;
        background-position: center;
    }
}

.x-center-ticket {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .set-tickets-details {
        flex-direction: column;
        padding: 0 !important;
    }

    .tickets-quantity-cont {
        width: 100% !important;
        padding-left: 0px;
    }

    .radio-toolbar label {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .slotItems {
        width: calc(100% - 20px);
        margin: 0px !important;
    }

    .form-control {
        height: auto !important;
    }

    .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label {
        font-size: 12px !important;
    }
}

.radio-toolbar label {
    min-width: 100%;
    max-width: 100%;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
}

    .radio-toolbar label:hover {
        background-color: #db402c00;
        border: 1px solid #db402c;
    }

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #db402c !important;
    border-color: #db402c !important;
}

.quick-date-buttons-outside {
    display: none;
}

.viator-page {
    padding: 45px 0 !important;
}

.buy-tickets-prices {
    padding: 15px 0;
}

.form-control[readonly] {
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .slotItems {
        width: 100%;
    }

    .viator-page .border-start,
    .viator-page .border-end {
        border: 0 !important;
    }

    .date-picker-dialog {
        border: none;
        border-radius: 6px;
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: transparent;
        font-weight: 500;
        padding: 12px;
        /*z-index: 999;*/
        position: relative;
    }

    .mobile-datepicker-group {
        position: relative;
    }

        .mobile-datepicker-group:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            background-image: url(//res.cloudinary.com/funex/image/upload/v1770621891/calender-mobile-icon_lmvhjf.png);
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat;
            cursor: pointer;
        }
    /* Footer container */
    .mbsc-datepicker .mbsc-popup-buttons {
        display: flex;
        flex-wrap: wrap;
    }

        /* Today & Set stay on first row */
        .mbsc-datepicker .mbsc-popup-buttons .mbsc-btn:not(.mbsc-btn-cancel) {
            flex: 1 1 50%;
        }

    /* Cancel goes full width at bottom */
    .mbsc-datepicker .mbsc-btn-cancel {
        order: 99;
        width: 100%;
        margin-top: 8px;
    }

    .mbsc-ios.mbsc-popup-header {
        position: absolute;
        z-index: 999;
        top: 0;
        right: 0;
        left: 0;
        padding: 10px 15px;
        font-weight: 700;
        text-align: left;
        color: #1F2937;
        font-weight: 700;
        font-size: 16px;
        text-transform: capitalize;
        font-family: Poppins, sans-serif;
        line-height: 30px;
        width: fit-content;
        border: none;
    }

    .mbsc-ios.mbsc-popup-button-close.mbsc-ltr {
        position: fixed;
        bottom: 10px;
        width: 93%;
        left: 49%;
        background: #F3F4F6;
        right: 0;
        transform: translateX(-50%);
        color: #2D3A5C;
        font-size: 14px !important;
        font-weight: 600;
        font-family: Poppins, sans-serif;
    }

    .mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner {
        background: #f8f9fa;
        border: none !important;
    }

    .mbsc-close-btn {
        color: #6a7282 !important;
        font-weight: 600;
    }

    .back-group, .booking-box-head .ticket-title {
        font-size: 16px;
    }

    .input-label {
        font-size: 14px;
    }

    .quick-date-buttons-outside {
        display: block;
    }
}

.ticketoverlay {
    height: 100%;
    top: 0;
}



/*New css ruby Ankita*/

.attraction-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.favorite-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
}

.fav-text {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
    color: #374151;
    display: flex;
    align-items: center;
}

.review-link-btn {
    color: #6B7280 !important;
    font-size: 12px !important;
}

.attraction-location {
    color: #4B5563;
    font-size: 12px;
    font-weight: 500;
    margin-left: 0px;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .attraction-location a {
        color: #4B5563;
    }

.attraction-desc {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 20px 0px;
}

.attraction-location img {
    height: 14px;
}

.features-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    display: none;
}

.back-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #1F2937;
}
/*
.back-btn {
    border: solid 1px #D1D5DB;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
    background: #fff;
}*/
.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 8px 15px;
    border: 2px solid #ddd;
    background: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #374151;
    font-size: 12px;
}

    /* Hide text initially */
    .back-btn .btn-text {
        max-width: 0;
        opacity: 0;
        white-space: nowrap;
        overflow: hidden;
        transition: all 0.3s ease;
        font-weight: 500;
        color: #374151;
    }

    /* On hover expand */
    .back-btn:hover .btn-text {
        max-width: 200px;
        opacity: 1;
    }

    /* Optional hover effect */
    .back-btn:hover {
        background: #e9ecef;
    }

.booking-outer-box {
    border: solid 1px #e5e7eb;
    border-radius: 12px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    margin: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.09) 0px 2px 8px 0px;
}

.booking-box-head {
    background: #0057c9;
    border-radius: 12px 12px 0 0;
    padding: 10px 20px;
}

    .booking-box-head .ticket-title {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        margin-bottom: 0;
        padding: 5px 0;
    }

.tickets-quantity-cont {
    width: 100% !important;
    padding-left: 10px;
}

.green-text {
    color: #DB402C;
    font-size: 16px;
    font-weight: 600;
}

.input-label-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

    .input-label-group .number {
        border: solid 2px #cfd3d9;
        font-size: 12px;
        font-weight: 700;
        color: #797f8c;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #f3f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.input-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
}

.form-group select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 40px 12px 14px;
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

.form-group {
    position: relative;
}

.booking-box-body .form-group::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    font-weight: 800;
}

/* Focus state */
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.ticket-time-qty-group, .ticket-catg-group {
    border: solid 1px #E5E7EB;
    border-radius: 12px;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    margin: 20px 0;
    box-shadow: rgba(99, 99, 99, 0.09) 0px 2px 8px 0px;
}

.booking-box-body, .ticket-catg-body {
    padding: 20px;
}

.ticket-qty-header {
    border-bottom: solid 1px #E5E7EB;
    padding: 15px 20px;
}

    .ticket-qty-header .input-label-group {
        margin-bottom: 0;
    }

.slotItems {
    margin-right: 0px;
    margin-bottom: 0px;
}

.buy-tickets-prices {
    padding: 0;
}

.category {
    display: flex;
    align-items: center;
    border: solid 1px #d4d4d4;
    padding: 10px 15px;
    border-radius: 12px;
    justify-content: space-between;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 15px;
}

.catg-inner-grp {
    display: flex;
    flex-direction: column;
}

.minmax-grp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-width: 135px;
}

.category-icon {
    max-height: 20px;
}

.pricevalue {
    color: #047857;
    font-weight: 600;
}

.quantityInput {
    gap: 8px;
}

    .quantityInput .qtyminus, .quantityInput .qtyplus {
        border: 2px solid #D1D5DB;
        width: 40px;
        font-size: 14px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px !important;
        position: relative;
    }

    .quantityInput div.qtyminus:before, .quantityInput div.qtyplus:before {
        content: "";
        display: block;
        width: 14px;
        height: 14px;
        cursor: pointer;
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
    }

.customTicketQuantity {
    width: 40px;
    border: solid 2px #2D3A5C;
    border-radius: 8px;
}

.date-picker-dialog {
    margin-bottom: 20px;
}

.date-picker-box {
    margin: 20px 0 20px 0px;
}

.mbsc-icon > svg {
    fill: #111827;
}

.mbsc-ios.mbsc-calendar-day-text {
    line-height: 22px !important;
    border: 0px solid transparent !important;
}

.mbsc-ios.mbsc-calendar-week-day {
    display: table-cell;
    vertical-align: middle;
    color: #6B7280;
    font-weight: 500;
    font-size: 12px;
}

.mbsc-datepicker .mbsc-calendar-week-days {
    background: #F9FAFB;
}

.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell {
    border: none;
    margin: 5px;
    padding: 3px;
}

.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell-inner {
    border-collapse: separate !important;
    border-spacing: 8px !important;
    border: solid 1px #E5E7EB !important;
    min-height: 60px;
    padding: 6px;
    border-radius: 5px;
}

.mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled), .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected .mbsc-calendar-cell-inner {
    background-color: #db402c !important;
    color: #ffffff !important;
}

.mbsc-disabled .mbsc-calendar-cell-text {
    opacity: .5;
}

.mbsc-ios.mbsc-calendar-cell {
    color: #111827;
}

.mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
    color: #ffffff;
    width: auto;
    height: auto;
}

.mbsc-ios.mbsc-calendar-day-text {
    color: #111827;
    font-weight: 500;
    width: auto !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.mbsc-calendar-text-placeholder {
    display: none;
}

.mbsc-calendar-body-inner {
    font-family: Poppins, sans-serif;
}
/*.mbsc-calendar-labels{
    position:relative;
}*/
.mbsc-calendar-day-inner {
    display: inline-block;
}

.mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled), .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected {
    background: #ffffff !important;
}

.mbsc-ios.mbsc-calendar-label-text {
    font-weight: 600 !important;
    color: #166534 !important;
    font-size: 14px;
}

.mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
    color: #01a63f !important;
}

.mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled) .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
    color: #0e5202 !important;
}

.mbsc-ios.mbsc-datepicker .mbsc-calendar-cell:hover .mbsc-ios.mbsc-calendar-label-background {
    background: none !important;
}

.mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected:hover .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
    color: #ffffff !important;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
    background-color: transparent !important;
}

.mbsc-ios.mbsc-datepicker .mbsc-hover .mbsc-calendar-day-text, .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
    width: auto !important;
    height: auto !important;
}

.validation-summary-valid {
    font-size: 12px;
}

.card-subtitles {
    font-size: 14px;
}

.product-details {
    border: 1px solid #ccc;
    /*cursor: pointer;*/
    background: white;
    border-radius: 10px !important;
}

    .product-details p {
        font-size: 14px;
        font-weight: 500;
    }

.page-content {
    padding: 0;
}

.order-summary-card .order-card {
    width: 100%;
    border-radius: 18px;
    background: linear-gradient(to right, #feefed, #feefed);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin: 30px auto;
    border: 1px solid #dceef5;
}

.order-summary-card .card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    border-bottom: solid 1px #e5e7eb;
    padding-bottom: 10px;
}

.order-summary-card .order-details .custom-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #4B5563;
    font-weight: 400;
}

.order-summary-card .order-details strong {
    font-weight: 600;
    color: #1F2937;
}

.order-summary-card hr {
    border: none;
    border-top: 1px solid #E5E7EB;
    margin: 12px 0;
    opacity: 1;
}

.order-summary-card .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

    .order-summary-card .total-row strong {
        font-size: 18px;
        color: #111827;
    }

.order-summary-card .cart-btn {
    width: 100%;
    background: #00a63e;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    border: none;
    border-radius: 14px;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.2s;
}

    .order-summary-card .cart-btn img {
        height: 20px;
        margin-right: 5px;
    }

    .order-summary-card .cart-btn:hover {
        background: #039238;
    }

.order-summary-card .footer-text {
    text-align: center;
    margin-top: 20px;
}

.order-summary-card .bold-text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #000;
}

.order-summary-card .light-text {
    font-size: 14px;
    color: #059669;
    font-weight: 400;
}

#formTickets .list-style-none, .loader-text p, .radio-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
}
.radio-toolbar {
    margin-top: 10px
}
    .buy-tickets-body {
    padding: 0 20px 15px 20px !important;
}



.custom-dropdown {
    width: 100%;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

    .custom-dropdown::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 10px;
        height: 10px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        pointer-events: none;
        font-weight: 800;
    }

.dropdown-selected {
    padding: 12px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: white;
    border-radius: 6px;
    color: #000;
}

.dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: 0px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 6px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10000;
    padding-left: 0px;
}

    .dropdown-options li {
        padding: 10px 12px !important;
        cursor: pointer;
        list-style: none;
        padding-inline-start: 0;
        color: #000000;
    }

        .dropdown-options li:hover {
            background: #0057c9;
            color: #ffffff;
        }

.step.disabled {
    position: relative;
    pointer-events: none;
}

    .step.disabled::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.6);
        z-index: 10;
        border-radius: inherit;
    }

.step.active {
    opacity: 1;
    pointer-events: auto;
}

.step.completed {
    opacity: 1;
    pointer-events: auto;
}

    .step.completed .number {
        background: #f3f4f6;
        color: #797f8c;
        border-color: #cfd3d9;
    }

.buy-tickets-body {
    display: none;
}

.step.open .buy-tickets-body {
    display: block;
}

.ticket-qty-header {
    cursor: pointer;
}

.dekstop-none {
    display: none;
}

.slash-line {
    margin: 0 10px;
    color: #D1D5DB;
}

.mobile-none {
    display: flex !important;
}

.desktop-none {
    display: none !important;
}

.mbsc-ios.mbsc-picker .mbsc-popup-body {
    border-radius: 20px;
    font-family: Poppins, sans-serif;
}

/* pickup-desktop: visible on desktop, hidden on mobile */
.pickup-desktop, .languagepick-desktop {
    display: block;
}
/* pickup-mobile: hidden on desktop, visible on mobile */
.pickup-mobile, .languagepick-mobile {
    display: none;
}

.pickup-sheet-overlay {
    display: none;
}

.pickup-sheet {
    display: none;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    max-height: 60vh;
    overflow: hidden;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

    .pickup-sheet.active {
        display: flex;
        transform: translateY(0);
    }

.pickup-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.pickup-sheet-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.pickup-sheet-btn {
    background: none;
    border: none;
    font-size: 15px;
    color: #737a89;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.pickup-sheet-set {
    color: #007bff;
    font-weight: 600;
}

.pickup-sheet-body {
    overflow-y: auto;
    flex: 1;
    padding: 0;
}

.pickup-sheet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .pickup-sheet-list li {
        padding: 14px 20px;
        font-size: 15px;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        color: #000;
        font-weight: 500;
    }

        .pickup-sheet-list li:hover {
            background: #1447e6;
            color: #fff;
        }

        .pickup-sheet-list li.selected {
            background: #e8f0fe;
            color: #1a73e8;
            font-weight: 600;
        }

.pickup-sheet-overlay.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}

.price-headtext {
    display: inline-block;
    line-height: 12px;
    margin-bottom: 20px;
}

.reg-price {
    display: none;
    color: rgb(156, 163, 175);
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
}

.attraction-deatils-group {
    display: none;
}

.ticket-bodyspace {
    padding: 0px 8px;
}

.mbsc-ios.mbsc-calendar-header .mbsc-calendar-title.mbsc-calendar-month.mbsc-ios {
    color: #000000;
}

.mbsc-calendar-title {
    font-weight: 600;
}

.pickup-mobile .form-control:disabled, .pickup-mobile .form-control[readonly], .pickup-mobile .form-control {
    border-radius: 8px !important;
}

@media screen and (max-width: 768px) {
    .viator-page {
        padding: 0px 0 !important;
    }

    .reg-price {
        display: inline-block !important;
        margin-right: 5px;
    }

    .price-headtext .green-text {
        font-size: 12px;
    }

    .pickup-desktop, .languagepick-desktop {
        display: none;
    }

    .pickup-mobile, .languagepick-mobile {
        display: block;
        margin-bottom: 20px;
    }

    .pickup-sheet-btn {
        font-size: 26px;
    }

    .step.completed .number {
        color: transparent;
        position: relative;
        background: #fff;
        border-color: #818994;
    }

        .step.completed .number:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 13px;
            transform: translate(-50%, -50%);
            color: #818994;
        }

    .step.active .number {
        background: #dbeafe;
        color: #2d3a5c;
        border-color: #2d3a5c;
    }

    .booking-box-body, .ticket-catg-body {
        padding: 10px 20px;
    }

    .ticket-catg-body {
        padding: 10px 20px 20px 20px;
    }

    .mbsc-popup-content {
        padding-bottom: 50px;
    }

    .mbsc-ios.mbsc-calendar-header {
        padding: 10px 0;
    }

    .mbsc-ios.mbsc-calendar-button.mbsc-button {
        font-size: 12px !important;
        font-weight: 600;
    }

    .category {
        margin-top: 0 !important;
        border-radius: 8px;
    }
    /* .ticket-time-qty-group, .ticket-catg-group {
        box-shadow: none;
        border: none;
    }
    .ticket-qty-header {
        border-bottom: none;
        padding: 0;
    }
     .ticket-catg-body {
        padding: 0;
    }*/
    /*.buy-tickets-body{
    padding:0 !important;
    }*/
    .back-group {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .pickup-mobile, .languagepick-mobile {
        display: none;
    }

    .pickup-desktop, .languagepick-desktop {
        display: block;
    }
}

@media screen and (max-width:1024px) {
    .tickets-quantity-cont {
        padding-left: 0;
    }
}

@media screen and (max-width:768px) {

    .custom-dropdown {
        margin-bottom: 15px;
    }

    .ticket-select-details, .tickets-quantity-cont {
        padding: 0 15px;
    }

    .date-picker-box {
        margin: 10px 0 5px 0px;
    }

    .tickets-quantity-cont {
        margin-top: 0;
    }

    .ticket-time-qty-group {
        margin: 0px 0 20px 0;
    }

    .category .form-control {
        height: auto;
    }

    .back-group {
        padding: 0 15px;
    }

    .day-group {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }

    .calender-daybtn {
        background: #e5e7eb;
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        border-radius: 25px;
        padding: 7px 15px;
        border: none;
    }

        .calender-daybtn:focus {
            background: #1447e6;
        }


    .bottom-sheet-modal {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 70%;
        background: white;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
        border-radius: 20px 20px 0 0;
        transition: bottom 0.4s ease;
        z-index: 9999;
    }

        .bottom-sheet-modal.open {
            bottom: 0;
        }

    .bottom-sheet-content {
        padding: 15px;
        height: 100%;
        overflow-y: auto;
    }

    .bottom-sheet-modal .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .bottom-sheet-modal .modal-header button {
            background: none;
            border: none;
            font-size: 28px;
            cursor: pointer;
        }

    .booking-outer-box {
        margin: 30px 0 20px 0;
    }

    .mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled) {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

    .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected .mbsc-calendar-cell-inner {
        /*  background-color: #dcfce7 !important;
        color: #000000 !important;*/
        background-color: #db402c !important;
        color: #ffffff !important;
    }

    .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
        /*border-color: #dcfce7 !important;
        background: #dcfce7 !important;*/
        background-color: #db402c !important;
        color: #ffffff !important;
    }

    .mbsc-ios.mbsc-datepicker .mbsc-selected .mbsc-calendar-day-text {
        color: #ffffff;
    }

    .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios, .mbsc-selected .mbsc-calendar-cell-text.mbsc-calendar-day-text.mbsc-ios.mbsc-calendar-today, .mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled) .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
        color: #ffffff !important;
    }

    .mbsc-calendar-cell.mbsc-calendar-day:hover:not(.mbsc-disabled) .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
        color: #000000 !important;
    }

    .mbsc-calendar-cell.mbsc-calendar-day.mbsc-selected:hover .mbsc-calendar-text.mbsc-ios.mbsc-ltr.mbsc-calendar-label .mbsc-calendar-label-text.mbsc-ios {
        color: #ffff !important;
    }

    .mbsc-calendar-controls {
        background: #fff !important;
    }

    .mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-ios.mbsc-popup-buttons-top, .mbsc-ios.mbsc-popup-bottom {
        border: none;
    }

    .mbsc-ios.mbsc-picker .mbsc-popup-overlay-bottom, .mbsc-ios.mbsc-picker .mbsc-popup-overlay-top {
        background: #00000075;
    }

    .mbsc-ios.mbsc-popup-buttons-bottom, .mbsc-datepicker .mbsc-calendar-week-days {
        background: #fff;
    }

    .q-btn, .q-btn-out {
        font-size: 14px;
        font-weight: 500;
        border: none;
        padding: 8px 10px;
        border-radius: 25px;
        background: #f3f4f6;
    }

        .q-btn.active, .q-btn-out.active {
            background: #db402c;
            color: #fff;
        }

    .quick-date-buttons {
        display: flex;
        gap: 10px;
        margin: 8px 15px 0px 15px;
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .date-picker-dialog {
        margin-bottom: 10px;
    }

    .catg-inner-grp {
        font-size: 14px;
    }

    .quick-date-buttons-outside {
        margin: 10px 0 20px 0;
    }
}


@media (min-width: 768px) {
    #dateInput {
        display: none;
    }
}

@media (max-width: 767px) {
    #datepicker {
        display: none;
    }
}

#datepicker {
    min-height: 320px; /* IMPORTANT */
}
