.is-topbar.fixed.static.dark,
.is-topbar.fixed.static,
.is-topbar.dark.lighttext.shrink,
.is-topbar.shrink,
.is-topbar.lighttext.shrink,
.is-topbar.fixed.dark,
.is-topbar.fixed,
.is-topbar.dark.shrink {
background-color:rgb(255,255,255) !important;
.is-topbar-logo .is-logo-link { width: auto !important; height: auto !important; display: inline-flex !important; align-items: center !important; } .is-topbar-logo img.is-photo-profile { max-width: 180px !important; max-height: 55px !important; width: auto !important; height: auto !important; border-radius: 0 !important; object-fit: contain !important; } .is-topbar { padding: 10px 0 !important; box-shadow: 0 2px 8px rgba(0,0,0,0.06); } .is-topbar-container { max-width: 1200px !important; } .is-menu-links > li > a { font-weight: 500 !important; font-size: 14px !important; padding: 0 20px !important; }
}
.is-topbar.fixed.static.dark .is-menu li ul,
.is-topbar.fixed.static .is-menu li ul,
.is-topbar.dark.lighttext .is-menu li ul,
.is-topbar .is-menu li ul,
.is-topbar.lighttext .is-menu li ul,
.is-topbar.fixed.dark .is-menu li ul,
.is-topbar.fixed .is-menu li ul,
.is-topbar.dark .is-menu li ul{
background-color:rgb(249,168,37) !important;
}
@media all and (max-width: 1024px) {
.is-menu {
background-color:rgb(249,168,37);
}
}