
.myaccount-sidebar {
    background: white;
    box-shadow: 0px 0px 10px 0px #0000001c;
    /* padding: 30px; */
}
.myaccount-sidebar .profile-content {
    background: #4caf50;
    padding: 15px;
}
.profile-image img {
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 50%;
    width: 100px;
}
.profile-content h4 {
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}
.side-bar-content {
    padding: 30px;
    border-top: 1px solid #ffa600;
}
.side-bar-content a {
    font-size: 15px;
    line-height: 25px;
    color: #404040;
    font-weight: 500;
}
.side-bar-content li {
    padding: 5px 15px;
}
.side-bar-content li {
    padding: 10px 20px 10px;
    border-bottom: 0.2px dashed #d1d1d1;
}
.side-bar-content ul li a:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}
section.my-account-wrapper {
    margin-left: 150px;
}
@media screen and (max-width: 767px) {
    section.my-account-wrapper {
        margin-left: 0px;
    }
  }