.le-portal-account-context {
  align-items: center;
  background: #f3f5f6;
  border: 1px solid #d7dce1;
  border-left: 4px solid #d74d73;
  color: #2c3238;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 9px 12px;
}

.le-portal-account-context span {
  color: #68717d;
  font-size: 12px;
}

.le-portal-account-context strong {
  font-size: 13px;
  text-align: right;
}

.le-customer-portal {
  color: #272d33;
}

.le-customer-portal__page-title > span {
  color: #68717d;
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 3px;
}

.le-customer-portal__page-title h2 {
  color: #272d33;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: 0;
  margin: 0;
}

.le-customer-portal__selector {
  background: #edf0f2;
  border: 1px solid #cfd4da;
  border-left: 4px solid #903c3c;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
  padding: 11px 12px 12px;
  width: min(100%, 440px);
}

.le-customer-portal__selector label {
  color: #555e68;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.le-customer-portal__selector select.form-control {
  background-color: #ffffff;
  border: 1px solid #9da6af;
  color: #272d33;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  min-height: 40px;
  width: 100%;
}

.le-customer-portal__selector select.form-control:hover,
.le-customer-portal__selector select.form-control:focus {
  border-color: #903c3c;
  box-shadow: 0 0 0 2px rgba(144, 60, 60, 0.12);
}

.le-customer-portal__account-summary {
  align-items: center;
  background: #343a40;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 13px 14px;
}

.le-customer-portal__account-summary div,
.le-customer-portal__section-list a span {
  display: flex;
  flex-direction: column;
}

.le-customer-portal__account-summary span {
  color: #d8dde2;
  font-size: 11px;
}

.le-customer-portal__account-summary strong {
  font-size: 16px;
}

.le-customer-portal__account-summary a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 650;
  text-decoration: underline;
}

.le-customer-portal__section-list {
  border: 1px solid #d3d8dd;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.le-customer-portal__section-list a {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dfe3e7;
  color: #272d33;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px 14px;
}

.le-customer-portal__section-list a:nth-child(odd) {
  border-right: 1px solid #dfe3e7;
}

.le-customer-portal__section-list a:hover {
  background: #fff2f5;
  color: #9f2f50;
  text-decoration: none;
}

.le-customer-portal__section-list strong {
  font-size: 14px;
}

.le-customer-portal__section-list small {
  color: #68717d;
  margin-top: 2px;
}

.le-customer-portal__section-list b {
  background: #edf0f2;
  border-radius: 3px;
  color: #343a40;
  font-size: 13px;
  min-width: 34px;
  padding: 5px 7px;
  text-align: center;
}

.le-customer-pricing__toolbar {
  align-items: end;
  display: grid;
  gap: 7px 12px;
  grid-template-columns: minmax(220px, 440px) auto;
  margin-bottom: 16px;
}

.le-customer-pricing__toolbar label {
  font-size: 12px;
  font-weight: 650;
  grid-column: 1 / -1;
  margin: 0;
}

.le-customer-pricing__toolbar > span {
  color: #68717d;
  font-size: 12px;
  padding-bottom: 9px;
}

.le-customer-pricing__list {
  border: 1px solid #cfd4da;
  margin-bottom: 18px;
}

.le-customer-pricing__list > header {
  align-items: center;
  background: #343a40;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
}

.le-customer-pricing__list > header div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.le-customer-pricing__list > header span {
  color: #d8dde2;
  font-size: 12px;
}

.le-customer-pricing__table {
  margin-bottom: 0;
  min-width: 860px;
}

.le-customer-pricing__table > thead > tr > th {
  background: #edf0f2;
  color: #30343b;
  font-size: 12px;
  white-space: nowrap;
}

.le-customer-pricing__table > tbody > tr > td {
  vertical-align: middle;
}

.le-customer-pricing__table td small {
  color: #68717d;
  display: block;
  margin-top: 2px;
}

.le-customer-pricing__rate {
  background: #e9f6ef;
  font-weight: 700;
}

.le-customer-portal__status {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 7px;
}

.le-customer-portal__status--active {
  background: #25835b;
}

.le-customer-portal__status--not-yet-active {
  background: #c56a00;
}

.le-customer-portal__status--expired {
  background: #8a4b9d;
}

.le-customer-portal__empty {
  background: #f5f6f7;
  border: 1px solid #d8dde2;
  color: #68717d;
  padding: 24px 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .le-portal-account-context,
  .le-customer-portal__account-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .le-portal-account-context strong {
    text-align: left;
  }

  .le-customer-portal__selector,
  .le-customer-pricing__toolbar,
  .le-customer-portal__section-list {
    grid-template-columns: 1fr;
  }

  .le-customer-portal__section-list a:nth-child(odd) {
    border-right: 0;
  }
}

/********************
 * State Sections
 ********************/
.le-customer-portal__state-section {
  margin-bottom: 28px;
}

.le-customer-portal__state-section > header {
  align-items: center;
  background: #343a40;
  border-left: 4px solid #16794c;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-height: 46px;
  padding: 9px 12px;
}

.le-customer-portal__state-section.is-closed > header {
  background: #5a6168;
  border-left-color: #8c949c;
}

.le-customer-portal__state-section > header > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.le-customer-portal__state-section > header strong {
  font-size: 14px;
  font-weight: 650;
}

.le-customer-portal__state-section > header > b {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  font-size: 12px;
  min-width: 30px;
  padding: 4px 7px;
  text-align: center;
}

.le-customer-portal__state-section > .le-customer-portal__empty {
  border-top: 0;
}

.le-customer-portal__state-section .le-customer-pricing__list,
.le-customer-portal__state-section .le-blanket-portal__agreement {
  margin-bottom: 0;
  margin-top: 12px;
}

/********************
 * Material Indicators
 ********************/
.le-customer-portal .indicator-pill {
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  height: 22px;
  line-height: 1;
  padding: 5px 9px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
}

.le-customer-portal .indicator-pill::before {
  background: #ffffff;
}

.le-customer-portal .indicator-pill.gray,
.le-customer-portal .indicator-pill.grey {
  background: #525252;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.green {
  background: #16794c;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.blue {
  background: #0070cc;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.red {
  background: #b52a2a;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.orange {
  background: #bd3e0c;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.cyan {
  background: #267a94;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.light-blue {
  background: #8cc5ed;
  color: #173f5c;
}

.le-customer-portal .indicator-pill.light-blue::before {
  background: #173f5c;
}

.le-customer-portal .indicator-pill.dark-green {
  background: #145c3b;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.pink {
  background: #9c2671;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.yellow {
  background: #ab6e05;
  color: #ffffff;
}

.le-customer-portal .indicator-pill.purple {
  background: #6e399d;
  color: #ffffff;
}

/********************
 * Transaction Tables
 ********************/
.le-customer-transactions__table {
  margin-bottom: 0;
  min-width: 920px;
  table-layout: fixed;
  width: 100%;
}

.le-customer-transactions__table > thead > tr > th {
  background: #edf0f2;
  color: #30343b;
  font-size: 12px;
  white-space: nowrap;
}

.le-customer-transactions__table > tbody > tr > td {
  overflow-wrap: anywhere;
  padding: 12px;
  vertical-align: middle;
}

.le-customer-transactions__table > thead > tr > th {
  height: 42px;
  padding: 10px 12px;
}

.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(1) {
  width: 14%;
}

.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(2) {
  width: 12%;
}

.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(3),
.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(4) {
  width: 14%;
}

.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(5) {
  width: 30%;
}

.le-customer-transactions__table:not(.le-customer-transactions__table--shipments) th:nth-child(6) {
  width: 16%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders {
  min-width: 820px;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(1) {
  width: 11%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(2) {
  width: 11%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(3),
.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(4) {
  width: 10%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(5) {
  width: 18%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(6) {
  width: 15%;
}

.le-customer-transactions__table.le-customer-transactions__table--sales-orders > thead > tr > th:nth-child(7) {
  width: 25%;
}

.le-customer-transactions__table--sales-orders > thead > tr > th,
.le-customer-transactions__table--sales-orders > tbody > tr > td {
  padding-left: 8px;
  padding-right: 8px;
}

.le-customer-transactions__table td small {
  color: #68717d;
  display: block;
  margin-top: 3px;
}

.le-customer-transactions__description {
  display: block;
  font-size: 12px;
  max-width: 300px;
}

.le-customer-transactions__item-list {
  font-size: 12px;
  line-height: 1.45;
  list-style: disc;
  margin: 0;
  padding-left: 18px;
}

.le-customer-transactions__item-list li + li {
  margin-top: 2px;
}

.le-customer-transactions__amount {
  font-weight: 650;
  white-space: nowrap;
}

.le-customer-portal__state-section.is-closed .le-customer-transactions__table tbody,
.le-customer-portal__state-section.is-closed .le-customer-pricing__table tbody,
.le-customer-portal__state-section.is-closed .le-blanket-portal__table tbody {
  color: #59616a;
}

@media (max-width: 767px) {
  .le-customer-portal__state-section > header {
    align-items: flex-start;
  }

  .le-customer-portal__state-section > header > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}


/********************
 * Wide Portal Layout
 ********************/
body.le-customer-portal-site {
  --le-portal-shell-max-width: 1840px;
  --le-portal-shell-gutter: 64px;
  --le-portal-primary: #903c3c;
  background: #f7f8fa;
}

body.le-customer-portal-site.is-portal-navigating .le-customer-portal {
  opacity: 0.62;
  pointer-events: none;
  transition: opacity 120ms ease;
}

body.le-customer-portal-site .sidebar-column {
  display: none !important;
}

body.le-customer-portal-site .main-column {
  flex: 0 0 100%;
  max-width: 100%;
}

body.le-customer-portal-site .main-column .page-content-wrapper {
  margin: 0;
}

body.le-customer-portal-site .page-content-wrapper > main {
  margin: 28px auto 48px;
  max-width: var(--le-portal-shell-max-width);
  padding: 0;
  width: calc(100% - var(--le-portal-shell-gutter));
}

body.le-customer-portal-site .page-header-wrapper {
  margin-bottom: 18px;
}

/********************
 * Portal Navbar
 ********************/
body.le-customer-portal-site > .navbar {
  background: var(--le-portal-primary) !important;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18), 0 2px 5px rgba(0, 0, 0, 0.16);
  min-height: 60px;
  padding: 0;
}

body.le-customer-portal-site > .navbar > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--le-portal-shell-max-width);
  padding: 0;
  width: calc(100% - var(--le-portal-shell-gutter));
}

body.le-customer-portal-site .navbar-brand {
  align-items: center;
  color: #ffffff !important;
  display: flex;
  margin-right: 28px;
  min-height: 60px;
  padding: 5px 0;
}

.le-portal-brand {
  align-items: center;
  display: flex;
  gap: 10px;
}

.le-portal-brand > img {
  height: 38px;
  object-fit: contain;
  width: 42px;
}

.le-portal-brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.le-portal-brand__text strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

.le-portal-brand__text small {
  color: #dbe6f5;
  font-size: 11px;
  margin-top: 3px;
}

body.le-customer-portal-site .navbar .nav-link,
body.le-customer-portal-site .navbar .btn-login-area {
  color: #ffffff !important;
  font-weight: 600;
}

body.le-customer-portal-site .navbar .nav-link:hover,
body.le-customer-portal-site .navbar .nav-link:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

body.le-customer-portal-site .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

body.le-customer-portal-site .navbar-toggler .icon {
  --icon-stroke: #ffffff;
}

.le-portal-navigation {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #d3d8dd;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  overflow: hidden;
}

.le-portal-navigation__links {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
}

.le-portal-navigation__links > a {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: #3c434b;
  display: flex;
  flex: 1 0 auto;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 46px;
  padding: 9px 14px 7px;
  text-decoration: none;
  white-space: nowrap;
}

.le-portal-navigation__links > a:hover {
  background: #eef3fa;
  color: #284d7d;
  text-decoration: none;
}

.le-portal-navigation__links > a.is-active {
  background: #e5edf8;
  border-bottom-color: #d74d73;
  color: #24466f;
}

.le-portal-language {
  align-items: center;
  border-left: 1px solid #d3d8dd;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
  padding: 7px;
}

.le-portal-language > a {
  align-items: center;
  border: 1px solid transparent;
  color: #5d6670;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  min-width: 34px;
  text-decoration: none;
}

.le-portal-language > a:hover {
  background: #f4f6f8;
  border-color: #d3d8dd;
  color: #903c3c;
  text-decoration: none;
}

.le-portal-language > a.is-active {
  background: #903c3c;
  border-color: #903c3c;
  color: #ffffff;
}

/********************
 * Portal Install Action
 ********************/
.le-portal-install {
  align-items: center;
  display: flex;
  margin-right: 8px;
}

.le-portal-install__button {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
}

.le-portal-install__button:hover,
.le-portal-install__button:focus {
  background: #ffffff;
  color: #903c3c;
}

.le-portal-install__icon {
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

/********************
 * Customer Account
 ********************/
.le-customer-account__profile {
  align-items: center;
  background: #343a40;
  color: #ffffff;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
}

.le-customer-account__profile .avatar {
  flex: 0 0 auto;
}

.le-customer-account__identity {
  display: flex;
  flex-direction: column;
}

.le-customer-account__identity strong {
  font-size: 17px;
}

.le-customer-account__identity span {
  color: #d8dde2;
  font-size: 12px;
  margin-top: 2px;
}

.le-customer-account__actions {
  border: 1px solid #d3d8dd;
}

.le-customer-account__action {
  align-items: center;
  background: #ffffff;
  color: #272d33;
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 12px 14px;
}

.le-customer-account__action + .le-customer-account__action {
  border-top: 1px solid #dfe3e7;
}

.le-customer-account__action:hover {
  background: #fff2f5;
  color: #903c3c;
  text-decoration: none;
}

.le-customer-account__action span {
  display: flex;
  flex-direction: column;
}

.le-customer-account__action small {
  color: #68717d;
  margin-top: 2px;
}

/********************
 * Shipment Documents
 ********************/
.le-customer-transactions__table--shipments {
  min-width: 1320px;
}

.le-customer-transactions__table--shipments th:nth-child(1),
.le-customer-transactions__table--shipments th:nth-child(2) {
  width: 10%;
}

.le-customer-transactions__table--shipments th:nth-child(3) {
  width: 11%;
}

.le-customer-transactions__table--shipments th:nth-child(4) {
  width: 12%;
}

.le-customer-transactions__table--shipments th:nth-child(5) {
  width: 21%;
}

.le-customer-transactions__table--shipments th:nth-child(6),
.le-customer-transactions__table--shipments th:nth-child(7) {
  width: 6%;
}

.le-customer-transactions__table--shipments th:nth-child(8) {
  width: 10%;
}

.le-customer-transactions__table--shipments th:nth-child(9) {
  width: 14%;
}

.le-customer-transactions__weight {
  font-weight: 650;
  white-space: nowrap;
}

.le-customer-transactions__documents {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 170px;
}

.le-customer-transactions__documents .btn {
  background: #ffffff;
  border-color: #c5cbd1;
  border-radius: 3px;
  color: #343a40;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  padding: 5px 8px;
}

.le-customer-transactions__documents .btn:hover {
  background: #ffe8ef;
  border-color: #d74d73;
  color: #8d2947;
}

/********************
 * Pricing Master
 ********************/
.le-customer-pricing__master > header {
  align-items: center;
  background: #343a40;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  min-height: 46px;
  padding: 9px 12px;
}

.le-customer-pricing__master > header > b {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  min-width: 30px;
  padding: 4px 7px;
  text-align: center;
}

.le-customer-pricing__master .le-customer-pricing__list {
  margin-bottom: 0;
  margin-top: 12px;
}

.le-customer-pricing__header-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.le-customer-pricing__header-actions .btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #343a40;
  font-weight: 650;
}

.le-customer-pricing__table {
  table-layout: fixed;
  width: 100%;
}

.le-customer-pricing__table th:nth-child(1) {
  width: 20%;
}

.le-customer-pricing__table th:nth-child(2) {
  width: 22%;
}

.le-customer-pricing__table th:nth-child(3) {
  width: 16%;
}

.le-customer-pricing__table th:nth-child(4) {
  width: 9%;
}

.le-customer-pricing__table th:nth-child(5) {
  width: 14%;
}

.le-customer-pricing__table th:nth-child(6) {
  width: 19%;
}

.le-customer-pricing__table td {
  overflow-wrap: anywhere;
  padding: 12px;
}

/********************
 * Support
 ********************/
.le-customer-support__intro {
  border-left: 4px solid var(--le-portal-primary);
  margin-bottom: 20px;
  padding: 4px 0 4px 16px;
}

.le-customer-support__intro h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.le-customer-support__intro p {
  color: #59616a;
  margin: 0;
  max-width: 900px;
}

.le-customer-support__table {
  margin-bottom: 0;
  table-layout: fixed;
  width: 100%;
}

.le-customer-support__table th {
  background: #edf0f2;
  height: 42px;
  padding: 10px 12px;
}

.le-customer-support__table td {
  overflow-wrap: anywhere;
  padding: 14px 12px;
  vertical-align: middle;
}

.le-customer-support__table th:nth-child(1) {
  width: 22%;
}

.le-customer-support__table th:nth-child(2) {
  width: 25%;
}

.le-customer-support__table th:nth-child(3) {
  width: 17%;
}

.le-customer-support__table th:nth-child(4) {
  width: 36%;
}

.le-customer-support__table a {
  color: #284d7d;
  text-decoration: underline;
}

/********************
 * Portal Container Width
 ********************/
body.le-customer-portal-site .page-content-wrapper > main.container {
  max-width: var(--le-portal-shell-max-width) !important;
}

@media (max-width: 767px) {
  body.le-customer-portal-site {
    --le-portal-shell-gutter: 28px;
  }

  body.le-customer-portal-site .page-content-wrapper > main {
    margin-top: 18px;
  }

  body.le-customer-portal-site > .navbar {
    padding: 0;
  }

  body.le-customer-portal-site .navbar-collapse {
    background: var(--le-portal-primary);
    padding-bottom: 10px;
  }

  .le-portal-brand > img {
    height: 34px;
    width: 38px;
  }

  .le-portal-install {
    margin: 8px 12px;
  }

  .le-portal-install__button {
    justify-content: center;
    width: 100%;
  }

  .le-portal-navigation__links > a {
    flex: 0 0 auto;
  }

}
