.dashboard-box-container {
  width: 258px !important;
  height: 136px !important;
  margin-left: 10px !important;
}

.tabDiv {
  height: 90px !important;
}

.smallTxt2 {
  font-size: 10px;
  margin: 2px 10px 0px 10px;
}

.txtLeftSupport {
  margin-top: 4px !important;
}

.tableHeaderSection {
  background-color: var(--color-white);
  padding: 12px;
  border-bottom: 0.5px solid var(--inputtextfield-color);
}

.analyticsTable {
  background-color: var(--color-white);
  border-bottom: 2px solid var(--inputtextfield-color);
}

.analytics-table-cust-img {
  height: 35px;
  width: 35px;
  border: 2px solid var(--inputtextfield-color);
}

/* // chart head  */
.chartHeaderSection {
  background-color: var(--color-white);
}

/* Survey Conetent */
.rotate-image-180 {
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.toggle-center {
  border-radius: 0px 0px 0px 0px;
}

.danger-cust-size {
  height: 39px;
  width: 48px;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 900;
}

.event-info-popover-for-icon {
  right: 270px !important;
  /* left: 49% !important; */
}

/* React select box */
.Select-placeholder {
  padding-top: 2px !important;
}

.Select-value {
  padding-top: 2px !important;
}

/* Search And select box */
.Select-clear {
  color: black !important;
  font-size: 25px !important;
}

/* Analytics chart section header and s */
.analytics-chart-header {
  font-size: var(--text1-font-size);
  font-weight: var(--text1-font-weight);
  font-family: var(--text1-font-family);
  margin: 7px 0px 0px 6px;
}

.analytics-chart-subheader {
  font-size: var(--font-size12);
  font-weight: var(--text1-font-weight);
  font-family: var(--text1-font-family);
  margin: 5px 0px 0px 6px;
}

.analytics-chart-right-subheader {
  font-size: var(--text1-font-size);
  font-weight: var(--text1-font-weight);
  font-family: var(--text1-font-family);
  margin: 0px 4px 0px 0px;
}

/* Analytics Table */
.analytics-table-td {
  font-size: var(--text1-font-size) !important;
  padding-left: 4px !important;
}

.analytics-card-lower-div {
  height: 45px !important;
  border-radius: 0px 0px 2px 2px;
}

/* @media (min-width: 1441px) {
  .dashboard-box-container {
    width: 350px !important ;
  }
} */
