:host {
  width: 100%;
  height: 100%;
}

.flex-gap-15 {
  gap: 15px;
}

.refresh-rate {
  background-color: var(--color-ti-white);
  padding: 12px 24px;
}

.refresh-rate .label {
  color: var(--color-ti-secondary-grey);
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
  padding: 0px;
}

.refresh-rate .dropdown {
  width: 100px;
}

ti-widget-droplist::shadow #selectorList {
  border-radius: 3px;
  color: var(--color-ti-secondary-grey);
  cursor: pointer;
  outline: 0;
  padding: 5px;
  width: 80%;
  height: 30px;
}

.dropdown.disable {
  opacity: 0.5;
  pointer-events: none;
}

.refresh-rate .btn {
  background-color: var(--color-ti-primary-red);
  border-radius: 17px;
  color: var(--color-ti-white);
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  min-width: 100px;
  padding: 14px;
}

.refresh-rate .btn.disabled {
  background-color: var(--color-ti-secondary-grey);
}

.icon {
  margin-right: 6px;
  width: 12px;
}

.graph-selector-cont {
  background-color: var(--color-ti-white);
  padding: 10px 0px;
}

.graph-selector {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.graph-selector .label-card {
  border-radius: 17px;
  cursor: pointer;
  font-size: 11px;
  height: 20px;
  padding: 14px;
}

.label-card.selected {
  background-color: var(--color-ti-secondary-blue-dark);
  border: 0.5px solid var(--color-ti-secondary-blue-dark);
  color: var(--color-ti-white);
}

.label-card.not-selected {
  background-color: var(--color-ti-white);
  border: 0.5px solid var(--color-ti-border-grey-02);
  color: var(--color-ti-secondary-grey);
}

.label-card.selected.disabled {
  background-color: var(--color-ti-secondary-grey);
  border: 0.5px solid var(--color-ti-secondary-grey);
}

.warning-text {
  color: var(--color-ti-indicator-red);
  font-size: 12px;
  height: 15px;
}

.graph-plot-whole-cont {
  flex-wrap: wrap;
  gap: 10px;
  height: auto;
  width: 100%;
}

.graph-plot-cont {
  background-color: var(--color-ti-white);
  border: 1px solid var(--color-ti-bg-grey);
  border-radius: 4px;
  min-width: 500px;
  padding: 10px;
  position: relative;
  width: 49.5%;
}

.graph-plot-cont:hover .download-csv {
  display: flex;
}

.graph-plot-cont .label {
  color: var(--color-ti-secondary-grey);
  font-size: 15px;
  font-weight: 500;
}

.graph-plot {
  height: 450px;
}
