.mmui-custom-select {
  width: 100%;
  background-color: $mm-neutral-gray-10;
  position: relative;

  .mmui-dropdown-toggle {
    position: absolute;
    right: 0;
    margin: 8px 15px 0 0;
    pointer-events: none;
  }

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: $mm-neutral-gray-80;
    background-color: $mm-neutral-white;
    border: 0.1rem solid;
    border-radius: 0;
    border-color: $mm-neutral-gray-80;
    font-weight: normal;
    height: 4rem;
    padding: 0 4.6rem 0 2rem;
    width: 100%;

    &:disabled {
      opacity: 1.0;
      border-color: $mm-neutral-gray-10;
      background: $mm-neutral-gray-10;
      color: $mm-seq-gray-50;
    }

    &:focus,
    &:focus-visible {
      outline: none;
      border-color: $mm-core-digital-blue-70;
    }
  }
}
