*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  /*font-size: 62.5%;*/
  height: 100%;
  overflow-x: hidden;
}

svg {
  display: block;
  overflow: visible;
}

body {
  font-family: 'Roboto';
  font-weight: 400;
}

.primary-bg-color {
  background-color: #043536;
  color:#ffffff;
}

.secondary-bg-color {
  background-color: #008C8A;
  color:#ffffff;
}

.teritary-bg-color {
  background-color: #D9EDF0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 800;
}

.navbar-brand img {
  height: 72px;
  width: auto;
}

#top-nav-bar {
  background-color: #043536;
  width: 100vw;
  height: auto;
  padding: 0px;
  margin: 0px;
}

#top-nav-bar ul {
  font-size: 0.8rem;
  color: white;
  margin-top: 10px;
  margin-bottom: 7px;
  /*padding: 0px;*/
  list-style-type: square;
}

#top-nav-bar ul li {
  padding-right: 25px;
  /*padding-left: 1px;*/
}

#top-nav-bar ul li a {
  color: white;
  text-decoration: none;
  transition: all 1s ease-in;
}

#top-nav-bar ul li a:hover {
  color: #000000;
  /*text-decoration: none;*/
  transition: all 1s ease-in;
}

.trans--grow {
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  width: 0%;
}

.grow {
  width: 100%;
}

.hr1 {
  margin-left: 0;
}

.hr2 {
  margin-right: 0;
}

hr {
  margin-top: 15px;
  padding: 0.5px 0;
  border: none;
  background-color: #043536;
  letter-spacing: 5px;
  opacity: 100;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "FontAwesome";
  content: "\f0da";
  font-weight: bold;
}

.sidebar-section {
  /*padding: 10px;*/
  border: 1px solid rgba(0,0,0,0.125);
}

.sidebar-section-header {
  background-color: #008C8A;
  color: #ffffff;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}

.sidebar-section-body {
  padding: 5px;
}

.sidebar-section-header h3 {
  background-color: #008C8A;
}

.new-list {
  font-size: 1.5rem;
}

.bottom-bar {
  background-color:rgba(9,9,9,1);
  padding: 20px 0px 5px 0px;
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
}

.bottom-bar a {
  text-decoration: none;
  color: #666666;
}


.text-justify {
  text-align: justify !important;
}

.btn:hover {
  background-color:#D9EDF0;
  color:#000000;
  transform: all 1s ease-in;
}

.filter-button-group ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.filter-button-group ul li {
  display: inline-block;
}

#loader {
  background-color:rgba(0,0,0,0.9);
  height:100vh;
  width:100vw;
  position:absolute;
  top:0px;
  left:0px;
  display:flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#loader img {
  width:200px;
  height: auto;
  margin: auto;
}

input #amount .money {
  text-align:right !important;
}