@import '_content/Varuna.AddOn.Ms365Integration/Varuna.AddOn.Ms365Integration.qdi7eq0jh6.bundle.scp.css';
@import '_content/Varuna.AddOn.PayrollAccounting/Varuna.AddOn.PayrollAccounting.lzppx9o36f.bundle.scp.css';
@import '_content/Varuna.Homepage.Ui/Varuna.Homepage.Ui.q9hzrr250l.bundle.scp.css';
@import '_content/Varuna.Module.Communication/Varuna.Module.Communication.qodmmdhby6.bundle.scp.css';
@import '_content/Varuna.Module.Management.Craft/Varuna.Module.Management.Craft.7hrtfenem0.bundle.scp.css';
@import '_content/Varuna.Module.Management.Med/Varuna.Module.Management.Med.mbit64i7vd.bundle.scp.css';
@import '_content/Varuna.Module.Management.Reporting/Varuna.Module.Management.Reporting.vxmdocms9y.bundle.scp.css';
@import '_content/Varuna.Module.Management.Tenant/Varuna.Module.Management.Tenant.a79pnivdvj.bundle.scp.css';
@import '_content/Varuna.Module.Management/Varuna.Module.Management.1fmigihybz.bundle.scp.css';
@import '_content/Varuna.Module.Portal/Varuna.Module.Portal.9e6ujjig3x.bundle.scp.css';

/* /Components/Dev/CrashTestButton.razor.rz.scp.css */
.crash-test-panel[b-fx988hu7lc] {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  font-size: 0.85rem;
}

.crash-test-toggle[b-fx988hu7lc] {
  background: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.crash-test-toggle:hover[b-fx988hu7lc] {
  background: #444;
}

.crash-test-buttons[b-fx988hu7lc] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  padding: 12px;
  background: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.crash-test-buttons button[b-fx988hu7lc] {
  white-space: nowrap;
}
/* /Components/Dev/DevToolsPanel.razor.rz.scp.css */
.devtools-panel[b-qg289etyye] {
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    z-index: 9999;
}

.devtools-toggle[b-qg289etyye] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #ffc107;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.2);
    float: right;
}

    .devtools-toggle:hover[b-qg289etyye] {
        background: #ffc107;
    }

.devtools-content[b-qg289etyye] {
    background: #1a1a1a;
    border: 2px solid #ffc107;
    border-radius: .5rem;
    padding: .75rem;
    margin-bottom: .5rem;
    min-width: 14rem;
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
    font-size: 0.85rem;
}

.devtools-title[b-qg289etyye] {
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: .85rem;
    color: #ffc107;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.devtools-section[b-qg289etyye] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: .5rem;
    border-top: 1px solid rgba(255,255,255,.1);
}

    .devtools-section:first-of-type[b-qg289etyye] {
        border-top: none;
        padding-top: 0;
    }

.devtools-section-label[b-qg289etyye] {
    font-size: .75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.devtools-section[b-qg289etyye]  button,
.devtools-section a[b-qg289etyye] {
    white-space: nowrap;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-kr31rjgtt9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kr31rjgtt9] {
    flex: 1;
}

.mgm-main[b-kr31rjgtt9] {
  padding-bottom: 24px;
}

.mgm-footer[b-kr31rjgtt9] {
  z-index: 10;
}

.sidebar[b-kr31rjgtt9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kr31rjgtt9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kr31rjgtt9]  a, .top-row .btn-link[b-kr31rjgtt9] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-kr31rjgtt9] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-kr31rjgtt9] {
        display: none;
    }

    .top-row.auth[b-kr31rjgtt9] {
        justify-content: space-between;
    }

    .top-row a[b-kr31rjgtt9], .top-row .btn-link[b-kr31rjgtt9] {
        margin-left: 0;
    }
    .size128[b-kr31rjgtt9] {
      width: 16px !important;
    }
}

@media (min-width: 641px) {
    .page[b-kr31rjgtt9] {
        flex-direction: row;
    }

    .sidebar[b-kr31rjgtt9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kr31rjgtt9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-kr31rjgtt9], article[b-kr31rjgtt9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .size128[b-kr31rjgtt9] {
      width: 64px !important;
    }
}


/* /Layout/SitePreviewLayout.razor.rz.scp.css */
.page[b-0ervr4xwqz] {
    position: relative;
    display: flex;
    flex-direction: column;    
}

main[b-0ervr4xwqz] {
    flex: 1;
}

.sidebar[b-0ervr4xwqz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0ervr4xwqz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0ervr4xwqz]  a, .top-row .btn-link[b-0ervr4xwqz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0ervr4xwqz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0ervr4xwqz] {
        display: none;
    }

    .top-row.auth[b-0ervr4xwqz] {
        justify-content: space-between;
    }

    .top-row a[b-0ervr4xwqz], .top-row .btn-link[b-0ervr4xwqz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0ervr4xwqz] {
        flex-direction: row;
    }

    .sidebar[b-0ervr4xwqz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0ervr4xwqz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-0ervr4xwqz], article[b-0ervr4xwqz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Dashboard/DemoBookingModal.razor.rz.scp.css */
/* ── Calendar grid ── */
.demo-cal-grid[b-vog21dezun] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.demo-cal-grid--header[b-vog21dezun] {
  margin-bottom: 4px;
}

.demo-cal-dow[b-vog21dezun] {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bs-secondary);
  padding: 4px 0;
}

.demo-cal-day[b-vog21dezun] {
  text-align: center;
  padding: 8px 4px;
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--bs-body-color);
  cursor: default;
  position: relative;
  transition: background 0.15s ease;
}

.demo-cal-day--other[b-vog21dezun] {
  opacity: 0.3;
}

.demo-cal-day--available[b-vog21dezun] {
  cursor: pointer;
  font-weight: 600;
  background: rgba(var(--bs-primary-rgb), 0.06);
}

.demo-cal-day--available:hover[b-vog21dezun] {
  background: rgba(var(--bs-primary-rgb), 0.14);
}

.demo-cal-day--selected[b-vog21dezun] {
  background: var(--bs-primary) !important;
  color: #fff !important;
  font-weight: 700;
}

.demo-cal-day--today[b-vog21dezun] {
  box-shadow: inset 0 0 0 2px var(--bs-primary);
  border-radius: 8px;
}

.demo-cal-dot[b-vog21dezun] {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bs-primary);
  margin: 2px auto 0;
}

.demo-cal-day--selected .demo-cal-dot[b-vog21dezun] {
  background: #fff;
}
/* /Pages/Dashboard/EntryHub.razor.rz.scp.css */
.entryhub[b-oz95vse8nr] {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1rem 2.5rem;
  font-size: 1rem;
}

.entryhub-status[b-oz95vse8nr] {
  padding: 0.9rem 1rem;
  border: 1px solid var(--content-border, rgba(148, 163, 184, 0.16));
  border-radius: 1rem;
  background: var(--surface-1, rgba(255, 255, 255, 0.92));
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
}

/* ── Card base ── */
.entryhub-card[b-oz95vse8nr] {
  border: 1px solid var(--content-border, rgba(148, 163, 184, 0.16));
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92));
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  backdrop-filter: blur(16px);
}

.entryhub-card:hover[b-oz95vse8nr] {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.entryhub-card--highlight[b-oz95vse8nr] {
  border-color: rgba(var(--bs-primary-rgb), 0.2);
  background:
    radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 255, 0.94));
  box-shadow: var(--shadow-md);
}

.entryhub-card--done[b-oz95vse8nr] {
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.96), rgba(220, 252, 231, 0.82));
  border-color: rgba(var(--bs-success-rgb), 0.22);
}

.entryhub-card--muted[b-oz95vse8nr] {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
  border-style: dashed;
}

/* ── Feature store cards ── */
.entryhub-feature-card[b-oz95vse8nr] {
  border: 1px solid var(--content-border, rgba(148, 163, 184, 0.16));
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92));
  transition: box-shadow 0.18s ease, transform 0.18s ease;
  box-shadow: var(--shadow-sm);
}

.entryhub-feature-card:hover[b-oz95vse8nr] {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.entryhub-feature-card--inactive[b-oz95vse8nr] {
  opacity: 0.7;
}

.entryhub-feature-card--locked[b-oz95vse8nr] {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
  opacity: 0.84;
}

.entryhub-feature-card--cta[b-oz95vse8nr] {
  background:
    radial-gradient(circle at top right, rgba(var(--bs-primary-rgb), 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 255, 0.94));
  border-color: rgba(var(--bs-primary-rgb), 0.22);
}

/* ── CTA buttons in InProgress section ── */
[b-oz95vse8nr] .entryhub-cta-buy {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.85rem 2.2rem;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(var(--bs-warning-rgb), 0.28);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

[b-oz95vse8nr] .entryhub-cta-buy:hover {
  box-shadow: 0 20px 34px rgba(var(--bs-warning-rgb), 0.34);
  transform: translateY(-2px);
}

[b-oz95vse8nr] .entryhub-cta-demo {
  border-radius: 999px;
}

.entryhub h3[b-oz95vse8nr] {
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: var(--page-title-color, var(--bs-body-color));
}

.entryhub h4[b-oz95vse8nr],
.entryhub h5[b-oz95vse8nr],
.entryhub h6[b-oz95vse8nr] {
  color: var(--page-title-color, var(--bs-body-color));
}

.entryhub ul li[b-oz95vse8nr] {
  padding: 0.45rem 0;
  color: var(--muted-strong, var(--bs-secondary-color));
}

.entryhub ul li .bx[b-oz95vse8nr] {
  margin-right: 0.55rem;
  color: var(--bs-primary);
}

@media (max-width: 768px) {
  .entryhub[b-oz95vse8nr] {
    padding-top: 1.25rem;
  }

  .entryhub h3[b-oz95vse8nr] {
    font-size: 1.6rem;
  }
}
/* /Pages/Dashboard/TrialUpgradeModal.razor.rz.scp.css */
[b-30kctbn7n4] .plan-card {
    border: 2px solid transparent;
    transition: border-color 0.2s, transform 0.15s;
}

[b-30kctbn7n4] .plan-card:hover {
    transform: translateY(-2px);
}

[b-30kctbn7n4] .plan-card--highlight {
    border-color: var(--b-theme-primary, #0d6efd);
}

[b-30kctbn7n4] .plan-price-amount {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}

[b-30kctbn7n4] .plan-price-period {
    font-size: .9rem;
}
/* /Pages/Help.razor.rz.scp.css */
/* Central help portal styling */

.help-portal h2[b-l35tks8fum] {
  margin-bottom: 0.75rem;
}

.help-content[b-l35tks8fum] {
  line-height: 1.55;
}

.help-index-group__title[b-l35tks8fum] {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 0.25rem;
}

.help-index-grid[b-l35tks8fum] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}

.help-index-card[b-l35tks8fum] {
  height: 100%;
  transition: transform 80ms ease-in, box-shadow 80ms ease-in;
}

.help-index-card:hover[b-l35tks8fum] {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.help-index-card__head[b-l35tks8fum] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.help-index-card__excerpt[b-l35tks8fum] {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.help-index-card--inactive[b-l35tks8fum] {
  opacity: 0.75;
  border-style: dashed;
}

.help-index-card--inactive:hover[b-l35tks8fum] {
  opacity: 1;
}

/* Feature detail panel (right column) */
.help-feature-detail .card-header[b-l35tks8fum] {
  padding: 0.5rem 0.75rem;
}

.help-feature-detail__body[b-l35tks8fum] {
  font-size: 0.9rem;
  line-height: 1.5;
  max-height: 380px;
  overflow-y: auto;
}

.help-feature-detail__actions[b-l35tks8fum] {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

/* TOC */
.help-toc .card-header[b-l35tks8fum] {
  padding: 0.5rem 0.75rem;
}

.help-toc__list[b-l35tks8fum] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.help-toc__item[b-l35tks8fum] {
  margin: 0.15rem 0;
  font-size: 0.9rem;
}

.help-toc__item--lvl3[b-l35tks8fum] {
  padding-left: 1rem;
  font-size: 0.85rem;
}

.help-toc__item a[b-l35tks8fum] {
  color: var(--bs-body-color);
  text-decoration: none;
}

.help-toc__item a:hover[b-l35tks8fum] {
  color: var(--bs-primary);
  text-decoration: underline;
}

.help-index-card__actions[b-l35tks8fum] {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* Smart suggestions */
.help-smart-suggestions .card-header[b-l35tks8fum] {
  padding: 0.5rem 0.75rem;
}

.help-suggestion[b-l35tks8fum] {
  display: flex;
  gap: 0.6rem;
  padding: 0.6rem 0.5rem;
  border-radius: 6px;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 0.5rem;
  background: var(--bs-tertiary-bg);
}

.help-suggestion--danger[b-l35tks8fum] {
  border-left: 3px solid var(--bs-danger);
}

.help-suggestion--warning[b-l35tks8fum] {
  border-left: 3px solid var(--bs-warning);
}

.help-suggestion--info[b-l35tks8fum] {
  border-left: 3px solid var(--bs-info);
}

.help-suggestion--secondary[b-l35tks8fum] {
  border-left: 3px solid var(--bs-secondary);
}

.help-suggestion__icon[b-l35tks8fum] {
  font-size: 1.25rem;
  display: flex;
  align-items: flex-start;
  padding-top: 0.1rem;
}

.help-suggestion__title[b-l35tks8fum] {
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.help-suggestion__desc[b-l35tks8fum] {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  margin-bottom: 0.4rem;
}

.help-suggestion__actions[b-l35tks8fum] {
  display: flex;
  gap: 0.3rem;
}

/* AI CTA */
.help-ai-cta[b-l35tks8fum] {
  border-left: 3px solid var(--bs-warning);
}

.help-ai-cta__head[b-l35tks8fum] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}
/* /Pages/Home.razor.rz.scp.css */
/* Home.razor specific styles */

/* Dashboard container tweaks specific to home page */
.home-dashboard[b-s2k62by75y] {
    padding: 1rem;
}

/* Custom tile animations for home page */
.home-dashboard .dashboard-widget[b-s2k62by75y] {
    animation: fadeInUp-b-s2k62by75y 0.4s ease-out;
    animation-fill-mode: both;
}

.home-dashboard .dashboard-widget:nth-child(1)[b-s2k62by75y] {
    animation-delay: 0.05s;
}

.home-dashboard .dashboard-widget:nth-child(2)[b-s2k62by75y] {
    animation-delay: 0.1s;
}

.home-dashboard .dashboard-widget:nth-child(3)[b-s2k62by75y] {
    animation-delay: 0.15s;
}

.home-dashboard .dashboard-widget:nth-child(4)[b-s2k62by75y] {
    animation-delay: 0.2s;
}

.home-dashboard .dashboard-widget:nth-child(5)[b-s2k62by75y] {
    animation-delay: 0.25s;
}

.home-dashboard .dashboard-widget:nth-child(6)[b-s2k62by75y] {
    animation-delay: 0.3s;
}

@keyframes fadeInUp-b-s2k62by75y {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Edit mode specific styles for home */
.home-dashboard.dashboard-edit-mode[b-s2k62by75y] {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(var(--bs-primary-rgb), 0.03) 10px,
        rgba(var(--bs-primary-rgb), 0.03) 20px
    );
    border-radius: 8px;
    padding: 1.5rem;
}

/* Widget library specific to home page */
.home-widget-library[b-s2k62by75y] {
    max-height: 60vh;
    overflow-y: auto;
}

.home-widget-library .widget-item[b-s2k62by75y] {
    transition: all 0.2s ease;
}

.home-widget-library .widget-item:active[b-s2k62by75y] {
    transform: scale(0.98);
}

/* Responsive adjustments for home dashboard */
@media (max-width: 768px) {
    .home-dashboard[b-s2k62by75y] {
        padding: 0.5rem;
    }
    
    .home-dashboard .dashboard-widget[b-s2k62by75y] {
        animation-delay: 0s !important;
    }
}

/* Print styles - hide edit controls */
@media print {
    .dashboard-edit-toolbar[b-s2k62by75y],
    .widget-controls[b-s2k62by75y],
    [data-drag-handle][b-s2k62by75y] {
        display: none !important;
    }
}
/* /Pages/OrderSystem/BusinessDocumentComposer.razor.rz.scp.css */
.document-composer[b-vh75lfw5k3] {
  max-width: 1680px;
}

.document-composer__header[b-vh75lfw5k3] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.document-composer__panel[b-vh75lfw5k3] {
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.document-composer__example[b-vh75lfw5k3] {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border: 1px dashed var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--bs-tertiary-bg);
}

.document-composer__example code[b-vh75lfw5k3] {
  color: var(--bs-body-color);
  line-height: 1.55;
}

.document-composer[b-vh75lfw5k3]  .varuna-codemirror-host .cm-editor {
  min-height: 25rem;
  max-height: 48rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  overflow: hidden;
}

.document-composer[b-vh75lfw5k3]  .varuna-codemirror-host .cm-content {
  font-size: 1rem;
  line-height: 1.65;
  padding: 1rem 0;
}

.document-composer__diagnostics[b-vh75lfw5k3] {
  display: grid;
  gap: 0.35rem;
  color: var(--bs-danger-text-emphasis);
  font-size: 0.875rem;
}

.document-composer__empty[b-vh75lfw5k3] {
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
  color: var(--bs-secondary-color);
}

.document-composer__empty > i[b-vh75lfw5k3] {
  font-size: 3rem;
  color: var(--bs-primary);
}

.document-composer__customer[b-vh75lfw5k3] {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--bs-tertiary-bg);
}

.document-composer__items th[b-vh75lfw5k3] {
  color: var(--bs-secondary-color);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.document-composer__totals[b-vh75lfw5k3] {
  width: min(100%, 22rem);
}

.document-composer__totals > div[b-vh75lfw5k3] {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.35rem 0;
}

.document-composer__grand-total[b-vh75lfw5k3] {
  margin-top: 0.45rem;
  padding-top: 0.75rem !important;
  border-top: 2px solid var(--bs-border-color);
  font-size: 1.15rem;
}

@media (max-width: 767.98px) {
  .document-composer__header[b-vh75lfw5k3] {
    align-items: stretch;
    flex-direction: column;
  }

  .document-composer__type[b-vh75lfw5k3] {
    width: 100%;
  }

  .document-composer__type .btn[b-vh75lfw5k3] {
    flex: 1 1 9rem;
  }
}

.document-composer__type[b-vh75lfw5k3] {
  flex-wrap: wrap;
}

.document-composer__type-prompt[b-vh75lfw5k3] {
  max-width: 48rem;
  margin: 5rem auto 0;
}

.document-composer__type-prompt i[b-vh75lfw5k3] {
  color: var(--bs-primary);
  font-size: 3rem;
}

.document-composer__customer > span:not(.small)[b-vh75lfw5k3] {
  line-height: 1.35;
}

.document-composer__richtext[b-vh75lfw5k3] {
  border-left: 3px solid var(--bs-border-color);
  color: var(--bs-secondary-color);
  padding: 0.25rem 0 0.25rem 1rem;
}

.document-composer__richtext :last-child[b-vh75lfw5k3],
.document-composer__text-row :last-child[b-vh75lfw5k3] {
  margin-bottom: 0;
}

.document-composer__header-row td[b-vh75lfw5k3] {
  background: var(--bs-tertiary-bg);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.document-composer__text-row td[b-vh75lfw5k3] {
  color: var(--bs-secondary-color);
  padding-left: 1.5rem;
}
