* {
  margin: 0;
  padding: 0;
  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;
}

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

#app {
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  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;
}
.btn-add[data-v-82b7a920]{
  color: white;
}
.btns-plus-minus[data-v-82b7a920] {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.plus[data-v-82b7a920], .minus[data-v-82b7a920] {
  width: 45%;
  padding: 5px 0px;
  font-size: 24px;
}
.plus[data-v-82b7a920]  {
  display: flex;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange-color);
}
.minus[data-v-82b7a920] {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: var(--red-color);
}
.btn-add[data-v-82b7a920], .minus[data-v-82b7a920], .plus[data-v-82b7a920] {
  border-radius: var(--border-radius);
}
.btn-add[data-v-82b7a920] {
  display: flex;
  background-color: var(--orange-color);
  padding: 11px 0px;
  font-size: 14px;
  width: 100%;
  justify-content: center;
}
.btns[data-v-82b7a920] {
  display: flex;
  width: 157px;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.description[data-v-82b7a920]{
  font-size: 14px;
  font-weight: 500;
  color: #8E8E92;
  text-align: start;
  max-width: 100px;
}
.packaging[data-v-82b7a920] {
  font-size: 14px;
  font-weight: 500;
  color: #8E8E92;
}
.label[data-v-82b7a920] {
  color: black;
  font-size: 16px;
  font-weight: 500;
  max-width: 100px;
  text-align: start;
}
.label-packaging[data-v-82b7a920] {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
}
.descr-item[data-v-82b7a920] {
  margin-top: 6px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 90%;
}
.count-absolute[data-v-82b7a920] {
  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-82b7a920]{
  width: 30vw;
  max-width: 131px;
}
.item-img[data-v-82b7a920]{
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.item-wrapper[data-v-82b7a920]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-color);
  padding: 5px 4px;
  border-radius: var(--border-radius);
}


.edit-btn-wrapper[data-v-59dabaf3]{
  display: flex;
}
.del[data-v-59dabaf3]{
  background-color: var(--red-color);
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10vw;
}
.plus[data-v-59dabaf3]{
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  width: 10vw;
}
.min[data-v-59dabaf3]{
  background-color: var(--orange-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  width: 10vw;
}
.package-item[data-v-59dabaf3]{
  display: flex;
  align-items: center;
}
.cart-left[data-v-59dabaf3]{
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-item-up[data-v-59dabaf3] {
  display: flex;
  gap: 5px;
  align-items: start;
  height: 100%;
}
.descr-item[data-v-59dabaf3]{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  gap: 5px;
}
.item-quantity[data-v-59dabaf3]{
  font-size: 17px;
  color: var(--orange-color);
  font-weight: 600;
}
.item-packaging[data-v-59dabaf3]  {
  font-size: 14px;
  color: black;
}
.item-description[data-v-59dabaf3] {
  font-size: 11px;
  color: #8E8E92;
  text-align: start;
}
.item-name[data-v-59dabaf3] {
  font-size: 14px;
  color: black;
  font-weight: 600;
  text-align: start;
}
.item-img-item[data-v-59dabaf3]{
  width: 47px;
}
.icon-item[data-v-59dabaf3]{
  max-width: 47px;
  max-height: 47px;
}
.cart-item[data-v-59dabaf3] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  gap: 20px;
}


.admin-header-edit[data-v-6ac20207]{
  font-size: 15px;
  color: var(--green-color);
  font-weight: 600;
}
.admin-header-label[data-v-6ac20207]{
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.admin-header[data-v-6ac20207]{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.shop-items-admin[data-v-6ac20207]{
  width: 100%;
}
.no-products[data-v-6ac20207]{
  color: black;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
.close-search-icon-wrapper[data-v-6ac20207]{
  position: absolute;
  display: flex;
  right: 0;
  width: 15%;
  justify-content: end;
  height: 100%;
}
.icon-close-search[data-v-6ac20207]{
  max-width: 14px;
  margin-right: 30%;
}
input.text[data-v-6ac20207]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-6ac20207] {
  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-6ac20207]{
  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-6ac20207] {
  background-color: var(--green-color);
  color: white;
}
.test-btn-cart[data-v-6ac20207]{
  position: absolute;
  background-color: var(--green-color);
  bottom: 10px;
  color: white;
  padding: 20px 100px;
  border-radius: var(--border-radius);
}
.shop-items[data-v-6ac20207]{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  gap: 18px;
}
.search-icon[data-v-6ac20207]{
  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-6ac20207], .second-section[data-v-6ac20207], .third-section[data-v-6ac20207], .four-section[data-v-6ac20207], .five-section[data-v-6ac20207], .six-section[data-v-6ac20207], .seven-section[data-v-6ac20207], .eight-section[data-v-6ac20207]{
  font-size: 13px;
  font-weight: 500;
  color: black;
  padding: 10px 13px;
  border-radius: var(--border-radius);
}
.section-scroll[data-v-6ac20207] {
  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;
}
.sections-shop[data-v-6ac20207] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  height: 100%;
}
.shop-header[data-v-6ac20207] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 13px;
}
.shop-wrapper[data-v-6ac20207]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}



.border-top[data-v-41938747]{
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.role-admin[data-v-41938747]{
  margin-left: 10px;
}
.name-admin[data-v-41938747]{
  margin-left: 20px;
}
.admin-left[data-v-41938747] {
  display: flex;
  align-items: center;
}
.adin-wrapper[data-v-41938747]{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 12px 20px;
  margin-bottom: 0.5px;
  box-shadow: 0 0.5px 0 #C8C7CB;
}
.item-img-item[data-v-41938747]{
  display: flex;
  width: 33px;
  border-radius: 50%;
}


.btn-close[data-v-a2addc9d]{
  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%;
}
.btns[data-v-a2addc9d] {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.roles-wrapper[data-v-a2addc9d]{
  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-a2addc9d] {
  font-size: 16px;
}
.role-checker[data-v-a2addc9d] {
  width: 18px;
  display: flex;
}
.role[data-v-a2addc9d] {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.popup-roles[data-v-a2addc9d] {
  width: 90%;
  text-align: start;
  font-size: 16px;
  margin-top: 30px;
}
.popup-label[data-v-a2addc9d] {
  width: 90%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.add-admin-wrapper-popup[data-v-a2addc9d]{
  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: 30px 10px 100px 10px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.add-admin-background[data-v-a2addc9d] {
  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-a2addc9d]{
  position: absolute;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}


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


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


.head-bnt-first-line[data-v-1824416b] {
  font-size: 18px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  width: 100%;
  text-align: start;
}
.orders-by-point[data-v-1824416b]{
  width: 100%;
}
.orders-list[data-v-1824416b]{
  margin-top: 30px;
}
.btn1[data-v-1824416b], .btn2[data-v-1824416b], .btn3[data-v-1824416b] {
  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-1824416b]{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.statistic-body[data-v-1824416b]{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.btn-body[data-v-1824416b] {
  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-1824416b]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.add-admin-text[data-v-1824416b]{
  font-size: 16px;
  font-weight: 400;
}
.add-admin-wrapper[data-v-1824416b]{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 13px 21px;
  gap: 10px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.admins-body[data-v-1824416b]{
  width: 100%;
}
.wrapper[data-v-1824416b] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-color: var(--grey-color);
}
.settings-wrapper[data-v-1824416b]{
  padding-left: 5%;
  padding-right: 5%;
  margin-top: var(--margin-top);
  background-color: var(--grey-color);
}
.label-section[data-v-1824416b]{
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}
.admin-section[data-v-1824416b]{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.admin-label[data-v-1824416b], .statistic-label[data-v-1824416b], .items-label[data-v-1824416b] {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: start;
}


.between[data-v-8cdef2a7]{
  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-8cdef2a7]{
  font-size: 18px;
  font-weight: 500;
}
.right[data-v-8cdef2a7]{
  display: flex;
}
.left[data-v-8cdef2a7]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 20px;
}
.first-section[data-v-8cdef2a7], .second-section[data-v-8cdef2a7]{
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.statistic-wrapper[data-v-8cdef2a7]{
  color: black;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-self: start;
  justify-content: center;
  width: 100%;
}
.btn-edit-order[data-v-8cdef2a7]{
  margin-top: 30px;
  background-color: var(--orange-color);
  border-radius: var(--border-radius);
  padding: 15px 100px;
  font-weight: 400;
}
.comment[data-v-8cdef2a7] {
  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-8cdef2a7]{
  margin-top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  border-radius: var(--border-radius);
  padding: 10px 25px;
  font-weight: 400;
  font-size: 20px;
  color: white;
}
input.text[data-v-8cdef2a7]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-8cdef2a7] {
  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-8cdef2a7]{
  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-8cdef2a7]{
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  width: 100%;
}
.edit-cart[data-v-8cdef2a7]{
  font-size: 15px;
  color: var(--green-color);
  font-weight: 600;
}
.name-cart[data-v-8cdef2a7]{
  font-size: 18px;
  color: black;
  font-weight: 600;
}
.cart-header[data-v-8cdef2a7]{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-wrapper[data-v-8cdef2a7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}
.card-back[data-v-8cdef2a7] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.imm[data-v-d95bbb88]{
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.btn-cancel[data-v-d95bbb88]{
  width: 100%;
  background-color: var(--red-color);
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: var(--border-radius);
}
.btn-confirm[data-v-d95bbb88] {
  width: 100%;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: var(--border-radius);
}
.btns-edit-product[data-v-d95bbb88]{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.role-checker[data-v-d95bbb88] {
  width: 18px;
  display: flex;
}
.category-1[data-v-d95bbb88] {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.category-title[data-v-d95bbb88]{
  color: black;
  font-weight: 400;
  font-size: 16px;
  margin-left: 5%;
}
.body-category[data-v-d95bbb88]{
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.head-category[data-v-d95bbb88] {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.input[data-v-d95bbb88] {
  display: flex;
  width: 100%;
  background-color: var(--grey-color);
  height: 11.7vw;
  border-radius: var(--border-radius);
}
.name-product-text[data-v-d95bbb88]{
  font-size: 16px;
  font-weight: 500;
}
.name-product[data-v-d95bbb88], .category-product[data-v-d95bbb88] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  text-align: start;
}
.body[data-v-d95bbb88]{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.head[data-v-d95bbb88]{
  width: 100%;
  text-align: start;
  font-size: 18px;
  font-weight: 500;
}
input.text[data-v-d95bbb88]::placeholder {
  color: #B9B9B9;
}
input.text[data-v-d95bbb88] {
  background-color: inherit;
  color: black;
  font-weight: 500;
  font-size: 16px;
  padding: 0px;
  font-family: inherit;
  margin: 0;
  border: none;
  outline: none;
  width: 90%;
  margin-left: 5%;
}


.btn-bar-code[data-v-281e28a7] {
  background-color: var(--orange-color);
  padding-top: 17px;
  padding-bottom: 17px;
  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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


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


.btn[data-v-9f1be26b], .settings-button[data-v-9f1be26b] {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  font-family: inherit;
}
.settings-icon[data-v-9f1be26b]{
  width: 20px;
  height: 20px;
}
.settings-button[data-v-9f1be26b]{
  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-9f1be26b] {
  background-color: var(--green-color);
}
.settings-button[data-v-9f1be26b]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-9f1be26b]{
  background-color: var(--orange-color);
  font-size: 20px;
  font-weight: 600;
  color: white;
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 144px;
  height: 40px;
  box-shadow: var(--drop-shadow-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.active[data-v-9f1be26b] {
  background-color: var(--green-color);
}
.btn[data-v-9f1be26b]:hover {
  background-color: var(--green-color);
}
.btn[data-v-9f1be26b]:active {
  transform: var(--transform-scale-active);
}
.point-buttons[data-v-9f1be26b]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 86%;
  margin-top: 15px;
}
.buttons-wrapper[data-v-9f1be26b]{
  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;
}


.label[data-v-b15c975c] {
  font-size: 19px;
}
.img[data-v-b15c975c] {
  height: 20px;
}
.btn[data-v-b15c975c] {
  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-b15c975c]: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-31a9d934] {
  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-31a9d934] {
  background-color: var(--green-color);
}
.btn[data-v-31a9d934]: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-a5666103]{
  background-color: var(--red-color);
}
.del-button[data-v-a5666103]:hover{
  background-color: white;
  color: var(--red-color);
}
.edit-button[data-v-a5666103]{
  background-color: var(--orange-color);
}
.edit-button[data-v-a5666103]:hover {
  background-color: white;
  color: var(--orange-color);
}
.btn[data-v-a5666103] {
  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-a5666103]:active {
  transform: var(--transform-scale-active);
}
.role[data-v-a5666103] {
  font-weight: 400;
}
.name[data-v-a5666103] {
  font-weight: 700;
}
.name[data-v-a5666103], .role[data-v-a5666103] {
  font-size: 16px;
}
.right[data-v-a5666103] {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 10px;
  margin-right: 10px;
}
.left[data-v-a5666103] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 18px;
  margin-left: 17px;
}
.up[data-v-a5666103] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-wrapper[data-v-a5666103] {
  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;
}


.select-text[data-v-ac18aa3c] {
  font-size: 18px;
}
.arrow[data-v-ac18aa3c] {
  transition: all .3s ease;
  margin-right: 30px;
}
.text-block[data-v-ac18aa3c]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  color: black;
}
.order-img[data-v-ac18aa3c]{
  width: 30px;
  height: 30px;
}
.left[data-v-ac18aa3c] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn.active[data-v-ac18aa3c] {
  background-color: white;
}
.btn[data-v-ac18aa3c]:active {
  transform: var(--transform-scale-active);
}
.btn[data-v-ac18aa3c]:hover {
  background-color: white;
}
.btn[data-v-ac18aa3c] {
  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;
}


.buttons-wrapper[data-v-abbe49af]{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
input.search[data-v-abbe49af]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-abbe49af] {
  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-abbe49af]{
  max-width: 20px;
  margin-left: 20px;
}
.search-wrapper[data-v-abbe49af] {
  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-abbe49af]{
  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-abbe49af] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  flex-shrink: 0;
}
.wrapper[data-v-abbe49af] {
  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;
}


.order[data-v-917d4bf6] {
  margin-right: 30px;
}
.add-to-cart-text[data-v-917d4bf6]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-917d4bf6] {
  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-917d4bf6] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-917d4bf6]::before,
.btn-add-to-cart[data-v-917d4bf6]::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-917d4bf6] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-917d4bf6]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-917d4bf6]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-917d4bf6] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-917d4bf6]::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-917d4bf6] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-917d4bf6] {
  width: 70px;
}
.btn[data-v-917d4bf6]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-917d4bf6]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.quantity-product[data-v-917d4bf6] {
  font-size: 30px;
  color: var(--orange-color);
}
.packaging-product[data-v-917d4bf6] {
  font-size: 18px;
}
.right[data-v-917d4bf6] {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 30px;
}
.product-description[data-v-917d4bf6]{
  font-size: 13px;
  color: #8E8E92;
}
.product-label[data-v-917d4bf6] {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 180px;
}
.label-descr-product[data-v-917d4bf6]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.product-img[data-v-917d4bf6] {
  max-width: 50px;
  margin-left: 30px;
}
.left[data-v-917d4bf6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-wrapper[data-v-917d4bf6] {
  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-8685be75], .right[data-v-8685be75] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.quantity-product[data-v-8685be75] {
  font-size: 25px;
  color: var(--orange-color);
}
.packaging-product[data-v-8685be75] {
  font-size: 18px;
}
.product-description[data-v-8685be75]{
  font-size: 14px;
  color: #8E8E92;
}
.product-label[data-v-8685be75] {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
  white-space: nowrap;
  max-width: 305px;
}
.label-descr-product[data-v-8685be75]{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 3px;
}
.icon[data-v-8685be75]{
  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-4042d052] {
  font-size: 20px;
  color: black;
  margin-top: 20px;
}
.wrapper[data-v-4042d052] {
  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;
}


.quantity[data-v-f871fdae] {
  font-size: 20px;
  color: var(--orange-color);
  margin-left: 30px;
}
.label[data-v-f871fdae] {
  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-f871fdae] {
  width: 50px;
}
.item-wrapper[data-v-f871fdae] {
  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-30e57644] {
  margin-top: 10px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.comment-wrapper[data-v-30e57644] {
  width: 100%;
  padding: 15px 0;
  color: #949494;
  background-color: #F2F2F2;
  border-radius: var(--border-radius);
  display: flex;
  align-items: start;
}
.comment[data-v-30e57644] {
  font-size: 20px;
  margin-left: 15px;
}
.comment-label[data-v-30e57644] {
  font-size: 18px;
  width: 100%;
  text-align: start;
}
.status[data-v-30e57644] {
  font-size: 15px;
}
.number[data-v-30e57644] {
  font-size: 18px;
  font-weight: 700;
}
.number-status[data-v-30e57644] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.order-info-wrapper[data-v-30e57644] {
  margin-top: 10px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.group-move[data-v-30e57644],
.group-enter-active[data-v-30e57644],
.group-leave-active[data-v-30e57644] {
  transition: all 0.5s ease;
}
.group-enter-from[data-v-30e57644] {
  transform: translateX(-100%);
  opacity: 0;
}
.group-leave-to[data-v-30e57644] {
  transform: translateY(20px);
  opacity: 0;
}
.group-leave-active[data-v-30e57644] {
  position: absolute;
}
.content-wrapper[data-v-30e57644] {
  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-30e57644] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-bottom: 20px;
}
.wrapper[data-v-30e57644] {
  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-fa6a25ea]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-fa6a25ea] {
  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-fa6a25ea] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-fa6a25ea]::before,
.btn-add-to-cart[data-v-fa6a25ea]::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-fa6a25ea] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-fa6a25ea]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-fa6a25ea]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-fa6a25ea] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-fa6a25ea]::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-fa6a25ea] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-fa6a25ea] {
  width: 70px;
}
.btn[data-v-fa6a25ea]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-fa6a25ea]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-fa6a25ea] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
  transition: all .7s ease;
}
.left[data-v-fa6a25ea] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-fa6a25ea] {
  font-size: 18px;
}
.description[data-v-fa6a25ea] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-fa6a25ea] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-fa6a25ea] {
  font-size: 30px;
  font-weight: 500;
}
.label[data-v-fa6a25ea] {
  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-fa6a25ea] {
  width: 50px;
}
.scan-progress[data-v-fa6a25ea] {
  position: absolute;
  top: 0;
  left: 0;
}
.item-wrapper[data-v-fa6a25ea] {
  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;
}

.background-blur[data-v-62062380] {
  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-62062380],
.buttons-transition-enter-active[data-v-62062380],
.buttons-transition-leave-active[data-v-62062380] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-62062380] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-62062380] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-62062380] {
  position: absolute;
}
.btn[data-v-62062380] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn[data-v-62062380]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-62062380] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-62062380] {
  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-62062380] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.order-label[data-v-62062380] {
  font-size: 20px;
  color: black;
}
.order-number-wrapper[data-v-62062380] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-62062380]{
  width: 30px;
}
.close-wrapper[data-v-62062380]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order-wrapper[data-v-62062380] {
  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-2d0e1b24]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-2d0e1b24] {
  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-2d0e1b24] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-2d0e1b24]::before,
.btn-add-to-cart[data-v-2d0e1b24]::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-2d0e1b24] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-2d0e1b24]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-2d0e1b24]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-2d0e1b24] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-2d0e1b24]::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-2d0e1b24] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-2d0e1b24] {
  width: 70px;
}
.btn[data-v-2d0e1b24]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-2d0e1b24]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-2d0e1b24] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
  transition: all .7s ease;
}
.left[data-v-2d0e1b24] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-2d0e1b24] {
  font-size: 18px;
}
.description[data-v-2d0e1b24] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-2d0e1b24] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-2d0e1b24] {
  font-size: 30px;
  font-weight: 500;
}
.label[data-v-2d0e1b24] {
  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-2d0e1b24] {
  width: 50px;
}
.scan-progress[data-v-2d0e1b24] {
  position: absolute;
  top: 0;
  left: 0;
}
.item-wrapper[data-v-2d0e1b24] {
  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;
}


.background-blur[data-v-f992deca] {
  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-f992deca],
.buttons-transition-enter-active[data-v-f992deca],
.buttons-transition-leave-active[data-v-f992deca] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-f992deca] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-f992deca] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-f992deca] {
  position: absolute;
}
.btn-close[data-v-f992deca] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn-close[data-v-f992deca]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-f992deca] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-f992deca] {
  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-f992deca] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.order-label[data-v-f992deca] {
  font-size: 20px;
  color: black;
}
.order-number-wrapper[data-v-f992deca] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-f992deca]{
  width: 30px;
}
.close-wrapper[data-v-f992deca]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order-wrapper[data-v-f992deca] {
  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-57ddc940]{
  display: inline-block;
  transform-origin: center;
  transition: transform .3s ease;
  font-size: 18px;
  color: white;
}
.btn[data-v-57ddc940] {
  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-57ddc940] {
  background-color: var(--orange-color);
  width: 150px;
}
.btn-add-to-cart[data-v-57ddc940]::before,
.btn-add-to-cart[data-v-57ddc940]::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-57ddc940] {
  width: 70px;
}
.btn-add-to-cart.is-added[data-v-57ddc940]::before {
  transform: scaleX(1);
}
.btn-add-to-cart.is-added[data-v-57ddc940]::after {
  transform: scaleX(1) rotate(90deg);
}
.btn-add-to-cart.is-added .add-to-cart-text[data-v-57ddc940] {
  transform: scale3d(0.4, 0, 1);
  opacity: 0;
}
.btn-del[data-v-57ddc940]::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-57ddc940] {
  background-color: var(--red-color);
  width: 0px;
}
.btn-del.is-added[data-v-57ddc940] {
  width: 70px;
}
.btn[data-v-57ddc940]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-57ddc940]{
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 150px;
  margin-right: 30px;
  gap: 10px;
}
.right[data-v-57ddc940] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-right: 30px;
}
.left[data-v-57ddc940] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-left: 30px;
}
.packaging[data-v-57ddc940] {
  font-size: 18px;
}
.description[data-v-57ddc940] {
  font-size: 13px;
  color: #8E8E92;
}
.description-wrapper[data-v-57ddc940] {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.quantity[data-v-57ddc940] {
  font-size: 20px;
  color: var(--orange-color);
}
.label[data-v-57ddc940] {
  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-57ddc940] {
  width: 50px;
}
.item-wrapper[data-v-57ddc940] {
  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-a79df7a0]::placeholder {
  color: #B9B9B9;
}
input.search[data-v-a79df7a0] {
  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-a79df7a0]{
  max-width: 20px;
  margin-left: 20px;
}
.search-wrapper[data-v-a79df7a0] {
  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-a79df7a0],
.buttons-transition-enter-active[data-v-a79df7a0],
.buttons-transition-leave-active[data-v-a79df7a0] {
  transition: all 0.3s ease;
}
.buttons-transition-enter-from[data-v-a79df7a0] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-to[data-v-a79df7a0] {
  transform: scale3d(0.1, 0.1, 0.1);
  opacity: 0;
}
.buttons-transition-leave-active[data-v-a79df7a0] {
  position: absolute;
}
.btn[data-v-a79df7a0] {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  flex-shrink: 0;
  background: 0;
}
.btn[data-v-a79df7a0]:active {
  transform: var(--transform-scale-active);
}
.buttons-wrapper[data-v-a79df7a0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.items-wrapper[data-v-a79df7a0] {
  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-a79df7a0] {
  font-size: 24px;
  font-weight: 700;
  color: var(--orange-color);
}
.point-label[data-v-a79df7a0] {
  font-size: 20px;
  color: black;
}
.point-wrapper[data-v-a79df7a0] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.close-img[data-v-a79df7a0]{
  width: 30px;
}
.close-wrapper[data-v-a79df7a0]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart-wrapper[data-v-a79df7a0] {
  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-5d72fbc8] {
  width: 35px;
}
.message[data-v-5d72fbc8] {
  font-size: 13px;
}
.wrapper[data-v-5d72fbc8] {
  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);
}


.translate-move[data-v-5c8c4fbe],
.translate-leave-active[data-v-5c8c4fbe], 
.translate-enter-active[data-v-5c8c4fbe] {
  transition: all .4s ease-in-out;
}
.translate-leave-to[data-v-5c8c4fbe] {
  transform: translateX(100%);
}
.translate-enter-from[data-v-5c8c4fbe] {
  transform: translateX(100%);
}
.background-blur[data-v-5c8c4fbe] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.btn[data-v-5c8c4fbe] {
  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%);
}



.wrapper[data-v-8e775586] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 500px;
    background-color: aqua;
    border-radius: 50px;
    z-index: 11;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.status-display[data-v-8e775586] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    min-width: 400px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.status-display p[data-v-8e775586] {
    margin: 0;
}
.hint[data-v-8e775586] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    max-width: 500px;
    text-align: center;
    color: #856404;
}
.hint p[data-v-8e775586] {
    margin: 0;
    font-size: 14px;
}

.background-blur[data-v-327a8df7] {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  background-color: #8E8E9290;
  backdrop-filter: blur(10px);
}
.btn[data-v-327a8df7] {
  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-327a8df7]:hover {
  background-color: white;
  color: var(--orange-color);
}
.btn[data-v-327a8df7]:active {
  transform: var(--transform-scale-active);
}
.auth_in_telegram_text[data-v-327a8df7]{
  color: black;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.not_auth_text[data-v-327a8df7]{
  color: black;
  font-size: 20px;
  font-weight: 400;
}
.hot_auth_wrapper[data-v-327a8df7]{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image[data-v-327a8df7] {
  max-width: 200px;
}

