.mp-page {
    color: #23314f;
    max-width: 1440px;
    margin: 0 auto;
}

.mp-page-heading,
.mp-tabs,
.mp-filter-row,
.mp-table-title,
.mp-wizard-footer,
.mp-panel-heading,
.mp-section-heading,
.mp-history-card > div:first-child,
.mp-filter-panel > div:first-child,
.mp-filter-panel > div:last-child {
    display: flex;
    align-items: center;
}

.mp-page-heading {
    justify-content: space-between;
    margin: .25rem 0 .85rem;
}

.mp-page-heading h1,
.mp-tracking-intro h2,
.mp-review-layout > h2 {
    font-size: 25px;
    margin: 0;
    color: #172a52;
    font-weight: 700;
}

.mp-page-heading p,
.mp-tracking-intro p,
.mp-review-layout > p,
.mp-section-heading p,
.mp-info-card p,
.mp-history-card p {
    color: #71809d;
    font-size: 13px;
    margin: 4px 0 0;
}

.mp-context-pill {
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #d8e5ff;
    border-radius: 8px;
    color: #52647f;
    display: flex;
    font-size: 12px;
    gap: 7px;
    padding: 10px 12px;
}

.mp-context-pill svg { color: #1766e8; font-size: 17px; }
.mp-context-pill strong { color: #23314f; }

.mp-toolbar-new,
.mp-btn,
.mp-product-add,
.mp-filter-button,
.mp-link-button,
.mp-select-action,
.mp-tabs button,
.mp-table-lite__row,
.mp-history-card button,
.mp-filter-panel button {
    font-family: inherit;
}

.mp-toolbar-new,
.mp-btn--primary {
    background: linear-gradient(135deg, #1766e8, #0957dc);
    border: 1px solid #1766e8;
    color: #fff;
}

.mp-toolbar-new {
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    padding: 8px 12px;
}

.mp-tabs {
    border-bottom: 1px solid #e3e8f0;
    gap: 18px;
    margin-bottom: 14px;
}

.mp-tabs button {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #63718c;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    gap: 7px;
    margin-bottom: -1px;
    padding: 12px 10px;
}

.mp-tabs button svg { font-size: 19px; }
.mp-tabs button.active { border-bottom-color: #1766e8; color: #1766e8; }

.mp-kpis { display: grid; grid-gap: 11px; gap: 11px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 13px; }
.mp-kpi { align-items: center; background: #fff; border: 1px solid #e3e8f0; border-radius: 8px; display: flex; gap: 12px; min-height: 73px; padding: 12px 15px; }
.mp-kpi-icon { align-items: center; background: #eff5ff; border-radius: 50%; color: #1766e8; display: flex; font-size: 25px; height: 42px; justify-content: center; width: 42px; }
.mp-kpi span { color: #5e6d88; display: block; font-size: 12px; }
.mp-kpi strong { color: #172a52; display: block; font-size: 23px; line-height: 1.12; margin-top: 3px; }
.mp-kpi--orange .mp-kpi-icon { background: #fff8e7; color: #ed9b00; }
.mp-kpi--green .mp-kpi-icon { background: #edfbf0; color: #20a34a; }
.mp-kpi--purple .mp-kpi-icon { background: #f5efff; color: #8255dd; }

.mp-list-area,
.mp-history-card { background: #fff; border: 1px solid #e3e8f0; border-radius: 8px; padding: 14px; position: relative; }
.mp-filter-row { gap: 9px; margin-right: 205px; }
.mp-search-field,
.mp-input-with-icon { align-items: center; border: 1px solid #dce3ef; border-radius: 6px; display: flex; flex: 1 1; gap: 8px; height: 36px; padding: 0 10px; }
.mp-search-field svg,
.mp-input-with-icon svg { color: #697a96; font-size: 18px; flex: 0 0 auto; }
.mp-search-field input,
.mp-input-with-icon input { border: 0; color: #35445f; font-family: inherit; font-size: 12px; outline: 0; width: 100%; }
.mp-filter-button { align-items: center; background: #fff; border: 1px solid #dce3ef; border-radius: 6px; color: #53637e; cursor: pointer; display: flex; font-size: 12px; gap: 6px; height: 36px; padding: 0 12px; }
.mp-price-notice { background: #f4f8ff; border: 1px solid #d6e5ff; border-radius: 6px; color: #44638e; display: flex; flex-direction: column; gap: 6px; padding: 13px; position: absolute; right: 14px; top: 14px; width: 176px; }
.mp-price-notice > svg { color: #1766e8; font-size: 20px; }
.mp-price-notice strong { color: #263a5e; font-size: 12px; }
.mp-price-notice span { font-size: 11px; line-height: 1.55; }
.mp-table-title { justify-content: space-between; margin: 18px 0 9px; }
.mp-table-title h2 { color: #23314f; font-size: 14px; margin: 0; }
.mp-table-title span { color: #71809d; font-size: 11px; }
.mp-link-button { background: transparent; border: 0; color: #1766e8; cursor: pointer; font-size: 12px; font-weight: 600; padding: 0; }
.mp-status { border-radius: 4px; display: inline-flex; font-size: 10px; font-weight: 600; padding: 4px 7px; white-space: nowrap; }
.mp-status--success { background: #ecf9ef; border: 1px solid #cdeed4; color: #219443; }
.mp-status--warning { background: #fff8e8; border: 1px solid #fae4af; color: #bb7a00; }
.mp-status--orange { background: #fff4e7; border: 1px solid #ffdcaf; color: #d27b09; }
.mp-status--purple { background: #f7f0ff; border: 1px solid #e4d2fa; color: #8055c6; }
.mp-status--blue { background: #edf5ff; border: 1px solid #c9e0ff; color: #1766d9; }
.mp-status--teal { background: #edfbfb; border: 1px solid #c7eeee; color: #148a8b; }

.mp-panel-backdrop { background: rgba(19, 34, 65, .18); border: 0; bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 1; }
.side-modal:has(.mp-wizard),
.side-modal:has(.mp-tracking) { z-index: 2; }
.side-modal:has(.mp-wizard) > .header,
.side-modal:has(.mp-tracking) > .header { height: 69px; padding: 14px 22px; }
.side-modal:has(.mp-wizard) > .body,
.side-modal:has(.mp-tracking) > .body { height: calc(100vh - 141px); padding: 0 20px 16px; }
.mp-panel-heading { gap: 10px; }
.mp-panel-heading > svg { color: #1766e8; font-size: 27px; }
.mp-panel-heading strong { color: #1c315b; display: block; font-size: 16px; }
.mp-panel-heading small { color: #71809d; display: block; font-size: 11px; margin-top: 2px; }

.mp-wizard { display: flex; flex-direction: column; min-height: 100%; }
.mp-stepper { align-items: flex-start; display: flex; justify-content: space-between; list-style: none; margin: 5px 2px 20px; padding: 0; }
.mp-stepper li { align-items: center; color: #7b879f; display: flex; flex: 1 1; flex-direction: column; font-size: 11px; font-weight: 600; gap: 6px; position: relative; text-align: center; }
.mp-stepper li:not(:last-child)::after { background: #e0e6ee; content: ''; height: 2px; left: calc(50% + 20px); position: absolute; right: calc(-50% + 20px); top: 17px; }
.mp-stepper li span { align-items: center; background: #fff; border: 1px solid #c8d0dd; border-radius: 50%; display: flex; font-size: 13px; height: 34px; justify-content: center; position: relative; width: 34px; z-index: 1; }
.mp-stepper li.active { color: #1766e8; }
.mp-stepper li.active span,
.mp-stepper li.completed span { background: #1766e8; border-color: #1766e8; color: #fff; }
.mp-stepper li.completed::after { background: #1766e8; }
.mp-inline-notice { align-items: flex-start; background: #f4f8ff; border: 1px solid #d5e4ff; border-radius: 6px; color: #37669e; display: flex; font-size: 12px; gap: 9px; line-height: 1.5; padding: 9px 11px; }
.mp-inline-notice svg { color: #1766e8; flex: 0 0 auto; font-size: 18px; }
.mp-wizard-context { align-items: center; border-bottom: 1px solid #edf0f5; display: flex; font-size: 11px; gap: 7px; margin: 12px 0; padding: 0 0 10px; }
.mp-wizard-context svg { color: #1766e8; font-size: 18px; }
.mp-wizard-context span { color: #71809d; }
.mp-wizard-context strong { color: #263957; }
.mp-wizard-context small { color: #8593aa; margin-left: auto; }
.mp-wizard-content { flex: 1 1; }
.mp-step-grid { display: grid; grid-gap: 12px; gap: 12px; grid-template-columns: minmax(0, 1fr) 250px; }
.mp-step-grid--contract { grid-template-columns: minmax(0, 1fr) 260px; }
.mp-step-grid--current { display: block; }
.mp-section-card,
.mp-info-card,
.mp-current-items-card,
.mp-review-card,
.mp-what-next,
.mp-tracking-stages,
.mp-tracking-aside > section { background: #fff; border: 1px solid #e2e8f1; border-radius: 8px; padding: 15px; }
.mp-section-heading { gap: 10px; margin-bottom: 14px; }
.mp-section-heading > div { align-items: center; background: #eff5ff; border-radius: 50%; color: #1766e8; display: flex; font-size: 23px; height: 38px; justify-content: center; width: 38px; }
.mp-section-heading h2 { color: #263957; font-size: 16px; margin: 0; }
.mp-section-heading p { font-size: 11px; }
.mp-info-card > h2 { align-items: center; color: #273957; display: flex; font-size: 15px; gap: 8px; margin: 0 0 14px; }
.mp-info-card > h2 svg { color: #1766e8; font-size: 23px; }
.mp-info-card > strong { color: #344763; display: block; font-size: 13px; margin-bottom: 4px; }
.mp-mini-notice { align-items: flex-start; background: #f5f9ff; border: 1px solid #d3e3ff; border-radius: 6px; color: #3564a2; display: flex; font-size: 11px; gap: 8px; line-height: 1.5; margin-top: 17px; padding: 10px; }
.mp-mini-notice svg { font-size: 17px; flex: 0 0 auto; }

.mp-table-lite { border: 1px solid #e3e8f0; border-radius: 7px; overflow: hidden; }
.mp-table-lite__header,
.mp-table-lite__row { align-items: center; display: grid; grid-gap: 8px; gap: 8px; grid-template-columns: 2.1fr .9fr 1.2fr 1fr .8fr .8fr; padding: 10px 12px; text-align: left; width: 100%; }
.mp-contract-table .mp-table-lite__header,
.mp-contract-table .mp-table-lite__row { grid-template-columns: 1.8fr 1fr 1.45fr .65fr 1fr .8fr; }
.mp-table-lite__header { background: #f8fafc; border-bottom: 1px solid #e3e8f0; color: #65738d; font-size: 10px; font-weight: 600; }
.mp-table-lite__row { background: #fff; border: 0; border-bottom: 1px solid #edf0f5; color: #4e5f7b; cursor: pointer; font-size: 11px; transition: background .15s, outline .15s; }
.mp-table-lite__row:last-child { border-bottom: 0; }
.mp-table-lite__row:hover { background: #f7faff; }
.mp-table-lite__row.selected { background: #eff6ff; box-shadow: inset 2px 0 #1766e8; }
.mp-table-lite__row strong { color: #34455f; display: block; font-size: 11px; font-weight: 600; }
.mp-table-lite__row small { color: #8490a5; display: block; font-size: 10px; margin-top: 2px; }
.mp-customer-name { align-items: center; display: flex; gap: 7px; }
.mp-customer-name > svg { background: #eff4fb; border-radius: 50%; color: #637692; font-size: 22px; padding: 4px; }
.mp-select-action { color: #1766e8; font-size: 11px; font-weight: 600; justify-self: end; }
.mp-contract-type { border-radius: 4px; display: inline-flex; font-size: 10px; padding: 5px 6px; white-space: nowrap; }
.mp-contract-type--essential { background: #eef5ff; border: 1px solid #d4e4fd; color: #1766d9; }
.mp-contract-type--premium { background: #edf4ff; border: 1px solid #d4e5ff; color: #0f65d7; }
.mp-contract-type--care { background: #f8efff; border: 1px solid #ead7ff; color: #8a54cc; }
.mp-contract-rules { display: flex; flex-direction: column; gap: 15px; }
.mp-contract-rules > div { align-items: center; display: flex; gap: 9px; }
.mp-contract-rules > div > svg { background: #f2f6ff; border-radius: 50%; color: #1766e8; font-size: 25px; padding: 7px; }
.mp-contract-rules strong { color: #2e405f; display: block; font-size: 12px; }
.mp-contract-rules small { color: #63718a; display: block; font-size: 10px; margin-top: 2px; }
.mp-contract-rules.horizontal { flex-direction: row; justify-content: space-between; }
.mp-contract-rules.horizontal > div { flex: 1 1; }

.mp-context-summary { background: #fff; border: 1px solid #e2e8f1; border-radius: 8px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-bottom: 12px; padding: 12px; }
.mp-context-summary > div,
.mp-tracking-summary > div { align-items: center; border-right: 1px solid #e7ebf2; display: flex; gap: 8px; min-width: 0; padding: 0 10px; }
.mp-context-summary > div:first-child,
.mp-tracking-summary > div:first-child { padding-left: 0; }
.mp-context-summary > div:last-child,
.mp-tracking-summary > div:last-child { border-right: 0; }
.mp-context-icon { align-items: center; background: #f0f5ff; border-radius: 50%; color: #1766e8; display: flex; flex: 0 0 auto; font-size: 19px; height: 32px; justify-content: center; width: 32px; }
.mp-context-summary small,
.mp-tracking-summary small { color: #7d899e; display: block; font-size: 9px; }
.mp-context-summary strong,
.mp-tracking-summary strong { color: #31425e; display: block; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-context-summary.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mp-context-summary.compact > div:first-child { display: none; }
.mp-current-items-card { margin-top: 12px; }
.mp-current-columns { display: grid; grid-gap: 18px; gap: 18px; grid-template-columns: 1.1fr .9fr; }
.mp-current-columns.single { grid-template-columns: minmax(0, 1fr); }
.mp-current-table { border: 1px solid #e4e9f1; border-radius: 7px; overflow: hidden; }
.mp-current-table h3 { background: #f8fafc; border-bottom: 2px solid #1766e8; color: #1766e8; font-size: 12px; margin: 0; padding: 10px 13px; }
.mp-current-row { align-items: center; border-bottom: 1px solid #edf0f5; display: grid; grid-gap: 7px; gap: 7px; grid-template-columns: 30px 1fr auto auto; padding: 10px 12px; }
.mp-current-row:last-child { border-bottom: 0; }
.mp-current-row strong { color: #40506a; font-size: 11px; }
.mp-current-row > span:nth-last-child(2) { color: #53647f; font-size: 11px; justify-self: end; text-align: right; }
.mp-product-symbol { align-items: center; background: linear-gradient(135deg, #1464e7, #a05ee1); border-radius: 6px; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 11px; font-weight: 700; height: 23px; justify-content: center; width: 23px; }
.mp-current-items-card > .mp-inline-notice { margin-top: 14px; }

.mp-catalog-layout { min-width: 0; }
.mp-catalog-workspace { display: grid; grid-gap: 0; gap: 0; grid-template-columns: minmax(360px, 1fr) 245px 210px; margin-top: 12px; }
.mp-catalog-main,
.mp-catalog-services,
.mp-selected-items { border: 1px solid #e2e8f1; min-width: 0; padding: 13px; }
.mp-catalog-main { border-radius: 8px 0 0 8px; }
.mp-catalog-services { background: #fbfcff; border-left: 0; }
.mp-selected-items { border-left: 0; border-radius: 0 8px 8px 0; }
.mp-catalog-tabs { border-bottom: 1px solid #e5eaf2; display: flex; gap: 20px; margin: 0 -13px 12px; padding: 0 13px; }
.mp-catalog-tabs span { align-items: center; border-bottom: 2px solid transparent; color: #64728c; display: flex; font-size: 11px; font-weight: 600; gap: 6px; padding: 0 2px 9px; }
.mp-catalog-tabs span.active { border-bottom-color: #1766e8; color: #1766e8; }
.mp-catalog-filters { display: grid; grid-gap: 9px; gap: 9px; grid-template-columns: 1fr 145px; margin-bottom: 11px; }
.mp-catalog-filters select,
.mp-filter-panel select { border: 1px solid #dce3ef; border-radius: 6px; color: #53637c; font-family: inherit; font-size: 11px; outline: 0; padding: 0 8px; }
.mp-product-grid { display: grid; grid-gap: 8px; gap: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mp-product-card { border: 1px solid #e3e8f0; border-radius: 6px; display: flex; flex-direction: column; min-height: 200px; padding: 10px; }
.mp-product-card.selected { border-color: #9bc4ff; box-shadow: 0 0 0 1px #dbeaff; }
.mp-product-card__title { align-items: flex-start; display: flex; gap: 7px; }
.mp-product-card__title strong { color: #354760; font-size: 11px; line-height: 1.2; }
.mp-product-category { align-self: flex-start; background: #edf5ff; border-radius: 3px; color: #1766d8; font-size: 9px; margin: 8px 0; padding: 3px 5px; }
.mp-product-card p { color: #66758d; flex: 1 1; font-size: 10px; line-height: 1.45; margin: 0 0 10px; }
.mp-quantity { align-items: center; display: flex; justify-content: space-between; margin-bottom: 8px; }
.mp-quantity > span { color: #54647d; font-size: 10px; font-weight: 600; }
.mp-quantity > div { align-items: center; border: 1px solid #dce3ef; border-radius: 4px; display: flex; }
.mp-quantity button { background: #fff; border: 0; color: #1766e8; cursor: pointer; font-size: 16px; height: 25px; width: 24px; }
.mp-quantity strong { color: #485b77; font-size: 11px; min-width: 19px; text-align: center; }
.mp-product-add { background: #fff; border: 1px solid #1766e8; border-radius: 4px; color: #1766e8; cursor: pointer; font-size: 10px; font-weight: 600; padding: 6px; }
.mp-catalog-services h3,
.mp-selected-items h3 { color: #31425f; font-size: 13px; margin: 0; }
.mp-catalog-services > p { color: #77859e; font-size: 10px; margin: 5px 0 11px; }
.mp-service-option { align-items: flex-start; border: 1px solid #e1e7f0; border-radius: 5px; cursor: pointer; display: flex; gap: 8px; margin-bottom: 7px; padding: 8px; }
.mp-service-option input { accent-color: #1766e8; margin: 2px 0 0; }
.mp-service-option strong { color: #43536e; display: block; font-size: 10px; }
.mp-service-option small { color: #76849b; display: block; font-size: 9px; line-height: 1.35; margin-top: 2px; }
.mp-empty-service { color: #65748e; font-size: 11px; line-height: 1.5; padding: 11px 2px; }
.mp-empty-service svg { color: #1766e8; margin-right: 5px; }
.mp-service-description { margin-top: 13px; }
.mp-service-description > small { color: #8490a4; display: block; font-size: 10px; margin-top: 4px; text-align: right; }
.mp-selected-items { position: relative; }
.mp-selected-count { background: #edf5ff; border-radius: 4px; color: #1766d8; font-size: 9px; font-weight: 600; padding: 5px 7px; position: absolute; right: 12px; top: 11px; }
.mp-selected-list { margin-top: 14px; }
.mp-selected-list > div { align-items: center; border-bottom: 1px solid #edf0f4; display: flex; gap: 8px; padding: 9px 0; }
.mp-selected-list > div:last-child { border-bottom: 0; }
.mp-selected-list strong { color: #485975; display: block; font-size: 10px; }
.mp-selected-list small { color: #7b879c; display: block; font-size: 9px; margin-top: 2px; }
.mp-empty-items { color: #7b879d; font-size: 11px; margin: 14px 0; }
.mp-contract-explainer { align-items: center; background: #f7faff; border: 1px solid #dce8ff; border-radius: 7px; display: flex; gap: 10px; margin-top: 10px; padding: 10px 12px; }
.mp-contract-explainer > svg { color: #1766e8; font-size: 19px; }

.mp-review-grid { display: grid; grid-gap: 10px; gap: 10px; grid-template-columns: 1.05fr .95fr; }
.mp-review-card h3,
.mp-what-next h3 { align-items: center; color: #30435f; display: flex; font-size: 13px; gap: 7px; margin: 0 0 11px; }
.mp-review-card h3 svg { color: #1766e8; font-size: 20px; }
.mp-review-card--description { min-height: 96px; }
.mp-review-card--description p { color: #596983; font-size: 12px; line-height: 1.55; margin: 0; white-space: pre-wrap; }
.mp-review-card--notice { background: #fffaf0; border-color: #fae2ad; color: #66748c; }
.mp-review-card--notice > svg { color: #ec9c00; font-size: 25px; }
.mp-review-card--notice strong { color: #475873; display: block; font-size: 12px; margin: 7px 0 3px; }
.mp-review-card--notice p { font-size: 11px; line-height: 1.45; margin: 0; }
.mp-review-confirm { align-items: flex-start; background: #f4f8ff; border: 1px solid #bbd7ff; border-radius: 6px; color: #426390; cursor: pointer; display: flex; font-size: 11px; gap: 9px; line-height: 1.45; margin: 11px 0; padding: 10px 12px; }
.mp-review-confirm input { accent-color: #1766e8; margin-top: 2px; }
.mp-what-next { margin-top: 10px; }
.mp-what-next-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mp-what-next-list > div { border-right: 1px solid #e7ebf1; padding: 0 11px; position: relative; }
.mp-what-next-list > div:first-child { padding-left: 0; }
.mp-what-next-list > div:last-child { border-right: 0; }
.mp-what-next-list span { align-items: center; background: #1766e8; border-radius: 50%; color: #fff; display: flex; font-size: 10px; height: 20px; justify-content: center; margin-bottom: 6px; width: 20px; }
.mp-what-next-list strong { color: #3f506d; display: block; font-size: 11px; }
.mp-what-next-list p { color: #748299; font-size: 9px; line-height: 1.4; margin: 4px 0 0; }
.mp-submitted-step { align-items: center; display: flex; flex: 1 1; flex-direction: column; justify-content: center; min-height: 390px; text-align: center; }
.mp-submitted-icon { align-items: center; background: #ecf9ef; border-radius: 50%; color: #22a34a; display: flex; font-size: 48px; height: 86px; justify-content: center; width: 86px; }
.mp-submitted-step h2 { color: #263b5c; font-size: 21px; margin: 16px 0 5px; }
.mp-submitted-step p { color: #718099; font-size: 13px; margin: 0 0 17px; }
.mp-submitted-step .mp-inline-notice { margin-top: 18px; max-width: 520px; text-align: left; }
.mp-wizard-footer { background: #fff; border-top: 1px solid #e5eaf1; bottom: 0; justify-content: space-between; margin: 15px -20px -16px; padding: 12px 20px; position: sticky; z-index: 3; }
.mp-wizard-footer > div { display: flex; gap: 8px; }
.mp-btn { align-items: center; border: 1px solid transparent; border-radius: 6px; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 600; gap: 6px; justify-content: center; padding: 9px 13px; }
.mp-btn:disabled { cursor: not-allowed; opacity: .45; }
.mp-btn--secondary { background: #fff; border-color: #cfd8e6; color: #455670; }
.mp-btn--ghost { background: #fff; color: #61708a; }
.mp-btn--danger { background: #d94d48; border-color: #d94d48; color: #fff; }

.mp-tracking-intro { margin: 3px 0 12px; }
.mp-tracking-summary { background: #fff; border: 1px solid #e2e8f1; border-radius: 8px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); padding: 12px; }
.mp-tracking-summary .mp-status { margin-top: 3px; }
.mp-tracking-grid { display: grid; grid-gap: 12px; gap: 12px; grid-template-columns: 1.25fr .75fr; margin-top: 12px; }
.mp-tracking-stages h3,
.mp-tracking-aside h3 { color: #32445f; font-size: 13px; margin: 0 0 12px; }
.mp-tracking-aside h3 { align-items: center; display: flex; gap: 7px; }
.mp-tracking-aside h3 svg { color: #1766e8; font-size: 19px; }
.mp-tracking-stages ol { list-style: none; margin: 0; padding: 0; }
.mp-tracking-stages li { align-items: flex-start; display: grid; grid-gap: 10px; gap: 10px; grid-template-columns: 29px 1fr auto; min-height: 43px; position: relative; }
.mp-tracking-stages li:not(:last-child)::before { background: #d9e0eb; bottom: -1px; content: ''; left: 13px; position: absolute; top: 28px; width: 2px; }
.mp-stage-marker { align-items: center; background: #fff; border: 1px solid #ccd5e2; border-radius: 50%; color: #718099; display: flex; font-size: 11px; height: 27px; justify-content: center; position: relative; width: 27px; z-index: 1; }
.mp-tracking-stages li.completed .mp-stage-marker { background: #27ab54; border-color: #27ab54; color: #fff; }
.mp-tracking-stages li.inprogress .mp-stage-marker { background: #1766e8; border-color: #1766e8; color: #fff; }
.mp-tracking-stages li.waitingcustomer .mp-stage-marker { background: #f5a623; border-color: #f5a623; color: #fff; }
.mp-tracking-stages li strong { color: #465871; display: block; font-size: 11px; padding-top: 6px; }
.mp-stage-status { border-radius: 4px; font-size: 10px; margin-top: 4px; padding: 4px 7px; white-space: nowrap; }
.mp-stage-status--completed { background: #ecf9ef; color: #239546; }
.mp-stage-status--inprogress { background: #eaf3ff; color: #1766d8; }
.mp-stage-status--notstarted { background: #f3f4f7; color: #7d8798; }
.mp-stage-status--waitingcustomer { background: #fff4e6; color: #cf7c09; }
.mp-substages { background: #f4f8ff; border: 1px solid #d7e6ff; border-radius: 6px; display: flex; flex-direction: column; gap: 5px; margin: 7px 0 8px; padding: 8px; }
.mp-substages span { color: #647590; font-size: 10px; }
.mp-substages svg { color: #1766e8; vertical-align: middle; }
.mp-tracking-aside { display: flex; flex-direction: column; gap: 10px; }
.mp-update { display: flex; gap: 9px; padding: 5px 0; }
.mp-update > span { background: #1766e8; border: 3px solid #e7f0ff; border-radius: 50%; height: 10px; margin-top: 6px; width: 10px; }
.mp-update small { color: #8190a6; font-size: 9px; }
.mp-update p { color: #53647c; font-size: 11px; line-height: 1.45; margin: 2px 0 0; }
.mp-text-action { align-items: center; background: transparent; border: 0; color: #1766e8; cursor: pointer; display: flex; font-family: inherit; font-size: 10px; gap: 4px; margin-top: 8px; padding: 0; }
.mp-no-actions { align-items: center; background: #f5f9ff; border: 1px solid #d6e5ff; border-radius: 6px; color: #526987; display: flex; font-size: 10px; gap: 7px; justify-content: center; padding: 12px; }
.mp-no-actions svg { color: #1766e8; font-size: 17px; }
.mp-tracking-aside .mp-inline-notice { font-size: 10px; }

.mp-history-card { margin-top: 12px; padding: 18px; }
.mp-history-card > div:first-child { justify-content: space-between; }
.mp-history-card h2 { color: #263a5a; font-size: 17px; margin: 0; }
.mp-history-card ol { list-style: none; margin: 17px 0 0; padding: 0; }
.mp-history-card li { align-items: flex-start; border-bottom: 1px solid #edf0f5; display: grid; grid-gap: 12px; gap: 12px; grid-template-columns: 32px 1fr auto; padding: 12px 0; }
.mp-history-card li:last-child { border-bottom: 0; }
.mp-history-marker { align-items: center; background: #eef5ff; border-radius: 50%; color: #1766e8; display: flex; height: 30px; justify-content: center; width: 30px; }
.mp-history-card li small { color: #8a96a9; display: block; font-size: 10px; }
.mp-history-card li button { background: transparent; border: 0; color: #1766e8; cursor: pointer; display: inline; font-size: 11px; font-weight: 600; padding: 0; }
.mp-history-card li strong { color: #3e516e; display: block; font-size: 12px; margin-top: 2px; }
.mp-history-card li p { font-size: 10px; margin-top: 3px; }

.mp-filter-layer,
.mp-confirm-layer { align-items: flex-start; background: rgba(20, 35, 62, .35); bottom: 0; display: flex; justify-content: flex-end; left: 0; position: fixed; right: 0; top: 0; z-index: 900; }
.mp-filter-panel { background: #fff; box-shadow: -8px 0 24px rgba(30, 47, 80, .18); height: 100%; padding: 21px; width: 320px; }
.mp-filter-panel > div:first-child { justify-content: space-between; }
.mp-filter-panel h2 { color: #263957; font-size: 18px; margin: 0; }
.mp-filter-panel > div:first-child button { background: transparent; border: 0; color: #65728b; cursor: pointer; font-size: 22px; }
.mp-filter-panel label { color: #53637e; display: block; font-size: 12px; font-weight: 600; margin-top: 20px; }
.mp-filter-panel select { display: block; height: 38px; margin-top: 6px; width: 100%; }
.mp-filter-panel > div:last-child { bottom: 20px; gap: 8px; position: absolute; right: 20px; }
.mp-confirm-layer { align-items: center; justify-content: center; z-index: 1000; }
.mp-confirm-card { background: #fff; border-radius: 10px; box-shadow: 0 10px 38px rgba(25, 42, 74, .28); max-width: 370px; padding: 24px; text-align: center; }
.mp-confirm-card > svg { color: #ef9d05; font-size: 34px; }
.mp-confirm-card h3 { color: #2d405f; margin: 9px 0 5px; }
.mp-confirm-card p { color: #718099; font-size: 12px; line-height: 1.5; margin: 0 0 18px; }
.mp-confirm-card > div { display: flex; gap: 8px; justify-content: center; }

@media (max-width: 1100px) {
    .mp-catalog-workspace { grid-template-columns: minmax(350px, 1fr) 230px; }
    .mp-selected-items { border-left: 1px solid #e2e8f1; border-radius: 0 0 8px 8px; grid-column: span 2; }
    .mp-catalog-main { border-radius: 8px 0 0 0; }
    .mp-catalog-services { border-radius: 0 8px 0 0; }
    .mp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mp-tracking-summary { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 0; }
}

@media (max-width: 760px) {
    .mp-page-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
    .mp-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mp-filter-row { margin-right: 0; }
    .mp-price-notice { margin-top: 10px; position: static; width: auto; }
    .mp-step-grid,
    .mp-current-columns,
    .mp-tracking-grid,
    .mp-review-grid { grid-template-columns: 1fr; }
    .mp-context-summary { grid-template-columns: 1fr 1fr; gap: 10px; }
    .mp-context-summary > div { border-right: 0; padding: 0; }
    .mp-table-lite { overflow-x: auto; }
    .mp-table-lite__header,
    .mp-table-lite__row { min-width: 720px; }
    .mp-catalog-workspace { display: block; }
    .mp-catalog-main,
    .mp-catalog-services,
    .mp-selected-items { border: 1px solid #e2e8f1; border-radius: 8px; margin-bottom: 10px; }
    .mp-product-grid { grid-template-columns: 1fr; }
    .mp-stepper { overflow-x: auto; justify-content: flex-start; }
    .mp-stepper li { flex: 0 0 95px; }
    .mp-what-next-list { grid-template-columns: 1fr 1fr; gap: 11px; }
    .mp-what-next-list > div { border-right: 0; padding: 0; }
    .mp-wizard-footer { flex-wrap: wrap; gap: 9px; }
    .mp-tracking-summary { grid-template-columns: 1fr 1fr; }
    .mp-tracking-stages li { grid-template-columns: 28px 1fr; }
    .mp-stage-status { grid-column: 2; justify-self: start; margin-top: -5px; }
}
.severity-container {
    display: flex;
    width: 102px;
    height: 25px;
    border-radius: 4px;
    gap: 10px;
}

.severity-container span {
    text-align: center;
    margin: auto;
    padding: 4px 0;
    width: 100%;
    font-size: 12px;
}

.title-with-selector-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.suggestionAIText {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    display: -webkit-box;
    font-size: 14px;
    margin: 12px 0 12px 12px;
    color: var(--text-dark);
}

.suggestionAIText.expanded {
    line-clamp: initial;
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

.suggestionAIText p,
.suggestionAIText ul,
.suggestionAIText ol {
    margin: 0 0 8px 0;
}

.suggestionAIText ul,
.suggestionAIText ol {
    padding-left: 20px;
}

.suggestionAIText ul {
    list-style: none;
    padding-left: 0;
}

.suggestionAIText ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.suggestionAIText ul li::before {
    content: "\e979";
    font-family: "Processor-Platform";
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: var(--text-dark);
}
.ellipsis-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-default);
}
.patchManagerHome {
    min-height: 45% !important;
    width: 100%
}

.iconvaluecontent.systemsPatchManager > .truncate-container > .truncate-text.description,
.iconvaluecontent.systemsPatchManager > .truncate-container > .truncate-text.data > div{
    color: #fff !important;
}
.automation-icons { 
    min-width: 15vw;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--background-lightest);
    border-radius: 5px;
}

.implantation-focused {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding: 10px
}
.livewatchdashboard iframe {
  width: 100%;
  height: calc(100vh - 123px);
}
.service-chart {
	max-height: 200px;
	width: 100%;
}

/* Título do card + dropdown de seleção (ex.: "Histórico de incidentes" / "Por categoria").
   O padding-top garante um espaço da borda superior do card, já que o card-frame não
   reserva espaço extra além do próprio padding do container. */
.title-with-selector-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* `.card-title` (global, em LCDashboard/index.css) tem altura fixa (1.6rem) e
   `align-items: flex-end`, pensado para títulos simples de uma linha. Como o dropdown é
   mais alto que 1.6rem, ele fica ancorado pela base e "vaza" para cima - por isso o
   padding-top acima sozinho não resolve (o topo do container só sobe ainda mais).
   Sobrescrevemos aqui, escopado a quando o título tem o seletor, para a altura acompanhar
   o conteúdo e alinhar pelo centro em vez da base. */
.lcdashboard .card-title:has(.title-with-selector-container) {
	height: auto;
	align-items: center;
}

/* .dashboard-saas .graph-card {
    background-color: #FFF;
    height: 15.625rem;
    width: 21.875rem;
    margin-right: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    padding-bottom: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
    padding-top: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 160%;
    color: #434a63;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
    padding-top: 1rem;
}

.dashboard-saas .button {
    width: 7rem;
} */
.row.domainsInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 11px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    padding: 5px;
    transition: opacity .8s ease;
    position: absolute; 
    width: 14%;
}

.iconValueInsights {
    opacity: 0;
    transition: opacity .2s ease;
    padding-right: 10px;

}

.row.domainsInsights.show,
.iconValueInsights.show,
.row.subscriptionInsights.show {
    opacity: 1; 
    transition: opacity .6s ease;
    display: flex;
}

.row.subscriptionInsights {
    opacity: 0; 
    color: #898da6;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    text-align: left;
    align-items: flex-start;
    transition: opacity .6s ease;
    position: absolute; 
    width: 30%;
    flex-direction: column;
    height: 30%;
    display: none;
}

.row.subscriptionInsights >.row {
    padding: 1px 5px;
}
.LiveWatchHome {
    min-height: 45% !important;
} 
.LiveWatchHomeWithXDR {
    min-height: 50% !important;
} 

@media (max-width: 1500px) {
    .LiveWatchHomeWithXDR {
        min-height: 40% !important;
    } 
}

/* .dashboard-saas .graph-card {
    background-color: #FFF;
    height: 15.625rem;
    width: 21.875rem;
    margin-right: 0.625rem !important;
    margin-bottom: 0.625rem !important;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-title {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    padding-bottom: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle {
    padding-top: 0rem;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle span {
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    line-height: 160%;
    color: #434a63;
}

.dashboard-saas .graph-card .graph-card-body .graph-card-subtitle canvas {
    padding-top: 1rem;
}

.dashboard-saas .button {
    width: 7rem;
} */
.hidden {
    display:none;
}

.hidden {
    display:none;
}

.hidden {
    display:none;
}

/* .assistant-dashboard {
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  
  header {
    background-color: #003366;
    color: white;
    padding: 20px;
    text-align: center;
  }
  
  .content {
    display: flex;
    flex: 1;
  }
  
  aside {
    width: 20%;
    background-color: #fff;
    padding: 10px;
    border-right: 1px solid #ddd;
  }
  
  aside button {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #003366;
    color: white;
    border: none;
    cursor: pointer;
  }
  
  aside ul {
    list-style: none;
    padding: 0;
  }
  
  aside li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  
  aside li:hover {
    background-color: #ddd;
  }
  
  main {
    flex: 1;
    padding: 20px;
  }
  
  .assistant-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .assistant-details h2 {
    margin-top: 0;
  }
  
  .assistant-details button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #003366;
    color: white;
    border: none;
    cursor: pointer;
  }
   */
   /* .listItem {
    height: 40px;
  
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .listItemText {
    height: 40px;
 
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .assistant-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #ddd;
  }
  
  .assistant-list-item:hover {
    background-color: #f9f9f9;
  } */

  

  /* .assistant-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
    border-bottom: 1px solid #ddd;
  }
  
  .assistant-list-item:hover {
    background-color: #f9f9f9;
  }
  
  .assistant-list-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .assistant-list-actions Button {
    margin: 4px 0;
  }*/

  .list-item {
    max-height: 150px;
    overflow: hidden;
    position: relative;
  }
  
  .list-item:hover {
    overflow: auto;
  }
  
  .listItemText {
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .list-item:hover .listItemText {
    white-space: normal;
  }
  
  .button-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .icon-button {
    cursor: pointer;
    margin-bottom: 8px;
  }
  .icon-button {
    cursor: pointer;
  } 
  .icon-button .MuiIconButton-root {
    font-size: 20px; 
  } 
  
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Escurecendo o fundo para dar destaque ao modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff; /* Definindo o fundo do modal como branco */
    color: #000000; /* Definindo a cor do texto como preto */
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.authentication-input-field {
    min-width: 70%;
}

.authentication-input-field.lc-input {
    min-width: 80%;
}

h2 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.authentication-input {
    place-content: space-between;
}

.pp-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

    .pp-button:hover {
        background-color: #0056b3;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fundo escuro para destacar o modal */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background-color: #ffffff; /* Fundo branco para o modal */
    color: #000000; /* Texto em preto */
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

    .radio-group label {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.pp-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

    .pp-button:hover {
        background-color: #0056b3;
    }

.file-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.file-list li {
    display: flex;
    align-items: center;
    margin-right: 10px;
    min-width: 50px;
    /* Set minimum width */
    max-width: 200px;
    /* Adjust this value as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    /* Prevent shrinking below min-width */
}

.file-icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.file-details {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    min-width: 0;
}

.file-details p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.delete-button {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    margin-left: auto;
}

.upload-progress-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.upload-progress {
    width: 100%;
    margin-bottom: 5px;
}

.hide {
    display: none;
}

.scrollable-containerA {
    overflow-x: auto;
    /* Enable horizontal scrolling */
    padding-bottom: 5px;
    /* Space to avoid scrollbar overlap */
}

.delete-button {
    background: none;
    border: none;
    color: #d9534f;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.dialog-actions {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;
}

.text-field {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
}

.MuiDialog-paperWidthMd {
    max-width: 70% !important;
}

.css-hz1bth-MuiDialog-container {
    min-width: calc(100vw);

}

.css-rnmm7m-MuiPaper-root-MuiDialog-paper {

    min-height: calc(80vh);
}

.css-rnmm7m-MuiPaper-root-MuiDialog-paper {
    min-height: calc(80vh);

}

.icon-button {
    cursor: pointer;
}

.icon-button .MuiIconButton-root {
    font-size: 20px;
    /* Adjust the size as needed */
}

.icon-button-send {
    padding: 0.3rem 1.2rem;
    border: 0;
    border-radius: 4px;
    height: 55px;
    cursor: pointer;
    font-weight: 600;
    font-family: "Ubuntu", sans-serif;
    min-width: 55px;
    FONT-WEIGHT: 500;
    font-size: large;
}
/* ExpandingTextarea.css */
.textarea-container-parent {}

.textarea-container {
    display: flex;
    align-items: center;
    border: 1px solid var(--line-outline);
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    flex-grow: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    /* Light */
}

.textarea-container.focused {
    border-color: var(--color-secondary-lime);
    box-shadow: 0 0 0 1px #DFFF00;
}

.textarea-container .textarea {
    line-height: 24px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
    background-color: transparent;
    font-size: 14px;
    color: var(--text-default);
    flex-grow: 1;    
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-bottom: 4px;
}

.send-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    margin-left: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;

}

.send-button.focused {
    background-color: var(--color-secondary-lime);
}

.send-button-icon {
    transition: color 0.3s;
}

.send-button-icon.focused {
    color: var(--text-default);
}

.send-button-icon.unfocused {
    color: #cccccf;
}
.IcebreakerQuestions_icebreakerquestionscontainer__8zwiK {
    border-radius: 8px;    
    position: relative;
    display: flex;
    max-width: calc(35vw); 
    flex-direction: column;
    color: var(--text-light);
    justify-content: center;
    
    font: 300 10px/14px Ubuntu, -apple-system, Roboto, Helvetica, sans-serif;
    overflow: hidden;
}

.IcebreakerQuestions_decorativeArrow__a36Zl {    
    position: relative; /* Use absolute para posicionar corretamente */
    width: 16px;
    height: 16px;
    background-color: #fff;
    rotate: 45deg;
    left: 50%; /* Ajuste conforme necessário */
    bottom: 2px; /* Ajuste conforme necessário */
    transform: translateX(-50%);
}

.IcebreakerQuestions_questionsWrapper__2Xfo1 {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: start;
    cursor: grab; /* Change cursor to indicate draggable area */
    padding: 12px 0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(71, 31, 204, 0.15) !important;
    margin: 18px 18px 0 18px;
    
}

.IcebreakerQuestions_icon__3TLkp {    
    cursor: pointer;
    margin: auto 4px;    
}
 
.IcebreakerQuestions_questionsContainer__IiQ\+S {
    overflow-x: auto;
    display: flex;
    align-self: stretch;
    align-items: start;
    gap: 8px;
    flex: 1 1;
    margin: auto 0;
    scroll-behavior: smooth;
    /* Hide scrollbar */
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

    .IcebreakerQuestions_questionsContainer__IiQ\+S::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Opera */
    }


.IcebreakerQuestions_question__Tr04N {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    align-self: stretch;
    flex: 1 1;
    align-content: center;
    flex-wrap: wrap;
    border-radius: 8px;
    border: 1px solid #e2e6f3;
    border: 1px solid var(--Fundos-02, #e2e6f3);
    min-height: 40px;
    gap: 8px;
    min-width: 130px;
    padding: 4px 8px;
    cursor: pointer;    
}

.IcebreakerQuestions_question__Tr04N:hover {
    border: 1px solid var(--color-secondary-lime);
}
.marketing {
  height: calc(100vh - 120px);
  margin: 0 15%;
}
.marketing .preview {
  z-index: -1;
  height: 200px;
  overflow-y: visible;
}
.marketing .preview > .image {
  width: 100%;
  height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
.marketing h1,
.marketing h2,
.marketing h3,
.marketing h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  color: var(--primary);
}
.marketing h1 {
  padding: 0 150px;
  font-size: 2rem;
  text-align: center;
}
.marketing ul {
  margin: 20px 0;
}
.marketing p {
  margin: 20px 0;
}
.marketing p::first-letter {
  margin-left: 20px;
}
.marketing .block {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.marketing .block > span {
  cursor: pointer;
  background-color: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
}
.marketing > .modal-marketing {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.marketing > .modal-marketing.visible {
  display: block;
}
.marketing > .modal-marketing > .shadow {
  height: 50vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6274509804);
}
.marketing > .modal-marketing > .content {
  height: 50vh;
  width: 100vw;
  padding: 20px 15%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.marketing > .modal-marketing > .content > .header {
  display: flex;
  justify-content: flex-end;
}
.marketing > .modal-marketing > .content > .body {
  height: 50vh;
  overflow: auto;
}
.marketing > .modal-marketing > .content > .body > h1,
.marketing > .modal-marketing > .content > .body h2,
.marketing > .modal-marketing > .content > .body h3 {
  color: rgb(66, 155, 214);
}
.marketing > .modal-marketing > .content > .body > p {
  font-size: 1.2rem;
  color: #fff;
}
.detailsSystemPlataform {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
}
.evenly{
    align-content: space-evenly;    
}
.headerSystemDetails {
    width: 100%;
    display: flex;
    background-color: #f1f5fb;
    padding: 1rem;
    justify-content: space-between;
    border-radius: 10px;
    /* box-shadow: 4px 4px 18px 0px rgba(58, 79, 135, 0.2); */
}

.systemDetail {
    display: flex;
    flex-direction: column;
    font-size: .75rem;
    justify-content: space-around;
}

.systemDetail>h3 {
    margin-left: 10px;
}

.systemDetail>div {
    display: flex;
    align-items: center;
}

.systemDetail>P>span.systemDetailLabel {
    color: #9196a9
}

.severityLabelDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    height: 20px;
    border-radius: 5px;
    color: #fff;
    font-size: .7rem;
    text-overflow: ellipsis;
    max-width: 110px;
}

.bodySystem h4 {
    margin: 1rem 0;
    color: #8B90A3;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.overflowEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.operationalSystem {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: .75rem;
}

.severityBox {
    min-width: 1.5rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 1.5rem;
    color: #ffffff;
    padding: 2px 3px;
}

.agentStatus {
    display: flex;
    align-items: center;
    justify-content: center;

}

.bodySystem > .lc-datatableinfinite > .body > .row >.cells, .bodySystem > .lc-datatableinfinite > .header > .row >.cells {
    margin-left: 0px;
}
    

.container-login {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
    align-self: center;
    max-width: 1300px;
}

.container-login .logolc {
    display: flex;
    align-items: flex-start;
    width: calc(100% - 52px);
}

.container-login .logolc img {
    width: 300px;
}


.container-login .content-login {
    margin-left: 5%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
}

.container-login .content-login .title {
    display: flex;
    align-items: flex-start;
}

.container-login .content-login .title h2 {
    width: 30.375rem;
    color: #8C40E3;
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px !important;
}

.container-login .content-login .buttons {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap:2rem;
}

.container-login .content-login .buttons button {
    width: 14rem;
    height: 2.5rem;
    border: 2px solid #471FCC;
    background-color: #fff;
    border-radius: 20px;
    outline: none;
    color: #471FCC;
    font-family: 'Ubuntu';
    font-size: 14px;
    font-weight: 600;
}

.container-login .content-login .buttons button:not(:last-child) {
    margin-bottom: 14px;
}

.container-login .content-login .buttons button:hover {    
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border: 2px solid #8C40E3;
    color:#8C40E3;
    cursor: pointer;
}

.container-login .content-login .buttons .emailLogin {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.container-login .content-login .buttons .emailLogin.visible {
    height: 200px;
    padding-top: 10px;
}

.container-login .content-login .authorize {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    display: inline;
    color: #471FCC;
    cursor: pointer;
}

.container-login .content-login span:hover {
    color: #8C40E3;
}

.container-login .spline {
    width: 100%;
    max-width: 500px;
}

.container-login .authorize-container {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.container-login .logo-container {
    display: flex;
    flex-direction: column;
    gap:2rem;
}

.container-login button.pp-button { 
    background-color: #E2E6F3;
    color: #2E1956 !important;
}

button.pp-button.bg-info {
    background-color: #9FA3FF !important;
    color: #2E1956 !important;
}

button.pp-button.bg-info:hover {
    background-color: #C3C6FD !important;
}

.text-danger {
    color:#DC291E !important;
}

/* Indicador discreto de otimização de assets */
.asset-optimization-indicator {
    margin-top: 1rem;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.asset-optimization-indicator small {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}

.asset-optimization-indicator:hover {
    opacity: 1;
}

/* Tela de selecao de provedor */
.provider-select-screen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
}

.provider-select-title {
    font-size: 18px;
    font-weight: 500;
    color: #471FCC;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

.provider-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
}

.provider-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 44px;
    border-radius: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.provider-button.microsoft {
    background-color: #fff;
    border: 2px solid #471FCC;
    color: #471FCC;
}

.provider-button.microsoft:hover {
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border-color: #8C40E3;
    color: #8C40E3;
}

.provider-button.microsoft svg {
    flex-shrink: 0;
}

.provider-button.google {
    background-color: #fff;
    border: 2px solid #471FCC;
    color: #471FCC;
}

.provider-button.google:hover {
    box-shadow: 0 0 4px 6px rgba(71, 31, 204, 0.06);
    border-color: #8C40E3;
    color: #8C40E3;
}

.provider-button.google svg {
    flex-shrink: 0;
}

.provider-back-button {
    background: none;
    border: none;
    color: #471FCC;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    margin-top: 0.5rem;
}

.provider-back-button:hover {
    color: #8C40E3;
    text-decoration: underline;
}

.google-help-toggle {
    background: none;
    border: none;
    color: #471FCC;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

.google-help-toggle:hover {
    color: #8C40E3;
}

.google-help-panel {
    width: 100%;
    max-width: 340px;
    background-color: #f6f4ff;
    border: 1px solid #d8cffb;
    border-radius: 12px;
    padding: 14px 16px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #2b2b2b;
    line-height: 1.45;
}

.google-help-title {
    font-weight: 600;
    color: #471FCC;
    margin: 0 0 8px;
}

.google-help-panel p {
    margin: 0 0 8px;
}

.google-help-steps {
    margin: 0 0 10px;
    padding-left: 18px;
}

.google-help-steps li {
    margin-bottom: 4px;
}

.google-help-clientid {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #d8cffb;
    border-radius: 8px;
    padding: 6px 8px;
    margin-bottom: 8px;
}

.google-help-clientid code {
    flex: 1 1;
    font-size: 11px;
    word-break: break-all;
    color: #471FCC;
}

.google-help-copy {
    flex-shrink: 0;
    background-color: #471FCC;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
}

.google-help-copy:hover {
    background-color: #8C40E3;
}

.google-help-note {
    font-size: 12px;
    color: #555;
    margin: 0;
}

.provider-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
    gap: 1rem;
    width: 100%;
}

.provider-loading p {
    color: #666;
    font-size: 14px;
    margin: 0;
}
