.tags.tags-more.tags-more-clicked:after {
  position: absolute;
  bottom: 0px !important;
  width: 18px;
  height: 18px;
  content: '';
  left: 0;
  text-align: center;
  margin: auto !important;
  z-index: 9;
  right: 0;
  border-radius: 50%;
  display: block !important;
  background-size: 6px;
}
.tags.tags-more.tags-more-clicked {
  overflow: initial !important;
  padding: 2px 12px !important;
}
.tracks > li .tags.tags-more:hover:after {
  bottom: -9px;
}
.tags.tags-more {
  position: relative;
}
.tracks > li .tags.tags-more.tags-more-clicked:after {
  display: none;
  transform: rotate(180deg);
  bottom: -8px !important;
}

/*fade css for toast*/
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
  animation-duration: 1.4s;
}

.disabled-solid-btn-sm {
  opacity: 0.65;
}

.licenseModelTick {
  position: relative;
  top: -2px;
  right: -4px;
}

.check-list-content img.player-button {
  height: 14px;
  vertical-align: top;
  margin-top: 4px;
}

.player-icons .player-icon.player-icon--disabled {
  opacity: 0.2;
}

.ais-SearchBox {
  margin-top: 50px;
}

.ais-Pagination {
  margin-top: 1em;
}

.left-panel {
  float: left;
  width: 250px;
}

.right-panel {
  margin-left: 260px;
}

.ais-InstantSearch {
  max-width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

.ais-Hits-item {
  margin-bottom: 1em;
  width: calc(50% - 1rem);
}

.ais-Hits-item img {
  margin-right: 1em;
}

.hit-name {
  margin-bottom: 0.5em;
}

.hit-description {
  color: #888;
  font-size: 14px;
  margin-bottom: 0.5em;
}
