﻿
.ticketTemplateHeaderRight {
    font-weight: 400;
    font-family: " Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    padding-right: 20px;
    width: 100%;
    text-align: right;
    letter-spacing: 1px;
}

.ticketTemplateHeaderLeft {
    font-weight: 400;
    font-family: " Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: white;
    padding-right: 20px;
    /* width: 100%; */
    text-align: right;
    letter-spacing: 1px;
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    position: relative;
}

.ticketTemplate {
    width: 780px;
    border-bottom: 1px dashed;
    margin-bottom: 10px;
}

.ticketBlockStart { 
}

    .ticketBlockStart:after {
        display: inline;
    }

.ticketTemplateText {
    margin-top: -212px;
    margin-bottom: 20px;
}

.ticketTemplateBodyRight {
    margin-left: 94px;
    margin-top: 20px;
    font-weight: 400;
    font-family: " Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}

.ticketTemplateInnerPara {
    font-size: 12px;
    margin-bottom: 2px;
    font-family: monospace;
}

.ticketTemplateBodyLeft {
    margin-top: 12px;
    font-weight: 400;
    font-family: " Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    display: inline-block;
    margin-left: 10px;
}

.ticketTemplateInnerLeftPara {
    font-size: 9px;
    margin-bottom: 2px;
    font-family: monospace;
    margin-left: 6px;
}

.qRCode {
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    display: inline-block;
}

.serialNoTxt {
    margin-top: -6px;
    margin-left: 14px;
    font-family: monospace;
}

.btn.focus, .btn:focus, .btn:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 0px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

    .btn:hover img {
        transform: translateX(10px);
        transition: .5s all;
    }

.nav-dropdown {
    background-color: rgb(53 111 119 / 74%) !important;
}

.row {
    padding-bottom: 5px !important;
}

.bookingTitle {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h6, .heading-6 {
    font-size: 18px;
    line-height: 1.5;
}

.clnd {
    background-image: url(/images/clnd.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 29px;
}

.txtCss {
    margin-top: 5px;
}

.txtCss {
    width: 95%;
    margin-left: 3px;
    border: 0px none transparent;
    border-bottom: 1px solid #cdcdcd;
    height: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: red;
    background-color: white;
    padding-left: 5px;
}

    .txtCss:focus {
        outline: none;
        border-bottom: 1px solid red;
        transition: all 1000ms ease;
    }

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.button-lg {
    padding: 14px 22px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .button-lg {
        padding: 14px 72px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.price-box-1 .button-lg {
    padding: 10px 30px;
}

@media (min-width: 992px) {
    .price-box-1 .button-lg {
        padding: 14px 72px;
    }
}

.blurb-boxed-2 .button-lg {
    max-width: 100%;
}

.button-circle {
    border-radius: 30px;
}

.button-round {
    border-radius: 5px;
}

.button.button-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

    .button.button-icon .icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: inherit;
        font-size: 1.2em;
        line-height: 1em;
    }

.button-primary {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

.button-primary {
    background-image: -webkit-linear-gradient(left, #f23637 0%, #fc0b68 100%);
    background-image: linear-gradient(to right, #f23637 0%, #fc0b68 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF23637', endColorstr='#FFFC0B68', GradientType=1);
    background-repeat: no-repeat;
    position: relative;
    transform: translateZ(0);
}

.button {
    width: 95%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
    padding: 14px 40px;
    font-size: 16px;
    line-height: 1.25;
    border: 0 solid;
    border-radius: 40px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 95% !important;
    }

    .setBgColor {
        background-color: #ffffffd6;
        height: 85vh;
        overflow: auto;
    }

    .customplaceholder {
        padding-right: 60px;
    }

    .pageTitle {
        display: inline-grid;
        top: 0px;
        margin-left: 5px;
        position: relative;
    }

    .pageTitleImg {
        display: inline-flex;
        width: 50px;
        height: 50px;
    }

    .receiptSubHeading3 {
        width: 15%;
    }

    .receiptSubHeading2 {
        width: 54%;
    }

    .receiptSubHeading {
        width: 25%;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 95% !important;
    }

    .setBgColor {
        background-color: #ffffffd6;
        height: 85vh;
        overflow: auto;
    }

    .receiptSubHeading3 {
        width: 15%;
    }

    .receiptSubHeading2 {
        width: 54%;
    }

    .receiptSubHeading {
        width: 25%;
    }

    .customplaceholder {
        padding-right: 60px;
    }

    .pageTitleImg {
        display: inline-flex;
        width: 50px;
        height: 50px;
    }

    .pageTitle {
        display: inline-grid;
        top: 0px;
        margin-left: 5px;
        position: relative;
    }
}

@media (max-width: 768px) {
    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: 97% !important;
    }

    .setBgColor {
        background-color: #ffffffd6;
        height: 145vh;
    }

    .receiptSubHeading3 {
        width: 100%;
    }

    .receiptSubHeading2 {
        width: 100%;
    }

    .receiptSubHeading {
        width: 100%;
    }

    .customplaceholder {
        padding-right: 20px;
    }

    .pageTitle {
        display: inline-grid;
        top: -16px;
        margin-left: 5px;
        position: relative;
        font-size: 15px;
        margin-top: 14px;
    }

    .pageTitleImg {
        display: inline-block;
        width: 30px;
        height: 30px;
        top: -17px;
        position: relative;
    }
}

.customplaceholder {
    height: 22px;
    font-size: 11px;
    height: 19px;
    border-radius: 10px;
    padding-top: 2px;
    position: sticky;
    font-weight: bold;
    text-align: right;
    font-family: sans-serif;
    color: red;
    z-index: 0;
    width: fit-content;
    float: right;
    margin-top: -20px;
}

mark {
    background-color: #e2cad46e;
    color: dimgrey;
    border: 1px solid #d8d6d3;
    border-radius: 11px;
}

.holiday {
    background-color: red;
}

    .holiday span {
        background: red !important;
        color: black !important;
    }

.weekOff {
    background-color: #ffd800;
}

    .weekOff span {
        background: #ffd800 !important;
        color: black !important;
    }

@media print {

    .ticketTemplateHeader div {
        color: white !important;
    }
}
