@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .icon-a-select select::-ms-expand {
    display: none;
    opacity: 0;
  }
  .form-checkbox input {
    opacity: 0;
  }
}