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

/* Bildirim Rozeti Animasyonları */
.btn-online-orders {
  position: relative;
  transition: all 0.3s ease;
}

.btn-online-orders.has-new-order {
  animation: buttonGlow 2s ease-in-out infinite;
}

.new-notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(45deg, #ff0000, #ff3333);
  color: white;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(255, 0, 0, 0.6);
  border: 2px solid white;
  z-index: 10;
}

.new-notification-badge.show {
  opacity: 1;
  transform: scale(1);
  animation: badgePulse 2s ease-in-out infinite;
}

/* Zil İkonu Animasyonu */
.btn-online-orders .fa-bell {
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-online-orders .fa-bell.ringing {
  animation: bellRing 0.6s ease-in-out;
  color: #ff0000;
}

.btn-online-orders.glowing {
  animation: buttonPulse 1.5s ease-in-out infinite;
}

/* Keyframe Animasyonları */
@keyframes badgePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 16px rgba(255, 0, 0, 0.6);
  }
  25% {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ff3333, #ff6600);
    box-shadow: 0 6px 20px rgba(255, 51, 51, 0.8);
  }
  50% {
    transform: scale(1.2);
    background: linear-gradient(45deg, #ff6600, #ff9900);
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.9);
  }
  75% {
    transform: scale(1.1);
    background: linear-gradient(45deg, #ff9900, #ff0000);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.8);
  }
}

@keyframes bellRing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes buttonGlow {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.9), 0 0 40px rgba(255, 102, 0, 0.7);
  }
}

@keyframes buttonPulse {
  0%,
  100% {
    transform: scale(1);
    background-color: inherit;
  }
  50% {
    transform: scale(1.05);
    background-color: rgba(255, 0, 0, 0.15);
  }
}

/* Hover Efektleri */
.btn-online-orders:hover .new-notification-badge {
  transform: scale(1.1);
  background: linear-gradient(45deg, #ff3333, #ff9900);
  box-shadow: 0 6px 20px rgba(255, 51, 51, 0.9);
}

.btn-online-orders:hover .fa-bell {
  color: #ff0000;
  transform: scale(1.1);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .new-notification-badge {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    top: -6px;
    right: -6px;
  }
}

/* Çok sayıda bildirim için özel stil */
.new-notification-badge[data-count="10+"] {
  animation: badgeUrgent 1s ease-in-out infinite;
}

@keyframes badgeUrgent {
  0%,
  100% {
    background: linear-gradient(45deg, #ff0000, #cc0000);
    transform: scale(1);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.8);
  }
  50% {
    background: linear-gradient(45deg, #cc0000, #990000);
    transform: scale(1.3);
    box-shadow: 0 8px 24px rgba(204, 0, 0, 0.9);
  }
}

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(255 255 255 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-overlay-sub {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f4f6;
  border-top: 5px solid #006754;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.dnone {
  display: none !important;
}
.loaded .loader-overlay {
  display: none;
}
