.ml-user-area-wrapper {
	width: 100%;
    display: flex;
    z-index: 9999;
    left: 0;
    position: fixed;
    bottom: 0;	
}

.ml-user-area-inner {
	width: 100%;
	height: 60px;
    display: flex;
    position: relative;
}

.user-area-search {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    position: absolute;
}
.mobile-navbar-center-wrapper {
    width: 45px;
    height: 45px;
    position: relative;
}

.mobile-navbar-center-wrapper:after,
.mobile-navbar-center-wrapper:before {
    content: "";
    box-shadow: 0 0 3px #e8e8e8;
    position: absolute;
    top: -.5rem;
    height: 60px;
    width: 1200%;
    background-color: rgb(255 255 255 / 1);
}

.mobile-navbar-center-wrapper:before {
    right: 120%;
    border-top-right-radius: 24px;
}

.search-icon-absolute {
    background-color: rgb(0 123 255 / 1);
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    left: 0;
    top: -.5rem;
    position: absolute;
}

.mobile-navbar-center-wrapper:after {
    left: 122%;
    border-top-left-radius: 24px;
}

.navbar-center-search {
    box-shadow: 10px 17px 0 #fff, -40px 20px 0 #fff;
    position: absolute;
    left: 50%;
    bottom: 7px;
    z-index: 3;
    height: 56px;
    width: 64px;
    transform: translate(-50%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
    border-radius: 9999px;
}

.ml-user-area {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
}

ul.user-area-menu {
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}
ul.user-area-menu li {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

ul.user-area-menu li a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.ml-user-area-wrapper .search-trigger {
    justify-content: center;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#wp-menu-modal {
	background-color: rgba(0, 0, 0, .6);
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 999;
    top: 0;
    left: 0;
    position: fixed;
}

.wp-menu-modal-wrapper {
	padding-bottom: 3rem;
    background-color: rgb(255 255 255 / 1);
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: visible;
    width: 100%;
    height: calc(100% - 81px);
    margin-top: auto;
    position: relative;
}

.custom-menu-scrollbar {
    padding-top: 0;
    padding-right: .5rem;
    padding-left: 1rem;
    overflow: auto;
    height: inherit;
}
.custom-menu-scrollbar > ul {
    padding-right: 1rem !important;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.custom-menu-scrollbar > ul > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    cursor: pointer;
    width: 100%;
    display: flex;
    border: 1px solid #e5e7eb;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    flex-direction: column;
}

.custom-menu-scrollbar > ul li:last-child {
	border-bottom: 0px;
}

.wp-menu-modal-header {
	padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: 0;
}
.cursor-pointer {
	cursor: pointer;
}

.custom-menu-scrollbar ul.sub-menu {
	display: none;
}

.custom-menu-scrollbar ul.sub-menu.active {
	display: block;
	opacity: 1;
	visibility: visible;
}

.custom-menu-scrollbar ul.sub-menu {
	padding-top: .5rem;
    padding-right: 1rem;
    background-color: rgba(239, 242, 246, .4);
    border-bottom-width: 1px;
    overflow: auto;
    width: 100%;
    max-height: 240px;
}

.custom-menu-scrollbar ul.sub-menu li a {
	transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    padding-top: .5rem;
    padding-left: 2rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    gap: .5rem;
    justify-content: flex-start;
    align-items: center;
}
.cursor-pointer {
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex
;
}

@media (min-width: 1024px) {
    .lg-hidden {
        display: none;
    }
}