.dropdown-list{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.dropdown-list .dropdown-items{z-index:100;background-color:#fff;border-radius:4px;flex-direction:column;gap:4px;width:100%;min-width:200px;max-height:0;transition:max-height .5s ease-out;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 3px 8px rgba(87,102,117,.06),0 6px 12px rgba(106,115,129,.157)}.dropdown-list .dropdown-items>span{text-indent:16px;cursor:pointer;align-items:center;height:48px;font-size:16px;font-weight:400;line-height:20px;display:flex}.dropdown-list .dropdown-items>span:hover{background-color:#e6e6e6}.dropdown-list>svg{transition:transform .2s}.dropdown-list:hover>svg{transform:rotate(-180deg)}.dropdown-list:hover .dropdown-items{max-height:800px}
