header .navbar .container .navbar-brand img {
  height: 40px;
  margin-top: 6px;
}
header .navbar .container .navbar-menu a {
  color: #A3A5A6;
}

.modal-wp .test-style .columns .button {
  margin-right: 0.5rem;
}

.box-gray {
  border-radius: 5px;
  background-color: #2D2D2D;
  color: #A3A5A6;
  padding: 0.5em;
}
.box-gray.details-box {
  display: flex;
  justify-content: space-between;
}

.box-gray:not(:last-child) {
  margin-bottom: 0.5rem;
}

.input-gray {
  border-radius: 10px;
}

.btn-search {
  position: absolute;
  top: 3px;
  right: 0;
  width: 35px;
  height: 35px;
  color: #A3A5A6;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.icons {
  position: absolute;
  top: 3px;
  right: 0;
  width: 35px;
  height: 35px;
  color: #A3A5A6;
  display: grid;
  place-content: center;
  cursor: pointer;
}

.hr {
  border-style: dashed;
}

.start-wp .start-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}
.start-wp .options-panel-index {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.start-wp .options-panel-index .left-panel-index {
  width: 15%;
  display: flex;
  justify-content: space-between;
}
.start-wp .options-panel-index .right-panel-index {
  width: 15%;
  display: flex;
  justify-content: space-between;
}
.start-wp .open-cash-handler {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  gap: 10px;
}
.start-wp .open-cash-handler .open-cash {
  border-radius: 7px;
  text-align: center;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  width: 300px;
  height: 316px;
  background-color: #2D2D2D;
  color: #fff;
  box-shadow: 1px 1px 0px 7px #e8e1e1;
}
.start-wp .open-cash-handler .open-cash:active {
  vertical-align: top;
  padding: 8px 13px 6px;
  transform: scale(0.95);
}
.start-wp .modal-wp {
  margin-bottom: 2rem;
}
.start-wp .modal-wp .modal-content {
  overflow: hidden;
  overflow-y: auto;
}
.start-wp .modal-wp .modal-content .test-style .columns .button {
  margin-right: 0.5rem;
}
.start-wp .modal-wp .table-container caption {
  display: none;
}

.modal-wp .table-container tbody tr td {
  color: white;
}

.everbloom-logo {
  background-image: url(./img/Everbloom-Logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.profile {
  background-size: contain;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.profile.small {
  width: 50px;
  height: 50px;
}

.input-function {
  width: 100%;
  height: 41px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  outline: none;
  border: none;
  text-align: center;
  background-color: #2D2D2D;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
  color: #F5F5F5;
}
.input-function:focus {
  box-shadow: 0px 0px 7px 2px rgba(250, 250, 250, 0.5);
}
.input-function.id {
  width: 100%;
}
.input-function.description {
  width: 100%;
}
.input-function.price {
  width: 100%;
}
.input-function .qty {
  width: 100%;
}
.input-function.add {
  color: #000;
}
.input-function.barcode {
  width: 100%;
  position: relative;
}
.input-function.border {
  border: 1px solid #fff;
}

.subtitle {
  font-weight: bold;
  color: #000;
}
.subtitle.bolder {
  font-weight: bolder;
}

.tbody-pos tr td {
  color: #A3A5A6;
}

.table thead.white-th tr th {
  color: #fff;
  font-weight: bold;
}
.table .pagination-footer-container ul li {
  margin-left: 10px;
}

.main-content .column {
  padding: 3px;
}

.table-search-wp {
  width: 99.86%;
  display: none;
  position: absolute;
  left: 1px;
  margin-top: 14px;
  overflow-y: auto;
  max-height: 768px;
  z-index: 999;
}
.table-search-wp.active {
  display: block;
}
.table-search-wp.active .table-container .table caption {
  background-color: #fff;
}
.table-search-wp.active .table-container .table caption .columns .column {
  padding: 0;
}
.table-search-wp table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #A3A5A6;
}

.table-two .table-container {
  min-height: 255px;
  max-height: 255px;
  overflow: auto;
}
.table-two .table-container .table caption {
  padding: 0;
}
.table-two .table-container .table caption .columns .column {
  padding: 0;
}
.table-two .table-container .table thead {
  position: sticky;
  top: 0;
  left: 0;
}
.table-two .table-container .table thead tr th {
  color: #ffffff;
  position: sticky;
  top: 0;
  background-color: #2D2D2D;
  font-size: 0.75rem;
}
.table-two .table-container .table tbody tr td {
  padding: 3px;
  font-size: 13px;
  color: white;
}
.table-two .table-container .table tfoot td {
  border: 0;
  padding: 5px 0;
}

#TABLE638046427774220000 > caption {
  display: none;
}

.caption-hide table caption {
  display: none;
}

.all-orders-table > .table-container {
  max-height: 700px;
  overflow-y: auto;
}

.all-orders-table .table thead {
  position: sticky;
  top: 0;
  background-color: #363636;
}

button.fs-small {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 1rem;
}

.payment-method {
  height: 100%;
  padding: 15px;
  color: #fff;
}

.checkout {
  border-radius: 15px;
}

.checkout-wp .payment-methods-container {
  min-height: 235px;
  max-height: 235px;
  overflow-y: auto;
  margin: -29px;
  padding: 0 1.25rem;
}
.checkout-wp .info-checkout .payment-method .column {
  width: 75%;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 20px;
}

.payment-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-button {
  position: absolute;
  top: 0;
  color: white;
  z-index: 6;
}

.top-button-left {
  left: 20px;
}

.top-button-right {
  right: 20px;
}

.column-gap-1 {
  column-gap: 1rem;
}

.create-wp {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.create-wp .customize-form {
  height: 500px;
  overflow: auto;
}
.create-wp select {
  height: 40px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .input-function {
    margin-top: 5px;
  }
}
@media only screen and (max-height: 768px) {
  .start-wp {
    max-height: 650px;
    overflow: hidden;
    overflow-y: auto;
  }
  .height768-mt-2 {
    margin-top: 0.75rem;
  }
  .height768-length-2 {
    width: 0.75rem !important;
  }
}
@media only screen and (max-height: 834px) {
  .height834px-height-350px {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 768px) {
  main {
    height: 100%;
    min-height: 85vh;
  }
  .input-function {
    width: 100%;
  }
  .input-function.id {
    width: 150px;
  }
  .input-function.description {
    width: 450px;
  }
  .input-function.price {
    width: 150px;
  }
  .input-function.qty {
    width: 105px;
  }
  .input-function.barcode {
    width: 200px;
  }
  .input-function.add {
    width: 80px;
  }
  .button-white.small {
    width: 130px;
    display: grid;
    place-items: center;
  }
  .button-white.login {
    width: 100px;
    display: grid;
    place-items: center;
  }
  .everbloom-logo {
    width: 450px;
    height: 100px;
  }
}
@media only screen and (min-height: 768px) {
  .table-two {
    min-height: 44vh;
  }
}
@media only screen and (max-height: 768px) {
  .table-search-wp {
    height: 620px;
  }
}
@media only screen and (min-height: 840px) {
  .table-two {
    min-height: 50vh;
  }
}
@media only screen and (min-height: 900px) {
  .table-two {
    min-height: 53vh;
  }
}
@media only screen and (max-height: 878px) {
  .denomination {
    width: 30% !important;
    font-size: 10px;
  }
  .denomination img {
    height: 26px;
  }
  .denomination .input-function {
    height: 31px;
  }
}
footer.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
footer.main-footer .hero.is-dark {
  background-color: #111315;
  padding: 0;
  margin: 0;
  height: auto;
}
footer.main-footer .hero.is-dark .hero-body {
  color: #A3A5A6;
  text-align: center;
  padding: 0.5rem;
  font-size: 10px;
}
footer.main-footer .hero.is-dark .hero-body .container .ticket-bubble {
  height: 38px;
  width: 38px;
  right: 0;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  background-color: #111315;
}

body {
  line-height: 1;
  font-family: "Inter", sans-serif;
  background-color: #111315;
  min-width: 1024px;
  min-height: 768px;
}

input,
button,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.is-length-2 {
  width: 0.75rem !important;
}

.pos-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.clr-gray {
  color: #A3A5A6 !important;
}

.clr-white {
  color: #ffffff !important;
}

.clr-red {
  color: #ff0000;
}

.clr-black {
  color: #000;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-col-3-1fr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-2 {
  display: grid;
  grid-template-columns: 67% 33%;
}

.row-gap-3 {
  row-gap: 3rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-d-column {
  flex-direction: column;
}

.flex-grow-1 {
  flex-grow: 1;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 6rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 5rem;
}

.padding-top-bottom-1 {
  padding: 1rem 0rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-11 {
  margin-top: 11rem;
}

.padding-1 {
  padding: 1rem;
}

.j-content-sa {
  justify-content: space-around;
}

.j-content-center {
  justify-content: center;
}

.j-content-se {
  justify-content: space-evenly;
}

.j-content-end {
  justify-content: flex-end;
}

.j-content-between {
  justify-content: space-between;
}

.align-items-baseline {
  align-items: baseline;
}

.fw-600 {
  font-weight: 600;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-70 {
  width: 70%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-17 {
  width: 17%;
}

.w-15 {
  width: 15%;
}

.w-12 {
  width: 12%;
}

.w-9 {
  width: 9%;
}

.height-100 {
  height: 100%;
}

.height-75 {
  height: 75%;
}

.height-50 {
  height: 50%;
}

.height-25 {
  height: 25%;
}

.height-15 {
  height: 15%;
}

.height-auto {
  height: auto !important;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.border-gray {
  border: 1px solid #A3A5A6;
  padding: 1rem;
  border-radius: 3px;
}

.border-bottom-gray {
  border-bottom: 1px solid #A3A5A6;
}

.border-top-gray {
  border-top: 1px solid #A3A5A6;
}

.border-right-gray {
  border-right: 1px solid #A3A5A6;
}

.bg-secondary-color {
  background-color: #2D2D2D;
}

.bold {
  font-weight: bold;
}

.title {
  color: #ffffff;
}
.title.black {
  color: #000;
}

.button {
  height: 41px;
  border-radius: 7px;
  text-align: center;
  transition: all 0.1s ease-out;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
}
.button:hover {
  opacity: 0.8;
}
.button:active {
  transform: scale(0.95);
}
.button.start {
  width: 100%;
}
.button.btn-bulma {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  height: auto;
}
.button.is-continues {
  background-color: #F5F5F5;
  color: #000;
  box-shadow: 4px 4px 4px -2px rgba(245, 245, 245, 0.8);
}
.button.is-continues:active {
  box-shadow: inset 9px 7px 5px rgba(137, 110, 110, 0.5), inset 4px 3px 2px rgba(0, 0, 0, 0.5);
}
.button.is-action {
  background-color: #2D2D2D;
  color: #fff;
  box-shadow: -6px -2px 7px rgba(4, 4, 4, 0.32), 4px 3px 8px rgba(0, 0, 0, 0.8);
}
.button.is-action:active {
  box-shadow: inset -15px -14px 7px rgba(14, 9, 9, 0.13), inset 13px 7px 8px rgba(0, 0, 0, 0.8);
}
.button.is-cancel {
  background-color: #000;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.8);
}
.button.is-cancel:active {
  box-shadow: inset 4px 3px 3px rgb(22, 21, 21), inset -7px -7px 7px rgba(8, 6, 14, 0.5);
}
.button.transparent {
  background-color: transparent;
  border: 1px solid #A3A5A6;
  font-size: 1rem;
  color: #fff;
  border-radius: 3px;
}
.button.transparent:not(:last-child) {
  margin-right: 1rem;
}
.button.search {
  background-color: transparent;
  color: #fff;
  display: flex;
  height: 42px;
  width: 41px;
  justify-content: center;
  align-items: center;
  border: 1px solid #A3A5A6;
  border-radius: 3px;
  font-size: 1.5rem;
}

.image.is-240x240 {
  height: 240px;
  width: 240px;
}

.pos.be-sticky {
  position: sticky;
  top: 0;
  background-color: #111315;
  z-index: 2;
}

.word-break {
  white-space: break-spaces;
  word-wrap: break-word;
  word-break: break-all;
}

.table-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-loader img {
  position: relative;
  left: 0 !important;
}

img.pos-waiting {
  position: relative;
  left: 50%;
}

.terminal-handler {
  position: relative;
  overflow-y: auto;
  min-height: 500px;
  height: auto;
  max-height: 900px;
  padding: 3rem;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.terminal-handler::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.terminal-handler .a-center {
  margin-bottom: 7px;
}
.terminal-handler .a-center .c-title {
  margin-left: 7px;
}
.terminal-handler .field-wp .fs-medium:nth-child(1) {
  color: white;
  font-size: 24px;
}

@media (max-height: 894px) {
  .terminal-handler .fc-6 {
    position: fixed;
    bottom: 2.5rem;
  }
  .terminal-setup-wp {
    height: 200px;
  }
}
@media (max-height: 768px) {
  .terminal-handler .fc-6 {
    display: none;
    top: 80px;
    left: 280px;
    border: 2px solid blue;
  }
  .terminal-setup-wp {
    height: 150px;
  }
  .fc-6 {
    display: none;
  }
}
.directdeposit-handler {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 2;
}
.directdeposit-handler strong {
  color: white;
}
.directdeposit-handler h3 {
  font-size: 2rem;
  font-weight: bold;
}
.directdeposit-handler li {
  font-weight: 200;
}