/* =========================================================
   Real Estate Property Management System - Global Styles
   Colorful theme + fully responsive off-canvas sidebar
   ========================================================= */

body {
    background: #eef2f7;
    padding-top: 50px;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}
.text-white { color: #fff !important; }

/* ---------- Navbar ---------- */
.repms-navbar {
    background: linear-gradient(90deg, #1f3a5f 0%, #2f5c94 60%, #3a7bd5 100%);
    border: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.repms-navbar .navbar-brand { color: #fff; font-weight: 700; }
.repms-navbar .navbar-brand:hover { color: #cfe1f5; }
.repms-navbar .navbar-btn:hover { color: #cfe1f5 !important; }

.role-chip {
    display: inline-block;
    background: rgba(255,255,255,.18);
    border: 1px solid rgba(255,255,255,.35);
    color: #fff;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

/* ---------- Navbar right side: user cluster + logout (rich design) ---------- */
.repms-navbar .navbar-user-nav,
.customer-navbar .navbar-user-nav {
    display: flex;
    align-items: center;
    height: 50px;
    margin: 0;
}
.repms-navbar .navbar-user-nav > li,
.customer-navbar .navbar-user-nav > li {
    float: none;
    display: flex;
    align-items: center;
}

.navbar-user-cluster {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 16px 5px 6px;
    border-radius: 30px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.16);
}
.navbar-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg,#4da3ff,#dff2ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f3a5f;
    font-size: 15px;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.18);
}
.navbar-user-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}
.navbar-user-name {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-user-role {
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(255,255,255,.68);
}

.navbar-divider {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,.18);
    margin: 0 16px;
}

.navbar-logout-btn.btn.btn-link,
.navbar-logout-btn {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    padding: 8px 18px !important;
    margin: 0;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}
.navbar-logout-btn:hover,
.navbar-logout-btn:focus {
    background: linear-gradient(90deg,#ff8a80,#d9534f);
    border-color: transparent;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(217,83,79,.35);
}

@media (max-width: 767px) {
    .navbar-user-meta, .navbar-divider { display: none; }
    .navbar-user-cluster { padding: 4px; background: transparent; border: 0; }
    .navbar-logout-btn { padding: 8px 12px !important; }
    .navbar-logout-btn .navbar-logout-label { display: none; }
}

/* Mobile hamburger button - always visible on small screens */
.repms-nav-toggle {
    display: block;
    border-color: rgba(255,255,255,.4);
}
.repms-nav-toggle .icon-bar { background-color: #fff; }
.repms-nav-toggle:hover, .repms-nav-toggle:focus { background-color: rgba(255,255,255,.1); }

/* ---------- Layout shell ---------- */
.repms-body { position: relative; min-height: calc(100vh - 100px); }

/* ---------- Sidebar (off-canvas on mobile, fixed on desktop) ---------- */
.sidebar {
    position: fixed;
    top: 50px; bottom: 0; left: 0;
    width: 240px;
    z-index: 1030;
    background: linear-gradient(180deg, #1b2f47 0%, #223b57 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform .28s ease;
    box-shadow: 2px 0 10px rgba(0,0,0,.2);
}
.sidebar.open { transform: translateX(0); }

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1020;
}
.sidebar-overlay.show { display: block; }

.nav-sidebar { margin: 0; padding: 10px 0 30px; }
.nav-sidebar > li > a {
    color: #cfd8e3;
    padding: 11px 18px;
    border-left: 4px solid transparent;
    display: block;
    text-decoration: none;
    font-size: 14px;
}
.nav-sidebar > li > a i { width: 20px; text-align: center; margin-right: 6px; }
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
    background-color: rgba(255,255,255,.06);
    color: #fff;
}
.nav-sidebar > li.active > a,
.nav-sidebar > li > a.active-link {
    background-color: rgba(255,255,255,.10);
    color: #fff;
    border-left-color: #4da3ff;
    font-weight: 600;
}
.nav-sidebar .nav-header {
    color: #7f93ab;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 16px 18px 6px;
    letter-spacing: .6px;
}

/* Colorful left-border accents per section, for quick visual scanning */
.nav-color-dash > a:hover     { border-left-color: #4da3ff; }
.nav-color-purchase > a:hover { border-left-color: #f0ad4e; }
.nav-color-sale > a:hover     { border-left-color: #5cb85c; }
.nav-color-collect > a:hover  { border-left-color: #17a2b8; }
.nav-color-pay > a:hover      { border-left-color: #d9534f; }
.nav-color-calc > a:hover     { border-left-color: #9b59b6; }

/* ---------- Main content ---------- */
.main-content { padding: 20px 20px 60px; margin-left: 0; }
.page-title { font-weight: 700; color: #1f3a5f; margin-bottom: 2px; }

/* Desktop / tablet: sidebar always visible, content shifts right, hamburger hidden */
@media (min-width: 768px) {
    .sidebar { transform: translateX(0); }
    .sidebar-overlay { display: none !important; }
    .main-content { margin-left: 240px; }
    .repms-nav-toggle { display: none; }
}

/* ---------- Footer ---------- */
.repms-footer { text-align: center; padding: 15px 20px; }
@media (min-width: 768px) { .repms-footer { margin-left: 240px; } }

/* ---------- KPI Cards (colorful gradient tiles) ---------- */
.kpi-card {
    border-radius: 10px;
    padding: 20px 18px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.kpi-card i { font-size: 28px; margin-bottom: 8px; opacity: .9; }
.kpi-card .kpi-value { font-size: 27px; font-weight: 700; }
.kpi-card .kpi-label { font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px; opacity: .92; }

.kpi-blue   { background: linear-gradient(135deg,#4da3ff,#1f6fbf); }
.kpi-green  { background: linear-gradient(135deg,#7bd88f,#3fae5a); }
.kpi-orange { background: linear-gradient(135deg,#ffc178,#f0942e); }
.kpi-purple { background: linear-gradient(135deg,#c58bf2,#8e44ad); }
.kpi-teal   { background: linear-gradient(135deg,#5fd6e3,#1197a6); }
.kpi-red    { background: linear-gradient(135deg,#ff8a80,#d9534f); }

/* ---------- Status bars on dashboard ---------- */
.status-bar-row { margin-bottom: 14px; }
.status-bar-label { display:block; font-size:13px; color:#555; margin-bottom:4px; font-weight: 600; }
.progress { height: 20px; border-radius: 20px; background: #eef1f5; }
.progress-bar {
    border-radius: 20px;
    background: linear-gradient(90deg,#4da3ff,#1f6fbf);
    font-weight: 600;
}

/* ---------- CSS-only bar chart for monthly sales trend ---------- */
.trend-col { float:left; width: 60px; text-align:center; }
.trend-bar { background: linear-gradient(180deg,#7bd88f,#2f9e52); width: 26px; margin:0 auto; border-radius: 5px 5px 0 0; }
.trend-label { font-size: 11px; color:#888; margin-top:5px; }

/* ---------- Panels (rich colorful headers) ---------- */
.panel {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(31,58,95,.10);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease;
}
.panel:hover { box-shadow: 0 10px 28px rgba(31,58,95,.16); }

.panel-heading {
    position: relative;
    background: linear-gradient(100deg,#1f3a5f 0%,#2f5c94 55%,#3a7bd5 100%) !important;
    color: #fff !important;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: inset 0 -2px 0 rgba(255,255,255,.12);
}
.panel-heading::before {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 5px;
    background: linear-gradient(180deg,#00c6a9,#4da3ff);
}
.panel-heading i,
.panel-heading .fa {
    font-size: 17px;
    color: #bfe0ff;
    text-shadow: 0 1px 3px rgba(0,0,0,.25);
}
.panel-heading strong { color: #fff; }
.panel-heading .panel-heading-sub {
    display: block;
    font-size: 11.5px;
    font-weight: 400;
    color: rgba(255,255,255,.75);
    letter-spacing: .2px;
    margin-top: 2px;
}

/* Alternate accent colors for panel headings, mirroring sidebar accents */
.panel-heading-green   { background: linear-gradient(100deg,#1b5e3a,#2f9e52,#5cb85c) !important; }
.panel-heading-orange  { background: linear-gradient(100deg,#8a4e10,#d9770f,#f0ad4e) !important; }
.panel-heading-purple  { background: linear-gradient(100deg,#4a2360,#8e44ad,#c58bf2) !important; }
.panel-heading-teal    { background: linear-gradient(100deg,#0d5a63,#1197a6,#5fd6e3) !important; }
.panel-heading-red     { background: linear-gradient(100deg,#7a1f1a,#d9534f,#ff8a80) !important; }

/* ---------- Forms / Grids ---------- */
.form-section {
    background:#fff;
    border-radius:14px;
    padding:26px;
    box-shadow:0 6px 20px rgba(31,58,95,.08);
    margin-bottom:24px;
    border-top: 4px solid #3a7bd5;
    transition: box-shadow .25s ease;
}
.form-section:hover { box-shadow: 0 10px 26px rgba(31,58,95,.13); }

.form-section h4 {
    color: #274a72;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eef2f7;
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-section h4::before {
    content: "";
    width: 5px;
    height: 16px;
    border-radius: 3px;
    background: linear-gradient(180deg,#4da3ff,#1f6fbf);
    display: inline-block;
}

.form-section label {
    font-weight: 600;
    color: #274a72;
    font-size: 13px;
    margin-bottom: 6px;
    letter-spacing: .2px;
}

.table-actions a { margin-right:8px; }
.required:after { content:" *"; color:#d9534f; }

/* ---------- Textboxes / form controls (rich, glowing focus) ---------- */
.form-control {
    border: 1.5px solid #dde6f0;
    border-radius: 8px;
    padding: 9px 14px;
    height: 42px;
    font-size: 14px;
    color: #274a72;
    background-color: #f9fbfd;
    box-shadow: inset 0 1px 2px rgba(31,58,95,.04);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.form-control::placeholder { color: #9fb0c3; }
.form-control:hover {
    border-color: #b9d3f0;
}
.form-control:focus {
    border-color: #3a7bd5;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(58,123,213,.15), inset 0 1px 2px rgba(31,58,95,.04);
}
textarea.form-control { height: auto; min-height: 90px; }
select.form-control {
    height: 42px;
    background-image: linear-gradient(45deg, transparent 50%, #3a7bd5 50%),
                       linear-gradient(135deg, #3a7bd5 50%, transparent 50%);
    background-position: calc(100% - 18px) center, calc(100% - 13px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
}
.form-control.input-sm { height: 34px; padding: 6px 10px; }

/* Validators styled as small inline error chips */
.text-danger.small {
    display: inline-block;
    margin-top: 5px;
    font-size: 11.5px;
    font-weight: 600;
}

/* ---------- GridView / Table (premium card-style grid) ---------- */
.grid-wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(31,58,95,.10);
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.table {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* NOTE: classic ASP.NET GridView does NOT render <thead>/<tbody> tags by
   default - it outputs a flat <table> of <tr> rows. Selectors like
   ".table thead th" never match. Use the GridView's own HeaderStyle /
   RowStyle / AlternatingRowStyle CssClass properties instead - apply
   HeaderStyle-CssClass="grid-header-row", RowStyle-CssClass="grid-row",
   AlternatingRowStyle-CssClass="grid-alt-row" on every <asp:GridView>. */

.table th,
.table .grid-header-row th,
.table .grid-header-row td {
    background: linear-gradient(100deg,#1f3a5f 0%,#274a72 50%,#3a6ea5 100%);
    color: #fff;
    border: 0 !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 700;
    padding: 15px 18px;
    white-space: nowrap;
    position: relative;
}
.table .grid-header-row th::after,
.table .grid-header-row td::after {
    content: "";
    position: absolute;
    right: 0; top: 25%; bottom: 25%;
    width: 1px;
    background: rgba(255,255,255,.15);
}
.table .grid-header-row th:last-child::after,
.table .grid-header-row td:last-child::after { display: none; }
.table .grid-header-row th:first-child,
.table .grid-header-row td:first-child { border-top-left-radius: 14px; }
.table .grid-header-row th:last-child,
.table .grid-header-row td:last-child { border-top-right-radius: 14px; }

.table td {
    padding: 14px 18px;
    vertical-align: middle;
    font-size: 13.5px;
    color: #3b4b5e;
    border-top: 1px solid #eef2f7 !important;
}
.table tr { transition: background-color .18s ease, transform .18s ease; }

/* Zebra striping - explicit classes since there's no <tbody> to key off */
.table .grid-alt-row td,
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f7fafd; }

.table-hover tr:hover td,
.table-hover > tbody > tr:hover {
    background-color: #eaf3ff;
    box-shadow: inset 4px 0 0 #4da3ff;
}
/* Never hover-highlight the header row */
.table-hover .grid-header-row:hover th,
.table-hover .grid-header-row:hover td { background: linear-gradient(100deg,#1f3a5f 0%,#274a72 50%,#3a6ea5 100%) !important; box-shadow: none; }

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td {
    border: 1px solid #eef2f7 !important;
}

/* Primary/ID column shown as a rounded chip for quick scanning */
.table td.id-chip, .table td:first-child {
    font-weight: 700;
    color: #1f6fbf;
}
.grid-id-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 26px;
    padding: 0 8px;
    border-radius: 8px;
    background: linear-gradient(135deg,#e6f1fb,#d3e7fb);
    color: #1f6fbf;
    font-weight: 700;
    font-size: 12.5px;
}

/* Status pills inside the grid */
.table .label {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.label-success { background: linear-gradient(90deg,#7bd88f,#3fae5a); color: #0d3a1c; }
.label-default { background: #e7ecf3; color: #5f6d81; }
.label-warning { background: linear-gradient(90deg,#ffc178,#f0942e); color: #4a2c02; }
.label-danger  { background: linear-gradient(90deg,#ff8a80,#d9534f); color: #4a0f0c; }
.label-info    { background: linear-gradient(90deg,#5fd6e3,#1197a6); color: #06333a; }

/* GridView row action buttons - rounded pill style */
.table-actions .btn {
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    padding: 5px 13px;
    box-shadow: 0 2px 6px rgba(0,0,0,.10);
    border: 0;
}
.table-actions .btn-info { background: linear-gradient(90deg,#4da3ff,#1f6fbf); }
.table-actions .btn-danger { background: linear-gradient(90deg,#ff8a80,#d9534f); }
.table-actions .btn:hover { transform: translateY(-1px); box-shadow: 0 4px 10px rgba(0,0,0,.16); }

/* GridView pager (Bootstrap default ASP.NET pager rendering) */
.table .pagination,
.gridview-pager {
    text-align: center;
    margin: 4px 0 6px;
}
.gridview-pager td { border-top: 0 !important; padding: 14px 0 !important; }
.gridview-pager a, .gridview-pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0 6px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 600;
    text-decoration: none;
}
.gridview-pager a { background: #eef2f7; color: #274a72; }
.gridview-pager a:hover { background: #dbe7f6; }
.gridview-pager span { background: linear-gradient(90deg,#3a7bd5,#1f6fbf); color: #fff; }

/* Empty grid message */
.table tbody tr td[colspan] {
    text-align: center;
    padding: 34px;
    color: #9fb0c3;
    font-style: italic;
    font-size: 13.5px;
    background: #fbfcfe;
}

/* Badges/labels a bit more vivid */
.label-success { background-color: #3fae5a; }
.label-warning { background-color: #f0942e; }
.label-danger  { background-color: #e0524d; }
.label-info    { background-color: #1f9bb0; }

@media (max-width: 767px) {
    .form-section { padding: 16px; }
    .kpi-card { padding: 16px 12px; }
}

/* ---------- Buttons (to match the new rich form/grid theme) ---------- */
.btn { border-radius: 8px; font-weight: 600; font-size: 13px; padding: 9px 20px; border: 0; transition: transform .15s ease, box-shadow .15s ease; }
.btn-primary { background: linear-gradient(90deg,#3a7bd5,#1f6fbf); box-shadow: 0 3px 10px rgba(31,111,191,.3); }
.btn-primary:hover, .btn-primary:focus { background: linear-gradient(90deg,#4da3ff,#1f6fbf); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(31,111,191,.38); color: #fff; }
.btn-default { background: #eef2f7; color: #274a72; box-shadow: 0 2px 6px rgba(0,0,0,.06); }
.btn-default:hover, .btn-default:focus { background: #e2e9f2; color: #1f3a5f; transform: translateY(-1px); }

/* ---------- Modal popups (EMI Collect/Pay dialogs) ---------- */
.modal-content { border-radius: 10px; overflow: hidden; border: 0; }
.modal-header { border-bottom: 0; color: #fff; }
.modal-header .close { color: #fff; opacity: .8; text-shadow: none; }
.modal-header .close:hover { opacity: 1; }
.modal-header-success { background: linear-gradient(90deg,#3fae5a,#2f8f47); }
.modal-header-warning { background: linear-gradient(90deg,#f0942e,#d9770f); }
.modal-footer { border-top: 1px solid #eef1f5; }

/* ---------- Dashboard welcome banner ---------- */
.dash-banner {
    position: relative;
    background: linear-gradient(120deg, #274a72 0%, #3a7bd5 55%, #00c6a9 100%);
    color: #fff;
    border-radius: 12px;
    padding: 26px 28px;
    margin-bottom: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    overflow: hidden;
}
/* City skyline silhouette, anchored bottom-right, sits under the gradient tint */
.dash-banner::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 460px;
    max-width: 60%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 160' preserveAspectRatio='xMaxYMax slice'%3E%3Cg fill='%23ffffff' fill-opacity='0.10'%3E%3Crect x='10' y='70' width='38' height='90'/%3E%3Crect x='55' y='40' width='30' height='120'/%3E%3Crect x='92' y='90' width='26' height='70'/%3E%3Crect x='125' y='20' width='42' height='140'/%3E%3Crect x='174' y='60' width='34' height='100'/%3E%3Crect x='215' y='95' width='24' height='65'/%3E%3Crect x='246' y='35' width='38' height='125'/%3E%3Crect x='291' y='75' width='30' height='85'/%3E%3Crect x='328' y='10' width='46' height='150'/%3E%3Crect x='381' y='55' width='32' height='105'/%3E%3Crect x='420' y='85' width='28' height='75'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='0.22'%3E%3Crect x='18' y='82' width='6' height='6'/%3E%3Crect x='30' y='82' width='6' height='6'/%3E%3Crect x='18' y='98' width='6' height='6'/%3E%3Crect x='30' y='98' width='6' height='6'/%3E%3Crect x='63' y='52' width='6' height='6'/%3E%3Crect x='75' y='52' width='6' height='6'/%3E%3Crect x='63' y='68' width='6' height='6'/%3E%3Crect x='75' y='68' width='6' height='6'/%3E%3Crect x='63' y='84' width='6' height='6'/%3E%3Crect x='75' y='84' width='6' height='6'/%3E%3Crect x='134' y='34' width='6' height='6'/%3E%3Crect x='150' y='34' width='6' height='6'/%3E%3Crect x='134' y='50' width='6' height='6'/%3E%3Crect x='150' y='50' width='6' height='6'/%3E%3Crect x='134' y='66' width='6' height='6'/%3E%3Crect x='150' y='66' width='6' height='6'/%3E%3Crect x='134' y='82' width='6' height='6'/%3E%3Crect x='150' y='82' width='6' height='6'/%3E%3Crect x='254' y='48' width='6' height='6'/%3E%3Crect x='268' y='48' width='6' height='6'/%3E%3Crect x='254' y='64' width='6' height='6'/%3E%3Crect x='268' y='64' width='6' height='6'/%3E%3Crect x='254' y='80' width='6' height='6'/%3E%3Crect x='268' y='80' width='6' height='6'/%3E%3Crect x='338' y='24' width='6' height='6'/%3E%3Crect x='352' y='24' width='6' height='6'/%3E%3Crect x='338' y='40' width='6' height='6'/%3E%3Crect x='352' y='40' width='6' height='6'/%3E%3Crect x='338' y='56' width='6' height='6'/%3E%3Crect x='352' y='56' width='6' height='6'/%3E%3Crect x='338' y='72' width='6' height='6'/%3E%3Crect x='352' y='72' width='6' height='6'/%3E%3Crect x='390' y='68' width='6' height='6'/%3E%3Crect x='402' y='68' width='6' height='6'/%3E%3Crect x='390' y='84' width='6' height='6'/%3E%3Crect x='402' y='84' width='6' height='6'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    pointer-events: none;
}
.dash-banner > * { position: relative; z-index: 1; }
.dash-banner h3 { margin: 0 0 4px; font-weight: 700; }
.dash-banner p { margin: 0; opacity: .9; }
