#content_form {
    margin-bottom: 5px;
}

.open>.dropdown-menu{
    background-color: var(--portalThemeColor4, #ffffff);
}
.open>.dropdown-menu>li>a{
    color: var(--portalThemeOnColor9, #1276CE);
}


.open .dropdown-menu > li > a:hover,.dropdown-menu > .active > a:hover{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}
.dropdown-menu>.active>a{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}
.open .dropdown-menu>.active>a:focus{
    color: var(--portalThemeColor4, #ffffff);
    background-color: var(--portalThemeOnColor9, #1276CE);
    text-decoration: Underline;

}
.container {
    width: 99% !important;
}

.pva-floating-style,
.pva-container,
#pvaChatInlineScript {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: hidden !important;
}




/* Keep footer visually locked to bottom */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

main, .page-content, .content-wrapper {
  min-height: calc(100vh - 80px); /* adjust 80px to your footer height */
}

footer.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  z-index: 10;
}


