@import (reference) '../../theme/index.less';

.iconWrapper {
  background-color: transparent;
  border: none;
  svg {
    fill: @accessible-blue;
  }
  &:focus {
    outline: none;
    svg {
      border-radius: 100%;
      .sbmFocusStyle;
    }
  }
}

.closeButtonDiv {
  text-align: right;
}
