html,
body{
  height: 100vh;
}

.main_content {
  min-height: 100vh;
  position: relative;
}

#content-wrap{
  padding-bottom: 90px;
}

footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 60px;   /* Height of the footer */
}


.navbar{
  box-shadow:None;
}
.navbar-nav{
  flex-direction: row;
}
.navbar-nav .nav-link {
  color: black;
  padding-left: 8px;
  padding-right: 8px;
}

.nav-link:hover {
  text-decoration: underline;
  color: black;
}

.nav-link:visited {
  color: black;
}

.header-right-icon{
  color:#333;
}

#subtitle-text{
  color:black;
}

.card {
  box-shadow: None;
}

#dashbord-btn,#today-btn{
  box-shadow: None;
}
.blue{
  color: #2d48cb;
}

.black{
  color:black;
}