@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Manrope:wght@400;700&family=Quicksand:wght@400;600;700&family=Roboto:wght@400;500;700&display=swap');

.grid{
    display: grid;
}

.flex{
    display: flex;
    color: #868484;
}

.navigation2{
  display: none;
  justify-content: left;
  border-top: 1px solid rgba(225, 224, 224, 0.523);
  align-items: center;
}

.menu-bar2{
  margin-left: 5%;
  cursor: pointer;
}


.table th, .table td, .table tr, .table table{
  border: 1px solid #e8f5e9;
}

.italic{
  font-style: italic;
}

.bold{
  font-weight: bold;
}

.hightext{
  background: #c7def5;
}

img{
  width: 100%;
  height: 100%;
}

main{
    width: 100%;
    height: 100vh;
    position: relative;
}

.container_grid{
  grid-template-columns: 24vw auto 21vw;
  width: 100%;
  position: absolute;
  margin-top: 10vh;
  gap: 2rem;
}

.sidebar{
    top: 0.0001vh;
    position: sticky;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}

.container-sidebar .search-bar{
  margin-top: 6vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 1vh;
  position: relative;
}

.container-sidebar .search-bar input{
  height: 40px;
  border-radius: 8px;
  border: 1px solid rgb(198, 196, 196);
  text-indent: 45px;
  color: rgb(198, 196, 196);
  font-size: 16px;
}

.container-sidebar .search-bar span{
  position: absolute;
  top: 1.8vh;
  left: 10px;
}

.container-sidebar .search-bar span i{
  font-size: 20px;
  color: rgb(198, 196, 196);
}


.sidebar .container-sidebar{
  width: 80%;
  margin: 0 auto;
}

.sidebar .container-sidebar .sidebar-exclusive{
  margin-top: 20px;
}

.sidebar .container-sidebar .sidebar-exclusive a{
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 10px;
}

.sidebar .container-sidebar .sidebar-exclusive a .sidebar-img{
  padding: 4px 8px;
  border: 1px solid rgba(236, 234, 234, 0.6);
  border-radius: 6px;
  width: 35px;
  height: 30px;
}

.sidebar .container-sidebar .sidebar-exclusive a span i{
  font-size: 24px;
}

.sidebar .container-sidebar .sidebar-exclusive a h4{
  font-size: 14px;
  color: #504e4e;
  font-family: Roboto;
  font-weight: 700;
}

.container-sidebar .sidebar-list{
  width: 100%;
  margin: 20px auto;
}

.container-sidebar .sidebar-list h4{
  font-size: 14px;
  color: #504e4e;
  font-family: Roboto;
  font-weight: 700;
}

.container-sidebar .sidebar-link{
  width: 100%;
  margin-left: 5px;
  border-left: 1px solid rgba(219, 218, 218, 0.341);
  margin-top: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  position: relative;
}

.container-sidebar .sidebar-link a{
  color: rgb(118, 117, 117);
  font-size: 14px;
  padding-left: 30px;
  padding-top: 3px;
  margin-left: -10px;
  transition: all 300ms ease-in-out;
  font-family: Quicksand;
  font-weight: 500;
}

.container-sidebar .sidebar-link a:hover{
  border-left: 1px solid rgb(121, 102, 245);
}

.container-sidebar .sidebar-link a.active{
  border-left: 1px solid rgb(121, 102, 245);
  color: rgb(121, 102, 245);
}


.aside .aside-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 8vh;
}

.container-sidebar .sidebar-list{
  width: 100%;
  margin: 20px auto;
}

.aside-container{
  padding-bottom: 100px;
}

.aside-container .aside-list h4{
  font-size: 18px;
  color:#3498db;
  font-family: Roboto;
  font-weight: 900;
}

.aside-container .aside-list .aside-group{
  margin: 0 12px;
}

.aside-container .aside-list .aside-group .img{
  height: 300px;
}

.aside-container .aside-list .aside-group img{
  object-fit: fill;
}

.aside-container .aside-list .aside-group a{
  display: flex;
  gap: .8rem;
  color: #504e4e;
  align-items: center;
  margin-bottom: 12px;
  font-family: Quicksand;
  font-weight: 500;
  font-size: 14px;
}

.aside-container .aside-list .aside-group .aside-btn{
  background: var(--btn-color);
  padding: 10px;
  color: var(--color-white);
  text-align: center;
  font-family: Quicksand;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.aside-container .aside-list .aside-group p{
  color: #504e4e;
  margin-bottom: 12px;
  font-family: manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5rem;
}

.aside-container .aside-list .aside-group a span{
  font-size: 12px;
}


     /* custom scrollbar */
     .sidebar::-webkit-scrollbar-track
     {
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
       border-radius: 10px;
       background-color: #F5F5F5;
     }
     
     .sidebar::-webkit-scrollbar
     {
       width: 8px;
       background-color: #F5F5F5;
     }
     
     .sidebar::-webkit-scrollbar-thumb
     {
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
       background: linear-gradient(125deg,#3498db,#34495e);
     }

.aside{
    top: .0003vh;
    position: sticky;
    overflow: hidden;
    overflow-y: scroll;
    height: 100vh;
}

     /* custom scrollbar */
     .aside::-webkit-scrollbar-track
     {
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
       border-radius: 10px;
       background-color: #F5F5F5;
     }
     
     .aside::-webkit-scrollbar
     {
       width: 8px;
       background-color: #F5F5F5;
     }
     
     .aside::-webkit-scrollbar-thumb
     {
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
       background: linear-gradient(125deg,#3498db,#34495e);
     }

     @media (max-width:900px) {
      .aside::-webkit-scrollbar{
        width: 0;
      }
     }

     .menu-overlay2{
      position: fixed;
      z-index: 999;
      background-color: rgba(161, 174, 230, 0.5);
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease;
  }
  
  .menu-overlay2.active{
      visibility: visible;
      opacity: 1;
  }
     
.content{
  width: 90%;
  margin: 0 auto;
}
table a{color:#380658;}
.tutorial{
	margin-top:50px; 
}

.tutorial .htitle{
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  font-family: Roboto;
}


.btnnav, .btnnav-bottom{
	top:50px;
  display: flex;
  justify-content: space-between;
}



.btnnav a, .btnnav-bottom a{
	padding:15px;
	background: linear-gradient(125deg,#3498db,#7422d7);
  color: #ffff;
  word-spacing: 4px;
  border-radius: 5px;
}

.btnnav .prev-empty, .btnnav .next-empty, 
.btnnav-bottom .prev-empty, .btnnav-bottom .next-empty{
  background: transparent;
}

.btnnav a:hover, .btnnav-bottom a:hover{
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.8);
	color:white;
	background:black;
}

.btnnav-bottom{
    margin-bottom: 80px;
}


.hnote{
	margin-top:40px;
  margin-bottom: 30px;
}

.hnote ul,.hnote2 ul{
	margin-left:20px;
	
}

.hnote ul li, .hnote2 ul li{
	list-style:circle;
	margin:10px;
  font-family: manrope;
  font-weight: 500;
  text-align: justify;
  font-size: 18px;
}
.hnote h2{
  font-size: 28px;
}

.hnote h3{
  font-size: 22px;
}

.hnote h4, .scode h4{
  font-size: 19px;
}

.hnote h2, .hnote h3, .hnote h4, .scode h4{
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Roboto;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hnote .hwrite{
	font-family:manrope;
	font-size:18px;
  font-weight: 500;
	color:black;
	letter-spacing:1px;
  text-align: justify;
  line-height: 1.5rem;
  margin-top: 10px;
}

.scode li {
    float:right;
    text-decoration: none;
    list-style: none;
    color: black;
}

.scode .icontag {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size:20px;
}
.scode{
     padding: 0;
     margin:0;
     width: 450px;
}

code{ 
  padding: 0; 
  margin: 0;
  border-radius: .5rem;
  text-align: left;
  width:450px;
  max-height: 500px;
}


@media (max-width:900px) {
  .header{
    height: 12vh;
    display: flex;
    flex-direction: column;
  }


  .navigation{
    height: 6vh;
  }

  .navigation2{
    display: flex;
    height: 6vh;
  }
  main{
    overflow: hidden;
  }
    .container_grid{
      grid-template-columns: 1fr;
    }

    .sidebar{
      position: absolute;
      background: #ffff;
      visibility: hidden;
      top: -12vh;
      width: 350px;
      left: -300px;
      z-index: 1000;
      transition: all 0.5s ease;
    }

    .sidebar.open2{
      visibility: visible;
      left: 0;
  }

    .content{
      position: static;
      overflow-y: scroll;
      height: 100vh;
    }

    .tutcontent{
      width: 80%;
      margin: 0 auto;
    }

    .aside{
      display: none;
    }
 }

 @media (max-width:450px) {
  .sidebar{
    width: 250px;
  }
 }

