.alert-color{
  color: #F96446 !important;
  font-weight: 700 !important;
}
.tooltip-font {
  font-size:16px !important; 
  font-family: Raleway !important;
}
.tooltip-inner {
    font-size: 16px;
    line-height:18px;
}
.hubdb-filter__legend{
  display:inherit;
   color: #132639;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.hubdb-filters__alerts{ margin-top:2rem;
}

{# Mobile #}
@media (max-width: 670px) {
  .hubdb-filters__info-alerts{
    flex-direction: column;
  }
  .hubdb-filters__alerts{
    flex-direction: column;
  }
  .hubdb-filters__info-alert{
    justify-content:center;
  }
  .hubdb-filter__legend{
    text-align:center !important;
    display:block;
    margin-top:30px;
    color: #132639;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
