.list-group.list-group-circle .list_group_item {
    border: none;
    position: relative;
    padding-left: 1rem;
}

.list-group .list_group_item {
    line-height: 1.5;
}

.list_group_item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list_group_item {
    position: relative;
    display: block;
    padding: 0.3rem 0.5rem;
    color: #6e6b7b;
    border: 1px solid rgba(34, 41, 47, 0.125);
}

.list-group.list-group-circle .list_group_item:hover {
    background-color: transparent;
    border: none;
    position: relative;
    padding-left: 1.5rem;
}

.list-group.list-group-circle .list_group_item:after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    color: #6e6b7b;
    background-size: 10px;
    position: absolute;
    height: 10px;
    width: 10px;
    top: 0.7rem;
    left: 0;
}