.topMenuControl{
    background: linear-gradient(90deg, rgb(39, 116, 174) 0%, rgb(0, 8, 41) 33%, rgb(0, 8, 41) 66%, rgb(39, 116, 174) 100%) !important;
}
.topMenuItemsInside{
    /* border-left:dotted 1px #fff; */
    background-image: linear-gradient(#ffffff80 20%, rgba(255,255,255,0) 0%);
    background-position: left;
    background-size: 1px 6px;
    background-repeat: repeat-y;
}
.topMenu2levelScroll{
    background-image: linear-gradient(#ffffff80 20%, rgba(255,255,255,0) 0%);
    background-position: left;
    background-size: 1px 6px;
    background-repeat: repeat-y;
}

.topMenu2levelContainer{
    background-image: linear-gradient(#ffffff80 20%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 6px;
    background-repeat: repeat-y;
}
.topMenuItems{
    box-shadow: 0 0 100px #000000a0;
}


body.desktop .menu1LevelItem,
body.desktop .menu2LevelItem{
    transition: background 0.2s ease !important;
}
body.desktop .menu1LevelItem:hover,
body.desktop .menu2LevelItem:hover,
.menu1LevelItemActive,
.menu2LevelItemActive{
    background-color: #fff !important;
    transition-duration: 0s !important;
}
body.desktop .menu1LevelItem:hover>div,
body.desktop .menu2LevelItem:hover>div,
.menu2LevelItemActive>div,
.menu1LevelItemActive>div{
    color:var(--colorPrimary) !important;
}
.menuArrowWhite, .menuArrowBlue{
    transition: all 0.2s ease !important;
}
body.desktop .menu1LevelItem:hover .menuArrowWhite,
.menu1LevelItemActive .menuArrowWhite{
    transform: scale(0) !important;
    opacity: 0 !important;
}
body.desktop .menu1LevelItem:hover .menuArrowBlue,
.menu1LevelItemActive .menuArrowBlue{
    opacity: 1 !important;
    transform: scale(100%) !important;
}

/* Mobile */
body.mobile .topMenu1levelScroll .ggskin_subelement{
    width: 100% !important;
}
body.mobile .topMenu1levelCloner{
    width:100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}
body.mobile .topMenu1levelCloner>div{
    width:100% !important;
    height: 46px !important;
    top:0 !important;
    position: relative !important;
    flex: auto 0 0;
}
body.mobile .topMenu2levelContainer{
    background-color: var(--colorPrimary) !important;
    z-index: 1 !important;
}