/* /Components/ClientVersionStatusBanner.razor.rz.scp.css */
#client-update-banner[b-90gqqd675q] {
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 999;
}
#client-update-banner.update-available[b-90gqqd675q] {
  background-color: #adb5bd;
}
#client-update-banner.update-required[b-90gqqd675q] {
  background-color: #adb5bd;
}
/* /Components/Footer.razor.rz.scp.css */
.footer[b-oolai971r9] {
  background-color: black;
  color: #BCBEC0;
}

.partners-container[b-oolai971r9] {
  display: flex;
  justify-content: center;
  background-color: #341539;
}

.partners[b-oolai971r9] {
  max-width: 1170px;
  padding: 25px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.partner[b-oolai971r9] {
  display: inline-block;
  width: 100px;
  text-align: center;
}
.partner img[b-oolai971r9] {
  height: 3rem;
  max-width: 5.625rem;
  margin: 1rem 1rem;
}

.copyright-container[b-oolai971r9] {
  display: flex;
  justify-content: center;
  background: #150718;
}

.copyright[b-oolai971r9] {
  max-width: 1170px;
  font-size: 0.8em;
  padding: 1em 2em;
}

.links[b-oolai971r9] {
  margin: 1em 0;
  display: flex;
  gap: 3rem;
  padding: 0;
}
.links a[b-oolai971r9] {
  text-decoration: none;
}
@media (max-width: 420px) {
  .links[b-oolai971r9] {
    flex-direction: column;
    gap: 0.5rem;
  }
}

a[b-oolai971r9] {
  text-decoration: none;
  color: white;
}

.footer-menu-item[b-oolai971r9] {
  padding: 0 2em;
}
.footer-menu-item:not(:last-child)[b-oolai971r9] {
  border-right: solid 1px #341539;
}
.footer-menu-item:first-child[b-oolai971r9] {
  padding-left: 0;
}

.info-grid[b-oolai971r9] {
  display: flex;
  gap: 4rem;
  padding: 0;
}
.info-grid p[b-oolai971r9] {
  flex: 1;
  text-align: left;
}
.info-grid p:last-child[b-oolai971r9] {
  flex: 2;
  text-align: right;
}
@media (max-width: 768px) {
  .info-grid[b-oolai971r9] {
    flex-direction: column;
    margin-top: 1rem;
    gap: 1rem;
  }
  .info-grid p[b-oolai971r9] {
    text-align: left !important;
  }
}
/* /Components/StatDisplay.razor.rz.scp.css */
@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
div[b-dqfh16w4l0] {
  padding: 1rem 1.25rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div p[b-dqfh16w4l0] {
  padding-bottom: 0.5rem;
  margin: 0;
}
div p:not(:first-child)[b-dqfh16w4l0] {
  border-top: 2px solid #60575133;
  padding-top: 0.5rem;
  padding-bottom: 0;
  color: #605751;
}

.stacked-card[b-dqfh16w4l0] {
  border-bottom: 1px solid #60575133;
}

.dark-cell[b-dqfh16w4l0] {
  background: #f2eee9;
}
/* /Components/StatDisplayHeader.razor.rz.scp.css */
div[b-9ekuf3i821] {
  padding: 0.5rem 1.25rem !important;
  border-bottom: 2px solid #60575133;
  font-weight: bolder;
}

.dark-cell[b-9ekuf3i821] {
  background: #f2eee9;
}
/* /Pages/Application/Edit/ApplicationEditPage.razor.rz.scp.css */
@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
.application-section[b-4m34594ap0] {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #EFE8E3;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 768px) {
  .application-section[b-4m34594ap0] {
    border-radius: 0;
  }
}
/* /Pages/Root/HomePage.razor.rz.scp.css */
@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
.admin-action-list .row:not(:last-child)[b-ni34y074tc] {
  margin-bottom: 1rem;
}

.admin-action[b-ni34y074tc] {
  background: none;
  border: none;
  outline: 2px solid #EFE8E3;
  border-radius: 1rem;
  padding: 1rem 0;
  transition: background 200ms;
  width: 100%;
}
.admin-action:hover[b-ni34y074tc] {
  background: #EFE8E3;
}
.admin-action span[b-ni34y074tc] {
  color: #341539;
}
.admin-action span .fa-inverse[b-ni34y074tc] {
  color: #F7F4F1;
}
.admin-action h4[b-ni34y074tc], .admin-action p[b-ni34y074tc] {
  text-align: left;
}
@media (max-width: 576px) {
  .admin-action h4[b-ni34y074tc], .admin-action p[b-ni34y074tc] {
    text-align: center;
  }
}
.admin-action p[b-ni34y074tc] {
  color: #605751;
}

.application-stats[b-ni34y074tc] {
  padding: 1rem 2rem;
}
.application-stats h1[b-ni34y074tc], .application-stats h2[b-ni34y074tc], .application-stats h3[b-ni34y074tc], .application-stats h4[b-ni34y074tc] {
  text-align: center;
}
.application-stats h4 + p[b-ni34y074tc] {
  color: #605751;
  width: 60%;
  text-wrap: balance;
  margin: auto;
}
@media (max-width: 576px) {
  .application-stats h4 + p[b-ni34y074tc] {
    width: 100%;
  }
}
.application-stats .description[b-ni34y074tc] {
  margin-bottom: 1rem;
}
.application-stats .application-stats-table[b-ni34y074tc],
.application-stats .application-total[b-ni34y074tc] {
  margin-top: 2rem;
  width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  .application-stats .application-stats-table[b-ni34y074tc],
.application-stats .application-total[b-ni34y074tc] {
    width: 100%;
  }
}
.application-stats .application-stats-table[b-ni34y074tc] {
  outline: 2px solid #EFE8E3;
  margin-bottom: 1rem;
}
.application-stats .application-total p[b-ni34y074tc] {
  font-size: 1.2rem;
}
/* /Pages/Root/LoginPage.razor.rz.scp.css */
@font-face {
  font-family: "Flowing Font Light";
  src: url("/fonts/FlowingFont-Light.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Light.woff") format("woff");
  src: url("/fonts/FlowingFont-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Regular";
  src: url("/fonts/FlowingFont-Regular.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Regular.woff") format("woff");
  src: url("/fonts/FlowingFont-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flowing Font Thin";
  src: url("/fonts/FlowingFont-Thin.woff2") format("woff2");
  src: url("/fonts/FlowingFont-Thin.woff") format("woff");
  src: url("/fonts/FlowingFont-Thin.ttf") format("truetype");
}
.card-header h3[b-qkfq439ou7] {
  margin: 0;
}

form div:last-child[b-qkfq439ou7] {
  color: #605751;
}

h5 + p[b-qkfq439ou7] {
  color: #605751;
}
