iframe {
    display: none;
}

.signin-container {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 520px;
}


.l {
    align-items: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-top: 2em !important;
}

.hover:hover {
    cursor: pointer;
}

.text-ticketstatus {
    border-radius: 0.5em;
    padding: 0.25em 0.5em;
    color: white;
}

.text-edit-container {
    display: flex;
    flex-direction: column !important;
}


.customtemplate-button-container {
    justify-content: end;
    align-items: center;
    gap: 1em
}

.customtemplate-item-child {
    display: flex;
    flex-direction: column;
    padding: 1em 2em;
}

.change-password {
    padding: 1em 1em 0.5em 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    text-decoration: underline;
    display: flex;
    gap: 0.25em;
}

.utcdate-text {
    font-style: italic;
}

.utc-text {
    font-size: 11px;
    margin-left: 3px;
    font-style: italic
}

.custom-table-header {
    display: flex;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.25);
    padding: 1em 0em 0em 0em;
    color: white;
}

.custom-table-item {
    display: inline-table;
    flex-direction: column;
    width: 100%;
}

.custom-table-header>div {
    padding: 1em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 128px;
}

.custom-table-container {
    overflow-x: auto;
}

.custom-table-container>div {
    width: 100%;
}

.custom-table {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.custom-table>div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0.5em;
    overflow: hidden;
    min-width: 128px;
}


.span-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.tablecell-queuenumber {
    flex: inherit !important;
    width: 105px;
}

.tablecell-view {
    flex: inherit !important;
    width: 100px;
}

.sort-tablecell>div {
    text-align: center;
    display: flex;
    gap: 0.5em;
    align-items: center;
}


.sort-tablecell:hover {
    cursor: pointer;
}

.sort-icon {
    width: 0.75em;
}

.bold {
    font-weight: 800;
}

.disabled {
    pointer-events: none;
    opacity: 0.35;
}

.custom-pagination {
    cursor: pointer;
    margin: 0 0.5em
}

.row-center {
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.flex-end {
    align-items: end;
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.center {
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 1;
}

.toast-container {
    position: absolute;
    top: 6em;
    right: 1em;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.toast-item {
    opacity: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 0.75em;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    animation: 0.5s ease-out toast-animation;
}

@keyframes toast-animation {
    0% {
        opacity: 0;
        transform: translateY(10%) scale(0.75);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.toast-item-header {
    display: flex;
    font-weight: 600;
    align-items: center;
    gap: 0.25em;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5em 1em;
    justify-content: space-between;
}

.toast-item-message {
    padding: 1em 1.5em;
    font-size: 11px;
}

.custom-pagination-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: end;
    align-items: center;
    gap: 0.35em;
    padding: 1em 2em;
}

.background-close {
    z-index: -1;
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.wc-print-ticket-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    position: relative;
    flex: 1;
}

.version-container {
    position: relative;
    display: block;
    min-height: 100%;
}

.version-text {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #9e9e9e;
    margin: 0.5em;
}


.queue-number {
    width: 104px;
    flex: inherit !important;
    font-family: 'Omnes', sans-serif;
    font-weight: 600;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.1)
}

.wc-ticket-team {
    padding: 0 0.5em 0 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 5em;
    justify-content: center;
    position: relative;
    flex: 1;
    font-style: italic;
    font-size: 11px;
}

.queue-number-container {
    position: absolute;
    width: 105px;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0em 0em 0.5em 0em;
    pointer-events: none;
}

.custom-button {
    height: 3rem;
}

.currency-text {
    font-size: 9px;
    margin-left: 0.25em;
    color: rgb(116, 191, 89);
    font-weight: 700;
}

.flex-end {
    display: flex;
    justify-content: end;
    justify-items: end;
}

.cashier-details-aciton-container {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    padding: 0 1.5rem 1rem 1.5rem;
}

.ticket-container {
    background: rgb(27, 38, 53);
    max-width: 850px;
    width: 100%;
}

.container-popup {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 1200;
    background-color: rgba(0, 0, 0, 0.75);
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

.ticket-details-player-selections {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
    padding: 1em;
}

.template-header-container {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 1.5rem 2rem;
    justify-content: space-between;
    align-items: center;
}

.fieldset-paper {
    width: 100%;
    color: rgba(255, 255, 255, 0.75);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0.75em;
    border-color: rgba(0, 0, 0, 0.085);
    border-width: 2px;
    overflow: hidden;
    border-style: groove;
    line-height: 1.75em;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.circular-progress {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}

.close-btn {
    color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.5rem;
    transition: 0.2s ease-in;
    padding: 1.25em 1.75em;
    place-items: center;
    display: grid;
}

.takePaymnet-btn {
    height: 3.3rem;
    color: rgba(255, 255, 255, 0.75) !important;
    background: #407ad6 !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 0.5rem !important;
    transition: 0.2s ease-in !important;
    display: flex !important;
    gap: 0.5em !important;
    padding: 0.25em 1.75em !important;
}


.round-container-status {
    border-radius: 0.5em;
    padding: 0.25em 0.5em;
    color: white;
}

.round-container-status[data-status="1"] {
    background-color: rgb(116, 191, 89, 0.5);
}
.round-container-status[data-status="3"],
.round-container-status[data-status="5"] {
    background-color: rgb(221, 70, 66, 0.5);
}
.round-container-status[data-status="6"] {
    background-color: rgba(81, 106, 209, 0.5);
}
.round-container-status[data-status="8"] {
    background-color:#b42b2680
}
.round-container-status[data-status="0"], 
.round-container-status[data-status="2"],
.round-container-status[data-status="4"] {
    background-color: rgba(205, 190, 63, 0.5);
}
.round-container-status[data-status="9"] {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}
.takePaymnet-btn[data-state="delete"] {
    background: #dd4642 !important;
}

.close-btn:hover {
    cursor: pointer;
}


.totalpaid-amount-container {
    font-size: 18px;
}

.ticket-status-container {
    display: flex;
    gap: 1em;
    align-items: center;
}

.pr {
    margin-right: 0.5em;
}

.pl {
    margin-left: 0.5em;
}

.ivt-t {
    color: rgb(255, 70, 70);
    font-size: 22px;
    font-weight: 600;
}

.ticket-status {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    gap: 0.25em;
}

.ivt {
    background: red;
    height: 0.75em;
    width: 0.75em;
    border-radius: 1em;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.vt {
    background: green;
    height: 0.75em;
    width: 0.75em;
    border-radius: 1em;
    border: 1px solid rgba(255, 255, 255, 0.5);
}


.totalpaid-container {
    align-items: end;
    display: flex;
    flex-direction: column;
}

.totalpaid-text {
    flex: inherit !important;
    font-weight: 600;
    font-size: 22px;
}

.totalpaid-header-text {
    font-size: 13px;
}

.fieldset-paper-legend {
    display: flex;
    align-items: center;
    gap: 0.25em;
    font-weight: 700;
    font-size: 15px;
    background: #233044;
    padding: 1em 2em 1em 2em;
}


.no-data-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    font-size: 14px;
}

.custom-animation {
    animation: custom-popup-animation;
    animation-duration: 0.5s;
}

.profile-container {
    display: flex;
    flex-direction: column;
}

.btn-dark {
    color: #fff;
    background-color: gray;
    border-color: gray;
}

.analytics-container {
    flex: 0.7 1 0%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #233044;
}

.analytics-container-header {
    padding: 1em 1em;
    align-items: center;
    display: flex;
    gap: 0.5em;
}

.analytics-container-item {
    padding: 1em 1em;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.analytics-revenue-item {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.qrcode-prize-header-container,
.qrcode-prize-container>div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.qrcode-prize-header-container {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 11px;
    padding: 0.75em 1.5em;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.qrcode-prize-container {
    color: white;
    width: 100%;
    margin: 0 auto 1em auto;
}

.qrcode-prize-container>div {
    text-align: center;
    padding: 0.35em 1em;
    gap: 0.5em;
}

.analytics-revenue {
    display: flex;
    align-items: baseline;
    font-variant-numeric: tabular-nums;
    gap: 0.2em;
}

.analytics-revenue-price {
    font-size: 2em;
    font-weight: 900;
}

.analytics-revenue-currency {
    font-size: 1em;
    color: rgb(116, 191, 89);
    font-weight: 700;
}



.login-container {
    border-radius: 1em;
    box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.custom-password-text {
    position: relative;
}

.custom-password-text-icon {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
}

.barcode-user-container {
    display: flex;
    align-items: center;
    gap: 2em;
}

.ticket-upper-container {
    background: white;
    border-radius: 1em 1em 0px 0px;
    padding-bottom: 1em;
}

.ticket-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ticket-logo-container>img {
    width: 155px;
    margin-top: 0.5em;
    filter: grayscale(1);
}

.ticket-queue-shop-container {
    display: flex;
    justify-content: space-between;
}

.ticket-team-selection-container {
    margin: 0em 1em;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
}

.ticket-qrcode-container {
    display: flex;
    padding: 0em 2em 0.5em 0.25em;
    justify-content: space-between;
    flex-direction: column;
}

.ticket-team-selection {
    display: flex;
    width: 100%;
    background: black;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0.25em 0;
    color: white;
    position: relative;
    -webkit-print-color-adjust: exact;
}

.ticket-team-selection>img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.ticket-team-selection-item-container {
    padding: 1em 0.5em;
    font-size: 14px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.ticket-team-selection-item {
    font-size: 9px !important;
    padding-bottom: 0.5em;
    display: flex;
    flex-direction: row;
    color: black;
}

.ticket-selection-header-container {
    display: flex;
    border-bottom: 1px solid black;
    padding: 0 1em;
    font-size: 12px !important;
    font-weight: 700;
    color: black;
}

.ticket-bottom-container {
    background: white;
    padding-bottom: 1em;
}

.ticket-selection-header-container>:nth-child(1) {
    width: 55%;
}

.ticket-selection-header-container>:nth-child(2) {
    width: 25%;
}

.ticket-selection-header-container>:nth-child(3) {
    width: 20%;
}


.wc-print-ticket-view {
    height: 20px;
    margin: 0 10px;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    background-position: center;
    position: relative;
    box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
    background-color: #fff;
}

.wc-print-ticket-dash {
    width: 90%;
    left: 50%;
    height: 1px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.wc-print-ticket-view::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(225deg);
    right: -40px;
}

.wc-print-ticket-view::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    border-radius: 100%;
    pointer-events: none;
    left: -10px;
}

.ticket-qr-barcode-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black
}

.ticket-count-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 1em;
    border-top: 1px solid #dee2e6 !important;
}

.ticket-count-generate {
    padding: 0.5em 2em;
    background: transparent;
    border-radius: 0.5em;
    border: 1px solid #212529;
    padding: 0.75em 2.5em !important;
    transition: 0.25s ease;
}

.container-flex-space {
    display: flex;
    flex-direction: revert;
    align-items: center;
    justify-content: space-between;
}

.ticket-count-generate:hover {
    color: #fff;
    cursor: pointer;
    background-color: #212529;
}

.ticket-total-container {
    padding: 0.25rem !important;
    margin: 0 1em;
    text-align: center !important;
    color: white;
    background: black;
    font-weight: 700;
}

.table-container {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1em;
    overflow: hidden;
    position: relative;
    background-color: #233044;
}

.wc-ticket-btn {
    padding: 0.25em 2.5em !important
}

.analytics-item-container {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.25rem;
}

.analytics-item-date {
    font-style: italic;
    opacity: 0.75;
    font-size: 0.725rem;
}

.tickt-warning {
    color: #ff0f0f;
    font-weight: 700;
    font-style: italic;
}

.cashier-item-details-container {
    display: grid;
    gap: 1em;
    width: 100%;
    grid-template-columns: 64% 34%;
    padding: 1rem;
}

.cashier-item {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;

}

.cashier-item>div {
    display: flex;
    line-height: 18px;
    flex-direction: column;
    align-items: start;
}


.cashier-item>div>span:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
    font-style: italic;
    opacity: 0.75;
}

.cashier-item>div>span:nth-child(2) {
    font-weight: 800;
    font-size: 13px;
}


.accordion {
    transition: 0.5s ease;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: block;
    margin-left: 1.25em;
    max-height: 0px;
    opacity: 0;
    margin: 0;
}

.accordion-expand {
    max-height: 100000px;
    opacity: 1;
}

.accordion-item-header-info-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    gap: 0.25em;
    align-items: center;
    margin-left: 0.25em;
    overflow: hidden;
}

.accordion-item-header-info {
    font-size: 12px;
    opacity: 0.5;
}

.accordion-item-header-icon {
    width: 1em;
    height: 1em;
    margin-bottom: 0.2em;
}

.accordion-item-header-icon-terminal {
    background: #80b900;
    width: 1.5em;
}

.accordion-item-header {
    display: block;
}

.accordion-item-header:hover {
    cursor: pointer;
}

.accordion-item-header-icon-container {
    width: 1.25em;
    transition: 0.5s ease;
    transform: rotate(-90deg);
}

.accordion-item-header-icon-company {
    background: #a496cf
}

.accordion-item-header-icon-agent {
    background: #F1C232
}

.accordion-item-header-icon-shop {
    background: #f6685e;
    border-radius: 0.5em;
}

.accordion-item-header-icon-container-expand {
    transform: rotate(0);
}

.accordion-item-header-container-icon {
    width: 1em;
    height: 1em;
}

.accordion-items {
    margin-top: 0.5em;
}

.accordion>div {
    width: 100%;
    border-radius: 0.75rem;
}

.accordion-item {
    display: block;
    flex-direction: column;
    padding: 0 0 0 0.5em;
    margin-bottom: 0.5em;
}

.accordion-item>p {
    margin: 0.25rem 0 0 0;
}

.accordion-header-icon {
    width: 1.25em;
    height: 1.25em;
    margin-right: 1em;
}

@keyframes custom-popup-animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media print {

    html,
    body {
        height: initial !important;
        overflow: initial !important;
        margin: 0 !important;
        padding: 0 !important;
        -webkit-print-color-adjust: exact;
    }
}

@page {
    size: 80mm;
    -webkit-print-color-adjust: exact;
}