/* _content/BridgeToBurkina/Shared/MainLayout.razor.rz.scp.css */
.page[b-6rjp2u2jyv] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.management-title[b-6rjp2u2jyv] {
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(
    45deg,
    #ffffff,
    #a8dadc,
    #457b9d,
    #1d3557,
    #a8dadc,
    #ffffff
  );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift-b-6rjp2u2jyv 8s ease infinite;
}

@keyframes gradientShift-b-6rjp2u2jyv {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

main[b-6rjp2u2jyv] {
  flex: 1;
}

.sidebar[b-6rjp2u2jyv] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6rjp2u2jyv] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-6rjp2u2jyv]  a,
.top-row .btn-link[b-6rjp2u2jyv] {
  white-space: nowrap;
  margin-left: 1.5rem;
}

.top-row a:first-child[b-6rjp2u2jyv] {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-6rjp2u2jyv] {
    display: none;
  }

  .top-row.auth[b-6rjp2u2jyv] {
    justify-content: space-between;
  }

  .top-row a[b-6rjp2u2jyv],
  .top-row .btn-link[b-6rjp2u2jyv] {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-6rjp2u2jyv] {
    flex-direction: row;
  }

  .sidebar[b-6rjp2u2jyv] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-6rjp2u2jyv] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row[b-6rjp2u2jyv],
  article[b-6rjp2u2jyv] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
/* _content/BridgeToBurkina/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-use3cfdf1b] {
  background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-use3cfdf1b] {
  height: 5rem;
  background-color: #484e53 !important;
  position: relative;
}

/* Make the entire navigation area light grey */
.nav-scrollable[b-use3cfdf1b] {
  background-color: #484e53 !important;
  padding-top: 6rem;
}

.navbar-brand[b-use3cfdf1b] {
  font-size: 1.1rem;
}

.oi[b-use3cfdf1b] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-use3cfdf1b] {
  font-size: 0.9rem;
  padding: 0.25rem 1rem;
  display: block;
  width: 100%;
}

.nav-item:first-of-type[b-use3cfdf1b] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-use3cfdf1b] {
  padding-bottom: 1rem;
}

.nav-item[b-use3cfdf1b]  a {
  color: white !important;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  line-height: 1.5;
  border: none;
  background: none;
  width: 100%;
}

.nav-item[b-use3cfdf1b]  a.active {
  color: white !important;
  font-weight: bold;
  text-decoration: underline;
}

.nav-item[b-use3cfdf1b]  a:hover {
  color: white !important;
  text-decoration: underline;
}

.nav-item[b-use3cfdf1b]  a,
.top-row a[b-use3cfdf1b] {
  color: white !important;
}

@media (min-width: 641px) {
  .navbar-toggler[b-use3cfdf1b] {
    display: none;
  }

  .collapse[b-use3cfdf1b] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }

  .nav-scrollable[b-use3cfdf1b] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 5rem);
    overflow-y: auto;
    background-color: #484e53 !important;
  }
}

/* Ensure collapsed navigation also has light grey background */
.nav-scrollable.collapse[b-use3cfdf1b] {
  background-color: #484e53 !important;
}
