﻿.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

body {
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
}

header {
    padding: 20px 0px;
}

.footer {
    padding: 10px;
    margin-top: 20px;
    font-size: 12px;
}

.side-menu {
    position: relative;
    display: none;
    min-width: 240px;
    margin-right: 40px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


.error-text {
    color: #f00;
    font-size: 13px;
}

.loader {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #888;
}

.xsspinner {
    margin: 0 auto;
    position: relative;
    -webkit-animation: rotation 0.7s infinite linear;
    -moz-animation: rotation 0.7s infinite linear;
    -o-animation: rotation 0.7s infinite linear;
    animation: rotation 0.7s infinite linear;
    border-radius: 100%;
    padding: 0 !important;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.error-box {
    background: #e74a3b47;
    border: 1px solid #f00;
    border-radius: 3px;
    padding: 10px;
    max-width: 796px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05px;
    font-weight: 600;
    opacity: 1;
    transition: ease-in-out 1s opacity;
    display: none;
}

    .error-box.show {
        opacity: 1;
        display: block;
    }

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
    line-height: 38px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
        right: 10px;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}


.badge-success {
    color: #2b8700;
    background-color: #d1fab3;
    border: 1px solid #7cd548;
}

.badge-primary {
    color: #4e73df;
    background-color: #cfd9f7;
    border: 1px solid #809eed;
}

.badge-info {
    color: #36b9cc;
    background-color: #cff1f5;
    border: 1px solid #73cfda;
}

.badge-danger {
    color: #e74a3b;
    background-color: #f9d3cf;
    border: 1px solid #ed8378;
}

.badge-warning {
    color: #cfa011;
    background-color: #fff3cd;
    border: 1px solid #ffd75a;
}

.badge-dark {
    color: #343a40;
    background-color: #d6d8db;
    border: 1px solid #6c757d;
}

.badge-light {
    color: #6b6c75;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.pull-right {
    float: right;
}

table td {
    /*    text-wrap: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;*/
    font-size: 12px;
    vertical-align: middle;
    padding: 2px 3px;
}

.form-control, .select2-container--default .select2-selection--single {
    box-shadow: rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    outline: 0;
    border: none;
    font-size: 14px;
}

    .form-control:focus, .select2-container--open {
        border-color: #38d !important;
        box-shadow: 0 0 8px rgba(51, 136, 221, 0.5);
        outline: 0 none;
    }

.iti {
    display: block !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #dfdfdf;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dfdfdf;
}

.dataTables_wrapper {
    /*overflow: auto;*/
}

    .dataTables_wrapper .dataTables_length select {
        padding: 0px 0px;
    }

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_info {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .2em 0.5em;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #f5f5f5;
    }

table.dataTable {
    padding-bottom: 17px;
}

.display-5 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.page-header {
    border-bottom: 1px solid #cccccc;
}

    .page-header .row, .page-header .col {
        margin: 0px;
        padding: 0px;
        line-height: 43px;
    }

    .page-header .display-5 {
        border: 0;
    }

table.dataTable thead th, table.dataTable tfoot th {
    font-size: 12px;
    white-space: nowrap;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: 14px;
}

.s-filter, .page-header {
    margin-bottom: 20px;
}

    .s-filter .select2-selection {
        background: #f8f9fa;
    }

.text-right {
    text-align: right;
}

.btn-group-sm > .btn, .btn-sm {
    border: 1px solid #ddd;
}

.page-body {
    position: relative;
}

.pageloader {
    position: absolute;
    right: 0;
}

/*table.dataTable, .dataTables_wrapper {
    display: none;
}*/

/*    table.dataTable thead th:last-child, table.dataTable tbody td:last-child {
        text-align: right;
    }

    table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
        text-align: center !important;
    }*/

.side-menu-fixed {
    position: relative;
    height: 100%;
    top: 0;
    /*  background: #fff;
    border-right: 1px solid #ddd;
   left: 200px;*/
    z-index: 99;
}



.btn-qu {
    color: #fff;
    background-color: #FF5722 !important;
    border-color: #FF5722 !important;
}

.hide {
    display: none;
}

@media print {
    body {
        visibility: hidden;
    }

    #section-to-print {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }
}

.navbar-expand-sm .navbar-toggler {
    display: block;
}

@media (min-width: 990px) {
    .side-menu {
        display: block;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .row {
        padding: 0px;
        margin: 0px;
    }

/*    .d-flex {
        display: block !important;
    }*/

    .login-container .d-flex {
        display: flex !important;
    }

    header {
        padding: 0 15px;
    }
}

@media (max-width: 600px) {
    .dropdown-menu[data-bs-popper] {
        right: 0;
        left: auto;
    }

    .counter-actions div {
        margin-bottom: 20px;
    }
}

.dataTable.table-controls td:last-child {
    text-align: right;
}

.dataTable.table-controls .navbar-expand-sm {
    justify-content: flex-end;
}

.tbl-toggle-dropdown {
    min-width: 50px;
    padding: 5px;
    text-align: center;
}

.dropdown-menu.tbl-menu {
    left: auto;
    right: 0 !important;
}

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center !important;
}

.dropdown-item {
    cursor: pointer;
}

.counter-box {
    position: absolute;
    right: 0;
    top: 0;
}

#countdownCircle {
    position: relative;
    width: 50px;
    height: 50px
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.35s;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

#countdownText {
    font-size: 14px;
    font-weight: bold;
}

#imagePreview {
    position: absolute;
    max-height: 132px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #CCD;
    background: #f1f1f1;
}

.deleted-item {
    background-color: #fbc8c6 !important;
}

#connectionStatus {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    z-index: 9999;
}

.card {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

#dashboard table {
    font-size: 12px;
}

#dashboard .card-body {
    padding: 10px;
}

#dashboard .card-title {
    font-weight: 600;
    color: #555;
    font-size: 13px;
}

.kpi {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin: 0px;
}

.chart-container {
    height: 105px;
    width: 100%;
}

.table-responsive {
    margin-top: 20px;
}

.ai-section {
    margin-top: 30px;
}

.ai-box {
    border-left: 5px solid #007bff;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
}

.ai-predictions, .ai-anomalies {
    margin-bottom: 20px;
}

.card-title {
    font-weight: 600;
    color: #555;
}

.xkpi {
    text-align: center;
    font-size: 5rem;
    font-weight: 100;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

#master_search {
    max-width: 650px;
    margin: 0px 18px 0px 0px;
}

.queue-details {
    background-color: #E0E0E0;
    padding: 20px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    margin-bottom: 20px;
}

.action-btn {
    height: 60px;
    font-size: 1.2rem;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
    font-weight: bold;
    color: #E91E63;
}

#gen-qr {
    cursor: pointer;
}

.gtext {
    font-weight: bold; /* Optional: Make the text bold */
    background-image: linear-gradient(120deg, #d1fbff 0%, #75cfff 29.13%, #978aff 70.56%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 400% 400%;
    animation: backgroundGradient_module_gradient__09c85722 12s ease infinite;
}

@keyframes backgroundGradient_module_gradient__09c85722 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ticket {
    width: 250px;
    padding: 20px;
    border-radius: 5px;
    background-color: #F5F5F5;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}
    /* Simulating the perforated edge */
    .ticket::after {
        content: '';
        position: absolute;
        bottom: -20px; /* Position it at the bottom */
        left: 0;
        right: 0;
        height: 20px;
        background: linear-gradient(to bottom, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
        border-top: 2px dashed #ddd; /* Dotted line to mimic the tear */
    }

.ticket-header {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
}

.ticket-time {
    font-size: 0.7rem;
    color: #555;
    margin-bottom: 15px;
}

.queue-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.ticket-details {
    font-size: 0.8rem;
    color: #333;
}

.ticket-footer {
    font-size: 0.6rem;
    color: #777;
    margin-top: 10px;
}

.ticket-location {
    font-weight: bold;
    font-size: 0.8rem;
}

.ticket-warning {
    color: #d9534f;
    font-size: 0.65rem;
    margin-top: 10px;
}

.swal2-confirm {
    background: #4CAF50 !important;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    box-shadow: 1px 1px 1px #ddd;
}

.swal2-cancel {
    background: #F44336 !important;
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    box-shadow: 1px 1px 1px #ddd;
}


.dt-picker {
    max-width: 100%;
    padding-top: 10px;
}

    .dt-picker input {
        background: #f0f8ff;
    }

    .dt-picker input, .dt-picker .btn, .input-group-text {
        padding: 4px 10px;
        height: 25px;
        font-size: 12px;
    }

    .dt-picker .btn {
        height: 26px !important;
    }

    .dt-picker .input-group-text {
        position: absolute;
        top: -26px;
        background: 0;
        border: 0;
        padding: 0;
        display: none
    }

        .dt-picker .input-group-text.from {
            left: 0;
        }

        .dt-picker .input-group-text.to {
            left: 44%;
        }

.login-container {
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.76) 50.6%, #ffffff 100%), linear-gradient(93deg, #40beff 1.67%, #7891e6 32.21%, #b17fd9 62.2%, #fd74c3 93.92%);*/
}

#gdpr_complience {
    font-size: 12px;
}

#navbarNav {
    position: fixed;
    top: 0px;
    background: #fff;
    height: 100% !important;
    z-index: 99;
    left: -452px;
    box-shadow: 1px 6px 5px #ccc;
    padding: 20px;
    transition: ease-in-out 0.5s left;
}

    #navbarNav.collapse, #navbarNav.collapsing {
        left: 0;
    }

.navbarNav-items a {
    display: block;
    padding: 20px;
    color: #444;
    text-decoration: none;
    text-align: left;
}

.table-filters .select2-container--default .select2-selection--single {
    line-height: 25px;
    font-size: 12px;
}

    .table-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 25px;
    }

.table-filters .select2-selection {
    background: #f0f8ff;
}

.star {
    font-size: 14px;
    color: #ffd700 !important;
}

    .star.empty {
        color: #ccc !important;
    }

.sub-menu {
    padding-left: 20px;
    text-indent: -28px;
    color: #F44336;
}

    .sub-menu a {
        color: #000;
    }

    .sub-menu .text-muted {
        font-size: 14px;
    }

    .sub-menu .nav-item {
        padding: 0px 20px;
        margin-bottom: 2px;
        line-height: 23px;
    }

        .sub-menu .nav-item:hover {
            box-shadow: 1px 1px 7px 0px #ddd;
            background: #f1f1f1;
        }

            .sub-menu .nav-item:hover .fxd-ico {
                display: inline-block;
            }

.fxd-ico {
    padding: 0px 28px;
    line-height: 3px;
    color: #E91E63;
    display: none;
}

.navbar > .container {
    justify-content: flex-end;
}

*[data-plan='2'] {
    position: relative;
    opacity: 0.8;
}

    *[data-plan='2'] .lock-ico {
        position: absolute;
        right: 0;
        top: 5px;
    }

.subscription-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .subscription-card:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

.current-plan {
    background-color: #dffbe0;
    border-color: #4caf50;
}

.upgrade-button {
    text-transform: uppercase;
    font-weight: bold;
}

.trtd {
    background-color: #fef3f2 !important;
    opacity: 0.7;
}

.frtd {
    background-color: #f3fef3 !important;
}

.counter-view {
    display: none;
}

.danger-box {
    background: #f6ced3;
    padding: 20px;
    text-align: center;
    max-width: 632px;
    margin: auto;
    border-radius: 5px;
}

.q-otp {
    max-width: fit-content;
    margin: auto;
    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 12px;
    display: none;
}

    .q-otp p {
        padding: 0;
        margin: 0;
    }

    .q-otp strong {
        letter-spacing: 1px;
        text-align: center;
    }

#formContainer {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

    #formContainer label {
        text-transform: capitalize;
    }

    #formContainer input {
        text-align: center;
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 3px;
        padding: 0;
    }

.dropdown-menu {
    left: auto !important;
    right: 0px !important;
}

.queue-list {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    max-height: 185px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.queue-item {
    padding: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
}

    .queue-item:last-child {
        border-bottom: none;
    }

    .queue-item.active {
        background-color: #e0e0e0;
        font-size: 14px;
        font-weight: bold;
        color: #222;
    }

.item-note {
    color: brown;
    font-size: 12px;
}

a:not([href]) {
    cursor: pointer;
}

.select2-container--open .select2-dropdown--below {
    z-index: 9999 !important;
}

.counter-actions .btn {
    line-height: 2;
}

.star-ico {
    vertical-align: bottom;
    font-size: 22px;
    color: gold;
}

.btn-light {
    border-color: #dfdfdf;
}

.table .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px;
}

.input-ico-wrapper {
    position: relative;
}

    .input-ico-wrapper .input-group-append {
        position: absolute;
        top: 0;
        right: 0;
        padding: 4px;
        cursor: pointer;
    }
.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.order-customer-details {
    background: #f8f9fa;
    padding: 10px;
    margin-bottom: 20px;
}

#partialAmount {
    width: 100%;
    font-size: 14px;
}
label[for=partialRefundChk] {
    font-size: 14px;
}