/* /Components/Levers/ExcelTab/ClosedDimension/ClosedDimensionImportPreview.razor.rz.scp.css */
.preview-foot[b-2bl4hlglg6] {
    margin-top: 8px;
    padding: 10px 14px;
    border-top: 1px dashed #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #64748b;
}

.legend[b-2bl4hlglg6] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.rows-info b[b-2bl4hlglg6] {
    color: #1a2230;
}
/* /Components/Levers/ExcelTab/ControlledDimension/ControlledDimensionImportPreview.razor.rz.scp.css */
.preview-foot[b-dryyka4kbx] {
    margin-top: 8px;
    padding: 10px 14px;
    border-top: 1px dashed #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #64748b;
}

.legend[b-dryyka4kbx] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.swatch[b-dryyka4kbx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sw[b-dryyka4kbx] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid #e5e7eb;
    display: inline-block;
}

.sw.cat[b-dryyka4kbx] {
    background: #fafbfc;
}

.sw.input[b-dryyka4kbx] {
    background: #fff8e1;
    border-color: #f0c34c;
}

.rows-info b[b-dryyka4kbx] {
    color: #1a2230;
}
/* /Components/Levers/ExcelTab/ImportCard.razor.rz.scp.css */
.import-card[b-a0s03brgm4] {
    border-radius: 8px;
    overflow: hidden;
}

.import-head[b-a0s03brgm4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: #fafbfc;
    border-bottom: 1px solid #e5e7eb;
}

.import-head .left[b-a0s03brgm4] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.import-head .right[b-a0s03brgm4] {
    display: flex;
    align-items: center;
}

.year-badge[b-a0s03brgm4] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px 3px 8px;
    background: #e8f7ee;
    color: #0a8a3a;
    border: 1px solid #c8e6d3;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.year-lbl[b-a0s03brgm4] {
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0a8a3a;
    opacity: 0.7;
}

.when[b-a0s03brgm4] {
    font-size: 13.5px;
    color: #1a2230;
    font-weight: 500;
}

.divider-v[b-a0s03brgm4] {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #e5e7eb;
    margin: 0 2px;
}

.meta-text[b-a0s03brgm4] {
    font-size: 12px;
    color: #64748b;
}

.preview-wrap[b-a0s03brgm4] {
    padding: 4px 0 6px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ybn5nfi50o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ybn5nfi50o], article[b-ybn5nfi50o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-skz1k51h6d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-skz1k51h6d] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-skz1k51h6d] {
    font-size: 1.1rem;
}

.bi[b-skz1k51h6d] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-skz1k51h6d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-skz1k51h6d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-skz1k51h6d] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-skz1k51h6d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-skz1k51h6d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-skz1k51h6d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-skz1k51h6d]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-skz1k51h6d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-skz1k51h6d]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-skz1k51h6d] {
        display: none;
    }

    .collapse[b-skz1k51h6d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-skz1k51h6d] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.minimal-hero[b-wnt5oucy2o] {
    height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFBFC;
    position: relative;
    overflow: hidden;
}

.minimal-hero[b-wnt5oucy2o]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 25% 25%, rgba(10, 36, 114, 0.03) 0%, transparent 50%), radial-gradient(circle at 75% 75%, rgba(30, 136, 229, 0.03) 0%, transparent 50%);
        pointer-events: none;
}

.accent-circle[b-wnt5oucy2o] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.03;
    pointer-events: none;
}

.accent-1[b-wnt5oucy2o] {
    width: 400px;
    height: 400px;
    background: #00BB31;
    top: -10%;
    right: -5%;
    animation: float-b-wnt5oucy2o 20s ease-in-out infinite;
}

.accent-2[b-wnt5oucy2o] {
    width: 300px;
    height: 300px;
    background: #00BB31;
    bottom: -5%;
    left: -5%;
    animation: float-b-wnt5oucy2o 25s ease-in-out infinite reverse;
}

@keyframes float-b-wnt5oucy2o {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(30px, -30px) scale(1.05);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.95);
    }
}

.centered-content[b-wnt5oucy2o] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    padding: 2rem;
    background: transparent !important;
    background-color: transparent !important;
}

    .centered-content *[b-wnt5oucy2o] {
        box-shadow: none !important;
    }

.logo[b-wnt5oucy2o] {
    opacity: 0;
    animation: fadeInScale-b-wnt5oucy2o 0.8s ease-out 0.1s forwards;
}

@keyframes fadeInScale-b-wnt5oucy2o {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.main-title[b-wnt5oucy2o] {
    font-size: 4rem;
    font-weight: 300;
    color: #00BB31;
    margin: 3rem 0 0 0;
    line-height: 1.2;
    opacity: 0;
    animation: fadeInUp-b-wnt5oucy2o 0.8s ease-out 0.3s forwards;
    background: transparent !important;
    background-color: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

    .main-title strong[b-wnt5oucy2o] {
        font-weight: 700;
        display: block;
        background: transparent !important;
        background-color: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
    }

@media (max-width: 768px) {
    .main-title[b-wnt5oucy2o] {
        font-size: 2.5rem;
    }
}

.main-subtitle[b-wnt5oucy2o] {
    font-size: 1.15rem;
    color: #666;
    margin: 1.5rem 0 0 0;
    line-height: 1.6;
    opacity: 0;
    animation: fadeInUp-b-wnt5oucy2o 0.8s ease-out 0.5s forwards;
    background: transparent !important;
}

@keyframes fadeInUp-b-wnt5oucy2o {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.divider[b-wnt5oucy2o] {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #00BB31, #00BB31);
    margin: 2rem auto;
    border-radius: 2px;
    opacity: 0;
    animation: expandWidth-b-wnt5oucy2o 0.8s ease-out 0.4s forwards;
    display: block;
}

@keyframes expandWidth-b-wnt5oucy2o {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 60px;
    }
}
/* /Pages/ProjectManagement/ViewProjectPage.razor.rz.scp.css */
.import-lever-popup[b-rfoqragxg9] {
    width: 320px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .13);
    overflow: hidden;
    animation: importPopoverIn-b-rfoqragxg9 140ms ease;
}

.import-lever-popup__header[b-rfoqragxg9] {
    padding: 14px 16px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.import-lever-popup__title[b-rfoqragxg9] {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.import-lever-popup__subtitle[b-rfoqragxg9] {
    font-size: 12px;
    color: #9e9e9e;
}

.import-lever-popup__year-row[b-rfoqragxg9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 120ms ease;
}

.import-lever-popup__year-row:hover[b-rfoqragxg9] {
    background: #e8f7ee;
}

.import-lever-popup__year-label[b-rfoqragxg9] {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a1a;
}

.import-lever-popup__footer[b-rfoqragxg9] {
    background: #f7f7f7;
    padding: 10px 16px;
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    gap: 8px;
}

.import-lever-popup__footer-text[b-rfoqragxg9] {
    font-size: 11.5px;
    color: #9e9e9e;
}

@keyframes importPopoverIn-b-rfoqragxg9 {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
