.sidenav{
  position: fixed;
  width: 300px;
  left: 0px;
  top: 0px;
  height:100%;
  background-color: #343a40;
  color:#ffffff;
}
.sidenav .logo{
  width: 80%;
  position: relative;
  left: 10%;
  top: 50px;
  padding-bottom: 50px;
}
.main{
  margin-top: 10px;
  position: absolute;
  left: 300px;
  width: calc(100% - 300px);
}
.sidenav .claimer{
  color: #c7c7c7;
  font-family: monospace;
  text-align: center;
  font-size: 12px;
}
.new_nav{
  text-align: center;
  color: white;
}
.new_nav:hover{
  color: lightgrey;
}
.sidenav .legal{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.sidenav .legal a{
  color: lightgrey;
  cursor: pointer;
}
.nav-item{
  cursor: pointer;
}
.sidenav .nav_form{
  width: 95%;
  margin: auto;
}
.header-pretitle{
  color:lightgrey;
}
.header-title{
  color:lightgrey;
}
.maincol{
  background: #00000036;
  margin-right: auto;
  margin-left: 1%;
  width: 90%;
  border-radius: 19px;
  padding: 5px;
  color: white;
}
#inner{
  margin: 10px;
}
#toprightbanner{
  position: fixed;
  right: 20px;
  top: 10px;
}
.dot-r {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.dot-g {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.card.black{
  background: #00000036;
  border-radius: 10px;
}
