@font-face {
    font-family: 'Rockwell';
    src: url('https://hhreps.s3.amazonaws.com/fonts/rockwell/Rockwell.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

.strong {
    font-weight: bold;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.td-center {
    text-align: center;
}

.pagination li {
    display: inline;
    padding: 0 10px;
}

.rockwell {
    font-family: 'Rockwell';
    font-weight: bold;
    font-style: normal;
}

.italic {
    font-style: italic;
}

.side-nav {
    padding-bottom: 8px;
}

.side-nav li {
    list-style: none;
}

.side-nav .heading {
    font-weight: bold;
}

label {
    font-weight: bold !important;
    font-size:larger;
}

/* Sticky footer: push footer to bottom when content is short */
.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.body > .inner-wrapper {
    flex: 1 0 auto;
}

.body > footer {
    flex-shrink: 0;
}

/* Login page */
.login-bg {
    background: linear-gradient(135deg, #f0f3fa 0%, #e2e7f2 100%);
    min-height: 60vh;
}

.login-card {
    border: none;
    border-top: 4px solid #415563;
    border-radius: 6px;
}

.login-logo {
    max-width: 140px;
}

.btn-login-cta {
    background-color: #415563;
    border-color: #415563;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.btn-login-cta:hover,
.btn-login-cta:focus {
    background-color: #344651;
    border-color: #344651;
    color: #fff;
    box-shadow: 0 4px 12px rgba(65, 85, 99, 0.35);
    transform: translateY(-1px);
}

.btn-login-cta:active {
    background-color: #2b3a44;
    border-color: #2b3a44;
    color: #fff;
    transform: translateY(0);
}

