.row {
    --bs-gutter-x: 0rem;
   }

   .sidebar {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #2e456b;
  position: relative;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: #ffffff;
  padding: 16px;
  text-decoration: none;
  font-weight: 550;
  font-size: 20px;
}
 
.sidebar a:focus {
  color: #ffffff !important;
}

.sidebar a.active {
  background-color: #00AFEF;
}


@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {
     float: left;
   }
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: left;
    float: none;
  }
}

ul.menu{
   padding: 0;
   list-style: none;
   width: 100%;
   margin: 20px auto;
   box-shadow: none;
   clear: both;
   display: table;
   margin-bottom:20px;
   .list{
      font-size: 16px;
      position: relative;
      width: 99%;
      height: 40px;
      vertical-align: sub;
      clear: both;
      margin-bottom: 18px;
      a{
         padding: 5px 20px 5px 20px;
         display: block;
         height: 100%;
         width: 99%;
         font-size: ;
         &:hover{
            background-color: #277493;
            text-decoration: none;
            transition:  300ms all;
            margin-left: 0px;

         }
      }
      .items{
         height: 0px;
         overflow: hidden;
         margin-bottom:1rem;
         a{
            padding:5px 20px 5px 40px;
            width: 99%;
            font-size: 17px;
            &:hover{
               background-color: #00AFEF;
               text-decoration: none;
               transition:  300ms all;
            }
         }
      }
   }
   .active{
      >.items{
         display: block;
         padding: 0px;
         height: auto;  
         clear: both;
         float: left;
         width: 99%;
         li{
            padding:0px;
            list-style: none;
         }
      }
      .list{
         a{
            padding: 0px 0px 10px 10px;
            font-weight: 550;
            width: 100%;
         }
      }
   }
}

.image-pane {
    justify-content: center;
    display: flex;
}

.info-panel {
    margin: 10px;
}

.account-info {
    color: #ffffff;
    font-weight: 550;
    font-size: 18px;
    margin-top: 10px;
    justify-content: center;
    text-align: center;
    display: flex;
    font-family: Montserrat, sans-serif; 
}

.image-pane > img {
    border-radius: 50%;
    border: 3px solid #00AFEF;
    height: 150px;
    width: 150px;
    
}

footer .footer-top {
    min-height: 40px;
    background-color: #00AFEF;
}

footer .footer-bottom {
    background-color: #005C90;
}

footer {
    position: relative;
    color: #ffffff;
}

footer .footer-bottom p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%; 
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}

.footer-bottom {
    padding: 10px 0;
}

ul.list-unstyled.FooterSiteMap1 {
    margin-top: 15px;
    display:block;
}

ul.list-unstyled.FooterSiteMap1 > li {
    display: list-item;
    padding-left: 20px;
}

ul.list-unstyled.FooterSiteMap1 > li > a {
color:#ffffff;
font-size: 14px;
font-weight: 550;
}

a.nav-link {
    text-transform: uppercase;
}

.navbar-dark .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover {
    text-decoration-color: #EFA558;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

ul.list-unstyled.FooterSiteMap1  > li.divider-vertical {
    margin: 0 4px;
    margin-top: 14.5px;
    border-right: 2px solid #fff;
}

.navbar-dark .navbar-toggler:hover {
    background-color: #00AFEF;
}

@media (max-width: 1099px) {
   ul.list-unstyled.FooterSiteMap1 > li {
      display: block;
   }

   .text-end {
       text-align: center !important;
   }

}


@media (max-width: 767px) {
   .image-pane > img {
    height: 150px;
    width: 150px;
   
   }
   ul.menu {
      text-align: center !important;
   }
}

.sidebar a,
.sidebar a:hover,
.sidebar a:focus,
.sidebar .item,
.sidebar .item:hover,
.sidebar .item:focus {
    text-decoration: none !important;
}

  .navbar-dark .navbar-nav > li > a:hover, .navbar-dark .navbar-nav > li.dropdown > a:hover {
    background-color: #277493 !important;
    color: #FFFFFF !important;
    text-decoration: Underline !important; 
}

  .navbar-dark .navbar-nav a.show:focus, .navbar-dark .navbar-nav a.dropdown-toggle.show:focus {
    color: #FFFFFF !important;
    background-color: #277493 !important;
    text-decoration: Underline !important; 
}

.navbar-dark .navbar-nav .show.dropdown-menu {
  background-color: #277493 !important;
  text-decoration: none !important; }
  .navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    color: #FFFFFF !important;
    text-decoration: none !important; }
    .navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover {
      background-color: #FFFFFF !important;
      color: #000000 !important;
      text-decoration: Underline !important; }

.page-header {
 margin-top:10px !important;
}

.progress-numeric span.number.total {
    background-color: #2e456b !important;
}

.progress-numeric span.number {
    background-color: #2e456b !important;
}

.entitylist table td,
.entitylist table th {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2e456b !important;
}

.entitylist table .fa,
.entitylist table .fa * {
    font-family: "FontAwesome" !important;
}
