/* NEW */
.proactive-banner-text {
  font-size: 5rem;
  position: absolute;
  bottom: 0;
  font-size: 5rem;
  text-shadow: black 6px 6px 15px;
  font-weight: normal;
}

/* OLD */
.proactive-layout {
  margin-top: 2rem;
}
.proactive-layout h1, .proactive-layout h2 {
  margin-top: 0;
}

.proactive-tabs > ul {
  display: flex;
  list-style-type: none;
  justify-content: space-evenly;
  padding-left: 0;
  flex-direction: column;
  margin: 0 1px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .proactive-tabs > ul {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.proactive-tabs__item {
  flex-grow: 1;
  display: flex;
  background-color: rgb(238, 238, 238);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .proactive-tabs__item {
    border: 2px solid #ddd;
    border-bottom: none;
    margin: 0;
    margin-left: 0.25rem;
  }
  .proactive-tabs__item:first-child {
    margin-left: 0;
  }
}
.proactive-tabs__item.active {
  background-color: rgb(96, 0, 0);
}
.proactive-tabs__item-link {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  padding: 0.5rem 0.25rem;
  flex-direction: column;
}
.proactive-tabs__item.active > .proactive-tabs__item-link {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.proactive-tabs__item-text {
  display: flex;
  flex-direction: column;
}

.proactive-table__container {
  overflow-x: auto;
}

@media (max-width: 991.98px) {
  .proactive-table__container {
    overflow-y: auto !important;
    max-height: 70vh !important;
    margin-bottom: 2rem;
  }
}
.proactive-table td.proactive-table__amount {
  text-align: right;
}
.proactive-table th {
  text-align: center;
  padding: 0.75rem !important;
}
.proactive-table .proactive-tooltip__th {
  padding: 0 !important;
}
.proactive-table__contract-column {
  border-left: 0.5rem solid rgb(221, 221, 221) !important;
}
.proactive-table__subtotal {
  font-weight: bold;
}
.proactive-table__footer > td {
  background: rgb(96, 0, 0) !important;
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
}
.proactive-table a {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: underline;
}
.proactive-table td, .proactive-table th {
  padding: 0.4rem !important;
}

.proactive-breadcrumb {
  display: flex;
  justify-content: flex-end;
}
.proactive-breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.proactive-breadcrumb li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.25rem;
}
.proactive-breadcrumb a {
  white-space: nowrap;
}
.proactive-breadcrumb [aria-current=page] {
  font-weight: bold;
}

.proative-committee-reports__committee-list {
  padding-top: 0.5rem;
  padding-left: 0;
  list-style-type: none;
}
.proative-committee-reports__committee-list-item {
  margin-top: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.proative-committee-reports__report-list {
  list-style-type: none;
}
.proative-committee-reports__report-list-item {
  margin-top: 0.5rem;
}

.proactive-disclaimer {
  color: rgb(96, 0, 0);
  border: 1px solid;
  background-color: rgba(96, 0, 0, 0.1);
  padding: 0.5rem;
}

.proactive-menu {
  list-style: none;
  padding-left: 0;
}
.proactive-menu > li {
  margin-bottom: 1rem;
}
.proactive-menu ul {
  list-style: none;
}
.proactive-menu h2 {
  font-size: initial;
}
.proactive-menu label, .proactive-menu [aria-current=page] {
  font-weight: bold;
}

.proactive-profile {
  display: flex;
  margin-bottom: 2rem;
}
.proactive-profile__photo {
  margin-right: 1rem;
}
.proactive-profile__title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
}
.proactive-profile__subtitle {
  margin: 0;
}

.proactive-tooltip__button {
  width: 100%;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  padding: 0.75rem;
  padding-left: calc(0.75rem + 17px);
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}
.proactive-tooltip__button > span {
  text-decoration: underline !important;
}
.proactive-tooltip__text {
  margin-right: 0.5rem;
}

.proactive-quarter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 1rem;
}
.proactive-quarter-description {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.proactive-quarter-description > h2 {
  font-weight: normal;
  font-size: medium;
  margin: 0;
}
.proactive-quarter div {
  /*flex-direction: column;
  justify-content: flex-end;*/
}
.proactive-quarter .dropdown-item {
  padding-left: 2rem;
}
.proactive-quarter .dropdown-item:hover, .proactive-quarter .dropdown-item.selected {
  background-color: rgb(96, 0, 0);
  color: rgb(255, 255, 255);
}
