
/* ============================================================ */
/* HangarTrak Navigation                                        */
/* ============================================================ */
.hangartrak-nav .nav-link {
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 8px 14px;
    margin-right: 6px;
    font-weight: 500;
}
.hangartrak-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
    transform: translateY(-1px);
}
.hangartrak-nav .nav-link.active {
    background-color: #0d6efd;
    color: white !important;
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.45);
}
.hangartrak-nav .navbar-brand {
    letter-spacing: 0.5px;
}
/* ============================================================ */
/* HangarTrak App Background                                    */
/* ============================================================ */
html,
body {
    background-color: #e9edf2 !important;
}
/* ============================================================ */
/* HangarTrak Operational Canvas                                */
/* ============================================================ */

.hangartrak-page {
    background-color: #dde3ea;
    border-radius: 12px;
    padding: 16px;
}

.hangartrak-app-footer {
    letter-spacing: 0.02em;
    opacity: 0.75;
}

.hangartrak-app-footer__sep {
    margin: 0 0.35rem;
    opacity: 0.5;
}
/* ============================================================ */
/* UAT sign-in page                                             */
/* ============================================================ */

.hangartrak-login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.hangartrak-login-shell {
    width: 100%;
    max-width: 420px;
}

.hangartrak-login-card {
    border: 0;
    border-radius: 12px;
}

.hangartrak-login-card__brand {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.hangartrak-nav-user .fw-semibold {
    color: #fff;
}
/* ============================================================ */
/* Nested Operational Results                                   */
/* ============================================================ */

#location-item-result-panel {
    background-color: #f8fafc;
    border-color: #0d6efd !important;
    border-radius: 0 8px 8px 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
/* ============================================================ */
/* Operational Active Selection                                 */
/* ============================================================ */

.operational-active-row {
    background-color: #e7f1ff !important;
}