@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.profile-navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.profile-home-text {
  font-size: 1.1rem;
  margin-top: 10%;
  font-weight: 400;
  padding-left: 8px;
}

.dashboard-home-icon {
  font-size: 14px;
  padding: 10px;
  text-align: left !important;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.user-profile-wrapper {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: stretch;
  overflow-x: hidden;
}

#profile-sidebar {
  height: auto;
  min-width: 250px;
  max-width: 250px;
  background: #FFF;
  /* background: hsl(231, 47%, 97%); */
  color: #060505;
  transition: all 0.3s;
  margin-top: 19px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 3%;
}

.account-setting-btn {
  padding: 2px;
  color: gray;
}

#profile-sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: hsl(240, 7%, 94%);
}

#profile-sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#profile-sidebar ul p {
  color: #0e0c0c;
  padding: 10px;
}

#profile-sidebar ul li a {
  padding: 10px;
  font-size: 1em;
  display: block;
  color: black;
  font-weight: 500;

}

#profile-sidebar ul li a:hover {
  color: #0077C8;

}

.dashboard-arrow-icon {
  font-size: 12px;
  padding: 10px;
}

.profile-dashboard-content {
  width: 100%;
  padding: 20px;
  /* min-height: 100vh; */
  transition: all 0.3s;
}