.highcharts-data-table {
  overflow-y: auto;
  height: 170px;
}

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  font-size: .8333333333rem !important;
}

.highcharts-data-table table thead th {
  background-color: #a5a3a6;
  color: #fff;
  padding: 12px;
  position: sticky;
  top: 0;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid #e2e2e2;
  padding: 10px;
}

.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}

.highcharts-data-table tr {
  cursor: pointer;
}

.highcharts-data-table tr:hover {
  background: #eff;
}

.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
}

.highcharts-sort-ascending::after {
  content: " ↓";
}

.highcharts-sort-descending::after {
  content: " ↑";
}

.highcharts-table-caption {
  display: none;
}

.mono-card-text {
  font-size: 14px;
  font-weight: 600;
}

.graph_loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  --falcon-border-opacity: 1;
  border-top: 10px solid rgba(var(--falcon-primary-rgb), var(--falcon-border-opacity)) !important;
  width: 120px;
  /* margin: 140px auto !important; */
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

th,
td {
  vertical-align: middle;
}

.loading-responses {
  color: #333;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 10px 0 20px;
  outline: 0;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px
}

.loading-responses::before {
  content: "Download in process, please wait...";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%)
}

.loading-responses .loading_txt {
  background-image: url(../images/ringss.svg);
  background-position: left;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: 100%
}

#ad_moderate_wifs3 {
  color: rgb(102, 102, 102);
  font-size: 0.8em;
  fill: rgb(102, 102, 102);
}

.amcharts-chart-div tspan {
  font-size: 0.8em !important;
  font-weight: 200 !important;
  fill: #333 !important;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}

