.sa_daterange {
  width: fit-content;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #dcdcde;
  border: 1px solid #c3c4c7;
  padding: 5px;
  cursor: pointer;
}
.sa_daterange:hover {
  opacity: 0.8;
}
#daterange_popup {
  position: fixed;
  background: #fff;
  top: 70px;
  right: 20px;
  width: 80%;
  max-width: 280px;
  margin-left: auto;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.popup_closed {
  overflow: hidden;
  max-height: 0px;
}
.daterange_popup_active {
  max-height: 600px !important;
  z-index: 11;
}
.datechoice {
  padding: 10px;
  cursor: pointer;
}
.datechoice:hover {
  background: #f5f5f5;
}
.daterange_head {
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}
#sa_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #000;
  opacity: 0.3;
  z-index: 10;
}
.select_custom_date input {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  background: #f5f5f5;
}
.padd10 {
  padding: 10px;
}
.select_custom_date label {
  display: block;
  margin-bottom: 10px;
}
.select_custom_date {
  padding: 10px;
}
.btn_select_date {
  padding: 10px !important;
  width: 100%;
  margin-top: 20px !important;
  border-radius: 0px !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.daterange_head .dashicons {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.daterange_head .dashicons:hover {
  background: #f5f5f5;
}
.hlnb {
  margin-left: 40px;
}
.top_card .spanblock {
  font-weight: bold;
  font-size: 32px;
  display: block;
}
.top_card label {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.top_card {
  width: fit-content;
  min-width: 150px;
  background: #fff;
  padding: 20px;
  margin: 20px;
  display: inline-block;
  border: 1px solid #ccc;
}
.chart_table th {
  background: #fff !important;
  box-shadow: none !important;
  border-bottom: 1px solid !important;
}
.chart_table {
  background: #fff;
  margin: 20px;
  border: 1px solid #ccc;
  width: 100%;
}
.chart_table td,
.chart_table th {
  padding: 8px !important;
  text-align: left;
}
.google-visualization-table-type-number {
  text-align: right !important;
}
.chart_table_3col {
  max-width: 800px;
}
.chart_table_3col td:nth-child(3),
.chart_table_3col td:nth-child(4) {
  width: 120px;
}
.chart_table_3col td:nth-child(1) {
  width: 60px;
}
.nav-tab {
  cursor: pointer;
}
table.settings_table {
  margin-top: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  max-width: 1000px;
}
table.settings_table td,
table.settings_table th {
  padding: 20px;
}
table.settings_table th {
  background: #eee;
  border-right: 1px solid #ccc;
}
.desc {
  display: block;
  font-size: 12px;
  opacity: 0.8;
  margin-top: 5px;
}
tr.head_th th {
  border: none;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
tr.head_th th:nth-child(1) {
  border: none !important;
}
table.settings_table input:not([type="checkbox"]) {
  width: 100%;
}
.settings_table th:nth-child(2),
.settings_table th:nth-child(3) {
  width: 40%;
}
