@import '_content/OSDC.UnitConversion.DrillingRazorMudComponents/OSDC.UnitConversion.DrillingRazorMudComponents.pszuzzr0hv.bundle.scp.css';

/* _content/WebApp/Pages/LandingPage.razor.rz.scp.css */
/*
    ::deep attribute is needed to enable CSS isolation and allow local styles defined here to transfer to child components.
*/

[b-oblbhv4ckw] .digiwells-page {
    background: radial-gradient(circle at top right, rgba(33,150,243,0.10), transparent 28%), radial-gradient(circle at left top, rgba(156,39,176,0.08), transparent 24%);
    min-height: 100%;
}

[b-oblbhv4ckw] .hero-section {
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(20,27,45,0.98) 0%, rgba(28,41,77,0.96) 100%) !important;
    color: white;
    overflow: hidden;
    position: relative;
}

[b-oblbhv4ckw] .hero-section .mud-secondary-text {
    color: rgba(255,255,255,0.78) !important;
}

[b-oblbhv4ckw] .hero-chip {
    width: fit-content;
}

[b-oblbhv4ckw] .hero-side-panel {
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    color: white;
}

[b-oblbhv4ckw] .metric-card {
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
}

[b-oblbhv4ckw] .filter-panel {
    border-radius: 18px;
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(6px);
}

[b-oblbhv4ckw] .grid-panel {
    border-radius: 22px;
    overflow: hidden;
}

[b-oblbhv4ckw] .desktop-search {
    min-width: 320px;
}

[b-oblbhv4ckw] .text-wrap-grid {
    white-space: normal;
    line-height: 1.35rem;
    max-width: 300px;
}

[b-oblbhv4ckw] .text-truncate-grid {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

[b-oblbhv4ckw] .fw-bold {
    font-weight: 700;
}

[b-oblbhv4ckw] .fw-semibold {
    font-weight: 600;
}
/* _content/WebApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-iymxgj1jkn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-iymxgj1jkn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

    .top-row a:last-child[b-iymxgj1jkn] {
        margin-left: auto;
    }


.logo[b-iymxgj1jkn] {
    height: 2.5rem;
    width: auto;
    margin-right: auto;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-iymxgj1jkn] {
        display: none;
    }

    .top-row.auth[b-iymxgj1jkn] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-iymxgj1jkn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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