/* _content/ByUI/Components/Layout/Drawer.razor.rz.scp.css */
[b-o3z4cz12j1] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-o3z4cz12j1] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-o3z4cz12j1] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-o3z4cz12j1] {
        display: none;
        visibility: hidden;
    }

    [b-o3z4cz12j1] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-o3z4cz12j1] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/ByUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-837huiamj6] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-837huiamj6] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
}

[b-837huiamj6] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-837huiamj6] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-837huiamj6] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-837huiamj6] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-837huiamj6] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-837huiamj6] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-837huiamj6] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-837huiamj6] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-837huiamj6] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-837huiamj6] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-837huiamj6] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-837huiamj6] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-837huiamj6] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-837huiamj6] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-837huiamj6] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-837huiamj6] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-837huiamj6] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-837huiamj6] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-837huiamj6] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-837huiamj6] {
    display: inline-flex;
}

.menu-button-nav[b-837huiamj6] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-837huiamj6] {
    display: flex;
    gap: 10px;
    padding: 1rem 1rem;
}

    .nav-buttons-container[b-837huiamj6]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-837huiamj6]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-837huiamj6] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-837huiamj6] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-837huiamj6] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-837huiamj6] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-837huiamj6] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-837huiamj6] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* _content/ByUI/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-gd5bizuihp] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-gd5bizuihp] {
    text-align: center;
}

[b-gd5bizuihp] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-gd5bizuihp] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-gd5bizuihp] .menu {
    background-color: inherit;
}

    [b-gd5bizuihp] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-gd5bizuihp] .menu-item {
    color: var(--bs-white);
}

[b-gd5bizuihp] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-gd5bizuihp] .home-icon {
    background-image: url("images/home.svg");
}

[b-gd5bizuihp] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-gd5bizuihp] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-gd5bizuihp] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-gd5bizuihp] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-gd5bizuihp] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-gd5bizuihp] .user-icon {
    background-image: url("images/account/user.svg");
}

@media (max-width: 768px) {
    #sidebar[b-gd5bizuihp] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-gd5bizuihp] {
        text-align: inherit;
    }
}
/* _content/ByUI/Components/Pages/Index.razor.rz.scp.css */
 

.by-welcome[b-thmkbc961l] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

[b-thmkbc961l] .by-welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    [b-thmkbc961l] .by-welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
        height: 80%;
    }

[b-thmkbc961l] .by-welcome-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.by-welcome-title .by-welcome-title-header[b-thmkbc961l] {
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}

.by-welcome-title-kur[b-thmkbc961l] {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0em;
    text-align: center;
}


[b-thmkbc961l] .icon-fill {
    fill: var(--bs-primary);
}



/* Kart konteyneri stilini ayarla */
.by-card-container[b-thmkbc961l] {
    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-thmkbc961l] {
    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-thmkbc961l] {
        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-thmkbc961l] {
    position: relative; /* Bildirimi konumlandırmak için */
}

/* Kart resmi stilini ayarla */
.by-card-image[b-thmkbc961l] {
    width: 100%;
    height: auto;
    display: block;
}

/* Sayısal bildirim stilini ayarla */
.notification-badge[b-thmkbc961l] {
    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-thmkbc961l] {
    padding: 16px;
}

/* Kart başlığı stilini ayarla */
.by-card-title[b-thmkbc961l] {
    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-thmkbc961l] {
    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-thmkbc961l] {
    font-size: 1rem;
    color: #666;
    margin-bottom: 16px;
    min-height: 90px;
}

.by-card-barkod[b-thmkbc961l] {
    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-thmkbc961l] {
    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-thmkbc961l] {
        background-color: #0056b3;
    }


.by-card-icon[b-thmkbc961l] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/demos.svg');
    background-size: cover;
}

.by-card-icon-x[b-thmkbc961l] {
    margin-left: 10px;
    width: 2.0rem;
    height: 2.0rem;
    background-image: url('images/doc.svg');
    background-size: cover;
}


.by-div-1[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#063,#090);
}

.by-div-2[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#2a5d44,#46906c);
}

.by-div-3[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#073d23,#19573a);
}

.by-div-4[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#3b7309,#334325);
}

.by-div-5[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#18354f);
}

.by-div-6[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#0d588a,#20628e);
}

.by-div-7[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#036,#143e69);
}

.by-div-8[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#009,#1a1a95);
}

.by-div-9[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#900,#971b1b);
}

.by-div-10[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#85470b,#975f29);
}

.by-div-11[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#c86c12,#cc7724);
}

.by-div-12[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#303,#3e0a3e);
}

.by-div-x1[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#051c31,#074c4c);
}

.by-div-x2[b-thmkbc961l] {
    padding: 10px;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,#12455f,#2f6a6a);
}


/* Animasyon tanımı */

@keyframes slideIn-b-thmkbc961l {
    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-thmkbc961l {
    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-thmkbc961l {
    from {
        opacity: 0;
        transform: translateX(-50px) scale(0.8); /* soldan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0); /* sağa kay */
    }
}

@keyframes slideRight-b-thmkbc961l {
    from {
        opacity: 0;
        transform: translateX(+50px) scale(0.8); /* sağdan başla */
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn-b-thmkbc961l {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut-b-thmkbc961l {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@keyframes bounceIn-b-thmkbc961l {
    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-thmkbc961l] {
    animation: slideIn-b-thmkbc961l 0.7s ease-in-out forwards; /* 1 saniye süren animasyon */
}

.slide-up[b-thmkbc961l] {
    animation: slideUp-b-thmkbc961l 0.7s ease-out forwards; /* 1 saniye süren animasyon */
}

.slide-left[b-thmkbc961l] {
    animation: slideLeft-b-thmkbc961l 0.5s linear forwards; /* 1 saniye süren animasyon */
}

.slide-right[b-thmkbc961l] {
    animation: slideRight-b-thmkbc961l 0.5s linear forwards; /* 1 saniye süren animasyon */
}

.fade-in[b-thmkbc961l] {
    animation: fadeIn-b-thmkbc961l 1s ease-out forwards; /* 1 saniye süren animasyon */
}

.fade-out[b-thmkbc961l] {
    animation: fadeOut-b-thmkbc961l 1s ease-in forwards;
}

.bounce-in[b-thmkbc961l] {
    animation: bounceIn-b-thmkbc961l 1s ease-in-out forwards; /* 1 saniye süren animasyon */
}

.bounce-in2[b-thmkbc961l] {
    animation: bounceIn-b-thmkbc961l 1s cubic-bezier(.25,.75,.5,1) forwards; /* 1 saniye süren animasyon */
}


@media (max-width: 1024px) {
    .by-card-container[b-thmkbc961l] {
        grid-template-columns: repeat(3, 1fr); /* Mobilde 2 kart yan yana */
        width: 90vw;
    }
}

@media (max-width: 768px) {
    .by-card-container[b-thmkbc961l] {
        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-thmkbc961l] {
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .by-card-container[b-thmkbc961l] {
        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-thmkbc961l] {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: center;
    }
}
