* {
      user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    touch-action: manipulation;   
     
    
    
}   

html {
    width: 100%;
    overflow-x: hidden; /* horizontal scroll kapalı */
    overscroll-behavior-x: none;
    -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
    font-size: 16px;
}

@media (max-width: 360px) {
    body {
        font-size: 12px;
        line-height: 14px;
    }
    
        input,
    textarea,
    select {
        font-size: 12px;
    }
}


.native_app {
    padding-top: 60px !important;
}
.native_app2 {
    padding-top: 100px !important;
}
.native_app3 {
    padding-top: 35px !important;
}


a, button, img,.product-card {
    -webkit-touch-callout: none;  /* iOS long-press menü */
    -webkit-user-select: none;    /* metin seçimi */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    -webkit-tap-highlight-color: transparent;
}

    .screen {
        position: absolute !important;
        top: 50px !important;
        left: 0;
        right: 0;
        overflow: auto;
        width: 100vw !important;
        height: calc(100vh - 100px) !important;
        /*padding-bottom: 120px !important;*/
        -webkit-overflow-scrolling: touch;
        
    }

.native-app .screen {
    padding-top: 70px !important;
}

.screen.nobottommenu {
    height: 100vh !important;
}

 

/* Scroll Down Indicator */
.scroll-indicator {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #000000b5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    animation: pulse 1.4s infinite;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

/* Yanıp sönen animasyon */
@keyframes pulse {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

/* Gizle */
.scroll-indicator.hidden {
    opacity: 0;
    pointer-events: none;
}

 .screenwob {
        position: absolute !important;
        top: 50px !important;
        left: 0;
        right: 0;
        overflow: auto;
        width: 100vw !important;
        height: calc(100vh - 130px) !important;
        
    }


.headerMenu {
    background: transparent;
}

.headerMenu .headerGlass {
    background: rgba(33, 37, 41, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}



.bell-wrap {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 50%;
    text-decoration: none;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.bell-wrap i {
    color: #212529; /* koyu ikon */
    font-size: 12px;
}

.bell-wrap:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.bell-wrap:active {
    transform: scale(0.95);
}

.lh-sm {
    line-height: 1.1;
}

.user-badge {
     line-height: 1.1;
    text-align: right;
    white-space: nowrap;
}
    


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
     width: 100vw; /* 100% yerine 100vw kullanmak, iOS resize hatalarını azaltır */
    max-width: 100%;
    z-index: 100;
    transition: transform 0.35s cubic-bezier(.22,.61,.36,1), opacity 0.35s ease;
    will-change: transform;
    padding-bottom: env(safe-area-inset-bottom);
    pointer-events: auto;
}

.bottom-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(18px) !important;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
    height: 80px; /* biraz daha yüksek */
    padding: 0 12px;
}

.border_native_app {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}

.bottom-nav.hide-nav {
    transform: translateY(110%);
    opacity: 0;
}

/* Nav-item temel ayarlar */
.bottom-nav .nav-item {
    flex: 1;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 12px 0;
    border-radius: 12px;
    transition: all 0.25s ease;
    color: #888;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Nav-item iconları */
.bottom-nav .nav-item i {
    font-size: 22px; /* normalde küçük */
    margin-bottom: 3px;
    display: block;
    transition: all 0.25s ease;
    color: #888; /* normal inactive */
}

/* Nav-item spanleri */
.bottom-nav .nav-item span {
    font-size: 11px; 
    transition: all 0.25s ease;
    color: #888; /* normal inactive */
}

/* Active olan icon ve span */
.bottom-nav .nav-item.active i {
    font-size: 26px;
    color: #222; /* active koyu */
}

.bottom-nav .nav-item.active span {
    font-size: 13px;
    font-weight: 600;
    color: #222; /* active koyu */
}


.bottom-nav .nav-item.napp_active i,
.bottom-nav .nav-item.napp_active span {
    background: linear-gradient(
        45deg,
        #ff1e1e,
        #ff4d4d,
        #ff0000,
        #b30000
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
 animation: cartBadgeGradient 2s ease infinite;
    display: inline-block;
}

.bottom-nav .nav-item.napp_active i {
    font-size: 26px;
    filter: drop-shadow(0 2px 6px rgba(255,0,0,0.25));
}

.bottom-nav .nav-item.napp_active span {
    font-size: 13px;
    font-weight: 600;
}


/* Hover / touch aktif */
.bottom-nav .nav-item:hover i,
.bottom-nav .nav-item.touch-active i {
    font-size: 26px;
    color: #555; /* hover daha açık */
    text-shadow: 0 0 6px rgba(255,255,255,0.35);
}

.bottom-nav .nav-item:hover span,
.bottom-nav .nav-item.touch-active span {
    font-size: 13px;
    font-weight: 600;
    color: #555; /* hover daha açık */
    text-shadow: 0 0 6px rgba(255,255,255,0.35);
}

/* QR özel gradient nav-item */
.nav-item.qr-gradient {
    background: linear-gradient(135deg, #e0e0e0, #c0c0c0);
    border-radius: 16px;
    padding: 6px 10px;
    color: #222 !important;
    transition: all 0.25s ease;
}

.nav-item.qr-gradient:hover,
.nav-item.qr-gradient.touch-active {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #d5d5d5, #b5b5b5);
}

/* Active QR nav-item */
.nav-item.qr-gradient.active {
    background: linear-gradient(135deg, #b0b0b0, #909090);
    color: #111 !important;
}

/* Hover soldan sağa glow animasyonu (keyframe) */
@keyframes nav-glow {
    0% { background-position: -150% 0; }
    50% { background-position: 150% 0; }
    100% { background-position: -150% 0; }
}

.bottom-nav .nav-item:hover,
.bottom-nav .nav-item.touch-active {
    background: linear-gradient(120deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0.15) 100%);
    background-size: 200% 100%;
    animation: nav-glow 1s linear forwards;
}



.divider {
    width: 1px;
    height: 32px;
    background: rgba(0,0,0,0.12);
    display: block;
    margin: 0 10px; /* sağ ve soldan boşluk */
}





.cart-wrapper {
    position: relative;
    display: block;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-radius 0.2s ease;
}

/* Hover / drop aktif sınıfı */
.cart-wrapper.active-drop {
    width: 50px;                                 /* tam circle için genişlik */
    height: 50px;                                /* tam circle için yükseklik */
    transform: scale(1.2);                       /* biraz büyüsün */
    box-shadow: 0 0 15px rgba(0, 150, 0, 0.5);   /* glow efekti */
    border-radius: 50%;                          /* circle */
    background: rgba(50, 50, 50, 0.2);          /* koyu gri overlay */
    border: 3px solid #333;                      /* belirgin border */
    animation: pulse 1.2s infinite ease-in-out;  /* pulse animasyonu */
    z-index: 100;                                /* ön planda */
}

/* Pulse animasyonu */
@keyframes pulse {
    0% {
        transform: scale(1.2);
        box-shadow: 0 0 15px rgba(0, 150, 0, 0.5);
    }
    50% {
        transform: scale(1.3);
        box-shadow: 0 0 25px rgba(0, 150, 0, 0.7);
    }
    100% {
        transform: scale(1.2);
        box-shadow: 0 0 15px rgba(0, 150, 0, 0.5);
    }
}



.sepetbtn {
    position: relative;
    font-size: 24px; 
    color: #333;
}

.cart-count {
    position: absolute;
    top: -4px;      
    left: calc(50% + 10px);      
    transform: translateX(-50%);
    background: #555; /* active değilken koyu gri */
    color: #fff !important;
    font-size: 12px;
    width: 18px;
    height: 18px;
    font-weight: bold;
    padding: 2px;
    border-radius: 50%;
    border: none;
    line-height: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    pointer-events: none;
    box-sizing: border-box;
    font-family: 'Arial',sans-serif;
    transition: background 0.25s ease, transform 0.2s ease;
}

/* Active nav-item iken kırmızı yap */
.nav-item.active .cart-count {
    background: #ff3b30;
    color: #fff !important;
}

.nav-item.napp_active .cart-count {
    background: linear-gradient(
        45deg,
        #5c0000,
        #8f0000,
        #b30000,
        #4a0000
    ) !important;

    background-size: 200% 200%;
    animation: cartBadgeGradient 6s ease infinite;

    color: #fff !important;
    -webkit-text-fill-color: #fff !important;

    z-index: 2 !important;
}



@keyframes cartBadgeGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}


/* Eğer cart-count 0 ise gizle */
.cart-count[data-count="0"] {
    display: none;
}



/* Modal backdrop blur */
.modal-backdrop.show {
    backdrop-filter: blur(4px);
}


/* Modal tüm ekranı kaplasın ama içeriği alta hizalasın */
#loginBottomSheet .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* MERKEZLER */
    margin: 0;
    width: 100%;
    max-width: 480px; /* Mobil + desktop uyumlu */
    animation: slideUp .1s ease;
}

/* Modal iç kutu → üst köşeler yuvarlak */
#loginBottomSheet .modal-content {
    border-radius: 20px 20px 0 0;
}


#outsideServiceAreaModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* MERKEZLER */
    margin: 0;
    width: 100%;
    max-width: 480px; /* Mobil + desktop uyumlu */
    animation: slideUp .1s ease;
}

/* Modal iç kutu → üst köşeler yuvarlak */
#outsideServiceAreaModal .modal-content {
    border-radius: 20px 20px 0 0;
}


#noSavedAddressModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); /* MERKEZLER */
    margin: 0;
    width: 100%;
    max-width: 480px; /* Mobil + desktop uyumlu */
    animation: slideUp .1s ease;
}

/* Modal iç kutu → üst köşeler yuvarlak */
#noSavedAddressModal .modal-content {
    border-radius: 20px 20px 0 0;
}




/* Slide-up animasyonu */
@keyframes slideUp {
    from {
        transform: translateX(-50%) translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* Bootstrap backdrop bug fix (bazı sayfalarda kaymaya sebep olur) */
.modal {
    --bs-modal-margin: 0 !important;
    padding-right: 0 !important;
}

.drag-handle {
    width: 45px;
    height: 5px;
    background: #ccc;
    border-radius: 20px;
    cursor: grab;
    touch-action: none;
}


.swal-bottom-offset {
  margin-bottom: 100px !important;
}

.swal-small-toast {
  display: flex !important;
  align-items: center !important;
}

.swal-small-toast .swal2-icon {
  flex-shrink: 0;
  margin: 0 8px 0 0 !important;
}

.swal-small-toast .swal2-title {
  line-height: 1.2 !important;
}


 @media (min-width: 768px) {
       .screen {
         
        position: absolute !important;
        top: 50px !important;
        left: 0;
        right: 0;
        overflow-y: auto;
        width: 100vw !important;
        height: calc(100vh - 50px) !important;
        padding-bottom: 120px !important;
            scrollbar-width: none;
        
    }
      
      .screen::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge için */
}
    
  }

 @media (max-width: 768px) {
       

        .screen {
         
       
        padding-bottom: 80px !important;
        
    }
     
    
  }

@media (max-width: 576px) {
    .qr-text {
        display: block;
        width: 100%;          /* max-width yerine width veriyoruz */
        padding: 0 6px;       /* sağ ve soldan boşluk */
        box-sizing: border-box; /* padding width’e dahil olsun */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
    }
}

.loginBtn {
        font-size: 14px !important;
    }
    
    .toast-alert {
    position: fixed;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(30, 30, 30, 0.95);
    color: #fff;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
        max-width:400px; 
}
    
    
    @media (max-width: 768px){
    
         .toast-alert {
             bottom: 150px;
        }
        
}

.toast-alert.show {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
}

/* Arka plan */
.global-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 999999;
    transition: opacity .3s ease;
}

.global-loader.hide {
    opacity: 0;
    pointer-events: none;
}

.logo {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}


.pageHeader {
    background: transparent;
}

/*.pageHeader .pageHeaderGlass {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}*/


.pageHeader .pageHeaderGlass {
    position: relative;
    overflow: hidden;

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);

    /* yukarı gri → aşağı beyaz */
    background: linear-gradient(
        180deg,
        #cfd4da 0%,
        #e4e7eb 40%,
        #f3f4f6 70%,
        #ffffff 100%
    );

    background-size: 100% 200%;
    animation: headerGradientMove 12s ease infinite;
}

/* Cam efekti */
.pageHeader .pageHeaderGlass::after {
    content: "";
    position: absolute;
    inset: 0;

    background: rgba(255,255,255,0.30);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    pointer-events: none;
}

/* yukarı aşağı hafif hareket */
@keyframes headerGradientMove {
    0%   { background-position: 0% 0%; }
    50%  { background-position: 0% 100%; }
    100% { background-position: 0% 0%; }
}



.momentGlass {
    position: relative;
    overflow: hidden;

    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);

    background: linear-gradient(
        120deg,
        #b30000,
        #d90429,
        #ff3d3d,
        #c1121f
    );
    background-size: 300% 300%;
    color: #FFF;
    animation: momentGradientMove 10s ease infinite;
}

/* Hafif cam hissi */
.momentGlass::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events:none;
}

/* Gradient animasyonu */
@keyframes momentGradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



.back-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.50);
    border-radius: 50%;
    text-decoration: none;
    z-index: 50;
}

.back-btn i {
    font-size: 16px;
    color: #ffffff !important;
}


/* Logo + ring kutusu */
.loader-box {
    width: 80px;
    height: 80px;
}

/* Dönen çember */
.loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border: 5px solid #dcdcdc;
    border-top-color: var(--loaderColor, #777777); /* İstersen burayı mekan rengi yaparız */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spinRing 1s linear infinite;
}

@keyframes spinRing {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Logo */
.loader-logo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#aiLoadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px); /* ekranı blur yapar */
    background: rgba(0,0,0,0.2); /* biraz karartma */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-circle {
    width: 80px;
    height: 80px;
    border: 8px solid #f3f3f3; /* açık gri dış çember */
    border-top: 8px solid #007bff; /* dönen renkli kısım */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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



#aiOrderBtn {
        position: fixed;
        bottom: 100px;
        right: 25px;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1050;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    #aiOrderBtn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    }



#selly::before {
    content: "Selly AI";
    position: absolute;
    bottom: -40px; /* #selly divinin altına 15px boşluk */
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 12px;
    background: linear-gradient(90deg, #007bff, #00d4ff); /* mavi gradient */
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    pointer-events: none; /* hover vs etkilenmesin */
}
    
           #selly {
      position: fixed;
      bottom: 140px;
      right: 30px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 3px solid #fff;
      background: linear-gradient(135deg, #FFFFFF, #EFEFEF);
      z-index: 100;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  #selly:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  }

#selly::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.6); /* açık cyan başlangıç */
    animation: pulse 2.2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 255, 0.6); /* açık cyan */
    }
    50% {
        box-shadow: 0 0 0 9px rgba(0, 200, 255, 0.3); /* orta ton cyan */
    }
    100% {
        box-shadow: 0 0 0 18px rgba(0, 150, 255, 0); /* koyu cyan, şeffaf */
    }
}

@media (max-width: 360px) {
    
    
     
      #selly {
    bottom: 115px;      
          
    }
 
  
    
    nav.bottom-nav div.container a.nav-item {
        font-size: 10px !important;
    }
    
    nav.bottom-nav div.container a.nav-item i {
        font-size: 16px !important;
    }
    
    nav.bottom-nav div.container a.nav-item  div.cart-wrapper {
        font-size: 10px !important;
    }
    
   
    
    span.cart-count {
        font-size: 10px;
        width: 14px;
        height: 14px;
        line-height: 12px;
        padding: 1px !important;
    }
    
    div#userBadge {
        font-size: 14px !important;
    }
    
    div.checkout-fixed-wrapper2 {
        bottom: 60px !important;
    }
    
     div.checkout-fixed-wrapper {
         z-index: 10 !important;
        bottom: 60px !important;
    }
    
    
    
}

.text-truncate-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}


.slogo-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.slogo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Pull to refresh container */
.ptr-loader {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    z-index: 1510;
}

/* Spinner container (scale buraya uygulanacak) */
.spinner-wrap {
    transform: scale(0);
    transition: transform 0.3s ease;
    z-index: 1500;
   
}

/* Spinner */
.ptr-spinner {
    width: 30px;
    height: 30px;
    border: 4px solid rgba(0,0,0,0.2);
    border-top-color: #000;
    border-radius: 50%;
    animation: ptr-spin 0.8s linear infinite;
}

@keyframes ptr-spin {
    to { transform: rotate(360deg); }
}


.user-card {
    background: #ffffff; /* Sade beyaz arkaplan */
    color: #212529; /* Standart metin rengi */
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

/*.user-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}*/

/* Kullanıcı adı */
.user-card #userName {
    font-weight: 700;
    font-size: 1rem;
    color: #212529;
}

/* Telefon */
.user-card #userPhone {
    font-size: 0.85rem;
    color: #6c757d; /* Daha soft gri ton */
}

/* Düzenle butonu */
.user-card button {
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #0d6efd; /* Mavi tema rengi */
    background: transparent;
    color: #0d6efd;
    transition: all 0.2s ease;
}

.user-card button:hover {
    background: #0d6efd;
    color: #ffffff;
    box-shadow: 0 0 8px rgba(13,110,253,0.4), 0 0 16px rgba(13,110,253,0.3);
}

/* GOOGLE BUTTON */
.btn-google {
    background-color: #4285F4;
    color: #ffffff;
    border: none;
}

.btn-google:hover,
.btn-google:focus {
    background-color: #357ae8;
    color: #ffffff;
}

/* APPLE BUTTON */
.btn-apple {
    background-color: #000000;
    color: #ffffff;
    border: none;
}

.btn-apple:hover,
.btn-apple:focus {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Ortak küçük iyileştirmeler */
.btn-google i,
.btn-apple i {
    font-size: 18px;
}


.user-avatar {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #FFD700; /* Kapında Online altın sarısı */
}

.app-bg-anim {
    position: relative;
    overflow: hidden;
}

.app-bg-anim::before {
    content: "";
    position: absolute;
    inset: -50%;
    z-index: 3;
    pointer-events: none;

    background: linear-gradient(
        120deg,
        transparent 20%,
        rgba(255,255,255,0.05) 40%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0.05) 60%,
        transparent 80%
    );

    animation: shineMove 12s linear infinite;
}


/* gerçek içerik üstte */
.app-bg-anim > * {
    position: relative;
    z-index: 1;
}


@keyframes shineMove {
    from {
        transform: translateX(-30%) translateY(-30%);
    }
    to {
        transform: translateX(30%) translateY(30%);
    }
}

.app-fluid-bg {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

/* ortak blob stili */
.app-fluid-bg span {
    position: absolute;
    width: 60vw;
    height: 60vw;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.45;
    mix-blend-mode: screen;
    animation: moveBlob 30s linear infinite;
}

/* premium beyaz-gri tonlar */
.app-fluid-bg span:nth-child(1) {
    background: #ffffff;
    top: -10%;
    left: -10%;
}

.app-fluid-bg span:nth-child(2) {
    background: #f4f4f4;
    top: 60%;
    left: -20%;
    animation-duration: 40s;
}

.app-fluid-bg span:nth-child(3) {
    background: #efefef;
    top: 30%;
    left: 70%;
    animation-duration: 35s;
}

/* akış animasyonu */
@keyframes moveBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(30vw, -20vh) scale(1.2);
    }
    100% {
        transform: translate(-20vw, 20vh) scale(1);
    }
}


.pageHeaderGlass {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 48px; /* minimum yükseklik */
    padding: 0 15px;

    /* Modern premium bg */
    background: rgba(255, 255, 255, 0.25); /* hafif transparan beyaz */
    backdrop-filter: blur(10px);           /* arka planı flu yapar */
    -webkit-backdrop-filter: blur(10px);   /* Safari uyumluluğu */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* ince alt çizgi */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08); /* hafif gölge, premium hissiyat */
    border-radius: 0 0 12px 12px; /* alt köşeleri hafif yuvarlak */
}

/* Başlık ve iconlar kontrastlı olsun */
.pageHeaderGlass .pageHeaderTitle,
.pageHeaderGlass .back-btn i {
    color: #333; 
    text-shadow: 0 1px 4px rgba(255,255,255,0.5); /* okunaklılık için */
    z-index: 50 !important;
}


/* Başlığı her koşulda ortalamak için */
.pageHeaderTitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.25rem; /* desktop için */
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%; /* çok uzun başlıkta taşmayı önler */
}

/* Mobil uyumluluk için */
@media (max-width: 576px) {
    .pageHeaderTitle {
        font-size: 1rem; /* mobil için biraz daha küçük */
        max-width: 80%;
    }
}


/* Back placeholder (ikon yoksa container boyutu bozulmasın diye) */
/* Back icon solda kalacak */
.back-btn {
    z-index: 50; /* başlığın üstünde */
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}

/* Placeholder back icon yoksa */
.back-placeholder {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.header-button-group .btn {
    width: 32px;       /* istediğin boyut */
    height: 32px;      /* eşit yap */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* tam circle */
    font-size: 1rem;
    transition: all 0.2s;
    padding: 0;        /* padding kaldır */
    border: none;
    z-index: 10 !important;
}







