/* .makeStyles-drawerPaper-94 {
    width: 300px !important;
    border-right: 1px solid #f3f3f385 !important;
    padding-top: 15px !important;
} */

/* .makeStyles-menu-drawerPaper {
    width: 300px !important;
    border-right: 1px solid #f3f3f385 !important;
    padding-top: 15px !important;
} */

/* .MuiListItemIcon-root {
    min-width: 32px !important;
} */

/* .makeStyles-drawerPaperClose-95 .MuiListItemIcon-root  {
    min-width: 50px !important;
} */

/* .makeStyles-drawerPaperClose-95 svg  {
    font-size: 2rem !important;
} */
/* .makeStyles-drawerPaperClose-95 .mui-menu-test {
    padding: 0;
}

.makeStyles-drawerPaperClose-95 .sidebarLink {
    border-radius: 0 !important;
} */

/* .makeStyles-appBarShift-91 {
    width: calc(100% - 330px) !important;
    margin-left: 300px !important;
} */

.mui-menu-test {
    padding: 0 10px;
}

.MuiListItem-dense {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.MuiCollapse-root {
    border-radius: 5px !important;
    background: transparent !important;
    /* margin-left: 2px !important; */
}

.sidebarLink {
    display: flex;
    color: #260944;
    justify-content: space-between;
    align-items: center;
    padding: 9px 20px !important;
    ;
    text-decoration: none;
    font-size: 14.5px;
    border-radius: 5px !important;
    font-weight: 500 !important;
    ;
    margin-top: 3px;
    margin-bottom: 3px;
}


.sidebarLink svg {
    /* fill: #818093; */
    position: relative;
    top: 2px;
}

.sidebarLink:hover {
    background: linear-gradient(90deg, rgba(172, 169, 255, 0.6) 0%, rgba(172, 169, 255, 0.37) 91.25%);
}

.sidebarLink-active {
    background: linear-gradient(90deg, rgba(172, 169, 255, 0.6) 0%, rgba(172, 169, 255, 0.37) 91.25%);
    border-radius: 5px !important;
}

.sidebarLink2 {
    display: block;
    color: #260944;
    justify-content: space-between;
    align-items: center;
    padding: 9px 20px 9px 50px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px !important;
    font-weight: 500;
    position: relative;
    padding-left: 50px !important;
}

.sidebarLink2 svg {
    /* fill: #818093; */
    position: relative;
    top: 2px;
}

.sidebarLink2.subsubmenu {
    padding-left: 80px !important;
}

.sidebarLink2 p {
    /* margin-left: 35px !important; */
    margin-top: 0px !important;
    position: relative;
    top: 3px;
    /* left: -5px !important; */
}

.subsubmenuSvg {
    left: -4px !important;
}

.sidebarLink2::before {
    content: none !important;
    background-color: #260944;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    left: 30px;
    top: 16px;
}

/* .MuiList-root.MuiList-dense > a {
    padding-left: 32px !important;
} */

.sidebarLink2:hover::before {
    background-color: #fff;
}

.sidebarLink2:hover {
    /* background: linear-gradient(90deg, rgba(172, 169, 255, 0.6) 0%, rgba(172, 169, 255, 0.37) 91.25%) !important; */
    background: #757FEF !important;
    color: #fff !important;
}

.sidebarLink2:hover p {
    color: #fff !important;
}

/* For RTL Style */
[dir=rtl] .sidebarLink2 {
    padding: 9px 50px 9px 20px;
}

[dir=rtl] .sidebarLink2::before {
    left: auto;
    right: 30px;
}

/* For dark mode */
[class="dark"] .sidebarLink,
[class="leftSidebarDark dark"] .sidebarLink {
    color: #f3f3f3;
}

[class="dark"] .sidebarLink svg,
[class="leftSidebarDark dark"] .sidebarLink svg {
    fill: #f3f3f3;
}

[class="dark"] .sidebarLink span,
[class="leftSidebarDark dark"] .sidebarLink svg {
    color: #f3f3f3;
}

[class="dark"] .sidebarLink:hover,
[class="leftSidebarDark dark"] .sidebarLink svg {
    color: #fff;
}

[class="dark"] .sidebarLink:hover span,
[class="leftSidebarDark dark"] .sidebarLink svg {
    color: #fff;
}

[class="dark"] .sidebarLink:hover svg,
[class="leftSidebarDark dark"] .sidebarLink svg {
    fill: #fff;
}

[class="dark"] .sidebarLink2,
[class="leftSidebarDark dark"] .sidebarLink2 {
    color: var(--darkHeadingTextColor);
}

[class="dark"] .sidebarLink2 span,
[class="leftSidebarDark dark"] .sidebarLink2 {
    color: var(--darkHeadingTextColor);
}

[class="dark"] .sidebarLink2:hover,
[class="leftSidebarDark dark"] .sidebarLink2 {
    color: #fff;
}

[class="dark"] .sidebarLink2:hover span,
[class="leftSidebarDark dark"] .sidebarLink2 {
    color: #fff;
}