@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');

[x-cloak] { display: none !important; }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --sidebar-w: 15rem;
    --background: 240 20% 1.96%;
    --foreground: 210deg 20% 92.16%;
    --card: 210deg 3.45% 88.63% / 3.92%;
    --card-foreground: 210 30% 92%;
    --popover: 222 40% 9%;
    --popover-foreground: 210 30% 92%;
    --primary: 193.41 100% 50%;
    --primary-foreground: 222 47% 6%;
    --secondary: 222 35% 12%;
    --secondary-foreground: 210 20% 75%;
    --muted: 222 30% 14%;
    --muted-foreground: 210deg 3.45% 88.63% / 80%;
    --accent: 222 30% 16%;
    --accent-foreground: 210 30% 88%;
    --destructive: 0 55% 48%;
    --destructive-foreground: 210 40% 98%;
    --border: 210deg 3.45% 88.63% / 7.84%;
    --input: 222 25% 14%;
    --ring: 192 75% 48%;
    --radius: .75rem;
    --sidebar-background: 222 47% 6%;
    --sidebar-foreground: 210 30% 92%;
    --sidebar-primary: 192 75% 48%;
    --sidebar-primary-foreground: 222 47% 6%;
    --sidebar-accent: 222 35% 12%;
    --sidebar-accent-foreground: 210 30% 92%;
    --sidebar-border: 222 25% 14%;
    --sidebar-ring: 192 75% 48%;
}
.light-mode {
    --background: 0deg 0% 96.08%;
    --foreground: 222 47% 11%;
    --card: 0 0% 100%;
    --card-foreground: 222 47% 11%;
    --popover: 0 0% 100%;
    --popover-foreground: 222 47% 11%;
    --primary: 193.41 100% 50%;
    --primary-foreground: 0 0% 100%;
    --secondary: 220 14% 92%;
    --secondary-foreground: 222 30% 25%;
    --muted: 220 14% 94%;
    --muted-foreground: 215 15% 45%;
    --accent: 220 14% 94%;
    --accent-foreground: 222 30% 18%;
    --destructive: 0 55% 48%;
    --destructive-foreground: 0 0% 100%;
    --border: 220 13% 88%;
    --input: 220 13% 88%;
    --ring: 192 75% 42%;
    --radius: .75rem;
    --sidebar-background: 0 0% 100%;
    --sidebar-foreground: 222 47% 11%;
    --sidebar-primary: 192 75% 42%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 220 14% 94%;
    --sidebar-accent-foreground: 222 47% 11%;
    --sidebar-border: 220 13% 88%;
    --sidebar-ring: 192 75% 42%;
}

body
{
    background-color: hsl(var(--background));
    font-family: var(--bs-body-font-family);
    overflow-x: hidden;
}
.light-mode .top-left-img-position , .light-mode .white-devider-line , .light-mode .bottom-gradiant-svg-gradiant
{
    display: none;
}
.light-mode .sidebar , .light-mode .sidebar:hover
{
    border-right:1px solid #02020F1F;
    background-color: #fff !important;
}
.light-mode .blur-top-header {
    background-color: #ffffffd4 !important;
    border: 1px solid #02020F1F;
    border-top: 2px solid #02020F1F;
}
.light-mode .black-box {
    background-color: #ffffffd4 !important;
    border: 1px solid #02020F1F;
    border-top: 2px solid #02020F1F;
}
.light-mode .card , .light-mode .chart-container  , .light-mode .ioc-type-card
{
    background-color: #F2F3F780 !important;
}
.light-mode  table th
{
    background: #f2f3f7;
}
.light-mode  table td
{
    background: #ffffffd4;
}
.light-mode table tbody tr:hover
{
    background: #edf0fd;
}
/* .page-header h1
{
   font-family: Space Grotesk, sans-serif; 
}
.font-heading {
    font-family: Space Grotesk, sans-serif;
} */
.top-left-img {
    width: 42%;
    position: fixed;
    z-index: -22;
    left: 0;
    top: 0;
}
.top-left-img-position {
    position: relative;
}
.white-devider-line {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /* z-index: 9999; */
}
.gradiant-box-2 {
    width: 100%;
    height: 45px;
    /* background: rgba(45, 119, 238, 0.216); */
    background-image: linear-gradient(#00afef23, #ffffff00);
}
.second-box {
    padding: 14px 15px 14px 80px !important;
}
#topbar
{
    padding: 10px;
}
 /* ─── SIDEBAR ─── */
  .sidebar {
    position: fixed;
    top: 0; left: 0; bottom: 0;
    width: 3.9rem;               /* collapsed: icon only */
    background: #04040680;
    border-right: 1px solid #e1e2e314;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.28s cubic-bezier(0.4,0,0.2,1);
    z-index: 100;
  }

  .sidebar:hover {
    width: 16rem;              /* expanded */
        background-color: #0d0d116a
 !important;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(10px);
  }

  /* ─── HEADER ─── */
  .sidebar-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px !important;
    padding-top: 12px !important;
    border-bottom: 1px solid #1e2130;
    /* min-height: 64px; */
    overflow: hidden;
    white-space: nowrap;
  }

  .icone-badge {
    flex-shrink: 0;
  }
    .icone-img {
    flex-shrink: 0;
    width: 33px; 
  }

  .header-text {
    opacity: 0;
    transition: opacity 0.2s 0.1s;
    pointer-events: none;
  }

  .sidebar:hover .header-text {
    opacity: 1;
  }

  .header-text .brand {
    font-size: 13px;
    font-weight: 700;
    color: hsl(var(--foreground));
    line-height: 1.2;
  }

  .header-text .subtitle {
    font-size: 10px;
    color: #64748b;
  }
    .badge.bg-danger
    {
        background-color: #c910102b !important;
    }
    .badge.bg-success
    {
        background-color: #05422563 !important;
    }
    .badge.bg-warning
    {
        background-color: #856a023d !important;
    }
    .notification-dropdown{
    width:360px;
    background:#0f172a;
    color:#fff;
    border-radius:10px;
}

.notification-header{
    display:flex;
    justify-content:space-between;
    padding:15px;
    border-bottom:1px solid #1e293b;
}

.notification-header a{
    color:#00afef;
    text-decoration:none;
    font-size:14px;
}

.notification-body{
    max-height:300px;
    overflow-y:auto;
}

.notification-item{
    display:flex;
    gap:12px;
    padding:15px;
    border-bottom:1px solid #1e293b;
}

.notification-item:hover{
    background:#1e293b;
}

.notification-item .title{
    font-weight:600;
}

.notification-item .desc{
    font-size:13px;
    color:#94a3b8;
}

.notification-item .time{
    font-size:12px;
    color:#64748b;
}

.notification-dropdown .icon{
    width:35px;
    height:35px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.notification-item .red{background:#7f1d1d;}
.notification-item .orange{background:#7c2d12;}
.notification-item .blue{background:#0c4a6e;}

.notification-footer{
    text-align:center;
    padding:12px;
}

.notification-footer a{
    color:#00afef;
    text-decoration:none;
}
  /* ─── NAV LINKS ─── */
  .nav-links {
    list-style: none;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 10px !important;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  .nav-links::-webkit-scrollbar { width: 4px; }
  .nav-links::-webkit-scrollbar-track { background: transparent; }
  .nav-links::-webkit-scrollbar-thumb { background: transparent; border-radius: 4px; }
  .sidebar:hover .nav-links { scrollbar-color: #1e293b transparent; }
  .sidebar:hover .nav-links::-webkit-scrollbar-thumb { background: #1e293b; }
  .sidebar:hover .nav-links::-webkit-scrollbar-thumb:hover { background: #334155; }

  .nav-section {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #334155;
    padding: 12px 16px 4px;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    display: none;
    /* height: 28px; */
    transition: opacity 0.18s, height 0.25s;
  }

  .sidebar:hover .nav-section {
    opacity: 1;
    color: #475569;
  }

  .nav-links li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 8px!important;
    padding-left: 13px !important;
    color: hsl(var(--foreground)) !important;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0;
    transition: color 0.15s, background 0.15s;
    position: relative;
    margin: 0px;
  }


  .nav-links li a.active {
    color: #e2e8f0;
    background: rgba(59,130,246,0.08);
  }

  .nav-links li a.active::before,
  .nav-links li a:hover::before {
    opacity: 1;
  }

  .nav-links li a.active {
    color: #60a5fa;
    background: rgba(59,130,246,0.12);
  }

  .nav-icon {
    flex-shrink: 0;
    color: #d1d9e0;
    /* width: 20px; height: 20px;
    display: flex; align-items: center; justify-content: center;
    margin-left: 4px; */
  }
.gap-ad {
    gap: 0.25rem;
}
  .nav-icon svg {
    width: 16px; height: 16px;
  }

  .nav-label {
    opacity: 0;
    transition: opacity 0.18s 0.08s;
    pointer-events: none;
  }

  .sidebar:hover .nav-label {
    opacity: 1;
  }

  /* ─── FOOTER ─── */
  .sidebar-footer {
    border-top: 1px solid #1e2130;
    padding: 8px 12px !important;
    overflow: hidden;
    white-space: nowrap;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    overflow: hidden;
  }

  .user-avatar {
    flex-shrink: 0;
    width: 28px; height: 28px;
    background-color: #3c8cdd40;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin-left: 4px;
  }

  .user-details {
    opacity: 0;
    transition: opacity 0.18s 0.08s;
    display: flex;
    align-items: start;
    gap: 6px;
  }

  .sidebar:hover .user-details {
    opacity: 1;
  }

  .user-name {
    font-size: 12px;
    font-weight: 500;
    color: #cbd5e1;
  }

  .user-tier {
    font-size: 9px;
    font-weight: 700;
    background: rgba(14, 165, 233, 0.15);
    color: #38bdf8;
    border: 1px solid rgba(56,189,248,0.2);
    border-radius: 4px;
    padding: 1px 5px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .logout-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px !important;
    padding: .5rem .75rem!important;
    font: inherit;
    padding: 7px 14px;
    color: hsl(var(--foreground)) !important;
    font-size: .875rem;
    font-weight: 400;   
    width: 100%;
    transition: color 0.15s, background 0.15s;
  }

  .logout-btn:hover {
    color: hsl(var(--foreground));
    background-color: #20242c !important;
  }

  .logout-btn svg {
    flex-shrink: 0;
    width: 16px; height: 16px;
    /* margin-left: 13px; */
    color: hsl(var(--foreground));
  }

  .logout-label {
    opacity: 0;
    transition: opacity 0.18s 0.08s;
  }

  .sidebar:hover .logout-label {
    opacity: 1;
  }

  /* ─── TOOLTIP (shows on collapsed hover over item) ─── */
  .nav-links li {
    position: relative;
  }
#overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1044;
    backdrop-filter: blur(3px);
}
#main-wrap {
    margin-left: 3.9rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: margin-left .28s ease;
}
#page {
    flex: 1;
    /* padding: 24px 22px; */
}
#toggler {
    display: none;
    background: hsl(var(--secondary));
    border: 1px solid hsl(var(--border));
    border-radius: 7px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: hsl(var(--muted-foreground));
    font-size: 18px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .15s;
}
.ioc-type-card
{
        background: #11182780 !important;
}
table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.card
{
    background: #11182780;
    border: 1px solid hsl(var(--border));
    padding: 1.20rem 1.25rem;
    box-shadow:
        0 0 #0000,
        0 0 #0000,
        0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.chart-container
{
    background: transparent;
    border: 1px solid hsl(var(--border));
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
}
.table-container
{
    background: transparent;
    border: 1px solid hsl(var(--border));
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
     margin-bottom: 22px;
     overflow-x: auto;
}
.form-container
{
    background: transparent;
    border: 1px solid hsl(var(--border));
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
     margin-bottom: 15px;
     padding: 20px 24px;
}
.form-group
{
    margin-bottom: 0px;
}
.grid-2
{
    gap: 18px;
}
.page-header h1
{
    font-size: 17px;
    font-weight: 500;
    color: hsl(var(--foreground));
    letter-spacing: 0;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.nav-links li a.active
{
    color: #fff !important;
    font-weight: 400;
    background-color: #3c8cdd40 !important;
}
.nav-links li a.active .nav-icon
{
        color: hsl(var(--foreground)) !important;
}
.nav-links li a
{
    border-radius: 6px;
    border-left: 0px;
    font-size: 13.5px;
    padding: .5rem .75rem;
    /* margin: 2px 0px 0px 0px; */
    color: hsl(var(--muted-foreground));
    font-weight: normal;
    gap: 0.625rem;
}
.nav-section
{
    color: hsl(var(--muted-foreground));
    font-size: 10px;
    font-weight: 500;
    padding: 0px .75rem;
    margin-bottom: .5rem;
}
.nav-links
{
    padding: 1rem .75rem;
    overflow-y: auto;
}
.sidebar-header
{
    padding: 1rem 1.25rem;
    border-bottom: 1px solid hsl(var(--border));
}
.sidebar-footer
{
     padding:1rem 1.25rem;
    border-top: 1px solid hsl(var(--border));
}
.text-sm {
    font-size: .875rem;
}
.text-foreground
{
    color: hsl(var(--foreground));
}
.sidebar-subtitle
{
    font-size: .75rem;
    font-weight: normal;
}
.text-muted-foreground {
    color: hsl(var(--muted-foreground));
}
.user-name
{
    color: hsl(var(--foreground));
}
.nav-links li a:hover
{
    background-color: #20242c;
    color: #fff;
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}
svg
{
    display: block;
    /* vertical-align: middle; */
}
.padding-2r
{
    padding: 1.4rem;
}
.badge.bg-info
{
        
    color: hsl(var(--primary)) !important;
    background-color: hsl(var(--primary) / .15) !important;
}
.badge
{
    padding: .25rem .5rem;
}
.logout-link
{
    border-radius: 0.75rem;
    border-left: 0px;
    font-size: .875rem;
    padding: .5rem .75rem;
    margin: 2px 0px 0px 0px;
    color: hsl(var(--muted-foreground));
    font-weight: normal;
}
.logout-link:hover
{
    color: hsl(var(--foreground));
}
.user-name
{
    font-weight: 400;
}
.icone-badge
{
    background-color: hsl(var(--primary) / .1);
    color: hsl(var(--primary));
    border-radius: .75rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blur-top-header
{
   background-color: #04040680 !important;
    border: 1px solid rgba(225, 226, 227, 0.08);
    border-radius: 8px;
    border-top: 2px solid rgba(225, 226, 227, 0.305);
    padding:.75rem 1.4rem;
   

}
.black-box
{
    background-color: #04040680 !important;
    border: 1px solid rgba(225, 226, 227, 0.08);
    border-radius: 8px;
    border-top: 2px solid rgba(225, 226, 227, 0.305);
    height: calc(100vh - 92px);
    overflow-y: auto;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
.table-bg {
    position: fixed;
    top: 0px;
    right: 10%;
    z-index: -333;
    opacity: 0.6;
}
#topbar
{
    /* position: sticky; */
    top: 0;
    z-index: 20;
}
.btn-search
{
    color: hsl(var(--muted-foreground));
    font-size: .75rem;
    padding: .375rem .75rem;
    background-color: hsl(var(--secondary));
    border: 1px solid hsl(var(--border));
    border-radius: .75rem;
    gap: .55rem;
    cursor: pointer;
}
.btn-search:hover
{
    color: hsl(var(--foreground));
}
.badge-top
{
    font-size: 10px;
    background-color: hsl(var(--accent));
    border-radius: .25rem;
    gap: .125rem;
    display: flex;
    align-items: center;
    padding: .125rem .375rem;
}
.h-2\.5 {
    height: .625rem;
}
.w-2\.5 {
    width: .625rem;
}
.w-3\.5 {
    width: .875rem;
}
.h-3\.5 {
    height: .875rem;
}
.transition-colors
{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.tb-name
{
    color: hsl(var(--primary));
    font-weight: 700;
    background-color: hsl(var(--primary) / .15);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    font-size: .75rem;
}
.btn-transparent
{
    border-radius: .75rem;
    background-color: transparent;
    border: none;
}
.btn-transparent:hover
{
    color: hsl(var(--foreground));
    background-color: hsl(var(--accent));
}
.number-badge
{
    color: hsl(var(--destructive-foreground));
    font-weight: 700;
    font-size: 9px;
    background-color: hsl(var(--destructive));
    border-radius: 9999px;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -.125rem;
    right: -.125rem;
}
.card-grid
{
    grid-template-columns:repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 22px;
}
.card h3
{
    color: hsl(var(--muted-foreground));
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: .5rem;
}
.chart-container h3
{
    letter-spacing: -.025em;
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--foreground));
    /* font-family: Space Grotesk, sans-serif; */
}
.table-container h2
{
    letter-spacing: -.025em;
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--foreground));
    /* font-family: Space Grotesk, sans-serif; */
}
.form-container h2
{
    letter-spacing: -.025em;
    font-weight: 500;
    font-size: 14px;
    color: hsl(var(--foreground));
    /* font-family: Space Grotesk, sans-serif; */
}
.card .value
{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .25rem;
    color: hsl(var(--foreground));
    /* font-family: Space Grotesk, sans-serif; */
}
.card .card-sub
{
    color: hsl(var(--muted-foreground));
    font-size: .75rem;
    margin-top: 2px;
}
.card .value.blue
{
    color: hsl(var(--primary));
}
.card .value.orange
{
    color: #fb923c;
}
.card .value.red
{
    color: #f87171;
}
.page-header
{
    margin-bottom: 5px;
}

.chart-wrapper {
    margin: 20px 0px 0px 0px;
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-thumb {
    background: hsl(var(--border));
    border-radius: 4px;
}
.scroll::-webkit-scrollbar {
    width: 4px;
}
.scroll::-webkit-scrollbar-thumb {
    background: hsl(var(--border));
    border-radius: 4px;
}
/* === Column Dropdown (IOC Explorer) === */
.col-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 50;
    min-width: 200px;
    margin-top: 4px;
    padding: 6px 0;
    border-radius: 8px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--popover));
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    max-height: 320px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #1e293b transparent;
}
.col-dropdown::-webkit-scrollbar {
    width: 5px;
}
.col-dropdown::-webkit-scrollbar-track {
    background: transparent;
}
.col-dropdown::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 4px;
}
.col-dropdown::-webkit-scrollbar-thumb:hover {
    background: #334155;
}
.col-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    cursor: pointer;
    font-size: 0.82rem;
    color: hsl(var(--foreground));
    transition: background 0.12s;
}
.col-dropdown-item:hover {
    background: hsl(var(--accent));
}
.col-dropdown-item input[type="checkbox"] {
    accent-color: hsl(var(--primary));
    width: 14px;
    height: 14px;
    cursor: pointer;
}

/* Light mode overrides */
.light-mode .col-dropdown {
    scrollbar-color: #cbd5e1 transparent;
}
.light-mode .col-dropdown::-webkit-scrollbar-thumb {
    background: #cbd5e1;
}
.light-mode .col-dropdown::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* ── Advanced Filters ── */
.advanced-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid hsl(var(--border));
    margin-top: 12px;
}
.adv-filter-btn {
    position: relative;
}
.adv-filter-btn > button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    border: 1px dashed hsl(var(--border));
    background: transparent;
    color: hsl(var(--muted-foreground));
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.15s;
    white-space: nowrap;
}
.adv-filter-btn > button:hover {
    border-color: hsl(var(--primary));
    color: hsl(var(--foreground));
}
.adv-filter-btn > button.has-active {
    border-style: solid;
    border-color: hsl(var(--primary) / 0.5);
    background: hsl(var(--primary) / 0.08);
    color: hsl(var(--foreground));
}
.adv-filter-btn > button.is-open,
.adv-filter-btn > button[aria-expanded="true"] {
    border-style: solid;
    border-color: hsl(var(--primary) / 0.7);
    color: hsl(var(--foreground));
    background: hsl(var(--primary) / 0.06);
}
.adv-filter-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 60;
    min-width: 240px;
    max-width: 320px;
    border-radius: 10px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--popover, var(--card)));
    box-shadow: 0 12px 32px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
    overflow: hidden;
    transform-origin: top left;
}
.adv-filter-search {
    width: 100%;
    padding: 9px 12px;
    border: none;
    border-bottom: 1px solid hsl(var(--border));
    background: hsl(var(--muted) / 0.3);
    color: hsl(var(--foreground));
    font-size: 0.8rem;
    outline: none;
    display: block;
}
.adv-filter-search::placeholder {
    color: hsl(var(--muted-foreground));
}
.adv-filter-list {
    max-height: 220px;
    overflow-y: auto;
    padding: 4px 0;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--border)) transparent;
}
.adv-filter-list::-webkit-scrollbar { width: 4px; }
.adv-filter-list::-webkit-scrollbar-track { background: transparent; }
.adv-filter-list::-webkit-scrollbar-thumb { background: hsl(var(--border)); border-radius: 4px; }
.adv-filter-option {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 12px;
    cursor: pointer;
    font-size: 0.8rem;
    color: hsl(var(--foreground));
    transition: background 0.1s;
    user-select: none;
}
.adv-filter-option:hover {
    background: hsl(var(--primary) / 0.1);
}
.adv-filter-option input[type="checkbox"] {
    accent-color: hsl(var(--primary));
    width: 14px;
    height: 14px;
    cursor: pointer;
    flex-shrink: 0;
}
.adv-filter-empty {
    padding: 14px 12px;
    text-align: center;
    font-size: 0.78rem;
    color: hsl(var(--muted-foreground));
}

/* Active filter chips */
.active-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-top: 10px;
}
.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.72rem;
    font-weight: 500;
    cursor: default;
    white-space: nowrap;
}
.filter-chip button {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.12s;
}
.filter-chip button:hover {
    opacity: 1;
}
.chip-tags         { background: rgba(99,102,241,0.15); color: #818cf8; }
.chip-threatactors { background: rgba(239,68,68,0.15);  color: #f87171; }
.chip-campaigns    { background: rgba(245,158,11,0.15); color: #fbbf24; }
.chip-malware      { background: rgba(220,38,38,0.15);  color: #f87171; }
.chip-techniques   { background: rgba(239,68,68,0.15);  color: #ef4444; }
.chip-killchain    { background: rgba(245,158,11,0.15); color: #fbbf24; }
.chip-sectors      { background: rgba(34,197,94,0.15);  color: #4ade80; }
.chip-countries    { background: rgba(59,130,246,0.15); color: #60a5fa; }
.chip-software     { background: rgba(168,85,247,0.15); color: #c084fc; }
.chip-confidence   { background: rgba(99,102,241,0.15); color: #818cf8; }

/* === Single-select custom dropdown (Export page, etc.) === */
.select-dropdown-wrap {
    position: relative;
}
.select-dropdown-btn {
    width: 100%;
    text-align: left;
    padding: 9px 36px 9px 12px;
    border-radius: 8px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--background));
    color: hsl(var(--foreground));
    font-size: 0.875rem;
    cursor: pointer;
    position: relative;
    transition: border-color 0.15s;
}
.select-dropdown-btn:hover,
.select-dropdown-btn:focus {
    border-color: hsl(var(--primary) / 0.6);
    outline: none;
}
.select-dropdown-btn svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: hsl(var(--muted-foreground));
    transition: transform 0.15s;
}
.select-dropdown-btn.open svg {
    transform: translateY(-50%) rotate(180deg);
}
.select-dropdown-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 60;
    transform-origin: top center;
    border-radius: 10px;
    border: 1px solid hsl(var(--border));
    background: hsl(var(--popover, var(--card)));
    box-shadow: 0 12px 32px rgba(0,0,0,0.5), 0 2px 8px rgba(0,0,0,0.3);
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--border)) transparent;
    padding: 4px 0;
}
.select-dropdown-list::-webkit-scrollbar { width: 4px; }
.select-dropdown-list::-webkit-scrollbar-track { background: transparent; }
.select-dropdown-list::-webkit-scrollbar-thumb { background: hsl(var(--border)); border-radius: 4px; }
.select-dropdown-item {
    padding: 9px 14px;
    font-size: 0.875rem;
    cursor: pointer;
    color: hsl(var(--foreground));
    transition: background 0.1s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.select-dropdown-item:hover {
    background: hsl(var(--primary) / 0.1);
}
.select-dropdown-item.active {
    background: hsl(var(--primary) / 0.15);
    font-weight: 600;
    color: hsl(var(--primary));
}
.select-dropdown-item .item-count {
    font-size: 0.75rem;
    opacity: 0.55;
    font-weight: 400;
}

/* Light mode for advanced filters */
.light-mode .adv-filter-list { scrollbar-color: #cbd5e1 transparent; }
.light-mode .adv-filter-list::-webkit-scrollbar-thumb { background: #cbd5e1; }
.light-mode .adv-filter-dropdown { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }

.text-xs
{
    font-size: .75rem;
}
.btn-primary-1
{
    color: hsl(var(--foreground));
    font-weight: 400;
    font-size: .875rem;
    background-color: #3c8cdd40;
    border-radius: .75rem;
    padding: .5rem 1rem;
    border: 1px solid transparent;
}
.btn-primary-1:hover
{
    filter: brightness(1.1);

}
.btn-light-1
{
    color: hsl(var(--foreground));
    font-weight: 400;
    font-size: .875rem;
    background-color: hsl(var(--card));
    border-radius: .75rem;
    padding: .5rem 1rem;
    border: 1px solid hsl(var(--border));
}
.btn-light-1:hover
{
    background-color: hsl(var(--accent) / .5);
    border-color: hsl(var(--primary) / .3);

}
.btn-bordered
{
    color: hsl(var(--muted-foreground));
    font-weight: 400;
    font-size: .875rem;
    border: 1px solid hsl(var(--border));
    /* background-color: hsl(var(--primary)); */
    border-radius: .75rem;
    padding: .5rem 1rem;
}
.btn-bordered:hover
{
    color: hsl(var(--foreground));
    /* border-color: hsl(var(--foreground) / .2); */
}
.transition-all
{
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
a
{
    text-decoration: none;
}
.badge1
{
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 0.6875rem;
    font-weight: 500;
}
.badge1.bg-success
{
    color: hsl(var(--primary)) !important;
    background-color: hsl(var(--primary) / .15) !important;
}
.badge1.bg-warning
{
    color: #fb923c !important;
    background-color: #fb923c36 !important;
}
.badge1.bg-danger
{
    color: #f87171 !important;
    background-color: #f8717133 !important;
}
table th
{
    background-color: #111827;
    color: hsl(var(--foreground)) !important;
    border-bottom: 1px solid hsl(var(--border));
    padding: .75rem 1rem;
}
table td
{
    background-color: #11182780;
    color: hsl(var(--muted-foreground));
    border-bottom: 1px solid hsl(var(--border));
    padding: .75rem 1rem;
    font-size: .75rem !important;
}
table tbody tr:hover
{
    background: hsl(var(--accent) / .3);
}
.form-group input, .form-group select, .form-group textarea
{
    background-color: #000;
    border: 1px solid hsl(var(--border));
    color: hsl(var(--foreground)) !important;
}
.form-group select option
{
    background-color: #000;
}
.form-group label
{
    color: hsl(var(--muted-foreground));
    font-weight: 400;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus
{
    border-color: hsl(var(--primary) / .4);
    box-shadow: none;
    background-color: #000;
}
.bg-tab
{
    background-color: hsl(var(--secondary));
    padding: .50rem .40rem;
    border: 1px solid hsl(var(--border));
    border-radius: .75rem;
}
.btn-primary-tab
{
    color: #fff;
    background-color: #3c8cdd40;
    font-weight: 400;
    padding: .375rem .75rem;
    border-radius: .75rem;
}
.btn-secondary-tab
{
    color: hsl(var(--muted-foreground));
    font-weight: 400;
    padding: .375rem .75rem;
}
.btn-secondary-tab:hover
{
    color: hsl(var(--foreground));
}
.bg-success-round
{
    background-color: hsl(var(--primary));
    border-radius: calc(.75rem - 4px);
    width: .75rem;
    height: .75rem;
}
.bg-warning-round
{
    background-color: #fb923c;
    border-radius: calc(.75rem - 4px);
    width: .75rem;
    height: .75rem;
}
.bg-danger-round
{
    background-color: #f87171;
    border-radius: calc(.75rem - 4px);
    width: .75rem;
    height: .75rem;
}
.border-box
{
    border: 1px solid hsl(var(--border));
    border-radius: .75rem;
    padding: .75rem;
}
.btn-danger-1
{
    font-size: .75rem;
    font-weight: 400;
    padding: .25rem .75rem;
    background-color: hsl(var(--destructive));
    border-radius: .75rem;
    border: transparent;
    color: hsl(var(--destructive-foreground));
}
.btn-danger-1:hover
{
    filter: brightness(1.1);

}
.tab.active
{
    color: hsl(var(--primary)) !important;
}
.tab:hover
{
    color: hsl(var(--foreground));
}
.tabs
{
    border-bottom: 2px solid hsl(var(--border));
}
.code-block
{
    background: transparent;
    border: 1px solid hsl(var(--border));
    padding: 1.20rem 1.25rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.code-block code
{
    color: hsl(var(--foreground) / .9);
    font-size: .75rem;
}
.tab-content h3 
{
    color: hsl(var(--foreground));
    font-size: .875rem;
    font-weight: 500;
}
.code-block .copy-btn
{
    color: hsl(var(--muted-foreground));
    font-size: .75rem;
    padding: .25rem .75rem;
    background-color: hsl(var(--secondary)) !important;
    border-radius: .75rem;
    border: none;
    font-weight: 400;
}
.code-block .copy-btn:hover
{
    color: hsl(var(--foreground));
}
.card-download
{
    border: 2px solid hsl(var(--border)) !important;
    background-color: transparent;
}
.card-download:hover
{
    border: 2px solid #3c8cdd40 !important;
    background-color: hsl(var(--primary) / .05);
}

/* Export format cards */
.export-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 24px;
}
.export-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 1px solid hsl(var(--border));
    border-radius: 10px;
    background: hsl(var(--card));
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.export-card:hover {
    border-color: hsl(var(--primary) / .4);
    background: hsl(var(--primary) / .05);
    box-shadow: 0 0 0 1px hsl(var(--primary) / .1);
}
.export-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    flex-shrink: 0;
}
.export-card-icon.green  { background: rgba(16, 185, 129, .12); color: #10b981; }
.export-card-icon.blue   { background: rgba(59, 130, 246, .12); color: #3b82f6; }
.export-card-icon.orange { background: rgba(251, 146, 60, .12); color: #fb923c; }
.export-card-icon.purple { background: rgba(139, 92, 246, .12); color: #8b5cf6; }
.export-card-body {
    min-width: 0;
}
.export-card-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    line-height: 1.3;
}
.export-card-desc {
    font-size: 0.75rem;
    color: hsl(var(--muted-foreground));
    line-height: 1.4;
    margin-top: 2px;
}
@media (max-width: 1024px) {
    .export-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .export-grid { grid-template-columns: 1fr; }
}

.ioc-badge {
    color: hsl(var(--accent-foreground));
    background: hsl(var(--accent));
    font-size: 10px;
    font-weight: 500;
    padding: .2rem .5rem;
}
.btn-csv
{
    color: #64a2ff;
    font-weight: 400;
        font-size: 11px;
    background: #0d6dfd36;
    padding: .20rem .45rem;
    border-radius: .3rem;
}
.btn-txt
{
    color: hsl(var(--primary));
    font-weight: 400;
        font-size: 11px;
    background: hsl(var(--primary) / .15) !important;
    padding: .20rem .45rem;
    border-radius: .3rem;
}
.btn-json
{
    color: #fb923c;
    font-weight: 400;
        font-size: 11px;
    background: #fb923c2d;
    padding: .20rem .45rem;
    border-radius: .3rem;
}
.ioc-type-grid
{
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 22px;
}
.ioc-type-card
{
    background: transparent;
    border: 1px solid hsl(var(--border));
    padding: 1.20rem 1.25rem;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ioc-type-count
{
    font-size: 1.5rem;
    font-weight: 700;
}
.btn-browse
{
    color: hsl(var(--primary));
    background-color: hsl(var(--primary) / .15);
    border: none;
    font-size: .75rem;
    border-radius: 9px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
.btn-browse:hover
{
     background-color: hsl(var(--primary) / .11);
}
.btn-export
{
    color: hsl(var(--accent-foreground));
    background-color: hsl(var(--accent));
    border: none;
    font-size: .75rem;
    border-radius: 9px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
.btn-export:hover
{
    color: hsl(var(--accent-foreground) / 0.85);
}
.pagination
{
    border-top: 1px solid hsl(var(--border));
}
.nav-headding-default
{
    transition: all 0.2s;
   
    padding: .75rem 2rem;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
     position: fixed;
         top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.navbar-headding
{
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid hsl(var(--border));
    background-color: hsl(var(--background) / .8);
   

}
.nav-item .nav-link
{
    color: hsl(var(--muted-foreground));
    font-size: .875rem;
    transition: color 0.3s;
}
.nav-item .nav-link:hover
{
    color: hsl(var(--foreground));
    /* font-size: .875rem; */
}
.login-btn
{
     color: hsl(var(--muted-foreground));
    font-size: .875rem;
    transition: color 0.3s;
}
.login-btn:hover
{
    color: hsl(var(--foreground));
}
.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.py-20
{
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}
.pb-16
{
    padding-bottom: 4rem;
}
.pt-20 {
    padding-top: 5rem;
}
.hero-glow {
    background: radial-gradient(ellipse 60% 50% at 50% 40%,hsl(var(--primary) / .08) 0%,transparent 70%);
    position: absolute;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.main-box
{
    text-align: center;
}
.badge-main
{
    background-color: hsl(var(--primary) / .05);
    border: 1px solid hsl(var(--primary) / .2);
    border-radius: 9999px;
    padding: .5rem 1.25rem;
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}
.primary-circle
{
    background-color: hsl(var(--primary) / .8);
    border-radius: 9999px;
     width: .5rem;
     height: .5rem;
     margin-bottom: 1px;
}
.main-headding
{
    font-size: 6rem;
    font-weight: 700;
    color: hsl(var(--foreground));
    line-height: 1;
    margin-bottom: 2rem;
}
.text-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, hsl(var(--primary)), #2d80d2);
}
.main-box-desc
{
    font-size: 1.125rem;
    max-width: 42rem;
    margin-bottom: 3rem;
    font-weight: 300 !important;
}
@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up {
    animation: slide-up .5s ease-out forwards;
}
.shadow-primary {
    box-shadow: 0 0px 4px hsl(var(--primary) / .2);
}
.count-container
{
    max-width: 48rem;
    margin-top: 6rem;
}
.divider-gradient {
    background: linear-gradient(90deg, transparent, hsl(var(--border)), transparent);
    height: 1px;
    margin-bottom: 2.5rem;
}
.grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}
.grid-col-2
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}
.countter-number
{
    font-size: 1.875rem;
    color: hsl(var(--foreground));
}
.countter-number p
{
    font-size: .75rem;
    color: hsl(var(--muted-foreground));
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.uppercase {
    text-transform: uppercase;
}
.tracking-wider {
    letter-spacing: .04em;
}
.scroll-wrapper {
    overflow: hidden;
}

.animate-scroll {
    display: flex;
    width: max-content;
    animation: scroll 50s linear infinite;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.gradiant-left
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 6rem;
    background-image: linear-gradient(to right, hsl(var(--background)), transparent);
}.gradiant-right
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 6rem;
    background-image: linear-gradient(to left, hsl(var(--background)), transparent);
}
.animation-scroll-text
{
    color: hsl(var(--muted-foreground));
    font-size: 1.125rem;
    font-weight: 500;
    white-space: nowrap;
}

.mb-10 {
    margin-bottom: 2.5rem;
}
.threat-feed-section
{
    margin-bottom: 2.5rem;
}
.touch-section h2
{
    font-size: 2.25rem !important;
}
.threat-feed-section h2
{
    font-size: 3rem;
    line-height: 1;
    color: hsl(var(--foreground));
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.threat-feed-section p
{
    color: hsl(var(--muted-foreground));
    line-height: 1.625;
    font-weight: 300;
    max-width: 34rem;
    font-size: 1rem;
}
.grid-cols-3
{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
        max-width: 64rem;

}
.grid-run-3
{
     display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}
.running-in-section{
    max-width: 56rem;
}
.card-shine {
    background: linear-gradient(135deg, hsl(var(--card)), hsl(var(--card)), hsl(var(--card)));
    padding: 1.75rem;
    border-radius: 1rem;
    border: 1px solid hsl(var(--border));
}
.steps-icon-box
{
     background: linear-gradient(135deg, hsl(var(--card)), hsl(var(--card)), hsl(var(--card)));
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid hsl(var(--border));
    width: fit-content;
}
.card-shine:hover
{
    border: 1px solid hsl(var(--primary) / .2);
}
.card-shine:hover .icone-badge-1
{
        background-color: hsl(var(--primary) / .15);
}
.text-primary {
    color: hsl(var(--primary)) !important;
}
.text-sm-1 {
    font-size: .87rem;
}
.running-in-section h3
{
    font-size: 1.25rem;
    margin-bottom: .625rem;
}
.card-shine h3
{
    font-size: 1rem;
    margin-bottom: .625rem;
}
.icone-badge-1
{
    background-color: hsl(var(--primary) / .1);
    color: hsl(var(--primary));
    border-radius: .75rem;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}
.line-step
{
        background: linear-gradient(90deg, transparent, hsl(var(--border)), transparent);
    height: 1px;
    width: 70%;
    position: absolute;
    left: 65%;
    top: 2.8rem;
}
.question-width
{
    max-width: 42rem;
}
.accordion-item
{
    background: linear-gradient(135deg,hsl(var(--card)),hsl(var(--card)),hsl(var(--card)));
    border:1px solid hsl(var(--border)) !important;
    margin: 0.7rem 0rem;
    border-radius: .75rem !important;
    color: hsl(var(--foreground)) !important;
}
.accordion-button
{
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button
{
        color: hsl(var(--foreground)) !important;
        font-size: .875rem;
        font-weight: 400;
}
.accordion-body
{
    color: hsl(var(--muted-foreground)) !important;
    padding-top: 0px;
    font-size: .83rem;
}
.accordion-button::after {
    background-image: none;
    width: 0.8rem;
    height: 0.8rem;
    background-color: hsl(var(--foreground));
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='2 5 8 11 14 5'/%3e%3c/svg%3e") no-repeat center / contain;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid hsl(var(--primary) / .2) !important;
}
.schedule-demo-section
{
    color: hsl(var(--foreground));
    font-weight: 400;
    font-size: .875rem;
}
.schedule-demo-section p 
{
    font-size: .75rem;
}
.circle-demo-section
{
    background-color: hsl(var(--primary));
    border-radius: 9999px;
    width: .375rem;
    height: .375rem;
    margin-top: .5rem;
}
.form-group input::placeholder , .form-group textarea::placeholder {
    color: #c7c7c7;
    /* opacity: 0.3; */
}

.form-box
{
    background: linear-gradient(135deg,hsl(var(--card)),hsl(var(--card)),hsl(var(--card)));
    padding: 2rem;
    border: 1px solid hsl(var(--border));
    border-radius: 1rem;
}
.w-28-rem
{
    max-width: 28rem !important;
}
.divider-gradient {
    background: linear-gradient(90deg, transparent, hsl(var(--border)), transparent);
    height: 1px;
}
.navbar-toggler
{
    box-shadow: none !important;
}
.navbar-toggler {
    color: hsl(var(--muted-foreground));
    /* border-color: hsl(var(--muted-foreground) / 0.3); */
    padding: 10px 0px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='hsl(220, 10%25, 60%25)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    color: hsl(var(--foreground));
}
.login-container
{
    background-color: hsl(var(--background));
    min-height: 100vh;
}
.gradiant-login-bg
{
    background: radial-gradient(ellipse 60% 50% at 50% 40%,hsl(var(--primary) / .08) 0%,transparent 70%);
    position: absolute;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.gradiant-hero-glow
{
    background: radial-gradient(ellipse 60% 50% at 50% 40%, hsl(var(--primary) / .08) 0%, transparent 70%);
}
.login-box
{
    background-color: transparent;
    max-width: 30rem;
}
.subtitle
{
    color: hsl(var(--muted-foreground)) !important;
    font-size: 0.8rem !important;
}
.back-home
{
    transition: color 0.3s;
}
.back-home:hover
{
    color: hsl(var(--foreground)) !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}
.text-muted
{
    color: hsl(var(--muted-foreground)) !important;
}



/* MEDIA  */

@media (max-width: 991.98px) {
    /* #sidebar {
        transform: translateX(-100%);
    } */
        #toggler {
        display: flex;
    }
    /* #main-wrap {
        margin-left: 0 !important;
    } */
        #sidebar.open {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, .4);
    }
    #overlay.open {
        display: block;
    }
    .padding-2r
    {
        padding: 1rem;
    }
    .blur-top-header
    {
        padding:.75rem 1rem;
    }
      .w-md-100 {
        width: 100% !important;
    }
    .login-btn
    {
        margin-bottom: 15px;
    }
    .nav-headding-default
    {
        padding: 0rem;
    }
}
@media (max-width: 992px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px){
  .card-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .main-headding
  {
    font-size: 3rem;
  }
  .main-box-desc
  {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .btn-w-100
  {
    flex-direction: column;
  }
  .btn-w-100 a
  {
    width: 100%;
  }
  .count-container
  {
    margin-top: 3.5rem;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    }
    .pt-20 {
        padding-top: 3rem;
    }
    .pb-16 {
        padding-bottom: 0rem;
    }
    .py-16 {
        padding-top: 1rem;
        padding-bottom: 5rem;
    }
    .threat-feed-section h2 {
    font-size: 1.7rem;
    }
    .threat-feed-section p
    {
        font-size: 1rem;
    }
    .grid-cols-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .py-20 {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .grid-col-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    .touch-section h2 {
        font-size: 1.7rem !important;
    }
    .grid-run-3 {
    display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.5rem;
    }
    .line-step
    {
        display: none;
    }
    .threat-feed-section
    {
        margin-bottom: 0rem;
        text-align: start !important;
    }
    .navbar>.container
    {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(24px);
        background-color: hsl(var(--background) / .8);
        padding-bottom: 15px;
    }
    .login-container
    {
        align-items: start;
        margin-top: 15px;
    }
    .col-md-none
    {
        display: none;
    }
}
.login-box .btn-primary-1
{
    background-color: #00afefde;
    color: #000;
    font-weight: 500;
    border-radius: 6px;
}
.login-box .btn-primary-1:hover {
    background: #00afefc0;
    color: #000;
}
.login-box .form-group label
{
    font-weight: 500;
    font-size: 14px;
}
.login-box h2
{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: #00afefde !important;
}
.login-box .subtitle
{
    font-size:14px !important;
}
.login-box  .form-group input {
    border-radius: 6px;
    background-color: #050a0f4f !important;
    border-color: #ababab1c !important;
    font-size: .9rem !important;
    color: #f8f9fa !important;
    border: 2px solid #ababab1c !important;
    padding: .6rem .75rem .6rem .75rem !important;
    font-weight: 400;
    box-shadow: none !important;
}
.login-box .icone-input .form-group input
{
    padding: .6rem .75rem .6rem 2.5rem !important;
}
.login-box 
{
    box-shadow: none !important;
}
.login-box  .form-group input:focus {
    border-color: #00afefb2 !important;
}
.login-box .form-group input::placeholder
{
    color: #c7c7c7 !important;
}
.col-md-none .threat-feed-section h2
{
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2.9rem !important;
    font-size: 2.1rem !important;
}
.col-md-none .threat-feed-section p 
{
    font-size: 14px !important;
    font-weight: 400;
}
.form-check-label {
    color: #c7c7c7;
    font-size: .875rem;
}
.form-check-input {
    box-shadow: none !important;
    border-color: #00afefde;
    background-color: transparent;
}
.form-check-input:checked {
    background-color: #00afefde;
    border-color: #00afefde;
}