/* Google Fonts Import Link */
.sidebar-toogle-arrow{
  background-color: #c1c1c1;
}
.toggle-sidebar-inner{
  width: inherit;
}

.sidebarnew-rtl{
  right: 0;
  left: none !important; 
}

.sidebarnew-rtl.closing .nav-links li .sub-menu{
  right: 100% !important;
  left: auto !important;
  border-radius: 6px 0 0 6px !important;
}

.sidebarnew{
  position: fixed;
  top: 99px;
  left: 0;
  height: 100%;
  width: 290px;
  background: #11101d;
  z-index: 100;
  transition: all 0.5s ease;
  display: inline-flex; 
}
.sidebarnew.closing{
  width: 60px;
}
.sidebarnew .logo-details{
  height: 60px;
  width: 100%;
  display: inline-block;
  align-items: right;
}
/* .sidebarnew .logo-details i{
  font-size: 30px;
  color: #fff;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
}
.sidebarnew .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
} */
/* .sidebarnew.closing .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
} */
.sidebarnew .nav-links{
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
}
.sidebarnew.closing .nav-links{
  overflow: visible;
}
.sidebarnew .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebarnew .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebarnew .nav-links li:hover{
  /* background: #1d1b31; */
}
.sidebarnew .nav-links li .iocn-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebarnew.closing .nav-links li .iocn-link{
  display: block
}
.sidebarnew .nav-links li i{
  height: 50px;
  min-width: 60px;
  text-align: center;
  line-height: 50px;
  /* color: #fff; */
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dwnarrow{
  height: 50px;
}

.sidebarnew .nav-links li.showMenu i.dwnarrow{
  transform: rotate(-180deg);
}
.sidebarnew.closing .nav-links i.dwnarrow{
  display: none;
}
.sidebarnew .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebarnew .nav-links li a .link_name{
  font-size: 16px;
  font-weight: 400;
  /* color: #fff; */
  transition: all 0.4s ease;
}
.sidebarnew.closing .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebarnew .nav-links li .sub-menu {
    padding: 14px 6px 14px 62px;
    margin-top: -10px;
    /* background: #1d1b31; */
    display: none;
    transition: all 0.3s ease; /* Add a delay of 0.2s */
  }
  
  .sidebarnew .nav-links li.showMenu .sub-menu {
    display: block;
    opacity: 1; /* Set opacity to 1 when opening */
  }
.sidebarnew .nav-links li .sub-menu a{
  /* color: #fff; */
  font-size: 15px;
  padding: 8px 0;
  white-space: pre-wrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.sidebarnew .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebarnew.closing .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
  /* background: whitesmoke; */
}
.sidebarnew.closing .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebarnew .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebarnew.closing .nav-links li .sub-menu .link_name{
  font-size: 16px;
  opacity: 1;
  display: block;
}
.sidebarnew .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebarnew .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}

.one {
  width: 80%;
  margin-left: 10%;
  /* background-color: black; */
  height: 400px;
}

.sidebarnew .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all 0.5s ease;
}
.sidebarnew.closing .profile-details{
  background: none;
}
.sidebarnew.closing .profile-details{
  width: 78px;
}
.sidebarnew .profile-details .profile-content{
  display: flex;
  align-items: center;
}
/* .sidebarnew .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all 0.5s ease;
}
.sidebarnew.closing .profile-details img{
  padding: 10px;
} */
.sidebarnew .profile-details .profile_name,
.sidebarnew .profile-details .job{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebarnew.closing .profile-details i,
.sidebarnew.closing .profile-details .profile_name,
.sidebarnew.closing .profile-details .job{
  display: none;
}
.sidebarnew .profile-details .job{
  font-size: 12px;
}
/* .home-section{
  position: relative;
  background: #E4E9F7;
  height: 100vh;
  left: 290px;
  width: calc(100% - 290px);
  transition: all 0.5s ease;
} */
.sidebarnew.closing ~ .home-section{
  left: 78px;
  width: calc(100% - 78px);
}
.home-section .home-content{
  height: 60px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #11101d;
  font-size: 35px;
}
.home-section .home-content .bx-menu{
  margin: 0 15px;
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebarnew.closing .nav-links li .sub-menu{
    display: none;
  }
}


/*for notification */
.faicon li .fas{
  min-width: 0px !important;
  margin-right: 10px !important;
  height: 20px !important;
  line-height: 20px !important;
}

.tabsicon i{
  font-size: 25px !important;
  margin: 14px 15px;
}

.custom-slider{
  margin-top: 20px;
}

.left-to-center{
  text-align: left;
}


.home-rtl .dashboard-sticky{
  text-align: left;
}

.home-rtl .custom-badge{
  right: -28px !important;
}

.play__loop{
  padding: 12px 20px;
}

.sidebarnew-rtl .notification-count{
  right: 28px !important;
  left:0px !important;
  width: 18px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

  .sidebarnew .nav-links {
    padding: 0px 0 150px 0;
  }

  .sidebar-toogle-arrow{
    display: none;
  }

  .load-ng-view {
    margin-top: 50px !important;
  }

  .sidebarnew{
    display:block;
    height: auto;
    top:60px;
    width: 100%;
  }
  .sidebarnew.closing{
    left: -200px;
  }

  /* .sidebarnew-rtl{
    
  } */

  .sidebarnew-rtl.closing{
    left:auto !important;
    right: -100px !important;
  }
  .RightSidebarViewFull.RightSidebarView-rtl{
    margin-right: 0px !important;
  }

  .navbar-rtl .navbar-toggle .icon-bar {
    margin-right: 0px !important;
  }

  .navbar-rtl button.navbar-toggle{
    float: right !important;
  }
  

  .RightSidebarView {
    width: calc(100%);
    margin-left: 0px;
  }
  .RightSidebarViewFull{
    margin-left: 0px;
  }
  .sticky-container-xs{
    display: none !important;
  }

  /*logo*/
  /* .navbar-brand{
    display: none;
  } */


  /*sticky */
  .dashboard-sticky .sticky li img{
    margin: 2px 10px;
  }
  .tabsicon i{
    margin: 14px 10px;
  }

  .left-to-center{
    text-align: center;
  }

  .switches {
    margin: 10px auto !important;
  }

  .useraccount{
    text-align: center !important;
    width: 100% !important;
    display: inline-grid !important; 
  } 
  
}


@media (min-width: 768px) and (max-width: 991px){

  .sidebarnew .nav-links {
    padding: 0px 0 150px 0;
  }
  
  .sidebar-toogle-arrow{
    display: none;
  }
  .sidebarnew{
    display:block;
    height: 100%;
    top:60px;
    width: auto;
  }
  .sidebarnew.closing{
    left: -100px;
  }
  .RightSidebarView {
    width: calc(100%);
    margin-left: 0px;
  }
  .RightSidebarViewFull{
    margin-left: 0px;
  }

  .logo-outside-box img{ 
    padding: 13px 5px !important;
  }
  .navbar-toggle{
    margin-right: 0px;
    margin-top: 10px;
  }
  .input-switch-container{
    padding: 6px 0px !important;
    margin-left: 0px;
  }
  .switches{
    width: 175px !important;
    margin: 10px auto !important;
  }
  .sidebarnew .nav-links li i {
    min-width: 45px;
  }
  .play__loop{
    padding: 12px 12px;
  }
  .switch_bg {
    left: -20px !important;
  }
  .switch_bg.right {
    left: 85px !important;
  }
  
  
  
}
