/* _content/ByUI/Pages/Index.razor.rz.scp.css */
.by-welcome[b-iorc8qfeeb] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

[b-iorc8qfeeb] .by-welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-iorc8qfeeb] .by-welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
        height: 80%;
    }

[b-iorc8qfeeb] .by-welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.by-welcome-title .by-welcome-title-header[b-iorc8qfeeb] {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}
.by-welcome-title-kur[b-iorc8qfeeb] {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: center;
}


[b-iorc8qfeeb] .icon-fill {
    fill: var(--bs-primary);
}



/* Kart konteyneri stilini ayarla */
.by-card-container[b-iorc8qfeeb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Her satırda 4 kart */
    gap: 20px; /* Kartlar arası boşluk */
    padding: 20px;
    max-width: 1200px; /* Konteyner genişliği */
    margin: 0 auto; /* Ortala */
    width: 80vw;
}

/* Kartın temel stilini ayarla */
.by-card[b-iorc8qfeeb] {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1), 0px 2px 4px 6px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1), 0px 2px 4px 6px rgba(0, 0, 0, 0.1);*/
    /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    opacity: 0; /* Başlangıçta kartı gizle */
    transform: translateY(-50px); /* Başlangıç pozisyonu (yukarıda) */
}

    /* Kartın üzerine gelindiğinde gölge efekti ekle */
    .by-card:hover[b-iorc8qfeeb] {
        box-shadow: 0px 4px 8px 3px rgba(150, 110, 70, 0.3), 0px 2px 4px 6px rgba(150, 110, 70, 0.7);
        /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
    }

/* Kart resmi konteyneri */
.by-card-image-container[b-iorc8qfeeb] { 
    position: relative; /* Bildirimi konumlandırmak için */
}

/* Kart resmi stilini ayarla */
.by-card-image[b-iorc8qfeeb] {
  
    width: 100%;
    height: auto;
    display: block;
}

/* Sayısal bildirim stilini ayarla */
.notification-badge[b-iorc8qfeeb] {
    position: absolute; /* Resmin üzerinde konumlandır */
    top: 10px; /* Üstten boşluk */
    right: 10px; /* Sağdan boşluk */
    background-color: #ff4757; /* Kırmızı arka plan */
    color: #fff; /* Beyaz yazı rengi */
    border-radius: 50%; /* Yuvarlak şekil */
    padding: 5px 10px; /* İç boşluk */
    font-size: 14px; /* Yazı boyutu */
    font-weight: bold; /* Kalın yazı */
}

/* Kart içeriği stilini ayarla */
.by-card-content[b-iorc8qfeeb] {
    padding: 16px;
}

/* Kart başlığı stilini ayarla */
.by-card-title[b-iorc8qfeeb] {
    font-size: 1.5rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: white;
}
/* Kart başlığı stilini ayarla */
.by-card-caption[b-iorc8qfeeb] {
    font-size: 1.5rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: white;
    text-align:center;
}

/* Kart metni stilini ayarla */
.by-card-text[b-iorc8qfeeb] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 16px;
    min-height: 90px;
}

.by-card-barkod[b-iorc8qfeeb] {
    font-size: 0.8rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: var(--bs-white)  !important;
    text-align: center !important;
}



/* Kart butonu stilini ayarla ve sağ alta hizala */
.by-card-button[b-iorc8qfeeb] {
    display: inline-block;
    padding: 8px 8px;
    background-color: var(--bs-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: absolute; /* Butonu konumlandır */
    right: 8px; /* Sağdan boşluk */
    bottom: 8px; /* Alttan boşluk */
    min-width: 150px;
    text-align: center;
}
    /* Butonun üzerine gelindiğinde renk değişimi */
    .by-card-button:hover[b-iorc8qfeeb] {
        background-color: #0056b3;
    }


.by-card-icon[b-iorc8qfeeb] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/demos.svg');
    background-size: cover;
}
.by-card-icon-x[b-iorc8qfeeb] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/doc.svg');
    background-size: cover;
}


.by-div-1[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#063,#090);
}
.by-div-2[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#2a5d44,#46906c);
}

.by-div-3[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#073d23,#19573a);
}
.by-div-4[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#3b7309,#334325);
}
 
.by-div-5[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#18354f);
}
.by-div-6[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#0d588a,#20628e);
}

.by-div-7[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#036,#143e69);
}
 
.by-div-8[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#009,#1a1a95);
}
 
.by-div-9[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#900,#971b1b);
}
.by-div-10[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#85470b,#975f29);
}
.by-div-11[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#c86c12,#cc7724);
} 
.by-div-12[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#303,#3e0a3e);
}
.by-div-x1[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#074c4c);
}

.by-div-x2[b-iorc8qfeeb] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#12455f,#2f6a6a);
}


/* Animasyon tanımı */

@keyframes slideIn-b-iorc8qfeeb {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.8); /* Yukarıdan başla */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* Aşagı kay */
    }
}
@keyframes slideUp-b-iorc8qfeeb {
    from {
        opacity: 0;
        transform: translateY(+50px) scale(0.8); /* Aşagıdan başla */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Yukarı kay */
    }
}


@keyframes slideLeft-b-iorc8qfeeb {
    from {
        opacity: 0;
        transform: translateX(-50px) scale(0.8); /* soldan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0); /* sağa kay */
    }
}
@keyframes slideRight-b-iorc8qfeeb {
    from {
        opacity: 0;
        transform: translateX(+50px) scale(0.8); /* sağdan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0);  
    }
}
 
@keyframes fadeIn-b-iorc8qfeeb  {
    from {
        opacity: 0;
        transform: scale(0.8);
    } 
    to {
        opacity: 1; 
        transform: translateX(0);
    }
}
@keyframes fadeOut-b-iorc8qfeeb {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@keyframes bounceIn-b-iorc8qfeeb {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.9);
    }
    20% {
        transform: translateY(-10px) scale(0.8);
    }
    40% {
        transform: translateY(0) scale(0.9);
    }
    60% {
        transform: translateY(-5px) scale(0.8);
    }
    80% {
        transform: translateY(0) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

 




/* Animasyonu kart için uygula */
.slide-in[b-iorc8qfeeb] {
    animation: slideIn-b-iorc8qfeeb 0.7s ease-in-out forwards; /* 1 saniye süren animasyon */
}
.slide-up[b-iorc8qfeeb] {
    animation: slideUp-b-iorc8qfeeb 0.7s ease-out forwards; /* 1 saniye süren animasyon */
}

.slide-left[b-iorc8qfeeb] {
    animation: slideLeft-b-iorc8qfeeb 0.5s linear forwards; /* 1 saniye süren animasyon */
}
.slide-right[b-iorc8qfeeb] {
    animation: slideRight-b-iorc8qfeeb 0.5s linear forwards; /* 1 saniye süren animasyon */
}
.fade-in[b-iorc8qfeeb] {
    animation: fadeIn-b-iorc8qfeeb 1s ease-out forwards; /* 1 saniye süren animasyon */
}
.fade-out[b-iorc8qfeeb] {
    animation: fadeOut-b-iorc8qfeeb 1s ease-in forwards;
} 
.bounce-in[b-iorc8qfeeb] {
    animation: bounceIn-b-iorc8qfeeb 1s ease-in-out forwards; /* 1 saniye süren animasyon */
} 
.bounce-in2[b-iorc8qfeeb] {
    animation: bounceIn-b-iorc8qfeeb 1s cubic-bezier(.25,.75,.5,1) forwards; /* 1 saniye süren animasyon */
}


@media (max-width: 1024px) {
    .by-card-container[b-iorc8qfeeb] {
        grid-template-columns: repeat(3, 1fr); /* Mobilde 2 kart yan yana */
        width: 90vw;
    }
}

@media (max-width: 768px) {
    .by-card-container[b-iorc8qfeeb] {
        grid-template-columns: repeat(2, 1fr); /* Mobilde 2 kart yan yana */
        gap: 10px; /* Kartlar arası boşluk */
        padding: 10px;
        width: 90vw;
    }

    .by-welcome-title .by-welcome-title-header[b-iorc8qfeeb] {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .by-card-container[b-iorc8qfeeb] {
        grid-template-columns: 1fr; /* Çok küçük ekranlarda 1 kart */
        gap: 10px; /* Kartlar arası boşluk */
        padding: 10px;
        width: 90vw;
    }

    .by-welcome-title .by-welcome-title-header[b-iorc8qfeeb] {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
    }
}
/* _content/ByUI/Pages/User/SepeteEkle.razor.rz.scp.css */
.by-welcome[b-5wu551kk8k] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

[b-5wu551kk8k] .by-welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-5wu551kk8k] .by-welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
        height: 80%;
    }

[b-5wu551kk8k] .by-welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.by-welcome-title .by-welcome-title-header[b-5wu551kk8k] {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}
.by-welcome-title-kur[b-5wu551kk8k] {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: center;
}


[b-5wu551kk8k] .icon-fill {
    fill: var(--bs-primary);
}



/* Kart konteyneri stilini ayarla */
.by-card-container[b-5wu551kk8k] {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Her satırda 4 kart */
    gap: 20px; /* Kartlar arası boşluk */
    padding: 20px;
    max-width: 1200px; /* Konteyner genişliği */
    margin: 0 auto; /* Ortala */
    width: 80vw;
}

/* Kartın temel stilini ayarla */
.by-card[b-5wu551kk8k] {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1), 0px 2px 4px 6px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, 0.1), 0px 2px 4px 6px rgba(0, 0, 0, 0.1);*/
    /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    opacity: 0; /* Başlangıçta kartı gizle */
    transform: translateY(-50px); /* Başlangıç pozisyonu (yukarıda) */
}

    /* Kartın üzerine gelindiğinde gölge efekti ekle */
    .by-card:hover[b-5wu551kk8k] {
        box-shadow: 0px 4px 8px 3px rgba(150, 110, 70, 0.3), 0px 2px 4px 6px rgba(150, 110, 70, 0.7);
        /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
    }

/* Kart resmi konteyneri */
.by-card-image-container[b-5wu551kk8k] { 
    position: relative; /* Bildirimi konumlandırmak için */
}

/* Kart resmi stilini ayarla */
.by-card-image[b-5wu551kk8k] {
  
    width: 100%;
    height: auto;
    display: block;
}

/* Sayısal bildirim stilini ayarla */
.notification-badge[b-5wu551kk8k] {
    position: absolute; /* Resmin üzerinde konumlandır */
    top: 10px; /* Üstten boşluk */
    right: 10px; /* Sağdan boşluk */
    background-color: #ff4757; /* Kırmızı arka plan */
    color: #fff; /* Beyaz yazı rengi */
    border-radius: 50%; /* Yuvarlak şekil */
    padding: 5px 10px; /* İç boşluk */
    font-size: 14px; /* Yazı boyutu */
    font-weight: bold; /* Kalın yazı */
}

/* Kart içeriği stilini ayarla */
.by-card-content[b-5wu551kk8k] {
    padding: 16px;
}

/* Kart başlığı stilini ayarla */
.by-card-title[b-5wu551kk8k] {
    font-size: 1.5rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: white;
}
/* Kart başlığı stilini ayarla */
.by-card-caption[b-5wu551kk8k] {
    font-size: 1.5rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: white;
    text-align:center;
}

/* Kart metni stilini ayarla */
.by-card-text[b-5wu551kk8k] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 16px;
    min-height: 90px;
}

.by-card-barkod[b-5wu551kk8k] {
    font-size: 0.8rem;
    left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 10px;
    color: var(--bs-white)  !important;
    text-align: center !important;
}



/* Kart butonu stilini ayarla ve sağ alta hizala */
.by-card-button[b-5wu551kk8k] {
    display: inline-block;
    padding: 8px 8px;
    background-color: var(--bs-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: absolute; /* Butonu konumlandır */
    right: 8px; /* Sağdan boşluk */
    bottom: 8px; /* Alttan boşluk */
    min-width: 150px;
    text-align: center;
}
    /* Butonun üzerine gelindiğinde renk değişimi */
    .by-card-button:hover[b-5wu551kk8k] {
        background-color: #0056b3;
    }


.by-card-icon[b-5wu551kk8k] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/demos.svg');
    background-size: cover;
}
.by-card-icon-x[b-5wu551kk8k] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/doc.svg');
    background-size: cover;
}


.by-div-1[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#063,#090);
}
.by-div-2[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#2a5d44,#46906c);
}

.by-div-3[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#073d23,#19573a);
}
.by-div-4[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#3b7309,#334325);
}
 
.by-div-5[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#18354f);
}
.by-div-6[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#0d588a,#20628e);
}

.by-div-7[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#036,#143e69);
}
 
.by-div-8[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#009,#1a1a95);
}
 
.by-div-9[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#900,#971b1b);
}
.by-div-10[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#85470b,#975f29);
}
.by-div-11[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#c86c12,#cc7724);
} 
.by-div-12[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#303,#3e0a3e);
}
.by-div-x1[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#074c4c);
}

.by-div-x2[b-5wu551kk8k] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#12455f,#2f6a6a);
}


/* Animasyon tanımı */

@keyframes slideIn-b-5wu551kk8k {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.8); /* Yukarıdan başla */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* Aşagı kay */
    }
}
@keyframes slideUp-b-5wu551kk8k {
    from {
        opacity: 0;
        transform: translateY(+50px) scale(0.8); /* Aşagıdan başla */
    }
    to {
        opacity: 1;
        transform: translateY(0); /* Yukarı kay */
    }
}


@keyframes slideLeft-b-5wu551kk8k {
    from {
        opacity: 0;
        transform: translateX(-50px) scale(0.8); /* soldan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0); /* sağa kay */
    }
}
@keyframes slideRight-b-5wu551kk8k {
    from {
        opacity: 0;
        transform: translateX(+50px) scale(0.8); /* sağdan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0);  
    }
}
 
@keyframes fadeIn-b-5wu551kk8k  {
    from {
        opacity: 0;
        transform: scale(0.8);
    } 
    to {
        opacity: 1; 
        transform: translateX(0);
    }
}
@keyframes fadeOut-b-5wu551kk8k {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}
@keyframes bounceIn-b-5wu551kk8k {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0.9);
    }
    20% {
        transform: translateY(-10px) scale(0.8);
    }
    40% {
        transform: translateY(0) scale(0.9);
    }
    60% {
        transform: translateY(-5px) scale(0.8);
    }
    80% {
        transform: translateY(0) scale(0.9);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

 




/* Animasyonu kart için uygula */
.slide-in[b-5wu551kk8k] {
    animation: slideIn-b-5wu551kk8k 0.7s ease-in-out forwards; /* 1 saniye süren animasyon */
}
.slide-up[b-5wu551kk8k] {
    animation: slideUp-b-5wu551kk8k 0.7s ease-out forwards; /* 1 saniye süren animasyon */
}

.slide-left[b-5wu551kk8k] {
    animation: slideLeft-b-5wu551kk8k 0.5s linear forwards; /* 1 saniye süren animasyon */
}
.slide-right[b-5wu551kk8k] {
    animation: slideRight-b-5wu551kk8k 0.5s linear forwards; /* 1 saniye süren animasyon */
}
.fade-in[b-5wu551kk8k] {
    animation: fadeIn-b-5wu551kk8k 1s ease-out forwards; /* 1 saniye süren animasyon */
}
.fade-out[b-5wu551kk8k] {
    animation: fadeOut-b-5wu551kk8k 1s ease-in forwards;
} 
.bounce-in[b-5wu551kk8k] {
    animation: bounceIn-b-5wu551kk8k 1s ease-in-out forwards; /* 1 saniye süren animasyon */
} 
.bounce-in2[b-5wu551kk8k] {
    animation: bounceIn-b-5wu551kk8k 1s cubic-bezier(.25,.75,.5,1) forwards; /* 1 saniye süren animasyon */
}


@media (max-width: 1024px) {
    .by-card-container[b-5wu551kk8k] {
        grid-template-columns: repeat(3, 1fr); /* Mobilde 2 kart yan yana */
        width: 90vw;
    }
}

@media (max-width: 768px) {
    .by-card-container[b-5wu551kk8k] {
        grid-template-columns: repeat(2, 1fr); /* Mobilde 2 kart yan yana */
        gap: 10px; /* Kartlar arası boşluk */
        padding: 10px;
        width: 90vw;
    }

    .by-welcome-title .by-welcome-title-header[b-5wu551kk8k] {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .by-card-container[b-5wu551kk8k] {
        grid-template-columns: 1fr; /* Çok küçük ekranlarda 1 kart */
        gap: 10px; /* Kartlar arası boşluk */
        padding: 10px;
        width: 90vw;
    }

    .by-welcome-title .by-welcome-title-header[b-5wu551kk8k] {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
    }
}
/* _content/ByUI/Pages/User/UserHeader.razor.rz.scp.css */
/* ========= UserHeader ========= */
:root[b-gcxtb2la8c] {
    --sky-0: #f3f9ff;
    --sky-1: #e1f0ff;
    --sky-2: #c9e3ff;
    --ink: #1b2a3a;
    --ink-2: #2f3f50;
    --brand: #f0582a;
    --accent: #345b86;
    --radius: 12px;
    --hero-ratio: 21/5;
}

/* Kabuğun sabit header’ı */
.winkel-header[b-gcxtb2la8c] {
    background: linear-gradient(180deg,var(--sky-0),#eaf5ff);
    border: 1px solid #b9d2e9;
    border-radius: var(--radius);
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    position: fixed;
    inset-inline: 0;
    top: 0;
    z-index: 1000;
}

.content[b-gcxtb2la8c] {
    padding-top: var(--header-h);
    min-height: calc(100dvh - var(--header-h));
    overflow: auto;
}

.page[b-gcxtb2la8c] {
    height: 100dvh;
}

/* Üst bar */
.topbar[b-gcxtb2la8c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.brand[b-gcxtb2la8c] {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: 700;
    font-size: 22px;
    color: var(--brand);
    letter-spacing: .5px;
}

    .brand b[b-gcxtb2la8c] {
        color: #f28b64;
        font-weight: 800;
    }

    .brand img[b-gcxtb2la8c] {
        height: 26px;
    }

/* Hamburger */
.hamburger[b-gcxtb2la8c] {
    display: none;
    width: 40px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #c5d9ec;
    background: #fff;
    position: relative;
}

    .hamburger span[b-gcxtb2la8c] {
        position: absolute;
        left: 8px;
        right: 8px;
        height: 2px;
        background: #27455f;
        border-radius: 2px;
    }

        .hamburger span:nth-child(1)[b-gcxtb2la8c] {
            top: 9px;
        }

        .hamburger span:nth-child(2)[b-gcxtb2la8c] {
            top: 16px;
        }

        .hamburger span:nth-child(3)[b-gcxtb2la8c] {
            top: 23px;
        }

/* Grid düzeni */
.main-grid[b-gcxtb2la8c] {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 10px;
    min-width: 0;
}

.left-pane[b-gcxtb2la8c] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

/* Toolbar */
.toolbar[b-gcxtb2la8c] {
    display: flex;
    gap: 6px;
    padding: 6px;
    border: 1px solid #c5d9ec;
    border-radius: 10px;
    background: linear-gradient(180deg,#eaf4ff,#dbeeff);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
}

.scroller-x[b-gcxtb2la8c] {
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
}

.toolbar[b-gcxtb2la8c]::-webkit-scrollbar {
    height: 6px;
}

.toolbar[b-gcxtb2la8c]::-webkit-scrollbar-thumb {
    background: #cfe0f3;
    border-radius: 10px;
}

.tool[b-gcxtb2la8c] {
    position: relative;
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 72px;
    padding: 8px 10px;
    border: 1px solid #c5d9ec;
    border-radius: 12px;
    background: linear-gradient(180deg,#fff,#edf5ff);
    color: var(--ink-2);
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .tool .icon[b-gcxtb2la8c] {
        display: grid;
        place-items: center;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        background: linear-gradient(180deg,#fff,#f2f8ff);
        border: 1px solid #cfe0f3;
        color: #27455f;
    }

    .tool .badge[b-gcxtb2la8c] {
        position: absolute;
        top: 4px;
        right: 6px;
        background: #d83939;
        color: #fff;
        font-size: 11px;
        padding: 1px 6px;
        border-radius: 10px;
    }

    .tool .label[b-gcxtb2la8c] {
        white-space: nowrap;
    }

    .tool:hover[b-gcxtb2la8c] {
        transform: translateY(-1px);
    }

/* Mini aramalar */
.mini-searches[b-gcxtb2la8c] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6px;
}

.search-chip[b-gcxtb2la8c] {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #c5d9ec;
    border-radius: 999px;
    background: #fff;
    padding: 2px 6px 2px 8px;
    box-shadow: inset 0 1px 0 #f6fbff;
}

    .search-chip input[b-gcxtb2la8c] {
        border: none;
        outline: none;
        width: 100%;
        background: transparent;
        font-size: 12px;
        line-height: 1.1;
        padding: 4px 0;
        color: #27455f;
    }

.chip-btn[b-gcxtb2la8c] {
    border: none;
    background: linear-gradient(180deg,#fff,#f1f8ff);
    border-left: 1px solid #d5e5f6;
    border-radius: 999px;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 12px;
}

/* Global arama */
.global-search[b-gcxtb2la8c] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    border: 1px solid #c5d9ec;
    border-radius: 10px;
    background: linear-gradient(180deg,#ffffff,#eef6ff);
    padding: 2px 6px;
}

    .global-search .magnifier[b-gcxtb2la8c] {
        font-size: 14px;
        opacity: .8;
    }

    .global-search input[b-gcxtb2la8c] {
        flex: 1;
        border: none;
        outline: none;
        background: transparent;
        font-size: 13px;
        line-height: 1.2;
        padding: 4px 2px;
        color: #1f2f3f;
        min-height: 26px;
        min-width: 0;
    }

    .global-search .actions[b-gcxtb2la8c] {
        display: flex;
        gap: 6px;
    }

        .global-search .actions button[b-gcxtb2la8c] {
            border: 1px solid #c5d9ec;
            background: #fff;
            border-radius: 8px;
            min-width: 28px;
            height: 28px;
            padding: 0 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .global-search .actions .submit[b-gcxtb2la8c] {
            background: var(--accent);
            border-color: #224364;
            color: #fff;
        }

/* Slider */
.right-pane[b-gcxtb2la8c] {
    border: 1px solid #c5d9ec;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-width: 0;
}

.slider[b-gcxtb2la8c] {
    position: relative;
    inline-size: 100%;
    aspect-ratio: var(--hero-ratio);
    display: block;
}

    .slider[b-gcxtb2la8c]::before {
        content: "";
        display: block;
        aspect-ratio: var(--hero-ratio);
        width: 100%;
    }

.slides[b-gcxtb2la8c] {
    position: absolute;
    inset: 0;
    display: flex;
    transition: transform .45s ease;
    height: 100%;
    width: 100%;
}

.slide[b-gcxtb2la8c] {
    position: relative;
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.slide-img[b-gcxtb2la8c] {
    grid-column: 1/-1;
    grid-row: 1/-1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legend[b-gcxtb2la8c] {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    padding: 14px;
    background: transparent;
}

    .legend h3[b-gcxtb2la8c] {
        font-size: 28px;
        margin: 0 0 6px 0;
        color: #1b2b45;
        letter-spacing: 1px;
    }

    .legend p[b-gcxtb2la8c] {
        margin: 0;
        font-weight: 600;
        color: #6a7d91;
    }

    .legend .sku[b-gcxtb2la8c] {
        margin-top: 10px;
        font-weight: 800;
        color: #9b4a2a;
        background: #fff4ee;
        display: inline-block;
        padding: 6px 10px;
        border-radius: 8px;
        border: 1px solid #f6d1c1;
    }

/* Slider navigasyonu */
.nav[b-gcxtb2la8c] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    cursor: pointer;
    display: inline-grid;
    place-items: center;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    z-index: 5;
}

    .nav.prev[b-gcxtb2la8c] {
        left: 8px;
    }

    .nav.next[b-gcxtb2la8c] {
        right: 8px;
    }

.dots[b-gcxtb2la8c] {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.dot[b-gcxtb2la8c] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #7da3c8;
    background: #fff;
    opacity: .7;
}

    .dot.active[b-gcxtb2la8c] {
        background: #2e5a89;
        opacity: 1;
    }

/* Responsive */
@media (max-width: 992px) {
    :root[b-gcxtb2la8c] {
        --hero-ratio: 16/9;
    }

    .hamburger[b-gcxtb2la8c] {
        display: block;
    }

    .main-grid[b-gcxtb2la8c] {
        grid-template-columns: 1fr;
    }

    .left-pane[b-gcxtb2la8c] {
        order: 2;
    }

    .right-pane[b-gcxtb2la8c] {
        order: 1;
    }

    .left-pane[data-open='false'] .toolbar[b-gcxtb2la8c],
    .left-pane[data-open='false'] .mini-searches[b-gcxtb2la8c] {
        display: none;
    }

    .toolbar[b-gcxtb2la8c] {
        overflow-x: auto !important;
        mask-image: none;
    }

    .mini-searches[b-gcxtb2la8c] {
        grid-template-columns: repeat(3,1fr) !important;
        gap: 6px;
    }

    .search-chip[b-gcxtb2la8c] {
        padding: 2px 6px 2px 8px;
    }

        .search-chip input[b-gcxtb2la8c] {
            font-size: 13px;
            padding: 8px 2px;
        }

    .chip-btn[b-gcxtb2la8c] {
        padding: 6px 10px;
    }

    .global-search[b-gcxtb2la8c] {
        padding: 4px 6px;
        border-radius: 12px;
    }

        .global-search input[b-gcxtb2la8c] {
            min-height: 36px;
            font-size: 15px;
            padding: 8px 4px;
        }

        .global-search .actions button[b-gcxtb2la8c] {
            height: 36px;
            min-width: 36px;
        }

    .slide[b-gcxtb2la8c] {
        grid-template-columns: 1fr;
    }

    .legend[b-gcxtb2la8c] {
        order: 2;
        padding: 12px;
    }

        .legend h3[b-gcxtb2la8c] {
            font-size: 22px;
        }
}

@media (max-width:420px) {
    .tool[b-gcxtb2la8c] {
        min-width: 64px;
    }

    .brand span[b-gcxtb2la8c] {
        font-size: 18px;
    }

    .nav[b-gcxtb2la8c] {
        width: 36px;
        height: 36px;
    }
}
/* _content/ByUI/Shared/Header.razor.rz.scp.css */

.navbar[b-96t3chcoqs] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
    .navbar .header-navbar[b-96t3chcoqs] {
        flex-grow: 0;
        flex-wrap: nowrap;
        border: none;
        background-color: inherit;
        border-radius: 0;
        height: 2.5rem;
        min-height: 2.5rem;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
        justify-content: flex-start;
    }
.bynavbar[b-96t3chcoqs]  {
    height: 2.5rem !important;
    min-height: 2.5rem !important;
}
.header-navbar .navbar-toggler[b-96t3chcoqs] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-96t3chcoqs] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 1.5rem;
    width: 1.5rem;
}

.title[b-96t3chcoqs] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-96t3chcoqs] {
        font-size: inherit;
    }
}
/* _content/ByUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-xl7zfxa1le] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-xl7zfxa1le] .page-layout,
[b-xl7zfxa1le] .page-layout > .dxbl-gridlayout-root,
[b-xl7zfxa1le] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-xl7zfxa1le] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-xl7zfxa1le] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-xl7zfxa1le] .fit-width {
    max-width: 100%;
}

[b-xl7zfxa1le] .mw-1100 {
    max-width: 1100px;
}
/* _content/ByUI/Shared/MainLayouthMenusuz.razor.rz.scp.css */
.page[b-e1ioc7rgxb] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-e1ioc7rgxb] .page-layout,
[b-e1ioc7rgxb] .page-layout > .dxbl-gridlayout-root,
[b-e1ioc7rgxb] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-e1ioc7rgxb] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-e1ioc7rgxb] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-e1ioc7rgxb] .fit-width {
    max-width: 100%;
}

[b-e1ioc7rgxb] .mw-1100 {
    max-width: 1100px;
}
/* _content/ByUI/Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-6es97deli6] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 3px 4px;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var( --dxbl-body-bg, var(--dxbl-body-bg, #f2f2f2 ))
    /* background-color: var( --dxbl-body-bg , var(--dxbl-body-bg, #adada9 ));*/
}
   
.sidebar.collapse[b-6es97deli6] {
    display: none;
}

.sidebar.expand[b-6es97deli6] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-6es97deli6] {
        display: none;
    }

    .sidebar.expand[b-6es97deli6] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-6es97deli6] .app-sidebar {
    --dxbl-treeview-spacing-x: 0.5rem;
    --dxbl-treeview-spacing-y: 1rem;
}

    [b-6es97deli6] .app-sidebar .root-item > :first-child {
        --dxbl-treeview-font-weight: 600;
    }

    [b-6es97deli6] .app-sidebar .root-item > :only-child:not(.dxbl-treeview-tmpl) > button {
        display: none;
    }

@media (max-width: 1199.98px) {
    [b-6es97deli6] .app-sidebar {
        padding-bottom: 0;
    }
}

 
