.famb-menu-item {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 13px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 10px 10px 10px 10px;
    align-items: center;
    box-sizing: border-box;
}

.famb-menu-item-cover a, .famb-menu-item-cover .accordion, .famb-menu-item-cover .famb-menu-item {
	font-size: 16px;
	font-family: 'Poppins', sans-serif !Important;
	color: #7A7A7A;
	font-weight: 500;
}
.selected .famb-menu-item{
    background-color: #E2EBF8;
    color: #0F1A43;
}
.accordion-cover {
    flex: 1;
}

.famb-menu-item i {
    margin-top: 0;
}

.custom-elementor-menu .panel {
	padding: 0 18px;
    background-color: white;
	margin-left: 30px;
	opacity: 0;
	height: 0;
    max-height: 200px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
li.famb-menu-item-cover {
    list-style: none;
}
.panel ul li{
    list-style: none;
    position: relative;
    margin-bottom: 13px;
    padding-left: 11px;
}

.panel ul li img{
    position: absolute;
    top: -37px;
    left: -17px;
}
.famb-menu-item i.fa-chevron-down {
	transition: 0.8s ease;
}
.collapsed .famb-menu-item i.fa-chevron-down {
    margin-top: 0;
    transform: rotate(-90deg);
}

.collapsed .panel{
	opacity: 1;
	height: auto;
	transition: opacity 0.5s ease, height 0.5s ease;
	overflow: auto;
}

.panel::-webkit-scrollbar-track {
  background: #eee; /* Background color for the track */
}

/* Styling the scrollbar thumb (the draggable part) */
.panel::-webkit-scrollbar-thumb {
  background: #888; /* Background color for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

/* Handle on hover */
.panel::-webkit-scrollbar-thumb:hover {
  background: #555; /* Background color for the thumb on hover */
}

/* Styling the scrollbar itself (width and height) */
.panel::-webkit-scrollbar {
  width: 8px; /* Width of the vertical scrollbar */
  height: 8px; /* Height of the horizontal scrollbar */
}

ul.custom-elementor-menu {
    height: 100vw;
	padding: 20px;
}
.elementor-widget-ews_accordion_widget span.famb-sidebar-toogle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    top: 20px;
    right: -16px;
    background: #fff;
    box-shadow: 7px 9px 20px 3px #eee;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
}
.elementor-widget-ews_accordion_widget span.famb-sidebar-toogle i.fas.fa-chevron-down {
    transform: rotate(90deg);
    position: relative;
    left: -1px;
    top: 2px;
}
.famb-sidebar .elementor-column.elementor-col-33 {
    width: 7% !Important;
}
.famb-sidebar .elementor-column.elementor-col-66 {
    width: 93% !Important;
}
.famb-sidebar .famb-menu-item a {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.famb-sidebar .accordion {
    display: none;
}
.famb-sidebar .famb-menu-item {
    min-height: 50px;
	display: block;
    text-align: center;
	position: relative;
}
li.famb-menu-item-cover.selected.collapsed{
	position: relative;
}
.famb-sidebar .panel{
	position: absolute;
    z-index: 999;
    top: 0;
    left: calc(100% + -13px);
    padding: 10px 18px;
	width: 200px;
}
.elementor-widget-ews_accordion_widget {
    position: relative;
}
.famb-menu-item a{
	width:100%;
}
.sublink-selected a {
    color: #00aeef;
}
.elementor-shortcode .famb-hub-content {
    width: 100%;
}
.famb-sidebar .panel li {
    padding: 0;
}
.famb-sidebar .panel img {
    display: none;
}
.famb-menu-logout-button a.button {
    background: #0F1A43;
    color: #fff;
    padding: 10px;
    font-family: 'Poppins';
    font-size: 16px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
}
.famb-menu-logout-button img {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
}