
  
  .feather {
    width: 16px !important;
    height: 16px !important;
    vertical-align: text-bottom !important;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed !important;
    top: 0 !important;
    /* rtl:raw:
    right: 0 !important;
    */
    bottom: 0 !important;
    /* rtl:remove */
    left: 0 !important;
    z-index: 100 !important; /* Behind the navbar */
    padding: 48px 0 0 !important; /* Height of navbar */
  }
  
  /* @media (max-width: 767.98px) {
    .sidebar {
      top: 5rem !important;
    }
  } */
  
  .sidebar-sticky {
    position: relative !important;
    top: 0 !important;
    height: calc(100vh - 50px) !important;
    padding-top: .5rem !important;
    overflow-x: hidden !important;
    overflow-y: auto !important; /* Scrollable contents if viewport is shorter than content. */
  }
  
  .sidebar .nav-link {
    font-weight: 500 !important;
    color: #333 !important;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px !important;
    color: #727272 !important;
  }
  
  .sidebar .nav-link.active {
    color: #2470dc !important;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit !important;
  }
  
  .sidebar-heading {
    font-size: .60rem !important;
    text-transform: uppercase !important;
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    font-size: 1rem !important;
    background-color: rgba(0, 0, 0, .25) !important;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25) !important;
  }
  
  .navbar .navbar-toggler {
    top: .25rem !important;
    right: 1rem !important;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem !important;
    border-width: 0 !important;
    border-radius: 0 !important;
  }
  
  .form-control-dark {
    color: #fff !important;
    background-color: rgba(255, 255, 255, .1) !important;
    border-color: rgba(255, 255, 255, .1) !important;
  }
  
  .form-control-dark:focus {
    border-color: transparent !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25) !important;
  }

  .link-n {
    font-size: 1.2em !important;
    color: #3B354F !important;
    border-radius: 15px !important;
    font-weight: 400 !important;

  }

  .link-n:hover {
    font-size: 1.4em !important;
    color: white !important;
    box-shadow: 0px 6px 15px 0px #3D588D26 !important;
    background: linear-gradient(0deg, #7A00E6 -1.08%, #5718B0 22.92%, #5718B0 98.92%) !important;
    border-radius: 15px !important;

  }

  .iconsidebar{
    color: #D1C9FC !important;
  
  }

  .bg-white {
    background-color: #F8F9FA !important;
  }

  .navbar-toggler {
    background: linear-gradient(360deg, #7a00e6, #8912ff, #a35bff) !important;
}

