.fa {
    font-weight: bold !important;
}
.setAllWindowToMenu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 900;
}
.menuParentNavbar {
    z-index: 901;
}
.menuParentNavbar .navbar-brand {
    cursor: pointer;
}
.menuParentNavbar .close {
    display: none;
    font-size: 32px;
    margin-bottom: 5px !important;
}
.menuChildrenNavbar {
    display: none;
    position: fixed;
    z-index: 901;
    overflow-y: auto;
}
.menuChildrenNavbar * {
    text-align: justify;
}
.menuRouter {
    display: none;
    margin-top: 15px !important;
}
.menuRouter .navigators {
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}
.menuRouter .navigate {
    display: none;
    cursor: pointer;
    color: gray;
    font-size: 30px;
    line-height: 1px !important;
    background-color: gray !important;
    border: 3px solid gray !important;
}
.menuRouter .navigateActive{
    color: white;
    background-color: white !important;
    border: 3px solid white !important;
}
.menuRouter .back {
    display: inline-block;
    border:none !important;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
.menuRouterLine {
    border-bottom: 1px solid white;
}
#mobileChildrenNavbarContent {
    display: none;
}
.menuShowBodyInactive {
    overflow: hidden;
}
#desktopParentNavbarContent {
    margin-left: 15px;
}
.rtl #desktopParentNavbarContent {
    margin-right: 30px;
}
.desktopParentSection {
    padding: 0px !important;
}
.desktopChildSection {

}
.parentItemId {
    display: none;
}
.childItemId {
    display: none;
}
.nav-link {
    cursor: pointer;
}