.airdev-pill-container {
      height: auto!important;
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }
    
.airdev-pill-container::-webkit-scrollbar {  /* Hide scrollbar for Chrome, Safari and Opera */
      display: none;
    }

.airdev-pill {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none!important;
  font-weight: medium;
  text-transform: none;
  border-style: solid;
}

.airdev-pill-selected:hover {
  opacity: .9;
  
}

.airdev-pill-text {
  white-space: nowrap;
}

.airdev-disable-clicks {
  pointer-events: none;
}