@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(/lib/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].ttf) format('truetype');
}

.google_icon {
  visibility: hidden;
}

html.icons-loaded .google_icon {
  visibility: visible;
}


.google_icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-top: 4px;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';

  font-variation-settings: 'FILL' 1
}

/* CSS für die Drehung */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotating-icon {
  animation: spin 2s linear infinite;
  transform-origin: center;
}

.bold {
  font-weight: 500;
}

.hand {
  cursor: pointer;
}

#app {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.main-overlay-header {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  width: 100%;
  transition: background-color 0.2s ease;
}

.app-focused .main-overlay-header,
.app-focused .open-customers-overlay-header {
  background-color: #c8e6c9 !important;
}

.app-unfocused .main-overlay-header,
.app-unfocused .open-customers-overlay-header {
  background-color: #ffcdd2 !important;
}

.app-focused .main-overlay-header > div,
.app-unfocused .main-overlay-header > div,
.app-focused .open-customers-overlay-header > div,
.app-unfocused .open-customers-overlay-header > div {
  background-color: transparent !important;
}

#focusLostOverlay {
  position: fixed;
  inset: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
}

.focus-lost-start-btn {
  background: #4caf50;
  color: #fff;
  border: 2px solid #45a049;
  border-radius: 14px;
  padding: 22px 36px;
  font-size: 26px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  font-family: 'Segoe UI', Roboto, Tahoma, Helvetica, Arial, sans-serif;
}

.focus-lost-start-btn:active {
  background: #3d8e41;
  border-color: #347a37;
}


.main-overlay-content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  min-height: 0;
  box-sizing: border-box;
}

.main-overlay-footer {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  width: 100%;
}

.top-toast {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  background: #1f8dcc;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 11000;
  pointer-events: none;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}

.top-toast.show {
  transform: translateY(0);
}

.top-toast-error {
  background: #d32f2f;
}

.top-toast-warning {
  background: #f57c00;
}

.main-overlay-header #currentBox {
  flex: 1 1 auto;
  height: 100%;
  min-width: 0;
}

.main-overlay-header #currentBoxProgress {
  flex: 0 0 200px;
  height: 100%;
}

.main-overlay-footer .main-logo-wrap {
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 16px;
  box-sizing: border-box;
  position: relative;
}

.main-overlay-footer .main-logo-wrap .build-version {
  position: absolute;
  left: 16px;
  bottom: 7px;
  font-size: 10px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #ccc !important;
  background: transparent !important;
  height: auto !important;
  pointer-events: none;
}

.main-overlay-footer .open-customers-btn-host {
  margin-left: auto;
  flex: 0 1 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  box-sizing: border-box;
  min-width: 0;
}

.box-user .main-logo-wrap,
.box-user .open-customers-btn-host {
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: normal !important;
  color: inherit !important;
  height: 100% !important;
}

.box-user .open-customers-btn-host .open-customers-btn {
  margin-top: -8px;
  width: 200px;
  max-width: 100%;
  box-sizing: border-box;
}

html {
  transition: background-color 1s;
}

html, body {
  height: 100%;
  width: 100%;
  background-color: #3892D3;
  padding: 0;
  margin: 0;
  font-family: 'Segoe UI', Roboto, Tahoma, Helvetica, Arial, sans-serif;
}

body, button, input, select, textarea {
  font-family: 'Segoe UI', Roboto, Tahoma, Helvetica, Arial, sans-serif;
}

html.loading {
  background: #333333 url(/resources/images/start.gif) no-repeat 50% 50%;
  cursor: progress;
  transition: background-color 0;
}

body {
  transition: opacity 1s ease-in;
  overflow: hidden;
}

html.loading body {
  opacity: 0;
  transition: opacity 0;
  visibility: hidden;
}

.webix_button, .webixbutton {
  font-size: 18px;
}

.webix_icon_btn {
  margin-right: 9px;
  margin-left: 6px;

  width: 24px;
  height: 24px;
}


.login-box {
  max-width: 400px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.box-label-row{
  height: 110px !important;
}



.box-label {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #007acc;
}

.box-label div {
  font-size: 90px !important;
  font-weight: 500 !important;
  background-color: #fff;
  /*height: 110px !important;*/
  /*line-height: 97px !important;*/
}

.box-label #currentBox,
.box-label #currentBox div {
  background-color: transparent !important;
  font-size: 0 !important;
  font-weight: normal !important;
  height: 100% !important;
  line-height: normal !important;
}

.current-box-svg-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.current-box-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.current-box-svg text {
  fill: #007acc;
  font-weight: 500;
  font-family: sans-serif;
}

.box-label .current-box-progress-wrap,
.box-label .current-box-progress-wrap div {
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: normal !important;
}

.current-box-progress-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 8px;
}

.box-user {
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #007acc;
}

.box-user div {
  font-size: 50px !important;
  font-weight: 500 !important;
  background-color: #fff;
  height: 110px !important;
  line-height: 97px !important;
  color: #06009b !important;
}



.product-box-container{
  height: 100% !important;
}

.product-box {
  background-color: #e0e5ec;
  border-radius: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100px !important;
}

@keyframes product-box-flash-anim {
  0%   { background-color: #e0e5ec; }
  25%  { background-color: #b6e7b6; }
  100% { background-color: #e0e5ec; }
}

@keyframes product-box-flash-border {
  0%   { border-color: rgba(60, 180, 60, 0); }
  25%  { border-color: rgba(60, 180, 60, 0.95); }
  100% { border-color: rgba(60, 180, 60, 0); }
}

.product-box {
  position: relative;
}

.product-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 4px solid rgba(60, 180, 60, 0);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 10;
}

.product-box.product-box-flash {
  animation: product-box-flash-anim 0.7s ease-out;
}

.product-box.product-box-flash::after {
  animation: product-box-flash-border 0.7s ease-out;
}

@keyframes product-box-collapse-anim {
  0%   { height: 100px; margin-bottom: 8px; opacity: 1; }
  100% { height: 0;     margin-bottom: 0;   opacity: 0; }
}

.product-box.product-box-collapse {
  animation: product-box-collapse-anim 0.4s ease-out forwards;
  overflow: hidden;
}

.product-box-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.product-box-has-tags .product-box-center {
  padding-bottom: 30px;
}

.product-box-center .product-box-name {
  flex: 0 1 auto;
}

.product-box-containers {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 0;
}

.product-box-container-chip {
  display: inline-block;
  padding: 2px 7px;
  background: #fff;
  border: 1px solid #c0c6cd;
  border-radius: 9px;
  font-size: 11px;
  color: #444;
  font-weight: 500;
  line-height: 1.3;
}

.product-box-swipe-wrap {
  position: relative;
  margin-bottom: 8px;
  border-radius: 10px;
  overflow: hidden;
}

.product-box-swipe-wrap .product-box {
  margin-bottom: 0;
}

.product-box-swipe-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.swipe-progress-ring {
  width: 64px;
  height: 64px;
  --progress: 0;
  position: absolute;
}

.swipe-progress-ring .ring-bg {
  fill: none;
  stroke: #d0d0d0;
  stroke-width: 3;
}

.swipe-progress-ring .ring-progress {
  fill: none;
  stroke: #4caf50;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--progress));
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.05s linear;
}

.swipe-progress-check {
  width: 32px;
  height: 32px;
  z-index: 1;
  position: relative;
}

.swipe-progress-check .check-path {
  fill: none;
  stroke: #9e9e9e;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.15s ease;
}

.product-box-swipe-wrap.swipe-ready .swipe-progress-check .check-path {
  stroke: #4caf50;
}

.product-box.product-box-swipe {
  background-color: #eceff1;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  position: relative;
  z-index: 1;
}

.product-box.product-box-swipe:active {
  cursor: grabbing;
}

.product-box.product-box-swipe .product-box-swipe-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 14px;
  height: 100%;
  color: #9e9e9e;
}

.product-box.product-box-swipe .product-box-swipe-icon .google_icon {
  font-size: 56px !important;
  margin: 0 !important;
}

.product-box-done {
  background-color: #a9e7a9;
  border-radius: 10px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100px !important;
}

.product-box .webix_template,
.product-box-done .webix_template {
  padding: 0 !important;
}

.product-box-text {
  font-size: 6vw;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  height: 100%;
  gap: 16px;
}

.product-box-name {
  flex: 1;
  text-align: center;
  font-size: 4vw;
}

.product-box-progress-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  flex-shrink: 0;
}

.product-box-progress-wrap .progress-icon {
  width: 100%;
  height: 100%;
  --progress: 0;
}

.product-box-progress-wrap .progress-icon .ring-bg,
.product-box-progress-wrap .progress-icon .ring-progress {
  fill: none;
  stroke-width: 2.5;
}

.product-box-progress-wrap .progress-icon .ring-bg {
  stroke: #9e9e9e;
}

.product-box-progress-wrap .progress-icon .ring-progress {
  stroke: green;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--progress));
  transition: stroke-dashoffset 0.3s ease;
}

.product-box-progress-label {
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  pointer-events: none;
}

.product-box-progress-remaining {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.product-box-progress-total {
  font-size: 9px;
  color: #666;
  margin-left: 2px;
  line-height: 1;
}

.product-box-image {
  width: 98px;
  height: 98px;
  margin-left: 1px;
  border-radius: 8px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.open-customers-btn {
  height: 56px;
  padding: 0 24px;
  background-color: #1f8dcc;
  color: #fff;
  border: 2px solid #1880b8;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.open-customers-btn:hover {
  background-color: #1880b8;
}

.open-customers-btn:active {
  background-color: #15709e;
}

.open-customers-btn .open-customers-btn-date {
  display: block;
  font-size: 13px;
  opacity: 0.9;
  margin-top: 2px;
}

.open-customers-date-row {
  height: 100%;
  width: 100%;
  position: relative;
}

.open-customers-date-btn {
  min-width: 240px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

#openCustomersDatePicker {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.datepicker-modal {
  position: relative;
  width: min(360px, 92vw);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  padding: 12px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Roboto, Tahoma, Helvetica, Arial, sans-serif;
  color: #333;
}

.datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.datepicker-nav {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 2px solid #1880b8;
  background-color: #1f8dcc;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker-nav:active {
  background-color: #15709e;
}

.datepicker-title {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #007acc;
}

.datepicker-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}

.datepicker-weekday {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  padding: 4px 0;
}

.datepicker-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.datepicker-day {
  aspect-ratio: 1 / 1;
  border: 1px solid #d0d6dd;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
}

.datepicker-day:active {
  background: #e8f3fb;
}

.datepicker-day-other {
  color: #b0b0b0;
  background: #fafafa;
}

.datepicker-day-today {
  border-color: #1f8dcc;
  color: #1f8dcc;
  font-weight: 600;
}

.datepicker-day-selected {
  background: #1f8dcc;
  border-color: #1880b8;
  color: #fff;
  font-weight: 600;
}

.datepicker-day-selected.datepicker-day-today {
  color: #fff;
}

.datepicker-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.datepicker-action {
  height: 44px;
  padding: 0 18px;
  background-color: #1f8dcc;
  color: #fff;
  border: 2px solid #1880b8;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.datepicker-action:active {
  background-color: #15709e;
}

#secretPasswordOverlay {
  position: fixed;
  inset: 0;
  z-index: 10200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secret-password-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.secret-password-modal {
  position: relative;
  width: min(360px, 92vw);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  padding: 20px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Roboto, Tahoma, Helvetica, Arial, sans-serif;
  color: #333;
}

.secret-password-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #f0f0f0;
  color: #555;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  z-index: 1;
}

.secret-password-close:active {
  background: #d0d0d0;
}

.secret-password-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #007acc;
  margin-bottom: 14px;
}

.secret-password-input {
  width: 100%;
  font-size: 26px;
  padding: 14px;
  box-sizing: border-box;
  border: 2px solid #d0d6dd;
  border-radius: 10px;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 16px;
}

.secret-password-input:focus {
  outline: none;
  border-color: #1f8dcc;
}

.secret-password-actions {
  display: flex;
  gap: 10px;
}

.secret-password-action {
  flex: 1;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid;
  -webkit-tap-highlight-color: transparent;
}

.secret-password-cancel {
  background: #fff;
  border-color: #aaa;
  color: #555;
}

.secret-password-cancel:active {
  background: #ececec;
}

.secret-password-ok {
  background: #1f8dcc;
  border-color: #1880b8;
  color: #fff;
}

.secret-password-ok:active {
  background: #15709e;
}

.box-label .open-customers-total-progress,
.box-label .open-customers-total-progress-ring,
.box-label .open-customers-total-progress-label {
  background-color: transparent;
  font-size: 14px !important;
  font-weight: normal !important;
}

.open-customers-total-progress {
  display: flex;
  align-items: center;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.open-customers-total-progress-ring {
  position: relative;
  width: 108px;
  height: 108px;
  flex-shrink: 0;
}

.open-customers-total-progress-ring .progress-icon {
  width: 100%;
  height: 100%;
  --progress: 0;
  display: block;
}

.open-customers-total-progress-ring .progress-icon .ring-bg,
.open-customers-total-progress-ring .progress-icon .ring-progress {
  fill: none;
  stroke-width: 2.5;
}

.open-customers-total-progress-ring .progress-icon .ring-bg {
  stroke: #9e9e9e;
}

.open-customers-total-progress-ring .progress-icon .ring-progress {
  stroke: green;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--progress));
  transition: stroke-dashoffset 0.3s ease;
}

.open-customers-total-progress-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  line-height: 1;
}

.open-customers-total-progress-open {
  font-size: 26px !important;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.open-customers-total-progress-total {
  font-size: 9px !important;
  color: #666;
  margin-left: 2px;
  line-height: 1;
}

.scroll-spacer,
.scroll-spacer div {
  background-color: transparent !important;
}

#openCustomersOverlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.open-customers-overlay-header {
  flex: 0 0 110px;
  position: relative;
  width: 100%;
  transition: background-color 0.2s ease;
}

.open-customers-overlay-content {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 10px;
  background: #fff;
  min-height: 0;
}

.open-customers-overlay-footer {
  flex: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#openCustomersOverlay .customer-tile {
  margin: 0 0 8px 0;
}

.customer-tile {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.customer-tile:active {
  background-color: #d2dae3;
}

.customer-tile .product-box-name {
  font-size: 5.5vw;
  font-weight: 700;
}

#openCustomersBtn .open-customers-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
}

#openCustomersBtn .open-btn-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  overflow: hidden;
}

#openCustomersBtn .open-btn-content > span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.open-btn-icon {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: block;
  --progress: 0;
}

.open-btn-icon .ring-bg,
.open-btn-icon .ring-progress,
.open-btn-icon .ring-done {
  fill: none;
  stroke-width: 3;
}

.open-btn-icon .ring-bg {
  stroke: rgba(255, 255, 255, 0.35);
}

.open-btn-icon .ring-progress {
  stroke: #fff;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--progress));
  transition: stroke-dashoffset 0.3s ease;
}

.open-btn-icon .ring-done {
  stroke: #fff;
}

.open-btn-icon .check {
  stroke: #fff;
  stroke-width: 3.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.box-user .close-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  background-color: transparent !important;
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: normal !important;
}

.box-user .close-btn-wrap .open-customers-btn {
  margin-top: -8px;
  width: 200px;
}

.product-box-number {
  font-size: 50px;
  line-height: 95px;
  color: #333;
  width: 137px;
  float: left;
  text-align: left;
}

.back-white{
  background-color: #fff;
}

#app-loader {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: sans-serif;
}

#app-loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #007acc;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 12px;
}

#app-loader .message {
  font-size: 18px;
  color: #007acc;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}