#allowedIPs {
  border: 1px solid #ebebeb;
  height: 100px;
  width: 100%;
}

#saveAsNewDashboard {
  cursor: pointer;
  font-size: 10px;
  color: #888;
  text-align: center;
  display: block;
  margin-top: 10px;
}

#selectParamsForDrillThrough {
  background: white;
  max-height: 250px;
  overflow: hidden;
  overflow-y: auto;
  width: 200px !important;
}

#selectParamsForDrillThrough > div {
  transform: unset !important;
}

#selectParamsForDrillThrough .header {
  background: #EEE;
  border-bottom: thin solid #00000020;
  height: auto;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
}

#searchForDrillThroughParams {
  border: none;
  width: 100%;
}