.navbar-brand .app-logo {
    display: none !important;
}
.navbar-brand {
    background-image: url("/assets/insist_insurance/images/takaful.jpeg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 150px !important;
}

/* Ensure the space is correctly sized */
.navbar-brand.navbar-home {
    width: 150px !important;
    height: 40px !important;
}

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

.page-card-head {
    background-image: url("/assets/insist_insurance/images/takaful.jpeg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 80px;
}

/* Hide the "Login to Frappe" text to avoid conflict */
.page-card-head h4 {
    display: none !important;
}

.list-row.not-approved-row {
    opacity: 0.5;
    pointer-events: none;
}