.side-navbar {
    width: 190px;
    height: 100%;
    position: fixed;
    margin-left: -300px;
    background-color: #010113;
    transition: 0.5s;
}

.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    background-color: #eff0f126;
}

.my-container {
    transition: 0.4s;
}

.active-nav {
    margin-left: 0;
}

/* for main section */
.active-cont {
    margin-left: 190px;
}

#menu-btn {
    background-color: #0e2b23;
    color: #fff;
    margin-left: -62px;
}


/* Style the horizontal ruler */
 .line{
    border-bottom: 5px solid rgb(2, 25, 26);
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
  }

  /* Modal Content/Box 
.modal-content {
  background-color: rgb(5, 47, 54);
  color: whitesmoke;
  margin: 5% auto 15% auto;  /* 5% from the top, 15% from the bottom and centered 
 border: 1px solid #888;
}
code{
  background-color: #46676b;
}*/


.modal-fullscreen
{
      width: 99vw;
      max-width: none;
      height: 100%;
      margin: 0;
     
}