.expoactiva_logo{
    height: 100px;
}

.aqi{
    font-size: 24px !important;
    vertical-align: middle;
}

.aqi.good{
    color: green;
}

.aqi.moderate{
    color: gold;
}

.aqi.unhealthy{
    color: red;
}

.aqi.hazardous{
    color: darkred;
}

.loading_icon{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 45%;
}

.value-card{
    text-align: right;
    margin-right: 20px;
    margin-top: -25px;
}

.graph-control-label{
    margin-bottom: 0px;
}

.topMargin12 {
    margin-top: 12px;
}

.hobolinkbtn {
    margin-left: 25%;
    margin-top: 10px;
}

.map_pp_title {
    font-size: larger;
    color: #1b3df9;
    font-weight: bold;
}

.map_updated_since{
    font-size: smaller;
    color: #6a6c7c;
    margin-bottom: -16px;
}

.headerTitle{
    display:inline-block;
    margin-left: 10px;
    vertical-align: text-top;
}

input {
    padding-left: 10px !important;
}

#map {
  height: 450px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

.animate__ultra__slow{
    --animate-duration: 5s;
}

.legend {
    background: #fff;
    padding-left: 15px;
    padding-top: 10px;
    border-radius: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.legend .row {
  display: flex;
  line-height: 20px;
}

.legend i {
  display: block;
  width: 30px;
  height: 20px;
  margin-right: 5px;
}
.legend h4 {
  font-size: small;
  color:grey;
}

.glosaryContent{
    text-align: initial;
}

.table td.fit,
.table th.fit {
    width: 50%;
}