/* ============================================
   MikroSolusi White-label CSS for ERPNext
   ============================================ */

/* --- Navbar Brand --- */
.navbar-brand {
    position: relative;
    padding-left: 40px !important;
}
.navbar-brand img,
.navbar-brand svg {
    display: none !important;
}
.navbar-brand::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #3B82F6, #6366F1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-brand::after {
    content: "MikroSolusi";
    font-weight: 700;
    font-size: 15px;
    color: #1e293b;
}

/* --- Sidebar --- */
.app-logo {
    display: none !important;
}

/* --- Footer --- */
.web-footer .text-muted {
    font-size: 0 !important;
}
.web-footer .text-muted::after {
    content: "© 2026 PT Mikro Solusi Indonesia";
    font-size: 12px;
}

/* --- Colors --- */
:root {
    --primary: #3B82F6;
    --primary-color: #3B82F6;
}

.btn-primary {
    background: linear-gradient(135deg, #3B82F6, #6366F1) !important;
    border: none !important;
}

/* --- Hide ERPNext version info --- */
.version-info,
.frappe-version,
.erpnext-version {
    display: none !important;
}

/* --- Login page background --- */
.page-card {
    border-radius: 12px !important;
}

/* --- Custom scroll --- */
::-webkit-scrollbar-thumb {
    background: #3B82F6;
}
