: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;
  padding-bottom: 25px;
  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: 10vh;
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.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.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.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 {
  max-width: 100%;
}

._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 {
  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 {
  width: 100%;
  height: 60px;
}

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

.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.pending-order {
  z-index: 9;
  -webkit-backdrop-filter: blur(var(--frosting));
  backdrop-filter: blur(var(--frosting));
  height: 60px;
  position: absolute;
  inset: auto 20px 20px;
}

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

.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;
  max-height: 100vh;
  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-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;
}

.product-card.booth {
  -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;
  overflow: visible;
}

.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;
}

.yalko-user-card {
  z-index: 999999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--bg-glass);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  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: 600px;
  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;
}

.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;
}

.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: 0;
  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-customer-address {
  margin-top: 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;
}

.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-card {
  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: 50px;
  outline-width: .5px;
  outline-style: solid;
  flex-flow: column;
  min-width: 500px;
  min-height: 85%;
  max-height: 85%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.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: 35px;
  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;
  flex: 1;
}

.option-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-right: 10px;
  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 {
  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: center;
  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;
}

@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;
  }
}

@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.booth.desktop {
    padding-left: 15%;
    padding-right: 15%;
  }

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

  .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-customer-address {
    padding-top: 5px;
  }

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

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

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

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

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

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

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

  .section.kofia.mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    height: 80vh;
    max-height: 80vh;
    display: flex;
    overflow: visible;
  }

  .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.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.devolopment {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .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;
  }
}

@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-llogo.yalko {
    height: 30px;
  }

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

@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 {
    display: none;
  }

  .section.kofia.mobile {
    object-fit: contain;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    max-height: 76vh;
    overflow: scroll;
  }

  .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 {
    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: 16vh;
    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;
  }

  .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-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;
  }
}