/*
* Alerts colors
*/
/*
* Buttons
*/
/*
* Badges
*/
/*
* Loaders
*/
/*-------------------------------------
 MAIN STYLES
-------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.628571429;
  background-color: white;
  overflow: hidden;
  -ms-overflow-style: none;
  position: relative;
}
html > bs-dropdown-container,
body > bs-dropdown-container {
  z-index: 1;
}
a {
  text-decoration: none;
  color: #333840;
}
span.active {
  background-color: #6b7180;
}
/*-------------------------------------
  App Shared Styles
  -----------------------------------*/
h1 {
  margin: 0;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 500;
  color: #333840;
  border-bottom: 0 !important;
}
