oxd dropdown popup wrap {
box-sizing: border-box;
position: absolute;
width: 300px;
height: 260px;
background: #FFFFFF;
border: 1px solid #F5F5F5;
box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.08);
border-radius: 15px;
padding 10px;
}
.dropdown items {
font-family: 'Nunito';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
display: flex;
align-items: center;
color: #64728C;
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}
item {
display: flex;
flex-direction: row;
align-items: center;
padding: 10px;
border-radius: 10px;
}
item hover
{
background: #F6F7F9;
}