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

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

.my-container {
    transition: 0.4s;
}

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

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

#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%;
  }

  /* btn-back=to-top */

  #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


/* fixed div*/
#menu-content{
    max-width:12%;
    width: 100%;
    position: fixed;
    top: 200px;
    right: 25px;
    height: 0px;
}

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

