.DropDownMenu .dropMenu{top:100%;left:0;box-shadow:var(--shadow-soft);border:1px solid rgba(226,174,99,.12);background:rgba(255,255,255,.98);backdrop-filter:blur(8px);max-height:176px;overflow:scroll;animation:medad-fade-scale .2s ease-out both}.DropDownMenu .dropMenu::-webkit-scrollbar{display:none}.DropDownMenu .dropMenu{-ms-overflow-style:none;scrollbar-width:none}.DropDownMenu .dropMenu .item{transition:transform .2s ease,background-color .2s ease}.DropDownMenu .dropMenu .item:hover{background-color:#f7f1e8;transform:translateX(2px)}[dir=rtl] .DropDownMenu .dropMenu .item:hover{transform:translateX(-2px)}