/*
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    
  }
  
  html {
    height: -webkit-fill-available;
  }
  
  main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: scroll;
    
  }*/

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
    inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.bi {
  vertical-align: -0.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  /* padding: 10px 20px; */
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
  width: 100%;
  min-height: 40px;
  font-size: 14px;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #5e78ba;
  color: white;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: white;
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
  color: white;
}

.btn-toggle[aria-expanded-advisers="true"] {
  color: #77889a;
}
.btn-toggle[aria-expanded-advisers="true"]::before {
  transform: rotate(90deg);
  color: #77889a;
}

.btn-toggle-nav a {
  line-height: normal;
  display: inline-flex;
  margin-top: 10px;
  /*margin-left: 1.25rem;*/
  text-decoration: none;
  width: 100%;
  padding: 10px 10px;
  align-items: center;
}

.submenubox {
  background-color: #071f42;
}

.submenubox_advisers {
  font-family: "Avenir LT Std";
  font-style: normal;
  font-weight: 400;
  font-size: 19.2556px;
  line-height: 23px;
  /*box-shadow: 3px 3px 10px grey;*/
  background-color: white;
  /*border-radius: 10px;*/

  /* Front Page Adviser/Grey Sidebar Item Font */

  color: #77889a;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #5e78ba;
  color: white;
}

.btn-toggle-nav-advisers a:hover,
.btn-toggle-nav-advisers a:focus {
 
  color: white;
}

.advisers-child-icons {
  width: 36;
  height: 26;
  padding: 0;
  margin: 0;
  margin-left: 28px;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}

.onHoverGrey:hover :focus {
  background-color: #e6e6e6 !important;
}

.arrow-grey::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='12' height='12' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='grey' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e") !important;
}

.icon-grey{
  stroke: #77889A;
}

.bg-transparent:hover,
:focus {
  background-color: transparent ;
}

.adviser-bg-gray{
  color: #77889A;
}
.adviser-bg-gray:hover,.adviser-bg-gray:focus{
  color: #77889A !important;
  background-color: rgb(240, 240, 240) !important;
}
/* 
ul .notifList{
  background-color: #e6e6e6;
  position: absolute;
  left: 240px;
  width: 200px;
  height: 100%;
  top: 60px;
  text-decoration: none;
  border: solid 2px black;
}

ul .notifList li{
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  list-style-type: none;

}

ul .notifList li a{
  text-decoration: none;
}

ul .notifList .showList li{
  display: contents;
  background: #071f42;
  text-decoration: none;
}
ul .notifList .showList li a{
  text-decoration: none;
}

ul .notifList .detailMessage{
  position: absolute;
  top: 0px;
  left: 200px;
  height: 100%;
  width: 500px;
  background: #e6e6e6;
}

ul .notifList .detailMessage .textMessage{
  margin: 20px 30px;
  text-align: justify;
}

ul .notifList .detailMessage .textMessage .title-message{
  font-size: 20px;
  color: black;
}

ul .notifList .detailMessage .textMessage .body-message{
  margin-top: 20px;
  font-size: 18px;
  color: black;
} */