* {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  color: black;
  min-height: 100vh;
  background-size: 100% auto;
  overflow: hidden;
}

:root {
  --border-radius: 14px;
  --border-radius-desktop: 17px;
  --orange-color: #F8A917;
  --green-color: #31B545;
  --red-color: #E64D44;
  --grey-color: #EFEFF3;
  --blue-color: #007AFF;
  --margin-top: 30px;
  --drop-shadow-2: 2px 4px 12px 0 #00000014;
  --drop-shadow-item: 0 0 4px 0 #D9D9D9;
  --transform-scale-active: scale(0.97);
  --transform-scale-not-active: scale(1);
}

html {
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
}

#app {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  height: 100vh;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-top: var(--tg-safe-area-inset-top);
  max-width: 430px;
  background-color: white
}

#app::-webkit-scrollbar {
  display: none;
}

.fade-move,
.fade-leave-active, 
.fade-enter-active {
  transition: all .4s ease-in-out;
}

.fade-leave-from, 
.fade-enter-to {
  opacity: 1;
}

.fade-leave-to,
.fade-enter-from {
  opacity: 0;
}
.no-orders[data-v-8b63d441] {
  font-size: 16px;
  margin-top: 20px;
}
.btn[data-v-8b63d441]:active {
  transform: var(--transform-scale-active);
}

/* .all-items-btn:active {
  transform: var(--transform-scale-active);
}

.btn-settings:active {
  transform: var(--transform-scale-active);
} */
.btn[data-v-8b63d441] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  font-size: 18px;
  color: black;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  transition: all .3s ease;
}
.head-bnt-first-line[data-v-8b63d441] {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  width: 100%;
  text-align: start;
}
.orders-by-point[data-v-8b63d441]{
  width: 100%;
}
.orders-list[data-v-8b63d441]{
  margin-top: 30px;
}
.btn1[data-v-8b63d441], .btn2[data-v-8b63d441], .btn3[data-v-8b63d441] {
  background-color: var(--orange-color);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 8.3vw;
  color: white;
  border-radius: var(--border-radius);
}
.three-btns[data-v-8b63d441]{
  display: grid;
  width: 100%;
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 10px;
}
.statistic-body[data-v-8b63d441]{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.btn-body[data-v-8b63d441] {
  background-color: var(--orange-color);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: var(--border-radius);
  margin-top: 20px;
}
.items-body[data-v-8b63d441]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.add-admin-text[data-v-8b63d441]{
  font-size: 16px;
  font-weight: 400;
}
.add-admin-wrapper[data-v-8b63d441]{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-color);
  padding: 13px 21px;
  gap: 10px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.admins-body[data-v-8b63d441]{
  width: 100%;
}
.label-section[data-v-8b63d441]{
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.admin-section[data-v-8b63d441]{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin-label[data-v-8b63d441], .statistic-label[data-v-8b63d441], .items-label[data-v-8b63d441] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}


.btn[data-v-a9ef6041] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 14px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-a9ef6041] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-a9ef6041]::before,
.btn-add-to-cart[data-v-a9ef6041]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-a9ef6041] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-a9ef6041]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-a9ef6041]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-a9ef6041] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-a9ef6041]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-a9ef6041] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-a9ef6041] {
  width: 70px;
}
.btn[data-v-a9ef6041]:active {
  transform: var(--transform-scale-active);
}
.select-packaging[data-v-a9ef6041] {
  background-color: inherit;
  border: 1px solid black;
  border-radius: 5px;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.select-packaging[data-v-a9ef6041]:disabled {
  cursor: not-allowed;
}
.btns[data-v-a9ef6041] {
  display: flex;
  width: 157px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.description[data-v-a9ef6041]{
  font-size: 14px;
  font-weight: 500;
  color: #8E8E92;
  text-align: start;
  max-width: 100px;
}
.packaging[data-v-a9ef6041] {
  font-size: 14px;
  font-weight: 500;
  color: #8E8E92;
}
.label[data-v-a9ef6041] {
  color: black;
  font-size: 16px;
  font-weight: 500;
  max-width: 100px;
  text-align: start;
}
.label-packaging[data-v-a9ef6041] {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
}
.descr-item[data-v-a9ef6041] {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 90%;
}
.count-absolute[data-v-a9ef6041] {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--orange-color);
  color: white;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: var(--border-radius);
}
.item-img-item[data-v-a9ef6041]{
  width: 30vw;
  max-width: 131px;
}
.item-img[data-v-a9ef6041]{
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.item-wrapper[data-v-a9ef6041]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--grey-color);
  padding: 5px 4px;
  border-radius: var(--border-radius);
}


.admin-header-edit[data-v-3f24905a]{
  font-size: 15px;
  color: var(--green-color);
  font-weight: 600;
}
.admin-header-label[data-v-3f24905a]{
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.admin-header[data-v-3f24905a]{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.shop-items-admin[data-v-3f24905a]{
  width: 100%;
}
.no-products[data-v-3f24905a]{
  color: black;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
.close-search-icon-wrapper[data-v-3f24905a]{
  position: absolute;
  display: flex;
  right: 0;
  width: 15%;
  justify-content: end;
  height: 100%;
}
.icon-close-search[data-v-3f24905a]{
  max-width: 14px;
  margin-right: 30%;
}
input.text[data-v-3f24905a]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-3f24905a] {
  background-color: inherit;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}
.search-wrapper[data-v-3f24905a]{
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #EFEFF3;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}
.active[data-v-3f24905a] {
  background-color: var(--green-color);
  color: white;
}
.test-btn-cart[data-v-3f24905a]{
  position: absolute;
  background-color: var(--green-color);
  bottom: 10px;
  color: white;
  padding: 20px 100px;
  border-radius: var(--border-radius);
}
.shop-items[data-v-3f24905a]{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 18px;
}
.search-icon[data-v-3f24905a]{
  display: flex;
  background-color: var(--grey-color);
  padding: 12px;
  border-radius: var(--border-radius);
}

/* .first-section1{ 
  font-size: 13px;
  font-weight: 500;
  padding: 10px 13px;
  border-radius: var(--border-radius);
  background-color: var(--green-color);
  color: white;
} */
.first-section[data-v-3f24905a], .second-section[data-v-3f24905a], .third-section[data-v-3f24905a], .four-section[data-v-3f24905a], .five-section[data-v-3f24905a], .six-section[data-v-3f24905a], .seven-section[data-v-3f24905a], .eight-section[data-v-3f24905a], .nine-section[data-v-3f24905a]{
  font-size: 13px;
  font-weight: 500;
  color: black;
  padding: 10px 13px;
  border-radius: var(--border-radius);
  white-space: nowrap;
}
.section-scroll[data-v-3f24905a] {
  overflow-x: scroll;
  display: flex;
  max-width: 78vw;
  background-color: var(--grey-color);
  border-radius: var(--border-radius);
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px;
}
.section-scroll[data-v-3f24905a]::-webkit-scrollbar {
  display: none;
}
.sections-shop[data-v-3f24905a] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
}
.shop-header[data-v-3f24905a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 13px;
}
.shop-wrapper[data-v-3f24905a]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.edit-btn-wrapper[data-v-7bdd20c3]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.btn[data-v-7bdd20c3] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  height: 40px;
  width: 30%;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.del[data-v-7bdd20c3]{
  background-color: var(--red-color);
}
.plus[data-v-7bdd20c3]{
  background-color: var(--green-color);
}
.min[data-v-7bdd20c3]{
  background-color: var(--orange-color);
}
.del[data-v-7bdd20c3]::after {
  display: inline-block;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.4138%204.54839H17.1379L16.2069%2018.4194C15.8966%2020.6774%2014.7172%2021%2013.7241%2021H6.27586C5.28276%2021%204.10345%2020.6774%203.7931%2018.4194L2.86207%204.54839H6.89655V2.93548C6.89655%201.64516%207.51724%201%208.75862%201H11.5517C12.7931%201%2013.4138%201.64516%2013.4138%202.93548V4.54839Z'%20fill='%23FF0C17'/%3e%3cpath%20d='M1%204.54839H2.86207M19%204.54839H13.4138M13.4138%204.54839V2.93548C13.4138%201.64516%2012.7931%201%2011.5517%201H8.75862C7.51724%201%206.89655%201.64516%206.89655%202.93548V4.54839M13.4138%204.54839H2.86207M2.86207%204.54839L3.7931%2018.4194C4.10345%2020.6774%205.28276%2021%206.27586%2021H13.7241C14.7172%2021%2015.8966%2020.6774%2016.2069%2018.4194L17.1379%204.54839M10.3103%208.09677V17.4516M13.4138%208.09677L12.7931%2017.4516M6.89655%208.09677L7.51724%2017.4516'%20stroke='white'%20stroke-width='1.29032'%20stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center ;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  z-index: 1;
}
.min[data-v-7bdd20c3]::before,
.plus[data-v-7bdd20c3]::after,
.plus[data-v-7bdd20c3]::before{
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .3s ease;
  z-index: 1;
}
.plus[data-v-7bdd20c3]::after {
  transform: rotate(90deg);
}
.btn[data-v-7bdd20c3]:active {
  transform: var(--transform-scale-active);
}
.package-item[data-v-7bdd20c3]{
  display: flex;
  align-items: center;
}
.cart-left[data-v-7bdd20c3]{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cart-item-up[data-v-7bdd20c3] {
  display: flex;
  gap: 5px;
  align-items: start;
  height: 100%;
}
.descr-item[data-v-7bdd20c3]{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.item-quantity[data-v-7bdd20c3]{
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--orange-color);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.item-packaging[data-v-7bdd20c3]  {
  font-size: 14px;
  color: black;
  margin-right: 5px;
}
.item-description[data-v-7bdd20c3] {
  font-size: 11px;
  color: #8E8E92;
  text-align: start;
}
.item-name[data-v-7bdd20c3] {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 182px;
}
.item-img-item[data-v-7bdd20c3]{
  width: 47px;
}
.icon-item[data-v-7bdd20c3]{
  position: relative;
  max-width: 47px;
  max-height: 47px;
}
.cart-item-wrapper-up[data-v-7bdd20c3] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-item[data-v-7bdd20c3] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}


.btn-toshop[data-v-88ebafe1]{
  margin-top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: black;
}
input.text[data-v-88ebafe1]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-88ebafe1] {
  background-color: inherit;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}
.input-wrapper[data-v-88ebafe1]{
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #EFEFF3;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-items[data-v-88ebafe1]{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 100%;
  gap: 15px;
}
.edit-cart[data-v-88ebafe1]{
  font-size: 15px;
  color: var(--green-color);
  font-weight: 600;
}
.name-cart[data-v-88ebafe1]{
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.cart-header[data-v-88ebafe1]{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-wrapper[data-v-88ebafe1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.card-back[data-v-88ebafe1] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.status-item[data-v-2865e016]{
  font-size: 11px;
  color: #8E8E92;
  text-align: start;
}
.label-item[data-v-2865e016]{
  font-size: 12px;
  font-weight: 500;
}
.icon-item[data-v-2865e016] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.text-item[data-v-2865e016] {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.icon-item[data-v-2865e016]{
  display: flex;
}
.left-item[data-v-2865e016]{
  display: flex;
  align-items: center;
  gap: 16px;
}
.item[data-v-2865e016]{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  padding: 8px 21px;
}


.border-top[data-v-37f41dae]{
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.border-bottom[data-v-37f41dae]{
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.orders-items[data-v-37f41dae]{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--grey-color);
}


.label-orders-wrapper[data-v-7e4d42f7]{ 
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.settings-item[data-v-7e4d42f7]{
  display: flex;
}
.head-bnt-first-line[data-v-7e4d42f7] {
  font-size: 18px;
  font-weight: 600;
  color: black;
  width: 100%;
  text-align: start;
}
.label-orders[data-v-7e4d42f7]{
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.header-orders[data-v-7e4d42f7]{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.orders-by-point[data-v-7e4d42f7]{
  width: 100%;
}
.orders-list[data-v-7e4d42f7]{
  margin-top: 30px;
}
.all-items-btn[data-v-7e4d42f7]{
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #CCCCCC;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  font-size: 18px;
  font-weight: 500;
  color: white;
  transition: all .3s ease;
}
.btn-settings[data-v-7e4d42f7]{
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: var(--orange-color);
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-top: 30px;
  transition: all .3s ease;
}
.btn-and-history[data-v-7e4d42f7]{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.second-section[data-v-7e4d42f7]{
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-radius: var(--border-radius);
}
.btn[data-v-7e4d42f7]:active {
  transform: var(--transform-scale-active);
}
.all-items-btn[data-v-7e4d42f7]:active {
  transform: var(--transform-scale-active);
}
.btn-settings[data-v-7e4d42f7]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-7e4d42f7] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: var(--grey-color);
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 100%;
  padding: 17px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
}
.three-btns[data-v-7e4d42f7]{
  /* display: grid;
  width: 100%;
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}
.home-wrapper[data-v-7e4d42f7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 430px;
}


.btn[data-v-196e1f2c], .settings-button[data-v-196e1f2c] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
}
.settings-icon[data-v-196e1f2c]{
  width: 20px;
  height: 20px;
}
.settings-button[data-v-196e1f2c]{
  background-color: #B57600;
  border-radius: var(--border-radius);
  width: 88%;
  height: 40px;
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.settings-button.active[data-v-196e1f2c] {
  background-color: var(--green-color);
}
.settings-button[data-v-196e1f2c]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-196e1f2c]{
  background-color: var(--orange-color);
  font-size: 18px;
  font-weight: 600;
  color: white;
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 144px;
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  padding: 10px 5px;
}
.btn.active[data-v-196e1f2c] {
  background-color: var(--green-color);
}
.btn[data-v-196e1f2c]:hover {
  background-color: var(--green-color);
}
.btn[data-v-196e1f2c]:active {
  transform: var(--transform-scale-active);
}
.point-buttons[data-v-196e1f2c]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  width: 86%;
  margin-top: 15px;
  height: 90%;
  overflow: scroll;
  border-radius: var(--border-radius);
}
.point-buttons[data-v-196e1f2c]::-webkit-scrollbar {
  display: none;
}
.buttons-wrapper[data-v-196e1f2c]{
  border-radius: var(--border-radius-desktop);
  box-shadow: var(--drop-shadow-2);
  background-color: white;
  height: 100%;
  width: 100%;
  max-width: 7.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 126px;
}


.label[data-v-f10920f8] {
  font-size: 19px;
}
.img[data-v-f10920f8] {
  height: 20px;
}
.btn[data-v-f10920f8] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  width: 95%;
  height: 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease;
}
.btn[data-v-f10920f8]:active {
  transform: var(--transform-scale-active);
}


.tab-btn[data-v-e14289ae] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: 20px;
  width: 50%;
  height: 100%;
  background-color: #EFEFF3;
  color: #8E8E92;
  transition-duration: 0.3s;
}
.tab-btn.active[data-v-e14289ae] {
  background-color: white;
  color: black;
}

.arrow[data-v-7172d989] {
  transition: all .3s ease;
  margin-right: 30px;
}
.status-text[data-v-7172d989]{
  font-size: 14px;
  color: #949494;
}
.status[data-v-7172d989]{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.text-block[data-v-7172d989]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: black;
}
.order-img[data-v-7172d989]{
  width: 25px;
  height: 25px;
}
.left[data-v-7172d989] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn[data-v-7172d989] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 95%;
  height: 71px; 
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 30px;
}
.btn.active[data-v-7172d989] {
  background-color: white;
}
.btn[data-v-7172d989]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-7172d989]:hover {
  background-color: white;
}


.btn[data-v-91139e62] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  background-color: var(--orange-color);
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.btn.active[data-v-91139e62] {
  background-color: var(--green-color);
}
.btn[data-v-91139e62]:active {
  transform: var(--transform-scale-active);
}


.point-length-orders[data-v-657dfd2a] {
  font-size: 16px;
  color: #949494;
}
.point-label[data-v-657dfd2a] {
  font-size: 20px;
}
.left[data-v-657dfd2a] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.statistic[data-v-657dfd2a] {
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  width: 95%;
  padding: 10px 15px 10px 30px;
  border-radius: var(--border-radius);
  background-color: #F2F2F2;
  box-shadow: var(--drop-shadow-item);
}
.statistic.active[data-v-657dfd2a] {
  background-color: white;
}
.statistic[data-v-657dfd2a]:hover {
  background-color: white;
}
.statistic[data-v-657dfd2a]:active {
  transform: var(--transform-scale-active);
}


.del-wrapper[data-v-0a612432]{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cancel-button[data-v-0a612432]{
  background-color: var(--orange-color);
}
.cancel-button[data-v-0a612432]:hover{
  background-color: white;
  color: var(--orange-color);
}
.del-user[data-v-0a612432] {
  background-color: var(--red-color);
}
.del-user[data-v-0a612432]:hover {
  background-color: white;
  color: var(--red-color);
}
.apply-changes[data-v-0a612432] {
  background-color: var(--green-color);
}
.apply-changes[data-v-0a612432]:hover {
  background-color: white;
  color: var(--green-color);
}
.btn[data-v-0a612432] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  height: 40px; 
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: var(--border-radius);
  color: white;
  transition-duration: 0.3s;
}
.btn[data-v-0a612432]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-0a612432]{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.role-name[data-v-0a612432]{
  font-size: 16px;
  font-weight: 700;
}
.role[data-v-0a612432]{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.roles-wrapper[data-v-0a612432] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  margin-left: 17px;
}
.label[data-v-0a612432] {
  font-weight: 700;
  margin-left: 17px;
}
.edit-wrapper[data-v-0a612432] {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
  font-size: 16px;
}


.del-button[data-v-23865d31]{
  background-color: var(--red-color);
}
.del-button[data-v-23865d31]:hover{
  background-color: white;
  color: var(--red-color);
}
.edit-button[data-v-23865d31]{
  background-color: var(--orange-color);
}
.edit-button[data-v-23865d31]:hover {
  background-color: white;
  color: var(--orange-color);
}
.btn[data-v-23865d31] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  height: 40px; 
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: var(--border-radius);
  color: white;
  transition-duration: 0.3s;
}
.btn[data-v-23865d31]:active {
  transform: var(--transform-scale-active);
}
.role[data-v-23865d31] {
  font-weight: 400;
}
.name[data-v-23865d31] {
  font-weight: 700;
}
.name[data-v-23865d31], .role[data-v-23865d31] {
  font-size: 16px;
}
.right[data-v-23865d31] {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 10px;
  margin-right: 10px;
}
.left[data-v-23865d31] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 18px;
  margin-left: 17px;
}
.up[data-v-23865d31] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-wrapper[data-v-23865d31] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 95%;
  padding: 10px 0;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  background-color: #F2F2F2;
}


.text-status-wrapper[data-v-55e2957d] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.description[data-v-55e2957d] {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 300px;
}
.select-text[data-v-55e2957d] {
  font-size: 18px;
}
.arrow[data-v-55e2957d] {
  transition: all .3s ease;
  margin-right: 30px;
}
.text-block[data-v-55e2957d]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: black;
}
.order-img[data-v-55e2957d]{
  width: 30px;
  height: 30px;
}
.left[data-v-55e2957d] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn.active[data-v-55e2957d] {
  background-color: white;
}
.btn[data-v-55e2957d]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-55e2957d]:hover {
  background-color: white;
}
.btn[data-v-55e2957d] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 95%;
  height: 71px; 
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 30px;
}


@keyframes bgAnimate-6a5dbdfd {
0% {
    background-position: 50% 0;
}
100% {
    background-position: -150% 0;
}
}
.placeholder[data-v-6a5dbdfd] {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  background-image: linear-gradient(
      to right,
      #007bff00 0%,
      #ffffff3b 10%,
      #007AFF00 20%,
      #007AFF00 100%
  );
  background-size: 200% 100%;
  animation: bgAnimate-6a5dbdfd 1.2s linear infinite;
}

.btn-sync[data-v-64d14fcc] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  width: 95%;
  height: 50px;
  border-radius: var(--border-radius);
  background-color: var(--orange-color);
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .3s ease;
}
.btn-sync[data-v-64d14fcc]:active {
  transform: var(--transform-scale-active);
}
.label[data-v-64d14fcc] {
  font-size: 19px;
  color: white;
}
.text-null[data-v-64d14fcc] {
  font-size: 20px;
  color: black;
  margin-top: 20px;
}
.buttons-wrapper-receiving[data-v-64d14fcc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.buttons-wrapper[data-v-64d14fcc]{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
  row-gap: 15px;
  column-gap: 15px;
  width: 95%;
}
input.search[data-v-64d14fcc]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-64d14fcc] {
  background-color: inherit;
  font-size: 20px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.search-icon[data-v-64d14fcc]{
  max-width: 20px;
  margin-left: 20px;
}
.search-wrapper[data-v-64d14fcc] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 20px;
  padding: 10px 0;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  margin-top: 10px;
}
.items-wrapper[data-v-64d14fcc]{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 15px;
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-bottom: 10px;
  align-items: center;
  position: relative;
}

/* .items-wrapper::-webkit-scrollbar {
  display: none;
} */
.head[data-v-64d14fcc] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  flex-shrink: 0;
}
.wrapper[data-v-64d14fcc] {
  border-radius: var(--border-radius-desktop);
  box-shadow: var(--drop-shadow-2);
  background-color: white;
  height: 100%;
  width: 100%;
  max-width: 24vw;
  min-width: 461px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  overflow: hidden;
  overflow: hidden;
}


.select-packaging[data-v-737d5045] {
  background-color: inherit;
  border: 1px solid black;
  border-radius: 5px;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
}
.select-packaging[data-v-737d5045]:disabled {
  cursor: not-allowed;
}
.order[data-v-737d5045] {
  margin-right: 30px;
}
.add-to-cart-text[data-v-737d5045]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-737d5045] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-737d5045] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-737d5045]::before,
.btn-add-to-cart[data-v-737d5045]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-737d5045] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-737d5045]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-737d5045]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-737d5045] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-737d5045]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-737d5045] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-737d5045] {
  width: 70px;
}
.btn[data-v-737d5045]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-737d5045]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.quantity-product[data-v-737d5045] {
  font-size: 30px;
  color: var(--orange-color);
}
.packaging-product[data-v-737d5045] {
  font-size: 18px;
}
.right[data-v-737d5045] {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.product-description[data-v-737d5045]{
  font-size: 13px;
  color: #8E8E92;
}
.product-label[data-v-737d5045] {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 180px;
}
.label-descr-product[data-v-737d5045]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.product-img[data-v-737d5045] {
  max-width: 50px;
  margin-left: 30px;
}
.left[data-v-737d5045] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-wrapper[data-v-737d5045] {
  width: 95%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}


.left[data-v-fbbd85c8], .right[data-v-fbbd85c8] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.quantity-product[data-v-fbbd85c8] {
  font-size: 25px;
  color: var(--orange-color);
}
.packaging-product[data-v-fbbd85c8] {
  font-size: 18px;
}
.product-description[data-v-fbbd85c8]{
  font-size: 14px;
  color: #8E8E92;
}
.product-label[data-v-fbbd85c8] {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 305px;
}
.label-descr-product[data-v-fbbd85c8]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.icon[data-v-fbbd85c8]{
  width: 50px;
}


.order-description-wrapper[data-v-507cfb09]{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.products-wrapper[data-v-507cfb09] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order-down-wrapper[data-v-507cfb09]{
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}
.arrow[data-v-507cfb09] {
  transition: all .3s ease;
  margin-right: 30px;
}
.order-description[data-v-507cfb09] {
  font-size: 14px;
  color: #8E8E92;
}
.order-label[data-v-507cfb09] {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 250px;
}
.label-descr-order[data-v-507cfb09]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.order-img[data-v-507cfb09] {
  width: 50px;
  margin-left: 30px;
}
.left[data-v-507cfb09] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.order-up-wrapper[data-v-507cfb09] {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-wrapper[data-v-507cfb09]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 95%;
}
.btn[data-v-507cfb09]{
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  flex-shrink: 0;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.btn[data-v-507cfb09]:hover {
  background-color: white;
}
.btn.active[data-v-507cfb09] {
  background-color: white;
}


.text-null[data-v-5a1709cd] {
  font-size: 20px;
  color: black;
  margin-top: 20px;
}
.wrapper[data-v-5a1709cd] {
  border-radius: var(--border-radius-desktop);
  box-shadow: var(--drop-shadow-2);
  background-color: white;
  height: 100%;
  width: 100%;
  max-width: 41.97916vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  overflow-y: auto;
  gap: 10px;
}


.label-pack[data-v-f346430f] {
  font-size: 13px;
  color: #8E8E92;
}
.texts[data-v-f346430f] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
}
.quantity[data-v-f346430f] {
  font-size: 20px;
  color: var(--orange-color);
  margin-left: 30px;
}
.label[data-v-f346430f] {
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 192px;
}
.img[data-v-f346430f] {
  width: 50px;
}
.item-wrapper[data-v-f346430f] {
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 95%;
  height: 50px;
  background-color: #F2F2F2;
}


.wrapper[data-v-a2fd8ea8] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.date-create[data-v-a2fd8ea8] {
  background-color: var(--grey-color);
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: var(--border-radius);
}


.date[data-v-70bf2771] {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 500;
  color: var(--orange-color);
  margin-top: 30px;
}


.stats-wrapper[data-v-232349c4] {
  margin-top: 10px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.comment-wrapper[data-v-232349c4] {
  width: 100%;
  padding: 15px 0;
  color: #949494;
  background-color: #F2F2F2;
  border-radius: var(--border-radius);
  display: flex;
  align-items: start;
}
.comment[data-v-232349c4] {
  font-size: 20px;
  margin-left: 15px;
}
.comment-label[data-v-232349c4] {
  font-size: 18px;
  width: 100%;
  text-align: start;
}
.status[data-v-232349c4] {
  font-size: 15px;
}
.number[data-v-232349c4] {
  font-size: 18px;
  font-weight: 700;
}
.number-status[data-v-232349c4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order-info-wrapper[data-v-232349c4] {
  margin-top: 10px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.group-move[data-v-232349c4],
.group-enter-active[data-v-232349c4],
.group-leave-active[data-v-232349c4] {
  transition: all 0.5s ease;
}
.group-enter-from[data-v-232349c4] {
  transform: translateX(-100%);
  opacity: 0;
}
.group-leave-to[data-v-232349c4] {
  transform: translateY(20px);
  opacity: 0;
}
.group-leave-active[data-v-232349c4] {
  position: absolute;
}
.content-wrapper[data-v-232349c4] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  overflow-y: auto;
  gap: 10px;
}
.buttons-wrapper[data-v-232349c4] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper[data-v-232349c4] {
  border-radius: var(--border-radius-desktop);
  box-shadow: var(--drop-shadow-2);
  background-color: white;
  height: 100%;
  width: 100%;
  max-width: 22.70833vw;
  min-width: 302px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}


.add-to-cart-text[data-v-cdc84053]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-cdc84053] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-cdc84053] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-cdc84053]::before,
.btn-add-to-cart[data-v-cdc84053]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-cdc84053] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-cdc84053]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-cdc84053]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-cdc84053] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-cdc84053]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-cdc84053] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-cdc84053] {
  width: 70px;
}
.btn[data-v-cdc84053]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-cdc84053]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-cdc84053] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
  transition: all .7s ease;
}
.left[data-v-cdc84053] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-cdc84053] {
  font-size: 18px;
}
.description[data-v-cdc84053] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-cdc84053] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-cdc84053] {
  font-size: 30px;
  font-weight: 500;
}
.label[data-v-cdc84053] {
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  transition: all .7s ease;
}
.img[data-v-cdc84053] {
  width: 50px;
}
.scan-progress[data-v-cdc84053] {
  position: absolute;
  top: 0;
  left: 0;
}
.item-wrapper[data-v-cdc84053] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 95%;
  height: 80px;
  background-color: #F2F2F2;
  flex-shrink: 0;
  transition: all .3s ease;
  overflow: hidden;
}


.buttons-wrapper[data-v-2d1b4e5d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.btn[data-v-2d1b4e5d] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  width: 95%;
  height: 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  color: white;
  transition: all .3s ease;
  font-size: 16px;
}
.btn[data-v-2d1b4e5d]:active {
  transform: var(--transform-scale-active);
}
.text[data-v-2d1b4e5d] {
  font-size: 18px;
  max-width: 300px;
  line-height: 1.5;
}
.wrapper[data-v-2d1b4e5d] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--border-radius);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px 50px 20px 50px;
  z-index: 11;
}


input.search[data-v-3bd1dbec]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-3bd1dbec] {
  background-color: inherit;
  font-size: 20px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.search-wrapper[data-v-3bd1dbec] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 20px;
  padding: 10px 0;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  margin-top: 10px;
}
.buttons-wrapper[data-v-3bd1dbec] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.btn[data-v-3bd1dbec] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  width: 95%;
  height: 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  color: white;
  transition: all .3s ease;
  font-size: 16px;
}
.btn[data-v-3bd1dbec]:active {
  transform: var(--transform-scale-active);
}
.text[data-v-3bd1dbec] {
  font-size: 18px;
  max-width: 300px;
  line-height: 1.5;
}
.wrapper[data-v-3bd1dbec] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--border-radius);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px 50px 20px 50px;
  z-index: 11;
}

.border-wrapper[data-v-4b3875a9] {
  position: absolute;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius);
}

.background-blur[data-v-ebc9739b] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-desktop);
}
.buttons-transition-move[data-v-ebc9739b],
.buttons-transition-enter-active[data-v-ebc9739b],
.buttons-transition-leave-active[data-v-ebc9739b] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-ebc9739b] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-ebc9739b] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-ebc9739b] {
  position: absolute;
}
.btn[data-v-ebc9739b] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn[data-v-ebc9739b]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-ebc9739b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-ebc9739b] {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  overflow-y: scroll;
}
.order-id[data-v-ebc9739b] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.order-label[data-v-ebc9739b] {
  font-size: 20px;
  color: black;
}
.order-number-wrapper[data-v-ebc9739b] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-ebc9739b]{
  width: 30px;
}
.close-wrapper[data-v-ebc9739b]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order-wrapper[data-v-ebc9739b] {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 798px;
  background-color: white;
  box-shadow: var(--drop-shadow-2);
  border-radius: var(--border-radius-desktop);
  z-index: 20;
  padding: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .7s ease;
}


.add-to-cart-text[data-v-9c34094b]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-9c34094b] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-9c34094b] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-9c34094b]::before,
.btn-add-to-cart[data-v-9c34094b]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-9c34094b] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-9c34094b]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-9c34094b]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-9c34094b] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-9c34094b]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-9c34094b] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-9c34094b] {
  width: 70px;
}
.btn[data-v-9c34094b]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-9c34094b]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-9c34094b] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
  transition: all .7s ease;
}
.left[data-v-9c34094b] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-9c34094b] {
  font-size: 18px;
}
.description[data-v-9c34094b] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-9c34094b] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-9c34094b] {
  font-size: 30px;
  font-weight: 500;
  color: var(--orange-color);
}
.label[data-v-9c34094b] {
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  transition: all .7s ease;
}
.img[data-v-9c34094b] {
  width: 50px;
}
.scan-progress[data-v-9c34094b] {
  position: absolute;
  top: 0;
  left: 0;
}
.item-wrapper[data-v-9c34094b] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 95%;
  height: 80px;
  background-color: #F2F2F2;
  flex-shrink: 0;
  transition: all .3s ease;
  overflow: hidden;
}


.warning[data-v-ee245bc3] {
  width: 100%;
  height: 100px;
  border: 2px solid var(--red-color);
  border-radius: 20px;
  text-wrap: balance;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}
.mobile[data-v-ee245bc3] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
}
.img[data-v-ee245bc3] {
  width: 100%;
}
.descr[data-v-ee245bc3] {
  font-size: 16px;
  text-align: start;
}
.label[data-v-ee245bc3] {
  font-size: 20px;
  font-weight: 700;
}
.setion[data-v-ee245bc3] {
  font-size: 18px;
  font-weight: 700;
}
.close-img[data-v-ee245bc3] {
  width: 30px;
}
.btn-close[data-v-ee245bc3] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn[data-v-ee245bc3]:active {
  transform: var(--transform-scale-active);
}
.close-wrapper[data-v-ee245bc3] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
.info-wrapper[data-v-ee245bc3] {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  background-color: white;
  border-radius: 25px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
  padding: 20px;
  max-width: 390px;
}
.info-wrapper[data-v-ee245bc3]::-webkit-scrollbar {
  display: none;
}


.icon-close-search[data-v-2d215d94]{
  max-width: 14px;
}
.close-search-icon-wrapper[data-v-2d215d94]{
  margin-right: 20px;
}
input.search[data-v-2d215d94]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-2d215d94] {
  background-color: inherit;
  font-size: 20px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 30px;
}
.search-wrapper[data-v-2d215d94] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 40px;
  padding: 10px 0;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.btn-info[data-v-2d215d94] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
  margin-right: 10px;
}
.background-blur[data-v-2d215d94] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
  border-radius: var(--border-radius-desktop);
}
.buttons-transition-move[data-v-2d215d94],
.buttons-transition-enter-active[data-v-2d215d94],
.buttons-transition-leave-active[data-v-2d215d94] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-2d215d94] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-2d215d94] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-2d215d94] {
  position: absolute;
}
.btn-close[data-v-2d215d94] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn-close[data-v-2d215d94]:active {
  transform: var(--transform-scale-active);
}
.btn-info[data-v-2d215d94]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-2d215d94] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-2d215d94] {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  overflow-y: scroll;
}
.order-id[data-v-2d215d94] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.order-label[data-v-2d215d94] {
  font-size: 20px;
}
.order-number-wrapper[data-v-2d215d94] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-2d215d94]{
  width: 30px;
}
.close-wrapper[data-v-2d215d94]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order-wrapper[data-v-2d215d94] {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 798px;
  background-color: white;
  box-shadow: var(--drop-shadow-2);
  border-radius: var(--border-radius-desktop);
  z-index: 20;
  padding: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .7s ease;
}


.select-packaging[data-v-d68bed86] {
  background-color: inherit;
  border: 1px solid black;
  border-radius: 5px;
  width: 150px;
  font-family: inherit;
  font-size: 18px;
}
.select-packaging[data-v-d68bed86]:disabled {
  cursor: not-allowed;
}
.add-to-cart-text[data-v-d68bed86]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-d68bed86] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-d68bed86] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-d68bed86]::before,
.btn-add-to-cart[data-v-d68bed86]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-d68bed86] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-d68bed86]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-d68bed86]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-d68bed86] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-d68bed86]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-d68bed86] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-d68bed86] {
  width: 70px;
}
.btn[data-v-d68bed86]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-d68bed86]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-d68bed86] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
}
.left[data-v-d68bed86] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-d68bed86] {
  font-size: 18px;
}
.description[data-v-d68bed86] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-d68bed86] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-d68bed86] {
  font-size: 20px;
  color: var(--orange-color);
}
.label[data-v-d68bed86] {
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 192px;
}
.img[data-v-d68bed86] {
  width: 50px;
}
.item-wrapper[data-v-d68bed86] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 95%;
  height: 90px;
  background-color: #F2F2F2;
  flex-shrink: 0;
  transition: all .3s ease;
}


input.search[data-v-36658d64]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-36658d64] {
  background-color: inherit;
  font-size: 20px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.search-icon[data-v-36658d64]{
  max-width: 20px;
  margin-left: 20px;
}
.search-wrapper[data-v-36658d64] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 20px;
  padding: 10px 0;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  margin-top: 10px;
}
.buttons-transition-move[data-v-36658d64],
.buttons-transition-enter-active[data-v-36658d64],
.buttons-transition-leave-active[data-v-36658d64] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-36658d64] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-36658d64] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-36658d64] {
  position: absolute;
}
.btn[data-v-36658d64] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn[data-v-36658d64]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-36658d64] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-36658d64] {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  overflow-y: scroll;
}
.point-id[data-v-36658d64] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.point-label[data-v-36658d64] {
  font-size: 20px;
  color: black;
}
.point-wrapper[data-v-36658d64] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-36658d64]{
  width: 30px;
}
.close-wrapper[data-v-36658d64]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart-wrapper[data-v-36658d64] {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  width: 806px;
  background-color: white;
  box-shadow: var(--drop-shadow-2);
  border-radius: var(--border-radius-desktop);
  z-index: 20;
  padding: 15px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .7s ease;
}


.svg[data-v-da215681] {
  width: 35px;
}
.message[data-v-da215681] {
  font-size: 13px;
}
.wrapper[data-v-da215681] {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 9px 25px;
  background-color: white;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  box-shadow: var(--drop-shadow-2);
  z-index: 11;
}


.translate-move[data-v-de82a225],
.translate-leave-active[data-v-de82a225], 
.translate-enter-active[data-v-de82a225] {
  transition: all .4s ease-in-out;
}
.translate-leave-to[data-v-de82a225] {
  transform: translateX(100%);
}
.translate-enter-from[data-v-de82a225] {
  transform: translateX(100%);
}
.background-blur[data-v-de82a225] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.btn[data-v-de82a225] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background-color: var(--orange-color);
  color: white;
  font-size: 20px;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.item-packaging-label[data-v-3fb09a8c] {
  font-size: 14px;
  color: black;
  margin-right: 5px;
}
.item-descr-description[data-v-3fb09a8c] {
  font-size: 11px;
  color: #8E8E92;
}
.item-descr-name[data-v-3fb09a8c] {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 182px;
}
.item-descr-up[data-v-3fb09a8c] {
  height: 100%;
}
.item-descr[data-v-3fb09a8c] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 5px;
}
.quantity-wrapper[data-v-3fb09a8c] {
  position: absolute;
  bottom: -10px;
  left: -10px;
  z-index: 1;
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-left[data-v-3fb09a8c] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.item-wrapper-up[data-v-3fb09a8c] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-wrapper[data-v-3fb09a8c] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: var(--border-radius-desktop);
  gap: 10px;
}
.item-img[data-v-3fb09a8c] {
  width: 47px;
}
.edit-btn-wrapper[data-v-3fb09a8c]{
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}
.btn[data-v-3fb09a8c] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  height: 40px;
  width: 100%;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.del[data-v-3fb09a8c]{
  background-color: var(--red-color);
}
.plus[data-v-3fb09a8c]{
  background-color: var(--green-color);
}
.min[data-v-3fb09a8c]{
  background-color: var(--orange-color);
}
.del[data-v-3fb09a8c]::after {
  display: inline-block;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.4138%204.54839H17.1379L16.2069%2018.4194C15.8966%2020.6774%2014.7172%2021%2013.7241%2021H6.27586C5.28276%2021%204.10345%2020.6774%203.7931%2018.4194L2.86207%204.54839H6.89655V2.93548C6.89655%201.64516%207.51724%201%208.75862%201H11.5517C12.7931%201%2013.4138%201.64516%2013.4138%202.93548V4.54839Z'%20fill='%23FF0C17'/%3e%3cpath%20d='M1%204.54839H2.86207M19%204.54839H13.4138M13.4138%204.54839V2.93548C13.4138%201.64516%2012.7931%201%2011.5517%201H8.75862C7.51724%201%206.89655%201.64516%206.89655%202.93548V4.54839M13.4138%204.54839H2.86207M2.86207%204.54839L3.7931%2018.4194C4.10345%2020.6774%205.28276%2021%206.27586%2021H13.7241C14.7172%2021%2015.8966%2020.6774%2016.2069%2018.4194L17.1379%204.54839M10.3103%208.09677V17.4516M13.4138%208.09677L12.7931%2017.4516M6.89655%208.09677L7.51724%2017.4516'%20stroke='white'%20stroke-width='1.29032'%20stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center ;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  z-index: 1;
}
.min[data-v-3fb09a8c]::before,
.plus[data-v-3fb09a8c]::after,
.plus[data-v-3fb09a8c]::before{
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .3s ease;
  z-index: 1;
}
.plus[data-v-3fb09a8c]::after {
  transform: rotate(90deg);
}
.btn[data-v-3fb09a8c]:active {
  transform: var(--transform-scale-active);
}



.btn[data-v-429efb5b] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
}
.btn[data-v-429efb5b]:active {
  transform: var(--transform-scale-active);
}
.scanner-wrapper[data-v-429efb5b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: 100vh;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.scanner-video[data-v-429efb5b] {
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  border: 2px solid #ccc;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  height: 190px;
}
.btn-bar-code[data-v-429efb5b] {
  background-color: var(--orange-color);
  padding: 17px 0;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-top: 30px;
}


input.search[data-v-d0b1a584]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-d0b1a584] {
  background-color: inherit;
  font-size: 20px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 5px;
}
.search-wrapper[data-v-d0b1a584] {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 95%;
  height: 20px;
  padding: 10px 0;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  margin-top: 10px;
}
.buttons-wrapper[data-v-d0b1a584] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.btn[data-v-d0b1a584] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  width: 100%;
  height: 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  color: white;
  transition: all .3s ease;
  font-size: 16px;
}
.btn[data-v-d0b1a584]:active {
  transform: var(--transform-scale-active);
}
.text[data-v-d0b1a584] {
  font-size: 18px;
  max-width: 300px;
  line-height: 1.5;
}
.wrapper[data-v-d0b1a584] {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--border-radius);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px 10px;
  z-index: 11;
}


.btn-info[data-v-f602fc70]{
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  background-color: inherit;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn[data-v-f602fc70]:active {
  transform: var(--transform-scale-active);
}
.toogle-body[data-v-f602fc70] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  width: 50px;
  height: 22px;
  background-color: #e5e7eb;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s ease;
}
.toogle-body.active[data-v-f602fc70] {
  background-color: #3b82f6;
}
.toogle[data-v-f602fc70] {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) translateX(0);
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  transition: all .5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.toogle-body.active .toogle[data-v-f602fc70] {
  transform: translateY(-50%) translateX(24px);
}
.btn[data-v-f602fc70]:active {
  transform: var(--transform-scale-active);
}
.label-toogle[data-v-f602fc70] {
  font-size: 16px;
  font-weight: 500;
  transition: all .7s ease;
}
.toogle-wrapper[data-v-f602fc70] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.background-blur[data-v-f602fc70] {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E92;
}
.cart-wrapper-items[data-v-f602fc70] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.edit-order[data-v-f602fc70] {
  font-size: 16px;
  font-weight: 600;
}
.order-status[data-v-f602fc70] {
  font-size: 15px;
  color: var(--orange-color);
  font-weight: 600;
}
.order-label[data-v-f602fc70] {
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.cart-wrapper-up[data-v-f602fc70] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-wrapper[data-v-f602fc70] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.comment[data-v-f602fc70] {
  width: 100%;
  background-color: inherit;
  font-size: 16px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  color: #B9B9B9;
  text-align: start;
  border-radius: var(--border-radius);
  background-color: #EFEFF3;
  padding: 15px 5px 15px 10px;
}


.text-status-wrapper[data-v-388c8351] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.description[data-v-388c8351] {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 300px;
}
.select-text[data-v-388c8351] {
  font-size: 18px;
}
.arrow[data-v-388c8351] {
  transition: all .3s ease;
  margin-right: 30px;
}
.text-block[data-v-388c8351]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: black;
}
.order-img[data-v-388c8351]{
  width: 30px;
  height: 30px;
}
.left[data-v-388c8351] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn[data-v-388c8351]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-388c8351]:hover {
  background-color: white;
}
.btn[data-v-388c8351] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 100%;
  height: 71px; 
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 30px;
}


.select-text[data-v-50d7b004] {
  font-size: 18px;
}
.arrow[data-v-50d7b004] {
  transition: all .3s ease;
  margin-right: 30px;
}
.text-block[data-v-50d7b004]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: black;
}
.order-img[data-v-50d7b004]{
  width: 30px;
  height: 30px;
}
.left[data-v-50d7b004] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn[data-v-50d7b004]:active {
  transform: var(--transform-scale-active);
}
.btn.active[data-v-50d7b004] {
  background-color: white;
}
.btn[data-v-50d7b004]:hover {
  background-color: white;
}
.btn[data-v-50d7b004] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: #F2F2F2;
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 100%;
  height: 71px; 
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px 30px;
}


.icon-close-search[data-v-5611fba0]{
  max-width: 14px;
}
.close-search-icon-wrapper[data-v-5611fba0]{
  margin-right: 10px;
}
input.text[data-v-5611fba0]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-5611fba0] {
  background-color: inherit;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
  height: 50px;
}
.search-wrapper[data-v-5611fba0]{
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #EFEFF3;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--drop-shadow-2);
}
.btn-search[data-v-5611fba0] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
  margin-right: 10px;
}
.label-search-wrapper[data-v-5611fba0] {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.suppliers-wrapper[data-v-5611fba0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 10px;
  overflow-y: scroll;
  width: 100%;
}
.suppliers-wrapper[data-v-5611fba0]::-webkit-scrollbar {
  display: none;
}
.label[data-v-5611fba0] {
  width: 100%;
  text-align: start;
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.suppliers-body[data-v-5611fba0] {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  background-color: white;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
  padding: 20px;
}


.background-blur[data-v-1b9f4550] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.suppliers-wrapper[data-v-1b9f4550] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.label[data-v-1b9f4550] {
  width: 100%;
  text-align: start;
  font-size: 20px;
  color: black;
  font-weight: 600;
}
.receipts-wrapper[data-v-1b9f4550] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
}


.add-to-cart-text[data-v-af2685c1]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-af2685c1] {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  font-family: inherit;
  height: 40px;
  width: 100%;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.btn-add-to-cart[data-v-af2685c1] {
  background-color: var(--orange-color);
}
.btn-add-to-cart[data-v-af2685c1]::before,
.btn-add-to-cart[data-v-af2685c1]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
  transform: scaleX(0);
  transition: all .3s ease;
}
.btn-add-to-cart.is-added[data-v-af2685c1]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-af2685c1]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-af2685c1] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-af2685c1]::before {
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 4px;
  background-color: #fff;
  border-radius: 1px;
  z-index: 1;
}
.btn-del[data-v-af2685c1] {
  background-color: var(--red-color);
}
.btn[data-v-af2685c1]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-af2685c1]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.right[data-v-af2685c1] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 15px;
  transition: all .7s ease;
}
.left[data-v-af2685c1] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 15px;
}
.description[data-v-af2685c1], .packaging[data-v-af2685c1] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-af2685c1] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-af2685c1] {
  font-size: 30px;
  font-weight: 500;
  color: var(--orange-color);
}
.label[data-v-af2685c1] {
  color: black;
  font-size: 15px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  transition: all .7s ease;
  max-width: 182px;
}
.img[data-v-af2685c1] {
  width: 40px;
}
.scan-progress[data-v-af2685c1] {
  position: absolute;
  top: 0;
  left: 0;
}
.receipt-up[data-v-af2685c1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 100%;
  height: 80px;
  background-color: #F2F2F2;
  transition: all .3s ease;
  overflow: hidden;
}
.item-wrapper[data-v-af2685c1] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}


.label-wrapper[data-v-67aadd2d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 5px;
}
.background-blur[data-v-67aadd2d] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.btn-info[data-v-67aadd2d]{
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  background-color: inherit;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.receipt-wrapper-items[data-v-67aadd2d] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.edit-receipt[data-v-67aadd2d] {
  font-size: 16px;
  font-weight: 600;
}
.receipt-status[data-v-67aadd2d] {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.receipt-label[data-v-67aadd2d] {
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.receipt-wrapper-up[data-v-67aadd2d] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.receipt-wrapper[data-v-67aadd2d] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.toogle-body[data-v-67aadd2d] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  width: 50px;
  height: 22px;
  background-color: #e5e7eb;
  border-radius: 50px;
  position: relative;
  transition: background-color 0.3s ease;
}
.toogle-body.active[data-v-67aadd2d] {
  background-color: #3b82f6;
}
.toogle[data-v-67aadd2d] {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) translateX(0);
  background-color: white;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  transition: all .5s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.toogle-body.active .toogle[data-v-67aadd2d] {
  transform: translateY(-50%) translateX(24px);
}
.btn[data-v-67aadd2d]:active {
  transform: var(--transform-scale-active);
}
.label-toogle[data-v-67aadd2d] {
  font-size: 16px;
  font-weight: 500;
  transition: all .7s ease;
}
.toogle-wrapper[data-v-67aadd2d] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}


.edit-btn-wrapper[data-v-6aac43b9]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.btn[data-v-6aac43b9] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  height: 40px;
  width: 30%;
  font-size: 20px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  line-height: 18px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}
.del[data-v-6aac43b9]{
  background-color: var(--red-color);
}
.plus[data-v-6aac43b9]{
  background-color: var(--green-color);
}
.min[data-v-6aac43b9]{
  background-color: var(--orange-color);
}
.del[data-v-6aac43b9]::after {
  display: inline-block;
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.4138%204.54839H17.1379L16.2069%2018.4194C15.8966%2020.6774%2014.7172%2021%2013.7241%2021H6.27586C5.28276%2021%204.10345%2020.6774%203.7931%2018.4194L2.86207%204.54839H6.89655V2.93548C6.89655%201.64516%207.51724%201%208.75862%201H11.5517C12.7931%201%2013.4138%201.64516%2013.4138%202.93548V4.54839Z'%20fill='%23FF0C17'/%3e%3cpath%20d='M1%204.54839H2.86207M19%204.54839H13.4138M13.4138%204.54839V2.93548C13.4138%201.64516%2012.7931%201%2011.5517%201H8.75862C7.51724%201%206.89655%201.64516%206.89655%202.93548V4.54839M13.4138%204.54839H2.86207M2.86207%204.54839L3.7931%2018.4194C4.10345%2020.6774%205.28276%2021%206.27586%2021H13.7241C14.7172%2021%2015.8966%2020.6774%2016.2069%2018.4194L17.1379%204.54839M10.3103%208.09677V17.4516M13.4138%208.09677L12.7931%2017.4516M6.89655%208.09677L7.51724%2017.4516'%20stroke='white'%20stroke-width='1.29032'%20stroke-linecap='round'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center ;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
  z-index: 1;
}
.min[data-v-6aac43b9]::before,
.plus[data-v-6aac43b9]::after,
.plus[data-v-6aac43b9]::before{
  display: inline-block;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .3s ease;
  z-index: 1;
}
.plus[data-v-6aac43b9]::after {
  transform: rotate(90deg);
}
.btn[data-v-6aac43b9]:active {
  transform: var(--transform-scale-active);
}
.package-item[data-v-6aac43b9]{
  display: flex;
  align-items: center;
}
.cart-left[data-v-6aac43b9]{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cart-item-up[data-v-6aac43b9] {
  display: flex;
  gap: 5px;
  align-items: start;
  height: 100%;
}
.descr-item[data-v-6aac43b9]{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.item-quantity[data-v-6aac43b9]{
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background-color: var(--orange-color);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 8px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.item-packaging[data-v-6aac43b9]  {
  font-size: 14px;
  color: black;
  margin-right: 5px;
}
.item-description[data-v-6aac43b9] {
  font-size: 11px;
  color: #8E8E92;
  text-align: start;
}
.item-name[data-v-6aac43b9] {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-align: start;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 182px;
}
.item-img-item[data-v-6aac43b9]{
  width: 47px;
}
.icon-item[data-v-6aac43b9]{
  position: relative;
  max-width: 47px;
  max-height: 47px;
}
.cart-item-wrapper-up[data-v-6aac43b9] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-item[data-v-6aac43b9] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}


.between[data-v-176a7ca7]{
  background-color: var(--grey-color);
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: var(--border-radius);
  width: 95px;
}
.date-create[data-v-176a7ca7]{
  font-size: 18px;
  font-weight: 500;
}
.right[data-v-176a7ca7]{
  display: flex;
}
.left[data-v-176a7ca7]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 20px;
}
.first-section[data-v-176a7ca7], .second-section[data-v-176a7ca7]{
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.statistic-wrapper[data-v-176a7ca7]{
  color: black;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-self: start;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.btn-edit-order[data-v-176a7ca7]{
  margin-top: 30px;
  background-color: var(--orange-color);
  border-radius: var(--border-radius);
  padding: 15px 100px;
  font-weight: 400;
}
.comment[data-v-176a7ca7] {
  background-color: inherit;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
  color: #B9B9B9;
  text-align: start;
}
.btn-toshop[data-v-176a7ca7]{
  margin-top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: black;
}
input.text[data-v-176a7ca7]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-176a7ca7] {
  background-color: inherit;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-left: 10px;
}
.input-wrapper[data-v-176a7ca7]{
  margin-top: 30px;
  width: 100%;
  height: 50px;
  background-color: #EFEFF3;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-items[data-v-176a7ca7]{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 100%;
  gap: 15px;
}
.edit-order[data-v-176a7ca7]{
  font-size: 15px;
  color: var(--green-color);
  font-weight: 600;
}
.name-order[data-v-176a7ca7]{
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.order-header[data-v-176a7ca7]{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.order-wrapper[data-v-176a7ca7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.order-back[data-v-176a7ca7] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.border-top[data-v-28be24dd]{
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.role-admin[data-v-28be24dd]{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.label[data-v-28be24dd] {
  font-weight: 600;
}
.role-value[data-v-28be24dd] {
  color: var(--green-color);
}
.admin-left[data-v-28be24dd] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}
.name-admin[data-v-28be24dd] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.adin-wrapper[data-v-28be24dd]{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--grey-color);
  padding: 12px 20px;
  margin-bottom: 0.5px;
  box-shadow: 0 0.5px 0 #C8C7CB;
}
.item-img-item[data-v-28be24dd]{
  display: flex;
  width: 33px;
  border-radius: 50%;
}


.close-img[data-v-06048f6d]{
  width: 30px;
}
.btn[data-v-06048f6d] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
  margin-bottom: 20px;
}
.btn[data-v-06048f6d]:active {
  transform: var(--transform-scale-active);
}
.btn-close[data-v-06048f6d]{
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--red-color);
  padding: 11px 11px;
  border-radius: var(--border-radius);
  width: 100%;
}
.close-btn-wrapper[data-v-06048f6d] {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.btns[data-v-06048f6d] {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.roles-wrapper[data-v-06048f6d]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: var(--border-radius);
  margin-top: 10px;
  gap: 25px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.role-text[data-v-06048f6d] {
  font-size: 16px;
}
.role-checker[data-v-06048f6d] {
  width: 18px;
  display: flex;
}
.role[data-v-06048f6d] {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.popup-roles[data-v-06048f6d] {
  width: 90%;
  text-align: start;
  font-size: 16px;
  margin-top: 30px;
}
.popup-label[data-v-06048f6d] {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.add-admin-wrapper-popup[data-v-06048f6d]{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: var(--grey-color);
  padding: 10px 10px 100px 10px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.add-admin-background[data-v-06048f6d] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeIn 0.1s ease-out;
  backdrop-filter: blur(3px);
}
.add-admin[data-v-06048f6d]{
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}


.btn[data-v-60381151]:active {
  transform: var(--transform-scale-active);
}
.all-items-btn[data-v-60381151]:active {
  transform: var(--transform-scale-active);
}
.btn-settings[data-v-60381151]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-60381151] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: var(--orange-color);
  font-size: 18px;
  font-weight: 600;
  color: white;
  border-radius: var(--border-radius);
  width: 100%;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
}
.add-admin-text[data-v-60381151]{
  font-size: 16px;
  font-weight: 400;
}
.add-admin-wrapper[data-v-60381151] {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-color);
  padding: 13px 21px;
  gap: 10px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.admins-body[data-v-60381151]{
  width: 100%;
  margin-bottom: 30px;
}
.label-section[data-v-60381151]{
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.admin-section[data-v-60381151]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin-label[data-v-60381151] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}


.no-orders[data-v-5c87e090] {
  font-size: 16px;
  margin-top: 20px;
}
.btn[data-v-5c87e090]:active {
  transform: var(--transform-scale-active);
}
.all-items-btn[data-v-5c87e090]:active {
  transform: var(--transform-scale-active);
}
.btn-settings[data-v-5c87e090]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-5c87e090] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: var(--grey-color);
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  width: 100%;
  padding: 17px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
}
.head-bnt-first-line[data-v-5c87e090] {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  width: 100%;
  text-align: start;
}
.orders-by-point[data-v-5c87e090]{
  width: 100%;
}
.orders-list[data-v-5c87e090]{
  margin-top: 30px;
}
.btn1[data-v-5c87e090], .btn2[data-v-5c87e090], .btn3[data-v-5c87e090] {
  background-color: var(--orange-color);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 8.3vw;
  color: white;
  border-radius: var(--border-radius);
}
.three-btns[data-v-5c87e090]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}
.statistic-body[data-v-5c87e090]{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.btn-body[data-v-5c87e090] {
  background-color: var(--orange-color);
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: var(--border-radius);
  margin-top: 20px;
}
.items-body[data-v-5c87e090]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.add-admin-text[data-v-5c87e090]{
  font-size: 16px;
  font-weight: 400;
}
.add-admin-wrapper[data-v-5c87e090]{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-color);
  padding: 13px 21px;
  gap: 10px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.admins-body[data-v-5c87e090]{
  width: 100%;
}
.label-section[data-v-5c87e090]{
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.admin-section[data-v-5c87e090]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.admin-label[data-v-5c87e090], .statistic-label[data-v-5c87e090], .items-label[data-v-5c87e090] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}


.btn[data-v-489f8d4c]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-489f8d4c] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
  background-color: var(--blue-color);
  font-size: 18px;
  color: white;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
  transition: all .3s ease;
}
.label-section[data-v-489f8d4c]{
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.admin-section[data-v-489f8d4c]{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}


.buttons-wrapper[data-v-dfcf4c4e] {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.background-blur[data-v-dfcf4c4e] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.btn[data-v-dfcf4c4e] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background-color: var(--orange-color);
  color: white;
  font-size: 20px;
  padding: 20px 50px;
  border-radius: var(--border-radius);
  box-shadow: var(--drop-shadow-2);
}
.btn[data-v-dfcf4c4e]:hover {
  background-color: white;
  color: var(--orange-color);
}
.btn[data-v-dfcf4c4e]:active {
  transform: var(--transform-scale-active);
}
.auth_in_telegram_text[data-v-dfcf4c4e]{
  color: black;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.not_auth_text[data-v-dfcf4c4e]{
  color: black;
  font-size: 20px;
  font-weight: 400;
}
.not_load_wrapper[data-v-dfcf4c4e]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image[data-v-dfcf4c4e] {
  max-width: 200px;
}

