.need-license .justify-content-center {
  display: flex;
  justify-content: center;
}

.need-license .col-12 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.need-license .logout-button {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgb(255 0 0 / 33%) !important;
}

#app.logging-in #app-pin-wrapper,
#app.log-in-error #app-pin-wrapper {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
}

#app.log-in-error #app-pin-wrapper #app-pin .app-pin-digit {
  background-color: rgba(239, 83, 80, 0.05);
  border-color: rgba(239, 83, 80, 0.5);
}

#app-pin-wrapper #app-pin-label {
  color: whitesmoke;
  font-size: 0.9em;
  margin: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

#app-pin-wrapper #app-pin-label #app-pin-error-text {
  color: #ef5350;
}

#app-pin-wrapper #app-pin-hidden-input {
  background-color: transparent;
  border: none;
  height: 0px;
  outline: none;
  pointer-events: none;
  position: absolute;
  width: 0px;
}

#app-pin-wrapper #app-pin {
  display: flex;
  gap: 10px;
}

#app-pin-wrapper #app-pin .app-pin-digit {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  font-size: 3em;
  height: 80px;
  justify-content: center;
  position: relative;
  transition: background-color 250ms, border-color 250ms;
  width: 60px;
}

#app-pin-wrapper #app-pin .app-pin-digit:after,
#app-pin-wrapper #app-pin .app-pin-digit:before {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
  content: "";
  position: absolute;
  transition: opacity 250ms, transform 250ms;
  z-index: 2;
}

#app-pin-wrapper #app-pin .app-pin-digit:before {
  background-color: whitesmoke;
  border-radius: 10px;
  bottom: 0px;
  height: 3px;
  left: 15%;
  opacity: 0;
  transform: translateY(0px);
  width: 70%;
}

#app-pin-wrapper #app-pin .app-pin-digit:after {
  background-color: whitesmoke;
  border-radius: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.25);
  width: 20px;
}

#app-pin-wrapper #app-pin .app-pin-digit.focused:before {
  animation: blink 2s ease-in-out infinite;
  opacity: 1;
  transform: translateY(-10px);
}

#app-pin-wrapper #app-pin .app-pin-digit.hidden:after {
  opacity: 1;
  transform: scale(1);
}

#app-pin-wrapper #app-pin .app-pin-digit.hidden .app-pin-digit-value {
  opacity: 0;
  transform: scale(0.25);
}

#app-pin-wrapper #app-pin .app-pin-digit .app-pin-digit-value {
  color: whitesmoke;
  transition: opacity 250ms, transform 250ms;
}

#app-pin-wrapper #app-pin-hidden-input {
  background-color: transparent;
  border: none;
  height: 0px;
  outline: none;
  pointer-events: none;
  position: absolute;
  width: 0px;
}

.log-in-error #app-pin-wrapper #app-pin .app-pin-digit {
  background-color: rgba(239, 83, 80, 0.05);
  border-color: rgba(239, 83, 80, 0.5);
}

.main-slider.swiper {
  width: 100%;
  height: 250px;
}

.main-slider .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
}

.main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  filter: brightness(50%);
}

.main-slider .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.85) !important;
  width: 22.5px !important;
}

.main-slider .swiper-pagination-bullet {
  width: 15px;
  background: rgba(255, 255, 255, 0.5);
  height: 7px;
  opacity: 1;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.choose-user ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.choose-user ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
}

.choose-user ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.choose-user ::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.sections-slider .swiper-slide {
  width: fit-content;
  background-color: transparent;
}

.bg-effect {
  position: absolute;
  width: 0.001vmin;
  height: 0.001vmin;
  border-radius: 50%;
  opacity: 0.05;
}

.bg-effect:nth-child(2) {
  -webkit-box-shadow: 0 0 45vmax 45vmax rgba(255, 0, 0, 0.3);
  box-shadow: 0 0 45vmax 45vmax rgba(255, 0, 0, 0.3);
  -webkit-animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite;
  animation: hue 10s 0s linear infinite, move1 19s 0s linear infinite;
}

.bg-effect:nth-child(3) {
  -webkit-box-shadow: 0 0 45vmax 45vmax rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 45vmax 45vmax rgba(255, 255, 255, 0.5);
  -webkit-animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite;
  animation: hue 15s 0s linear infinite, move2 25s 0s linear infinite;
}

.bg-effect:nth-child(4) {
  -webkit-box-shadow: 0 0 45vmax 45vmax rgba(0, 255, 255, 0.5);
  box-shadow: 0 0 45vmax 45vmax rgba(0, 255, 255, 0.5);
  -webkit-animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite;
  animation: hue 20s 0s linear infinite, move3 15s 0s linear infinite;
  opacity: 0.2;
}

@-webkit-keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@-webkit-keyframes move1 {
  0% {
    top: 0vh;
    left: 50vw;
  }

  25% {
    left: 0vw;
  }

  50% {
    top: 100vh;
  }

  75% {
    left: 100vw;
  }

  100% {
    top: 0vh;
    left: 50vw;
  }
}

@keyframes move1 {
  0% {
    top: 0vh;
    left: 50vw;
  }

  25% {
    left: 0vw;
  }

  50% {
    top: 100vh;
  }

  75% {
    left: 100vw;
  }

  100% {
    top: 0vh;
    left: 50vw;
  }
}

@-webkit-keyframes move2 {
  0% {
    top: 50vh;
    left: 100vw;
  }

  25% {
    top: 100vh;
  }

  50% {
    left: 0vw;
  }

  75% {
    top: 0vh;
  }

  100% {
    top: 50vh;
    left: 100vw;
  }
}

@keyframes move2 {
  0% {
    top: 50vh;
    left: 100vw;
  }

  25% {
    top: 100vh;
  }

  50% {
    left: 0vw;
  }

  75% {
    top: 0vh;
  }

  100% {
    top: 50vh;
    left: 100vw;
  }
}

@-webkit-keyframes move3 {
  0% {
    top: 100vh;
    left: 50vw;
  }

  25% {
    left: 100vw;
  }

  50% {
    top: 0vh;
  }

  75% {
    left: 0vw;
  }

  100% {
    top: 100vh;
    left: 50vw;
  }
}

@keyframes move3 {
  0% {
    top: 100vh;
    left: 50vw;
  }

  25% {
    left: 100vw;
  }

  50% {
    top: 0vh;
  }

  75% {
    left: 0vw;
  }

  100% {
    top: 100vh;
    left: 50vw;
  }
}

#modalBody {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}

.display-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: calc(33% - 16px);
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.2s;
}

.display-card:hover {
  transform: translateY(-5px);
}

.display-info h3 {
  margin: 0 0 8px;
}

.display-info p {
  margin: 0 0 16px;
  color: #555;
}

.select-button {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.select-button.close {
  background-color: #b90000;
}

.select-button:hover {
  background-color: #0056b3;
}

.select-button.close:hover {
  background-color: #780000;
}

.notification-wrapper {
  position: fixed;
  bottom: 64px;
  right: 30px;
  z-index: 9999;
  perspective: 1000px;
}

.notification-wrapper .notification-container {
  position: relative;
  width: 340px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform-origin: top right;
  opacity: 0;
  transform: translateY(-20px) rotateX(-10deg);
  border-left: 4px solid #e53e3e;
}

.notification-wrapper .notification-content {
  flex: 1;
}

.notification-wrapper .notification-title {
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
}

.notification-wrapper .notification-message {
  font-size: 14px;
  color: #64748b;
  font-weight: 400;
  line-height: 1.4;
}

.notification-wrapper .notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(229, 62, 62, 0.12);
}

.notification-wrapper .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #cbd5e1;
  transition: all 0.2s;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.notification-wrapper .close-button:hover {
  color: #475569;
  background-color: #f1f5f9;
}

.notification-wrapper .utensil-icon {
  /* color: #e53e3e;
  font-size: 20px; */
}

.notification-wrapper .demo-button {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 24px;
  background-color: #3b82f6;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
  transition: all 0.2s;
}

.notification-wrapper .demo-button:hover {
  background-color: #2563eb;
  transform: translateX(-50%) translateY(-2px);
  box-shadow: 0 6px 16px rgba(59, 130, 246, 0.25);
}

.app-buttons {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 15px;
}

.modal.active {
  display: flex !important;
}

#start-small-screen i.inactive {
  color: #4caf50;
}

#start-small-screen i.active {
  color: #f44336;
}

#pull-to-refresh-container {
  position: relative;
  min-height: 100vh;
  overscroll-behavior-y: contain;
}

#pull-to-refresh-indicator {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  transition: transform 0.2s ease-out;
  z-index: 10;
}

#pull-to-refresh-indicator.pulling {
  transform: translateY(0);
}

.pull-to-refresh-icon {
  width: 40px;
  height: 40px;
  border: 3px solid #006754;
  border-top-color: transparent;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.pull-to-refresh-icon.rotate {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pull-to-refresh-text {
  margin-left: 15px;
  color: #006754;
  font-weight: 600;
  font-size: 14px;
}

#pullToContent {
  position: relative;
  transition: transform 0.2s ease-out;
  /* background: white; */
  /* will-change: transform; */
  touch-action: pan-y;
}

.pull-to-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.pull-to-loading-overlay.active {
  display: flex;
}

.pull-to-success-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  background: #006754;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 103, 84, 0.3);
  z-index: 2000;
  transition: transform 0.3s ease;
}

.pull-to-success-message.show {
  transform: translateX(-50%) translateY(0);
}
