    .nav-link {
        transition: none;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }
.nav-link:hover{
    
}
.btn-primary {
    --bs-btn-color: #9BBAE0;
    --bs-btn-bg: #00213A;
    --bs-btn-border-color: #00213A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00213A;
    --bs-btn-hover-border-color: #00213A;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00213A;
    --bs-btn-active-border-color: #00213A;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00213A;
    --bs-btn-disabled-border-color: #00213A;
}

.btn-lg, .btn-group-lg > .btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.0rem;
    --bs-btn-border-radius: 0.5rem;
    text-transform: uppercase;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.btn:hover{    color: var(--bs-btn-active-color);
    background-color: #C32132;
    border-color: #C32132;
    text-transform: uppercase;
    font-size: 0.9rem;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    background-color: #9BBAE0;
    color:#000;
}

.card .btn-outline-primary {
    --bs-btn-border-color: #C32132;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #C32132;
    --bs-btn-hover-border-color: #C32132;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #C32132;
    --bs-btn-active-border-color: #C32132;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C32132;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #C32132;
    --bs-gradient: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #C32132;
}
.sidebar .list-group-flush > .list-group-item {
    border-width: 0;
    padding-left: 30px!important;
    padding-top: 0.2rem!important;
    padding-bottom: 0.2rem!important;
    font-size: 15px;
}

.sidebar .list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: none;
    padding-left: 20px!important;
}
.sidebar .text-muted {
    --bs-text-opacity: 1;
    color: #C32132 !important;
}
.sidebar .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: #9BBAE0;
    border-color: #9BBAE0;
}

.sidebar-compact .text-muted {
    --bs-text-opacity: 1;
    color: #C32132 !important;
}

.sidebar-compact .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    padding-left: 1.5rem!important;
    text-transform: capitalize;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

.card-body h5, .h5 {
    font-size: 1.0rem;
    color: #00213A;
}

.card-body .card-subtitle {
    margin-top: 0px;
    margin-bottom: 05px !important;
    color: #508AA8;
}

.card-body .card-text
 {
    margin-bottom: 0;
    color: #508AA8;
}
.card .bg-body-tertiary{
    max-height: 300px;
    overflow: hidden;
    height: 300px;
    padding:10px;
}
.card-text:last-child {
    margin-bottom: 20px;
    color: #508AA8;
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
     text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #C32132;
    border-color:  #C32132;
    text-transform: uppercase;
    font-size:0.9rem;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #508AA8;
    --bs-btn-border-color: #508AA8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #508AA8;
    --bs-btn-hover-border-color: #508AA8;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #508AA8;
    --bs-btn-active-border-color: #508AA8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #508AA8;
    --bs-btn-disabled-border-color: #508AA8;
    text-transform: uppercase;
    font-size:0.9rem;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #508AA8;
    --bs-btn-border-color: #508AA8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #508AA8;
    --bs-btn-hover-border-color: #508AA8;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #508AA8;
    --bs-btn-active-border-color: #508AA8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #508AA8;
    --bs-btn-disabled-border-color: #508AA8;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.btn:hover {
    color:#fff;
    background-color: #00213A;
    border-color: #00213A;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
    font-size: 0.9rem;
    font-weight: 600;
    background: #00213A;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}
h2, .h2 {
    font-size: 1.3rem;
}
h4, .h4 {
    font-size: 1.2rem;
}
h3, .h3 {
     font-size: 1.3rem;
}
.text-dark {
    --bs-text-opacity: 1;
    color: #00213A!important;
}


.text-primary {
    --bs-text-opacity: 1;
    color: #00213A!important;
}


.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #00213A!important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #00213A!important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #00213A!important;
}
.form-check-input:checked {
    background-color: #C32132;
    border-color: #C32132;
}
.fs-5 {
    font-size: 1.0rem !important;
}

.form-inline .btn-primary
{margin-left:10px;
--bs-btn-color: #212529;
    --bs-btn-bg: #fff;
    text-transform: uppercase;
    font-size:0.9rem;
    font-weight:700;
} 