body {
  font-family: "DM Sans", sans-serif;
  background: #fafaf8;
}


.sidebar-container {
  background: #9dae9c;
  height: 100vh;
  position: sticky;
  top: 0;
}

.sidebar-logo {
  width: 280px;
  margin: 0px auto;
  padding: 50px 20px;
}

.signout-link {
  text-decoration: none;
  color: #fff !important;
}

.profile-img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 120px;
  object-fit: cover;
}

.profile-name {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.nav-link {
  color: #fff;
  font-size: 17.002px;
  font-style: normal;
  font-weight: 500;
  padding: 15px;
}

#familyMembersTab .nav-link {
  color: #000 !important;
  font-size: 17.002px;
  font-style: normal;
  font-weight: 500;
  padding: 15px;
}

.nav-link i {
  margin-right: 10px;
}

.nav-link:focus, .nav-link:hover {
  background-color: #d2b98b;
  color: #fff !important;
  border-radius: 0.5rem;
  transition: 0.8s;
}

.nav-link.active {
  background-color: #d2b98b;
  color: #fff !important;
  border-radius: 0.5rem;
}

button.btn.btn-primary {
    background: #d2b98b;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 40px;
    box-shadow: 1px 1px 5px #9dae9c;
}

#familyMembersTab .nav-link.active {
  background-color: #d2b98b !important;
  color: #fff !important;
  border-radius: 0.5rem;
  border: none;
}

#familyMembersTab {
    border: none !important;
}

.sidebar-bar {
    border-top: 1px solid #ffffff8f;
    padding: 0;
}

.signout-container {
  position: relative;
  bottom: 20px;
}

.wpforms-container {
   margin: 0px !important;
}

.wpforms-field input.wpforms-field-required {
    width: 100%;
    color: #1d2327 !important;
    border-color: #1d2327 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    height: 55px !important;
    border-radius: 8px !important;
}

.wpforms-field textarea.wpforms-field-required {
    width: 100%;
    color: #1d2327 !important;
    border-color: #1d2327 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    height: 100px !important;
    border-radius: 8px !important;
}

.wpforms-field-label {
    margin: 8px 0px !important;
    color: #1d2327 !important;
    font-size: 17px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}

.wpforms-submit {
    width: 100% !important;
    height: 50px !important;
    border-radius: 40px !important;
    background: #d2b98b !important;
}

.story-del {
    padding: 12px 10px;
    background: #d2b98b;
    width: 50%;
    border: none;
    border-radius: 50px;
}

.main-sec .title {
    text-transform: capitalize;
}

.edit-life-story {
    padding: 12px 10px;
    background: #d2b98b;
    width: 50%;
    border: none;
    border-radius: 50px;
  }

  .edit-life-story:hover {
    background: #1d2327;
    color: #fff;
  }

@media only screen and (max-width: 1500px){
.sidebar-container {
    background: #9dae9c;
    height: 100% !important;
}
}


@media only screen and (max-width: 1024px) {
	
.profile-img {
    width: 140px !important;
    height: 120px !important;
}
	    .sidebar-logo {
        width: 170px;
        margin-left: -16px;
    }
	.sidebar-container {
    background: #9dae9c;
    height: 100% !important;
}
	
	.nav-link {
    font-size: 13px !important;
}
	h5.mb-3 {
    font-size: 16px;
}
	
	.profile-name {
    font-size: 19px;
}
}
