/* .sidebar-open .app-main, 
.sidebar-open .app-header {
    margin-left: 0 !important;
}

.app-main {
    margin-left: 0 !important;
    width: 100% !important;
} */


#nav-sidebar-inner a::after {
    content: none !important;
}

#nav-sidebar-inner > div:first-child a::after {
    content: "Murad Al Masiyah" !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #cf9e5d !important;
    margin-left: 12px !important;
    white-space: nowrap !important;
    display: inline-block !important;
}

#nav-sidebar-inner > div:first-child a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
}

#nav-sidebar-apps li a {
    justify-content: flex-start !important;
}

/* Sharp Fintech Elevation & Dashboard Styling */
.premium-card {
    /* Layered Elevation Effect */
    background: #0c131f !important; /* Deep Navy Black base */
    
    /* Glow Borders (Light Source Simulation) */
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.15) !important; 
    
    border-radius: 12px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    
    /* Soft Depth Shadow */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.5) !important;
}

.premium-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.7), 0 0 20px rgba(207, 158, 93, 0.08) !important;
    border-top-color: rgba(207, 158, 93, 0.4) !important;
}

.premium-stat-value {
    color: #fafafa !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
}

.premium-stat-label {
    color: #94a3b8 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.premium-stat-footer {
    color: #475569 !important;
    font-weight: 400;
}

.premium-icon-container {
    background: rgba(207, 158, 93, 0.08) !important;
    padding: 0.75rem !important;
    border-radius: 10px !important;
    border: 1px solid rgba(207, 158, 93, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-icon {
    color: #cf9e5d !important;
    font-size: 24px !important;
    filter: drop-shadow(0 0 8px rgba(207, 158, 93, 0.3));
}

/* Table styling for sharp Fintech look */
.premium-table-header th {
    text-transform: uppercase !important;
    font-size: 0.65rem !important;
    letter-spacing: 0.15em !important;
    color: #64748b !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* Empty State Styling */
.premium-empty-state {
    padding: 4rem 1rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.premium-empty-state .material-symbols-outlined {
    font-size: 2.5rem !important;
    color: rgba(207, 158, 93, 0.15) !important;
    margin-bottom: 1.25rem;
}

.premium-empty-text {
    color: #475569 !important;
    font-style: italic !important;
    font-size: 0.875rem !important;
    font-weight: 400;
}

/* Sidebar Navigation Refinement */

/* Group Header Titles (example: Navigation, Blog Management) */
#nav-sidebar-apps h2 {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: rgba(207, 158, 93, 0.8) !important; /* Muted brand gold */
    margin-top: 20px !important;
    margin-bottom: 8px !important;
}

/* Sidebar Menu Items (Links) */
#nav-sidebar-apps li a {
    margin-bottom: 4px !important;
    transition: all 0.2s ease-in-out !important;
    border-radius: 6px !important;
    color: #94a3b8 !important; /* Inactive text color */
}

/* Hover State */
#nav-sidebar-apps li a:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

/* Active Menu Item State */
#nav-sidebar-apps li a.active {
    background-color: rgba(207, 158, 93, 0.15) !important; /* Light gold bg */
    color: #cf9e5d !important; /* Brand gold text */
    font-weight: 600 !important;
    border-left: 3px solid #cf9e5d !important;
    border-radius: 0 6px 6px 0 !important;
}

/* Sidebar Icons (Material Symbols) */
#nav-sidebar-apps li a span.material-symbols-outlined {
    color: #94a3b8 !important; /* Inactive icon color */
    font-size: 20px !important;
}

/* Active Icon Color */
#nav-sidebar-apps li a.active span.material-symbols-outlined {
    color: #cf9e5d !important;
}

/* Sidebar Search Box Polish */
#nav-sidebar input[type="search"], 
#nav-sidebar-inner input {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    color: white !important;
}

#nav-sidebar input:focus {
    border-color: #cf9e5d !important;
    box-shadow: 0 0 0 2px rgba(207, 158, 93, 0.2) !important;
}

/* ৭. Horizontal Divider */
#nav-sidebar-apps h2:not(:first-of-type) {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 15px !important;
}



/* --- Import/Export Section Customization --- */

/* Fieldset  */
#content fieldset {
    border-color: rgba(207, 158, 93, 0.2) !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
}

/* */
#content label, 
#content .text-important,
#content p.text-important {
    color: #cf9e5d !important;
    font-weight: 600 !important;
}

/* Checkbox */
#content input[type="checkbox"] {
    background-color: transparent !important;
    border-color: #cf9e5d !important;
    border-radius: 4px !important;
    cursor: pointer;
}

#content input[type="checkbox"]:checked {
    background-color: #cf9e5d !important;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e") !important;
}

/* Format Dropdown  */
#id_format, 
#content select {
    background-color: #1a1c23 !important;
    color: #ffffff !important;
    border: 1px solid rgba(207, 158, 93, 0.4) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    width: 100% !important;
    appearance: none;
}

#id_format:focus {
    border-color: #cf9e5d !important;
    box-shadow: 0 0 0 2px rgba(207, 158, 93, 0.2) !important;
    outline: none !important;
}

/* Dropdown Options */
#id_format option {
    background-color: #1a1c23 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

/* Submit Button */
/* #content button[type="submit"], 
#content input[type="submit"] {
    background-color: #cf9e5d !important;
    color: #000 !important;
    font-weight: bold !important;
    padding: 10px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    transition: 0.3s !important;
}

#content button[type="submit"]:hover {
    background-color: #b3894d !important;
    transform: translateY(-1px);
} */

#nav-sidebar-inner > div {
    margin-bottom: 0px !important;
}


#changelist-search > div {
    padding-inline: 0px !important;
}

#changelist-search > div > button {
    color: white !important;
    padding: 10px 10px !important;
}   