html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    background: #f5f7fb;
    font-size: 15px;
}

.main-content {
    flex: 1;
}

.card-soft {
    border: none;
    border-radius: 12px;
    box-shadow:
        0 2px 10px rgba(0,0,0,.08);
}

.small-muted {
    color: #6c757d;
}

.page-title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.form-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow:
        0 2px 10px rgba(0,0,0,.08);
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
}

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

.navbar-brand {
    font-weight: 700;
}

footer {
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.progress {
    height: 10px;
}

.progress-bar {
    font-size: 0;
}

.navbar-logo {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.login-logo {
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {

    .navbar-collapse {

        margin-top: 10px;

        padding-top: 10px;

        border-top: 1px solid rgba(255,255,255,.15);
    }
    
    .navbar-nav {
        text-align: left;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 0;
    }
}

.navbar .nav-link {

    color: #495057 !important;
}

.navbar .nav-link:hover {

    color: #212529 !important;
}

.navbar .nav-link.active {

    color: #198754 !important;

    border-bottom: 2px solid #198754;
}

.password-toggle {
    min-width: 50px;
}

.password-toggle i {
    pointer-events: none;
}

.btn-group .btn i {

    margin-right: 6px;
}

.project-remarks {

    background: #f8f9fa;

    border-left: 3px solid #0c6b3f;

    padding: 10px;

    border-radius: 10px;

    min-height: 20px;
}

.progress-bar {
    background-color: #28a745 !important;
}

.file-list .list-group-item {

    border: 0;

    border-bottom: 1px solid #eee;

    padding-left: 0;

    padding-right: 0;
}

.file-list .list-group-item:last-child {

    border-bottom: 0;
}