@import '_content/AppMain.Components/AppMain.Components.3f3omqqvav.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Pages/Admin/SalesTerritoryTreeView.razor.rz.scp.css */
/* ── Toolbar: search + selection stat + clear all ───────────────── */
.tree-toolbar[b-lwffu71fd7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 0.5rem;
}

.tree-search[b-lwffu71fd7] {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 1 280px;
    min-width: 220px;
}

.tree-search__icon[b-lwffu71fd7] {
    position: absolute;
    left: 0.75rem;
    z-index: 1;
    color: #8a98a5;
    font-size: 0.875rem;
    pointer-events: none;
}

/* Make room for the leading search icon and trailing clear button inside the Telerik input */
.tree-search[b-lwffu71fd7]  .k-input-inner {
    padding-left: 2rem;
    padding-right: 2.25rem;
}

.tree-search__clear[b-lwffu71fd7] {
    position: absolute;
    right: 0.4rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #8a98a5;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}

    .tree-search__clear:hover[b-lwffu71fd7] {
        background: #eef1f5;
        color: #333;
    }

.tree-toolbar__meta[b-lwffu71fd7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.tree-stat[b-lwffu71fd7] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.3rem 0.7rem;
    border-radius: 50rem;
    font-size: 0.8125rem;
    white-space: nowrap;
    color: #034D62;
    background: #e7f4f6;
    border: 1px solid #b9e2e7;
}

    .tree-stat strong[b-lwffu71fd7] {
        font-weight: 700;
    }

    .tree-stat.tree-stat--empty[b-lwffu71fd7] {
        color: #6c757d;
        background: #f1f3f5;
        border-color: #e2e6ea;
    }

.tree-subtitle[b-lwffu71fd7] {
    margin: 0 0 0.875rem;
    color: #555;
    font-size: 0.875rem;
}

/* ── Active-search feedback banner ───────────────────────────────── */
.search-feedback[b-lwffu71fd7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid #e3edf2;
    border-radius: 6px;
    background: #f6f9fb;
    color: #555;
    font-size: 0.8125rem;
}

    .search-feedback strong[b-lwffu71fd7] {
        color: #034D62;
    }

.search-feedback__term[b-lwffu71fd7] {
    color: #333;
    font-weight: 600;
}

.search-feedback__clear[b-lwffu71fd7] {
    flex: none;
    border: 0;
    background: transparent;
    color: #034D62;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0.15rem 0.35rem;
    border-radius: 4px;
}

    .search-feedback__clear:hover[b-lwffu71fd7] {
        background: #e7f4f6;
    }

/* ── Empty states ────────────────────────────────────────────────── */
.tree-empty[b-lwffu71fd7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 2.75rem 1rem;
    color: #6c757d;
    font-size: 0.875rem;
}

.tree-empty__icon[b-lwffu71fd7] {
    font-size: 1.75rem;
    color: #aebac4;
    margin-bottom: 0.25rem;
}

.tree-empty__title[b-lwffu71fd7] {
    font-weight: 600;
    font-size: 1rem;
    color: #333;
}

.summary-empty[b-lwffu71fd7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border: 1px dashed #d6dde3;
    border-radius: 6px;
    background: #fafbfc;
    color: #6c757d;
    font-size: 0.875rem;
}

    .summary-empty i[b-lwffu71fd7] {
        color: #8fb8c4;
    }

/* ── Selection summary ───────────────────────────────────────────── */
.selection-summary[b-lwffu71fd7] {
    margin-top: 1rem;
    padding: 1rem;
    border-top: 1px solid #e0e0e0;
}

    .selection-summary h4[b-lwffu71fd7] {
        margin: 0 0 0.5rem;
        font-size: 1rem;
        font-weight: 600;
    }

.summary-level[b-lwffu71fd7] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    margin-right: 1rem;
    margin-bottom: 0.375rem;
}

.level-badge[b-lwffu71fd7] {
    color: #fff;
    white-space: nowrap;
}

    .level-badge.global[b-lwffu71fd7] { background: #13213B; }
    .level-badge.brand[b-lwffu71fd7] { background: #034D62; }
    .level-badge.territory[b-lwffu71fd7] { background: #02A9B4; }
    .level-badge.billto[b-lwffu71fd7] { background: #6894A1; }
    .level-badge.shipto[b-lwffu71fd7] { background: #8FB8C4; }

.level-count[b-lwffu71fd7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    border-radius: 50rem;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 0.6rem;
    line-height: 1;
}
/* /Pages/Admin/Shared/ListUsers.razor.rz.scp.css */
.progress[b-h0tit237xk],
.progress .progress-bar[b-h0tit237xk] {
  height: 12px !important; }
/* /Pages/Domain/Customer/CustomerDashboard.razor.rz.scp.css */
.dash-panel[b-5qbtepebak] {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  position: relative;
  overflow: visible;
  padding-bottom: 54px;
}

.dash-panel[b-5qbtepebak]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  opacity: .95;
}


.dash-panel__head[b-5qbtepebak] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.dash-panel__title[b-5qbtepebak] {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.dash-panel__link[b-5qbtepebak] {
  font-size: 13px;
  opacity: .75;
  cursor: pointer;
  text-decoration: none;
}

  .dash-panel__link:hover[b-5qbtepebak] {
    opacity: 1;
    text-decoration: underline;
  }

.dash-panel__link[b-5qbtepebak] {
  font-size: 13px;
  color: #6c757d;
}

  .dash-panel__link:hover[b-5qbtepebak] {
    color: #0f6b77;
  }

/* /Pages/Domain/ServiceSales/ServiceSalesDashboard.razor.rz.scp.css */
.dash-panel[b-hmp0pji08x] {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  position: relative;
  overflow: visible;
  padding-bottom: 54px;
  /* Equal-height panels: fill the (equal) Bootstrap column. */
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Card row: every card is the same fixed width and height and stays on
   one line, left-packed (so the lone Users card sits at the left). */
.dash-panel__cards[b-hmp0pji08x] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1rem;
  flex: 1 1 auto;
}

.dash-panel__card[b-hmp0pji08x] {
  flex: 0 0 calc(50% - 0.5rem);
  display: flex;
}

.dash-panel__card[b-hmp0pji08x]  .card {
  width: 100%;
  margin: 0;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  /* MDB relied on .admin-up's 4% side margins for inner spacing; we reset
     those below, so give the card its own padding instead. */
  padding: 1rem;
  overflow: hidden;
}

/* Uniform card content across every panel: gradient icon at the top-left,
   count + label pinned to the bottom and right-aligned. The margin reset is
   critical — MDB's .admin-up has margin-left/right:4% which, combined with
   width:100%, pushed the count/label out of the card bounds. */
.dash-panel__card[b-hmp0pji08x]  .admin-up {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  margin: 0;
  flex: 1 1 auto;
}

.dash-panel__card[b-hmp0pji08x]  .admin-up .data {
  float: none;
  text-align: right;
  width: 100%;
  margin: auto 0 0 0;
}

.dash-panel[b-hmp0pji08x]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  opacity: .95;
}


.dash-panel__head[b-hmp0pji08x] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.dash-panel__title[b-hmp0pji08x] {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .35rem;
}

.dash-panel__link[b-hmp0pji08x] {
  font-size: 13px;
  opacity: .75;
  cursor: pointer;
  text-decoration: none;
}

  .dash-panel__link:hover[b-hmp0pji08x] {
    opacity: 1;
    text-decoration: underline;
  }

.dash-panel__link[b-hmp0pji08x] {
  font-size: 13px;
  color: #6c757d;
}

  .dash-panel__link:hover[b-hmp0pji08x] {
    color: #0f6b77;
  }
/* /Pages/Domain/UserApplication/AppLinkedCompanies.razor.rz.scp.css */
[b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link {
  color: black;
}

  [b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link.k-selected {
    background-color: white;
  }

    [b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link.k-selected:focus,
    [b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-focus {
      background-color: #6c757d !important;
      color: #ffffff !important;
    }

    [b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link.k-selected:hover,
    [b-w54mx9i4m4] .k-panelbar > .k-panelbar-header > .k-link.k-selected.k-hover {
      background-color: #9ca3af !important;
      color: #111827 !important;
    }
/* /Pages/Help/Help.razor.rz.scp.css */
iframe[b-fk9iasd6am] {
  width: 100%;
  height: 100%;
}

.btn-link[b-fk9iasd6am] {
  text-decoration: none !important;
}

.btn-link:hover[b-fk9iasd6am],
.btn-link:focus[b-fk9iasd6am] {
  text-decoration: none !important;
}
/* /Pages/Shared/AppBadgeCustom.razor.rz.scp.css */
.app-badge-spinner-border-sm[b-f2vxydr098] {
  width: 0.7rem !important;
  height: 0.7rem !important;
  border-width: 0.2em !important;
  vertical-align: middle !important;
}

.app-badge-ellipse[b-f2vxydr098] {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  display: inline-block !important;
}

.app-badge-wrapper[b-f2vxydr098] {
  position: relative;
  display: inline-block;
}

.app-badge-notification[b-f2vxydr098] {
  position: absolute;
  top: -10px; /* more top */
  right: -9px; /* more right */
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  background-color: #ffffff; /* white background */
  color: #000000; /* black number */
  border: 1px solid #ced4da; /* subtle Bootstrap 4 gray border */
  pointer-events: none;
  z-index: 3;
}

.app-badge-wrapper:hover .app-badge-notification[b-f2vxydr098] {
  transform: scale(1.05);
}
/* /Pages/Shared/AppFooter.razor.rz.scp.css */
.footer-flex[b-j3nvw80mjh] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
  flex-wrap: wrap;
}

.footer-item[b-j3nvw80mjh] {
  display: flex;
  flex-direction: column;
}

.footer-left[b-j3nvw80mjh] {
  align-items: center;
  text-align: center;
}

.footer-right[b-j3nvw80mjh] {
  justify-content: flex-start;
  text-align: left;
  align-self: flex-end; /* ensures alignment matches text baseline of logo */
  transform: translateY(-17px); /* adjust this value to align text with ServiceConnect text */
}

.footer-right-contact[b-j3nvw80mjh] {
  justify-content: flex-start;
  text-align: left;
  align-self: flex-end; /* ensures alignment matches text baseline of logo */
  transform: translateY(-47px); /* adjust this value to align text with ServiceConnect text */
}

.footer-logo[b-j3nvw80mjh] {
  width: 250px;
  margin-bottom: 15px;
}

.footer-sub[b-j3nvw80mjh] {
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 5px;
  margin-bottom: 0;
}

.footer-copy[b-j3nvw80mjh] {
  font-size: 13px;
  color: #b5b5b5;
  margin-top: 5px;
}

.footer-heading[b-j3nvw80mjh] {
  color: #1aaab4 !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-list[b-j3nvw80mjh] {
  margin: 0;
  padding: 0;
}

  .footer-list li[b-j3nvw80mjh] {
    margin: 6px 0;
  }

.footer-link[b-j3nvw80mjh] {
  color: #b5b5b5 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

  .footer-link:hover[b-j3nvw80mjh] {
    color: #1aaab4 !important;
  }

.footer-hover[b-j3nvw80mjh] {
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

  .footer-hover:hover[b-j3nvw80mjh] {
    background-color: rgba(0, 0, 0, 0.2);
  }


.footer-dark .footer-heading[b-j3nvw80mjh] {
  color: #02A9B4 !important;
  font-size: 1.2rem;
  font-weight: 400;
}
/* /Pages/Shared/AppListUsers/ListUserApplication.razor.rz.scp.css */
.access-summary-inline[b-heb9b03ah5] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.level-badge[b-heb9b03ah5] {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 0 1 auto;
    max-width: 12rem;
}

    .level-badge.global[b-heb9b03ah5]     { background: #13213B; }
    .level-badge.brand[b-heb9b03ah5]      { background: #034D62; }
    .level-badge.territory[b-heb9b03ah5]  { background: #02A9B4; }
    .level-badge.billto[b-heb9b03ah5]     { background: #6894A1; }
    .level-badge.shipto[b-heb9b03ah5]     { background: #8FB8C4; }
    .level-badge.more-levels[b-heb9b03ah5] {
        background: #888;
        flex: 0 0 auto;
        max-width: none;
    }

.approval-actions[b-heb9b03ah5] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: flex-end;
    white-space: nowrap;
}

.level-count[b-heb9b03ah5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    border-radius: 50rem;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 0.6rem;
    line-height: 1;
}
/* /Pages/Shared/AppRecordPager.razor.rz.scp.css */
.record-pager[b-qst7wgks84] {
    display: inline-flex;
    align-items: stretch;
    height: 100%;
    min-height: 44px;
    background-color: #fff;
    border: 1px solid rgba(3, 77, 98, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.record-pager-btn[b-qst7wgks84] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1rem;
    border: none;
    background-color: transparent;
    color: var(--appmain-primary, #034d62);
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.record-pager-btn:hover:not(:disabled)[b-qst7wgks84] {
    background-color: rgba(3, 77, 98, 0.08);
}

.record-pager-btn:active:not(:disabled)[b-qst7wgks84] {
    background-color: rgba(3, 77, 98, 0.14);
}

.record-pager-btn:disabled[b-qst7wgks84] {
    color: #9aa5ab;
    cursor: default;
}

.record-pager-count[b-qst7wgks84] {
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    color: #5b6b73;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    border-left: 1px solid rgba(3, 77, 98, 0.15);
    border-right: 1px solid rgba(3, 77, 98, 0.15);
}

/* On small screens keep the control compact: chevrons + counter only. */
@media (max-width: 767px) {
    .record-pager-text[b-qst7wgks84] {
        display: none;
    }

    .record-pager-btn[b-qst7wgks84] {
        padding: 0.5rem 0.75rem;
    }
}
/* /Pages/Shared/AppStatusStepper.razor.rz.scp.css */
.ea-stepper[b-zwgo3wiwcb] {
  width: 100%;
  margin: .25rem auto 1rem;
}

.ea-row[b-zwgo3wiwcb] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}

/* each step */
.ea-item[b-zwgo3wiwcb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: var(--ea-size);
}

.ea-node[b-zwgo3wiwcb] {
  width: var(--ea-size);
  height: var(--ea-size);
  border-radius: 999px;
  border: 2px solid color-mix(in srgb, var(--ea-muted) 70%, white);
  background: #fff;
  color: #64748b;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  transition: transform .2s, box-shadow .2s, border-color .2s, color .2s, background-color .2s;
}

.ea-label[b-zwgo3wiwcb] {
  margin-top: .5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #7b8596;
}

/* grey connectors between nodes */
.ea-conn[b-zwgo3wiwcb] {
  height: var(--ea-thickness);
  width: clamp(var(--ea-conn-min), var(--ea-conn-fluid), var(--ea-conn-max));
  background: var(--ea-connector);
  border-radius: 999px;
  margin: 0 10px;
}

  .ea-conn.done[b-zwgo3wiwcb] {
    background: var(--ea-success);
  }
/* only if you enable ColorizeCompletedConnectors */

/* states */
.ea-item.done .ea-node[b-zwgo3wiwcb] {
  background: var(--ea-success);
  border-color: var(--ea-success);
  color: #fff;
  box-shadow: 0 4px 18px rgba(34,197,94,.28);
}

.ea-item.done .ea-label[b-zwgo3wiwcb] {
  color: var(--ea-success);
}

.ea-item.current .ea-node[b-zwgo3wiwcb] {
  background: var(--ea-primary);
  border-color: var(--ea-primary);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--ea-primary) 14%, transparent), 0 10px 24px rgba(37,99,235,.25);
}

.ea-item.current .ea-label[b-zwgo3wiwcb] {
  color: var(--ea-primary);
}

.ea-item.upcoming .ea-node[b-zwgo3wiwcb] {
  background: #fff;
  border-color: color-mix(in srgb, var(--ea-muted) 65%, white);
  color: #9aa3b2;
}

.ea-item.upcoming .ea-label[b-zwgo3wiwcb] {
  color: #9aa3b2;
}

@media (max-width: 576px) {
  .ea-label[b-zwgo3wiwcb] {
    font-size: .9rem;
    white-space: normal;
  }
}

/* ---------- Responsive tweaks ---------- */

/* Small phones & narrow screens */
@media (max-width: 575.98px) {
  .ea-stepper[b-zwgo3wiwcb] {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .ea-row[b-zwgo3wiwcb] {
    justify-content: center;
    gap: 0;
  }

  /* slightly smaller nodes & thinner track on mobile */
  .ea-stepper[b-zwgo3wiwcb] {
    --ea-size: 40px;
    --ea-thickness: 3px;
  }

  .ea-node[b-zwgo3wiwcb] {
    box-shadow: 0 1px 1px rgba(0,0,0,.035);
  }

  .ea-item.current .ea-node[b-zwgo3wiwcb] {
    transform: scale(1.05);
  }
  /* lighter pop on mobile */

  .ea-label[b-zwgo3wiwcb] {
    font-size: .9rem;
    line-height: 1.1;
    max-width: 88px; /* keeps labels tidy under their node */
    text-align: center;
    white-space: normal; /* allow 2 lines like “Awaiting Approval” */
  }

  /* shorter connectors between nodes */
  .ea-conn[b-zwgo3wiwcb] {
    width: clamp(10px, 7vw, 28px);
    height: var(--ea-thickness);
    margin: 0 6px;
  }
}

/* Extra-narrow devices (e.g., 360px and below) */
@media (max-width: 400px) {
  .ea-stepper[b-zwgo3wiwcb] {
    --ea-size: 36px;
    --ea-thickness: 3px;
  }

  /* let the stepper scroll horizontally instead of squishing */
  .ea-row[b-zwgo3wiwcb] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    padding-bottom: 6px; /* room for the hidden scrollbar area */
  }

    .ea-row[b-zwgo3wiwcb]::-webkit-scrollbar {
      display: none;
    }

  .ea-item[b-zwgo3wiwcb], .ea-conn[b-zwgo3wiwcb] {
    scroll-snap-align: center;
  }

  .ea-label[b-zwgo3wiwcb] {
    max-width: 76px;
    font-size: .85rem;
  }

  .ea-conn[b-zwgo3wiwcb] {
    width: clamp(8px, 8vw, 22px);
    margin: 0 4px;
  }
}

/* iPhone SE / very narrow widths */
@media (max-width: 400px) {
  /* keep previous settings (size/thickness/scroll) ... */

  /* NEW: give space on both sides so labels don't get cut off */
  .ea-row[b-zwgo3wiwcb] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    /* padding left/right ~= half of the circle size + a little extra */
    padding: 0 calc(var(--ea-size) / 2 + 10px) 8px;
    /* ensures snap never hides the first/last items under the edge */
    scroll-padding-left: calc(var(--ea-size) / 2 + 10px);
    scroll-padding-right: calc(var(--ea-size) / 2 + 10px);
  }

    .ea-row[b-zwgo3wiwcb]::-webkit-scrollbar {
      display: none;
    }

  /* keep items centered while scrolling */
  .ea-item[b-zwgo3wiwcb], .ea-conn[b-zwgo3wiwcb] {
    scroll-snap-align: center;
  }

  /* slightly tighter labels so two lines fit cleanly */
  .ea-label[b-zwgo3wiwcb] {
    max-width: 70px;
    font-size: .85rem;
    line-height: 1.1;
  }

  .ea-conn[b-zwgo3wiwcb] {
    width: clamp(8px, 7vw, 22px);
    margin: 0 4px;
  }
}
/* /Pages/Shared/AppTimelineCustom.razor.rz.scp.css */
.timeline[b-zayw1moh3q] {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

  .timeline[b-zayw1moh3q]:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: darkgray;
    left: 25px;
    margin-right: -1.5px;
  }

  .timeline > li[b-zayw1moh3q] {
    margin-bottom: 20px;
    position: relative;
  }

    .timeline > li[b-zayw1moh3q]:before,
    .timeline > li[b-zayw1moh3q]:after {
      content: " ";
      display: table;
    }

    .timeline > li[b-zayw1moh3q]:after {
      clear: both;
    }

    .timeline > li[b-zayw1moh3q]:before,
    .timeline > li[b-zayw1moh3q]:after {
      content: " ";
      display: table;
    }

    .timeline > li[b-zayw1moh3q]:after {
      clear: both;
    }

    .timeline > li > .timeline-panel[b-zayw1moh3q] {
      width: calc(100% - 75px);
      float: right;
      border: 1px solid #d4d4d4;
      border-radius: 2px;
      padding: 20px;
      position: relative;
      background-color: white;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

      .timeline > li > .timeline-panel[b-zayw1moh3q]:before {
        position: absolute;
        top: 26px;
        left: -15px;
        display: inline-block;
        border-top: 15px solid transparent;
        border-right: 15px solid #ccc;
        border-left: 0 solid #ccc;
        border-bottom: 15px solid transparent;
        content: " ";
      }

      .timeline > li > .timeline-panel[b-zayw1moh3q]:after {
        position: absolute;
        top: 27px;
        left: -14px;
        display: inline-block;
        border-top: 14px solid transparent;
        border-right: 14px solid #fff;
        border-left: 0 solid #fff;
        border-bottom: 14px solid transparent;
        content: " ";
      }

    .timeline > li > .timeline-badge[b-zayw1moh3q] {
      color: #fff;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 16px;
      left: 0px;
      margin-right: -25px;
      background-color: var(--appmain-primary);
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
    }

    .timeline > li.timeline-inverted > .timeline-panel[b-zayw1moh3q] {
      float: left;
    }

      .timeline > li.timeline-inverted > .timeline-panel[b-zayw1moh3q]:before {
        border-right-width: 0;
        border-left-width: 15px;
        right: -15px;
        left: auto;
      }

      .timeline > li.timeline-inverted > .timeline-panel[b-zayw1moh3q]:after {
        border-right-width: 0;
        border-left-width: 14px;
        right: -14px;
        left: auto;
      }

.timeline-badge.primary[b-zayw1moh3q] {
  background-color: #2e6da4 !important;
}

.timeline-badge.success[b-zayw1moh3q] {
  background-color: #3f903f !important;
}

.timeline-badge.warning[b-zayw1moh3q] {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger[b-zayw1moh3q] {
  background-color: #d9534f !important;
}

.timeline-badge.info[b-zayw1moh3q] {
  background-color: #5bc0de !important;
}

.timeline-title[b-zayw1moh3q] {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p[b-zayw1moh3q],
.timeline-body > ul[b-zayw1moh3q] {
  margin-bottom: 0;
}

  .timeline-body > p + p[b-zayw1moh3q] {
    margin-top: 5px;
  }
/* /Pages/Shared/MainLayout.razor.rz.scp.css */
.main-logo-wrap[b-93s4dl9pn2] {
  width: 100px;
}

.main-nav-title[b-93s4dl9pn2] {
  padding-top: 0;
  padding-left: 1rem;
  margin: 0;
}

@media (min-width: 1440px) {
  .main-nav-title-wrap[b-93s4dl9pn2] {
    margin-right: auto !important;
  }
  .main-nav-title-wrap .main-nav-title-logo[b-93s4dl9pn2] {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .main-nav-title-logo-hide[b-93s4dl9pn2] {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .main-nav-title-wrap[b-93s4dl9pn2] {
    margin: auto !important;
  }
}
/* /Pages/User/Profile.razor.rz.scp.css */
@media (min-width: 768px) {
  .app-user-card[b-7zn7lcvd9d] {
    margin-top: 80px !important;
  }
}
