input:focus,textarea:focus,div:focus,select:focus{box-shadow:none;outline-style:none}.dropdown-menu-content[data-state=open]{animation:.4s cubic-bezier(.16,1,.3,1) dropdownOpenAnimation}.dropdown-menu-content[data-state=closed]{animation:.4s cubic-bezier(.16,1,.3,1) dropdownCloseAnimation}@keyframes dropdownOpenAnimation{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes dropdownCloseAnimation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}