@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;
}

.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;
}

.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;
}

.tc-app-header {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 44px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 20;
}

.tc-app-header-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    height: 100%;
    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;
}

.tc-app-header-logo-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tc-app-header-logo img {
    max-height: 30px;
    max-width: 110px;
    width: auto;
    height: auto;
}

.tc-app-header-title {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.95em;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 8px;
}

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;
}

.tc-clear {
    clear: both;
}

/* LOGIN SCREEN */

.tc-login-wrap {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 20px 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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


input[type="text"],
input[type="password"] {
    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 {
    outline: none;
    border: 1px solid;
}

body select {
    padding: 12px 34px 12px 15px !important;
    background-position:
        calc(100% - 21px) calc(1em + 7px),
        calc(100% - 16px) calc(1em + 7px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.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;
}

.tc-stats,
.tc-list,
.tc-single-list,
.tc-scan {
    position: relative;
    z-index: 3;
}


/* 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: 10px 0;
    border-radius: 3px;
    margin-bottom: 25px;
    display: none;
}

.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;
}

.tc-sidebar {
    width: 280px;
    height: calc(100vh - 44px);
    float: left;
    position: relative;
    z-index: 10;
}

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

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

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

.tc-sidebar ul li span.tc-menu-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 11px;
    display: flex;
    flex: 0 0 52px;
    font-size: 1.6em;
    height: 52px;
    justify-content: center;
    margin-right: 18px;
    transition: background-color 0.2s linear, border-color 0.2s linear;
    width: 52px;
}

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

.tc-sidebar ul li a {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    min-height: 78px;
    padding: 12px 14px;
    display: inline-block;
    width: 100%;
    transition: all 0.2s linear;
    display: flex;
    align-content: center;
}

.tc-sidebar ul li.active span.tc-menu-icon,
.tc-sidebar ul li a:hover span.tc-menu-icon {
    background: rgba(60, 60, 60, 0.08);
    border-color: rgba(60, 60, 60, 0.08);
}

.tc-checkin-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-content {
    width: calc(100% - 280px);
    float: left;
    height: calc(100vh - 44px);
    position: relative;
}

.online_status {
    display: block;
    width: 100%;
}

.tc-status-wrap {
    background: rgba(39, 29, 74, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    bottom: 32px;
    left: 24px;
    padding: 18px 20px;
    position: absolute;
    right: 24px;
    z-index: 9999;
    text-align: left;
}

.online,
.offline {
    align-items: center;
    height: auto;
    width: auto;
}

.tc-status-wrap.is-online .online {
    display: flex !important;
}

.tc-status-wrap.is-online .offline,
.tc-status-wrap.is-offline .online {
    display: none !important;
}

.tc-status-wrap.is-offline .offline {
    display: flex !important;
    opacity: 1;
}

.tc-download-log {
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: underline;
    margin-top: 8px;
}

.tc-download-log:hover {
    color: rgba(255, 255, 255, 0.8);
}

.tc-connection-icon {
    flex: 0 0 42px;
    font-size: 32px;
    text-align: center;
}

.tc-connection-copy {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    line-height: 1.25;
    margin-left: 14px;
    min-width: 0;
}

.tc-connection-copy strong {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tc-connection-detail {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 13px;
}

.tc-connection-detail i {
    background: #47d764;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    width: 10px;
}

.offline .tc-connection-detail i {
    background: #ff6b6b;
}

/* STATS
 * Two compact, self-sized cards that stay grouped together and centered as a
 * unit, on any screen size — instead of each one stretching across half the
 * viewport (which is what made them look spread apart / lost on some phones).
 * They wrap to stacked automatically once there's no room side by side.
 */

.tc-stats .tc-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 20px;
    padding: 40px 20px 20px;
    overflow-y: auto;
}

.tc-half {
    float: none;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    max-width: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 16px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.tc-half-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tc-title {
    border-bottom: none;
}

.tc-title h2 {
    text-align: center;
    padding: 16px 0 2px;
    font-size: 0.78em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.55;
}

.tc-half-content .tc-ticket-info-wrap {
    position: relative;
    height: auto;
    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;
    padding: 12px 0 22px;
}

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

.tc-half-content span.tc-ticket-info img {
    max-width: 60px;
    height: auto;
    margin-top: 10px;
}

.tc-login {
    position: relative;
    width: 100%;
    height: calc(100vh - 44px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 24em;
    z-index: 1;
    overflow-y: auto;
    /* No align-items/justify-content here on purpose: .tc-login-wrap centers
     * itself below via margin:auto. align-items:center looks identical when
     * everything fits, but when the content is taller than the screen (a big
     * uploaded logo, a small phone, landscape mode) it clips the overflow and
     * makes it unreachable even with overflow-y:auto — margin:auto degrades
     * gracefully to "scrolls from the real top" instead. */
}

.tc-disabled {
    pointer-events: none;
    opacity: 0.1;
}

.tc-login.disabled {
    pointer-events: none;
    opacity: 0.1;
    transition: 0.1s linear;
}

/* ====== Toolbar Wrapper ====== */

#tc-toolbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 2;
}

#tc-toolbar .menu {
    display: inline-block;
    color: #fff;
}

#tc-toolbar .menu .label-icon {
    display: inline-block;
    margin: 20px;
    cursor: pointer;
    opacity: 1;
    transition: 0.1s linear;
}

#tc-toolbar .content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    background: #0c0c0c3b;
    ;
    transition: 0.3s linear;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
}

#tc-toolbar .menu .label-icon.active {
    opacity: 0;
}

#tc-toolbar .menu .label-icon.active~.content {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#tc-toolbar .header {
    display: flex;
    align-items: center;
    padding: 10px;
}

#tc-toolbar .header .title {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    margin-left: 20px;
}

#tc-toolbar .close {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#tc-toolbar .close:hover::before {
    transform: rotateZ(90deg);
}

#tc-toolbar .close:hover::after {
    transform: rotateZ(270deg);
}

#tc-toolbar .close:before,
#tc-toolbar .close:after {
    content: '';
    width: 1px;
    height: 20px;
    top: 5px;
    left: 15px;
    background: #fff;
    transition: 0.4s;
}

#tc-toolbar .close:before {
    position: absolute;
    transform: rotateZ(45deg);
}

#tc-toolbar .close:after {
    position: absolute;
    transform: rotateZ(315deg);
}

#tc-toolbar .section {
    text-align: left;
    padding: 20px 20px 0 20px;
}

#tc-toolbar .section .description {
    line-height: 1.25;
    font-size: 14px;
    font-style: italic;
}

#tc-toolbar .options {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
}

#tc-toolbar .option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tc-toolbar .option>span {
    max-width: 130px;
    text-align: left;
    line-height: 1.25;
}

/* ====== Toggle Switch ====== */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: #6b5f89;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #fddf3c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #fddf3c;
}

input:checked+.slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
}

/* ====== Content Heading ====== */

.tc-content-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 30px;
}

.tc-content-heading h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

.tc-content-heading input {
    height: 45px;
    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;
    position: absolute;
    right: 40px;
    top: 0;
    padding: 0;
    margin: 0;
}

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

/* ====== List sync (refresh) icon ====== */

.tc-list-search {
    display: flex;
    align-items: center;
    justify-content: right;
}

.tc-list-search button.tc-list-sync {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    float: none;
    width: 58px;
    height: 46px;
    padding: 0;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    color: #fff;
    flex-shrink: 0;
    cursor: pointer;
    transition: background-color 0.2s linear, border-color 0.2s linear;
    margin-right: 17px;
}

.tc-list-sync svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.tc-list-search button.tc-list-sync:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.48);
}

.tc-list-sync.tc-syncing svg {
    animation: tc-list-sync-spin 0.8s linear infinite;
}

@keyframes tc-list-sync-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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

.tc-tickets-list,
.tc-search-results,
.attendee-details-wrap {
    overflow: auto;
}

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

.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 .tc-ticket-info .tc-ticket-info-label {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.tc-tickets-one .tc-custom-ticket-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.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;
}

.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: 6px 5px;
    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 .tc-detail-value {
    display: inline;
    font-weight: 400;
}

.tc-single-list .tc-buyer-address span.tc-span-wrap .tc-detail-label {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.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;
}

.tc-checkins .tc-attendance-entry-line+.tc-attendance-entry-line {
    margin-top: 4px;
}

.tc-single-list .tc-checkins ul li.tc-attendance-entry .tc-attendance-entry-label {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
}

.tc-single-list .tc-checkins ul li.tc-attendance-entry .tc-attendance-entry-value {
    color: #6b5f89;
}

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

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

}

.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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100vh - 44px);
    overflow-y: auto;
}

.barcode-main {
    text-align: center;
}

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

.tc-scan-preview {
    text-align: center;
    margin: 15px auto 0;
    max-width: 450px;
}

.tc-scan-preview-name {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 6px;
    text-align: center;
}

.tc-scan-preview-ticket-type {
    display: table;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background-color: #6b5f89;
    padding: 6px 22px;
    border-radius: 30px;
    margin: 0 auto 10px;
}

.tc-scan-preview .tc-ticket-additional-info {
    text-align: center;
    margin-bottom: 8px;
}

.tc-scan-preview-status {
    text-align: center;
    margin-bottom: 8px;
}

.tc-scan-preview-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    justify-content: center;
}

.tc-scan-preview-view-details {
    display: table;
    margin: 10px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    text-decoration: underline;
    color: #6b5f89;
}

.tc-camera-scanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.tc-camera-scanner-inside {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
}

.tc-camera-scanner-inside video {
    width: 90%;
    max-width: 500px;
    border-radius: 8px;
}

.tc-camera-scanner-inside p {
    color: #fff;
    margin-top: 15px;
    font-family: Arial, sans-serif;
}

#tc-camera-scanner-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.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: 1em;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 10px 0 5px;
    opacity: 0.6;
}

.barcode_holder input#barcode {
    height: 38px;
    padding: 8px 12px;
    width: 260px;
    margin: 10px 0;
    box-shadow: none;
}

.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;
}

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

.barcode_holder table tr td {
    font-size: 0.8em;
}

.barcode_holder table tr th {
    border-bottom: 1px solid;
    font-weight: 700;
}

.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;
}

.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: 46%;
    left: 56%;
    display: none;
}

.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-hidden {
    display: none;
}

.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%;
    max-height: 90px;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.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;
}

.tc-progress-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(107, 95, 137, 0.12);
    border-radius: 12px;
    bottom: 30px;
    box-shadow: 0 10px 30px rgba(39, 29, 74, 0.12);
    left: 50%;
    max-width: 680px;
    padding: 18px 24px 20px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    transition: opacity 0.25s linear, transform 0.25s linear, visibility 0.25s linear;
    width: calc(100% - 64px);
    z-index: 20;
}

.tc-progress-panel.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 16px);
    visibility: hidden;
}

.tc-progress-value {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 14px;
}

#tcch-progress-bar {
    background: rgba(107, 95, 137, 0.14);
    border: none;
    border-radius: 999px;
    display: block;
    height: 12px;
    overflow: hidden;
    width: 100%;
}

#tcch-progress-bar.ui-progressbar .ui-progressbar-value {
    height: 12px;
    border: none;
    border-radius: 999px;
    background: #72C1A0;
    transition: 0.3s linear;
}

.tc-progress-message {
    color: #6b5f89;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 14px;
}

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

.tc-tickets-list,
.tc-search-results {
    transition: 0.1s;
}

.tc-tickets-list.updating,
.tc-search-results.updating {
    transform: translateY(30px);
}

.tc-tickets-list .preloader,
.tc-search-results .preloader {
    width: 100%;
    left: 0;
    text-align: center;
}

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

    .tc-progress-panel {
        bottom: 18px;
        padding: 14px 16px 16px;
        width: calc(100% - 32px);
    }

    .tc-progress-value {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .tc-progress-message {
        font-size: 12px;
        margin-top: 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);
    }
}

.tc-ticket-single {
    position: relative;
}