main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    /* background-color: #146C94; */
    background-color: #003756;
    font-size: 1em;
    /* min-height: 250px; */
    border-top: 5px solid #146c94;
}

.footer > .container, .footer > .container-fluid {
    color: #ffffff;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb{
    background-color: var(--bs-gray-200);
    padding: 0.25rem 0rem;
    margin-bottom: 0px;
    margin-top: 60px;
    font-size: 10pt;
}

.breadcrumb-item > a
{
    text-decoration: none;
    color: #146C94;
}
.breadcrumb-item > a:hover
{
    text-decoration: underline;
}

.navbar-meta
{
    --bs-bg-opacity: 1;
    background-color: #fff;
    border-bottom: 1px solid #146C94;
}

.navbar-brand
{
    color: #146C94;
}

.navbar-nav .nav-link.active
{
    color: #FFB100;
}

.navbar-nav .nav-link.show {
    color: #146C94;
}

.nav-link 
{
    color: #146C94;
}

.nav-link:hover, .navbar-brand:hover
{
    color: #FFB100;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #19A7CE;
}

.dropdown-item {
    color: #146C94;
}

.dropdown-item:hover {
    color: #FFB100;
    background-color: var(--bs-gray-200);
}

.search-box
{
    background-color: #146C94;
    /* min-height: 400px; */
    color: #fff;
}

.title-box
{
    background-color: #146C94;
    color: #fff;
}

.title-box h1
{
    text-transform: uppercase;
}


.breadcrumb-box
{
    background-color: var(--bs-gray-200);
}

.bps-brand
{
    font-style: italic;
    font-weight: 500;
}

.bg-body2
{ 
    /* background-color: lightblue; */
    background-image: url("../images/bg-image.png");
    background-repeat: no-repeat;
    background-position: 100% 115px;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    background-size: 250px;
    /* background-blend-mode: overlay; */
}

.bg-body3
{ 
    /* background-color: lightblue; */
    background-image: url("../images/bg-image.png");
    background-repeat: no-repeat;
    background-position: 100% 5px;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    background-size: 60%;
    /* background-blend-mode: overlay; */
}

.bg-footer {
    position: relative;
    background: #146C94;
    background: -webkit-linear-gradient(to left, #0e4a6b, #146C94);
    background: linear-gradient(to left, #0e4a6b, #146C94);
    color: #fff;
    min-height: auto;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.bg-footer .text-muted{ color: rgba(255,255,255,0.92) !important; }
.bg-footer .footer-animation{ position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.bg-footer .area{ position:absolute; inset:0; width:100%; height:100%; background: transparent; }
.bg-footer .circles{ position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; margin:0; padding:0; }
.bg-footer .circles li{ position:absolute; display:block; list-style:none; width:20px; height:20px; background:rgba(255,255,255,0.22); animation: footerAnimate 18s linear infinite; bottom:-150px; border-radius:4px; }
.bg-footer .circles li:nth-child(1){ left:25%; width:80px; height:80px; animation-delay:0s; }
.bg-footer .circles li:nth-child(2){ left:10%; width:20px; height:20px; animation-delay:2s; animation-duration:12s; }
.bg-footer .circles li:nth-child(3){ left:70%; width:20px; height:20px; animation-delay:4s; }
.bg-footer .circles li:nth-child(4){ left:40%; width:60px; height:60px; animation-delay:0s; animation-duration:18s; }
.bg-footer .circles li:nth-child(5){ left:65%; width:20px; height:20px; animation-delay:0s; }
.bg-footer .circles li:nth-child(6){ left:75%; width:110px; height:110px; animation-delay:3s; }
.bg-footer .circles li:nth-child(7){ left:35%; width:150px; height:150px; animation-delay:7s; }
.bg-footer .circles li:nth-child(8){ left:50%; width:25px; height:25px; animation-delay:15s; animation-duration:45s; }
.bg-footer .circles li:nth-child(9){ left:20%; width:15px; height:15px; animation-delay:2s; animation-duration:35s; }
.bg-footer .circles li:nth-child(10){ left:85%; width:150px; height:150px; animation-delay:0s; animation-duration:11s; }
@keyframes footerAnimate{ 0%{ transform:translateY(0) rotate(0deg); opacity:1; border-radius:0; } 100%{ transform:translateY(-500px) rotate(720deg); opacity:0; border-radius:50%; } }
.footer-content{ position:relative; z-index:1; }

.bg-body-wrap
{
    position: relative;
}

.bg-body-wrap:before
{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    /* background-image: url("../images/bg-image.png"); */
    background-repeat: no-repeat;
    background-position: 100% 5px;
    background-size: 65%;
    filter: grayscale(1);
}

.bg-body-content
{
    position: relative;
}

.list-metadata a
{
    text-decoration: none;
    color: #212529;
}

.list-metadata a:hover
{
    text-decoration: underline;
}

a.link-h
{
    color: #FFB100;
    text-decoration: none;
    font-weight: 500;
}

a.link-h:hover
{
    text-decoration: underline;
}

a.link-u
{
    color: #212529;
    text-decoration: underline;
}

a.link-u:hover
{
    color: #FFB100;
    text-decoration: underline;
}

a.link-icon
{
    text-decoration: none;
    color: #ffffff;
}

a.link-icon:hover
{
    text-decoration: none;
    color: #FFB100;
}

.page-link.active, .active > .page-link {
    background-color: #146C94;
    border-color: #146C94;
}

.page-link {
    color: #146C94;
}

.bg-gray {
    background-color: #e9ecef;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background-color: #146C94;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
}
  
#topBtn:hover {
    background-color: #6c757d;
}

.filter-info {
    font-style: italic;
}

.footer-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}
.footer-social-btn:hover,
.footer-social-btn:focus-visible {
    background: #fff;
    color: #146C94;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    outline: none;
}
.footer-social-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.footer-social-btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}
.footer-social-btn:hover svg {
    transform: scale(1.1);
}

@media (max-width: 767.98px) {
    .bg-footer {
        padding-top: 36px !important;
        padding-bottom: 44px !important;
        text-align: center;
    }
    .footer-social-container {
        justify-content: center !important;
        gap: 10px !important;
        margin-top: 12px;
    }
    .footer-social-btn {
        width: 40px;
        height: 40px;
    }
    .footer-social-btn svg {
        width: 18px;
        height: 18px;
    }
}
