    #bssdash-root,
    #bssdash-root * { box-sizing: border-box; }
    #bssdash-root {
      --bss-bg: #07111f;
      --bss-bg-2: #0d1b2d;
      --bss-panel: #13233a;
      --bss-panel-2: #182b45;
      --bss-border: rgba(148,163,184,0.18);
      --bss-text: #eaf2ff;
      --bss-muted: #9fb2cc;
      --bss-cyan: #33d3ff;
      --bss-cyan-soft: rgba(51,211,255,0.14);
      --bss-red: #ff7b8a;
      --bss-red-soft: rgba(255,123,138,0.14);
      --bss-amber: #ffd66b;
      --bss-amber-soft: rgba(255,214,107,0.16);
      --bss-emerald: #62d9a6;
      --bss-emerald-soft: rgba(98,217,166,0.16);
      --bss-orange: #ffad66;
      --bss-orange-soft: rgba(255,173,102,0.16);
      --bss-blue: #7cb6ff;
      --bss-blue-soft: rgba(124,182,255,0.16);
      --bss-radius-xl: 24px;
      --bss-radius-lg: 18px;
      --bss-shadow: 0 18px 40px rgba(2,6,23,0.34);
      font-family: Inter, Arial, Helvetica, sans-serif;
      color: var(--bss-text);
      background: linear-gradient(180deg,#07111f 0%,#0a1627 100%);
      border-radius: 28px;
      padding: 22px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      isolation: isolate;
    }
    #bssdash-root button,#bssdash-root input,#bssdash-root textarea{font:inherit}
    #bssdash-root .bssdash-shell{max-width:1440px;margin:0 auto}
    #bssdash-root .bssdash-panel{background:linear-gradient(180deg,rgba(19,35,58,.96) 0%,rgba(16,29,48,.98) 100%);border:1px solid var(--bss-border);border-radius:var(--bss-radius-xl);box-shadow:var(--bss-shadow)}
    #bssdash-root .bssdash-card{background:linear-gradient(180deg,rgba(75,87,110,.95) 0%,rgba(65,76,99,.98) 100%);border:1px solid rgba(159,178,204,.10);border-radius:var(--bss-radius-lg);color:var(--bss-text)}
    #bssdash-root .bssdash-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:24px;margin-bottom:18px;flex-wrap:wrap}
    #bssdash-root .bssdash-eyebrow{margin:0 0 14px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#b8c7db;font-weight:700}
    #bssdash-root .bssdash-title{margin:0;font-size:clamp(28px,3.8vw,42px);line-height:1.08;color:#fff;font-weight:800;letter-spacing:-.02em}
    #bssdash-root .bssdash-subtitle,#bssdash-root .bssdash-error{margin:14px 0 0;color:var(--bss-muted);font-size:15px;line-height:1.6;max-width:860px}
    #bssdash-root .bssdash-error{color:#ffd66b;min-height:24px}
    #bssdash-root .bssdash-actions{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:12px;width:360px;max-width:100%}
    #bssdash-root .bssdash-btn{border:1px solid rgba(159,178,204,.16);background:rgba(255,255,255,.05);color:var(--bss-text);padding:13px 16px;border-radius:16px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease;min-height:48px}
    #bssdash-root .bssdash-btn:hover{transform:translateY(-1px)}
    #bssdash-root .bssdash-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
    #bssdash-root .bssdash-btn-cyan{background:var(--bss-cyan-soft);border-color:rgba(51,211,255,.34);color:#a9f0ff}
    #bssdash-root .bssdash-btn-red{background:var(--bss-red-soft);border-color:rgba(255,123,138,.34);color:#ffd2d8}
    #bssdash-root .bssdash-btn-amber{background:var(--bss-amber-soft);border-color:rgba(255,214,107,.34);color:#ffe9aa}
    #bssdash-root .bssdash-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}
    #bssdash-root .bssdash-stat{padding:20px;min-height:112px}
    #bssdash-root .bssdash-stat-label{color:var(--bss-muted);font-size:13px;font-weight:600}
    #bssdash-root .bssdash-stat-value{margin-top:14px;font-size:34px;font-weight:800;color:#fff;line-height:1}
    #bssdash-root .bssdash-layout{display:grid;grid-template-columns:310px minmax(0,1fr) 350px;gap:18px;align-items:start}
    #bssdash-root .bssdash-col{display:flex;flex-direction:column;gap:18px;min-width:0}
    #bssdash-root .bssdash-section{padding:18px}
    #bssdash-root .bssdash-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
    #bssdash-root .bssdash-head h2,#bssdash-root .bssdash-head h3{margin:0;font-size:18px;color:#fff;font-weight:800;letter-spacing:-.01em}
    #bssdash-root .bssdash-muted{color:var(--bss-muted);font-size:12px}
    #bssdash-root .bssdash-stack{display:flex;flex-direction:column;gap:12px}
    #bssdash-root .bssdash-item{padding:14px;transition:border-color .15s ease,transform .15s ease}
    #bssdash-root .bssdash-item.clickable{cursor:pointer}
    #bssdash-root .bssdash-item.clickable:hover{border-color:rgba(51,211,255,.34);transform:translateY(-1px)}
    #bssdash-root .bssdash-item.active{border-color:rgba(51,211,255,.46);box-shadow:inset 0 0 0 1px rgba(51,211,255,.16)}
    #bssdash-root .bssdash-row-between{display:flex;justify-content:space-between;align-items:center;gap:12px}
    #bssdash-root .bssdash-title-sm{font-size:14px;font-weight:800;color:#fff}
    #bssdash-root .bssdash-xs{font-size:12px}
    #bssdash-root .bssdash-sm{font-size:14px}
    #bssdash-root .bssdash-value-lg{font-size:18px;font-weight:800;color:#fff}
    #bssdash-root .bssdash-value-xl{font-size:22px;font-weight:800;color:#fff}
    #bssdash-root .bssdash-value-hero{font-size:52px;font-weight:800;color:#fff;line-height:1;margin-top:10px}
    #bssdash-root .bssdash-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;border:1px solid rgba(159,178,204,.16);font-size:12px;font-weight:700;white-space:nowrap}
    #bssdash-root .bssdash-pill-red{background:var(--bss-red-soft);border-color:rgba(255,123,138,.30);color:#ffd2d8}
    #bssdash-root .bssdash-pill-orange{background:var(--bss-orange-soft);border-color:rgba(255,173,102,.30);color:#ffd7b3}
    #bssdash-root .bssdash-pill-amber{background:var(--bss-amber-soft);border-color:rgba(255,214,107,.30);color:#ffe9aa}
    #bssdash-root .bssdash-pill-emerald{background:var(--bss-emerald-soft);border-color:rgba(98,217,166,.30);color:#ccffe6}
    #bssdash-root .bssdash-pill-blue{background:var(--bss-blue-soft);border-color:rgba(124,182,255,.30);color:#d4e7ff}
    #bssdash-root .bssdash-pill-slate{background:rgba(255,255,255,.05);color:#dfe9f8}
    #bssdash-root .bssdash-search{width:130px;max-width:100%;background:#09162a;border:1px solid rgba(159,178,204,.14);color:#fff;border-radius:14px;padding:10px 12px;outline:none}
    #bssdash-root .bssdash-progress{width:100%;height:8px;background:rgba(9,22,42,.95);border-radius:999px;overflow:hidden;margin-top:10px}
    #bssdash-root .bssdash-progress>span{display:block;height:100%;width:0;background:linear-gradient(90deg,#24d2ff 0%,#47e2ff 100%);border-radius:999px;transition:width .55s ease}
    #bssdash-root .bssdash-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
    #bssdash-root .bssdash-trend{min-height:180px;background:#071126;border-radius:18px;border:1px solid rgba(159,178,204,.12);padding:16px;display:flex;align-items:flex-end;gap:10px}
    #bssdash-root .bssdash-trend-col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px}
    #bssdash-root .bssdash-trend-bar{width:100%;min-height:12px;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#39d7ff 0%,#24b9df 100%);box-shadow:0 0 16px rgba(51,211,255,.18);transition:height .7s ease}
    #bssdash-root .bssdash-components{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
    #bssdash-root .bssdash-chip-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
    #bssdash-root .bssdash-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(255,214,107,.14);border:1px solid rgba(255,214,107,.26);color:#ffe9aa;font-size:12px;font-weight:700}
    #bssdash-root .bssdash-body-text{margin:12px 0 0;color:#dbe8fa;font-size:14px;line-height:1.8}
    #bssdash-root .bssdash-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
    #bssdash-root .bssdash-note{width:100%;min-height:120px;margin-top:14px;resize:vertical;background:#071126;border:1px solid rgba(159,178,204,.14);color:#fff;border-radius:16px;padding:14px;outline:none}
    #bssdash-root .bssdash-status{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(159,178,204,.14);font-size:14px;display:none}
    #bssdash-root .bssdash-status.success{display:block;background:var(--bss-emerald-soft);border-color:rgba(98,217,166,.26);color:#ccffe6}
    #bssdash-root .bssdash-status.warn{display:block;background:var(--bss-amber-soft);border-color:rgba(255,214,107,.26);color:#ffe9aa}
    #bssdash-root .bssdash-empty{padding:14px;color:var(--bss-muted);font-size:14px}
    #bssdash-root .bssdash-live-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:#4cffb0;box-shadow:0 0 12px rgba(76,255,176,.7);margin-right:8px;vertical-align:middle}
    @media (max-width:1260px){#bssdash-root .bssdash-stats{grid-template-columns:repeat(3,minmax(0,1fr))}#bssdash-root .bssdash-layout{grid-template-columns:1fr}}
    @media (max-width:780px){#bssdash-root{padding:14px;border-radius:20px}#bssdash-root .bssdash-hero{padding:18px}#bssdash-root .bssdash-actions,#bssdash-root .bssdash-stats,#bssdash-root .bssdash-mini-grid,#bssdash-root .bssdash-components,#bssdash-root .bssdash-controls{grid-template-columns:1fr}#bssdash-root .bssdash-search{width:100%}}
  html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text10 div
{
   text-align: left;
}
#wb_Image4
{
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Line1
{
   font-size: 0;
}
#Line1
{
   border-width: 0;
   height: 10px;
   width: 1355px;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text12 div
{
   text-align: left;
}
#MegaMenu1
{
   font-size: 0;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
   margin: 0;
   text-align: left;
   font-family: Arial;
   font-weight: normal;
}
#MegaMenu1 li
{
   display: inline-block;
   font-size: 12px;
   margin: 0;
   padding: 0;
   position: relative;
}
#MegaMenu1 li a
{
   float: left;
}
#MegaMenu1 li .submenu
{
   position: absolute;
   right: 0;
   display: none;
   padding: 15px 15px 15px 15px;
   text-align: left;
   top: 0;
   z-index: 9999;
}
#MegaMenu1 li .submenu.show
{
   display: grid;
}
#MegaMenu1 li .submenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
}
#MegaMenu1 .submenu ul li
{
   width: 100%;
}
#MegaMenu1 .submenu ul li .heading
{
   display: block;
   color: #3588F0;
   font-weight: normal;
   font-size: 8px;
   font-style: normal;
   margin: 0;
   padding: 8px 0;
   text-decoration: none;
   text-transform: none;
   white-space: nowrap;
}
#MegaMenu1 .submenu ul li a
{
   display: block;
   float: none;
   height: auto;
   border: 1px solid transparent;
   border-radius: 0px;
   color: inherit;
   font-weight: normal;
   font-style: normal;
   padding: 8px 4px 8px 20px;
   text-decoration: none;
   text-transform: none;
   text-indent: 0;
   white-space: nowrap;
}
#MegaMenu1 .button
{
   cursor: pointer;
   position: relative;
   text-align: center;
   margin: 0 1px 0 0;
   outline: 0;
   padding: 6px 20px 6px 10px;
   color: #FFFFFF;
   background-color: #192635;
   background-image: none;
   border: 0px solid #192635;
   border-radius: 0px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#MegaMenu1 .button:hover, #MegaMenu1 .button.active
{
   background-color: #DAA520;
   background-image: none;
   border-color: #DAA520;
   color: #FFFFFF;
}
#MegaMenu1 .submenu
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   border-radius: 0px;
   color: #FFFFFF;
}
#MegaMenu1 .submenu a:hover, #MegaMenu1 .submenu a.active
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   color: #FFFFFF;
}
#MegaMenu1 li:nth-child(2) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(3) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(4) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(5) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(6) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(7) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(8) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(9) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li:nth-child(10) .submenu
{
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
}
#MegaMenu1 li i
{
   font-size: 16px;
   width: 18px;
}
#MegaMenu1 .arrow
{
   margin-top: -8px;
   margin-left: 0;
   position: absolute;
   right: 1px;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#MegaMenu1 .bullet, #MegaMenu1 .icon
{
   left: 0px;
   margin-top: -8px;
   position: absolute;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#MegaMenu1-hamburger
{
   cursor: pointer;
   display: none;
   background-color: #192635;
   border: 0px solid #192635;
   padding: 9px 12px 9px 12px;
}
#MegaMenu1-hamburger .line
{
   width: 9px;
   height: 1px;
   background: #FFFFFF;
   display: block;
   margin: 1px auto;
}
#MegaMenu1-close
{
   display: none;
}
@media all and (max-width:300px) 
{
#MegaMenu1-hamburger
{
   display: inline-block;
}
#MegaMenu1 > li
{
   width: 100%;
}
#MegaMenu1 > li > a
{
   display: none;
}
#MegaMenu1-nav
{
   display: none;
   height: 100% !important;
   left: 0 !important;
   overflow-y: auto;
   position: fixed !important;
   top: 0 !important;
   width: 100% !important;
   z-index: 9998;
}
#MegaMenu1
{
   height: 100% !important;
   width: 100% !important;
}
#MegaMenu1 > li > div
{
   box-sizing: border-box;
   border-width: 0 0 1px 0 !important;
   display: inline-block !important;
   float: none;
   position: static !important;
   width: 100% !important;
}
#MegaMenu1 li .submenu ul, #MegaMenu1 li .submenu ul li
{
   width: 100% !important;
}
##MegaMenu1 .nav-link
{
   box-sizing: border-box;
   display: inline-block !important;
   float: none;
   position: static !important;
   width: 100% !important;
   padding: 9px 5px 9px 21px;
   text-align: left;
}
#MegaMenu1-close
{
   display: block;
   left: 0;
   pointer-events: none;
   position: fixed;
   text-align: right;
   top: 0;
   width: 100%;
   z-index: 9999;
}
#MegaMenu1-close a
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   font-weight: bold;
   padding: 10px 40px 10px 10px;
   pointer-events: all;
   text-decoration: none;
}
#wb_MegaMenu1.open
{
   z-index: 9998 !important
}
#wb_MegaMenu1.open #MegaMenu1-nav
{
   display: block !important;
}
.overflow-no-scroll
{
   overflow: hidden !important;
}
}
