﻿:host {
  display: block;
  .icon-wrapper {
    position: relative;
    width: 17px;
    min-width: 17px;
    height: 17px;
    margin-left: 5px;
    .icon-filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
      color: #6e85a1;
      opacity: 0;
      &.is-active {
        color: #00a796;
        opacity: 1;
      }
      &.is-open {
        opacity: 1;
      }

    }
  }
}
