.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%);
}
/* Swiper pagination bullets */
.main-slider .swiper-pagination-bullet {
  width: 15px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  transition: all 0.3s ease;
}

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

/* Görsel kaydırma animasyonu */
.swiper-slide img {
  transition: transform 0.7s ease;
}

.swiper-slide-active img {
  transform: translateX(-5px) scale(1.05);
}

.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:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .hide-text-mobile {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hide-text-mobile i {
    font-size: initial;
  }
}
/* Enhanced Mobile Sidebar Menu */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 320px;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  z-index: 9999;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15);
}

.sidebar-menu.active {
  left: 0;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar Header */
.sidebar-header {
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
  color: white;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.sidebar-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: pulse 4s ease-in-out infinite;
}

.sidebar-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

.sidebar-restaurant-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.sidebar-restaurant-logo {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.sidebar-restaurant-details h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  color: white;
}

.sidebar-restaurant-subtitle {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Sidebar Content */
.sidebar-content {
  padding: 1.5rem;
}

.sidebar-section {
  margin-bottom: 2rem;
}

.sidebar-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sidebar-section-title i {
  width: 20px;
  text-align: center;
  color: #667eea;
}

.sidebar-section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #667eea, transparent);
  margin-left: 0.5rem;
}

/* Contact Items */
.sidebar-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sidebar-contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(102, 126, 234, 0.05);
  border: 1px solid rgba(102, 126, 234, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.sidebar-contact-item.clickable {
  cursor: pointer;
}

.sidebar-contact-item.clickable:hover {
  background: rgba(102, 126, 234, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
}

.sidebar-contact-item.clickable:active {
  transform: scale(0.98);
}

.sidebar-contact-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(102, 126, 234, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.sidebar-contact-item.clickable:hover::before {
  left: 100%;
}

.sidebar-contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
}

.sidebar-contact-details {
  flex: 1;
  min-width: 0;
}

.sidebar-contact-label {
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.sidebar-contact-value {
  font-size: 0.9rem;
  color: #1f2937;
  font-weight: 600;
  word-break: break-word;
}

/* Social Media Section */
.sidebar-social-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.sidebar-social-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.sidebar-social-item.instagram {
  background: linear-gradient(
    135deg,
    rgba(233, 89, 80, 0.05),
    rgba(131, 58, 180, 0.05)
  );
  border-color: rgba(233, 89, 80, 0.1);
}

.sidebar-social-item.facebook {
  background: linear-gradient(
    135deg,
    rgba(24, 119, 242, 0.05),
    rgba(66, 103, 178, 0.05)
  );
  border-color: rgba(24, 119, 242, 0.1);
}

.sidebar-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.sidebar-social-item.instagram .sidebar-social-icon {
  background: linear-gradient(135deg, #e95950, #833ab4);
  color: white;
}

.sidebar-social-item.facebook .sidebar-social-icon {
  background: linear-gradient(135deg, #1877f2, #4267b2);
  color: white;
}

.sidebar-social-handle {
  font-size: 0.9rem;
  color: #1f2937;
  font-weight: 600;
}

/* WiFi Card */
.sidebar-wifi-card {
  background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
  border-radius: 16px;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);
}

.sidebar-wifi-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: pulse 4s ease-in-out infinite;
}

.sidebar-wifi-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.sidebar-wifi-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.sidebar-wifi-title {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

.sidebar-wifi-details {
  position: relative;
  z-index: 1;
}

.sidebar-wifi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.sidebar-wifi-item:last-child {
  margin-bottom: 0;
}

.sidebar-wifi-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.sidebar-wifi-item:active {
  transform: scale(0.98);
}

.sidebar-wifi-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.sidebar-wifi-value {
  font-size: 0.85rem;
  color: white;
  font-weight: 600;
}

/* Menu Trigger Button Enhancement */
.menu-trigger {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.menu-trigger:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.menu-trigger:active {
  transform: scale(0.95);
}

/* Responsive Design */
@media (max-width: 480px) {
  .sidebar-menu {
    width: 100%;
  }

  .sidebar-content {
    padding: 1rem;
  }

  .sidebar-contact-item,
  .sidebar-social-item {
    padding: 0.75rem;
  }

  .sidebar-wifi-card {
    padding: 1rem;
  }

  .sidebar-contact-icon,
  .sidebar-social-icon,
  .sidebar-wifi-icon {
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}

/* Scrollbar Styling for Sidebar */
.sidebar-menu::-webkit-scrollbar {
  width: 4px;
}

.sidebar-menu::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 2px;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}
.restaurant-logo-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
