@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

body {
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  padding: 0;
}

body, wrapper {
   min-height:100vh;
}

.flex-fill {
   flex:1 1 auto;
}

.title_background {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 5px;
  column-gap: 30px;
  flex-wrap: wrap;
}

.image {
  height: 25px;
}

.title_text {
  font-weight: bold;
  font-size: 17px;
}

.title_image_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 3px;
}

.location_name {
  color: #737373;
}

.location_row {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}

.date_time_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
}

.tabs_container {
  display: flex;
  flex-direction: row;
  white-space: pre;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  width: 830px;
  margin-top: 20px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.display_center_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tab_content_row  {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tab_page {
  border-top: 1px solid #e6e6e6;
  width: 830px;
}

.card_filter {
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}

.card_chart {
  background-color: #ffffff;
  padding: 30px 50px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
}

.chart_card {
    background-color: #ffffff;
    margin: 30px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    /*width: calc(100% - 60px);*/
    /*max-width: 600px;*/
    transition: all 0.3s ease;
    overflow: hidden;
}

.filter_label {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
  margin-bottom: 4px;
}

.filter_group {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.filters_container {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  gap: 15px;
}

.indicators_container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
}

.card_bg {
    display: flex;
    width: calc(20% - 1rem);
    justify-content: center;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}


.custom-tab--selected {
    color: black;
    border: 1px solid #e6e6e6 !important;
    border-radius: 2px;
    background-color: #e6e6e6;
}

.dash-spinner {
    color: #2b7a78; /* your brand color */
}
