﻿:root {
    --bs-primary: #006293;
    --bs-primary-rgb: 0, 98, 147;
}

body {
    background: #f2f5f8;
}

.app-shell {
    min-height: 100vh;
}

.workspace-row {
    min-height: calc(100vh - 58px);
}

.sidebar {
    background: #ffffff;
    border-right: 1px solid #d8e0e8;
    min-height: calc(100vh - 58px);
}

.folder-list .list-group-item {
    border: 0;
    border-radius: 8px;
    margin-bottom: 4px;
}

.folder-list .list-group-item.active {
    background: rgba(0, 98, 147, 0.12);
    color: #003f5f;
    font-weight: 600;
}

.file-table {
    background: #ffffff;
    border: 1px solid #d8e0e8;
    border-radius: 12px;
    overflow: hidden;
}

.file-table th {
    background: #eef3f7;
    font-size: 0.9rem;
}

.file-table td,
.file-table th {
    vertical-align: middle;
}

.topbar {
    background: #ffffff;
    border-bottom: 1px solid #d8e0e8;
}

.badge-role {
    text-transform: uppercase;
    letter-spacing: .04em;
}

.masked-input {
    -webkit-text-security: disc;
}
