body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}



/*
 * Sidebar
 */

.sidebar {
  position: absolute;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 12px 12px;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: #0d3576 !important;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 0rem;
  }

  /* sign out menu on mobile */
  .navbar-nav {
    margin-right: 5rem;
  }

  .navbar {
    background-color: #0d3576;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #d5d5dd;
  border-radius: 8px
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #d5d5dd;
}

.sidebar .nav-link.active {
  color: #d5d5dd;
  background-color: #e8e8e817;
}

.sidebar .nav-link:hover {
  background-color: #e8e8e817;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
  color: white !important;
}

.link-secondary {
  color: white !important;
}

.stanbic-logo {
  height: 150px;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  /* padding-bottom: .75rem; */
  font-size: 1rem;
  /* background-color: rgba(0, 0, 0, .25); */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.btn-primary {
  color: #fff;
  background-color: #0d3576;
  border-color: #0d3576;
}

.single-form {
  font-weight: 400;
  font-size: 24px;
}

.reports-form {
  font-weight: 400;
  font-size: 18px;
}

.single-phone-validation-field {
  width: 56%;
}
.single-wallet-validation-field {
  width: 56%;
}
.single-account-validation-field {
  width: 56%;
}

.logout-btn:hover {
  color: #0d3576;
}

.saml-signin-btn {
  background-color: #dce4ed;
}

.logout-btn {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)) !important;
}

.line-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
  margin: 1rem 0;
}

.line-text small {
  padding: 0 1rem;
  font-size: 0.875rem;
  /* about fs-9 */
}

.line-text::before,
.line-text::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ccc;
}


.sticky-top {
  position: relative !important;
}

.popover {
  background-color: khaki;
}

.modal-dialog.modal-xxl {
  max-width: 90% !important;
}