@charset "utf-8";

/* ==========================================
   1. INHERIT PARENT STYLES
   ========================================== */
@import url("../../nexus/css/custom.css");


/* ==========================================
   2. SKYLA BRANDING COLORS
   ========================================== */

/* Top bar (Header) background style */
header.header .topbar { 
    background-color: #084d66 !important; 
}

/* Footer area background style */
footer.footer { 
    background-color: #115a74 !important; 
}

/* Footer area buttons style */
footer.footer .btn {  border-color: #fff; }
footer.footer .btn-icon { color: #fff; }

/* Footer area copyright style */
footer.footer .copyright {  color: #72c9ea;  }

/* Choose Language Popup background style */
.modal-localisation .modal-content { 
    background-color: #0a3343 !important; 
}


/* ==========================================
   3. SKYLA UI TWEAKS (Hiding Elements)
   ========================================== */

/* Hide the Knowledgebase Search Bar in the header */
header form[action*="knowledgebase"],
.app-nav .search,
form[action*="knowledgebase"] { 
    display: none !important; 
}

/* Hide "Order New Services" from the Client Shortcuts sidebar */
[menuitemname="Client Shortcuts"] [menuitemname="Order New Services"] {
    display: none !important;
}

/* Hide "Recent News" panel from the Client Area dashboard body */
div[menuitemname="Recent News"] {
    display: none !important;
}