.check-title {
    color: #673ab7;
    font-size: 1.3em;
    border-bottom: 1px solid #673ab7;
    width: 230px;
}

.chapter_row {
    cursor: pointer;
}

.selected {
    border-left: 3px solid #6777ef;
}

.chapter_d {
    cursor: pointer;
    border-left: 3px solid #6777ef;
    /* transition: all 0.3s ease-out; */
}

.chapter_comment_author {
    background-color: #3abaf4;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    padding-top: 0.55em;
    font-size: 1.3em;
}