.sidenav-wrapper {
  background: linear-gradient(135deg, #de6d4d 0%, #a33110 100%);
  height: 100vh;
  color: #fff !important;
}

.profile-pic-wrapper {
  position: relative;
  width: 100px;
  margin: 0 auto;
}

.profile-pic-wrapper .shadow {
  position: absolute;
  width: 80%;
  height: 20px;
  background: rgba(17, 17, 17, 0.2);
  filter: blur(10px);
  bottom: 0;
  left: 10%;
  border-radius: 50%;
  z-index: 1;
}

.profile-pic {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  position: relative;
  z-index: 2;
}

.edit-btn {
  background: #fff;
  color: #de6d4d;
  font-weight: 700;
  font-size: 12px;
  border-radius: 10px;
  padding: 8px 16px;
  display: inline-block;
  margin-top: 10px;
}

.social-icons img {
  width: 30px;
  margin: 0 10px;
}

.sidenav-profile img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.user-info h6,
.user-info span {
  margin: 0;
  color: #fff !important;
}

h5 {
  color: #fff;
}

.sidenav-nav li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.sidenav-nav li a:hover {
  background: #f8f9fa;
}

.social-info-wrap a {
  color: #fff;
  margin: 0 8px;
  font-size: 20px;
}
