/* /Pages/AppConfig.razor.rz.scp.css */
.app-config-container[b-575bbliztb] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.header[b-575bbliztb] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    height: auto;
}

.header h3[b-575bbliztb] {
    margin: 0;
    margin-bottom: 5px;
}

.editor-container[b-575bbliztb] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: 100%;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
}

/* Remove all transitions and animations */
.editor-container[b-575bbliztb],
.editor-container *[b-575bbliztb] {
    transition: none !important;
    animation: none !important;
}

/* Force the inner div to fill the container */
.editor-container > div[b-575bbliztb] {
    height: 100% !important;
    width: 100% !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Monaco Editor needs explicit height */
#pc01[b-575bbliztb] {
    height: 100% !important;
    width: 100% !important;
    flex: 1 !important;
    min-height: 0 !important;
}

/* Target Monaco's internal containers */
.editor-container .monaco-editor[b-575bbliztb],
.editor-container .monaco-editor .overflow-guard[b-575bbliztb] {
    height: 100% !important;
}

.action-bar[b-575bbliztb] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    flex-shrink: 0;
    height: auto;
}

.action-bar .mud-alert[b-575bbliztb] {
    flex: 1;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .app-config-container[b-575bbliztb] {
        padding: 10px;
    }

    .header[b-575bbliztb] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .action-bar[b-575bbliztb] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Index.razor.rz.scp.css */
/* Dashboard Cards */
.dashboard-card[b-qzuv3odgo2] {
    height: 100%;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.dashboard-card:hover[b-qzuv3odgo2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Info Grid Layout */
.info-grid[b-qzuv3odgo2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.info-item[b-qzuv3odgo2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Header Styling */
.justify-space-between[b-qzuv3odgo2] {
    justify-content: space-between;
}

.align-center[b-qzuv3odgo2] {
    align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .d-flex.justify-space-between[b-qzuv3odgo2] {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

/* Smooth transitions */
*[b-qzuv3odgo2] {
    transition: color 0.2s ease-in-out;
}
/* /Pages/Login.razor.rz.scp.css */
.main[b-v51g0ggvjg] {
    display: grid;
    grid-template-rows: 140px 200px;
}

.image[b-v51g0ggvjg] {
    justify-self: center;
    width: 100px;
    height: 100px;
    margin: 20px;
}

.input[b-v51g0ggvjg] {
    align-self: center;
    justify-self: center;
}
/* /Pages/ManageDomains.razor.rz.scp.css */
.manage-domains-container[b-woovs1sr0n] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
}

.header[b-woovs1sr0n] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.header h3[b-woovs1sr0n] {
    margin: 0;
}

.selector[b-woovs1sr0n] {
    display: grid;
    gap: 5px;
    grid-template-columns: 205px auto;
    flex: 1;
    min-height: 0;
    min-width: 0;
}

.selector-left[b-woovs1sr0n] {
    border: 1px solid #ddd;
    display: grid;
    grid-template-rows: 35px auto;
    height: 100%;
    width: 100%;
    min-height: 0;
    min-width: 0;
    overflow: auto;
}

.selector-right[b-woovs1sr0n] {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    width: 100%;
    min-height: 0;
    min-width: 0;
}

.selector-right-row[b-woovs1sr0n] {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 70px;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #ddd;
}

#pc01[b-woovs1sr0n] {
    height: 100%;
    width: 100%;
}

.selector-right-top[b-woovs1sr0n] {
    display: grid;
    grid-template-columns: 200px auto;
    margin: 3px;
    background-color: #FAFAFA;
}

.selector-rigth-top-button[b-woovs1sr0n] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px 5px 5px 15px;
}

.selector-right-bottom[b-woovs1sr0n] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 15px;
    overflow: auto;
}

    .selector-right-bottom mark[b-woovs1sr0n] {
        padding: 0;
        background-color: #ff000050;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-w4p7m6nh1z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w4p7m6nh1z] {
    flex: 1;
}

.sidebar[b-w4p7m6nh1z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w4p7m6nh1z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w4p7m6nh1z]  a, .top-row .btn-link[b-w4p7m6nh1z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-w4p7m6nh1z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w4p7m6nh1z] {
        display: none;
    }

    .top-row.auth[b-w4p7m6nh1z] {
        justify-content: space-between;
    }

    .top-row a[b-w4p7m6nh1z], .top-row .btn-link[b-w4p7m6nh1z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w4p7m6nh1z] {
        flex-direction: row;
    }

    .sidebar[b-w4p7m6nh1z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w4p7m6nh1z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-w4p7m6nh1z], article[b-w4p7m6nh1z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
