/* _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/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/HeaderMenusuz.razor.rz.scp.css */

.navbar[b-m88vgr5isd] {
    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-m88vgr5isd] {
        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-m88vgr5isd]  {
    height: 2.5rem !important;
    min-height: 2.5rem !important;
}

.header-navbar .navbar-toggler[b-m88vgr5isd] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}
 

.title[b-m88vgr5isd] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-m88vgr5isd] {
        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 > .dx-gridlayout-root,
[b-xl7zfxa1le] .layout-item {
    background-color: inherit;
}

[b-xl7zfxa1le] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-xl7zfxa1le] .page-layout > .dx-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 > .dx-gridlayout-root,
[b-e1ioc7rgxb] .layout-item {
    background-color: inherit;
}

[b-e1ioc7rgxb] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-e1ioc7rgxb] .page-layout > .dx-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;
    }
}

 
