/* IDV Pacific Custom Branding CSS */

/* ===== LOGIN PAGE LOGO ===== */
.n-image img[src*="logo"],
.n-image img[src*="logo.3b07dac3"],
img[src*="logo.3b07dac3"],
.login-page img,
.n-layout-sider img {
    min-width: 200px !important;
    height: auto !important;
    max-height: 80px !important;
    object-fit: contain !important;
    width: auto !important;
}

/* ===== SIDEBAR/NAVBAR LOGO FIX ===== */
.app-logo {
    height: auto !important;
    min-height: 60px !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.app-logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
}

.app-logo img,
.app-logo .icon,
.app-logo img.icon {
    width: auto !important;
    min-width: 120px !important;
    max-width: 180px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
}

.app-logo.collapse img,
.app-logo.collapse .icon {
    min-width: 40px !important;
    max-width: 50px !important;
    max-height: 40px !important;
}

/* ===== HIDE BILLIONMAIL BRANDING ===== */
.app-logo .app-name {
    display: none !important;
}

/* ===== HIDE SUBMIT A REQUEST BUTTON ===== */
.header-left > button:nth-child(2),
.header-left .n-button[type="primary"][class*="text-14px"]:not(:first-child),
.header-left > .n-button.n-button--primary-type.n-button--text-type {
    display: none !important;
}

.header-left > .n-button:has(.i-mdi\:arrow-right),
.header-left .n-button:has(.i-mdi\:arrow-right) {
    display: none !important;
}

button.n-button--primary-type.n-button--text-type {
    display: none !important;
}

.header-left > .n-button:first-child,
.header-left > button:first-child,
.header-left .icon-btn:first-child {
    display: inline-flex !important;
}

/* ===== HIDE GITHUB LINKS ===== */
.header-right > .n-button.n-button--primary-type.n-button--text-type {
    display: none !important;
}
