/* ZEUS-UAT CLUSTER CSS Overrides */
/* Sidebar backgrounds */
.inc-nav,
.inc-main-nav,
.inc-sec-nav {
    background-color: #21314d !important;
}

/* Menu icons, scoped to nav */
.inc-nav .ant5-menu-item svg,
.inc-main-nav .ant5-menu-item svg,
.inc-sec-nav .ant5-menu-item svg {
    fill: #FFFFFF !important;
}

/* Logo wrapper, normalize alignment */
#incorta-logo .logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    line-height: 1;
}

/* SVG baseline fix */
#incorta-logo .logo-wrapper svg {
    display: block;
}

/* UAT tag */
.logo-wrapper:after {
    content: "UAT" !important;    
    display: inline-block;
    margin-left: 4px;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

/* FULL logo, all white */
#incorta-logo.full .logo-wrapper svg path {
    fill: #FFFFFF !important;
}

/* COLLAPSED logo height control */
#incorta-logo:not(.full) .logo-wrapper {
    min-height: 48px;
}

/* COLLAPSED logo background */
#incorta-logo:not(.full) .logo-wrapper svg > g > path:first-child {
    fill: #241C55 !important;
}

/* COLLAPSED logo inner mark */
#incorta-logo:not(.full) .logo-wrapper svg g g path {
    fill: #FFFFFF !important;
}

/* Micro vertical correction for collapsed SVG */
#incorta-logo:not(.full) .logo-wrapper svg {
    margin-top: 7px;
}

/* Page details area */
.new-page-details,
.page-details-right {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}

/* Menu trigger button */
#menu-trigger-btn {
    background-color: #21314d !important;
}
#menu-trigger-btn svg {
    fill: #FFFFFF !important;
}

/* Menu item text */
.ant5-menu-item {
    color: #FFFFFF !important;
}

/* Selected menu item */
.ant5-menu-item-selected {
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
.inc-nav .ant5-menu-item-selected svg,
.inc-main-nav .ant5-menu-item-selected svg,
.inc-sec-nav .ant5-menu-item-selected svg {
    fill: #21314d !important;
}


/* Page header */
.new-page-details h1 {
    color: #000000 !important;
    padding-left: 10px !important;
}



/* Catalog */
#inc-dashboard-details .page-details-right {
    padding-right: 8px !important;
}

.inc-new-table__folder-icon svg,
.inc-new-table__column svg,
.inc-card-item__icon svg,
.folder-desc svg {
    fill: #21314d !important;
}

.user-avatar {
    visibility: hidden !important;
}
