/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-yytk9l4psx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.app-sidebar-brand[b-yytk9l4psx] {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 36px;
  text-decoration: none;
  width: 100%;
}

.app-sidebar-brand .app-sidebar-logo[b-yytk9l4psx] {
  height: auto;
  max-height: 34px;
  max-width: min(150px, 100%);
  object-fit: contain;
  width: 150px;
}

a[b-yytk9l4psx] {
  color: var(--brokerdesk-primary, #0077cc);
}

.btn-primary[b-yytk9l4psx] {
  color: #fff;
  background-color: var(--brokerdesk-primary, #1b6ec2);
  border-color: var(--brokerdesk-primary, #1861ac);
}

.nav-pills .nav-link.active[b-yytk9l4psx], .nav-pills .show > .nav-link[b-yytk9l4psx] {
  color: #fff;
  background-color: var(--brokerdesk-primary, #1b6ec2);
  border-color: var(--brokerdesk-primary, #1861ac);
}

.border-top[b-yytk9l4psx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-yytk9l4psx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-yytk9l4psx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-yytk9l4psx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-yytk9l4psx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.portal-shell[b-yytk9l4psx] {
  display: grid;
  gap: 1.25rem;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.portal-header[b-yytk9l4psx] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.portal-kicker[b-yytk9l4psx] {
  margin: 0 0 .25rem;
  color: #667085;
  font-size: .875rem;
  text-transform: uppercase;
}

.portal-plan[b-yytk9l4psx] {
  border: 1px solid #d0d5dd;
  border-radius: 6px;
  padding: .35rem .6rem;
  color: #344054;
  background: #fff;
}

.portal-grid[b-yytk9l4psx] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .75rem;
}

.portal-tile[b-yytk9l4psx] {
  display: flex;
  min-height: 88px;
  align-items: center;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  padding: 1rem;
  color: #101828;
  background: #fff;
  text-decoration: none;
}

.portal-section[b-yytk9l4psx] {
  display: grid;
  gap: .75rem;
}

.module-list[b-yytk9l4psx] {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.module-list span[b-yytk9l4psx] {
  border: 1px solid #d0d5dd;
  border-radius: 999px;
  padding: .25rem .6rem;
  color: #344054;
  background: #fff;
}
