/* _content/Adminify.Web/Components/Layout/CleanLayout.razor.rz.scp.css */
.page[b-qzgdqajc7x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qzgdqajc7x] {
    flex: 1;
}

@media (min-width: 768px) {
    .sidebar .offcanvas-lg[b-qzgdqajc7x] {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }

    .navbar-search[b-qzgdqajc7x] {
        display: block;
    }
}


.top-row[b-qzgdqajc7x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qzgdqajc7x]  a, .top-row[b-qzgdqajc7x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-qzgdqajc7x]  a:hover, .top-row[b-qzgdqajc7x]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-qzgdqajc7x]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-qzgdqajc7x] {
        justify-content: space-between;
    }

        .top-row[b-qzgdqajc7x]  a, .top-row[b-qzgdqajc7x]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-qzgdqajc7x] {
        flex-direction: row;
    }

    .top-row[b-qzgdqajc7x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-qzgdqajc7x]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-qzgdqajc7x], article[b-qzgdqajc7x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qzgdqajc7x] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qzgdqajc7x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Adminify.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.navbar[b-321cfjs2df] {
    z-index: 1030;
    height: 60px;
}

.navbar-brand[b-321cfjs2df] {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

.avatar[b-321cfjs2df] {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
}

.user-info[b-321cfjs2df] {
    line-height: 1.2;
}

.user-name[b-321cfjs2df] {
    font-size: 0.9rem;
}

.user-role[b-321cfjs2df] {
    font-size: 0.75rem;
}

.dropdown-item[b-321cfjs2df] {
    font-size: 0.9rem;
    border-radius: 6px;
    margin: 0 4px;
    width: auto;
}

.dropdown-item:hover[b-321cfjs2df] {
    background-color: #f8fafc;
}

.sidebar[b-321cfjs2df] {
    background-color: #ffffff !important;
    min-height: calc(100vh - 60px);
}

main[b-321cfjs2df] {
    background-color: #f8fafc;
}

.content-body[b-321cfjs2df] {
    background-color: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    min-height: 80vh;
}

@media (max-width: 767.98px) {
    .sidebar[b-321cfjs2df] {
        display: none;
    }
}

.fs-xs[b-321cfjs2df] {
    font-size: 0.7rem;
}

.input-group-text[b-321cfjs2df] {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.form-select[b-321cfjs2df] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.form-select:focus[b-321cfjs2df] {
    box-shadow: none;
    background-color: #f1f5f9;
}
/* _content/Adminify.Web/Components/Layout/Sidebar.razor.rz.scp.css */
.navbar-brand[b-c34r3mmkpn] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control[b-c34r3mmkpn] {
    padding: .75rem 1rem;
}

.sidebar .nav .nav-item.active[b-c34r3mmkpn] {
    background: gainsboro;
}
