.account-sidebar .list-group{
  margin-bottom: 15px;
  padding-right: 20px;
}

.account-sidebar .list-group-item i{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.2em;
    color: #404040;
    padding: 10px;
    border-radius: 4px;
    background: #f7f7f7;
    width: 35px;
    height: 35px;
    transform: rotate(1deg);
    margin-right: 15px;
    border: 1px dotted #e5e5e5;
}
.account-sidebar .list-group-item:hover{
  background: #fff;
  text-shadow: none;
}

.account-sidebar .box-content{
  position: 0;
  padding: 0;
}
.account-sidebar ul {
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.account-sidebar ul:last-child {
    margin-bottom: 10px;
}
.account-sidebar ul.list-unstyled:last-of-type li:last-child a.list-group-item {
    border-bottom: none !important;
}

