
    :root{
        --ip:#01377D;
        --ip-soft: rgba(73,80,87,.08);
        --ip-border: rgba(73,80,87,.18);
        --ip-text: #111827;
        --ip-muted: #6b7280;
        --ip-bg: #ffffff;
    }

    /* Main Container (same concept as npd-list-container) */
    .it-list-container{
        background-color: var(--ip-bg);
        border-radius: 8px;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
        margin-bottom: 20px;
        border: 1px solid rgba(15,23,42,.06);
    }

    /* Header (same concept as npd-header) */
    .it-header{
        color: var(--ip-text);
        padding: 10px;
        border-radius: 8px 8px 0 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        background: linear-gradient(180deg, #fff, var(--ip-soft));
        border-bottom: 1px solid rgba(15,23,42,.06);
    }

    .it-header h2{
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 700;
        color: var(--ip);
        display:flex;
        align-items:center;
        gap: 10px;
    }

    .it-subtitle{
        margin-top: 6px;
        font-size: 12.5px;
        color: var(--ip-muted);
    }

    /* Buttons */
    .it-btn{
        padding: 9px 16px;
        font-weight: 600;
        border-radius: 6px;
        transition: all .15s ease;
        cursor: pointer;
        font-size: 13px;
        display:inline-flex;
        align-items:center;
        gap: 8px;
        text-decoration:none;
        white-space: nowrap;
    }

    .it-btn-primary{
        background-color: var(--ip);
        border: 1px solid var(--ip);
        color: white;
    }
    .it-btn-primary:hover{
        opacity: .93;
        color: white;
        transform: translateY(-1px);
    }

    .it-btn-outline{
        background:#fff;
        border: 1px solid var(--ip-border);
        color: var(--ip);
    }
    .it-btn-outline:hover{
        background: rgba(73,80,87,.05);
        transform: translateY(-1px);
        color: var(--ip);
    }

    /* Table Container */
    .it-table-container{
        /* padding: 20px; */
    }

    /* Table Styling */
    .it-table{
        width: 100%;
        border-collapse: collapse;
    }

    .it-table th,
    .it-table td{
        border: 1px solid rgba(221,221,221,.85);
        padding: 11px 12px;
        vertical-align: middle;
    }

    .it-table th{
        background-color: var(--ip);
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: .2px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .it-table td{
        font-size: 13px;
        color: #111827;
    }

    .it-table tr:hover{
        background: rgba(73,80,87,.04);
    }

    .it-truncate{
        max-width: 320px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Status badge */
    .it-status{
        font-weight: 700;
        padding: 6px 10px;
        border-radius: 999px;
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .2px;
        border: 1px solid transparent;
    }

    .it-success{
        background: #d4edda;
        color: #155724;
        border-color: #c3e6cb;
    }

    .it-failed{
        background: #f8d7da;
        color: #721c24;
        border-color: #f5c6cb;
    }

    .it-warn{
        background: #fff3cd;
        color: #856404;
        border-color: #ffeeba;
    }

    /* Action icons/buttons */
    .it-action-btn{
        border: 1px solid var(--ip-border);
        background: #fff;
        color: var(--ip);
        border-radius: 6px;
        padding: 7px 10px;
        font-weight: 700;
        font-size: 12.5px;
        display:inline-flex;
        align-items:center;
        gap: 6px;
        width: 100%;
        justify-content:center;
        transition: .15s ease;
    }

    .it-action-btn:hover{
        background: rgba(73,80,87,.05);
        transform: translateY(-1px);
        color: var(--ip);
    }

    /* Modal */
    .modal-header{
        background: var(--ip);
        color:#fff;
    }

    @media (max-width: 768px){
        .it-table-container{ padding: 14px; }
        .it-table th, .it-table td{ padding: 9px; font-size: 12.5px; }
        .it-header h2{ font-size: 18px; }
    }


    
  .it-drop{
    border: 1.5px dashed rgba(73,80,87,.45);
    border-radius: 14px;
    background: #fafbfc;
    padding: 18px;
    transition: .15s ease-in-out;
  }
  .it-drop:hover{ background: rgba(73,80,87,.05); }

  .it-file-meta{ font-size: 12px; color: var(--ip-muted); }
  .it-file-name{ color:#0f172a; font-weight: 800; }

  .it-help{
    border:1px solid rgba(15,23,42,.10);
    background:#fff;
    border-radius: 14px;
    padding: 14px;
  }
  .it-help h6{
    margin:0 0 8px 0;
    color: var(--ip);
    font-weight: 800;
    font-size: 13px;
  }
  .it-help ul{ margin:0; padding-left: 18px; color:#334155; font-size: 13px; }
  .it-help li{ margin: 6px 0; }
/*# sourceMappingURL=custom.min.css.map */


/* ============================
   Sidebar Dropdown (GLOBAL)
   Applies to all collapse menu-dropdowns
   ============================ */



/* ================================
   BS Sidebar Brand (Fix Visible in Open)
   ================================ */

.bs-brand-box{
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 16px 10px;
  min-height: 84px;
      margin-bottom: -19px;
}

.bs-brand{
  text-decoration:none !important;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  line-height: 1;
}

/* Logo bigger (collapsed) */
.bs-brand-logo{
  height: 54px;
  width: 54px;
  object-fit: contain;
  border-radius: 16px;
  padding: 8px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255,255,255,.18);
  /* box-shadow: 0 10px 18px rgba(0,0,0,.18); */
  
}
.bs-brand-logo-open{
  height: 117px;
  width: 117px;
  object-fit: contain;
  border-radius: 16px;
  padding: 8px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255,255,255,.18);
  /* box-shadow: 0 10px 18px rgba(0,0,0,.18); */
  
}

/* Expanded text */
.bs-brand-title{
  display:block;
  color:#fff !important;
  font-family: "Poppins","Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .6px;
  text-shadow: 0 6px 14px rgba(0,0,0,.25);
}

.bs-brand-subtitle{
  display:block;
  color: rgba(255,255,255,.75) !important;
  font-family: "Poppins","Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* ✅ Default: OPEN me text show */
.bs-brand-sm{ display:none !important; }
.bs-brand-lg{ display:flex !important; }

/* ✅ Only when collapsed (sm) => logo show, text hide */
html[data-sidebar-size="sm"] .bs-brand-sm{ display:flex !important; }
html[data-sidebar-size="sm"] .bs-brand-lg{ display:none !important; }

/* sm-hover support */
html[data-sidebar-size="sm-hover"] .bs-brand-sm{ display:flex !important; }
html[data-sidebar-size="sm-hover"] .bs-brand-lg{ display:none !important; }
html[data-sidebar-size="sm-hover"] .app-menu:hover .bs-brand-sm{ display:none !important; }
html[data-sidebar-size="sm-hover"] .app-menu:hover .bs-brand-lg{ display:flex !important; }

/* ================================
   Topbar Brand (White background)
   ================================ */

.topbar-brand{
  /* display:flex;
  flex-direction:column; */
  /* align-items:flex-end; */
  text-decoration:none !important;
  line-height: 1.05;
  padding: 2px 0;
  margin-right: 200px;
}

.topbar-brand-inline{
  display: flex !important;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 6px;
  width: 100%;
  text-align: center;
}

.topbar-brand-inline .topbar-brand-title{
  color: rgb(207 62 39);
  font-size: 55px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.topbar-brand-inline .topbar-brand-subtitle{
  color: #ffffff;
  font-size: 33px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}


