:root {
  --bg-glass: #71707040;
  --outer-shadow: #00000054;
  --inner-shadow: #0000004a;
  --border: #ffffff4d;
  --selected-glass: #ffffff70;
  --selected-inner-shadow: #fff;
  --frosting: 50px;
  --notice: #ff0000c2;
  --inside-glass: #cccccc36;
  --selected-outer-shadow: #00000054;
  --dropdown-list: #ffffff54;
  --bg-glass-dark: #00000040;
  --input-field: #00000026;
}

body {
  box-shadow: none;
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: none;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page.yalko-user {
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
}

.page.select-location {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  overflow: scroll;
}

.sections-container {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sections-container.booth {
  width: 100vw;
}

.sections-container.booth.mobile {
  display: none;
}

.sections-container.booth-ecom {
  width: 100vw;
  display: none;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.section._404 {
  max-width: 100%;
}

.section.orders {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.orders.desktop {
  flex-flow: column;
  height: 625px;
  max-height: 80vh;
  position: relative;
}

.section.customers {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.customers.desktop {
  flex-flow: column;
  height: 625px;
  max-height: 80vh;
  position: relative;
}

.section.products {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.products.desktop {
  flex-flow: column;
  height: 625px;
  max-height: 80vh;
  position: relative;
}

.section.summary {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.summary.desktop {
  flex-flow: column;
  height: 625px;
  max-height: 80vh;
  position: relative;
}

.section.booth {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.devolopment {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.devolopment.desktop {
  flex-flow: column;
  height: 625px;
  max-height: 80vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section.booth {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
}

.section.booth.desktop {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  height: 535px;
  max-height: 80vh;
  padding-left: 45px;
  padding-right: 45px;
  overflow: scroll;
}

.section.kofia {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
}

.section.kofia.desktop {
  height: 625px;
  max-height: 80vh;
}

._404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.code-eroor-card {
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 35px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  min-width: 350px;
  max-width: 450px;
  min-height: 350px;
  max-height: 600px;
  padding: 10px 25px 25px;
  display: flex;
}

._404-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 65px;
  line-height: 80px;
}

._404-subheading {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.glass-path {
  z-index: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button {
  all: unset;
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: transform .2s;
  display: flex;
}

.button:hover {
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
}

.button.error-page {
  margin-top: 20px;
  padding: 15px;
}

.button.customers-page {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 100%;
  height: 60px;
}

.button.close-register {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 25%;
  height: 60px;
}

.button.order-customer-details {
  height: 60px;
}

.button.remove-customer {
  background-color: var(--notice);
  height: 60px;
}

.button.customer-action {
  height: 60px;
}

.button.add-product {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 100%;
  height: 60px;
}

.button.create-product {
  height: 60px;
  min-height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.button.create-product.show {
  width: 100%;
}

.button.create-product.show.remove {
  background-color: var(--notice);
}

.button.create-product-inventory {
  z-index: 999;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  height: 60px;
  min-height: 60px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 20px;
}

.button.cancel {
  background-color: var(--notice);
  color: #fff;
}

.button.export-report {
  z-index: 99;
  position: absolute;
  inset: auto 20px 20px;
}

.button.v-group, .button.employees-filter {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 100%;
  height: 60px;
}

.button.terms {
  width: 50%;
}

.button.terms.notice {
  background-color: var(--notice);
}

.btn-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.btn-text.notice {
  color: #fff;
}

.image {
  width: 18px;
  margin-left: 10px;
}

.nav-bar-canvas {
  z-index: 9999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.nav-bar-container {
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.nav-bar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-glass);
  box-shadow: 0 0 15px -5px var(--outer-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 10px;
  display: flex;
  overflow: scroll;
}

.nav-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 175px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--inside-glass);
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
}

.nav-link.selected {
  background-color: var(--selected-glass);
  box-shadow: 0 0 25px 1px var(--selected-outer-shadow), inset 0 0 25px 1px var(--selected-inner-shadow);
}

.nav-link-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 25px;
}

.nav-link-text.selected {
  color: #000;
}

.body {
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-llogo {
  height: 75%;
}

.search-btn {
  z-index: 15;
  aspect-ratio: 1;
  background-color: var(--selected-glass);
  box-shadow: 0 0 25px -1px var(--selected-outer-shadow), inset 0 0 25px 1px var(--selected-inner-shadow);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.search-icon {
  width: 29px;
  display: inline-flex;
}

.search-icon.back-mobile {
  width: 35px;
  margin-right: 5px;
  display: inline-flex;
}

.search-input {
  z-index: 3;
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 75px;
  font-size: 1.3rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.search-input:focus {
  color: #fff;
}

.search-input::placeholder {
  color: #d4d4d4;
}

.search-input.heading.product-page {
  padding-left: 26%;
}

.search-input.heading.product-page.create {
  padding-left: 90px;
}

.search-input.heading.order-page {
  padding-left: 26%;
}

.dropdown-toggle {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  display: none;
}

.dropdown-toggle.filter {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.dropdown-list {
  z-index: 99;
  background-color: #16101000;
  max-height: 200px;
  overflow: scroll;
}

.dropdown-list.w--open {
  border: 1px solid var(--selected-glass);
  background-color: var(--dropdown-list);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 30px;
  padding: 10px;
}

.dropdown-list.heading {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: relative;
}

.dropdown-list.heading.w--open {
  background-color: #ffffffd6;
}

.act-search-btn {
  z-index: 15;
  background-color: #3898ec00;
  border-radius: 100px;
  min-width: 59px;
  height: 59px;
  position: absolute;
}

.product-card {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  object-fit: contain;
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.product-card.index {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 145px;
  max-height: none;
}

.fading {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 80%, #202020 96%);
  display: flex;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to top, #000 50%, #0000 50%);
  mask-image: linear-gradient(to top, #000 50%, #0000 50%);
}

.product-img-container-card {
  border-radius: 25px;
  height: 100%;
  display: flex;
}

.product-img-container-card.products-page {
  width: 60%;
}

.product-img-container-card.category {
  width: 100%;
}

.product-img-container-card.booth-page {
  width: 75%;
}

.product-desc-card {
  width: 50%;
  max-width: 250px;
  height: 100%;
  margin-left: 15px;
}

.product-price-container-card {
  text-align: right;
  min-width: 20%;
  height: 100%;
  padding-right: 10px;
}

.product-price-container-card.products-page {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 10px 10px 10px auto;
}

.product-img {
  object-fit: cover;
  border-radius: 25px;
  width: 125px;
  height: 125px;
}

.product-img.booth-page {
  min-height: 100px;
}

.product-name-card {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.product-price-card {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 20px;
}

.product-price-card.compared {
  color: #444;
  text-decoration: line-through;
}

.yalko-user-card {
  z-index: 999999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 45px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 350px;
  max-width: 400px;
  max-height: 800px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.sign-in-provider {
  max-width: 125px;
}

.sign-in-provider-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-note-input {
  background-color: var(--inner-shadow);
  box-shadow: inset 0 2px 20px 5px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  transition: all .3s;
}

.order-note-input:hover {
  box-shadow: inset 0 0 20px 10px var(--inner-shadow);
}

.order-note-input.show-page {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  min-height: 120px;
  max-height: 120px;
  padding: 20px;
  overflow: scroll;
}

.heading-search-bar {
  z-index: 999;
  background-color: var(--bg-glass);
  box-shadow: inset 0 0 15px -1px var(--inner-shadow), 0 0 15px -5px var(--outer-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  margin-bottom: 0;
  padding: 10px;
  transition: all .3s;
  display: flex;
  position: static;
  left: auto;
  right: auto;
  overflow: visible;
}

.heading-search-bar:hover {
  box-shadow: inset 0 0 25px 10px var(--inner-shadow), 0 0 15px -5px var(--outer-shadow);
}

.heading-search-bar.customers-page, .heading-search-bar.categories-page {
  justify-content: flex-end;
  align-items: center;
}

.filter-pill {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow), 0 0 25px 1px var(--selected-outer-shadow);
  border-radius: 100px;
  width: 23%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.filter-pill.reviews {
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 30%;
  max-height: 60px;
}

.filter-pill.reviews.side {
  width: 100%;
}

.dropdown-link-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.side-nav.product-page {
  justify-content: space-between;
  align-items: center;
}

.customer-filter-nav {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.order-filter-option {
  border-radius: 100px;
  width: 100%;
  height: 60px;
  transition: all .2s;
}

.order-filter-option:hover {
  background-color: var(--inside-glass);
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
}

.order-filter-option.selected {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow), 0 0 25px 1px var(--selected-outer-shadow);
  border-radius: 500px;
}

.order-filter-option-text {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.order-filter-option-text.selected {
  color: #000;
}

.orders-page-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  max-height: 550px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.customers-index {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 95%;
  min-height: 50%;
  max-height: 95%;
  margin-top: -23px;
  padding: 45px 15px 42px 30px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.order-card {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 125px;
  min-height: 125px;
  display: flex;
  position: relative;
  top: 0;
}

.order-card-number-customer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 30%;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
}

.order-card-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.order-card-customer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
}

.order-card-totals-types {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.order-card-total {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 25px;
}

.order-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 35%;
  margin-right: 2px;
  display: flex;
}

.order-tag {
  box-shadow: inset 0 0 25px 1px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  height: 35px;
  max-height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pagination-bar {
  background-color: var(--bg-glass);
  box-shadow: 0 0 15px -5px var(--outer-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: stretch;
  width: 71.4%;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 0 2px 27%;
}

.pagination-bar.reviews {
  box-shadow: none;
  width: 99.9%;
  bottom: 1px;
  left: 1px;
}

.pagination-button {
  justify-content: center;
  align-items: center;
  width: 21%;
  display: flex;
}

.pagination-button.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
}

.pagination-button.right {
  justify-content: flex-end;
  align-items: center;
  padding-right: 30px;
}

.pagination-number {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.pagination-button-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.customer-card {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 125px;
  min-height: 125px;
  display: flex;
  position: relative;
  top: 0;
}

.customer-page-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  max-height: 550px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.customer-filter-option {
  border-radius: 100px;
  width: 100%;
  height: 25%;
  min-height: 60px;
  transition: all .2s;
}

.customer-filter-option:hover {
  background-color: var(--inside-glass);
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
}

.customer-filter-option.selected {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow), 0 0 25px 1px var(--selected-outer-shadow);
}

.customer-filter-option-text {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.customer-filter-option-text.selected {
  color: #000;
}

.product-filter-nav {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.orders-index, .prioducts-index {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 95%;
  min-height: 50%;
  max-height: 95%;
  margin-top: -23px;
  padding: 45px 15px 42px 30px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.product-filter-option {
  border-radius: 100px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  transition: all .2s;
}

.product-filter-option:hover {
  background-color: var(--inside-glass);
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
}

.product-filter-option.selected {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow), 0 0 25px 1px var(--selected-outer-shadow);
}

.product-filter-option-text {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.product-filter-option-text.selected {
  color: #000;
}

.order-filter-nav {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  padding: 10px;
  display: flex;
}

.summary-tab-bar {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-glass);
  box-shadow: none;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.summary-tab {
  border-radius: 100px;
  width: 100%;
  height: 25%;
  min-height: 60px;
  transition: all .2s;
}

.summary-tab:hover {
  background-color: var(--inside-glass);
  outline-color: var(--border);
  outline-offset: 0px;
  outline-width: .5px;
  outline-style: solid;
}

.summary-tab.selected {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow), 0 0 25px 1px var(--selected-outer-shadow);
}

.summary-page {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  height: 100%;
  min-height: 50%;
  max-height: 100%;
  padding-bottom: 42px;
  padding-left: 25px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.summary-page.reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.summary-heading-container {
  z-index: 999;
  border-bottom: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
  position: sticky;
  top: 0;
}

.summary-heading-container.booth {
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.summary-total {
  color: #fff;
  text-shadow: 0 0 20px #000000a6;
}

.summary-payments {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.summary-payment {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 5px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  border-radius: 40px;
  height: 175px;
  padding: 20px;
}

.summary-payment-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.summary-payment-heading {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 30px;
}

.summary-payment-amount {
  text-align: right;
  font-size: 25px;
}

.summary-page-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 630px;
  max-height: 630px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.order-details {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}

.order-title {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 10px;
  padding-left: 5px;
}

.order-number {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 30px;
}

.order-date {
  color: #fff;
  word-break: break-all;
  max-width: 100%;
}

.product-page-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 550px;
  max-height: 550px;
  padding-bottom: 2px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.order-customer {
  padding-top: 10px;
}

.order-customer-info {
  padding-bottom: 10px;
}

.order-customer-name {
  color: #fff;
  font-size: 25px;
}

.order-customer-phone {
  color: #fff;
  padding-left: 5px;
}

.order-actions {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 10px 10px;
}

.order-total {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 10px;
  padding-left: 5px;
}

.order-total-amount {
  color: #fff;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 30px;
}

.order-total-amount-paid {
  color: #fff;
}

.order-subtotal {
  color: #fff;
  padding-left: 5px;
  font-size: 15px;
  line-height: 30px;
}

.order-totals-page {
  border-bottom: 1px solid #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.order-payment {
  color: #fff;
  padding-left: 5px;
  font-size: 15px;
  line-height: 30px;
}

.order-payments-index {
  border-bottom: 1px solid #fff;
  height: 165px;
  max-height: 60%;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: scroll;
}

.order-products-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 115%;
  margin-top: -20px;
  padding: 40px 10px 15%;
  display: flex;
  overflow: scroll;
}

.order-products {
  padding-bottom: 25px;
}

.order-products-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.order-products-index {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.order-billing {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.order-billing-details {
  color: #fff;
}

.billing-fields {
  padding-left: 10px;
  font-size: 20px;
  line-height: 35px;
}

.order-billing-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.customer-orders-details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 115%;
  margin-top: -20px;
  padding: 40px 10px 5%;
  display: flex;
  overflow: scroll;
}

.customer-details {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
}

.customer-summary {
  padding-top: 2px;
  padding-bottom: 2px;
}

.customer-totals {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 10px;
  padding-left: 5px;
}

.customer-orders-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.customer-orders-index {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.customer-addresses-title {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.customer-addresses-index {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.order-address {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 125px;
  min-height: 125px;
  display: flex;
  position: relative;
  top: 0;
}

.address-card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.address-card-title.city {
  font-size: 20px;
}

.customer-address-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 30%;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
}

.customer-title {
  border-bottom: 1px solid #fff;
  height: auto;
  padding-bottom: 10px;
  padding-left: 5px;
}

.products-showpage-half {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.product-info {
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 50px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-fields {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  overflow: scroll;
}

.product-fields.inventory {
  margin-top: 10px;
  padding-bottom: 100px;
}

.product-field {
  padding-left: 20px;
  padding-right: 20px;
}

.product-field.price-fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.product-field.price-fields.location {
  padding-left: 0;
  padding-right: 0;
}

.product-field.price {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.product-field.price.option {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.product-field.price.option.selection-limit {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5px;
}

.product-field.images {
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.product-field.locations {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.product-field-title {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.product-field-title.images {
  padding-left: 20px;
}

.product-field-title.option {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  display: flex;
}

.product-input {
  box-shadow: inset 0 0 25px 5px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 50px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 10px;
  transition: all .3s;
  display: flex;
}

.product-input:hover {
  box-shadow: inset 0 0 25px 10px var(--inner-shadow);
}

.product-input.description {
  border-radius: 25px;
  height: 200px;
}

.product-input.category {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 250px;
  max-height: 249px;
  margin-bottom: 10px;
  overflow: scroll;
}

.product-input.options {
  border-radius: 0 0 30px 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: 149px;
  max-height: 249px;
  margin-top: 0;
  overflow: scroll;
}

.product-input.options.new {
  min-height: auto;
}

.product-input.variant {
  color: #fff;
  border-radius: 30px 30px 0 0;
  flex-flow: column;
  height: 100px;
  padding: 5px 0 10px 15px;
  font-size: 20px;
}

.product-input.price {
  margin-top: 0;
}

.product-input.option {
  width: 70px;
  height: 30px;
  margin-top: 0;
}

.product-input.option.boolean {
  justify-content: center;
  align-items: center;
  width: 30px;
}

.product-input.employees {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 250px;
  max-height: 249px;
  margin-top: 0;
  margin-bottom: 10px;
  overflow: scroll;
}

.category-option {
  border-bottom: 1px solid var(--border);
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 15px;
  display: flex;
}

.category-option.selected {
  background-color: var(--border);
  margin-bottom: 0;
}

.product-images-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-grid;
}

.add-image {
  background-color: var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 75px;
  min-width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.add-image.option {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.plus-v {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 5px var(--selected-inner-shadow);
  border-radius: 100px;
  width: 10px;
  height: 70%;
  position: absolute;
}

.plus-v.option {
  width: 5px;
}

.plus-h {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 5px var(--selected-inner-shadow);
  border-radius: 100px;
  width: 70%;
  height: 10px;
  position: absolute;
}

.plus-h.option {
  height: 5px;
}

.product-images {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-image {
  aspect-ratio: 1;
  box-shadow: 0 0 25px 3px var(--outer-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 25px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  max-width: 175px;
  max-height: 175px;
}

.option-option {
  border-top: 1px solid var(--border);
  border-bottom: 1px none var(--border);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.option-option.booth {
  border-top: 1px solid var(--border);
  border-bottom-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 115px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.variant-field {
  flex-flow: column;
  display: flex;
}

.remove-variant {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
}

.remove-variant.product-images {
  width: auto;
  height: auto;
  position: absolute;
  inset: -7% -7% auto auto;
}

.cancel-btn {
  z-index: 15;
  aspect-ratio: 1;
  background-color: var(--selected-glass);
  box-shadow: 0 0 25px -1px var(--selected-outer-shadow), inset 0 0 25px 1px var(--selected-inner-shadow);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  padding: 10px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.product-title-inventory {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.product-location-inventory {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.option-prices {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.back-btn {
  z-index: 15;
  aspect-ratio: 1;
  background-color: var(--selected-glass);
  box-shadow: 0 0 25px -1px var(--selected-outer-shadow), inset 0 0 25px 1px var(--selected-inner-shadow);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.back-img {
  max-width: 70%;
  margin-right: 5px;
}

.boolean-checked {
  z-index: 15;
  aspect-ratio: 1;
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.pending-order-number {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.pending-order-products {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
  overflow: scroll;
}

.pending-order-customer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  flex-flow: column;
  font-size: 15px;
  display: flex;
}

.summary-filter-option-text {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  display: flex;
}

.summary-filter-option-text.selected {
  color: #000;
}

.reviews-index {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 80%;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
  overflow: scroll;
}

.review-card {
  background-color: var(--selected-glass);
  box-shadow: inset 0 0 25px 1px var(--selected-inner-shadow);
  object-fit: contain;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.review-card.index {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-top: 15px;
  overflow: visible;
}

.review-details-card {
  border-radius: 25px;
  height: 100%;
  display: flex;
}

.review-answer {
  margin-top: 3px;
  font-size: 15px;
}

.review-answer.date {
  padding-bottom: 10px;
  font-size: 12px;
}

.review-stars {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.review-actions-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 60px;
  margin-right: 2px;
  display: flex;
}

.review-action {
  box-shadow: inset 0 0 25px 1px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 100px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.review-question {
  margin-top: 5px;
  font-size: 18px;
}

.review-info {
  word-break: break-all;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 15px;
}

.review-actions {
  text-align: right;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 20%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.sign-in-input {
  box-shadow: inset 0 0 25px 5px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 50px;
  outline-width: .5px;
  outline-style: solid;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
  transition: all .2s;
  display: flex;
  overflow: scroll;
}

.sign-in-input:hover {
  box-shadow: inset 0 0 25px 10px var(--inner-shadow);
}

.sign-infield-label {
  color: #fff;
  text-align: center;
  margin-bottom: -10px;
}

.nothing-found {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000000a3;
  flex: 1;
}

.option-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.option-image {
  object-fit: cover;
  border-radius: 15px;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.option-name {
  font-size: 20px;
}

.pop-up {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.pop-up.sign-out, .pop-up.reviews, .pop-up.locations, .pop-up.create-payments, .pop-up.payments, .pop-up.employees, .pop-up.select-employees, .pop-up.remove-entree {
  opacity: 0;
  display: none;
}

.reviews-side-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.sign-infield-input {
  all: unset;
  color: #f5f5f5;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.location-image {
  border-radius: 25px;
  min-width: 100%;
  max-width: 100%;
  min-height: 250px;
  max-height: 250px;
}

.select-location-name {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
}

.select-location-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.sign-in-page-title {
  color: #fff;
  margin-bottom: 75px;
}

.bg {
  object-fit: cover;
  width: 100%;
}

.variant-fields {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.variant-fields.fields {
  padding-right: 10px;
}

.dev-container {
  background-color: var(--bg-glass);
  box-shadow: 0 0 15px -5px var(--outer-shadow);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 50px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.booth-mobile-hide {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.product-card-2 {
  background-color: var(--selected-glass);
  object-fit: contain;
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 125px;
  min-height: 125px;
  max-height: 125px;
  padding: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 25px 1px #fff;
}

.product-card-2.booth {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.product-card-2.kofia {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.pending-order-card-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-offset: 0px;
  background-color: #71707040;
  border-radius: 50px;
  outline: .5px solid #ffffff4d;
  flex-flow: column;
  min-width: 500px;
  min-height: 85%;
  max-height: 85%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.booth-actions {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: #ffffff70;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 0 25px 1px #fff;
}

.button-2:hover {
  box-shadow: inset 0 0 25px 1px #fff;
}

.button-2.pending-order {
  z-index: 9;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  height: 60px;
  position: absolute;
  inset: auto 20px 20px;
}

.button-2.close-register {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  width: 25%;
  height: 60px;
}

.booth-action {
  z-index: 15;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  background-color: #ffffff70;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px -1px #00000054, inset 0 0 25px 1px #fff;
}

.product-desc-card-3 {
  width: 50%;
  max-width: 250px;
  height: 100%;
  margin-left: 15px;
}

.booth-action-img {
  max-width: 70%;
}

.search-btn-order-creation {
  z-index: 15;
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  background-color: #ffffff70;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px -1px #00000054, inset 0 0 25px 1px #fff;
}

.discount-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.buttons-tab-form {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.t-field {
  color: #fff;
  margin-top: 10px;
}

.totals-number {
  text-align: right;
  width: 50%;
  height: 100%;
}

.product-input-2 {
  outline-offset: 0px;
  border-radius: 50px;
  outline: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 10px;
  transition: all .3s;
  display: flex;
  box-shadow: inset 0 0 25px 5px #0000004a;
}

.product-input-2:hover {
  box-shadow: inset 0 0 25px 10px #0000004a;
}

.product-input-2.selection-form {
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 220px;
  max-height: 249px;
  margin-top: -15px;
  overflow: scroll;
}

.h-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-results {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  height: 100%;
  margin-top: -15px;
  padding: 15px 5px 85px;
  display: none;
  overflow: scroll;
}

.kofia-half {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  max-height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.kofia-half.left {
  padding-left: 20px;
  overflow: visible;
}

.kofia-half.right {
  justify-content: space-between;
  align-items: center;
  height: 625px;
  padding-right: 20px;
  overflow: visible;
}

.assing-customer-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.product-desc-card-4 {
  word-break: break-all;
  width: 50%;
  max-width: 50%;
  height: 100%;
  margin-left: 15px;
}

.totals-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  display: flex;
}

.dropdown-list-2 {
  z-index: 99;
  background-color: #16101000;
  max-height: 200px;
  overflow: scroll;
}

.dropdown-list-2.w--open {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffff54;
  border: 1px solid #ffffff70;
  border-radius: 30px;
  padding: 10px;
  box-shadow: inset 0 0 25px 1px #fff;
}

.or {
  color: #fff;
  margin-top: 15px;
}

.kofia-button-heading {
  color: #fff;
  text-align: left;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  line-height: 25px;
}

.kofia-button {
  aspect-ratio: 1;
  box-shadow: none;
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 35px;
  outline: .5px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100%;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.kofia-button:hover {
  outline-offset: 0px;
  background-color: #cccccc36;
  outline: .5px solid #ffffff4d;
}

.order-totals {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-offset: 0px;
  color: #fff;
  background-color: #71707040;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  outline: .5px solid #ffffff4d;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  min-height: 140px;
  padding: 25px 25px 40px;
  display: flex;
  position: relative;
  top: 25px;
}

.kofia-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
}

.order-note-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.nav-link-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  color: #fff;
  background-color: #ccc0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 175px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color .2s;
  display: flex;
}

.nav-link-2:hover {
  outline-offset: 0px;
  background-color: #cccccc36;
  outline: .5px solid #ffffff4d;
}

.nav-link-2.w--current {
  box-shadow: none;
  background-color: #ccc0;
}

.nav-link-2.selected {
  background-color: #ffffff70;
  box-shadow: 0 0 25px 1px #00000054, inset 0 0 25px 1px #fff;
}

.nav-link-2.order-type {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
}

.category-option-2 {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  padding-left: 15px;
  font-size: 15px;
  display: flex;
}

.order-note-input-2 {
  outline-offset: 0px;
  background-color: #0000004a;
  border-radius: 30px;
  outline: .5px solid #ffffff4d;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  transition: all .3s;
  box-shadow: inset 0 2px 20px 5px #0000004a;
}

.order-note-input-2:hover {
  box-shadow: inset 0 0 20px 10px #0000004a;
}

.drop-down-list {
  outline-offset: 0px;
  border-radius: 50px;
  outline: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  display: flex;
  box-shadow: inset 0 0 25px 5px #0000004a;
}

.drop-down-list.kofia-form {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 65px;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  transition: box-shadow .2s;
}

.drop-down-list.kofia-form:hover {
  box-shadow: inset 0 0 25px 10px #0000004a;
}

.drop-down-list.kofia-form.payout-note {
  height: 100px;
  margin-top: 10px;
}

.checkout-details {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 35%;
  display: flex;
}

.payout-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.input-field {
  border-radius: 35px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.input-field.order-note {
  padding: 15px 25px 25px;
}

.totals-label {
  width: 50%;
  height: 100%;
}

.payout-title {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: none;
}

.search-btn-2 {
  z-index: 15;
  aspect-ratio: 1;
  background-color: #ffffff70;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px -1px #00000054, inset 0 0 25px 1px #fff;
}

.search-btn-2.back-mobile {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  position: relative;
}

.product-img-2 {
  object-fit: cover;
  border-radius: 25px;
  height: 100%;
}

.fading-2 {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 82%, #202020 96%);
  display: flex;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to top, #000 20%, #0000 50%);
  mask-image: linear-gradient(to top, #000 20%, #0000 50%);
}

.tabs-content {
  height: 100%;
}

.buttons-tab-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: none;
  color: #fff;
  background-color: #ccc0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-width: 175px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: background-color .2s;
  display: flex;
}

.buttons-tab-link:hover {
  outline-offset: 0px;
  background-color: #cccccc36;
  outline: .5px solid #ffffff4d;
}

.buttons-tab-link.w--current {
  color: #000;
  background-color: #ffffff70;
  box-shadow: inset 0 0 25px 1px #fff;
}

.heading-bar {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-offset: 0px;
  background-color: #71707040;
  border-radius: 100px;
  outline: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: 80px;
  padding: 10px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.heading-bar.buttons-tabbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  margin-bottom: 10px;
}

.heading-bar.search {
  z-index: 99;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: inset 0 0 20px -1px #0000004a;
}

.heading-bar.search:hover {
  box-shadow: inset 0 0 25px 10px #0000004a;
}

.heading-bar.search:focus {
  box-shadow: inset 0 0 25px -5px #ffffff70;
}

.form-heading {
  color: #fff;
  width: 100%;
  margin-top: 0;
  font-size: 30px;
}

.order-note-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.button-3 {
  background-color: #ffffff70;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  transition: transform .2s;
  display: flex;
  box-shadow: inset 0 0 25px 1px #fff;
}

.button-3:hover {
  box-shadow: inset 0 0 25px 1px #fff;
}

.button-3.checkout-button {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  width: 100%;
  height: 60px;
  min-height: 60px;
  position: relative;
  box-shadow: inset 0 0 25px 1px #fff;
}

.button-3.kofia-form {
  width: 100%;
  height: 65px;
}

.button-3.kofia-form.notice {
  background-color: #ff0000c2;
  display: flex;
}

.button-3.custom-product {
  z-index: 2;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  width: 95%;
  height: 65px;
  min-height: 65px;
  position: absolute;
  inset: auto 0% 2% 2.5%;
}

.h-field {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.dropdown-link {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  font-size: 1.3rem;
  transition: all .2s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #71707040;
  border-radius: 30px;
}

.order-note-title, .clock-title {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: none;
}

.button-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.kofia-button-icon {
  max-width: 50px;
}

.discount-title {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: none;
}

.clock-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.order-products-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  min-height: 83%;
  margin-top: -30px;
  margin-bottom: -140px;
  padding-top: 45px;
  padding-bottom: 140px;
  display: flex;
  overflow: scroll;
}

.assing-employees-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.assign-employee-title {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: none;
}

.buttons-tab {
  height: 100%;
}

.assign-customer-title {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: none;
}

.kofia-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #71707040;
  border-radius: 0 0 45px 45px;
  outline: .5px solid #ffffff4d;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  height: 550px;
  max-height: 550px;
  margin-top: -5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 15px 15px;
  transition: all .2s;
  display: inline-grid;
  overflow: scroll;
}

.select-product-variants {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: 0;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  height: 100%;
  margin-top: -15px;
  padding: 15px 5px 85px;
  display: none;
  overflow: scroll;
}

.button-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.credentials-input {
  color: #c7de86;
  text-align: center;
  background-color: #111;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s, opacity .2s, box-shadow .3s, border-color .3s;
}

.credentials-input:hover {
  border-color: #ffd900;
}

.credentials-input:focus {
  color: #ffd900;
  background-color: #111;
  border-color: #ffd900;
}

.credentials-input.w--ecommerce-pill-selected {
  color: #000;
  background-color: #c7de86;
  border-color: #f36c21;
}

.credentials-input.options {
  background-color: var(--bg-glass-dark);
  outline-color: var(--border);
  outline-offset: 0px;
  color: #fff;
  border-style: none;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 100px;
  max-width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  display: flex;
  box-shadow: inset 0 0 25px 1px #0003;
}

.credentials-input.options.w--ecommerce-pill-disabled {
  border-style: none;
  text-decoration: line-through;
}

.credentials-input.options.selected {
  background-color: var(--selected-glass);
  color: #000;
  box-shadow: inset 0 0 25px 1px #fff;
}

.option-list {
  flex-direction: column;
  display: flex;
}

.option-image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100px;
  min-height: 40%;
  margin-bottom: 10px;
}

.option-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-10 {
  word-break: break-all;
}

.text-block-10:focus {
  color: #000;
}

.field-label-3 {
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 35px;
  position: sticky;
}

.order-creation-table {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 25px;
}

.buttons-group {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.employees-report {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 75%;
  height: 100%;
  min-height: 50%;
  max-height: 100%;
  padding-top: 11px;
  padding-left: 25px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.employees-report.reviews {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 0;
}

.employees-report-result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 40px;
  outline-width: .5px;
  outline-style: solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 680px;
  display: flex;
  overflow: hidden;
}

.report-table {
  width: 100%;
  padding: 30px;
  overflow: scroll;
}

.v-buttons {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.fading-container {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(#0000 82%, #202020 96%);
  display: flex;
  position: absolute;
  inset: 0%;
  -webkit-mask-image: linear-gradient(to top, #000 20%, #0000 50%);
  mask-image: linear-gradient(to top, #000 20%, #0000 50%);
}

.yalko-terms-card {
  z-index: 999999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 45px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 500px;
  max-width: 500px;
  max-height: 1000px;
  margin-bottom: 20px;
  padding: 20px 20px 80px;
  display: flex;
  position: relative;
}

.terms-heading {
  color: #fff;
  text-align: center;
}

.terms-text {
  color: #fff;
}

.terms-field {
  background-color: var(--inner-shadow);
  box-shadow: inset 0 2px 20px 5px var(--inner-shadow);
  outline-color: var(--border);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: .5px;
  outline-style: solid;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding: 20px;
  transition: all .3s;
  overflow: scroll;
}

.terms-field:hover {
  box-shadow: inset 0 0 20px 10px var(--inner-shadow);
}

.terms-field.show-page {
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  min-height: 120px;
  max-height: 120px;
  padding: 20px;
  overflow: scroll;
}

.div-block {
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .section.orders.desktop, .section.customers.desktop, .section.products.desktop, .section.summary.desktop, .section.devolopment.desktop {
    justify-content: space-between;
    align-items: center;
  }

  .button.order-customer-details, .button.remove-customer, .button.customer-action {
    height: 60px;
  }

  .nav-bar-container {
    max-width: 1439px;
  }

  .heading-search-bar {
    max-width: 100%;
  }

  .customer-filter-nav, .product-filter-nav, .order-filter-nav, .summary-tab-bar {
    min-width: 200px;
  }

  .summary-page {
    max-height: 735px;
  }

  .order-title, .order-total, .customer-totals, .customer-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .product-fields.inventory {
    margin-top: 0;
    padding-top: 15px;
  }

  .checkout-details {
    top: -25.2%;
  }

  .employees-report {
    max-height: 735px;
  }
}

@media screen and (min-width: 1440px) {
  .section.orders.desktop, .section.customers.desktop, .section.products.desktop, .section.summary.desktop {
    justify-content: flex-start;
    align-items: center;
  }

  .section.devolopment.desktop {
    justify-content: flex-start;
    align-items: center;
  }

  .section.booth.desktop {
    padding-left: 15%;
    padding-right: 15%;
  }

  .glass-path.bg {
    display: flex;
  }

  .nav-bar-container {
    max-width: 1800px;
  }

  .product-img-container-card {
    min-width: 15%;
  }

  .product-price-container-card.products-page {
    padding-top: 0;
    padding-right: 2px;
  }

  .customers-index, .orders-index, .prioducts-index {
    margin-top: -10px;
  }

  .summary-page {
    max-height: 925px;
  }

  .order-details {
    line-height: 23px;
  }

  .order-customer-info {
    border-bottom: 1px solid #fff;
  }

  .order-payment {
    margin-bottom: 5px;
  }

  .customer-details {
    line-height: 23px;
  }

  .review-details-card {
    min-width: 15%;
  }

  .product-card-2.booth {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .product-card-2.kofia {
    height: 125px;
    min-height: 125px;
    max-height: 125px;
  }

  .checkout-details {
    top: -19.5%;
  }

  .employees-report {
    max-height: 925px;
  }
}

@media screen and (min-width: 1920px) {
  .glass-path.bg {
    display: flex;
  }

  .kofia-button-icon {
    width: 75px;
  }
}

@media screen and (max-width: 991px) {
  .page {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sections-container.booth.mobile {
    display: flex;
  }

  .section.orders {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.orders.desktop {
    display: none;
  }

  .section.customers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.customers.desktop {
    display: none;
  }

  .section.products {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.products.desktop {
    display: none;
  }

  .section.summary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.summary.desktop {
    display: none;
  }

  .section.devolopment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.devolopment.desktop {
    display: none;
  }

  .section.booth {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.booth.desktop {
    display: none;
  }

  .section.kofia {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section.kofia.desktop {
    display: none;
  }

  .code-eroor-card {
    min-width: 400px;
  }

  .glass-path {
    margin-top: 0;
  }

  .nav-bar-container {
    width: 100%;
  }

  .nav-bar {
    height: 90px;
    overflow: scroll;
  }

  .nav-link {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 110px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .nav-link-text {
    font-size: .8rem;
    line-height: 10px;
  }

  .nav-llogo {
    height: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .yalko-user-card {
    margin-bottom: 20px;
    display: flex;
  }

  .orders-page-container {
    height: 100%;
    max-height: 100%;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .pagination-bar {
    width: 95%;
    bottom: 91px;
    left: 2.5%;
    right: 20px;
  }

  .customer-page-container {
    height: 100%;
    max-height: 100%;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .summary-heading-container.booth {
    display: none;
  }

  .summary-page-container, .product-page-container {
    height: 100%;
    max-height: 100%;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .select-location-container {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .booth-mobile-hide {
    height: 50vh;
  }

  .kofia-half {
    width: 100%;
  }

  .kofia-button-heading {
    font-size: 1.5rem;
  }

  .nav-link-2, .buttons-tab-link {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    min-width: 110px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .kofia-buttons {
    height: 100%;
    max-height: 100%;
  }

  .credentials-input {
    margin-bottom: 10px;
  }

  .yalko-terms-card {
    margin-bottom: 20px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sections-container {
    border-radius: 45px;
    max-height: 100vh;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 25px;
    overflow: scroll;
  }

  .nav-bar-canvas {
    margin-top: 0;
  }

  .nav-link {
    min-width: 70px;
    padding-top: 5px;
  }

  .nav-link-text {
    font-size: .65rem;
  }

  .nav-link-text.order-type {
    font-size: 1rem;
  }

  .nav-llogo.yalko {
    height: 30px;
  }

  .select-location-container {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .kofia-half {
    justify-content: space-between;
    align-items: center;
  }

  .kofia-button-heading {
    font-size: 1.1rem;
    line-height: 20px;
  }

  .kofia-button {
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .nav-link-2, .buttons-tab-link {
    min-width: 70px;
    padding-top: 5px;
  }

  .heading-bar {
    width: 100%;
  }

  .kofia-button-icon {
    width: 25px;
  }

  .kofia-buttons {
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .page {
    justify-content: space-between;
    align-items: center;
  }

  .sections-container {
    border-radius: 45px 45px 0 0;
    justify-content: space-between;
    align-items: center;
    max-height: 100vh;
    margin-bottom: -15px;
    padding-top: 10px;
    display: flex;
    overflow: scroll;
  }

  .sections-container.booth, .sections-container.booth-ecom {
    display: none;
  }

  .code-eroor-card {
    width: auto;
    min-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._404-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .glass-path {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }

  .button.customers-page, .button.close-register, .button.employees-filter {
    height: 60px;
  }

  .btn-text.hide {
    font-size: 15px;
  }

  .nav-bar-canvas {
    margin-bottom: -25px;
    bottom: 0;
  }

  .nav-bar-container {
    height: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .nav-bar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-radius: 40px 40px 0 0;
    outline-width: 1px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 24vh;
    max-height: 24vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    overflow: scroll;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 66px;
    max-width: 66px;
    height: 66px;
  }

  .nav-link:hover {
    outline-width: 1px;
  }

  .nav-link-text {
    font-size: 10px;
    line-height: 15px;
  }

  .nav-link-text.selected {
    font-size: .6rem;
  }

  .nav-link-text.order-type {
    font-size: .8rem;
  }

  .body {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }

  .nav-llogo {
    margin-bottom: 3px;
  }

  .search-btn {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
  }

  .search-icon {
    width: 20px;
  }

  .search-icon.back-mobile {
    width: 25px;
    display: inline-flex;
  }

  .search-input {
    z-index: 3;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .dropdown-list.w--open {
    border-radius: 25px;
    max-height: 150px;
  }

  .product-card {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    height: 100px;
    min-height: 100px;
  }

  .fading {
    background-image: linear-gradient(#0000 80%, #000 94%);
  }

  .product-price-container-card {
    text-align: center;
    max-width: 20%;
    padding-top: 5px;
  }

  .product-name-card {
    font-size: 15px;
    line-height: 25px;
  }

  .product-info-card {
    font-size: 12px;
  }

  .product-price-card {
    font-size: 12px;
    line-height: 25px;
  }

  .yalko-user-card {
    width: 90%;
    min-width: auto;
    min-height: auto;
  }

  .sign-in-provider {
    max-width: 125px;
  }

  .cancel-btn, .back-btn, .boolean-checked {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
  }

  .review-card {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    height: 100px;
    min-height: 100px;
  }

  .review-answer {
    font-size: 12px;
  }

  .review-stars {
    font-size: 15px;
    line-height: 25px;
  }

  .review-question {
    font-size: 12px;
  }

  .review-actions {
    text-align: center;
    max-width: 20%;
    padding-top: 5px;
  }

  .sign-in-input {
    min-height: 45px;
  }

  .location-image {
    max-width: 125px;
  }

  .product-card-2 {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    height: 100px;
    min-height: 100px;
  }

  .button-2.close-register {
    height: 60px;
  }

  .booth-action, .search-btn-order-creation {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
  }

  .search-results {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .kofia-half {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list-2.w--open {
    border-radius: 25px;
    max-height: 150px;
  }

  .kofia-button-heading {
    font-size: 1rem;
    line-height: 20px;
    display: none;
  }

  .kofia-button {
    border-radius: 30px;
    outline-width: 1px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .kofia-button:hover {
    outline-width: 1px;
  }

  .order-totals {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    outline-width: 1px;
    height: 130px;
    min-height: 130px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .nav-link-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 66px;
    max-width: 66px;
    height: 66px;
  }

  .nav-link-2:hover {
    outline-width: 1px;
  }

  .nav-link-2.selected.order-type {
    min-width: 70px;
  }

  .nav-link-2.order-type {
    min-width: 70px;
    max-width: 100%;
    height: 100%;
  }

  .drop-down-list.kofia-form {
    justify-content: space-between;
    align-items: flex-start;
    height: 60px;
  }

  .checkout-details {
    height: auto;
    position: static;
    top: -24vh;
  }

  .search-btn-2 {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
  }

  .search-btn-2.back-mobile {
    opacity: 0;
    display: flex;
  }

  .fading-2 {
    background-image: linear-gradient(#0000 80%, #000 94%);
  }

  .buttons-tab-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 66px;
    max-width: 66px;
    height: 66px;
  }

  .buttons-tab-link:hover {
    outline-width: 1px;
  }

  .heading-bar {
    outline-width: 1px;
    height: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .heading-bar.search {
    height: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .form-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .button-3.checkout-button {
    height: 50px;
    min-height: 50px;
  }

  .button-3.kofia-form {
    height: 60px;
  }

  .dropdown-link {
    height: 50px;
    font-size: 1rem;
  }

  .kofia-button-icon {
    width: 40px;
  }

  .order-products-container {
    min-height: 70%;
    max-height: 75%;
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .kofia-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    outline-width: 1px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
    height: 350px;
    padding: 15px 10px 10px;
  }

  .select-product-variants {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .button-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .field-label-3 {
    text-align: center;
    background-color: #000;
    line-height: 30px;
    position: sticky;
    top: 120px;
  }

  .fading-container {
    background-image: linear-gradient(#0000 80%, #000 94%);
  }

  .yalko-terms-card {
    width: 90%;
    min-width: auto;
    min-height: auto;
  }
}

#w-node-bb5fdca7-841a-5c23-b202-ceea9c03b623-5a98c52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


