.dfsemr--menu-layout {
   display: none; /* Hide initially */
   position: absolute;
   top: 100%;
   left: 0;
   background: white;
   z-index: 999;
   width: 100%; /* Adjust as needed */
   box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.dfsemr--menu-has-divi-layout:hover .dfsemr--menu-layout {
   display: block; /* Show on hover */
}
.dfsemr--menu-has-divi-layout a {
    display: flex !important;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.dfsemr--menu-has-divi-layout a .toggleArrow {
    display: block;
    width: 7px;
    height: 7px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-right-style: solid;
    transform: rotate(45deg);
    margin-left: 5px;
}
.dfsemr--menu-has-divi-layout.menu-item-has-children{
    position: unset;
}
.dfsemr--menu-has-divi-layout ul{
     position: unset !important;
     width: unset !important;
     background: unset !important;
     visibility: unset !important;
     opacity: unset !important;
     border-top: unset !important;
    box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
}
.dfsemr--menu-has-divi-layout .difl_iconlist_container li{
    width: 100% !important;
}