.ml-option {
  box-sizing: border-box;
  padding: 5px 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: var(--info-color-8);
  border-radius: 5px;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.ml-option-active {
  color: var(--primary-color-7);
  background-color: var(--primary-color-4);
}
