#tag-input {
  cursor: text;
  min-height: 45px;
}

#tag-input input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
}

.tag {
  display: flex;
  align-items: center;
  background-color: #e9ecef;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
}

.tag button {
  border: none;
  background: none;
  margin-left: 6px;
  cursor: pointer;
  font-size: 14px;
}

.dashboard-container {
  width: 100%;
  height: 520px;
  overflow: hidden;
  position: relative;
}

.dashboard-iframe {
  width: 100%;
  height: 570px;
  border: 0;
  position: absolute;
  top: -36px;
  left: 0;
}

.filter-active-text {
  color: #fff!important;
}
