/* FORCE CASEFILE THEME MOBILE PANEL OVERRIDES */
.Ssa-mobile-panel,
.mobile-panel,
#idMobilePanel {
    background-color: #76b6c4 !important;
    background: #76b6c4 !important;
}

/* FORCE EXPANDED MENU DRAWER */
.Ssa-mobile-panel-inner,
.mobile-panel-inner,
#idMobilePanelInner {
    background-color: #76b6c4 !important;
    background: #76b6c4 !important;
}

/* NAVIGATION LINKS TEXT COLOR */
.Ssa-mobile-panel a,
.mobile-panel a, 
.mobile-panel-inner a {
    color: #ffffff !important;
}

/* HAMBURGER MENUS LINES */
.Ssa-mobile-panel .mobile-panel-button::before,
.Ssa-mobile-panel .mobile-panel-button::after,
.mobile-panel-button span {
    background-color: #ffffff !important;
}

/* Login button */
.WaGadgetLoginButton .loginLink, .WaGadgetLoginForm .loginLink {
    background: #76b6c4 !important;
    color: white !important;
}
/* Login button on hover */
.WaGadgetLoginButton .loginLink:hover, .WaGadgetLoginForm .loginLink:hover {
    background: #76b6c4 !important;
}
/* Logout button */
.WaGadgetLoginButton .authenticated .loginLink, .WaGadgetLoginForm .authenticated .loginLink {
    background: 0 !important;
    color: #76b6c4 !important;
}
/* Logout button on hover */
.WaGadgetLoginButton .authenticated .loginLink:hover, .WaGadgetLoginButton .authenticated .loginLink.hover, .WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover {
    background: #76b6c4 !important;
    color: white !important;
}
