/* ==========================================================================
   IREVIEW ADMIN DEMO

   The reputation dashboard, ported from the standalone build in
   C:\Users\admin\Desktop\ireview_html_css_js. This is that app's own
   css/style.css and css/app.css, unchanged except that every rule is
   scoped under .irv2-demo so nothing here can reach the rest of the site:
   its :root variables now sit on the scope root, its * reset applies only
   inside it, and its body rule became the scope element itself.

   Generated, not hand-written. Re-run the scoping pass rather than editing
   this file, or the next drop from the product team will overwrite it.
   ========================================================================== */

@font-face {
  font-family: "Poppins-Regular";
  src: url(../ireview2-demo/fonts/Poppins-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../ireview2-demo/fonts/Poppins-Medium.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../ireview2-demo/fonts/Poppins-Bold.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../ireview2-demo/fonts/Poppins-Regular.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../ireview2-demo/fonts/Poppins-Medium.woff2) format('woff2');
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url(../ireview2-demo/fonts/Poppins-Bold.woff2) format('woff2');
  font-display: swap;
}

/* ---------------- from style.css ---------------- */
.irv2-demo {
    --brand: #1E8E5A;
    --brand-2: #1BB07C;
    --brand-soft: #DCFCE7;
    --brand-dark: #166B44;
    --blue: #00B4E5;
    --blue-dark: #0092BC;
    --ink: #25313C;
    --text: #1E1E1E;
    --text-2: #464E5F;
    --text-3: #8A93A2;
    --surface: #FFFFFF;
    --surface-2: #F7F8FA;
    --page: #F4F7FA;
    --column-bg: #F1F3F5;
    --border: #E4E7EB;
    --border-soft: #EEF0F3;
    --danger: #E23D3D;
    --danger-soft: #FDECEC;
    --warn: #D98A0B;
    --warn-soft: #FDF3E0;
    --gold: #F2B01E;
    --shadow-card: 0 0 0 1px rgba(16, 24, 40, 0.05);
    --shadow-pop: 0 12px 28px rgba(16, 24, 40, 0.16);
    --radius: 9px;
    --page-bg: linear-gradient(180deg, #FFFFFF 0%, #F2F7F4 55%, #E8F1EC 100%);
    --laptop-shell: #2B3038;
    --laptop-base: #171A1F;
    --laptop-notch: #0E1013;
}
.irv2-demo * {
    box-sizing: border-box;
}
.irv2-demo {
    margin: 0;
    background: var(--page-bg);
    color: var(--text);
    font-family: "Poppins", -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
}
.irv2-demo button {
    font-family: inherit;
    cursor: pointer;
}
.irv2-demo input, .irv2-demo textarea {
    font-family: inherit;
}
.irv2-demo svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}
.irv2-demo .demo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 52px 24px 72px;
    overflow-x: hidden;
}
.irv2-demo .demo-heading {
    margin: 0 0 10px;
    max-width: 720px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: #101828;
}
.irv2-demo .demo-caption {
    margin: 0 0 34px;
    max-width: 580px;
    font-size: 14.5px;
    line-height: 1.55;
    text-align: center;
    color: #667085;
}
.irv2-demo .laptop {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1500px;
}
.irv2-demo .laptop-lid {
    width: 100%;
    padding: 12px;
    border-radius: 16px;
    background: var(--laptop-shell);
    box-shadow: 0 30px 60px rgba(16, 24, 40, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.irv2-demo .laptop-screen {
    display: flex;
    flex-direction: column;
    height: min(78vh, 790px);
    min-height: 600px;
    border-radius: 8px;
    background: var(--surface);
    overflow: hidden;
}
.irv2-demo .browser-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 36px;
    flex: 0 0 36px;
    padding: 0 14px;
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
}
.irv2-demo .browser-dots {
    display: flex;
    gap: 6px;
    flex: 0 0 auto;
}
.irv2-demo .browser-dots i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FF5F57;
}
.irv2-demo .browser-dots i:nth-child(2) {
    background: #FEBC2E;
}
.irv2-demo .browser-dots i:nth-child(3) {
    background: #28C840;
}
.irv2-demo .browser-url {
    flex: 1 1 auto;
    padding: 4px 12px;
    border-radius: 6px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text-3);
    font-size: 11.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.irv2-demo .laptop-base {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% + 72px);
    height: 13px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, var(--laptop-shell) 0%, var(--laptop-base) 100%);
    box-shadow: 0 14px 24px rgba(16, 24, 40, 0.2);
}
.irv2-demo .laptop-notch {
    width: 96px;
    height: 6px;
    border-radius: 0 0 6px 6px;
    background: var(--laptop-notch);
}
.irv2-demo .page-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.irv2-demo .page-head h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .page-head p {
    margin: 4px 0 0;
    font-size: 14px;
    color: var(--text-3);
}
.irv2-demo .page-actions {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}
.irv2-demo .page-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.irv2-demo .star-row {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.irv2-demo .star-item {
    display: flex;
    color: #D8DDE3;
}
.irv2-demo .star-item.on {
    color: var(--gold);
}
.irv2-demo .star-item svg {
    width: 17px;
    height: 17px;
}
.irv2-demo .star-row .star-item svg {
    width: 15px;
    height: 15px;
}
.irv2-demo .ring {
    position: relative;
    width: 116px;
    height: 116px;
    border-radius: 50%;
}
.irv2-demo .ring::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border-radius: 50%;
    background: var(--surface);
}
.irv2-demo .ring-lg {
    width: 152px;
    height: 152px;
}
.irv2-demo .ring-lg::after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.irv2-demo .ring-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.irv2-demo .ring-center strong {
    font-size: 26px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .ring-lg .ring-center strong {
    font-size: 32px;
}
.irv2-demo .ring-center span {
    font-size: 12px;
    color: var(--text-3);
}
.irv2-demo .ring-wrap {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}
.irv2-demo .stat-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.irv2-demo .stat-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 150px;
    padding: 14px 16px;
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}
.irv2-demo .stat-card h6 {
    margin: 0;
    font-size: 11.5px;
    font-weight: 400;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.irv2-demo .stat-card strong {
    font-size: 22px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .alert {
    padding: 11px 15px;
    border-radius: 8px;
    font-size: 13px;
}
.irv2-demo .alert-warn {
    background: var(--warn-soft);
    color: #8A5A05;
}
.irv2-demo .panel-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: stretch;
}
.irv2-demo .panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    min-width: 280px;
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.irv2-demo .panel-wide {
    flex: 1 1 420px;
}
.irv2-demo .panel-full {
    flex: 1 1 100%;
}
.irv2-demo .panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 15px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .panel-head h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-2);
}
.irv2-demo .panel-meta {
    font-size: 11.5px;
    color: var(--text-3);
    text-align: right;
}
.irv2-demo .panel-body {
    flex: 1 1 auto;
    padding: 13px 15px 15px;
}
.irv2-demo .panel-body-flush {
    padding: 0;
}
.irv2-demo .muted {
    color: var(--text-3);
}
.irv2-demo .bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.irv2-demo .bar-row:last-child {
    margin-bottom: 0;
}
.irv2-demo .bar-label {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 40px;
    flex: 0 0 40px;
    font-size: 12.5px;
    color: var(--text-2);
}
.irv2-demo .bar-label svg {
    width: 12px;
    height: 12px;
    color: var(--gold);
}
.irv2-demo .bar-track {
    flex: 1 1 auto;
    height: 8px;
    border-radius: 4px;
    background: var(--surface-2);
    overflow: hidden;
}
.irv2-demo .bar-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
    background: var(--brand);
}
.irv2-demo .bar-value {
    width: 84px;
    flex: 0 0 84px;
    text-align: right;
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .source-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .source-row:last-child {
    border-bottom: 0;
}
.irv2-demo .source-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.irv2-demo .source-name {
    flex: 1 1 auto;
    font-size: 13px;
}
.irv2-demo .source-stat {
    width: 58px;
    flex: 0 0 58px;
    text-align: right;
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .source-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.irv2-demo .source-inline .source-mark {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    border-radius: 6px;
    font-size: 10.5px;
}
.irv2-demo .donut-wrap {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.irv2-demo .donut {
    position: relative;
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    border-radius: 50%;
}
.irv2-demo .donut::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 50%;
    background: var(--surface);
}
.irv2-demo .donut-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.irv2-demo .donut-center strong {
    font-size: 18px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .donut-center span {
    font-size: 10px;
    color: var(--text-3);
}
.irv2-demo .legend {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.irv2-demo .legend-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--text-2);
}
.irv2-demo .legend-row i {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    flex: 0 0 9px;
}
.irv2-demo .legend-row strong {
    font-weight: 500;
    color: var(--text);
}
.irv2-demo .legend-total {
    padding-top: 6px;
    border-top: 1px solid var(--border-soft);
}
.irv2-demo .keyword-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 0;
    border-bottom: 1px solid var(--border-soft);
    font-size: 13px;
}
.irv2-demo .keyword-row:last-child {
    border-bottom: 0;
}
.irv2-demo .sentiment-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex: 0 0 8px;
}
.irv2-demo .sentiment-dot.positive {
    background: var(--brand);
}
.irv2-demo .sentiment-dot.neutral {
    background: #3F7BE0;
}
.irv2-demo .sentiment-dot.negative {
    background: var(--danger);
}
.irv2-demo .kw-name {
    flex: 1 1 auto;
}
.irv2-demo .kw-phrase {
    width: 62px;
    flex: 0 0 62px;
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .kw-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 11.5px;
    color: var(--text-2);
}
.irv2-demo .kw-rating svg {
    width: 11px;
    height: 11px;
    color: var(--gold);
}
.irv2-demo .phrase-group h6 {
    margin: 0 0 7px;
    font-size: 11.5px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--text-3);
}
.irv2-demo .phrase-group + .phrase-group {
    margin-top: 14px;
}
.irv2-demo .phrase-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 6px;
    font-size: 12.5px;
}
.irv2-demo .phrase-row.pos {
    background: var(--brand-soft);
    color: var(--brand);
}
.irv2-demo .phrase-row.neg {
    background: var(--danger-soft);
    color: var(--danger);
}
.irv2-demo .chart {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    height: 140px;
    padding-top: 8px;
}
.irv2-demo .chart-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    height: 100%;
    justify-content: flex-end;
}
.irv2-demo .chart-bar {
    width: 100%;
    max-width: 32px;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, var(--brand) 0%, rgba(30, 142, 90, 0.5) 100%);
}
.irv2-demo .chart-col span {
    font-size: 10.5px;
    color: var(--text-3);
}
.irv2-demo .chart-col strong {
    font-size: 11px;
    font-weight: 500;
    color: var(--text-2);
}
.irv2-demo .big-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}
.irv2-demo .big-stat strong {
    font-size: 30px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .big-stat span {
    font-size: 12px;
    color: var(--text-3);
}
.irv2-demo .mini-stats {
    display: flex;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .mini-stats > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
}
.irv2-demo .mini-stats strong {
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .mini-stats span {
    font-size: 11px;
    color: var(--text-3);
}
.irv2-demo .table-wrap {
    overflow-x: auto;
}
.irv2-demo .table-wrap::-webkit-scrollbar {
    height: 8px;
}
.irv2-demo .table-wrap::-webkit-scrollbar-thumb {
    background: #D6DBE1;
    border-radius: 4px;
}
.irv2-demo .data-table {
    width: 100%;
    border-collapse: collapse;
}
.irv2-demo .data-table th {
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400;
    color: var(--text-3);
    text-align: left;
    white-space: nowrap;
    border-bottom: 1px solid var(--border-soft);
    background: var(--surface-2);
}
.irv2-demo .data-table td {
    padding: 11px 15px;
    font-size: 12.5px;
    color: var(--text);
    border-bottom: 1px solid var(--border-soft);
    vertical-align: middle;
}
.irv2-demo .data-table tbody tr:last-child td {
    border-bottom: 0;
}
.irv2-demo .data-table tbody tr:hover {
    background: var(--surface-2);
}
.irv2-demo .cell-text {
    display: block;
    max-width: 340px;
}
.irv2-demo .swatch {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 7px;
    border-radius: 3px;
    vertical-align: -1px;
}
.irv2-demo .row-actions {
    color: #1E4FAD;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
}
.irv2-demo .pill {
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 9px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
}
.irv2-demo .pill-ok {
    background: var(--brand-soft);
    color: var(--brand);
}
.irv2-demo .pill-info {
    background: #E8F1FD;
    color: #1E4FAD;
}
.irv2-demo .pill-warn {
    background: var(--warn-soft);
    color: var(--warn);
}
.irv2-demo .pill-bad {
    background: var(--danger-soft);
    color: var(--danger);
}
.irv2-demo .pill-off {
    background: var(--surface-2);
    color: var(--text-3);
}
.irv2-demo .trend {
    font-size: 12px;
    color: var(--text-3);
}
.irv2-demo .trend.up {
    color: var(--brand);
}
.irv2-demo .trend.down {
    color: var(--danger);
}
.irv2-demo .toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--border-soft);
    font-size: 13px;
}
.irv2-demo .toggle-row:last-child {
    border-bottom: 0;
}
.irv2-demo .switch {
    width: 38px;
    height: 20px;
    flex: 0 0 38px;
    padding: 2px;
    border: 0;
    border-radius: 11px;
    background: #D6DBE1;
    transition: background 0.18s ease;
}
.irv2-demo .switch i {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.18s ease;
}
.irv2-demo .switch.on {
    background: var(--brand);
}
.irv2-demo .switch.on i {
    transform: translateX(18px);
}
.irv2-demo .form-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.irv2-demo .form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 220px;
}
.irv2-demo .form-field-wide {
    flex-basis: 100%;
}
.irv2-demo .form-field > span {
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .form-input {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 11px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: var(--surface);
    font-size: 13px;
    color: var(--text);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.irv2-demo .form-input.is-select {
    position: relative;
    background: var(--surface-2);
}
.irv2-demo .form-input.is-select::after {
    content: "";
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid var(--text-3);
    border-bottom: 1.5px solid var(--text-3);
    transform: rotate(45deg) translateY(-2px);
}
.irv2-demo .form-field textarea {
    padding: 9px 11px;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-size: 13px;
    color: var(--text);
    resize: vertical;
}
.irv2-demo .checklist-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .checklist-row:last-child {
    border-bottom: 0;
}
.irv2-demo .checklist-row.pending {
    color: var(--text-3);
}
.irv2-demo .mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border-radius: 50%;
    color: #fff;
}
.irv2-demo .mark svg {
    width: 11px;
    height: 11px;
}
.irv2-demo .mark.done {
    background: var(--brand-2);
}
.irv2-demo .mark.todo {
    background: var(--surface-2);
    border: 1px solid var(--border);
}
.irv2-demo .achv-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    border-bottom: 1px solid var(--border-soft);
    font-size: 13px;
}
.irv2-demo .achv-row:last-child {
    border-bottom: 0;
}
.irv2-demo .achv-name {
    width: 190px;
    flex: 0 0 190px;
}
.irv2-demo .ap-row {
    padding: 13px 15px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .ap-row:last-child {
    border-bottom: 0;
}
.irv2-demo .ap-head {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 7px;
    font-size: 13px;
}
.irv2-demo .ap-row p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-2);
}
.irv2-demo .ap-actions {
    display: flex;
    gap: 7px;
}
.irv2-demo .mini-review {
    padding: 11px 0;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .mini-review:last-child {
    border-bottom: 0;
}
.irv2-demo .mini-review p {
    margin: 7px 0 5px;
    font-size: 13px;
    line-height: 1.45;
}
.irv2-demo .qr-box {
    display: flex;
    flex-wrap: wrap;
    width: 144px;
    margin: 0 auto;
    padding: 8px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
}
.irv2-demo .qr-box span {
    width: 14px;
    height: 14px;
    background: transparent;
}
.irv2-demo .qr-box span.on {
    background: var(--brand);
}
.irv2-demo .qr-note {
    margin: 10px 0 0;
    text-align: center;
    font-size: 11.5px;
}
.irv2-demo .link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.irv2-demo .link-list li {
    padding: 9px 0;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .link-list li:last-child {
    border-bottom: 0;
}
.irv2-demo .link-list a {
    color: #1E4FAD;
    font-size: 13px;
    text-decoration: none;
}
.irv2-demo .timeline {
    display: flex;
    flex-direction: column;
    padding: 6px 15px 12px;
}
.irv2-demo .timeline-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .timeline-row:last-child {
    border-bottom: 0;
}
.irv2-demo .timeline-date {
    width: 66px;
    flex: 0 0 66px;
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .timeline-track {
    position: relative;
    flex: 1 1 auto;
    height: 22px;
    border-radius: 5px;
    background: var(--surface-2);
    overflow: hidden;
}
.irv2-demo .timeline-fill {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 8px;
    border-radius: 5px;
    background: var(--brand);
    color: #fff;
    font-size: 10.5px;
    white-space: nowrap;
}
.irv2-demo .timeline-fill.late {
    background: var(--danger);
}
.irv2-demo .timeline-fill.soon {
    background: var(--warn);
}
.irv2-demo .timeline-fill.ai {
    background: #0FA3B1;
}
.irv2-demo .page-body-reviews {
    gap: 14px;
}
.irv2-demo .filter-bar {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
}
.irv2-demo .filter-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 150px;
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: var(--text-2);
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}
.irv2-demo .filter-cell.has-border {
    border-left: 1px solid var(--border);
}
.irv2-demo .filter-search {
    justify-content: flex-start;
    flex: 1 1 190px;
    color: var(--text-3);
    cursor: text;
}
.irv2-demo .filter-search input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 14px;
    outline: none;
}
.irv2-demo .filter-caret {
    width: 7px;
    height: 7px;
    border-right: 1.6px solid var(--text-3);
    border-bottom: 1.6px solid var(--text-3);
    transform: rotate(45deg) translateY(-2px);
}
.irv2-demo .filter-order {
    font-weight: 500;
    color: var(--ink);
    border-left: 1px solid var(--border);
}
.irv2-demo .filter-cell:hover:not(.filter-search) {
    background: var(--surface-2);
}
.irv2-demo .review-boxes {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.irv2-demo .review-box {
    position: relative;
    flex: 1 1 200px;
    min-width: 190px;
    padding: 16px 18px 18px;
    background: var(--surface);
    border-radius: 10px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.irv2-demo .review-box h6 {
    position: relative;
    z-index: 1;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
}
.irv2-demo .review-box strong {
    position: relative;
    z-index: 1;
    font-size: 34px;
    font-weight: 600;
    color: var(--ink);
}
.irv2-demo .box-info {
    position: absolute;
    top: 10px;
    right: 11px;
    z-index: 2;
    display: flex;
    color: var(--text-3);
    opacity: 0.5;
}
.irv2-demo .box-info svg {
    width: 14px;
    height: 14px;
}
.irv2-demo .box-art {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 96px;
    height: 86px;
    transform: translateY(-50%);
    opacity: 0.12;
}
.irv2-demo .tone-blue h6, .irv2-demo .tone-blue .box-art {
    color: #1B96D6;
}
.irv2-demo .tone-green h6, .irv2-demo .tone-green .box-art {
    color: var(--brand-2);
}
.irv2-demo .tone-red h6, .irv2-demo .tone-red .box-art {
    color: #E23D3D;
}
.irv2-demo .tone-orange h6, .irv2-demo .tone-orange .box-art {
    color: #F0932B;
}
.irv2-demo .tag-chips-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.irv2-demo .expand-tags-btn {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 16px;
    border: 1px solid #18AEE3;
    border-radius: 18px;
    background: var(--surface);
    color: #18AEE3;
    font-size: 13px;
}
.irv2-demo .expand-tags-btn.on {
    background: #18AEE3;
    color: #fff;
}
.irv2-demo .tag-chips {
    display: flex;
    gap: 9px;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.irv2-demo .tag-chips.open {
    flex-wrap: wrap;
    overflow: visible;
}
.irv2-demo .tag-chip {
    flex: 0 0 auto;
    height: 34px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 18px;
    font-size: 13px;
    white-space: nowrap;
}
.irv2-demo .tag-scroll-btn {
    position: absolute;
    top: 0;
    right: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 34px;
    border: 0;
    background: linear-gradient(90deg, rgba(244, 247, 250, 0) 0%, var(--page) 45%);
    color: var(--text-2);
}
.irv2-demo .review-workspace {
    display: flex;
    gap: 16px;
    align-items: stretch;
    flex-wrap: wrap;
}
.irv2-demo .review-panel {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border-radius: 10px;
    box-shadow: var(--shadow-card);
    overflow: hidden;
}
.irv2-demo .review-list-panel {
    flex: 0 0 calc(25% - 12px);
    min-width: 0;
}
.irv2-demo .review-threads-panel {
    flex: 0 0 calc(41.666667% - 12px);
    min-width: 0;
}
.irv2-demo .review-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 0 0 calc(33.333333% - 12px);
    min-width: 0;
}
.irv2-demo .review-panel-tabs {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border-bottom: 1px solid var(--border-soft);
    flex: 0 0 auto;
}
.irv2-demo .review-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 44px;
    padding: 0 6px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: var(--text-3);
    font-size: 15px;
}
.irv2-demo .review-tab span {
    font-size: 13px;
    color: var(--text-3);
}
.irv2-demo .review-tab:hover {
    color: var(--text);
}
.irv2-demo .review-tab.active {
    color: var(--ink);
    border-bottom-color: #18AEE3;
    font-weight: 500;
}
.irv2-demo .review-tab.active span {
    color: var(--text-2);
}
.irv2-demo .review-list-scroll {
    flex: 1 1 auto;
    max-height: 520px;
    overflow-y: auto;
    padding: 8px 0;
}
.irv2-demo .review-list-scroll::-webkit-scrollbar {
    width: 6px;
}
.irv2-demo .review-list-scroll::-webkit-scrollbar-thumb {
    background: #D6DBE1;
    border-radius: 3px;
}
.irv2-demo .review-item {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    border-left: 3px solid transparent;
    cursor: pointer;
}
.irv2-demo .review-item:hover {
    background: var(--surface-2);
}
.irv2-demo .review-item.active {
    background: #FFF9E6;
}
.irv2-demo .review-item-logo {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    object-fit: contain;
}
.irv2-demo .review-item-body {
    flex: 1 1 auto;
    min-width: 0;
}
.irv2-demo .review-item-head {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.irv2-demo .review-item-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
}
.irv2-demo .review-item-head .star-item svg {
    width: 12px;
    height: 12px;
}
.irv2-demo .review-emoji {
    font-size: 13px;
}
.irv2-demo .unread-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #18AEE3;
}
.irv2-demo .review-item-date {
    display: block;
    margin-top: 2px;
    font-size: 11.5px;
    color: var(--text-3);
}
.irv2-demo .review-item-body p {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.45;
}
.irv2-demo .review-item-foot {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    color: var(--text-2);
}
.irv2-demo .review-item-loc {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.irv2-demo .review-item-loc svg {
    width: 13px;
    height: 13px;
    color: var(--text-3);
}
.irv2-demo .review-actions-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 11px 14px;
    flex: 0 0 auto;
}
.irv2-demo .assign-select {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: var(--text-2);
    font-size: 13.5px;
    cursor: pointer;
}
.irv2-demo .assign-select svg {
    width: 15px;
    height: 15px;
}
.irv2-demo .kebab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 30px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--text-2);
    padding: 0;
}
.irv2-demo .kebab-btn:hover {
    background: var(--surface-2);
}
.irv2-demo .dropdown {
    position: relative;
}
.irv2-demo .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 60;
    min-width: 186px;
    padding: 10px;
    background: var(--surface);
    border-radius: 14px;
    box-shadow: 0 10px 34px rgba(16, 24, 40, 0.16), 0 0 0 1px rgba(16, 24, 40, 0.04);
}
.irv2-demo .dropdown-menu.open {
    display: block;
}
.irv2-demo #reviewMoreMenu button {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 11px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--ink);
    font-size: 15px;
    text-align: left;
}
.irv2-demo #reviewMoreMenu button svg {
    width: 19px;
    height: 19px;
    color: var(--text-2);
}
.irv2-demo #reviewMoreMenu button:hover {
    background: var(--surface-2);
}
.irv2-demo #reviewMoreMenu button:hover svg {
    color: var(--brand);
}
.irv2-demo .review-actions-right {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
}
.irv2-demo .btn-disabled {
    background: #E5E5E5;
    color: #909090;
    cursor: default;
}
.irv2-demo .btn-green {
    background: #4CAF50;
    color: #fff;
}
.irv2-demo .btn-green-outline {
    background: var(--surface);
    border: 1px solid #4CAF50;
    color: #4CAF50;
}
.irv2-demo .btn-green-outline:hover {
    background: #F1FAF1;
}
.irv2-demo .thread-scroll {
    flex: 1 1 auto;
    min-height: 220px;
    max-height: 340px;
    overflow-y: auto;
    padding: 14px;
}
.irv2-demo .thread-scroll::-webkit-scrollbar {
    width: 6px;
}
.irv2-demo .thread-scroll::-webkit-scrollbar-thumb {
    background: #D6DBE1;
    border-radius: 3px;
}
.irv2-demo .activity-list {
    display: flex;
    flex-direction: column;
}
.irv2-demo .activity-row {
    display: flex;
    gap: 11px;
    padding: 9px 0;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .activity-row:last-child {
    border-bottom: 0;
}
.irv2-demo .activity-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 5px;
    border-radius: 50%;
    background: #18AEE3;
}
.irv2-demo .activity-row h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.irv2-demo .activity-row span {
    font-size: 11px;
    color: var(--text-3);
}
.irv2-demo .review-empty {
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    flex: 2 1 380px;
    min-width: 320px;
}
.irv2-demo .review-empty p {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--text-3);
}
.irv2-demo .review-empty-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.irv2-demo .empty-illustration {
    width: 200px;
    height: 128px;
}
.irv2-demo .reply-composer {
    flex: 0 0 auto;
    padding: 12px 14px;
    border-top: 1px solid var(--border-soft);
}
.irv2-demo .reply-type-btns {
    display: flex;
    gap: 7px;
    margin-bottom: 9px;
}
.irv2-demo .reply-type-btns button {
    height: 28px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: var(--surface);
    color: var(--text-2);
    font-size: 12px;
}
.irv2-demo .reply-type-btns button.active {
    background: #18AEE3;
    border-color: #18AEE3;
    color: #fff;
}
.irv2-demo .reply-composer textarea, .irv2-demo .review-reply-empty textarea {
    width: 100%;
    padding: 9px 11px;
    border: 1px solid var(--border);
    border-radius: 7px;
    font-size: 13px;
    color: var(--text);
    resize: vertical;
    outline: none;
}
.irv2-demo .reply-composer-foot {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 9px;
}
.irv2-demo .review-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 15px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .review-panel-head h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--ink);
}
.irv2-demo .assign-tag-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 28px;
    padding: 0 11px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: var(--surface);
    color: var(--text-2);
    font-size: 12px;
}
.irv2-demo .assign-tag-btn svg {
    width: 13px;
    height: 13px;
}
.irv2-demo .assign-tag-btn:hover {
    border-color: #18AEE3;
    color: #18AEE3;
}
.irv2-demo .review-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 13px 15px;
}
.irv2-demo .review-tags span {
    padding: 4px 11px;
    border-radius: 14px;
    color: #fff;
    font-size: 12px;
}
.irv2-demo .review-tags span.muted {
    background: transparent;
    color: var(--text-3);
    padding: 0;
}
.irv2-demo .platform-rail {
    display: flex;
    flex-direction: column;
    width: 40px;
    flex: 0 0 40px;
    background: var(--surface);
    border-left: 1px solid #E6EAF0;
    overflow-y: auto;
}
.irv2-demo .platform-rail::-webkit-scrollbar {
    width: 0;
}
.irv2-demo .rail-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    background: transparent;
    padding: 0;
}
.irv2-demo .rail-btn:hover {
    background: #F1F4F9;
}
.irv2-demo .rail-btn.is-active {
    background: var(--brand-soft);
}
.irv2-demo .rail-mark {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.55;
}
.irv2-demo .rail-btn:hover .rail-mark, .irv2-demo .rail-btn.is-active .rail-mark {
    opacity: 1;
}
.irv2-demo .rail-tip {
    display: none;
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 9px;
    border-radius: 5px;
    background: var(--ink);
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}
.irv2-demo .rail-btn:hover .rail-tip {
    display: block;
}
.irv2-demo .notif-panel, .irv2-demo .apps-panel {
    display: none;
    position: absolute;
    top: 88px;
    right: 52px;
    z-index: 80;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 10px;
    box-shadow: var(--shadow-pop);
    overflow: hidden;
}
.irv2-demo .notif-panel {
    width: 310px;
}
.irv2-demo .apps-panel {
    width: 268px;
}
.irv2-demo .notif-panel.open, .irv2-demo .apps-panel.open {
    display: block;
}
.irv2-demo .notif-head, .irv2-demo .apps-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 13px;
    border-bottom: 1px solid var(--border-soft);
    font-size: 13px;
    font-weight: 500;
}
.irv2-demo .notif-head span {
    font-size: 11px;
    font-weight: 400;
    color: var(--brand);
}
.irv2-demo .notif-list {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
}
.irv2-demo .notif-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 10px 13px;
    border-bottom: 1px solid var(--border-soft);
}
.irv2-demo .notif-item:last-child {
    border-bottom: 0;
}
.irv2-demo .notif-item i {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--brand);
}
.irv2-demo .notif-item.read i {
    background: var(--border);
}
.irv2-demo .notif-item h6 {
    margin: 0;
    font-size: 12.5px;
    font-weight: 400;
}
.irv2-demo .notif-item span {
    font-size: 11px;
    color: var(--text-3);
}
.irv2-demo .apps-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 9px;
}
.irv2-demo .app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 80px;
    padding: 9px 4px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--text-2);
    font-size: 10px;
    text-align: center;
    line-height: 1.3;
}
.irv2-demo .app-item:hover {
    background: var(--surface-2);
}
.irv2-demo .app-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
}
.irv2-demo .help-fab {
    position: absolute;
    right: 56px;
    bottom: 22px;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: #F5A623;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(245, 166, 35, 0.4);
}
@media (max-width: 1100px) {
.irv2-demo .platform-rail {
        display: none;
    }
.irv2-demo .notif-panel, .irv2-demo .apps-panel {
        right: 16px;
    }
.irv2-demo .help-fab {
        right: 18px;
    }
}
@media (max-width: 860px) {
.irv2-demo .sidebar {
        width: 66px;
        flex-basis: 66px;
    }
.irv2-demo .sidebar .logo-text, .irv2-demo .sidebar .sidebar-section-label, .irv2-demo .sidebar .nav-text, .irv2-demo .sidebar .nav-arrow, .irv2-demo .sidebar .nav-badge, .irv2-demo .sidebar .nav-children, .irv2-demo .sidebar .user-info, .irv2-demo .sidebar .user-more {
        display: none;
    }
.irv2-demo .sidebar .nav-link {
        justify-content: center;
    }
.irv2-demo .setup-item {
        width: 50%;
    }
}

/* ---------------- from app.css ---------------- */
.irv2-demo {
    --kore-primary: #002574;
    --kore-primary-hover: #001e5d;
    --kore-accent: rgb(39, 174, 96);
    --kore-accent-secondary: #ffbd00;
    --kore-bg: #fff;
    --kore-header-bg: #fafafa;
    --kore-text: #212529;
    --kore-text-secondary: #333;
    --kore-text-muted: #555;
    --kore-bot-msg-bg: #f0f4f6;
    --kore-border: #eee;
    --kore-border-light: #e5e5e5;
    --kore-hover-bg: #eee;
    --kore-hover-bg-subtle: #f8fcfe;
    --kore-placeholder: #999;
}
.irv2-demo .app-viewport {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: #edf0f873;
}
.irv2-demo .app-shell {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1010px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform-origin: top left;
    background: #edf0f873;
    font-family: "Poppins-Regular", sans-serif;
}
.irv2-demo .app-frame {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}
.irv2-demo .app-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}
.irv2-demo .app-content-row {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}
.irv2-demo .d-flex { display: flex; }
.irv2-demo .d-block { display: block; }
.irv2-demo .align-items-center { align-items: center; }
.irv2-demo .align-items-start { align-items: flex-start; }
.irv2-demo .justify-content-center { justify-content: center; }
.irv2-demo .justify-content-between { justify-content: space-between; }
.irv2-demo .justify-content-end { justify-content: flex-end; }
.irv2-demo .flex-wrap { flex-wrap: wrap; }
.irv2-demo .flex-column { flex-direction: column !important; }
.irv2-demo .gap-10 { gap: 10px; }
.irv2-demo .m-auto { margin: auto; }
.irv2-demo .p-0 { padding: 0 !important; }
.irv2-demo .position-relative { position: relative; }
.irv2-demo .padding-20 { padding: 20px; }
.irv2-demo .custom-scrollbar-vertical {
    scrollbar-color: #e5e5e5 transparent;
    scrollbar-width: thin;
}
.irv2-demo .custom-scrollbar-vertical::-webkit-scrollbar {
    width: 7px;
    background-color: #e9e6e6;
    height: 7px;
    border-radius: 12px;
}
.irv2-demo .custom-scrollbar-vertical::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}
.irv2-demo .custom-scrollbar-vertical::-webkit-scrollbar-thumb {
    background: rgba(186, 187, 189, 0.5);
    border-radius: 100px;
}
.irv2-demo .custom-scrollbar-vertical::-webkit-scrollbar-thumb:hover {
    background: rgba(183, 185, 187, 0.5);
}
.irv2-demo #banner {
    flex: 0 0 auto;
}
.irv2-demo .demo-banner {
    background-color: #C91C25;
    color: #fff;
    font-family: "Poppins-Regular";
    padding: 6px;
    font-size: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 37px;
    height: fit-content;
    box-sizing: border-box;
}
.irv2-demo .demo-banner a {
    text-decoration: none;
    color: yellow;
    font-family: "Poppins-Medium";
    margin-left: 10px;
}
.irv2-demo .new-sys-sidebar {
    width: 230px;
    flex: 0 0 230px;
    display: flex;
    flex-direction: column;
    min-height: 0;
    transition: width 0.3s ease, flex-basis 0.3s ease;
}
.irv2-demo .new-sys-sidebar.collapsed {
    width: 70px;
    flex: 0 0 70px;
}
.irv2-demo .new-sidebar-top {
    background: #173151;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 61px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0px 0px 0px 1px #0000000D;
    border-left: 3px solid #1E8E5A;
    flex: 0 0 auto;
}
.irv2-demo .new-sidebar-top > a {
    display: flex;
    align-items: center;
}
.irv2-demo .new-sidebar-top > a > img {
    width: 130px;
    height: auto;
    object-fit: contain;
}
.irv2-demo .logo-img-no-text {
    width: 30px !important;
    display: none;
}
.irv2-demo .new-sys-sidebar.collapsed .new-sidebar-top {
    justify-content: center;
}
.irv2-demo .new-sys-sidebar.collapsed .new-sidebar-top .logo-img-no-text {
    display: block;
}
.irv2-demo .new-sys-sidebar.collapsed .new-sidebar-top .logo-img {
    display: none;
}
.irv2-demo .sidebar-collapse-btn {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.irv2-demo .sidebar-collapse-btn svg {
    width: 20px;
    height: 20px;
}
.irv2-demo .new-sys-sidebar.light-mode .new-sidebar-top {
    background: #ffffff;
    border-bottom: 0px;
    justify-content: space-between;
    padding: 0 16px;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-collapse-btn {
    position: static;
    color: #1E1E1E;
    background: #F3F4F6;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-collapse-btn:hover {
    background-color: #E5E7EB;
}
.irv2-demo .new-sys-sidebar.light-mode.collapsed .sidebar-collapse-btn {
    width: 24px;
    height: 24px;
    background: transparent;
}
.irv2-demo .new-sys-sidebar.light-mode.collapsed .sidebar-collapse-btn svg {
    width: 14px;
    height: 14px;
}
.irv2-demo .sidebar-main-elements {
    background: #173151;
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-left: 3px solid #1E8E5A;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-main-elements {
    background: #ffffff;
}
.irv2-demo .sidebar-item-list {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.irv2-demo .sidebar-section-label {
    margin: 0;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-section-label {
    color: #1E8E5A;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 9.5px 14px;
}
.irv2-demo .new-sys-sidebar.light-mode.collapsed .sidebar-section-label {
    display: none;
}
.irv2-demo .parent-ul-container {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    padding-left: 0px;
    margin: 0px;
    scroll-behavior: smooth;
    scrollbar-color: #e5e5e5 transparent;
    scrollbar-width: thin;
}
.irv2-demo .parent-ul-container::-webkit-scrollbar {
    width: 7px;
}
.irv2-demo .parent-ul-container::-webkit-scrollbar-track {
    background: transparent;
}
.irv2-demo .parent-ul-container::-webkit-scrollbar-thumb {
    background: rgba(186, 187, 189, 0.5);
    border-radius: 7px;
}
.irv2-demo .parent-ul-container > li {
    font-family: 'Poppins-Regular';
    font-style: normal;
    list-style: none;
    font-size: 14px;
    position: relative;
    color: #DDDDDD;
}
.irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li {
    color: #1E1E1E;
}
.irv2-demo .parent-ul-container > li > div {
    width: 100%;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.irv2-demo .parent-ul-container > li > div > span {
    padding: 10px 16px;
    display: flex;
    align-items: center;
}
.irv2-demo .parent-ul-container > li > a {
    display: flex !important;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    color: inherit;
    text-decoration: none;
    padding: 10px 16px;
    background: none;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
    cursor: pointer;
}
.irv2-demo .navlink-withchildrens > svg {
    position: absolute;
    right: 10px;
    width: 14px;
    height: 14px;
}
.irv2-demo .new-sys-sidebar.light-mode .navlink-withchildrens > svg {
    color: #1E1E1E;
}
.irv2-demo .parent-ul-container > li.show .navlink-withchildrens > svg {
    transform: rotate(90deg);
}
.irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li.show .navlink-withchildrens > svg {
    color: #1E8E5A;
}
.irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li.show {
    background: linear-gradient(270deg, rgba(220, 252, 231, 0) 0%, #DCFCE7 100%);
}
.irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li.active {
    background: linear-gradient(270deg, rgba(220, 252, 231, 0) 0%, #DCFCE7 100%);
}
.irv2-demo .new-sys-sidebar .sidebar-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    color: #AAAAAA;
    flex-shrink: 0;
}
.irv2-demo .new-sys-sidebar .sidebar-nav-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}
.irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li.active .sidebar-nav-icon, .irv2-demo .new-sys-sidebar.light-mode .parent-ul-container > li.show .sidebar-nav-icon {
    color: #1E8E5A;
}
.irv2-demo .nav-link-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.irv2-demo .parent-ul-container a.is-inert, .irv2-demo .parent-ul-container .child-ul-container a.is-inert {
    cursor: default;
}
.irv2-demo .child-ul-container {
    height: 0px;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s ease-out;
    transform-origin: top left;
    padding-left: 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.irv2-demo .parent-li-item.show .child-ul-container {
    padding-bottom: 13px;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    transition: all .5s linear;
}
.irv2-demo .child-ul-container li {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    list-style: none;
    position: relative;
    text-decoration: none;
}
.irv2-demo .child-ul-container li > a {
    padding-left: 34px;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
}
.irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a, .irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a:visited {
    color: #1E1E1E;
    padding-left: 35px !important;
    position: relative;
}
.irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: rgba(30, 30, 30, 0.5);
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a.active {
    background: linear-gradient(90deg, #1E8E5A 0%, rgba(30, 142, 90, 0) 170.84%);
    color: #FFFFFF;
}
.irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a.active::before {
    background: #FFFFFF;
    opacity: 1;
}
.irv2-demo .new-sys-sidebar.light-mode .child-ul-container li > a.active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1E8E5A;
    border-radius: 0;
}
.irv2-demo .new-sys-sidebar.collapsed .sidebar-nav-icon {
    margin-right: 0;
}
.irv2-demo .new-sys-sidebar.collapsed .parent-ul-container > li > a, .irv2-demo .new-sys-sidebar.collapsed .parent-ul-container > li > div > span {
    padding: 18px;
    justify-content: center;
}
.irv2-demo .new-sys-sidebar.collapsed .nav-link-text, .irv2-demo .new-sys-sidebar.collapsed .nav-link-arrow, .irv2-demo .new-sys-sidebar.collapsed .child-ul-container {
    display: none;
}
.irv2-demo .new-sys-sidebar.light-mode.collapsed .parent-ul-container > li:hover .sidebar-nav-icon {
    color: #1E8E5A;
}
.irv2-demo .sidebar-user-section {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    margin-top: auto;
    z-index: 5;
    border-top: 0px;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-section {
    background-color: #ffffff;
    border-top-color: #eef0f4;
}
.irv2-demo .sidebar-ask-slot {
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-ask-slot {
    border-bottom-color: #eef0f4;
}
@property --gradient-angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}
@keyframes rotateBorder {
    to {
        --gradient-angle: 360deg;
    }
}
.irv2-demo .sidebar-ask-slot > .kore-chat-btn {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 12px;
    border: 0;
    border-radius: 6px;
    background: var(--kore-bg);
    font-family: "Poppins-Medium";
    font-size: 13px;
    color: var(--kore-text);
    cursor: pointer;
}
.irv2-demo .kore-chat-btn::before {
    content: "";
    position: absolute;
    inset: -1.5px;
    z-index: -2;
    border-radius: 7.5px;
    background: conic-gradient(from var(--gradient-angle, 0deg), var(--kore-border-light) 0%, var(--kore-accent) 33%, var(--kore-accent-secondary) 66%, var(--kore-border-light) 100%);
    animation: rotateBorder 3s linear infinite;
}
.irv2-demo .sidebar-ask-slot > .kore-chat-btn:hover {
    background: var(--kore-hover-bg-subtle);
}
.irv2-demo .kore-chat-btn__icon {
    width: 20px;
    height: 21px;
    flex: 0 0 auto;
}
.irv2-demo .sidebar-user-row {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    gap: 12px;
}
.irv2-demo .sidebar-user-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #D1D5DB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4B5563;
    font-family: "Poppins-Medium";
    font-size: 14px;
    font-weight: 500;
}
.irv2-demo .sidebar-user-info {
    flex: 1;
    min-width: 0;
}
.irv2-demo .sidebar-user-info h6 {
    margin: 0;
    font-family: "Poppins-Medium";
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-info h6 {
    color: #1E1E1E;
}
.irv2-demo .sidebar-user-info span {
    font-family: "Poppins-Light";
    font-size: 10px;
    color: #A9BFC7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-info span {
    color: #6B7280;
}
.irv2-demo .sidebar-user-menu-btn {
    background: none;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.irv2-demo .sidebar-user-menu-btn svg {
    width: 20px;
    height: 20px;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-menu-btn {
    color: #1E1E1E;
}
.irv2-demo .sidebar-user-menu {
    padding: 16px;
    display: none;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 8px 24px #0000001a;
    margin: 0 12px;
    border-bottom: 1px solid;
    border-radius: 6px;
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    z-index: 1;
}
.irv2-demo .sidebar-user-menu.open {
    display: flex;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-menu {
    background-color: #ffffff;
    border-bottom-color: #eef0f4;
}
.irv2-demo .sidebar-user-menu-item {
    display: block;
    padding: 10px 0 0 0;
    text-decoration: none;
    font-family: "Poppins-Regular";
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
    color: #FFFFFF;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-menu-item {
    color: #1E1E1E;
}
.irv2-demo .sidebar-user-menu-item:hover {
    color: #1E8E5A;
}
.irv2-demo .sidebar-user-menu-logout {
    border-top: 1px solid;
    padding-top: 14px;
    margin-top: 6px;
}
.irv2-demo .new-sys-sidebar.light-mode .sidebar-user-menu-logout {
    border-top-color: #eef0f4;
}
.irv2-demo .sidebar-user-menu-appearance {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
}
.irv2-demo .sidebar-user-menu-appearance > span {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #1E1E1E;
}
.irv2-demo .appearance-toggle {
    display: flex;
    background: #F3F4F6;
    border-radius: 8px;
    padding: 4px;
    gap: 4px;
}
.irv2-demo .appearance-toggle button {
    flex: 1;
    background: transparent;
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6B7280;
    transition: background-color 0.15s ease;
}
.irv2-demo .appearance-toggle button svg {
    width: 18px;
    height: 18px;
}
.irv2-demo .appearance-toggle button.active {
    background: #fff;
}
.irv2-demo .appearance-toggle button.active > svg {
    color: #FFBD00;
}
.irv2-demo .search-user-holder {
    min-height: 40px;
    background: #173151;
    box-shadow: 0px 6px 15px rgb(37 49 60 / 3%);
    padding: 0 12px;
    z-index: 5001;
    flex: 0 0 auto;
    position: relative;
}
.irv2-demo .search-user-holder.light-mode {
    background: #FFFFFF;
}
.irv2-demo .kore-top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin: 0 -12px;
    padding: 6px 16px;
    background: #173151;
}
.irv2-demo .kore-top-bar-item {
    white-space: nowrap;
    font-family: "Poppins-Regular";
    font-size: 10px;
    color: #ffffff;
}
.irv2-demo .kore-top-bar-logout {
    cursor: pointer;
}
.irv2-demo .search-user-holder.light-mode .kore-top-bar {
    background: linear-gradient(90deg, #FFFFFF -15.73%, #F5F5F5 71.07%);
}
.irv2-demo .search-user-holder.light-mode .kore-top-bar-item {
    color: #1E1E1E;
}
.irv2-demo .search-user-container {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.irv2-demo .select-search-loc {
    max-width: 538px;
    height: 38px;
    position: relative;
    display: block;
}
.irv2-demo .select-search-header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #25313C;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    border: 1px solid rgba(37, 49, 60, 0.15);
    border-radius: 3px;
    cursor: pointer;
    padding: 8px 27px 8px 48px;
    min-height: 38px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
}
.irv2-demo .select-search-header.open {
    border-color: #18AEE3;
}
.irv2-demo .select-search-header::before {
    content: url("../ireview2-demo/img/search-icon.svg");
    position: absolute;
    left: 8px;
    z-index: 1;
    background: #E6EAED;
    padding: 6px;
    top: 4px;
    border-radius: 100%;
    line-height: 0;
}
.irv2-demo .select-search-header::after {
    content: url("../ireview2-demo/img/small-down-arrow.svg");
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
}
.irv2-demo .loc-group-container-wrapper {
    position: absolute;
    z-index: 1000;
    background: #fff;
    top: 47px;
    left: 0;
    width: 470px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 14%);
    border-radius: 6px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}
.irv2-demo .loc-group-container-wrapper.open {
    display: block;
}
.irv2-demo .search-inside-dropdown {
    background: #F7F7F7;
    border-radius: 6px;
    height: 38px;
    border: 0px;
    outline: 0;
    margin: 0px 10px 10px 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding-left: 32px;
    background-position-x: 12px;
    background-image: url("../ireview2-demo/img/search.svg");
    background-repeat: no-repeat;
    background-position-y: center;
}
.irv2-demo .search-inside-dropdown::placeholder {
    color: rgba(37, 49, 60, 0.25);
    font-size: 12px;
    font-family: "Poppins-Medium";
}
.irv2-demo .loc-group-container {
    max-height: 263px;
    overflow: auto;
}
.irv2-demo .loc-group-container div label {
    color: #333333;
    font-size: 14px;
    font-family: "Poppins-Regular";
    display: block;
    cursor: pointer;
    padding: 8px 20px 8px 50px;
    position: relative;
}
.irv2-demo .element-container:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.irv2-demo .element-container.checked > label {
    background-color: #00b4e56b;
}
.irv2-demo .locked_span {
    border-radius: 3px;
    border: 1px solid #CED4DA;
    background: #EFF2F7;
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
    margin-left: 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 13px;
}
.irv2-demo .locked_span svg {
    width: 8px;
    height: 10px;
}
.irv2-demo .Location-add {
    color: #fff;
    font-family: "Poppins-Regular";
    background-color: #00B4E5;
    font-size: 13px;
    padding: 8px;
    border-radius: 3px;
    outline: 0px;
    border: 1px;
    cursor: pointer;
    margin-left: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.irv2-demo .navbar-right-side {
    display: flex;
    align-items: flex-end;
}
.irv2-demo .wallet-container, .irv2-demo .wallet-wrapper {
    align-items: center;
    display: flex;
}
.irv2-demo .wallet-wrapper {
    cursor: pointer;
    background: rgba(24, 174, 227, 0.08);
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 7px;
    margin-left: 16px;
    margin-right: 16px;
}
.irv2-demo .wallet-wrapper > div {
    line-height: 11px;
}
.irv2-demo .wallet-wrapper span {
    margin-bottom: 0;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #444545;
    font-family: "Poppins-Bold";
}
.irv2-demo .wallet-wrapper button {
    padding: 0;
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.irv2-demo .wallet-wrapper svg {
    color: #00B2E3;
    width: 23px;
    height: 23px;
    margin-left: 15px;
}
.irv2-demo .search-input-holder {
    position: relative;
    width: 110px;
    transition: width 0.3s;
}
.irv2-demo .searchbox-adm-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1E1E1E;
    width: 20px;
    height: 20px;
}
.irv2-demo .searchbox-adm-label {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1E1E1E;
    font-size: 14px;
    font-family: "Poppins-Regular";
    white-space: nowrap;
    user-select: none;
}
.irv2-demo .searchbox-adm-input {
    border: 0;
    outline: 0;
    width: 0;
    height: 33px;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    color: #1E1E1E;
    background-color: transparent;
    border-radius: 5px;
    text-overflow: ellipsis;
}
.irv2-demo .search-input-holder.open {
    width: 250px;
    margin-right: 20px;
}
.irv2-demo .search-input-holder.open .searchbox-adm-input {
    width: 100%;
    padding: 0 20px 0 35px !important;
}
.irv2-demo .search-input-holder.open .searchbox-adm-label {
    display: none;
}
.irv2-demo .searchbox-adm-results {
    position: absolute;
    width: 100%;
    min-height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(37 49 60 / 20%);
    border-radius: 10px;
    margin-top: 10px;
    left: 0px;
    padding: 20px 0px 15px 0px;
    z-index: 9999;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.irv2-demo .searchbox-adm-results.open {
    opacity: 1;
    visibility: visible;
}
.irv2-demo .search-general {
    font-family: "Poppins-Regular";
    font-size: 13px;
    color: rgba(37, 49, 60, 0.45);
    padding: 0 20px;
}
.irv2-demo .admin-notification-holder, .irv2-demo .platforms-holder {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.irv2-demo .platforms-holder {
    position: relative;
}
.irv2-demo .platforms-icon, .irv2-demo .notification-icon {
    width: 24px;
    height: 24px;
    color: #1E1E1E;
    cursor: pointer;
}
.irv2-demo .notification-badge-root {
    position: relative;
    display: inline-flex;
    vertical-align: unset;
}
.irv2-demo .notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    font-family: "Poppins-Regular";
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #00B4E5;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 1;
}
.irv2-demo .language-wrapper {
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    height: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 0px;
    position: relative;
}
.irv2-demo .language-wrapper > img {
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.irv2-demo .language-dropdown {
    width: 185px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgb(176 183 195 / 15%);
    border: 0px;
    border-radius: 0px;
    position: absolute;
    top: 36px;
    right: 0;
    left: auto;
    z-index: 6000;
    display: none;
}
.irv2-demo .language-wrapper.open .language-dropdown {
    display: block;
}
.irv2-demo .language-dropdown > div {
    font-family: "Poppins-Regular";
    font-size: 12px;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: rgba(37, 49, 60, 0.8);
}
.irv2-demo .language-dropdown > div:hover {
    background: rgba(24, 174, 227, 0.07);
    color: #18AEE3;
}
.irv2-demo .language-dropdown img {
    margin-right: 7px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}
.irv2-demo .platforms-dropdown-holder {
    position: absolute;
    width: 417px;
    min-height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    right: -40px;
    top: 40px;
    z-index: 6000;
    padding: 15px 0;
    box-sizing: border-box;
    display: none;
}
.irv2-demo .platforms-holder.open .platforms-dropdown-holder {
    display: block;
}
.irv2-demo .platforms-dropdown-holder > div:first-child label {
    font-family: "Poppins-Medium";
    font-size: 13px;
    color: #25313C;
    padding: 0 18px 10px;
    display: block;
}
.irv2-demo .scrollable-div-container {
    max-height: 320px;
    overflow-y: auto;
}
.irv2-demo .platforms-dropdown-holder .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px;
}
.irv2-demo .platforms-dropdown-holder .item:hover {
    background: rgba(24, 174, 227, 0.06);
}
.irv2-demo .platform-holder-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.irv2-demo .platform-holder-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.irv2-demo .platform-holder-icon h4 {
    margin: 0;
    font-family: "Poppins-Medium";
    font-size: 13px;
    color: #25313C;
}
.irv2-demo .platform-holder-icon h6 {
    margin: 0;
    font-family: "Poppins-Regular";
    font-size: 11px;
    color: rgba(37, 49, 60, 0.6);
}
.irv2-demo .notifications_wrap_container {
    position: absolute;
    width: 362px;
    box-shadow: 0px 8px 24px 0px #959DA533;
    right: 14px;
    background: #fff;
    top: 60px;
    z-index: 6000;
    display: none;
}
.irv2-demo .notifications_wrap_container.open {
    display: block;
}
.irv2-demo .notifications_wrap_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 7px 18px;
}
.irv2-demo .notifications_wrap_title h5 {
    margin: 0;
    font-size: 14px;
    font-family: "Poppins-Regular";
    font-weight: 600;
    color: #252626;
}
.irv2-demo .notifications_wrap_title > button {
    background: transparent;
    border: 0;
    color: #00B2E3;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Poppins-Regular";
    font-weight: 500;
}
.irv2-demo .notifications_wrap_tabs {
    display: flex;
    align-items: center;
}
.irv2-demo .notifications_wrap_tabs > button {
    background: transparent;
    border: 0px;
    color: #0c2640cc;
    font-size: 12px;
    font-family: "Poppins-Regular";
    font-weight: 500;
    flex: 1 1;
    text-align: left;
    cursor: pointer;
    padding-left: 37px;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}
.irv2-demo .notifications_wrap_tabs > button.active {
    border-bottom: 2px solid #00B2E3;
    color: #00B2E3;
}
.irv2-demo .notifications_wrap_tabs > button span {
    margin-left: 6px;
}
.irv2-demo .notifications_wrap_list {
    max-height: 320px;
    overflow-y: auto;
}
.irv2-demo .notification_item {
    display: flex;
    gap: 10px;
    padding: 10px 18px;
    border-bottom: 1px solid #f1f3f6;
}
.irv2-demo .notification_item i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00B2E3;
    margin-top: 6px;
    flex: 0 0 auto;
}
.irv2-demo .notification_item.read i {
    background: transparent;
}
.irv2-demo .notification_item h6 {
    margin: 0;
    font-family: "Poppins-Regular";
    font-size: 12px;
    color: #0c2640;
}
.irv2-demo .notification_item span {
    font-family: "Poppins-Light";
    font-size: 10px;
    color: #0c264080;
}
.irv2-demo .notifications_wrap_bottom {
    border-top: 1px solid #f1f3f6;
}
.irv2-demo .notifications_wrap_bottom button {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    font-family: "Poppins-Regular";
    font-size: 12px;
    color: #0c2640cc;
    cursor: pointer;
}
.irv2-demo .platform-sidebar {
    width: 40px;
    flex: 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 90;
    box-sizing: border-box;
}
.irv2-demo .platform-sidebar::-webkit-scrollbar {
    width: 0;
    background: transparent;
}
.irv2-demo .platform-sidebar--light {
    background-color: #ffffff;
    border-left: 1px solid #e6eaf0;
}
.irv2-demo .platform-sidebar__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    transition: background-color 0.15s ease, transform 0.15s ease;
    flex: 0 0 auto;
    position: relative;
}
.irv2-demo .platform-sidebar__item:hover {
    transform: scale(1.05);
}
.irv2-demo .platform-sidebar--light .platform-sidebar__item:hover {
    background-color: #f1f4f9;
}
.irv2-demo .platform-sidebar__item.is-active {
    background-color: #DCFCE7;
}
.irv2-demo .platform-sidebar__item img {
    max-width: 18px;
    display: block;
    pointer-events: none;
}
.irv2-demo .platform-sidebar__item .platform-tip {
    position: absolute;
    right: 46px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #DCFCE7;
    color: #1E8E5A;
    font-family: "Poppins-Medium";
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease;
    pointer-events: none;
}
.irv2-demo .platform-sidebar__item:hover .platform-tip {
    opacity: 1;
    visibility: visible;
}
.irv2-demo .main-container {
    flex: 1 1 auto;
    min-width: 0;
    overflow-y: auto;
    padding: 1.5625em;
    position: relative;
    background-color: #edf0f873;
}
.irv2-demo .background-lightblue {
    position: absolute;
    left: 0;
    right: 0;
    height: 1334px;
    background: #F3F7Fc;
    top: 0;
    z-index: 0;
}
.irv2-demo .video_tutorial_section {
    position: absolute;
    bottom: 110px;
    right: 30px;
    overflow: hidden;
    border-radius: 1000px 1000px 0px 1000px;
    z-index: 9999;
}
.irv2-demo .video_tutorial__wrapper {
    background: #FFBE1D;
    padding: 6px 20px 6px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    border-radius: 1000px 1000px 0px 1000px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    transform: translateX(calc(100% - 45px));
}
.irv2-demo .video_tutorial__wrapper .text_wrapper {
    opacity: 0;
}
.irv2-demo .video_tutorial__wrapper:hover .text_wrapper {
    opacity: 1;
}
.irv2-demo .video_tutorial__wrapper:hover {
    transform: translateX(0);
    border-radius: 19px 19px 0 19px;
}
.irv2-demo .video_tutorial__wrapper img {
    width: 26px;
    height: 26px;
}
.irv2-demo .video_tutorial__wrapper h5 {
    font-family: 'Poppins-Bold';
    font-size: 11px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.irv2-demo .video_tutorial__wrapper h6 {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.irv2-demo .convosio-launcher {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
    border: 0;
    background: #FFA100;
    color: #fff;
    font-family: "Poppins-Bold";
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.22);
    z-index: 9999;
    cursor: pointer;
}
.irv2-demo .MuiGrid-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.irv2-demo .MuiGrid-item {
    box-sizing: border-box;
    margin: 0;
}
.irv2-demo .grid-p5 { padding: 5px; }
.irv2-demo .grid-xs-12 { flex-basis: 100%; max-width: 100%; }
.irv2-demo .grid-md-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
.irv2-demo .grid-md-6 { flex-basis: 50%; max-width: 50%; }
.irv2-demo .grid-md-12 { flex-basis: 100%; max-width: 100%; }
.irv2-demo .grid-lg-4 { flex-basis: 33.333333%; max-width: 33.333333%; }
.irv2-demo .grid-lg-12 { flex-basis: 100%; max-width: 100%; }
.irv2-demo .grid-xl-2 { flex-basis: 16.666667%; max-width: 16.666667%; }
.irv2-demo .grid-xl-5 { flex-basis: 41.666667%; max-width: 41.666667%; }
.irv2-demo .grid-xl-7 { flex-basis: 58.333333%; max-width: 58.333333%; }
.irv2-demo .grid-xl-12 { flex-basis: 100%; max-width: 100%; }
.irv2-demo .page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1em;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.irv2-demo .page-head h5 {
    font-family: "Poppins-SemiBold";
    font-size: 18px;
    color: rgba(0, 0, 0, 0.88);
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}
.irv2-demo .page-head p {
    margin: 3px 0 0 0;
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-weight: 400;
    color: #25313ccc;
}
.irv2-demo .date-range-container {
    position: relative;
}
.irv2-demo .datepicker-dashboard-dates {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 41px;
    border-radius: 4px;
    overflow: hidden;
    padding: 4px 0.8750em;
    box-sizing: border-box;
    font-family: "Poppins-Regular";
    cursor: pointer;
    font-size: 0.8500em;
    column-gap: 0.8750em;
    color: #1A1A1A;
    text-align: center;
    border: 1px solid #EDEDED;
}
.irv2-demo .right-side-dashboard-elements {
    display: flex;
    align-items: center;
    position: relative;
}
.irv2-demo .right-side-dashboard-elements > button {
    height: 41px;
    background: #00B2E3;
    border: 1px solid #00B2E3;
    padding: 10px 20px;
    font-family: "Poppins-Regular";
    font-size: 14px;
    min-width: 100px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.irv2-demo .admin-routes-wrapper {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
    background-color: #fff;
    border: 0.6px solid #B0B7C336;
    border-radius: 6px;
}
.irv2-demo .admin-routes-wrapper > a {
    text-decoration: none;
    color: #25313C;
    font-family: "Poppins-Medium";
    font-size: 14px;
    flex: 1 1;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    padding: 9px 6px;
    transition: 0.3s;
}
.irv2-demo .admin-routes-wrapper > a:hover {
    background: #00b4e5;
    color: #fff;
    border-radius: inherit;
}
.irv2-demo .admin-routes-wrapper > a::after {
    content: "";
    display: block;
    height: calc(100% - 10px);
    width: 1px;
    background-color: #00000033;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.irv2-demo .admin-routes-wrapper > a:last-child::after {
    display: none;
}
.irv2-demo .dashboard-rating-info {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 8px;
    margin-bottom: 23px;
}
.irv2-demo .dashboard-rating-info > div {
    flex: 1;
}
.irv2-demo .dashboard-rating-wrapper {
    padding: 8px 33px 8px 0;
    position: relative;
}
.irv2-demo .dashboard-rating-wrapper::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #54545436;
}
.irv2-demo .dashboard-rating-wrapper p {
    color: #25313C80;
    font-size: 12px;
    font-family: "Poppins-Regular";
    margin: 0;
    top: -11px;
    position: relative;
}
.irv2-demo .rating-with-emoji {
    white-space: nowrap;
    margin-top: 7px;
    display: flex;
    align-items: center;
}
.irv2-demo .rating-with-emoji > span {
    font-family: 'Poppins-Medium';
    color: #25313C;
    margin-right: 12px;
    font-size: 55px;
    line-height: 1;
}
.irv2-demo .rating-with-emoji > svg.star {
    color: #FAAF00;
    width: 31px;
    height: 31px;
}
.irv2-demo .rating-with-emoji > div {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.irv2-demo .rating-with-emoji > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #54545412;
    border-radius: 5px;
    width: 1px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}
.irv2-demo .rating-with-emoji > div img {
    width: 40px;
    height: auto;
    margin: 0 0 0 12px;
}
.irv2-demo .dashboard-review-wrapper {
    display: flex;
    align-items: center;
}
.irv2-demo .dashboard-review-wrapper > div {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 8px 0;
}
.irv2-demo .dashboard-review-wrapper > div + div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: #54545436;
}
.irv2-demo .dashboard-review-wrapper > div > span {
    font-family: "Poppins-Bold";
    font-size: 34px;
    color: #25313C;
    display: block;
    line-height: 1.2;
}
.irv2-demo .dashboard-review-wrapper > div > p {
    margin: 0;
    font-family: "Poppins-Regular";
    font-size: 13px;
    color: #25313C80;
}
.irv2-demo .setup-suggestion-container {
    width: 100%;
    position: relative;
}
.irv2-demo .setup-suggestion-sec_el {
    min-height: 110px;
    background: #fff;
    width: 100%;
    border: 0.6px solid #B0B7C336;
    border-radius: 9px;
    z-index: 1;
    position: relative;
}
.irv2-demo .setup-suggestion-first_el {
    background: #fff;
    width: 215px;
    height: 215px;
    border-radius: 100%;
    border: 0.6px solid #B0B7C336;
    margin-left: 18px;
    top: -108px;
    position: absolute;
    z-index: 1;
}
.irv2-demo .chart_wrap {
    position: absolute;
    top: -97px;
    left: 28px;
}
.irv2-demo .chart_wrap .label_text {
    position: absolute;
    top: 54px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins-Regular';
    margin: 0;
    font-size: 15px;
}
.irv2-demo .chart_wrap .label_text .total_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #18527D;
    text-align: center;
}
.irv2-demo .chart_wrap .label_text .value_number {
    position: relative;
    font-family: 'Poppins-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 29px;
    color: #18527D;
    padding-top: 15px;
}
.irv2-demo .setup-donut {
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.irv2-demo .setup-donut::before {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 50%;
    background: conic-gradient(#01ba98 0% var(--pct), #ECECEC var(--pct) 100%);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 17.7px), #000 calc(100% - 17.7px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 17.7px), #000 calc(100% - 17.7px));
}
.irv2-demo .chart-info-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 253px;
    top: -38px;
    position: absolute;
    right: 0;
}
.irv2-demo .chart-info-title > h5 {
    color: #25313C;
    font-size: 18px;
    font-family: "Poppins-Medium";
    margin: 0;
    font-weight: 500;
}
.irv2-demo .chart-info-title > button {
    color: #1E4FAD;
    font-size: 11px;
    font-family: "Poppins-Medium";
    cursor: pointer;
    background: none;
    border: 0;
    padding: 0;
}
.irv2-demo .chart-info-wrap {
    padding-left: 235px;
}
.irv2-demo .setup_connection_card {
    box-sizing: border-box;
    height: fit-content;
    padding: 7px 20px 7px 15px;
    font-size: 14px;
    color: #25313C;
    font-weight: 500;
    font-family: "Poppins-Medium";
    position: relative;
    border-bottom: 1px solid #fefe;
    flex: 0 0 33.3333%;
    cursor: pointer;
}
.irv2-demo .setup_connection_card img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: cover;
}
.irv2-demo .setup_connection_card.show_border {
    border-right: 1px solid #fefe;
    border-left: 1px solid #fefe;
}
.irv2-demo .setup_connection_card .circle {
    width: 15px;
    height: 15px;
    margin: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    flex: 0 0 auto;
}
.irv2-demo .setup_connection_card .circle.active {
    background-color: #01ba98;
}
.irv2-demo .setup_connection_card .circle svg {
    color: #fff;
    width: 13px;
    height: 13px;
}
.irv2-demo .setup_connection_card .connection_link {
    text-decoration: none;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    color: #25313C;
}
.irv2-demo .setup_connection_card .connection_link h4 {
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}
.irv2-demo .dashboard-box-containers, .irv2-demo .review_collection_container_dashboard {
    background-color: #fff;
    border-radius: 9px;
    position: relative;
    height: 100%;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 1px #0000000D;
    text-transform: capitalize;
    box-sizing: border-box;
}
.irv2-demo .dashboard-box-containers > h2 {
    margin: 0px;
    padding: 7px 14px;
    font-family: "Poppins-Medium";
    font-size: 14px;
    color: #464E5F;
    border-bottom: 0.2px solid #0000001c;
    font-weight: 500;
}
.irv2-demo .tooltip-btn-holder {
    position: absolute !important;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    padding: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    z-index: 2;
}
.irv2-demo .tooltip-btn-holder:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.irv2-demo .tooltip-btn-holder > svg {
    width: 14px;
    height: 14px;
}
.irv2-demo .dashboard-box-containers table {
    width: 100%;
    border-collapse: collapse;
}
.irv2-demo .dashboard-box-containers table th {
    margin: 0px;
    padding: 5px 15px;
    font-family: "Poppins-Regular";
    font-size: 13px;
    color: #464E5F;
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
}
.irv2-demo .dashboard-box-containers table td {
    margin: 0px;
    padding: 5px 15px;
    font-family: "Poppins-Regular";
    font-size: 13px;
    color: #464E5F;
    white-space: nowrap;
    text-align: left;
}
.irv2-demo .star-title-container-table {
    display: flex;
    align-items: center;
}
.irv2-demo .star-title-container-table svg {
    color: #faaf00;
    margin-left: 3px;
    width: 1em;
    height: 1em;
}
.irv2-demo .nothing-to-show {
    font-family: 'Poppins-Regular';
    font-size: 11px;
    color: #40404085;
    text-align: center;
}
.irv2-demo .nothing-to-show.flex {
    height: calc(100% - 31px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.irv2-demo .scrollable-box-table {
    max-height: 385px;
    overflow-y: auto;
}
.irv2-demo .scrollable-box-sm-table {
    max-height: 150px;
    overflow-y: auto;
}
.irv2-demo .tables-main-container {
    display: flex;
    flex-wrap: wrap;
}
.irv2-demo .tables-main-container > div {
    flex: 50%;
}
.irv2-demo .phrases-table-positive > thead > tr > th:first-child > span {
    background-color: rgb(120, 181, 90);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px;
}
.irv2-demo .phrases-table-negative > thead > tr > th:first-child > span {
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px;
}
.irv2-demo .phrases-table td > div, .irv2-demo .trending-keywords-table td > div {
    display: flex;
    align-items: center;
}
.irv2-demo .phrases-table td > div > svg, .irv2-demo .trending-keywords-table td > div > svg {
    width: 15px;
    height: 15px;
    color: #faaf00;
    margin-left: 5px;
}
.irv2-demo .phrases-table tbody tr {
    height: 20px;
}
.irv2-demo .trending-keywords-table td > span.negative {
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px;
}
.irv2-demo .trending-keywords-table td > span.neutral {
    background-color: #faaf00;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px;
}
.irv2-demo .trending-keywords-table td > span.positive {
    background-color: rgb(120, 181, 90);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-left: 2px;
}
.irv2-demo .facebook-recommendations {
    margin-top: 3px;
    padding: 0 15px;
}
.irv2-demo .facebook-recommendations > h5 {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px;
    font-family: "Poppins-Light";
    font-size: 10px;
    color: #464E5F;
    font-weight: 400;
}
.irv2-demo .facebook-recommendations-percentage, .irv2-demo .facebook-recommendations-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
}
.irv2-demo .facebook-recommendations-title {
    margin-bottom: 3px;
}
.irv2-demo .facebook-recommendations-percentage > div, .irv2-demo .facebook-recommendations-title > div {
    font-family: "Poppins-Medium";
    font-size: 10px;
    color: #464E5F;
}
.irv2-demo .fb-progress {
    position: relative;
    display: block;
    height: 20px;
    border-radius: 3px;
    background-color: #ED476E;
    overflow: hidden;
}
.irv2-demo .fb-progress > span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #06D49D;
    border-radius: 3px;
}
.irv2-demo .recommended-num, .irv2-demo .not-recommended-num {
    font-family: "Poppins-Bold";
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.irv2-demo .recommended-num { left: 10px; }
.irv2-demo .not-recommended-num { right: 10px; }
.irv2-demo .sentiment-donut-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding-top: 14px;
}
.irv2-demo .sentiment-donut {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
}
.irv2-demo .sentiment-donut::after {
    content: "";
    position: absolute;
    inset: 25%;
    border-radius: 50%;
    background: #fff;
}
.irv2-demo .sentiment-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.irv2-demo .sentiment-legend > div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Poppins-Regular";
    font-size: 11px;
    color: #373d3f;
}
.irv2-demo .sentiment-legend i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}
.irv2-demo .analytics-infos-positive {
    display: inline-block;
    font-family: "Poppins-Regular";
    font-size: 24px;
    color: #4B4B4B;
    text-align: center;
}
.irv2-demo .analytics-infos-positive > span:first-child {
    color: #4B4B4B;
    font-family: "Poppins-Medium";
    font-size: 24px;
    margin-right: 10px;
}
.irv2-demo .analytics-infos-total {
    display: inline-block;
    font-family: "Poppins-Regular";
    font-size: 10px;
    color: #5D5D5D;
}
.irv2-demo .review_collection_container_dashboard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url("../ireview2-demo/img/light_blue_star.webp");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
}
.irv2-demo .review_collection_container_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px;
}
.irv2-demo .review_collection_header_container {
    display: flex;
    align-items: center;
    background: #F3F7FC;
    border-radius: 3px;
    padding: 3px;
}
.irv2-demo .review_collection_header_container > div {
    font-size: 10px;
    color: #464E5F;
    font-family: "Poppins-Regular";
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding: 2px 8px;
    border-radius: 5px;
}
.irv2-demo .review_collection_header_container > div.active {
    background-color: #fff;
}
.irv2-demo .review_collection_container_header > button {
    background-color: #F3F7FC;
    border: 0px;
    padding: 1px 5px;
    color: #464E5F;
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
}
.irv2-demo .review_collection_body_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.irv2-demo .review_collection_body_container > div {
    flex: 1;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.irv2-demo .review_collection_body_container > div:first-child::after {
    content: "";
    width: 2px;
    background-color: #CDE6F9;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.irv2-demo .review_collection_body_container > div > span {
    font-size: 50px;
    font-weight: 600;
    font-family: "Poppins-Bold";
    color: #464E5F;
    display: block;
    position: relative;
    line-height: 54px;
}
.irv2-demo .review_collection_body_container > div > p {
    color: #0065E3;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Poppins-Regular";
}
.irv2-demo .review_collection_bottom_container {
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #464E5F;
    font-size: 11px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
.irv2-demo .review_collection_bottom_container > span {
    width: 8.2px;
    height: 8px;
    background-color: #2194EE;
    border-radius: 100%;
    margin-right: 4px;
    display: inline-block;
}
.irv2-demo .link-visited-container {
    padding: 0 5px;
}
.irv2-demo .analytics-visits {
    display: flex;
    align-items: center;
}
.irv2-demo .analytics-visits > div {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.irv2-demo .analytics-visits > div > span {
    color: #464E5F;
    font-size: 32px;
    font-family: 'Poppins-Bold';
    font-weight: 600;
    display: block;
}
.irv2-demo .analytics-visits > div > h6 {
    color: #0065E3;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    margin: 0;
    white-space: nowrap;
    font-weight: 400;
}
.irv2-demo .analytics-phrases > span {
    text-align: left;
    margin-bottom: 11px;
    display: block;
    margin-top: 20px;
    font-family: "Poppins-Medium";
    font-size: 11px;
    color: #464E5F;
}
.irv2-demo .analytics-phrases > div {
    border-radius: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
}
.irv2-demo .analytics-phrases > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    margin-right: 10px;
    position: relative;
    background-color: #f3f3f3ee;
    border-radius: 100px;
    margin-bottom: 5px;
}
.irv2-demo .analytics-phrases > div > div h6 {
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins-Regular";
    color: #000000;
    margin: 0px;
}
.irv2-demo .analytics-phrases > div > div span {
    color: #0065E3;
    font-size: 10px;
    font-family: "Poppins-Regular";
    display: block;
    margin-left: 10px;
}
.irv2-demo .upgrade-box-container {
    background: #fff;
    border-radius: 9px;
    padding: 30px;
    background-image: url("../ireview2-demo/img/arrows-bg.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #0000000D;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.irv2-demo .upgrade-box-container > div {
    font-family: 'Poppins-Bold';
    font-weight: 700;
    font-size: 13.5px;
    line-height: 25px;
    color: #272727;
}
.irv2-demo .upgrade-box-container p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 11px;
    width: 70%;
    color: #272727;
    max-width: 210px;
    text-align: center;
    line-height: 16px;
    margin: 2px auto 12px auto;
}
.irv2-demo .upgrade-box-container a {
    font-family: 'Poppins-Bold';
    font-weight: 700;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    display: block;
}
.irv2-demo .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    cursor: pointer;
    font-family: "Poppins-Regular";
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.irv2-demo .btn-blue, .irv2-demo .btn-primary, .irv2-demo .btn-soft, .irv2-demo .btn-outline, .irv2-demo .btn-grey {
    text-transform: capitalize;
}
.irv2-demo .btn-blue, .irv2-demo .btn-primary {
    background-color: #00B4E5;
    color: #fff;
}
.irv2-demo .btn-blue:hover, .irv2-demo .btn-primary:hover {
    background-color: #00a6d3;
}
.irv2-demo .btn-soft {
    background-color: rgba(24, 174, 227, 0.1);
    color: #18AEE3;
}
.irv2-demo .btn-soft:hover {
    background-color: #18AEE3;
    color: #fff;
}
.irv2-demo .btn-outline {
    background-color: #fff;
    color: #00B4E5;
    border: 1px solid #00B4E5;
}
.irv2-demo .btn-outline:hover {
    background-color: rgba(0, 180, 229, 0.06);
}
.irv2-demo .btn-grey {
    background-color: #E5E5E5;
    color: #707070;
}
.irv2-demo .btn-sm {
    font-size: 12px;
    padding: 5px 10px;
}
.irv2-demo .btn-caps {
    text-transform: uppercase;
}
.irv2-demo .page-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.irv2-demo .thread-scroll.thread-scroll-flush {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.irv2-demo .threads-wrapper {
    padding: 10px 10px 0px 10px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}
.irv2-demo .thread-date-group > div:first-child {
    margin-top: 40px;
    margin-bottom: 10px;
}
.irv2-demo .thread-date-group:first-child > div:first-child {
    margin-top: 10px;
}
.irv2-demo .thread-date-divider {
    display: flex;
    align-items: center;
    gap: 10px;
}
.irv2-demo .thread-date-divider::before, .irv2-demo .thread-date-divider::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}
.irv2-demo .thread-date-divider > span {
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: #f0eff5;
    border-radius: 5px;
    font-size: 10px;
    font-family: "Poppins-Regular";
    color: #1E1E1E;
    white-space: nowrap;
}
.irv2-demo .thread-item-wrapper {
    margin-bottom: 10px;
}
.irv2-demo .thread-item-content {
    position: relative;
}
.irv2-demo .thread-item-content > p {
    font-size: 12px;
    margin-top: 0;
    font-family: "Poppins-Regular";
}
.irv2-demo .thread-item-content > span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-family: "Poppins-Regular";
}
.irv2-demo .thread-item-content > span svg {
    width: 12px;
    height: 12px;
}
.irv2-demo .thread-item-wrapper.me .thread-item-content {
    background: #f5f7fb;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    border-radius: 5px;
    margin-left: auto;
    margin-right: 37px;
}
.irv2-demo .thread-item-wrapper.me .thread-item-content > span {
    color: #666;
}
.irv2-demo .thread-item-wrapper.me .thread-item-content::before {
    content: "";
    border-bottom: 5px solid #0000;
    border-left: 8px solid #0000;
    border-right: 5px solid #f5f7fb;
    border-top: 5px solid #f5f7fb;
    left: auto;
    right: 0;
    position: absolute;
    bottom: -8px;
}
.irv2-demo .thread-item-wrapper.others .thread-item-content {
    background: #00B4E5;
    padding: 10px;
    width: 50%;
    color: #fff;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 0;
    margin-left: 37px;
}
.irv2-demo .thread-item-wrapper.others .thread-item-content::before {
    content: "";
    border-bottom: 5px solid #0000;
    border-left: 5px solid #00B4E5;
    border-right: 8px solid #0000;
    border-top: 5px solid #00B4E5;
    bottom: -8px;
    left: 0;
    position: absolute;
    right: auto;
}
.irv2-demo .thread-author-info {
    display: flex;
    align-items: center;
    padding: 7px 0;
}
.irv2-demo .thread-author-initials {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    background: #00b4e54a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: 'Poppins-Regular';
    margin-right: 10px;
    flex: 0 0 auto;
    color: #1E1E1E;
}
.irv2-demo .thread-author-info > h1 {
    font-size: 12px;
    font-family: "Poppins-Medium";
    margin: 0;
    font-weight: 500;
}
.irv2-demo .thread-type {
    width: fit-content;
    border-radius: 4px;
    font-family: "Poppins-Regular";
    font-size: 10px;
    display: flex;
    align-items: center;
    padding: 2px 8px;
    background: #dfdddd;
    color: #666 !important;
}
.irv2-demo .user-details-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}
.irv2-demo .user-details-header > span {
    font-family: "Poppins-Regular";
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    flex: 0 0 auto;
}
.irv2-demo .user-details-header > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.irv2-demo .user-details-header > div > h4 {
    font-family: "Poppins-Regular";
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}
.irv2-demo .user-details-header > div > p {
    font-family: "Poppins-Regular";
    font-size: 12px;
    color: #666;
    margin: 0px;
}
.irv2-demo .review-details-body {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f0f8ff;
}
.irv2-demo .review-details-body-info {
    padding: 10px;
    display: flex;
}
.irv2-demo .review-details-body-info > img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.irv2-demo .review-details-body-info h4 {
    font-family: "Poppins-Regular";
    font-size: 14px;
    margin: 0px;
    font-weight: 400;
}
.irv2-demo .review-details-body-info p {
    font-family: "Poppins-Regular";
    font-size: 12px;
    margin: 0px;
    color: #666;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.irv2-demo .review-loc-pin {
    width: 1em;
    height: 1em;
    margin-right: 2px;
}
.irv2-demo .review-content {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #000;
    margin: 0;
    word-wrap: break-word;
}
.irv2-demo .review-details-body .review-content {
    padding: 10px;
}
.irv2-demo .review-initial-reply {
    padding: 20px;
    background: #f0f8ff;
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.irv2-demo .review-initial-reply > h5 {
    font-family: "Poppins-Medium";
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 500;
}
.irv2-demo .review-initial-reply > div {
    background-color: #fff;
    padding: 15px 42px 15px 20px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
.irv2-demo .review-initial-reply > div > textarea {
    width: 100%;
    resize: none;
    background: #fff;
    font-family: 'Poppins-Regular';
    box-sizing: border-box;
    border: 0px;
    border-radius: 5px;
}
.irv2-demo .review-initial-reply > div > textarea:focus {
    outline: none;
}
.irv2-demo .review-reply-wrapper {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.irv2-demo .review-reply-wrapper > p {
    margin: 0px;
    font-family: 'Poppins-Regular';
    font-size: 12px;
}
.irv2-demo .review-reply-wrapper > span {
    font-family: 'Poppins-Regular';
    font-size: 10px;
    font-style: italic;
    display: block;
    margin-bottom: 16px;
    margin-top: 6px;
}
.irv2-demo .review-reply-wrapper > div > h6 {
    font-family: "Poppins-Medium";
    margin: 0 0 0 5px;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.irv2-demo .review-reply-wrapper .reply-user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #E6EAED;
    color: #4B5563;
    font-family: "Poppins-Medium";
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.irv2-demo .review-reply-wrapper .reply-user-avatar.avatar-ai {
    background: #DCFCE7;
    color: #1E8E5A;
}
.irv2-demo .review-reply-wrapper > button {
    background: #f5f5f5;
    border: 0px;
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 5px 7px;
    border-radius: 5px;
    cursor: pointer;
    color: #707070;
}
.irv2-demo .space-nowrap {
    white-space: nowrap;
}
.irv2-demo .empty-note {
    font-family: "Poppins-Regular";
    font-size: 12px;
    color: #40404085;
    text-align: center;
    padding: 20px;
}
.irv2-demo .apex-chart-wrap {
    padding: 6px 4px 0;
}
.irv2-demo .apex-chart {
    display: block;
    width: 100%;
    height: auto;
}
.irv2-demo .apex-axis {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    fill: #373d3f;
}
.irv2-demo .apex-datalabel {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    fill: #373d3f;
}
.irv2-demo .apex-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 6px 0 10px;
}
.irv2-demo .apex-legend > div {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #373d3f;
}
.irv2-demo .apex-legend i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
}

/* ==========================================================================
   SITE SIDE

   Everything above is generated from the app's own stylesheets. This last
   block is not: it is what the site has to add to host it. Keep it, or add it
   back, whenever the port is regenerated.

   The app's .app-viewport is flex: 1 1 auto and expects a column-flex parent
   with a real height, which in the standalone build was the laptop screen.
   Here the scope element is that parent.
   ========================================================================== */
.irv2-demo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* The mockup is absolutely positioned, so the laptop screen has nothing to
   size to. The pane is what holds it open. */
.kore-demo__pane[data-demo-pane="ireview-biz"] { min-height: 840px; }
@media (max-width: 900px) {
  .kore-demo__pane[data-demo-pane="ireview-biz"] { min-height: 620px; }
}
