.dropdown-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 8px rgb(0 0 0 / .1);z-index:1000;opacity:0;transition:opacity 0.3s ease;pointer-events:none}.dropdown:hover .dropdown-menu{display:block;opacity:1;pointer-events:auto}.child-menu-list{list-style:none;font-weight:400}.child-menu-list a{display:block;padding:10px 15px;color:#333;text-decoration:none}.child-menu-list a:hover{background-color:#f0f0f0}.nav-item.dropdown{position:relative}.child-menu-list{padding:10px}.child-menu-list:not(:last-child){border-bottom:1px solid #d4d4d4}.child-menu-list a{color:#000;font-weight:400;margin-right:10px;margin-left:10px;white-space:nowrap}.child-menu-list a:hover,.child-menu-list a.active{color:#0e9795;background-color:#fff0}.right-arrow{margin-left:11px;padding-top:5px;font-size:14px;color:#28a745}