/* /Pages/Index.razor.rz.scp.css */
/*.bxt-dashboard-headline {
    display: flex;
    flex-direction: row;
}

.headline-spacer {
    flex-shrink: 1;
    flex-basis: 200px;
}

.bxt-dashboard-recap {
    padding: 32px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.bxt-dashboard-recap-element {
    margin: 8px;
    background-color: #0a58ca;
    padding: 32px;
    border-radius: 64px;
    height: 300px;
    flex-basis: 350px;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
}

.bxt-dashboard-recap-element h1 {
    font-size: 5em;
    padding: 16px 0;
}*/
.ad-loading-margin[b-8ivmda5tdz] {
  margin-top: 14rem;
}

.news-sentiment-badge[b-8ivmda5tdz] {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.news-sentiment-badge.sentiment-positive[b-8ivmda5tdz] {
  color: #068068;
  background-color: rgba(6, 128, 104, 0.15);
}
.news-sentiment-badge.sentiment-negative[b-8ivmda5tdz] {
  color: #f23456;
  background-color: rgba(242, 52, 86, 0.15);
}
.news-sentiment-badge.sentiment-neutral[b-8ivmda5tdz] {
  color: #8a6d00;
  background-color: rgba(255, 193, 7, 0.2);
}
/* /Shared/NavMenu.Razor.rz.scp.css */
.bxt-navbar[b-nfgv1zss74] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
  background-color: #133B53;
  align-items: center;
}

.bxt-navbar-title[b-nfgv1zss74] {
  color: white;
}

.bxt-navbar-spacer[b-nfgv1zss74] {
  flex: 2 2 auto;
}

.bxt-navbar-sides[b-nfgv1zss74] {
  flex: 1 1 auto;
}

.menu[b-nfgv1zss74] {
  padding: 16px;
  display: block;
  position: absolute;
  top: 100px;
  width: 200px;
  background-color: #133B53;
  border-radius: 8px;
  box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.menu a[b-nfgv1zss74] {
  color: white;
  text-decoration: none;
}

.menu ul[b-nfgv1zss74] {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.menu li[b-nfgv1zss74] {
  padding: 8px 0 8px 0;
}
