/* button background hover background-color: #6d27d6;*/



.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 56px; /* Stay at the top */
  left: 0;
  background-color: #111111;
  -webkit-background-color: #111111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s; /* Safari and Chrome */
  -moz-transition: 0.5s; /* Firefox */
  -o-transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

}


/* The navigation menu links */
.sidenav a , .dropdown-btn{
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s; /* Safari and Chrome */
  -moz-transition: 0.3s; /* Firefox */
  -o-transition: 0.3s;
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
}




@media (min-width: 575.98px) {
  
  /* When you mouse over the navigation links, change their color */
.sidenav a:hover , .navxspan:hover{
  color: #f1f1f1;
  background: rgb(58,16,133);
  background: -moz-linear-gradient(90deg, rgba(58,16,133,1) 0%, rgba(57,0,172,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(58,16,133,1) 0%, rgba(57,0,172,1) 100%);
  background: linear-gradient(90deg, rgba(58,16,133,1) 0%, rgba(57,0,172,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a1085",endColorstr="#3900ac",GradientType=1); 
}}

.navxspan.active {
  background: rgb(147,0,172);
  background: -moz-linear-gradient(90deg, rgba(147,0,172,1) 0%, rgba(105,16,133,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(147,0,172,1) 0%, rgba(105,16,133,1) 100%);
  background: linear-gradient(90deg, rgba(147,0,172,1) 0%, rgba(105,16,133,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9300ac",endColorstr="#691085",GradientType=1);    
}

.navxspan.active_2 {
  background: rgb(64,0,172);
  background: -moz-linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  background: linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4000ac",endColorstr="#3d1082",GradientType=1); 
   
}
.opennav_i{
  
  font-size: 25px;
}

.opennav_i_common{

  margin-right: 10px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0s;
  -o-transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.navopenbtn{
  color: wheat;
  margin-right: 10px;
}

.navopenbtn:hover{
  cursor: pointer;
}

.dropdown-container {
  display: none;
  background-color: #290263;
  padding-left: 8px; 
}

#openNav:hover {
  
  transition: 0.4s;
  -webkit-transition: 0.4s; /* Safari and Chrome */
  -moz-transition: 0.4s; /* Firefox */
  -o-transition: 0.4s;
  
}
#bname{
  text-decoration: none;
  font-size: 20px;
}

#bname:hover{
  color: #6d27d6;
  transition: 0.4s;
  -webkit-transition: 0.4s; /* Safari and Chrome */
  -moz-transition: 0.4s; /* Firefox */
  -o-transition: 0.4s;
  
}
.nav-link{
  padding-left: 10px
}
.nav-link:hover{
  background: rgb(87,29,185);
  background: -moz-linear-gradient(90deg, rgba(87,29,185,1) 0%, rgba(95,1,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(87,29,185,1) 0%, rgba(95,1,255,1) 100%);
  background: linear-gradient(90deg, rgba(87,29,185,1) 0%, rgba(95,1,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#571db9",endColorstr="#5f01ff",GradientType=1); }

.fa-caret-down {
  float: right;
  padding-right: 8px;
}

.navx nav{
  margin: 10px 10px 0 10px;
}
.navx nav a , .navxspan{
  border-radius: 5px;
  color: #949292;
}
.navxspan{
  font-weight: bold;
}
.navx nav a.active {
  font-weight: bold; 
  background: rgb(64,0,172);
  background: -moz-linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  background: linear-gradient(90deg, rgba(64,0,172,1) 0%, rgba(61,16,130,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4000ac",endColorstr="#3d1082",GradientType=1); 
}
