
:root {
  --right: 220px;
 }
li{
  list-style: none;
}
#aiwrapper {
  padding: 0;
  padding-left: var(--right);
  transition: all 0.4s ease 0s;
  /*height: 100vh;*/
  /*padding-left: 0;*/
}



#aiwrapper-home {
  padding-left: 0;
  height: inherit;
}
.front {

}



#sidebar-aiwrapper {
  margin-left: calc(var(--right) * -1);
  left: var(--right);
  width: var(--right);
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
  background-image: url("../img/bg/bgr08.jpg");
  /*background: #000000;*/



  background-color: #2c2f34;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}



li.active{
  background: #0000002e;
}
li.active a.active{
  color: white;
}




li.clickn.active{
  background: none;
}



li.clickn.active:hover{
  background: #cfcfcf;
}







#sidebar-aiwrapper:after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
   padding-bottom: 99999px;
   margin-bottom: -99999px;
  content: "";

  background: rgba(240, 248, 255, 0.25);
}


#page-content-aiwrapper {
  width: 100%;
  height: 100%;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  /*width: -webkit-fill-available;*/
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  /*padding-left: 20px;*/
}

.sidebar-nav >li a {
  position: relative;
  color: #000000;
  display: block;
  text-decoration: none;
  /*color: #000000;*/
  font-size: .9rem;
  padding-left: 20px;
}

.sidebar-nav >li li a {
  padding-left: 45px;
}

.fa, .fas, .fab{
  margin-right: 13px;
}


li {
  /*background-color: rgba(255,255,255,0.15);*/
  /*color: #424242;*/
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.homemenu li:hover{
  /*background-color: rgba(0,0,0,0.05);*/

  background-color: rgba(255, 118, 0,  .17);
  /*background-color: rgb(181 181 182 / 21%);*/

}

.ai-or{
  color: white;
}


.sidebar-nav li:hover {
  background: #0000001e;
  text-decoration: none;
}

.sidebar-nav li:active,
.sidebar-nav li:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 65px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand img {
  vertical-align: text-top;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}


#navbar {
  height: 65px;
  /*line-height: 65px;*/
  /*top: 0;*/
  width: 100%;
  /*display: block;*/
  transition: top 0.3s;
}

.content-header h1 {
  margin: 0;
  line-height: 65px;
  display: inline-block;

}

#menu-toggle {
  display: none;
}

.separator {
  padding: 20px;
}

@media (max-width:767px) {


#sidebar-aiwrapper {
  left: 0;
}

#aiwrapper.active {
  position: relative;
  left: 200px;
}

#aiwrapper.active #sidebar-aiwrapper {
  left: 200px;
  width: 200px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}
