.mega_menu_dropdown{
    position: static !important;
}

#menu {
    display: flex;
    position: relative;
    z-index: 9999999999;
    margin: 0px auto;
    flex-wrap: wrap;
}

#menu .menu-text {
    color: #000;
    padding-right: 0px;
    padding-left: 40px;
    line-height: 33px;
}

#menu .menu-text a {
    color: #000;
}

#menu .menu-text a>i {
    font-size: 20px;
}

.dropdown-toggle::after {
    display: none;
}

#sub-menu-container, #sub-menu-container2 {
    transform: rotateX(-25deg) scale(1);
    transform-origin: 50% 7em 0em;
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%), 0 2px 20px rgb(0 0 0 / 30%);
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    min-width: 100%;
    top: 99%;
    min-width: 40vw;
    width: auto;
    min-height: 33vh;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 100%;
    overflow: hidden;
    right: 0;
    left: auto;
    z-index: 999999999999999999999999999;
    background-color: #fff;
}

.sidebar {
    z-index: 99999999;
    /* height: auto; */
    text-align: left;
    min-height: 33vh;
    height: 100%;
    position: relative;
}

.sidebar ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar li {
    line-height: 30px;
    padding: 10px;
    border-bottom: 1px solid #C9C9C9;
    border-left: 3px solid transparent;
}

.sidebar li>a>i {
    float: right;
}

.sidebar-items li:hover, .sidebar-items li.active {
    background-color: #fff;
    border-left: 2px solid #003176;
    color: #003176;
    cursor: pointer;
}

.sidebar-items a:hover, .sidebar-items li.active a {
    color: #003176;
    cursor: pointer;
}

.sidebar li> a {
    color: #161616;
}

.sidebar li:hover a, .sidebar li a.active {
    color: #003176;
}

.sidebar .dark-bg {
    padding: 10px;
    text-align: left;
}

/* .sidebar-right {
    position: absolute;
    right: 0;
    left: auto;
}

.sidebar-left {
    position: fixed;
    left: 0%;
    right: 0;
} */

.sidebar-items {
    flex-direction: column;
    display: flex;
    background: #F0F0F0;
    padding: 0px;
    min-height: 100vh;
    height: 100%;
    max-height: 100vh;
    border-bottom-left-radius: 20px;
}

.menu-close-btn {
    background-color: transparent;
    outline: 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 99999999999;
}

.menu-close-btn i {
    font-size: 25px;
}

/* section {
    position: absolute;
    top: 0;
    height: 100vh;
    width: auto;
    opacity: 0;
    transition: all ease-in .5s;
    right: 0;
    left: 0;
} */

/* Styles applied on trigger */
section:target {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    top: 0;
    bottom: 0;
    animation: 1s fadeIn alternate .5s;
}

section:target h1 {
    opacity: 1;
}

@keyframes fadeIn {
    100% { opacity:1 }
}

section:target {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    top: 0;
    bottom: 0;
    /* animation: 1s fadeIn .3s; */
}

section:target h1 {
    opacity: 1;
}

#first {
  background:var(--primary-color);
}

#second {
    background: var(--complimentary-color);
}

#third {
    background: var(--contrast-color);
}

#fourth {
    background: var(--light-color);
}

.menu-body {
    /* max-height: 60vh; */
    overflow-y: scroll;
    width: auto;
    height: 100%;
}

.menu-body li {
    line-height: 20px;
    padding: 7px 0;
    border-bottom: 0;
}

.menu-body::-webkit-scrollbar {
    height: 10px;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.menu-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    height: 10px;
    background-color: transparent;
}
 
.menu-body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #0066B2;
    outline: none;
    height: 10px;
}

.menu-body .list-group p {
    margin-bottom: 0;
    line-height: 25px;
    vertical-align: middle;
}

.menu-heading .h5 {
    font-weight: 800;
}