.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.50rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .60rem;
  padding-bottom: .60rem;
  font-size: .900rem;
  color: #00000080;
}

.nav-underline .nav-link:hover {
  color:rgba(0,0,0,.7);
}

.nav-underline .active {
  font-weight: 500;
  color: rgba(0,0,0,.7);
}

.bg-white {
    background-color: #ffffff!important;
}

.rotate .fa {
  transition: .3s transform ease-in-out;
}
.rotate .collapsed .fa {
  transform: rotate(180deg);
}