/* /Components/Application/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-05up0xdag8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    direction: rtl;
    background-color: var(--bs-body-bg, #f7f7f7);
}

.appbar-rtl[b-05up0xdag8] {
    direction: rtl;
}

.appbar-normal-flow[b-05up0xdag8] {
    position: static;
    width: 100%;
    z-index: 100;
}

.appbar-flex[b-05up0xdag8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.appbar-leading[b-05up0xdag8] {
    display: flex;
    align-items: center;
}

.appbar-leading[b-05up0xdag8] {
    min-height: 64px;
    padding-block: 8px;
    display: flex;
    align-items: center;
}

.appbar-title[b-05up0xdag8] {
    flex: 1 1 auto;
    text-align: center;
    font-weight: 600;
}

.appbar-actions[b-05up0xdag8] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.app-layout[b-05up0xdag8] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: row-reverse;
    position: relative;
}



/* MainLayout.razor.css */
.app-sidebar[b-05up0xdag8] {
    border: 4px solid red !important;
}

/* MainLayout.razor.css */
.app-sidebar[b-05up0xdag8] {
    outline: 3px solid red !important;
}

.page-content[b-05up0xdag8] {
    flex: 1 1 auto;
    padding: 1.5rem;
    min-width: 0;
    background: #f9fafb;
}

@media (max-width: 992px) {
    .app-layout[b-05up0xdag8] {
        flex-direction: row;
    }

    .app-sidebar.e-sidebar[b-05up0xdag8] {
        width: 80vw;
        max-width: 320px;
    }

    .page-content[b-05up0xdag8] {
        padding: 1.25rem;
        background: #fff;
    }
}

@media (min-width: 993px) {
    .app-sidebar.e-sidebar[b-05up0xdag8] {
        width: 269px;
    }
}



/* ناحیه leading همیشه هم‌ارتفاع AppBar شود */
.appbar-leading[b-05up0xdag8] {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 8px;
}

/* ظرف لوگو هم‌ارتفاع AppBar */
.appbar-logo[b-05up0xdag8],
.appbar-logo-link[b-05up0xdag8] {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

/* خود تصویر: بیشترین ارتفاع ممکن بدون به‌هم‌ریختگی */
.appbar-logo-img[b-05up0xdag8] {
    width: auto !important;
    max-height: 40px;
    object-fit: contain;
    display: block;
}



/* ارتفاع کلی AppBar را 64px کن */
.appbar-rtl.e-appbar[b-05up0xdag8] {
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

/* بزرگ کردن آیکون همبرگری */
.appbar-leading .e-btn.e-icon-btn .e-btn-icon[b-05up0xdag8],
.appbar-leading .e-btn.e-icon-btn .e-icons[b-05up0xdag8] {
    font-size: 22px; /* مقدار دلخواه: 22, 24, 26... */
    line-height: 1;
}



/*-- nav menu -------------------------------------------------------*/


.sidebar-header[b-05up0xdag8] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color, #e5e5e5);
    display: none;
}

.sidebar-title[b-05up0xdag8] {
    font-size: 1.1rem;
    font-weight: 600;
}

.sidebar-tree[b-05up0xdag8] {
    padding: 1rem 0.75rem 2rem;
}
/* /Components/Application/User/ErrorNotFound404Page.razor.rz.scp.css */

.error-page[b-25mcyrt74c] {
    text-align: center;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* /Components/Application/User/LoginPage.razor.rz.scp.css */
div.form-membership[b-yn9mbr9wwf] {
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 3rem 0
}

    div.form-membership .form-wrapper[b-yn9mbr9wwf] {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        -moz-box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        box-shadow: 0 3px 10px rgba(62, 85, 120, .045);
        padding: 3rem;
        -webkit-border-radius: .5rem;
        -moz-border-radius: .5rem;
        border-radius: .5rem;
        width: 430px;
        margin: 50px auto;
        text-align: center
    }

        div.form-membership .form-wrapper #logo[b-yn9mbr9wwf] {
            margin: 1rem 0 3rem
        }

            div.form-membership .form-wrapper #logo img:not(.logo)[b-yn9mbr9wwf] {
                display: none
            }

        div.form-membership .form-wrapper h5[b-yn9mbr9wwf] {
            text-align: center;
            margin-bottom: 2rem
        }
