/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x6j5c41w35] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x6j5c41w35] {
    flex: 1;
}

.sidebar[b-x6j5c41w35] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x6j5c41w35] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x6j5c41w35]  a, .top-row[b-x6j5c41w35]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x6j5c41w35]  a:hover, .top-row[b-x6j5c41w35]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x6j5c41w35]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x6j5c41w35] {
        justify-content: space-between;
    }

    .top-row[b-x6j5c41w35]  a, .top-row[b-x6j5c41w35]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x6j5c41w35] {
        flex-direction: row;
    }

    .sidebar[b-x6j5c41w35] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x6j5c41w35] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x6j5c41w35]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x6j5c41w35], article[b-x6j5c41w35] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
a[b-0r03i1ky1f] {
    color: white !important;
}

    a:hover[b-0r03i1ky1f] {
        font-weight: bold;
        color: white !important;
    }

.navbar .nav-link.active:hover[b-0r03i1ky1f] {
    font-weight: bold;
    color: white !important;
}


.active[b-0r03i1ky1f] {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: white !important;
}

    .active[b-0r03i1ky1f]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 4px;
        background-color: limegreen;
        border-radius: 2px;
    }

li[b-0r03i1ky1f] {
    cursor: pointer;
}

.navbar-toggler-icon[b-0r03i1ky1f] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* /Layout/PanelLayout.razor.rz.scp.css */
.page[b-4fwyfbfydc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4fwyfbfydc] {
    flex: 1;
}

.sidebar[b-4fwyfbfydc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4fwyfbfydc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4fwyfbfydc]  a, .top-row[b-4fwyfbfydc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4fwyfbfydc]  a:hover, .top-row[b-4fwyfbfydc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4fwyfbfydc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4fwyfbfydc] {
        justify-content: space-between;
    }

    .top-row[b-4fwyfbfydc]  a, .top-row[b-4fwyfbfydc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4fwyfbfydc] {
        flex-direction: row;
    }

    .sidebar[b-4fwyfbfydc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4fwyfbfydc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4fwyfbfydc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4fwyfbfydc], article[b-4fwyfbfydc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/PanelNavMenu.razor.rz.scp.css */
a[b-3oo1pqtdkt] {
    color: white !important;
}

    a:hover[b-3oo1pqtdkt] {
        font-weight: bold;
        color: white !important;
    }

.navbar .nav-link.active:hover[b-3oo1pqtdkt] {
    font-weight: bold;
    color: white !important;
}


.active[b-3oo1pqtdkt] {
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: white !important;
}

    .active[b-3oo1pqtdkt]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 4px;
        background-color: limegreen;
        border-radius: 2px;
    }

li[b-3oo1pqtdkt] {
    cursor: pointer;
}

.navbar-toggler-icon[b-3oo1pqtdkt] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* /Pages/Home.razor.rz.scp.css */
.custom-carousel[b-28evobsvp0] {
    height: 530px; /* ارتفاع پیش‌فرض برای دسکتاپ */
}

@media (max-width: 768px) { /* برای موبایل */
    .custom-carousel[b-28evobsvp0] {
        height: 420px; /* ارتفاع جدید برای موبایل */
    }
}
