/* _content/InData.UI.Web/Components/Auth/SigInCmp.razor.rz.scp.css */
.frm-login[b-8yctfd2bm0] {
    margin: 0 auto;
    max-width: 460px;
    min-width: 260px;
    padding: 0 10px 25px 10px;
    border: solid 1px #454545;
    border-radius: 25px;
    background-color: #fff;
}

.frm-header[b-8yctfd2bm0] {
    width: 100%;
    text-align: center;
}

.icon-access[b-8yctfd2bm0] {
    font-size: 7em;
    margin: 0 auto;
    color: #EA5B0C;
}

@media screen and (max-width: 780px) {
    .icon-access[b-8yctfd2bm0] {
        font-size: 4em;
    }
}
/* _content/InData.UI.Web/Components/DataResults/CrossingDataCmp.razor.rz.scp.css */
.dashboard-header[b-das1gvyxcg] {
    width: 80%;
    margin: 10px auto;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 20px;
}

.header-icon[b-das1gvyxcg] {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.file-title[b-das1gvyxcg] {
    font-size: 28px;
    /*font-weight: bold;
    margin: 0;*/
}

    .file-title .badge[b-das1gvyxcg] {
        background-color: #ce2020;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 16px;
        margin-left: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.file-subtitle[b-das1gvyxcg] {
    font-size: 18px;
    opacity: 0.8;
}

.stat-box[b-das1gvyxcg] {
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 16px;
    transition: all 0.2s;
}

    .stat-box:hover[b-das1gvyxcg] {
        background-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(77, 77, 77, 0.1);
        transform: translateY(-2px);
    }

.header-stats[b-das1gvyxcg] {
    display: flex;
    gap: 20px;
    text-align: center;
}

.stat-label[b-das1gvyxcg] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

.stat-value[b-das1gvyxcg] {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
}

.section-container[b-das1gvyxcg] {
    height: 100%;
    min-height: 500px;
    border: solid 1px var(--blackw);
    margin: 5px;
    padding: 5px;
}

.chart-dashboard-container[b-das1gvyxcg] {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

.chart-section-title[b-das1gvyxcg] {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: var(--my-withe);
}

.chart-dashboard-content[b-das1gvyxcg] {
    width: 100%;
    min-height: 450px;
    padding: 5px 10px;
}

.column-list[b-das1gvyxcg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    height: 600px;
    width: 330px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 2px solid #ddd;
    border-radius: 3px;
    /*scroll-snap-type: y mandatory;*/
}

.column-item[b-das1gvyxcg] {
    border: 1px solid #999;
    border-radius: 12px;
    padding: 8px 12px;
    background-color: white;
    cursor: pointer;
}

    .column-item:hover[b-das1gvyxcg] {
        background-color: #f8d1a0;
    }
/* _content/InData.UI.Web/Components/DataResults/ResultsByColumnCmp.razor.rz.scp.css */
.dashboard-header[b-269t0hms46] {
    width: 80%;
    margin: 10px auto;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 20px;
}

.header-icon[b-269t0hms46] {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.file-title[b-269t0hms46] {
    font-size: 28px;
    /*font-weight: bold;
    margin: 0;*/
}

    .file-title .badge[b-269t0hms46] {
        background-color: #ce2020;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 16px;
        margin-left: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.file-subtitle[b-269t0hms46] {
    font-size: 18px;
    opacity: 0.8;
}

.stat-box[b-269t0hms46] {
    background-color: rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 16px;
    transition: all 0.2s;
}

    .stat-box:hover[b-269t0hms46] {
        background-color: rgba(255, 255, 255, 0.2);
        background-color: rgba(77, 77, 77, 0.1);
        transform: translateY(-2px);
    }

.header-stats[b-269t0hms46] {
    display: flex;
    gap: 20px;
    text-align: center;
}

.stat-label[b-269t0hms46] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

.stat-value[b-269t0hms46] {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
}

.section-container[b-269t0hms46] {
    height: 100%;
    min-height: 500px;
    border: solid 1px var(--blackw);
    margin: 5px;
    padding: 5px;
}

.chart-dashboard-container[b-269t0hms46] {
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

.chart-section-title[b-269t0hms46] {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: var(--my-withe);
}

.chart-dashboard-content[b-269t0hms46] {
    width: 100%;
    min-height: 450px;
    padding: 5px 10px;
}

.column-list[b-269t0hms46] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    height: 600px;
    width: 330px;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 2px solid #ddd;
    border-radius: 3px;
    /*scroll-snap-type: y mandatory;*/
}

.column-item[b-269t0hms46] {
    border: 1px solid #999;
    border-radius: 12px;
    padding: 8px 12px;
    background-color: white;
    cursor: pointer;
}

    .column-item:hover[b-269t0hms46] {
        background-color: #f8d1a0;
    }
/* _content/InData.UI.Web/Components/Folders/FolderContentCmp.razor.rz.scp.css */
.directory-container[b-hm5x1lda6a] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.directory-header[b-hm5x1lda6a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.directory-title-container[b-hm5x1lda6a] {
    display: flex;
    flex-direction: column;
}

.directory-title[b-hm5x1lda6a] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    margin-bottom: 4px;
}

.directory-stats[b-hm5x1lda6a] {
    font-size: 14px;
    color: #64748b;
}

.search-file-container[b-hm5x1lda6a] {
    display: flex;
    align-items: center;
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    width: 320px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.sidebar-file-search[b-hm5x1lda6a] {
    display: flex;
    width: 100%;
    height: 5%;
    align-items: center;
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    margin-bottom: 5%;
}

.search-file-container:focus-within[b-hm5x1lda6a] {
    border-color: #3a86ff;
    box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.15);
}

.search-file-icon[b-hm5x1lda6a] {
    color: #64748b;
    margin-right: 14px;
}

.search-file-input[b-hm5x1lda6a] {
    border: none;
    background-color: transparent;
    padding: 8px 0;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
    color: #1e293b;
}

    .search-file-input[b-hm5x1lda6a]::placeholder {
        color: #94a3b8;
    }

.directory-actions[b-hm5x1lda6a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.left-actions[b-hm5x1lda6a] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-action[b-hm5x1lda6a] {
    background-color: #f1f5f9;
    color: #334155;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-action:hover[b-hm5x1lda6a] {
        background-color: #e2e8f0;
    }

    .btn-action i[b-hm5x1lda6a] {
        font-size: 18px;
    }

.btn-dataset[b-hm5x1lda6a] {
    background-color: var(--btn-orange);
    color: white;
}

    .btn-dataset:hover[b-hm5x1lda6a] {
        background-color: var(--orange-over);
    }

.selected-count[b-hm5x1lda6a] {
    font-size: 14px;
    color: #64748b;
}

.files-container[b-hm5x1lda6a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.file-card[b-hm5x1lda6a] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;
}

    .file-card:hover[b-hm5x1lda6a] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        border-color: #cbd5e1;
    }

.checkbox-container[b-hm5x1lda6a] {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    align-items: center;
}

    .checkbox-container input[b-hm5x1lda6a] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark[b-hm5x1lda6a] {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #f1f5f9;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.checkbox-container:hover input ~ .checkmark[b-hm5x1lda6a] {
    background-color: #e2e8f0;
}

.checkbox-container input:checked ~ .checkmark[b-hm5x1lda6a] {
    background-color: #3a86ff;
}

.checkbox-container .checkmark[b-hm5x1lda6a]:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.file-header[b-hm5x1lda6a] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-name[b-hm5x1lda6a] {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.file-content[b-hm5x1lda6a] {
    display: flex;
    gap: 15px;
}

.file-info-container[b-hm5x1lda6a] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.file-icon[b-hm5x1lda6a] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f9ff;
    border-radius: 8px;
}

    .file-icon i[b-hm5x1lda6a] {
        font-size: 28px;
        color: #3a86ff;
    }

.file-details[b-hm5x1lda6a] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-size[b-hm5x1lda6a], .file-type[b-hm5x1lda6a], .file-date[b-hm5x1lda6a] {
    margin: 0;
    font-size: 16px;
    color: var(--gray-text);
}

.file-type[b-hm5x1lda6a] {
    color: #1e293b;
    font-weight: 600;
    text-transform: uppercase;
}

.file-preview[b-hm5x1lda6a] {
    display: flex;
    justify-content: flex-end;
}

.preview-badge[b-hm5x1lda6a] {
    background-color: #ecfdf5;
    color: #047857;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.file-actions[b-hm5x1lda6a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.btn-file-action[b-hm5x1lda6a] {
    background-color: #55AC82;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .btn-file-action:hover[b-hm5x1lda6a] {
        background-color: #488f6e;
    }

.file-card-empty[b-hm5x1lda6a] {
    border: 2px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
}

.empty-state[b-hm5x1lda6a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

    .empty-state i[b-hm5x1lda6a] {
        font-size: 32px;
        color: #94a3b8;
        margin-bottom: 15px;
    }

    .empty-state p[b-hm5x1lda6a] {
        color: #64748b;
        margin-bottom: 15px;
    }

.btn-browse[b-hm5x1lda6a] {
    background-color: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-browse:hover[b-hm5x1lda6a] {
        background-color: #e2e8f0;
    }
/* _content/InData.UI.Web/Components/Folders/ListFolderCmp.razor.rz.scp.css */
*[b-g0zbtw1lo2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* == navbar == */
.navbar[b-g0zbtw1lo2] {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
}

.navbar-container[b-g0zbtw1lo2] {
    max-width: 95%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.nav-links[b-g0zbtw1lo2] {
    display: flex;
    gap: 35px;
}

    .nav-links a[b-g0zbtw1lo2] {
        text-decoration: none;
        color: #667085;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        padding: 8px 0;
        position: relative;
    }

        .nav-links a.active[b-g0zbtw1lo2] {
            color: #0056b3;
        }

            .nav-links a.active[b-g0zbtw1lo2]::after {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 100%;
                height: 3px;
                background-color: #0056b3;
                border-radius: 2px;
            }

        .nav-links a:not(.active):hover[b-g0zbtw1lo2] {
            color: #0056b3;
        }

.logout-btn[b-g0zbtw1lo2] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #184e77;
    font-weight: bold;
    padding: 8px 16px;
    border: 2px solid #184e77;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .logout-btn:hover[b-g0zbtw1lo2] {
        background-color: #184e77;
        color: white;
    }

.dashboard-container[b-g0zbtw1lo2] {
    display: flex;
    min-height: calc(100vh - 70px - 100px);
}

/* == sidebar == */
.sidebar[b-g0zbtw1lo2] {
    width: 250px;
    /*  background: linear-gradient(180deg, #363636 0%, #1f1f1f 100%);  */
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    color: white;
    padding: 25px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header h3[b-g0zbtw1lo2] {
    font-size: 16px;
    margin-bottom: 25px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.sidebar-menu[b-g0zbtw1lo2] {
    list-style: none;
}

    .sidebar-menu li[b-g0zbtw1lo2] {
        padding: 12px 15px;
        margin-bottom: 5px;
        cursor: pointer;
        border-radius: 8px;
        font-size: 15px;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .sidebar-menu li i[b-g0zbtw1lo2] {
            font-size: 14px;
            width: 20px;
            text-align: center;
        }

        .sidebar-menu li:hover[b-g0zbtw1lo2],
        .sidebar-menu li.active[b-g0zbtw1lo2] {
            background-color: #DEB841;
            color: #0f172a;
            font-weight: 500;
        }

.selected-active[b-g0zbtw1lo2] {
    background-color: #DEB841;
    color: #0f172a;
    font-weight: 500;
}

/* main content */
.main-content[b-g0zbtw1lo2] {
    flex: 1;
    padding: 30px;
    background-color: #f9fafb;
    overflow-y: auto;
}

.header-actions[b-g0zbtw1lo2] {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-create[b-g0zbtw1lo2] {
    background-color: #DEB841;
    color: white;
    padding: 12px 20px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 180px;
    font-size: 1.1em;
}

    .btn-create i[b-g0zbtw1lo2] {
        font-size: 1.1em;
    }

    .btn-create:hover[b-g0zbtw1lo2] {
        background-color: #c9a53b;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

.btn-upload[b-g0zbtw1lo2] {
    background-color: #3a86ff;
}

    .btn-upload:hover[b-g0zbtw1lo2] {
        background-color: #2a75e8;
    }

.directory-container[b-g0zbtw1lo2] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.directory-header[b-g0zbtw1lo2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.directory-title-container[b-g0zbtw1lo2] {
    display: flex;
    flex-direction: column;
}

.directory-title[b-g0zbtw1lo2] {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    margin-bottom: 4px;
}

.directory-stats[b-g0zbtw1lo2] {
    font-size: 14px;
    color: #64748b;
}

.search-container[b-g0zbtw1lo2] {
    display: flex;
    align-items: center;
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    width: 320px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.sidebar-search[b-g0zbtw1lo2] {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    background-color: #f1f5f9;
    border-radius: 8px;
    padding: 8px 16px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    margin-bottom: 5%;
}

.search-container:focus-within[b-g0zbtw1lo2] {
    border-color: #3a86ff;
    box-shadow: 0 0 0 3px rgba(58, 134, 255, 0.15);
}

.search-icon[b-g0zbtw1lo2] {
    color: #64748b;
    margin-right: 10px;
}

.search-input[b-g0zbtw1lo2] {
    border: none;
    background-color: transparent;
    padding: 8px 0;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
    color: #1e293b;
}

    .search-input[b-g0zbtw1lo2]::placeholder {
        color: #94a3b8;
    }

.directory-actions[b-g0zbtw1lo2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.left-actions[b-g0zbtw1lo2] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.selected-count[b-g0zbtw1lo2] {
    font-size: 14px;
    color: #64748b;
}

.files-container[b-g0zbtw1lo2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.file-card[b-g0zbtw1lo2] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;
}

    .file-card:hover[b-g0zbtw1lo2] {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
        border-color: #cbd5e1;
    }

.checkbox-container[b-g0zbtw1lo2] {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    align-items: center;
}

    .checkbox-container input[b-g0zbtw1lo2] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark[b-g0zbtw1lo2] {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: #f1f5f9;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.checkbox-container:hover input ~ .checkmark[b-g0zbtw1lo2] {
    background-color: #e2e8f0;
}

.checkbox-container input:checked ~ .checkmark[b-g0zbtw1lo2] {
    background-color: #3a86ff;
}

.checkbox-container .checkmark[b-g0zbtw1lo2]:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.file-header[b-g0zbtw1lo2] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.file-name[b-g0zbtw1lo2] {
    font-weight: 600;
    color: #1e293b;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-content[b-g0zbtw1lo2] {
    display: flex;
    gap: 15px;
}

.file-info-container[b-g0zbtw1lo2] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.file-icon[b-g0zbtw1lo2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f9ff;
    border-radius: 8px;
}

    .file-icon i[b-g0zbtw1lo2] {
        font-size: 20px;
        color: #3a86ff;
    }

.file-details[b-g0zbtw1lo2] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-size[b-g0zbtw1lo2], .file-type[b-g0zbtw1lo2], .file-date[b-g0zbtw1lo2] {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

.file-type[b-g0zbtw1lo2] {
    color: #1e293b;
    font-weight: 600;
}

.file-preview[b-g0zbtw1lo2] {
    display: flex;
    justify-content: flex-end;
}

.preview-badge[b-g0zbtw1lo2] {
    background-color: #ecfdf5;
    color: #047857;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
}

.file-actions[b-g0zbtw1lo2] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.btn-file-action[b-g0zbtw1lo2] {
    background-color: #55AC82;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .btn-file-action:hover[b-g0zbtw1lo2] {
        background-color: #488f6e;
    }

.file-card-empty[b-g0zbtw1lo2] {
    border: 2px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
}

.empty-state[b-g0zbtw1lo2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

    .empty-state i[b-g0zbtw1lo2] {
        font-size: 32px;
        color: #94a3b8;
        margin-bottom: 15px;
    }

    .empty-state p[b-g0zbtw1lo2] {
        color: #64748b;
        margin-bottom: 15px;
    }

.btn-browse[b-g0zbtw1lo2] {
    background-color: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .btn-browse:hover[b-g0zbtw1lo2] {
        background-color: #e2e8f0;
    }
/* _content/InData.UI.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tqbjz0fdj7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tqbjz0fdj7] {
    flex: 1;
}

.sidebar[b-tqbjz0fdj7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tqbjz0fdj7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tqbjz0fdj7]  a, .top-row[b-tqbjz0fdj7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tqbjz0fdj7]  a:hover, .top-row[b-tqbjz0fdj7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tqbjz0fdj7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tqbjz0fdj7] {
        justify-content: space-between;
    }

    .top-row[b-tqbjz0fdj7]  a, .top-row[b-tqbjz0fdj7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tqbjz0fdj7] {
        flex-direction: row;
    }

    .sidebar[b-tqbjz0fdj7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tqbjz0fdj7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tqbjz0fdj7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tqbjz0fdj7], article[b-tqbjz0fdj7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tqbjz0fdj7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-tqbjz0fdj7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/InData.UI.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-13oh9vowrq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-13oh9vowrq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-13oh9vowrq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-13oh9vowrq] {
    font-size: 1.1rem;
}

.bi[b-13oh9vowrq] {
    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-13oh9vowrq] {
    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-13oh9vowrq] {
    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-13oh9vowrq] {
    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-13oh9vowrq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-13oh9vowrq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-13oh9vowrq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-13oh9vowrq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-13oh9vowrq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-13oh9vowrq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-13oh9vowrq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-13oh9vowrq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-13oh9vowrq] {
        display: none;
    }

    .nav-scrollable[b-13oh9vowrq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/InData.UI.Web/Components/Users/HomeUserCmp.razor.rz.scp.css */
/* == kpi panel == */
.kpi-panel[b-ihyim9uchf] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /*  background-color: #202020;  */
    background-color: #1e293b;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(30, 41, 59, 0.1);
}

.kpi-card[b-ihyim9uchf] {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    flex: 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.kpi-title[b-ihyim9uchf] {
    display: block;
    font-weight: 600;
    color: #64748b;
    font-size: 16px;
    margin-bottom: 10px;
}

.kpi-value[b-ihyim9uchf] {
    display: block;
    font-size: 36px;
    color: #0056b3;
    font-weight: 700;
}

/* == section feactures == */
.features-heading[b-ihyim9uchf] {
    text-align: center;
    margin-bottom: 30px;
}

    .features-heading h2[b-ihyim9uchf] {
        color: #0f172a;
    }

    .features-heading p[b-ihyim9uchf] {
        color: #64748b;
        font-size: 16px;
    }

.features-cards[b-ihyim9uchf] {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.feature-card[b-ihyim9uchf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

    .feature-card:hover[b-ihyim9uchf] {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }

.feature-icon[b-ihyim9uchf] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 86, 179, 0.1);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}

    .feature-icon i[b-ihyim9uchf] {
        font-size: 28px;
        color: #0056b3;
    }

.feature-card h3[b-ihyim9uchf] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0f172a;
}

.feature-card p[b-ihyim9uchf] {
    font-size: 15px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 20px;
}

.feature-link[b-ihyim9uchf] {
    color: #0056b3;
    text-decoration: none;
    font-size: 14px;
    gap: 5px;
    transition: all 0.2s ease;
}

    .feature-link:hover[b-ihyim9uchf] {
        color: #003d7a;
    }

    .feature-link i[b-ihyim9uchf] {
        font-size: 12px;
        transition: transform 0.2s ease;
    }

    .feature-link:hover i[b-ihyim9uchf] {
        transform: translateX(4px);
    }
