body {
    font-size: .975rem;
    
  }
  
  .feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
  }
  
  a {
      color: #435b98;
  }
  
  /*
   * Sidebar
   */
  
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1040; /* Behind the navbar */
    padding: 0px 0 0; /* Height of navbar */
  }

  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
    color:  #435b98;
    padding: 10px 25px 10px 25px;
    border-bottom: 1px solid #eee;
}
  
  .sidebar .nav-link .feather {
    margin-right: 10px;
    color:  #435b98;
  }
  
  .sidebar .nav-link.active {
    color:  #62BD5D;
  }
  
  .sidebar .nav-link:hover .feather,
  .sidebar .nav-link.active .feather {
    color: inherit;
  }
  
  .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
  }
  
  .page-sections {
    padding-top: 50px;
    overflow: scroll;
    height: 100%;
  }

  .page-body {
      border-left: 1px solid #eee;
      padding: 50px;
      color: #666;
  }
  .page-sections h5,
  .page-body h5 {
    color: #435b98;
  }

  .page-sections ul {
      list-style: none;
      padding: 0px;
      margin:0px;
  }
  .page-sections ul li {
      padding:0px;
      margin:0px;
  }
  .page-sections ul li a:link,
  .page-sections ul li a:visited {
      display: block;
      color: #435b98;
      font-size:14px;
      padding: 5px 15px 5px 0px;
  }
  .page-sections ul li.active a:link,
  .page-sections ul li.active a:visited {
      color: #fff;
      padding-left: 15px;
      font-weight: bold;
      background-color: #435b98;
      
  }
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
  }
  
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }


.navbar {
    padding: 50px;
}

.user-details {
    padding: 25px;
    background-color: #435b98;
    color: #fff;
    margin-bottom: 25px;
}

.user-details h5 {
    font-size: 18px;
    font-weight: normal;
}

.user-details h6 {
    font-size: 12px;
    font-weight: normal;
}

.head {
    background-color: #435b98;
    width: 100%;
    font-size: 25px;
    padding: 25px;
    color: #fff;
}