.dropdown-container{
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: #2b3a54;
  width: 200px
}

.main-item{
  padding: 12px;
  font-size: 14px;
  cursor: pointer;
  transition: all .2s ease-in-out;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: start;
}

.main-item ez-icon{
  --ez-icon--color: #008561;
}

.main-item:nth-of-type(1){
  padding-bottom: 6px;
}

.main-item:nth-of-type(2){
  padding-top: 6px;
}

.main-item:hover{
  background-color: #FAFCFF;
}

.item-label {
  display: flex;
}
