@page {
    margin: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    overflow: hidden;
}

/* Using the four safe area inset values with no fallback values */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'icomoon';
    src: url('../../assets/fonts/checkinera-icons.eot?giqhjb');
    src: url('../../assets/fonts/checkinera-icons.eot?giqhjb#iefix') format('embedded-opentype'),
        url('../../assets/fonts/checkinera-icons.ttf?giqhjb') format('truetype'),
        url('../../assets/fonts/checkinera-icons.woff?giqhjb') format('woff'),
        url('../../assets/fonts/checkinera-icons.svg?giqhjb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tc-pc-button .icon-list:before {
    content: "\e90d";
}

.tc-conf-button .icon-list:before {
    content: "\2699";
    font-size: 1.5em;
    line-height: 0;
}

.icon-list:before {
    content: "\e900";
}

.icon-wireless:before {
    content: "\e901";
}

.icon-wireless-offline:before {
    content: "\e907";
}

.icon-home:before {
    content: "\e909";
}

.icon-barcode:before {
    content: "\e90a";
}

.icon-arrow:before {
    content: "\e90b";
}

.icon-camera:before {
    content: "\e90c";
}

.icon-checked:before {
    content: "\e90d";
}

.icon-power:before {
    content: "\e90e";
}


.barcode-main img {
    display: none;
}

.barcode-main .price-box img,
.barcode-main .opt-icons img {
    display: block;
}

.barcode-main .opt-icons img {
    width: 100px;
    margin: 20px auto 0px;
}

.APP_TITLE {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    height: 100vh;
    position: relative;
    margin: 0em auto !important;
    padding: 0em !important;
    max-width: 100% !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    -webkit-appearance: none;
    outline: none;
    border: none;
    padding: 16px 50px;
    font-size: 1.1em;
    border-radius: 3px;
    margin: 35px 0 0 0;
    font-weight: bold;
    letter-spacing: 0.02em;
}

@media screen and (max-width : 558px) {
    button {
        padding: 16px 40px;
        width: 100%;
    }

}

.tc-clear {
    clear: both;
}

/* LOGIN SCREEN */

.tc-login-wrap {

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#tc_login_form {
    width: 450px;
    margin: 0 auto;
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    border: 1px solid;
    height: 55px;
    padding: 12px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.1em;
    width: 100%;
    transition: border linear 0.1s;
    -webkit-transition: border linear 0.1s;
    -moz-transition: border linear 0.1s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    outline: none;
    border: 1px solid;
}

.dp-wrap {
    padding: 23px 17px;
    width: 100%;

}

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

    ul li .dp-wrap {
        position: fixed;
        top: 0;
        width: 260px;
        margin: 0 auto;
        left: 39%;
    }
}

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

    ul li .dp-wrap {
        position: fixed;
        top: 0;
        width: 260px;
        margin: 0 auto;
        left: 25%;
    }
}

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

    ul li .dp-wrap {
        position: fixed;
        top: 0;
        width: 260px;
        margin: 0 auto;
        left: 22%;
    }
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}


body select {
    font-size: 18px;
    width: 100%;
    background: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #fff;
    padding: 12px 14px !important;
    background-position:
        calc(100% - 21px) calc(1em + 7px),
        calc(100% - 16px) calc(1em + 7px),
        100% 0 !important;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em !important;
    background-repeat: no-repeat !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    line-height: 27px;
    cursor: pointer;
    border-radius: 3px;
    border-color: #000;
}

body select option {
    color: #000 !important;
}

ul li select {
    padding: 12px 50px 12px 14px !important;

    color: #fff !important;
    border-color: #ff9900;
}

.login-pb-wrap .dp-wrap select {
    padding: 12px 50px 12px 14px !important;
    color: #fff !important;
    border-color: #ff9900;
}

.login-pb-wrap {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 35px;

}



.login-pb-wrap .dp-wrap {
    padding: 0px;
    flex: 1;
}


@media screen and (max-width : 820px) {
    .tc-content .tc-half .tc-title h2 .SOLD_TICKETS {
        padding-top: 80px !important;
        display: block;
    }

    .tc-content .tc-half .tc-title h2 .CHECKED_IN_TICKETS {
        padding-top: 80px !important;
        display: block;
    }
}

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

    .tc-content .tc-half .tc-title h2 .CHECKED_IN_TICKETS {
        padding-top: 0px !important;
        display: block;
    }
}

.login-pb-wrap button {
    margin-top: 0 !important;
    margin-left: 70px;
}

@media screen and (max-width : 500px) {
    .login-pb-wrap {
        flex-direction: column;
        row-gap: 20px;
        width: 100%;
    }

    .login-pb-wrap .dp-wrap {
        margin-right: 0px;
    }

    .login-pb-wrap button {

        margin-left: 0px;
    }

    .tc-login-button {
        width: 100%;
    }

}

.tc-login-wrap input[type="text"],
.tc-login-wrap label {
    width: 100%;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.95em;
}

.tc-login-input-wrap {
    margin: 0 0 20px 0;
}

.tc-login-input-wrap label {
    margin-bottom: 8px;
    display: inline-block;
    letter-spacing: 0.04em;
}

/* AUTO LOGIN */

.tc-notification {
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 10px;
    border-radius: 3px;
    margin-bottom: 0px;
    display: none;
}

.barcode_holder .barcode-main.check-in .tc-notification {
    font-weight: 500 !important;
}

.tc-notifications-wrap .tc-notification {
    text-align: left;
}

.tc-auto-login {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 18px 0;
    float: left;
}

.tc-auto-login input[type="checkbox"] {
    float: right;
}

.tc-auto-login .login-text {
    margin: 8px 0 0 0;
    font-size: 1em;
    font-family: 'Open Sans', arial sans-serif;
    font-weight: lighter;
    display: inline-block;
}

.tc-auto-connect {
    width: 27%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 18px 0;
    font-weight: bold;
}

.tc-auto-connect input[type="checkbox"] {
    float: right;
}

.tc-auto-connect .auto-connect-text {
    margin: 8px 0 0 0;
    font-size: 1em;
    font-family: 'Open Sans', arial sans-serif;
    font-weight: bold;
    display: inline-block;
}

input[type="checkbox"]+span.tc-auto-connect-image {
    display: inline-block;
    width: 58px;
    height: 36px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    float: right;
}

.tc-login-button {
    -webkit-transition: all 0.2s linear;
    float: right;
}

.tc-login-button:hover {
    cursor: pointer;
    opacity: 0.7;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+span.tc-login-image {
    display: inline-block;
    width: 58px;
    height: 36px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    float: right;
    background-color: #fff;
}

.tc-sidebar {
    width: 280px;
    height: 500px;
    float: left;
    position: relative;
    z-index: 10;
    background-color: #121212;
    border-right: 1px solid #333333;
}

.tc-sidebar-mask {
    width: 280px;
    position: absolute;
    height: 100%;
    z-index: 3;
    border-right: 1px solid;
    background-color: #121212 !important;
}

.tc-sidebar h1 {
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 19px 30px 20px;
    margin-top: 0px !important;
}

.tc-sidebar ul li {
    border-top: 1px solid;
}

.tc-sidebar ul li span.tc-menu-icon {
    margin-right: 14px;
    font-size: 1.6em;
    margin-top: -4px;
    display: block;
}

.tc-sidebar ul li:last-child {
    border-bottom: 1px solid;
}

.tc-sidebar ul li:last-child:hover {
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-top-color: rgba(255, 255, 255, 0.2);
}

.tc-sidebar ul li a {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 23px 17px 23px 20px;
    /*display: inline-block;*/
    width: 100%;
    transition: all 0.2s linear;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media only screen and (max-width: 820px) {
    .tc-sidebar ul li a {
        padding: 17px !important;
    }
}

.tc-checkin-button,
.tc-right-m {
    float: right;
    padding-left: 90px;
    padding-right: 90px;
    margin-right: 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 1s linear;
    -webkit-transition: all 0.5s linear;
    -all-transition: all 0.5s linear;
}



.tc-content {
    width: calc(100% - 280px);
    float: left;
    height: 100dvh;
}

.online_status {
    display: inline-block;
}

.tc-status-wrap {
    width: 280px;
    position: absolute;
    bottom: 5px;
    z-index: 9999;
    text-align: center;
    left: 0;
    background-color: #121212;
    border-right: 1px solid #333333;
}

.online {
    display: block;
    width: 48px;
    height: 48px;
}

.offline {
    display: none;
    width: 48px;
    height: 48px;
    opacity: 0.4;
}

/* STATS */

.tc-half {
    width: 50%;
    float: left;
}

.btn-mmcn-off {
    background-color: #1A1A1A !important;
    border: 1px solid #333333;
    padding: 13px 30px !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ordr-id {
    color: #d9ba8c;
    padding-top: 6px;
    display: block;
}

#ordr-pmt {
    color: #d9ba8c;
    padding-top: 6px;
    display: block;
}

.btn-mmcn-off:hover {
    background-color: #ff9900;
}

.tc-title {
    border-bottom: 1px solid;
    background-color: #121212 !important;
}

@media screen and (max-width : 992px) {
    .tc-half .tc-title {
        display: block !important;
    }
}

.tc-title h2 {
    text-align: center;
    padding: 29px 0 29px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: bold;
}

.tc-title h2:first-child {
    border-right: 1px solid;
}

.tc-half-content .tc-ticket-info-wrap {
    position: relative;
    height: 78vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 530px) {
    .tc-half-content .tc-ticket-info-wrap {

        padding-bottom: 100px;
    }
}

.tc-half-content span.tc-ticket-info {
    font-size: 6em;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    height: 177px;
}

.tc-login {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tc-content-heading input {
    float: right;
}

.tc-content-heading h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin: 30px 0 31px 30px;
}

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

    .tc-content-heading h2 {

        margin: 23px 10px 20px 10px;
    }

    .tc-list-search {
        width: 170px;
        margin-left: auto;
    }
}

@media screen and (max-width : 820px) {
    .tc-content-heading {
        padding-top: 80px;
    }
}

.tc-content-heading input {
    height: 45px;
    margin: 17px 23px 0 0;
    border: none;
    width: 350px;
    padding: 0 17px 0;
    font-size: 1em;
    font-weight: lighter;
    font-family: 'Open Sans', Arial, sans-serif;
}

.tc-content-heading input:focus {
    border: none;
}

.tc-list-search button {
    width: 24px;
    height: 24px;
    float: right;
    position: absolute;
    right: 40px;
    top: 0;
    padding: 0;
    margin: 28px 0 0 0;
}

.tc-list-search button:hover {
    background-position: 0 -34px;
    cursor: pointer;
    background-color: transparent;
}

.tc-tickets-one a.tc-list-link {
    width: 34px;
    height: 34px;
    float: right;
}

.tc-tickets-list,
.attendee-details-wrap {
    overflow: auto;
    height: calc(100vh - 84px) !important;
    padding-bottom: 300px !important;

}

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

    .tc-tickets-list,
    .attendee-details-wrap {

        padding-bottom: 400px !important;

    }

}

.tc-tickets-one {
    padding: 18px 32px;
    cursor: pointer;

}

.empty-list .tc_selectable {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;

}

.tc-tickets-one:hover .tc_list_link {
    background-position: 0 -47px;
}

.tc-tickets-one h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}

.tc-tickets-one .tc-ticket-info {
    font-size: 0.8em;
    margin-right: 10px;
}

.tc-tickets-one .tc-ticket-info span {
    font-weight: bold;
    font-family: 'Open Sans', Arial, helvetica;
}

.tc-tickets-one a.tc-list-link {
    margin: -20px 0 0 0;
}

.tc-tickets-one a.tc-list-link:hover {
    cursor: pointer;
}

.tc-tickets-one a.tc-list-link:hover {
    background-position: 0 -47px;
}


/* SINGLE LIST */

.tc-ticket-info-single {
    width: 100%;
    padding: 25px 33px 15px;
    border: 1px solid;
    position: relative;
}

.tc-ticket-info-single h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 6px;
}

.tc-ticket-info-single>span {
    float: left;
    display: inline-block;
    width: 100%;
    font-size: 0.95em;
    margin-top: 7px;
    font-family: "open sans", arial, sans-serif;
    font-weight: lighter;
}

.tc-ticket-info-single span .ticket_field_value {
    font-weight: bold;
}

.tc-buyer-address span.tc-span-wrap {
    font-weight: bold;
    width: 100%;
    float: left;
    padding: 16px 35px;
    border-bottom: 1px solid #d3d7d9;
    font-size: 0.97em;
    font-family: "open sans", Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 0.001em;
    line-height: 1.4em;
}

.tc-buyer-address span.tc-span-wrap span {
    display: inline;
    font-weight: bold;
}

.tc-checkins {
    float: left;
    width: 100%;
}

.tc-checkins h4 {
    padding: 20px 35px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.tc-checkins ul {
    padding-bottom: 30px;
}

.tc-checkins ul li {
    border-bottom: 1px solid;
    padding: 13px 0 13px 35px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.97em;
    font-weight: lighter;
}

ul li {
    margin-bottom: 0 !important;
}

.tc-checkins ul li:last-child {
    border-bottom: 0px solid red;
}

.tc-notifications-wrap {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*border-top: 1px solid;*/
    /*width: calc(100% - 280px);*/
    right: 0;
    padding: 20px 0;
}

.tc-notifications-wrap .tc-notification {
    width: 400px;
    display: block;
    float: left;
    margin-left: 0px;
    margin-bottom: 0;

}

@media only screen and (max-width: 730px) {
    .tc-notifications-wrap .tc-notification {
        margin-left: 0px !important;
    }
}

.tc-notifications-wrap button {
    margin-top: 0;
}

a.tc-back-arrow {
    position: absolute;
    right: 30px;
    top: 45px;
    width: 34px;
    height: 34px;
}

a.tc-move-arrow {
    right: 18px;
    top: 18px;
}

a.tc-back-arrow:hover {
    background-position: 0 -47px;
}

/* BARCODE SCANNER */

.barcode_holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 80px);
    background-color: #121212;
}

@media screen and (max-width : 569px) {
    .barcode_holder {
        height: calc(100vh - 60px);
        padding: 20px;
    }
}

.barcode-main {
    text-align: center;

}

.barcode_holder .barcode-main.check-in {
    text-align: center;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    padding: 20px;
    border-radius: 10px;
}

.camera {
    min-height: 70px;
    background-size: 70px;
    font-size: 60px;
    color: #6B5F89;
}

.tc_events_page_tc_barcode_reader #footer-thankyou,
.tc_events_page_tc_barcode_reader #footer-upgrade {
    display: none;
}

input[type=text]#barcode {
    width: 350px;
}

.barcode_holder h1 {
    font-size: 3em;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    /* margin: 20px 0 10px; */
    /* background-color: #121212; */
    padding: 0 10px 16px;
    /* border-bottom: 1px solid #333333; */
    color: #fff5e5 !important;
}

.barcode_holder .barcode-main.check-in h1 span.CHECK_IN {
    color: #fff5e5;
}

.barcode_holder input#barcode {
    padding: 20px;
    width: 450px;
    margin: 15px 0 10px 0;
    box-shadow: none;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    color: #fff;
}

.barcode_holder p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
}

.tc_events_page_tc_barcode_reader {
    height: auto;
}

.barcode_holder .barcode_status {
    font-size: 1.4em;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 23px 0;
    width: 100%;
    text-align: center;
    margin: 60px 0 20px 0;
}

.barcode_holder table {
    width: 100%;
    font-size: 1.2em;
    font-weight: normal;
    font-family: Arial, sans-serif;
    border: 1px solid;
    border-spacing: 0;
    overflow-x: auto;
}

.barcode_holder table tr th,
.barcode_holder table tr td {
    padding: 20px 0 10px;
    font-weight: normal;
    font-size: 0.85em;
    border-bottom: 1px solid #333333 !important;
}

.barcode_holder table tr td {
    font-size: 0.8em;
    color: #fff5e5 !important;
}

.barcode_holder table tr th {
    font-weight: 700;
    background-color: #1a1a1a !important;
    color: #fff5e5 !important;
}

.barcode_holder #tc-additional-info {
    margin: 45px 0 0 0;
}

.barcode_holder .ui-tabs-anchor {
    padding: 20px 25px;
    border: 1px solid;
    font-size: 1em;
    font-family: Arial, sans-serif;
    outline: none;
    box-shadow: none !important;
    font-weight: normal;
    text-decoration: none;
    z-index: 9;
    position: relative;
    margin-left: -1px;
    float: left;
    font-weight: bold;
}

.barcode_holder .ui-tabs-active a {
    border-bottom: 1px solid transparent;
}

.barcode_holder ul {
    width: 100%;
    float: left;
}

.barcode_holder ul li {
    /*float: left;*/
    display: inline-block;
}

.barcode_holder div.ui-tabs-panel {
    float: left;
    border: 1px solid;
    width: 100%;
    margin: -2px 0 0 0;
}

.tc-custom-fields-wrap {
    padding: 30px 40px 20px;
}



.barcode_holder table {
    text-align: center;
}

.barcode_holder .tc-additional-info span {
    font-size: 0.95em;
    margin: 0 0 20px 0;
    display: inline-block;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
}

.barcode_holder .tc-custom-textarea span {
    margin-bottom: 0;
}

.barcode_holder .tc-custom-fields-wrap p {
    font-family: Arial, sans-serif;
    font-size: 0.95em;
    margin-top: 15px;
    letter-spacing: 0.01em;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.barcode_holder .tc-custom-input strong {
    font-weight: bold;
}

.barcode_holder .tc-buyer-info table thead {
    border-bottom: none;
}

.barcode_holder .tc-buyer-info table tr th {
    border-bottom: none;
    padding-bottom: 5px;
}

.barcode_holder .tc-buyer-info table tr td {
    padding-top: 7px;
    font-weight: bold;
}

.barcode_holder .tc-buyer-info table tfoot td {
    text-align: right;
    border-top: 1px solid;
    padding-top: 30px;
}

.barcode_holder .tc-buyer-info table tfoot td span {
    margin-right: 45px;
}

.barcode_holder .tc-buyer-info table tfoot span {
    font-size: 1em;
    font-weight: lighter;
}

.barcode_holder .tc-buyer-info table tfoot span strong {
    font-weight: 700;
}

.barcode_holder .tc-buyer-info {
    border: 1px solid;
}

.barcode_holder .tc-buyer-info table {
    border: none;
    border-bottom: 1px solid;
}


.barcode_holder .tc-checkins table {
    border: none;
    border-bottom: 1px solid;
}

.barcode_holder .tc-checkins table tr td:first-child,
.barcode_holder .tc-checkins table tr th:first-child {
    text-align: left;
    padding-left: 25px;
}

.barcode_holder .tc-checkins table tr td a.tc-delete-checkin {
    font-size: 2em;
}

.preloader {
    display: block;
    width: 128px;
    height: 128px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;

    transform: translate(-50%, -50%);
}

.tc_selectable {
    -webkit-user-select: text;
    cursor: text;
    min-width: 100px;
}

h3.tc_selectable {
    display: inline-block;
}

/*SCAN-MOD*/

.tc-list-search button {
    display: none;
}

.tc-ticket-additional-info>span {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0 0;
    line-height: 1.3em;
}

.tc-ticket-additional-info {
    width: 100%;
    overflow: hidden;
    transition: height 0.4s linear;
}

.tc-additional-info-hide {
    width: 100%;
    height: 14px;
    font-size: 16px;
    margin-top: 5px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    text-align: center;
}

.tc-additional-info-hide:hover {
    cursor: pointer;
}

.tc-additional-info-hide.tc-turn-arrow {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}


.tc-hide-additional-info {
    height: 0;
    transition: height 0.4s linear;
}


.tc-close {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.tc-close.tc-rounded::before,
.tc-close.tc-rounded::after {
    border-radius: 5px;
}

.tc-close.tc-heavy::before,
.tc-close.tc-heavy::after {
    height: 12px;
    margin-top: -6px;
}

.tc-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tc-close::before,
.tc-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.tc-close.tc-rounded::before,
.tc-close.tc-rounded::after {
    border-radius: 5px;
}

.tc-close.tc-heavy::before,
.tc-close.tc-heavy::after {
    height: 12px;
    margin-top: -6px;
}

.tc-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tc-checkmark {
    display: inline-block;
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    position: relative;
    height: 26px;
    width: 46px;
}

.tc-checkmark:before {
    content: " ";
    display: block;
    border: solid 0.8em #72C1A0;
    border-radius: 0.8em;
    height: 0;
    width: 0;
    position: absolute;
    left: 0.5em;
    top: 27%;
    margin-top: -30px;
}

.tc-checkmark:after {
    width: 0.3em;
    content: " ";
    display: 0.3em;
    width: 0.6em;
    height: 1.4em;
    border: solid #fff;
    border-width: 0 0.4em 0.4em 0;
    position: absolute;
    left: 1em;
    top: 40%;
    margin-top: -14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.notifyjs-bootstrap-success,
.notifyjs-bootstrap-info,
.notifyjs-bootstrap-warn,
.notifyjs-bootstrap-error {
    height: 79px;
    border-radius: 0 !important;
}


body .notifyjs-wrapper .notifyjs-bootstrap-base {
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

body .notifyjs-corner .notifyjs-wrapper,
body .notifyjs-corner .notifyjs-container,
body .notifyjs-corner {
    margin: 0;
}

.tc-login-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0;
    display: inline-block;
}

.tc-login-logo img {
    max-width: 100%;
}

.tc-tickets-one a.tc-list-link,
a.tc-back-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

a.tc-back-arrow {
    transform: rotate(180deg);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 85px;
    height: 85px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

.tc-notifications-wrap,
.online_status {
    display: none;
}

/* CHECKINERA DIALOG BOX */

.checkinera-dialog-box .ui-dialog-titlebar-close {
    display: none;
}

.checkinera-dialog-box {
    background-color: #fff;

    z-index: 9999;
}

.checkinera-dialog-box .ui-dialog-titlebar {
    background-color: #6B5F89;
    padding: 20px 25px;
}

.checkinera-dialog-box .ui-dialog-titlebar span {
    color: #fff;
    font-weight: bold;
}

.checkinera-dialog-box .ui-dialog-content {
    padding: 20px;
}

.checkinera-dialog-box .ui-dialog-buttonset {
    text-align: center;
    margin-bottom: 10px;
}

.checkinera-dialog-box .ui-dialog-buttonset button {
    margin: 0 10px;
    padding: 16px 30px;
}

#checkinera-singout .checkinera_signout_cancel {
    background-color: transparent !important;
    color: #6b5f89;
}

.checkinera-dialog-box .ui-dialog-buttonset button:nth-child(2):hover {
    color: #ffdf3b;
}

.tc-dialog-content button:hover {
    cursor: pointer;
}

#checkinera-singout {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.31);
    position: absolute;
    top: calc(50% - 91px);
    left: calc(50% - 185px);
    display: none;
    z-index: 999;
}


#checkinera-singout .tc-dialog-title {
    width: 100%;
    background-color: #6b5f89;
    color: #fff;
    display: inline-block;
    padding: 20px;
}

.tc-dialog-content {
    padding: 10px;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

#purchase-frm label {
    color: #fff5e5 !important;
}

#c-type,
#c-payment {
    background: #FFF;
    margin-top: 14px;
    border-color: #D8D8D8;
    color: #5e5e5e;
    width: 100%;
    height: 55px;
    font-size: 1.1em;
}

form#purchase-frm.overlay {
    display: none;
}

form#purchase-frm.disabled {
    opacity: 0.4;
    cursor: progress;
    position: relative;
}

.disabled .overlay {
    background: transparent;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: absolute;
    pointer-events: none;
}

/* Allow points input field to remain interactive even when form is disabled */
form#purchase-frm.disabled #points-to-redeem,
form#purchase-frm.disabled #pay-with-rewards,
form#purchase-frm.disabled .optculture-coupon-points-wrap label {
    pointer-events: auto;
    position: relative;
    z-index: 100000;
}

div#card_number,
#card_expiry,
#card_cvc {
    border: 1px solid #333333;
    padding: 12px 15px;
    border-radius: 4px;
    margin-top: 19px;
    background-color: #1a1a1a;
}

.barcode-main .left,
.barcode-main .right {
    float: left;
    width: 48%;
}

.barcode-main .right {
    float: right;
}


.barcode-main #purchase-frm input[type="text"],
.barcode-main #purchase-frm input[type="password"],
.barcode-main #purchase-frm input[type="email"],
.barcode-main #purchase-frm input[type="number"],
.barcode-main #purchase-frm select {
    width: auto;
}

.barcode-main .counter-wrap {
    /*width: 150px;*/
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

.barcode-main #purchase-frm .counter-wrap input {
    width: 80px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #0a0505;
    color: #FFFFFF;
    appearance: none;
    outline: 0;
    height: 30px;
}

.barcode-main .counter-wrap span {
    border-radius: 4px;
    display: block;
    font-size: 2.1em;
    padding: 0 10px;
    cursor: pointer;
    color: #0a0505;
    user-select: none;
    border: 1px solid #ccc;
    background: #CCC;
    font-weight: bold;
}

.barcode-main .counter-wrap span.down {
    margin-right: 8px;
}

.barcode-main .counter-wrap span.up {
    margin-left: 8px;
}



.tc-purchase .barcode_holder {
    overflow-y: auto;
    margin-top: 2%;
    display: block;
    text-align: center;
    /*width: 60%;*/
    margin: 0 auto;
    background-color: #121212;
}

.tc-purchase .barcode_holder .inline-fld {
    width: 48% !important;
    float: left;
    display: inline;
    margin-top: 0px !important;
    height: 50px !important;
}

.tc-purchase .barcode_holder .inline-fld.right {
    float: right;
}

.tc-purchase .counter-wrap {
    float: left;
    text-align: center;
    /*width: 49%;*/
}

.tc-purchase .p-wrap {
    float: left;
    text-align: center;
    width: 49%;
}

.tc-purchase .form-group {
    margin: 10px;
}

.tc-tconf h1 span.TERMINAL_CONFIGURATIONS, .tc-purchase h1 span.PURCHASE_TICKETS {
    font-size: 0.6em;
    font-weight: bold;
}

#c-payment {
    margin: 0 auto;
    float: none;
}

.tc-purchase .barcode-main .counter-wrap span.label {
    background: #FFF;
    border: none;
    font-size: 20px;
    color: #5e5e5e;
}

.tc-purchase label.label {
    margin-top: 10px;
    display: none;
}

.p-wrap span.btn button {
    height: 20px;
    font-size: 14px;
    padding: 15px 15px;
    line-height: 0;
    cursor: pointer;
    margin-top: 0;
}

input#phone-n {
    margin-bottom: 11px;
}

#phone-n.disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 1200px) {
    .tc-purchase .row {
        width: 100%;
        padding: 0 18px;
    }

    .tc-purchase .form-group {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .tc-purchase .barcode_holder {
        /*width: 95%;*/
        background-color: #121212;
    }

    .tc-purchase .barcode_holder .inline-fld {
        width: 95% !important;
        float: none;
        display: block;
        margin: 10px !important;
        height: 50px !important;
        margin-bottom: 0px !important;
    }

    .tc-purchase .barcode_holder .inline-fld.right {
        float: none;
    }

    .tc-purchase .p-wrap {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 13px;
    }

    .tc-purchase .counter-wrap {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 13px;
    }
}

@media only screen and (max-width: 450px) {
    .tc-purchase label.label {
        display: block;
    }

    .tc-purchase span.label {
        display: none;
    }

    .tc-purchase .barcode_holder .inline-fld {
        font-size: 85% !important;
    }
}

/* DD [ */
.pm-outer-wrap {
    display: flex;
    margin-top: 10px;
}

label.pm-label {
    flex: 1;
    text-align: left;
    line-height: 1.7;
}

.tc-purchase .barcode_holder .pm-label input[type="radio"] {
    width: 25px !important;
    float: left;
    display: inline-flex;
    height: 25px !important;
    margin: 0;
    margin-right: 10px;
}

.payment-st-wrap p.alert {
    margin-top: 10px;
    padding: 20px 0;
    text-wrap: balance;
    line-height: 120%;
}

.payment-st-wrap select {
    background: none;
}

.barcode-main .counter-wrap {
    width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    flex-direction: column;
    padding: 30px 0;
}

.barcode-main .counter-wrap .quantity {
    display: flex;
}

.barcode-main #purchase-frm .counter-wrap input {
    width: 100px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #0a0505;
    color: #FFFFFF;
    appearance: none;
    outline: 0;
    height: 30px;
}

.barcode-main .counter-wrap span {
    border-radius: 4px;
    display: flex;
    font-size: 2.1em;
    padding: 0 10px;
    cursor: pointer;
    color: #0a0505;
    user-select: none;
    border: 1px solid #ccc;
    background: #CCC;
    font-weight: bold;
    align-items: center;
    padding: 0 15px;
}

.form-group .label {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.pm-outer-wrap {
    display: flex;
    text-align: center;
    column-gap: 10px;
    margin: 0 auto;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    border-radius: 10px;

}

.pm-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.pm-outer-wrap input {
    display: none !important;
}

.pm-outer-wrap .pm-label {
    font-size: 16px;
    font-weight: 500;
    color: rgb(161, 160, 160);
    text-align: center !important;
}

@media screen and (max-width : 569px) {
    .pm-inner-wrap {
        flex-direction: column;
    }

    .pm-outer-wrap .pm-label {
        width: 100%;
    }
}

.pm-outer-wrap .radio-btn {
    border: 2px solid transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    padding: 10px;
}

.pm-outer-wrap .radio-btn:hover {
    background-color: #ff9900;
}

.pm-outer-wrap .radio-btn img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: brightness(0) invert(2);
}

.pm-outer-wrap input:checked+.radio-btn,
.active {
    color: #fff;
    font-weight: 600;
    background-color: #ff9900 !important;
}


.price-box {
    /* display: flex !important; */
    /*max-width: 600px;*/
    gap: 20px;
    margin: 0 auto;
    flex-wrap: wrap !important;
    justify-content: center;
    padding: 20px;
    flex: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 10px;
}


.tc-content {
    position: relative;
    /* background-color:#121212 !important; */
}

loading-overlay {
    position: relative;
}

.loading-overlay::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000a4;
    z-index: 1;
}

.spinner {
    /*position: relative;*/
    z-index: 99 !important;
    color: #fff;
    font-size: 25px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;

    display: flex;
    text-align: center;
    transform: translate(-50%, -50%);
    align-items: center !important;
    justify-content: center !important;

}

.body-spinner {
    z-index: 99 !important;
    color: #fff;
    font-size: 25px;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    display: flex;
    text-align: center;
    transform: translate(-50%, -50%);
    align-items: center !important;
    justify-content: center !important;
    background-color: #000000a4;
}

/*.tc-content::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-color: rgba(0, 0, 0, 0.87);*/
/*    z-index: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.spinner-border {
    position: relative;
    z-index: 2;
    color: #fff;
}

.price-box .price-wrap {
    width: 100%;
    border-radius: 10px;
    flex: 0 0 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    position: relative;
    text-align: center;
    min-height: 130px;
    flex-direction: column;
    row-gap: 0px;
    cursor: pointer;
    padding: 10px 10px !important;
    background-color: #e9a747;
    padding: 10px;
    /* box-shadow: 6px 6px 5px #d7d8d9; */
}

.price-box .price-wrap:has(.active) {
    background-color: #71BB62 !important;
}

.price-box .price-wrap:has(.active) .price {
    background-color: #71BB62 !important;
}

.price-box .price-wrap:has(.active) .counter-wrap {
    background-color: #71BB62 !important;
}

/* @media screen and (max-width : 768px) {
    .price-box {
        padding: 0px 10px !important;
    }

    .price-box .price {
        max-width: calc(50.3% - 10px);
    }
}

@media screen and (max-width : 412px) {
    .price-box .price {
        max-width: calc(99% - 10px);
    }
} */
@media screen and (max-width : 560px) {
    .barcode_holder .barcode-main {
        padding: 0px;
    }

    .check-in {
        padding: 20px !important;
    }


}

@media screen and (max-width : 412px) {
    .barcode-main {
        width: 100% !important;

    }
}

/* .purchase label.label {
    display: none;
} */

select #st-location {
    padding: 12px 34px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.price-box .price h3 {
    /* font-size: 30px; */
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
}

.price-box .price h3 del {
    font-size: 25px;
    color: #CCCCCC;
}

.price-box .active {
    border: 2px solid #71bb62 !important;
    /* box-shadow: 6px 6px 5px #d7d8d9 !important; */
    box-shadow: none !important;
}

.price-box .price p {
    color: #FFFFFF;
    font-size: 15px;
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
}

button#c-submit {
    background-color: #ff9900;
    color: #fff5e5;
    margin-bottom: 70px;
    cursor: pointer;
}

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

    button#c-submit {

        margin-bottom: 120px;
    }
}

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

    button#c-submit {

        margin-bottom: 150px;
    }
}

.payment-wrap.form-group {
    margin: 20px 0 0;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    border-radius: 10px;
}

.payment-st-wrap.form-group {
    margin: 20px 0 0;
    text-align: center;
    padding: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    border-radius: 10px;
}

.payment-st-wrap.form-group .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

select#st-location {
    padding: 12px 14px !important;
    /* margin-right: 10px !important; */
}

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

    select#st-location {
        padding: 12px 10px !important;
        margin-right: 0px !important;

    }

    body select {
        padding: 12px !important;
    }


}

.pm-outer-wrap .ntl-lbl .radio-btn .ntl-black {
    display: block;
}

.pm-outer-wrap .ntl-lbl.ntl-checked .radio-btn .ntl-black {
    display: none;
}

.pm-outer-wrap .ntl-lbl .radio-btn .ntl-white {
    display: none;
}

.pm-outer-wrap .ntl-lbl.ntl-checked .radio-btn .ntl-white {
    display: block;
}

/* @media screen and (max-width : 768px) {
    select#st-location-rdr {
        /* margin-top: 10px !important; */
}
}

*/ .price-box .edit {
    position: absolute;
    top: 5px;
    right: 5px;
}

.price-box .edit img {
    width: 20px;
    aspect-ratio: 1/1;
}

.m-c .modal-header h5 {
    font-size: 18px;
    font-weight: 700;
    color: #5e5e5e;
}

.m-c .modal-body .form-label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    padding-bottom: 5px;
}

.m-c .modal-body .form-control {
    color: #5e5e5e;
    padding: 10px;
    box-shadow: none;
}

.m-c .modal-body .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.m-c .modal-footer button {
    background-color: #71bb62;
    color: #fff;
    outline: 0;
    margin-top: 10px;
}

.m-c .modal-footer button {
    box-shadow: none;
}

.m-c .modal-footer .canecl {
    background-color: #BABABA;
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0.5;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer button {
    cursor: pointer;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

button.btn-close {
    display: none;
}

@media (min-width: 268px) {
    .modal-dialog {
        max-width: 550px !important;
        width: 100%;
        /*margin: 150px auto;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

@media (max-width: 568px) {
    .modal-dialog {
        max-width: 350px !important;
        width: 100%;
        /*margin: 150px auto;*/
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

@media (min-width: 768px) {

    /*.modal-dialog {*/
    /*          width: 550px;*/
    /*          margin: 150px auto;*/
    /*      }*/
    /*  }*/
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

form.ntl-up-frm.running {
    opacity: 0.5;
    cursor: not-allowed;
}

a.btn.btn-danger.disconnect-pos {
    background: #de6e42;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.tc-print-button {
    float: right;
    padding-left: 90px;
    padding-right: 90px;
    /*margin-right: 20px;*/
    font-size: 1.2em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 1s linear;
    -webkit-transition: all 0.5s linear;
    -all-transition: all 0.5s linear;
}

.tc-notifications-wrap .tc-checkin-button {
    margin-right: 0px !important;
}

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

    .tc-checkin-button {
        padding: 16px 110px !important;
    }

}

.tc-notifications-wrap {
    width: 100% !important;
    padding: 20px !important;

}

.tc-notifications-wrap .tc-print-button {
    margin-right: 20px;
}

@media screen and (max-width : 972px) {
    .tc-notifications-wrap .tc-print-button {
        margin-right: 0px;
        margin-top: 20px;
    }

    .tc-notifications-wrap button {
        width: 100%;
    }
}

@media screen and (max-width : 912px) {
    .tc-content-heading h2 {
        display: block !important;
    }
}


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


    .tc-checkin-button {
        padding: 16px 0px !important;
    }

    .tc-print-button {
        padding: 16px 0px !important;
    }

}

@media screen and (max-width : 370px) {
    .tc-print-button {
        margin-bottom: 50px;
    }


}

.tc-single-list .tc-notifications-wrap .tc-notification {
    width: 100%;
    text-align: center;
}

button.disabled.tc-print-button {
    opacity: 0.5;
}

#paymentResponse p {
    color: red;
    font-size: 1.5rem;
    padding: 20px 9px;
    font-weight: 500;
}

/*.body-overlay {*/
/*  background-color: #000000a4;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    z-index: 999;*/
/*    position: absolute;*/
/*    display:flex;*/
/*    align-items:center;*/
/*    justify-content: center;*/
/*}*/

@media screen and (max-width : 598px) {
    .row .st-location-cls {
        width: 100% !important;
        text-align: center !important;
    }

    .row .st-location-rdr-cls {
        width: 100% !important;
        text-align: center !important;
    }
}

.tc-list-search {
    position: relative;
}

/*.tc-list-search button{*/
/*    position:absolute;*/
/*    top:19px;*/
/*    right:19px;*/
/*    margin-top:0;*/

/*}*/

/* .payment-total-wrap {
    margin-top: 30px;
} */


.body-spinner.flex {
    display: flex;
    flex-direction: column;
    background: rgb(0 0 0 / 80%);
    z-index: 10000 !important;
    gap: 15px;
}

.body-spinner.flex a {
    font-size: 20px;
    color: #53b2ff;
    display: inline-block;
}

.body-spinner .loader {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.body-spinner .loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 48%;
    top: 8px;
    background: #FF3D00;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width : 767px) {
    .barcode_holder h1 {
        font-size: 30px;
        text-transform: capitalize;
        overflow: visible;
        /* line-height: 130%; */
    }

    .tc-purchase .barcode_holder {
        padding: 20px;
    }

    .price-box .price {
        width: 100%;
        max-width: 100%;
    }

    .tc-content-heading {
        padding-top: 0;
    }

    .barcode_holder table tr th {
        text-align: left;
        padding: 14px 10px !important;
        /* border-right: 1px solid #ebebeb; */
    }

    .barcode_holder table tr td {
        padding: 11px !important;
        background: #1a1a1a;
    }
}

@media only screen and (max-width: 520px) {
    .barcode-main {
        width: 100%;
        padding: 20px;
    }
}

@media screen and (max-width: 560px) {
    .barcode_holder .barcode-main {
        padding: 0px;
    }
}

.price-wrap .price {
    margin-bottom: 20px;
    width: 100%;
}

.price-box .price-wrap .counter-wrap {
    padding: 0;
    margin: 0;
    margin-top: auto;
    visibility: hidden;
}

.price-box .price-wrap .counter-wrap.active {
    visibility: visible;
}

.price-box .price-wrap .counter-wrap span.label {
    background: no-repeat;
    color: black;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
}

.price-box .price-wrap .counter-wrap .quantity span {
    margin: 0;
    background: rgb(255 255 255 / 69%);
    border: 0;
    font-size: 25px;
}

.price-box .price-wrap .counter-wrap .quantity input {
    background: rgb(0 0 0 / 69%);
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 6px;
    width: 80px;
}

.price-box .price-wrap .counter-wrap .quantity span.down {
    border-radius: 4px 0 0 4px;
}

.price-box .price-wrap .counter-wrap .quantity span.up {
    border-radius: 0 4px 4px 0;
}

/* ] DD */

/* DD Purchase New Screens [ */
.order-details {

    margin: 0 auto;

    padding-top: 20px;
    max-width: 500px;
    width: 100%;
}

.order-details .order-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 20px;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width : 679px) {
    .order-details .order-action button {
        width: 100%;
    }

    .order-details .order-action .action {
        width: 100%;
    }

    .order-details .order-action .action a {
        width: 100%;
    }
}

.order-details .order-action .back {
    background-color: #1a1a1a;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #333333;
}

.order-details .order-action .back:hover {
    background-color: #ff9900;
}

.order-details .order-action .action a {
    background-color: #d9d9d9;
    border: 0;
    border-radius: 5px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width : 768px) {
    .order-details .order-action .action {
        margin-top: 10px;
    }
}

.order-details .order-tables {
    padding: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    border-radius: 10px;
    margin-top: 20px;
    overflow-x: auto;
}

.order-details .order-tables h3 {
    font-size: 18px;
    color: #fff5e5;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: left;
}

@media screen and (max-width : 569px) {
    .order-details .order-tables h3 {
        font-size: 16px;
    }
}


.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.order-details .order-tables table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.order-details .order-tables table td,
th {
    border: 1px solid transparent;
    text-align: left;
    padding: 8px;
}

.order-details .order-tables table tfoot {
    border-top: 1px solid #333333;
}

.payment-create {
    margin-top: 20px;
}

.order-details .payment-create h4 {

    font-size: 18px;
    color: #fff5e5;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}

@media screen and (max-width : 569px) {
    .order-details .payment-create h4 {
        font-size: 16px;
    }
}


.order-details .payment-create .payment-add {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.order-details .payment-create .payment-add img {
    width: 60px;
    height: 42px;
    cursor: pointer;
}

.order-details .con-pay {
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 20px auto;
}

.order-details .con-pay a {
    background-color: #71BB62;
    border: 0px;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    color: #fff;
}

.review-cart {
    background-color: #71bb62;
    padding: 16px 40px;
    color: #000;
    border-radius: 5px;
    margin: 20px auto 20px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

@media screen and (max-width : 579px) {
    .review-cart {
        display: block;
        width: 100%;
    }
}

.steps {
    display: none;
}

.steps.step-active {
    display: inherit;
    /* background-color: #1a1a1a; */
    /* border: 1px solid #333333; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    max-width: 100%;
    margin: 0 20px 100px;
}

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


@media screen and (max-width: 767px) {
    .confirmation {
        padding: 20px 0;
    }
}

@media screen and (max-width: 992px) {
    .PURCHASE_TICKETS {
        text-transform: uppercase;
    }
}

.confirmation {
    width: 100%;
    padding: 20px;
}

.confirmation .done-button {
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
}

.confirmation .done-button button {
    background-color: #ff9900;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 20px;
    color: #fff5e5;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirmation .done-button button img {
    width: 20px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.confirmation .c-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
}

.confirmation .c-p img {
    width: 100px;
}

.confirmation .c-p .cp-dollar {
    text-align: left;
    flex: 1;
}

@media screen and (max-width : 568px) {
    .confirmation .c-p .cp-dollar {
        float: 1;
        width: 100%;
    }

    .c-p {
        flex-direction: column;
    }

    .confirmation .c-p .cp-dollar h3 {
        font-size: 16px !important;
    }

    .confirmation .c-p .cp-dollar h2 {
        font-size: 24px !important;
    }

    .apply-code {
        grid-template-columns: 1fr !important;
    }

    .apply-code .couponcode-wrap {
        gap: 10px;
        grid-template-columns: 1fr !important;
    }

    .apply-code .couponcode-wrap input {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .apply-code .couponcode-wrap a {
        border-radius: 5px;
    }
}

.confirmation .c-p .cp-dollar h3 {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff5e5;
    text-transform: uppercase;
    line-height: 130%;
}

.confirmation .c-p .cp-dollar h2 {
    font-size: 30px;
    padding: 0px 0 10px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff5e5;
}

.confirmation .c-p .cp-dollar p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}

.confirmation .receipt-options {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #fff5e5;
}

.confirmation .options-cp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 500px;
    width: 100%;
    margin: 10px auto;
}

@media screen and (max-width : 568px) {
    .confirmation .options-cp {
        flex-direction: column;
    }
}

.confirmation .options-cp .input-mail {
    position: relative;
    width: 100%;
}

.confirmation .options-cp .input-mail img {
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 22px;
    transform: translate(-0%, -50%);
}

.confirmation .options-cp .input-mail input {
    padding: 17px 10px 17px 45px;
    background-color: #dbdbdb;
    border: 0;
    font-size: 16px;
    color: #000;
    width: 100%;
    border-radius: 5px;
}

.confirmation .options-cp .input-mail input:focus-visible {
    border: 0px;
    outline: 0;
}

.card-number {
    background-color: #1a1a1a;
    max-width: 500px;
    width: 100%;
    margin: 10px auto 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #333333;
}

.card-number .send {
    background-color: #000;
    border: 0px;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.confirmation .all-print {
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: 20px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
    grid-gap: 10px;
}

.confirmation .all-print button {
    display: block;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}
.confirmation .all-print button:hover{
    background-color:#ff9900;
}
@media screen and (max-width : 569px){
    .confirmation .all-print button{
        font-size: 13px;
    }
}
.cp-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cp-id {
    text-align: right;
    flex: 1;
}

.cp-id .label-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #b5b4b4 !important;
    display: block;
}

.barcode-main .confirmation img {
    display: block;
}

#print-json {
    display: none;
}

.btn {
    padding: 12px;
    background: #0A0505;
    color: #FFFFFF;
    border-radius: 5px;
    margin: 5px;
}

.btn-primary {
    background-color: #CCCCCC;
}


/** Customer PKLE SCAN */
.customer-details {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.user-fields {
    padding: 20px;
    border: 1px solid #333333;
    background-color: #1a1a1a;
    border-radius: 10px;
    /* display: none; */
    margin-bottom: 0;
}

.user-fields h3 {
    font-size: 18px;
    color: #fff5e5;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
}

@media screen and (max-width : 569px) {
    .user-fields h3 {
        font-size: 16px;
    }
}

.user-det {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 10px;
}

.input-set {
    display: flex;
    flex-direction: column;

}

.input-set label {
    font-size: 14px;
    padding-bottom: 7px;
    color: #d9ba8c !important;
    text-align: left;
}

.input-set input {
    padding: 12px 8px;
    border: 1px solid #333333 !important;
    background-color: #1a1a1a;
    border-radius: 3px;
    height: 42px;
    font-size: 16px;
    color: #fff !important;
}

.input-set input:focus-visible {
    outline: 0;
}

.scanner-qr {
    padding: 0;
    border: 0;
}

.scanner-qr h3 {
    font-size: 22px;
    text-align: left;
    padding: 10px 20px;
    line-height: 110%;
}

.qr-card {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 2px solid #ff9900;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-top: 0;
    font-size: 22px;
    text-decoration: none;
}

.qr-card img {
    margin-left: auto;
    display: block;
    width: 40px;
    height: 40px;
}

.qr-number {
    padding: 0px;
    display: flex;
    margin-top: 20px;
    align-items: stretch;
    border-color: #898989;
}

.qr-number .scanner-id {
    font-size: 45px;
    background-color: #f1e3ce;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59f02;
    border-left: 2px solid #898989;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coupon-c {
    grid-template-columns: 1fr;
}

.apply-cp h3 {
    font-size: 21px;
}

.apply-cp .apply-button {
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #71bb62;
    display: block;
    padding: 14px 20px;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 5px;

}

.apply-code {
    margin-top: 20px;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    grid-template-columns: 1fr;
}

.apply-code input {
    height: 42px;
    /* flex: 1; */
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 17px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 100% !important;
}

.apply-code .couponcode-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 15px;
}

.apply-code input:focus-visible {
    outline: 0;
}

.apply-code a {
    flex: 0.5;
    font-size: 19px;
    background-color: #ff9900;
    border: 1px solid #ff9900;
    color: #fff;
    padding: 10.5px 16px;
    margin-top: 0;
    border-radius: 0px 5px 5px 0;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width : 879px) {
    .customer-details {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .user-det {
        grid-template-columns: 1fr;

    }
}

@media screen and (max-width : 767px) {
    .price-box {
        /* padding: 20px 0 !important; */
    }

    .order-details {

        padding: 0 0 !important;
    }

    /* .order-details .order-action {
        flex-direction: column !important;
    } */

    .action button {
        margin-top: 10px !important;
    }

    .confirmation {
        padding: 20px 3px !important;
    }
}

@media screen and (max-width : 470px) {
    .barcode_holder table tr th {
        font-size: 14px !important;
    }
}

.coupon-code-screen {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29 29 29 / 90%);
}

.coupon-code-screen .screen-pop-up {
    max-width: 500px;
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
}

.screen-pop-up .stampedes {
    max-height: 70px;
    display: inline-block;
}

.screen-pop-up .membership-input {
    display: block;
    width: 100%;
    padding: 20px 70px;
}

.screen-pop-up .membership-input input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    font-size: 17px;
    color: #000;
    border: 0;
    border-radius: 3px;
}

.screen-pop-up .membership-input input::placeholder {
    color: #898989;
}

.screen-pop-up .membership-input input:focus-visible {
    outline: 0;
}

.screen-pop-up p {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
}

.screen-pop-up .checked-icon {
    width: 100px;
    display: block;
    margin: 30px auto;
}

.screen-pop-up .s-p {
    margin-top: 40px;
}

.screen-pop-up .s-p a {
    background-color: #43a047;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.screen-pop-up .s-p .skip {
    background-color: #898989;
}

.cart-discount a {
    display: none;
}

.order-action button {
    margin: 0;
}

.flush-cache {
    margin-bottom: 10px;
}

.flush-cache img {
    width: 75%;
}

input#mm-card-number {
    height: 47px;
    width: 100% !important;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    color: #fff;
}

.membership-input {
    /* max-width: 500px;
    margin: 25px auto; */
    padding: 20px;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 1px solid #333333;
    max-width: 500px;
    margin: 0 auto 20px;
    border-radius: 10px;
}

@media screen and (max-width: 568px) {
    .membership-input {
        max-width: 100%;
        flex-direction: column;
    }
}

.btn.btn-mmcn {
    padding: 15px 40px;
    margin: 0;
    display: inline-table;
    border: 1px solid #333333;
    background-color: #ff9900;
}

.btn.btn-mmcn:hover {
    background-color: #ff9900;
}

/** VIP Rewards Modal Styles START */
.vip-rewards-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.vip-rewards-modal .modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.vip-rewards-modal .modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    margin: 5vh auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.vip-rewards-modal .modal-header {
    padding: 20px 30px;
    background: #2c3e50;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vip-rewards-modal .modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
}

.vip-rewards-modal .modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-rewards-modal .modal-body {
    padding: 30px;
    overflow-y: auto;
    flex: 1;
}

.vip-rewards-container .member-summary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.vip-rewards-container .member-summary h3 {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: 700;
}

.member-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}

.stat-value {
    font-size: 20px;
    font-weight: 600;
}

.points-redemption-section {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.points-redemption-section h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.points-info {
    margin-bottom: 20px;
}

.points-info p {
    margin: 8px 0;
    font-size: 16px;
}

.conversion-rate {
    color: #666;
    font-style: italic;
    font-size: 14px !important;
}

.redemption-controls {
    display: flex;
    gap: 15px;
    align-items: end;
    flex-wrap: wrap;
}

.redemption-controls label {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
}

.redemption-controls input {
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

.redemption-controls input:focus {
    border-color: #667eea;
    outline: none;
}

.btn-redeem-points {
    padding: 12px 25px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-redeem-points:hover:not(:disabled) {
    background: #218838;
}

.btn-redeem-points:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.loyalty-coupons-section,
.promotional-coupons-section {
    margin-bottom: 25px;
}

.loyalty-coupons-section h4,
.promotional-coupons-section h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.coupon-item {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.coupon-item:hover {
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.1);
}

.loyalty-coupon {
    border-left: 5px solid #f39c12;
}

.promotional-coupon {
    border-left: 5px solid #e74c3c;
}

.coupon-info {
    flex: 1;
}

.coupon-info h5 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
}

.coupon-description {
    margin: 8px 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.coupon-details {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.coupon-details span {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
}

.discount-value {
    background: #d4edda;
    color: #155724;
}

.points-required {
    background: #fff3cd;
    color: #856404;
}

.validity {
    background: #f8d7da;
    color: #721c24;
}

.coupon-actions {
    flex-shrink: 0;
}

.btn-apply-coupon {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.btn-apply-coupon:hover:not(:disabled) {
    background: #0056b3;
}

.btn-apply-coupon:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.no-coupons {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

.rewards-actions {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    margin-top: 25px;
}

.btn-close-rewards {
    padding: 12px 30px;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-close-rewards:hover {
    background: #545b62;
}

/* Responsive styles */
@media (max-width: 768px) {
    .vip-rewards-modal .modal-content {
        width: 95%;
        margin: 2.5vh auto;
        max-height: 95vh;
    }

    .vip-rewards-modal .modal-body {
        padding: 20px;
    }

    .member-stats {
        flex-direction: column;
        gap: 15px;
    }

    .redemption-controls {
        flex-direction: column;
        align-items: stretch;
    }

    .redemption-controls label {
        min-width: auto;
    }

    .coupon-item {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .coupon-details {
        flex-direction: column;
        gap: 8px;
    }

    .coupon-actions {
        align-self: stretch;
    }

    .btn-apply-coupon {
        width: 100%;
    }
}

/** VIP Rewards Inline Styles START */
.optculture-rewards-content {

    border-radius: 10px;

}

.pay-with-rewards-section {
    background: #1a1a1a;
    border: 1px solid #333333;
    color: #fff5e5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.available-coupons-section {
    background: #1a1a1a;
    border: 1px solid #333333;
    color: #fff5e5;
    padding: 20px;
    border-radius: 10px;
    /* margin-bottom: 20px; */
}

.pay-with-rewards-section h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

@media screen and (max-width : 569px) {
    .pay-with-rewards-section h4 {
        font-size: 16px;
    }
}

.rewards-info {
    margin-bottom: 15px;
    color: #d9ba8c !important;
}

.rewards-info p {
    margin: 5px 0;
    font-size: 14px;
}

.rewards-payment-controls label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
}

.payment-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-input-group input {
    /* flex: 1; */
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}

.payment-input-group input:focus {
    outline: 2px solid #20c997;
}

.btn-pay-with-rewards {
    padding: 10px 20px;
    background: #fff;
    color: #28a745;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-pay-with-rewards:hover:not(:disabled) {
    background: #f8f9fa;
    transform: translateY(-1px);
}

.btn-pay-with-rewards:disabled {
    background: #6c757d;
    color: white;
    cursor: not-allowed;
}

.available-coupons-section h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #fff5e5;
    font-weight: 600;
    text-align: left;
    '

}

@media screen and (max-width : 569px) {
    .available-coupons-section h4 {
        font-size: 16px;
        line-height: 150%;
    }
}


.loyalty-coupons-list,
.promotional-coupons-list {
    /* margin-bottom: 20px; */
}

.loyalty-coupons-list h5,
.promotional-coupons-list h5 {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #d9ba8c;
    text-align: left;
}

.coupon-item-inline {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.coupon-item-inline:hover {
    border-color: #007bff;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

.coupon-item-inline.loyalty-coupon {
    border-left: 4px solid #f39c12;
}

.coupon-item-inline.promotional-coupon {
    border-left: 4px solid #e74c3c;
}

.coupon-info-inline {
    flex: 1;
}

.coupon-info-inline strong {
    color: #2c3e50;
    font-size: 14px;
}

.coupon-info-inline small {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

.points-req {
    color: #f39c12;
    font-weight: 600;
    font-size: 11px;
}

.btn-apply-coupon-inline {
    padding: 8px 16px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.btn-apply-coupon-inline:hover:not(:disabled) {
    background: #0056b3;
}

.btn-apply-coupon-inline:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.no-coupons-inline {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Responsive styles for inline rewards */
@media (max-width: 768px) {
    .payment-input-group {
        flex-direction: column;
        align-items: stretch;
    }

    .payment-input-group input {
        /* margin-bottom: 10px; */
    }

    .coupon-item-inline {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

   .btn-apply-coupon-inline {
        width: 100%;
    }
}

/** VIP Rewards Inline Styles END */
/** VIP Rewards Modal Styles END */

/** Customer PKLE SCAN END */
/* DD Purchase New Screens ] */

/**
 * OptCulture Integration Styles for CheckinEra
 *
 * Styles for the OptCulture points and coupon functionality
 */

.optculture-coupon-points-wrap {
    margin: 20px 0 0;
}

.opt-culture-options {
    width: 100%;
}

.opt-culture-options h4 {
    margin: 0 0 15px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.member-points {
    margin: 0 0 20px 0;
    padding: 10px;
    background-color: #e8f5e8;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
}

.member-points strong {
    color: #2e7d32;
}

.reward-options {
    margin-bottom: 20px;
}

.points-option,
.coupon-option {
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #fff;
}

.points-option label,
.coupon-option label {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0;
}

.points-option input[type="radio"],
.coupon-option input[type="radio"] {
    margin-right: 8px;
}

.points-option input[type="radio"]:disabled+span,
.coupon-option input[type="radio"]:disabled+span {
    color: #999;
    cursor: not-allowed;
}

.points-input-group,
.coupon-select-group {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.points-input-group input[type="number"] {
    width: 100%;
    max-width: 200px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.points-input-group small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-style: italic;
}

.coupon-select-group select {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.opt-culture-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.opt-culture-actions .btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.apply-opt-culture-reward {
    background-color: #4caf50;
    color: white;
}

.apply-opt-culture-reward:hover {
    background-color: #45a049;
}

.clear-opt-culture-selection {
    background-color: #f44336;
    color: white;
}

.clear-opt-culture-selection:hover {
    background-color: #da190b;
}

.opt-culture-summary {
    margin-top: 15px;
    padding: 12px;
    background-color: #e3f2fd;
    border-left: 4px solid #2196f3;
    border-radius: 4px;
}

.opt-culture-summary h5 {
    margin: 0 0 10px 0;
    color: #1976d2;
    font-size: 16px;
}

.reward-summary-content {
    color: #333;
}

.reward-summary-content p {
    margin: 0;
    font-weight: 500;
}

/* Loading state */
.optculture-coupon-points-wrap p {
    color: #d9ba8c;
    text-align: left;
}

/* VIP Rewards button styling when active */
.cart-action-btn.vip-rewards:not(.disabled) {
    background-color: #ff9800;
    color: white;
    cursor: pointer;
}

.cart-action-btn.vip-rewards:not(.disabled):hover {
    background-color: #f57c00;
}

.cart-action-btn.vip-rewards.disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}

/* Error states */
.opt-culture-error {
    padding: 10px;
    background-color: #ffebee;
    border-left: 4px solid #f44336;
    border-radius: 4px;
    color: #c62828;
    margin: 10px 0;
}

/* Success states */
.opt-culture-success {
    padding: 10px;
    background-color: #e8f5e8;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    color: #2e7d32;
    margin: 10px 0;
}

/* Enhanced checkbox styling */
.checkbox-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 500;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

.checkbox-wrapper input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

.checkbox-wrapper input[type="checkbox"]:disabled+.checkmark {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Points details styling */
.points-details {
    margin-top: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.auto-calculation-info {
    margin-bottom: 15px;
}

.auto-calculation-info p {
    margin: 8px 0;
    padding: 8px;
    background-color: #fff;
    border-radius: 4px;
    border-left: 3px solid #007cba;
}

.points-usage-info {
    background-color: #e7f3ff !important;
    border-left-color: #007cba !important;
}

.remaining-payment-info {
    background-color: #fff3cd !important;
    border-left-color: #ffc107 !important;
}

.remaining-payment-info em {
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

/* Manual override section */
.manual-override {
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

.manual-override label {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.manual-override input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

.manual-points-input {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.manual-points-input input[type="number"] {
    width: 100%;
    max-width: 200px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.manual-points-input small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-style: italic;
    font-size: 12px;
}

/* Enhanced points option styling */
.points-option {
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.points-option:hover {
    border-color: #007cba;
}

.points-option.active {
    border-color: #007cba;
    background-color: #f8f9ff;
}

/* Coupon option adjustments */
.coupon-option {
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.coupon-option:hover {
    border-color: #ff9800;
}

.coupon-option.active {
    border-color: #ff9800;
    background-color: #fff8e1;
}

/* Coupon actions styling */
.coupon-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.apply-coupon-link,
.remove-coupon-link {
    color: #fff5e5;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 10px;
    border: 1px solid #333333;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #121212;
}

.apply-coupon-link:hover,
.remove-coupon-link:hover {
    background-color: #ff9900;
    color: white;
    text-decoration: none;
}

.st-location-cls option {
    color: #fff !important;
    background-color: #1a1a1a !important;
}

.st-location-rdr-cls option {
    color: #fff !important;
    background-color: #1a1a1a !important;
}

.remove-coupon-link {
    color: #dc3545;
    border-color: #dc3545;
}

.remove-coupon-link:hover {
    background-color: #dc3545;
    color: white;
}

.insufficient-points {
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

/* Applied coupons section */
.applied-coupons-section {
    margin-top: 20px;
    padding: 15px;
    background-color: #e8f5e8;
    border: 1px solid #4caf50;
    border-radius: 8px;
}

.applied-coupons-section h4 {
    margin: 0 0 15px 0;
    color: #2e7d32;
    font-size: 16px;
    font-weight: 600;
}

.applied-coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    margin-bottom: 10px;
}

.applied-coupon-item:last-child {
    margin-bottom: 0;
}

.applied-coupon-info {
    flex: 1;
}

.applied-coupon-info strong {
    color: #2e7d32;
}

.applied-coupon-info small {
    color: #666;
    font-style: italic;
}

/* Pay with rewards styling */
.payment-input-group {
    padding: 12px;
    background-color: #1a1a1a;
    border: 1px solid #333333;
    border-radius: 6px;
}

.payment-input-group label {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #e65100;
    cursor: pointer;
    margin: 0;
}

.payment-input-group input[type="checkbox"] {
    margin-right: 10px;
    transform: scale(1.2);
}

#pay-with-rewards:checked+label {
    color: #2e7d32;
}

/* Rewards payment controls */
.rewards-payment-controls {
    margin-top: 10px;
}

/* Enhanced coupon item styling */
.coupon-item-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #1a1a1a;
    margin-bottom: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}



.coupon-item-inline:hover {
    border-color: #ff9900;
    box-shadow: 0 2px 8px rgba(0, 124, 186, 0.1);
}

.coupon-info-inline {
    flex: 1;
    text-align: left;
}

.coupon-info-inline strong {
    color: #fff5e5;
    font-size: 14px;
}

.coupon-info-inline small {
    color: #d9ba8c;
    font-size: 12px;
}

.points-req {
    color: #ff9800;
    font-weight: 500;
    font-size: 12px;
}

/* Loyalty vs promotional coupon differentiation */
.loyalty-coupon {
    border-left: 4px solid #4caf50;
}

.promotional-coupon {
    border-left: 4px solid #ff9800;
}

/* No coupons message */
.no-coupons-inline {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Responsive design */
@media (max-width: 768px) {
    .opt-culture-actions {
        flex-direction: column;
    }

    .opt-culture-actions .btn {
        width: 100%;
    }

    .points-input-group input[type="number"],
    .coupon-select-group select {
        max-width: 100%;
    }
}

/* Integration with existing checkout styles */
.optculture-coupon-points-wrap.user-fields {
    background-color: transparent;
    border: none;
    padding: 0;
}

.optculture-coupon-points-wrap.user-fields .opt-culture-options {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

/* Hide/show based on membership verification */
.optculture-coupon-points-wrap.hidden {
    display: none;
}

.optculture-coupon-points-wrap.visible {
    display: block;
}

/* Membership verification section */
.membership-verification {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.membership-verification h4 {
    margin: 0 0 15px 0;
    color: #333;
}

.membership-input-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.membership-input-group input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.verify-membership-btn {
    padding: 8px 16px;
    background-color: #2196f3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
}

.verify-membership-btn:hover {
    background-color: #1976d2;
}

.verify-membership-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Order summary integration */
.order-summary .opt-culture-line-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.order-summary .opt-culture-line-item:last-child {
    border-bottom: none;
}

.order-summary .opt-culture-line-item .label {
    color: #666;
}

.order-summary .opt-culture-line-item .value {
    font-weight: 500;
    color: #4caf50;
}

.order-summary .opt-culture-line-item.negative .value {
    color: #f44336;
}

.tc-content-heading {
    background-color: #121212 !important;
    border-bottom: 1px solid #333333;
}

/** OptCulture Integration Styles END */