.switch-option {
  display: flex;
  justify-content: end;
  /* margin-bottom: 30px; */
  padding: 30px 0;
}

.switch-option ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
}

.switch-option li:not(:last-child) {
  margin-right: 30px;
}

.switch-option a {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 41px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  font-family: var(--secondary-font);
  font-weight: var(--secondary-font-medium);
  color: var(--dark-grayish-red) !important;
}

.switch-option .active a {
  color: var(--vivid-orange) !important;
  pointer-events: none;
}

.switch-option .ast-map-view a {
  background-image: url(../img/map_view_inactive.png);
}

.switch-option .ast-map-view.active a {
  background-image: url(../img/map_view_active.png);
}

.switch-option .ast-list-view a {
  background-image: url(../img/list_view_inactive.png);
}

.switch-option .ast-list-view.active a {
  background-image: url(../img/list_view_active.png);
}

.switch-option .ast-chart-view a {
  background-image: url(../img/chart_view_inactive-0.png);
}

.switch-option .ast-chart-view.active a {
  background-image: url(../img/chart_view_active-0.png);
}

.table-outer-wrapper .table-style-1 {
  margin-top: 10px;
}

.table-outer-wrapper .table-style-1.table-no-top-margin {
  margin-top: 0;
}

/*light bg*/
.text-gray-link-blue .switch-option a {
  color: var(--dark-gray1) !important;
}

.text-gray-link-blue .switch-option .active a {
  color: var(--blue) !important;
}

.text-gray-link-blue .switch-option .ast-map-view a {
  background-image: url(../img/dark_map_view_inactive.png);
}

.text-gray-link-blue .switch-option .ast-map-view.active a {
  background-image: url(../img/dark_map_view_active.png);
}

.text-gray-link-blue .switch-option .ast-list-view a {
  background-image: url(../img/dark_list_view_inactive.png);
}

.text-gray-link-blue .switch-option .ast-list-view.active a {
  background-image: url(../img/dark_list_view_active.png);
}

.text-gray-link-blue .switch-option .ast-chart-view a {
  background-image: url(../img/dark_chart_view_inactive-0.png);
}

.text-gray-link-blue .switch-option .ast-chart-view.active a {
  background-image: url(../img/dark_chart_view_active-0.png);
}


/*.multi table*/
.ast-table-inline {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.ast-table-inline>* {
  width: 50%;
  padding: 0 7.5px;
}

/*hide switchoption in more*/
.read-more-items .switch-option {
  display: none;
}
