@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,600;1,600&family=Noto+Sans:ital@0;1&display=swap');
:root {
  --primary: #fcb424;
  --secondary: #828282;
  --contrast: #ffffff;
}
html,body {
  /*background-color: #FAFAFA;*/
}
body,th,td,div,p,li,a {
  font-family: 'Noto Sans', sans-serif;
  color: #000;
}
.navbar-nav .nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  font-family: 'Exo 2', sans-serif;
  color: #504e4a;
  font-weight: 700;
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link:hover {
  color: #fcb424;
}
.navbar-nav a.nav-link.initials-circle {
  background-color: #828282;  /* Background color */
  color: #fff;  /* Text color */
  border-radius: 50%;  /* Makes it a circle */
  width: 50px;  /* Set fixed width */
  height: 50px;  /* Set fixed height */
  display: flex;  /* Enable flexbox */
  justify-content: center;  /* Center horizontally */
  align-items: center;  /* Center vertically */
  text-align: center;  /* Aligns text to center */
}
@media (min-width:1200px) {
  .navbar-nav a.nav-link.initials-circle {
    margin-top: -7px;
  }
}
.navbar-light .nav-link.initials-circle,.navbar-light .nav-link.initials-circle:focus{
  color: #828282;
}
.navbar-light .nav-link.initials-circle:hover{
  color: #828282;
  background-color: #efefef;
}
ul.steps li.checked {
  background-color:  #fcb424;
  border: 2px solid  #fcb424;
}
ul.steps li.active {
  color:  #fcb424;
  border: 2px solid  #fcb424;
}
ul.steps li.checked:before,ul.steps li.checked:after,ul.steps li.active:after {
background-color:  #fcb424;
}
ul.steps:before,ul.steps:after {
background-color:  #fcb424;
}
button,.btn {
  color: #fff;
  background-color: #fcb424;
  border-radius: 10px 10px 10px 10px;
  border-color: transparent;
}
button:hover, .btn:hover,
button:focus, .btn:focus {
  color: #fff;
  background-color: #7a7a7a;
  border-color: transparent;
}
h1,h2,h3,h4,h5,h1 a,h2 a,h3 a,h4 a,h5 a {
  font-family:'Exo 2', sans-serif;
  font-weight: 600;
}
h1 {
  color: #051441;
}
h2,h3 {
  color: #fcb424;
}
h4,h5{
  color: #282e69;
}
.content {
  border-top: 1px solid #fcb424;
}
.card-body {
  /* offset-x | offset-y | blur-radius | color */
  background-color: #fff;
  box-shadow: 15px 15px 15px #eee;
  border-radius: 10px 10px;
}
#tableOverview td a {
  color: #fcb424;
}
footer {
  background-color: #fff;
  border-top: 10px solid #efefef;
}
footer th,footer td,footer div,footer p,footer li,footer a {
  color: #504e4a;
}
