#container-table[data-v-454bfebc] {
  min-height: 30vh;
  max-height: 60vh;
  overflow-y: scroll;
  overflow-x: scroll;
}
.table > thead > tr > th[data-v-454bfebc],
.table > tbody > tr > th[data-v-454bfebc],
.table > tfoot > tr > th[data-v-454bfebc],
.table > thead > tr > td[data-v-454bfebc],
.table > tbody > tr > td[data-v-454bfebc],
.table > tfoot > tr > td[data-v-454bfebc] {
  border-color: #e2e7eb;
  padding: 2px 5px;
}
.table th[data-v-454bfebc],
.table td[data-v-454bfebc] {
  padding: 0.75rem;
}
.table th[data-v-454bfebc],
.table td[data-v-454bfebc] {
  padding: 5px;
}

.btn-row .btn[data-v-84db6a0e] {
  padding: 15px 20px;
  font-size: 0.875rem;
  min-width: 100px;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.invoice[data-v-cb75f4ac] {
  padding: 0 20px 0 20px;
}
.invoice-header[data-v-cb75f4ac] {
  padding: 1px;
}
.invoice .invoice-from[data-v-cb75f4ac] {
  padding: 5px 20px;
}
.invoice .invoice-to[data-v-cb75f4ac] {
  padding: 2px 20px;
}
.invoice .invoice-date[data-v-cb75f4ac] {
  padding: 2px 20px;
}
.invoice > div[data-v-cb75f4ac]:not(.invoice-footer) {
  margin-bottom: 10px;
}
.table > thead > tr > th[data-v-cb75f4ac],
.table > tbody > tr > th[data-v-cb75f4ac],
.table > tfoot > tr > th[data-v-cb75f4ac],
.table > thead > tr > td[data-v-cb75f4ac],
.table > tbody > tr > td[data-v-cb75f4ac],
.table > tfoot > tr > td[data-v-cb75f4ac] {
  padding: 3px 5px;
}
.table-responsive[data-v-cb75f4ac] {
  max-height: 15vh;
  overflow-x: scroll;
  overflow-y: scroll;
}
.table > thead > tr > th[data-v-cb75f4ac] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: rgba(230, 230, 230, 1);
  z-index: 10;
}
.invoice .invoice-price .invoice-price-left[data-v-cb75f4ac] {
  padding: 2px 10px;
  font-size: 15px;
}
.invoice .invoice-price .invoice-button[data-v-cb75f4ac] {
  font-size: 23px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.invoice .invoice-price .invoice-button .btn-default[data-v-cb75f4ac] {
  height: 122px;
  background: #d6dce0;
  border-color: #d6dce0;
  border-radius: 0%;
}
.invoice .invoice-price .invoice-price-right[data-v-cb75f4ac] {
  padding: 10px 10px;
  font-size: 23px;
  min-width: 41%;
}
.widget-table-img[data-v-cb75f4ac] {
  width: 100px;
  height: auto;
}
.payment-type[data-v-cb75f4ac] {
  font-size: 2.5rem;
  margin: 0;
}
.payment-type > li.active a[data-v-cb75f4ac] {
  color: #2d353c;
}
.payment-type > li a[data-v-cb75f4ac] {
  color: #999;
}
.form-control-lg[data-v-cb75f4ac] {
  background: #fffefe;
}
.payment[data-v-cb75f4ac] {
  background: #f2f3f4;
  padding: 0 0 5px 5px;
}
.invoice-footer[data-v-cb75f4ac] {
  padding-top: 0;
}
.btn-row .btn[data-v-cb75f4ac] {
  padding: 25px 25px;
  font-size: 0.875rem;
  min-width: 250px;
  text-align: center;
  position: relative;
  border-radius: 0;
}
.invoice .invoice-price .invoice-price-left .invoice-price-row .sub-price[data-v-cb75f4ac] {
  padding: 0 10px;
}
#keyboard[data-v-cb75f4ac] {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container[data-v-3429548e] {
  width: 100%;
  height: 70vh;
  background: #acacac;
  text-align: center;
}
#container iframe[data-v-3429548e] {
  width: 100%;
  height: 70vh;
  border: 2px solid #8a8989;
}
#container i[data-v-3429548e] {
  margin-top: 32vh;
}

.btn-row .btn[data-v-3bd83d94] {
  padding: 15px 20px;
  font-size: 0.875rem;
  min-width: 100px;
  text-align: center;
  position: relative;
  border-radius: 0;
}
fieldset[data-v-3bd83d94] {
  border: 1px solid #ececec;
  padding: 10px 15px !important;
  border-radius: 4px;
}

/* Add styles for countdown timer */
.countdown[data-v-aad1555a] {
  font-weight: bold;
}
.countdown-timer[data-v-aad1555a] {
  color: #007bff;
  /* Blue color for active countdown */
  font-size: 1.1em;
}
.countdown-timer.overtime[data-v-aad1555a] {
  color: #dc3545;
  /* Red color for overtime */
  -webkit-animation: blink-data-v-aad1555a 1s infinite;
          animation: blink-data-v-aad1555a 1s infinite;
}
.status-text[data-v-aad1555a] {
  color: #6c757d;
  /* Gray color for status text */
  font-size: 0.9em;
}
@-webkit-keyframes blink-data-v-aad1555a {
0%,
  50% {
    opacity: 1;
}
51%,
  100% {
    opacity: 0.3;
}
}
@keyframes blink-data-v-aad1555a {
0%,
  50% {
    opacity: 1;
}
51%,
  100% {
    opacity: 0.3;
}
}

/* Additional styling for over-time-alert tables */
.table.over-time-alert .countdown-timer[data-v-aad1555a] {
  color: #dc3545;
  -webkit-animation: blink-data-v-aad1555a 1s infinite;
          animation: blink-data-v-aad1555a 1s infinite;
}
.pos-counter .pos-counter-body .pos-counter-content .table-row .table[data-v-aad1555a] {
  width: 16.66%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66%;
          flex: 0 0 16.66%;
@media (max-width: 1250px) {
    width: 20%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 20%;

            flex: 0 0 20%;
}
@media (max-width: 1150px) {
    width: 25%;

    -webkit-box-flex: 0;

        -ms-flex: 0 0 25%;

            flex: 0 0 25%;
}
}
.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name[data-v-aad1555a] {
  padding: 5px;
}
.pos-counter .pos-counter-body .pos-counter-content .table-row .table .table-container .table-name .no[data-v-aad1555a] {
  font-size: 28px;
}

.btn-row .btn[data-v-1a5a886a] {
  padding: 15px 20px;
  font-size: 0.875rem;
  min-width: 100px;
  text-align: center;
  position: relative;
  border-radius: 0;
}
fieldset[data-v-1a5a886a] {
  border: 1px solid #ececec;
  padding: 10px 15px !important;
  border-radius: 4px;
}

.pos-counter[data-v-1a5a886a] {
  height: auto !important;
  padding-top: 0;
}
@media (max-width: 991.98px) {
.pos-counter .pos-counter-header .logo[data-v-1a5a886a],
  .time[data-v-1a5a886a],
  .nav .nav-item[data-v-1a5a886a] {
    display: none;
}
.pos-counter[data-v-1a5a886a] {
    height: 107vh;
}
}

.ant-notification {
  z-index: 1030;
}

.business-unit[data-v-68563e7e]{
  padding:0 100px 0 8px
}
.simple-business-unit[data-v-68563e7e]{
  display:block
}
.small-business-unit[data-v-68563e7e]{
  display:none
}
@media(max-width: 1287px){
.pos-counter .pos-counter-header .nav .nav-item[data-v-68563e7e]{
    display:none !important
}
.business-unit[data-v-68563e7e]{
    padding:0 90px 0 8px
}
}
@media(max-width: 991.98px){
.pos-counter .pos-counter-header .time[data-v-68563e7e],.nav .nav-item[data-v-68563e7e]{
    display:none !important
}
.pos-counter .pos-counter-header .table-status[data-v-68563e7e]{
    display:none !important
}
.business-unit[data-v-68563e7e]{
    padding:0 50px 0 8px
}
}
@media(max-width: 575.98px){
.pos-counter .pos-counter-header .table-status[data-v-68563e7e]{
    display:none !important
}
.business-unit[data-v-68563e7e]{
    padding:0 8px 0 8px
}
.pos-counter .pos-counter-header[data-v-68563e7e]{
    padding:10px 10px
}
.simple-business-unit[data-v-68563e7e]{
    display:none
}
.small-business-unit[data-v-68563e7e]{
    display:block;
    font-size:9px
}
.logo-text[data-v-68563e7e]{
    margin-left:0 !important
}
.nav-link[data-v-68563e7e]{
    padding:.5rem .5rem
}
.languages .btn[data-v-68563e7e]{
    padding:6px 6px
}
}
/* Add styles for countdown timer */
.countdown[data-v-ac5cf00c] {
  font-weight: bold;
}
.countdown-timer[data-v-ac5cf00c] {
  color: #007bff;
  /* Blue color for active countdown */
  font-size: 1.1em;
}
.countdown-timer.overtime[data-v-ac5cf00c] {
  color: #dc3545;
  /* Red color for overtime */
  -webkit-animation: blink-data-v-ac5cf00c 1s infinite;
          animation: blink-data-v-ac5cf00c 1s infinite;
}
.status-text[data-v-ac5cf00c] {
  color: #6c757d;
  /* Gray color for status text */
  font-size: 0.9em;
}
@-webkit-keyframes blink-data-v-ac5cf00c {
0%,
  50% {
    opacity: 1;
}
51%,
  100% {
    opacity: 0.3;
}
}
@keyframes blink-data-v-ac5cf00c {
0%,
  50% {
    opacity: 1;
}
51%,
  100% {
    opacity: 0.3;
}
}

/* Additional styling for over-time-alert tables */
.table.over-time-alert .countdown-timer[data-v-ac5cf00c] {
  color: #dc3545;
  -webkit-animation: blink-data-v-ac5cf00c 1s infinite;
          animation: blink-data-v-ac5cf00c 1s infinite;
}
.table-length[data-v-ac5cf00c] {
  position: absolute;
  top: 10px;
  left: 5px;
  height: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bg-overtime[data-v-ac5cf00c] {
  background: rgba(255, 69, 0, 0.8);
}
.pos-counter .pos-counter-body .pos-counter-content .table-row .table.over-time-alert .table-container[data-v-ac5cf00c]:after {
  display: none;
}

.pos-counter[data-v-7e7e2ce4] {
  padding: 0 0px;
}
.badge[data-v-7e7e2ce4] {
  font-size: 10px;
  line-height: 1.1;
  cursor: pointer;
}
.card-info[data-v-7e7e2ce4] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  background: #f2f3f4;
  padding: 5px 15px 10px 15px;
  border-radius: 0 0 4px 4px;
  border: none;
}
.info-item[data-v-7e7e2ce4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-label[data-v-7e7e2ce4] {
  font-size: 0.65rem;
  color: #666;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.info-value[data-v-7e7e2ce4] {
  font-size: 0.85rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

@media(max-width: 991.98px){
.pos-counter .pos-counter-body[data-v-44607107]{
    height:calc(100%)
}
}
/* No styles needed for invisible component */

.pos-counter[data-v-f75471e0] {
  height: 100vh;
}
@media (max-width: 991.98px) {
.pos-counter[data-v-f75471e0] {
    height: 111vh;
}
}
.toggle-password[data-v-f75471e0] {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -30px;
  font-size: 15px;
}


/*# sourceMappingURL=chunk-3098eaaa.d4cb9620.css.map*/