@import '_content/WMBlazorSlickCarousel/WMBlazorSlickCarousel.bundle.scp.css';
@import '_content/ZabitaWEB.BerberRandevu/ZabitaWEB.BerberRandevu.lqxjwiehd5.bundle.scp.css';
@import '_content/ZabitaWEB.BilgiNotu/ZabitaWEB.BilgiNotu.pfji3kh9qw.bundle.scp.css';
@import '_content/ZabitaWEB.DepoYonetim/ZabitaWEB.DepoYonetim.62lik3boi6.bundle.scp.css';
@import '_content/ZabitaWEB.KasaEkranlari/ZabitaWEB.KasaEkranlari.wsg55e7dgh.bundle.scp.css';
@import '_content/ZabitaWEB.KiyafetDagitimModulu/ZabitaWEB.KiyafetDagitimModulu.0rf26f8xhn.bundle.scp.css';

/* /Shared/deneme.razor.rz.scp.css */
.my-component[b-mr4tsypfrr] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* /Shared/IkBilgileri.razor.rz.scp.css */
.container[b-cysggsq6aq] {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .container[b-cysggsq6aq]::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
[b-cysggsq6aq]::-webkit-scrollbar {
    display: none;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-kdl7kfmt6q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-kdl7kfmt6q] {
    flex: 1;
}



.top-row[b-kdl7kfmt6q] {
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}

.top-row[b-kdl7kfmt6q]  a,
.top-row .btn-link[b-kdl7kfmt6q] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-kdl7kfmt6q] {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========================================
   Mobile Header (Fixed at top)
   ======================================== */
/* ==================tamam======================
   Mobile Header (Fixed at top)
   ======================================== */
.mobile-header[b-kdl7kfmt6q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #1a237e;
    /* Solid color matching nav gradient start */
    display: flex;
    align-items: center;
    padding: 0 1rem;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.mobile-menu-btn[b-kdl7kfmt6q] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger-icon[b-kdl7kfmt6q] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
}

.hamburger-icon span[b-kdl7kfmt6q] {
    display: block;
    height: 2px;
    background: white;
    border-radius: 1px;
    transition: all 0.3s ease;
}

.hamburger-icon.open span:nth-child(1)[b-kdl7kfmt6q] {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-icon.open span:nth-child(2)[b-kdl7kfmt6q] {
    opacity: 0;
}

.hamburger-icon.open span:nth-child(3)[b-kdl7kfmt6q] {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-brand[b-kdl7kfmt6q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    margin-left: 1rem;
}

.mobile-brand:hover[b-kdl7kfmt6q] {
    color: white;
    text-decoration: none;
}

/* Mobile Overlay */
.mobile-overlay[b-kdl7kfmt6q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* ========================================
   Sidebar Mobile Styles
   ======================================== */
@media (max-width: 1043.98px) {
    .page[b-kdl7kfmt6q] {
        padding-top: 56px;
    }

    .sidebar[b-kdl7kfmt6q] {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        height: 100vh;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1050;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        background: linear-gradient(135deg, #00539a 0%, #003f75 100%);
    }

    .sidebar.mobile-open[b-kdl7kfmt6q] {
        transform: translateX(0);
    }

    /* Mobilde nav-content her zaman göster */
    .sidebar .nav-content[b-kdl7kfmt6q] {
        display: block !important;
    }

    .top-row:not(.auth)[b-kdl7kfmt6q] {
        display: none;
    }

    .top-row.auth[b-kdl7kfmt6q] {
        justify-content: space-between;
    }

    .top-row a[b-kdl7kfmt6q],
    .top-row .btn-link[b-kdl7kfmt6q] {
        margin-left: 0;
    }
}

/* ========================================
   Desktop Styles
   ======================================== */
@media (min-width: 1044px) {
    .page[b-kdl7kfmt6q] {
        flex-direction: row;
    }

    .mobile-header[b-kdl7kfmt6q] {
        display: none !important;
    }

    .sidebar[b-kdl7kfmt6q] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        background: linear-gradient(135deg, #00539a 0%, #003f75 100%);
    }

    /* Collapsed sidebar - daha geniş icon için */
    .sidebar.sidebar-collapsed[b-kdl7kfmt6q] {
        width: 75px;
    }

    .top-row[b-kdl7kfmt6q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main>div[b-kdl7kfmt6q] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/* ========================================
   NavMenu Header Styles
   ======================================== */
.header-content[b-35qljf0q9f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.5rem;
}

.header-content.collapsed[b-35qljf0q9f] {
    justify-content: space-evenly;
    padding: 0 8px;
    gap: 4px;
}

.navbar-brand[b-35qljf0q9f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1a237e !important;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.navbar-brand:hover[b-35qljf0q9f] {
    color: #0d47a1 !important;
    text-decoration: none;
}

.brand-text-container[b-35qljf0q9f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    flex: 1;
    min-width: 0;
}

.brand-text-top[b-35qljf0q9f] {
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
}

.brand-text-bottom[b-35qljf0q9f] {
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-brand-collapsed[b-35qljf0q9f] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

/* Toggle Button - koyu mavi stil */
.collapse-toggle-btn[b-35qljf0q9f] {
    background: #1565c0;
    border: none;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.2s ease;
    margin-left: 8px;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.collapse-toggle-btn:hover[b-35qljf0q9f] {
    background: #0d47a1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* Mobile Header Inside Sidebar - Solid arka plan */
.sidebar-mobile-header[b-35qljf0q9f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #1a237e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-mobile-header .navbar-brand[b-35qljf0q9f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.mobile-close-btn[b-35qljf0q9f] {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.mobile-close-btn:hover[b-35qljf0q9f] {
    background: rgba(255, 255, 255, 0.25);
}

/* ========================================
   Top Row Styles - Zabıta Platform Header
   ======================================== */
.top-row[b-35qljf0q9f] {
    height: 3.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* ========================================
   Navigation Items
   ======================================== */
.oi[b-35qljf0q9f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-35qljf0q9f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-35qljf0q9f] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-35qljf0q9f] {
    padding-bottom: 1rem;
}

.nav-item[b-35qljf0q9f]  a {
    color: #ffffff;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-35qljf0q9f]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-35qljf0q9f]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/* ========================================
   Desktop - Always show nav content
   ======================================== */
@media (min-width: 1044px) {
    .nav-content[b-35qljf0q9f] {
        display: block !important;
    }

    /* NavMenu collapsed state styling handled in app.css */
}

/* ========================================
   Mobile - Always show nav content when open
   ======================================== */
@media (max-width: 1043.98px) {
    .nav-content[b-35qljf0q9f] {
        display: block !important;
    }
}

