﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #edf1f5;
    font-family: "Rubik", sans-serif;
}

h4{
    font-weight:500;
}

/*Custom Css*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hr {
    margin: 8px 0px;
}

.form-base {
    border: 10px;
    border-radius: 7px;
    min-height: 60vh;
    margin-top: 10px;
    padding: 30px;
    background-color: #F2F3F4;
}

.form-control {
    line-height: 1.5;
}

.btn-custom-font {
    font-weight: bold;
    font-size: 12px;
}

.bg-gold {
    background-color: white;
    color: black;
    font-weight: 300;
}

.bg-navy {
    background-color: #121261;
    height: 20px;
    color: white;
    font-weight: 300;
}

.bg-light {
    background-color: #EDE4E4;
}

.btn-quick-link {
    min-width: 215px;
    font-weight: bold;
}

.nav-link {
    font-weight: 400;
    font-size: 14px;
}

.large {
    font-size: 16px;
}

.text-danger {
    color: red;
    font-size: 10px;
    font-weight: bold;
}

.bg-policy-summary {
    background-color: white;
    border: 1px;
    border-radius: 3px;
}

.policy-summary-header {
    border: 10px;
    border-radius: 7px;
    background-color: white;
    text-align: center;
}

.card-width {
    width: 100%;
    margin-right: 10px;
}

.logo-img {
    max-height: 60vh;
    object-fit: contain;
}

.welcome-text {
    font-size: 2rem;
    font-weight: bold;
}

.full-height {
    min-height: 100vh;
}

.custom-min-vh-90 {
    min-height: 75vh;
}

.wide-nav-item {
    min-width: 120px;
}
/* Remove bullet points from validation summary messages */
.validation-summary-valid ul,
.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 8rem !important;
}

.mt-8 {
    margin-top: 10rem !important;
}

.mt-9 {
    margin-top: 12rem !important;
}

.menu-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.menu-hero {
    background: linear-gradient(135deg, #02021F 0%, #0d6efd 100%);
    color: #fff;
    border-radius: 1rem;
}

.menu-card {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .18s ease,box-shadow .18s ease;
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(8px)
}

    .menu-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0,0,0,.08)
    }

    .menu-card .card-header {
        background: linear-gradient(135deg, #02021F 0%, #0d6efd 100%) !important;
        color: #fff !important;
        border: 0;
        padding: 1rem 1.25rem .5rem;
    }

.menu-section-title {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-weight: 700;
    letter-spacing: .2px
}

.menu-actions {
    display: grid;
    gap: .75rem
}

/* Menu items look like hover by default */
.menu-action {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .6rem .85rem .6rem 2.5rem;
    border-radius: .5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    background: #fff;
    border: 1px solid rgba(13,110,253,.25);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}

    .menu-action:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
        border-color: rgba(13,110,253,.35);
    }

/* Icon styling */
.menu-icon {
    position: absolute;
    left: .9rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    opacity: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

/* Complementary bright colors */
.menu-action.primary .menu-icon {
    color: #1e90ff;
}

.menu-action.warning .menu-icon {
    color: #ff8c00;
}

.menu-action.secondary .menu-icon {
    color: #8a8a8a;
}

.menu-action.success .menu-icon {
    color: #28a745;
}

.menu-action.info .menu-icon {
    color: #17a2b8;
}

.menu-action.outline .menu-icon {
    color: #1e90ff;
}

.menu-action:hover .menu-icon {
    text-shadow: 0 0 6px rgba(30,144,255,0.7);
}

.menu-action.primary {
    color: #02021F
}

.menu-action.warning {
    color: #fd7e14
}

.menu-action.secondary {
    color: #6c757d
}

.menu-action.info {
    color: #0dcaf0
}

.menu-action.success {
    color: #198754
}

.menu-action.outline {
    color: #0d6efd;
    background: #f8faff;
    border-color: rgba(13,110,253,.2)
}

.menu-badge {
    margin-left: auto;
    font-size: .8rem;
    padding: .25rem .5rem;
    border-radius: .5rem;
    background: #f1f3f5;
    color: #495057
}

.sticky-footer {
    margin-top: auto;
    border-top: 1px solid rgba(0,0,0,.06);
    background: #fff
}

.custom-height {
    height: 75%;
    max-height: 75%;
    overflow: hidden;
    border-radius: 0.5rem;
}

/* Navy-based table-dark */
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #02021F;
    --bs-table-border-color: #1a1a3a;
    --bs-table-striped-bg: #1a1a3a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #2a2a55;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #3a3a77;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

/* Navy-based bg-dark */
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(2, 2, 31, var(--bs-bg-opacity)) !important; /* #02021F */
}
/* Navy-based text-dark */
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(2, 2, 31, var(--bs-text-opacity)) !important; /* #02021F */
}

