/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-mtanj7bnjp] {
    height: 100%;
}



[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(to bottom, #782D6E, #D2335B);
}

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

    [b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    width: 240px;
    background: none;
}

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-mtanj7bnjp] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-mtanj7bnjp] .panel-open:not(.mobile) .menu-button-navlink:has(+ .back-button-navlink) {
        display: inline-flex;
    }

    [b-mtanj7bnjp] .panel-open:not(.mobile) .menu-button-navlink:not(:has(+ .back-button-navlink)) {
        visibility: visible;
    }

    [b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-mtanj7bnjp] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-mtanj7bnjp] .navigation-drawer > .dxbl-drawer-content > .navigation-drawer-shading {
        background-color: var(--dxbl-drawer-content-shading-bg);
        display: block;
        height: 100%;
        position: absolute;
        transition: ease var(--dxbl-drawer-animation-duration);
        transition-property: opacity, visibility;
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-mtanj7bnjp] .navigation-drawer.mobile.panel-closed .navigation-drawer-shading {
        opacity: 0;
        visibility: hidden;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8j109u5zwd] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--dxds-font-family-sans-serif));
    min-height: 0;
}

.logo[b-8j109u5zwd] {
    text-align: center;
    height: 1.5rem;
    width: 9rem;
}



[b-8j109u5zwd] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-8j109u5zwd] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}


[b-8j109u5zwd] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-8j109u5zwd] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-8j109u5zwd] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-8j109u5zwd] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}



[b-8j109u5zwd] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-8j109u5zwd] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-8j109u5zwd] {
    display: inline-flex;
}

/* TOP BAR STYLES */
.top-bar[b-8j109u5zwd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    min-height: 50px;
    /* Ensure it doesn't shrink */
    flex-shrink: 0;
    /* Prevent flex shrinking */
    /* Biraz daha kalin */
    padding: 0 1rem;
    background: linear-gradient(to left, #D2335B, #782D6E);
    /* Gradient yonu degistirildi */
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.top-bar-left[b-8j109u5zwd],
.top-bar-right[b-8j109u5zwd] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.welcome-text[b-8j109u5zwd] {
    font-weight: 500;
    font-size: 0.9rem;
}

.page-content-container[b-8j109u5zwd] {
    flex-grow: 1;
}

[b-8j109u5zwd] .drawer-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    /* Remove padding here, let top bar take full width */
    height: 100%;
}

/* Ensure content below TopBar has padding */
.content-area[b-8j109u5zwd] {
    padding: 2rem 1.5rem;
    overflow-y: auto;
    flex-grow: 1;
}

.footer-text[b-8j109u5zwd] {
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
}

.footer-main[b-8j109u5zwd] {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-sub[b-8j109u5zwd] {
    margin-top: 2px;
    font-size: 0.7rem;
    font-weight: 300;
    opacity: 0.75;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-q1vzz4nsky] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-q1vzz4nsky] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    background-color: inherit;
}

    [b-q1vzz4nsky] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-q1vzz4nsky] .menu-item {
    color: var(--bs-white, #fff);
    font-size: 1.1rem;
    /* Yazilar birazcik buyutuldu */
}

[b-q1vzz4nsky] .icon {
    margin-left: 0.75rem;
}

[b-q1vzz4nsky] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-q1vzz4nsky] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-q1vzz4nsky] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-q1vzz4nsky] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-q1vzz4nsky] {
        text-align: inherit;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-u3xx3j8vwd] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-u3xx3j8vwd] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-u3xx3j8vwd] .title {
    text-align: center;
}

[b-u3xx3j8vwd] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-u3xx3j8vwd] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--dxds-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

[b-u3xx3j8vwd] .welcome-card:hover {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

[b-u3xx3j8vwd] .welcome-card .welcome-card-img {
    width: 6.5rem;
    height: 6.5rem;
}

[b-u3xx3j8vwd] .welcome-card .welcome-card-text {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: unset;
}

[b-u3xx3j8vwd] .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color, var(--dxds-color-content-neutral-default-rest));
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.btn-custom[b-l5rewnw6q2] {
    background-color: #FFC300 !important;
    border-color: #FFC300 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 10px 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.50);
    transition: all .2s ease-in-out;
}

    /* Hover */
    .btn-custom:hover[b-l5rewnw6q2] {
        background-color: #e6b000 !important;
        border-color: #e6b000 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    /* Active (tıklandığında) */
    .btn-custom:active[b-l5rewnw6q2] {
        background-color: #cc9e00 !important;
        border-color: #cc9e00 !important;
        transform: scale(0.98);
        box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    }
