:root {
    --text-color-dark: #373534;
    --text-black: #000;
    --text-color-night-black: #101010;
    --theme-bg: var(--green-color, linear-gradient(122deg, #4ADEDE 18.8%, #7BD5F5 69.63%));
    --active-color: #373534;
    --border-color: #069;
    --bg-white: #fff;
    --theme-text: #004365;
    --bg-light: #fdfdfd;
    --border-light: #E7E8FF;
    --text-grey: #ccc;

}

#main-loader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    /* backdrop-filter: blur(5px); */
    background: #fff;
    overflow-y: hidden;
}

#main-loader .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main-loader .loading img {
    width: 200px;
    height: 200px;
}

.mt-16 {
    margin-top: 16px;
}

.pb-42 {
    padding-bottom: 42px !important;
}

.my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
}

.my-24 {
    margin-top: 24px;
    margin-bottom: 24px;
}

.text-end {
    text-align: end;
    justify-content: end;
}

.mt-24 {
    margin-top: 24px;
}



/**View All Ticket**/

#ticket-tab {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#addon-tab {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ticketCard {
    border-radius: 4.821px;
    border: 1px solid var(--border-light);
    background: var(--bg-white);
    margin: 24px 24px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}

.ticket_chip_cardview .ticket_info label {
    color: var(--text-color-dark);
    margin-top: 16px;
    opacity: 0.6;
    margin-bottom: 4px;
}

.ticket_chip_cardview .ticket_info label {
    margin-top: 0px;
}

.info_sec label {
    opacity: 0.6;
}

.info_sec label,
.ticket_chip_cardview .ticket_info label,
.ticket_chip_cardview .ticket_info p {
    color: var(--text-color-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;


}



.booking_card_succ div {
    margin-top: 16px;
    color: var(--text-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.booking_ticket_viewcard {
    border-radius: 4px;
    background: var(--bg-white);
    /* margin: 32px 0px; */
}

.booking_table_info {
    width: 100%;
}

.booking_ticket_viewheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border-bottom: 1px solid #ccc; */
}

.booking_ticket_viewcard .booking_ticket_viewheader .ticket_para {
    display: flex;
    gap: 10px;
}

.booking_ticket_viewcard .booking_ticket_viewheader .ticket_para .divider {
    width: 1px;
    height: 18px;
    border: 1px solid var(--text-black);
}

.booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h1 {
    color: var(--text-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 7px;
}

.booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h2,
.booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h3 {
    color: var(--text-black);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */

}

.booking_ticket_viewcard .booking_ticket_viewheader a {
    color: var(--text-black);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 16px */
    text-decoration-line: underline;
}

.booking_ticket_viewinfo {
    border-radius: 6px;
    background: var(--color-purple-gradient);
    padding: 20px 24px;
    margin: 20px 0px;
    margin-top: 42px;
}

.booking_ticket_viewinfo h2 {
    color: var(--theme-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.booking_ticket_viewinfo .divider-bottom {
    border: 1px solid rgba(0, 67, 101, 0.20);
    margin-top: 20px;
    margin-bottom: 20px;
}

.booking_ticket_viewinfo .booking_table_info th,
.booking_ticket_viewinfo .booking_table_info td {
    padding-bottom: 16px;
}


.booking_ticket_viewinfo .booking_table_info tr th {
    color: var(--text-color-night-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.booking_ticket_viewinfo .booking_table_info tr td {
    color: var(--text-color-night-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: end;
}

.booking_ticket_viewinfo .booking_table_info .time {
    font-weight: 400 !important;
}

.booking_ticket_viewinfo .booking_table_info tr:last-child th,
.booking_ticket_viewinfo .booking_table_info tr:last-child td {
    padding-bottom: 0px;
}

.lightdivider {
    border: 1px solid rgba(0, 67, 101, 0.20);
    width: 1px;
    height: 16px;
}

.gap-10 {
    gap: 10px;
}

.ticket_chip_cardview {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 24px 24px 24px;
    gap: 50px;
}

.view_ticket_bx2 {
    padding: 0px;
    padding-left: 46px;
}

.view_ticket_bx2 .ticketCard {
    margin-left: 0px;
    margin-right: 0px;
}


.ticket_chip_cardview .ticket_content {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    /* padding-right: 10%; */
}

.ticket_chip_cardview .image_section {
    height: inherit;
    max-width: 260px;
}

.ticket_chip_cardview .ticket_detail {
    /* padding-bottom: 24px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: max-content;
    padding-bottom: 16px;


}

.ticket_chip_cardview .ticket_detail:nth-child(2),
.ticket_chip_cardview .ticket_detail:nth-child(3) {
    padding-bottom: 0px;
}


.ticket_chip_cardview .ticket_detail .ticket_info {
    min-width: 142px;
}

.ticket_chip_cardview .ticket_content .scanner_section .info_sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ticket_chip_cardview .ticket_content .scanner_section .info_sec .info_ref,
.ticket_chip_cardview .ticket_content .scanner_section .info_sec .info_date {
    min-width: 142px;
}

.ticket_chip_cardview .image_section img {
    width: 100%;
    height: 100%;
    aspect-ratio: 230/230;
    border-radius: 6px;
    object-fit: cover;
}

.img_sec {
    margin-top: 24px;
}

.ticket_content .scanner_section {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}


.max-h-130p {
    max-height: 130px;
    height: 130px !important;
    object-fit: contain;

}

.max-h-150p {
    max-height: 150px !important;
    height: 150px !important;
    object-fit: contain !important;
}

.ref_id {
    color: var(--text-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.bookingsucc .colsec:first-child {
    padding-right: 24px !important;
}

.booking_ticket_content {
    padding: 32px 24px;
}

.booking_ticket_content h2 {
    color: var(--text-black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.booking_ticket_content ul {
    margin-top: 16px;
}

.booking_ticket_content ul li {
    margin-bottom: 20px;
}

.booking_ticket_content ul li {
    color: var(--text-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.booking_ticket_content ul li span,
.booking_ticket_content ul li strong {
    font-weight: 500;
}

.bg-section-discover {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bg-section-discover .containerbox {
    position: absolute;
    bottom: 0;
    border-radius: 6px 6px 0px 0px;
    background: var(--bg-white);
    padding: 59px 0px;
    width: 85%;
    margin: auto;
    left: 8%;
    text-align: center;

}

.bg-section-discover .containerbox .title {
    color: var(--text-black);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: 7.7px;
    text-transform: uppercase;
}

.bg-section-discover .containerbox .subtitle {
    color: var(--text-black);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 24px;
}

.bg-section-discover .containerbox .booking-btn {
    border-radius: 6px;
    background: var(--theme-text);
    color: var(--bg-white);
    width: fit-content;
    height: 62px;
    padding: 24px 120px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
    text-align: center;
    font-size: var(--fs-16);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 16px;
    /* letter-spacing: 3.20px; */
    word-wrap: break-word;
    border: none;
    margin: auto;
    cursor: pointer;
}



.bookticketrow .booking-btn:hover {
    text-decoration: none;
    background: var(--color-pantone-process-blue-c) !important;
}

.viewtickettab {
    margin: 24px;
    border: 0;
    padding-bottom: 24px;
    margin-top: 42px;
    justify-content: center;

}

.viewtickettab .nav-item {
    width: 50%;
}

.viewtickettab .nav-item .nav-link {
    text-align: center;
}

.viewtickettab .nav-item .nav-link {
    /* border-radius: 0px 6px 6px 0px; */
    background: #F0F0F0;
    padding: 16px 52px;
    color: var(--active-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: 0.4;
    border-radius: 0;
}


.viewtickettab .nav-item .nav-link.active {
    /* border-radius: 6px 0px 0px 6px; */
    background: var(--color-pantone-process-blue-c);
    color: var(--color-white);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.4px;
    opacity: 1;
    text-transform: uppercase;
}

.booking_card_h {
    /* background: linear-gradient(122deg, rgba(74, 222, 222, 0.40) 18.8%, rgba(123, 213, 245, 0.40) 69.63%); */
    padding: 24px;
}

.booking_card_h h2 {
    color: var(--text-color-night-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 18px */
}

.knowmorebtn {
    color: var(--text-color-night-black);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    border-radius: 6px;
    border: 1.198px solid var(--color-pantone-process-blue-c);
    padding: 16px;
}

.knowmorebtn:hover {
    color: var(--text-color-night-black);
}

/* .ticket_info {
    min-width: 140px;
    max-width: 50%;
} */

@media (min-width: 1280px) {
    .viewtickettab .nav-item {
        width: 40%;
    }
}

@media (max-width: 1440px) {
    .ticket_chip_cardview .image_section {
        width: 201px;
    }
}

.containerbox {
    height: 65vh;
    margin-top: calc(100% - 85%);
}

.emptycart_title {
    color: var(--color-dark);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 16px;
}

.cartpara {
    color: var(--color-book-primary);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.containerbox .cart_content {
    margin: 25px 0px;
    text-align: center;
}

.containerbox .btn {
    max-width: 400px;
    display: block;
    margin: auto;
}

.containerbox img {
    margin: auto;
    display: block;
}

.nodata_book_avail .ticket_detail,
.nodata_book_avail hr,
.nodata_book_avail .ticket_detail.mobile_res {
    display: none !important;
}

.nodata_book_avail .ticket_content {
    justify-content: center;
}

.nodata_book_avail .ticket_content .scanner_section {
    padding-top: 22px;
}

@media (max-width: 980px) {
    .ticket_chip_cardview .image_section {
        order: 1;
        max-height: 248px;
        width: 300px;
    }

    .view_ticket_bx2 {
        padding: 0px;
        padding-left: 0px;
    }

    .bookingsucc .colsec:first-child {
        padding-right: 0px !important;
        padding-bottom: 10px;
    }


    .booking_card_h h2 {
        font-size: var(--fs-16);
    }

    .ticket_chip_cardview .image_section img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 230/230;
    }

    .ticket_chip_cardview .ticket_content {
        width: 100%;
        order: 2;
        padding-right: 0px;
    }

    .colsec {
        padding-right: 0;
        padding-left: 0;
    }

    .booking_ticket_viewheader {
        flex-direction: column;
    }

    .booking_ticket_viewcard .booking_ticket_viewheader .ticket_para {
        display: flex;
        gap: 10px;
        justify-content: end;
        margin-top: 12px;
    }

    .booking_ticket_viewinfo {
        margin: 16px 0px;
    }

    .tick_mb_32 {
        margin-bottom: 0px !important;
    }

    .ticket_chip_cardview {
        margin: 24px 0px;
    }

}

@media (max-width: 768px) {
    .booking_ticket_viewinfo .booking_table_info tr th,
    .booking_ticket_viewinfo .booking_table_info tr td{
        font-size: 14px;
    }
    .ticket_chip_cardview {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .ticket_chip_cardview .ticket_content .scanner_section .info_sec {
        gap: 10px;
        flex-direction: column;
    }

    .booking_card_h {
        padding: 16px 16px 0px 16px;
    }

    .ticket_chip_cardview .ticket_info label {
        margin-top: 16px;
    }

    .ticket_chip_cardview .image_section {
        max-width: 100%;
        width: 100%;
        order: 1;
        max-height: 248px;
        height: 248px;
    }

    .mobile_res {
        display: flex !important;
        flex-direction: row !important;
    }

    .ticket_chip_cardview {
        padding: 16px;
    }

    .ticket_mb_32 {
        margin-bottom: 32px;
    }

    .booking_ticket_header {
        padding: 20px 0px;
    }

    .mob_px_0 {
        padding: 0px;
    }

    .sm_px_0 {
        padding: 0px !important;
    }

    .contsize {
        font-size: 12px;
    }

    .ticket_chip_card {
        padding: 16px;
    }

    .ticket_chip_card .ticket_detail {
        display: flex;
        flex-direction: column;
    }

    .max-h-130p {
        height: 105px;
    }

    .booking_ticket_content {
        padding: 32px 0px;
    }

    .bg-section-discover .containerbox .title {
        font-size: 12px
    }

    .bg-section-discover .containerbox .subtitle {
        font-size: 20px;
    }

    .bg-section-discover .containerbox .booking-btn-dark {
        padding: 24px 10px;
    }

    .bg-section-discover .containerbox {
        padding: 20px;
    }

    .mob_divider {
        border: none;
    }

    .booking_ticket_info {
        margin: 0px 0px;
    }

    .viewtickettab {
        margin-left: 0px;
        margin-top: 24px;
        margin-right: 0px;
    }

    .viewtickettab .nav-item .nav-link {
        padding: 16px 30px;
    }

    .ticketCard {
        margin: 24px 0px;
    }

    .viewtickettab {
        padding-bottom: 0px;
    }

    .ticket_chip_cardview {
        margin: 0px 0px;
    }

    .ticket_chip_cardview .image_section img {
        aspect-ratio: unset !important;
        max-height: inherit;
    }

    .ticketCard {
        border: 0.804px solid #D7D7D7;
        box-shadow: none;
    }

    .ticket_content .scanner_section {
        margin-top: 10px;
    }
    .booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h1{
        font-size: 12px;
    }
    .booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h2, 
    .booking_ticket_viewcard .booking_ticket_viewheader .ticket_title h3{
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .booking_ticket_viewcard {
        margin: 32px 0px !important;
    }

}

@media (min-width: 991px) and (max-width: 1100px) {

    .ticket_chip_cardview {
        gap: 25px;
    }

    .ticket_chip_cardview .ticket_content {
        width: 62%;
    }
}


@media (min-width: 1600px) {
    .ticket_chip_cardview .image_section {
        width: 261px;
    }

    .ticket_chip_cardview .img_sec .max-h-80p {
        max-height: 100px;
        height: 100px !important;
    }

    .ticket_chip_cardview .ticket_content {
        margin: auto;
    }

    .ticket_chip_cardview .ticket_detail {
        padding-bottom: 24px;
    }
}