.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:rgba(255, 252, 255, 1) !important;
                }
                /* Update this style */
                .is-topbar-container {
                height: 60px;
                }
                .is-topbar-logo img,
                .is-photo-profile {
                height: 60px;
                width: auto;
                vertical-align: middle;
                transition: all 0.3s;
                }
                .is-section-navbar {
                height: calc(60px + 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:rgba(255, 254, 255, 1) !important;
                }
                @media all and (max-width: 1024px) {
                .is-menu {
                background-color:rgba(255, 254, 255, 1);
                }
                }