.comments-section {
    margin-top: 2rem;
}

.comment {
    border-top: 1px solid #D9D9D9;
    padding: 10px;
}

.comment .comment {
    border-left-color: #28a745;
}

.comment-content {
    white-space: pre-line;
    margin-bottom: 10px;
}

.reply-form {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
}

.comments-section .card form {
    /*text-align: right;*/
    margin: 10px 0;
}
.comments-section .comment-author {
    display: inline-block;
}
.comments-section .comment-actions {
    display: inline-block;
    width: 100px;
    float: right;
}
.comments-section .comment-actions form {
    display: inline;
}
.comments-section label {
    display: block;
}

.comments-section .form-control {
    width: 500px;
    padding: 7px;
    margin-bottom: 6px;
}
.comments-section .invalid-feedback {
    font-size: small;
    color: red;
    margin-top: -10px;
    margin-bottom: 5px;
}
.comments-section .btn-send {
    margin-left: 394px;
}
.comments-section .badge {
    font-size: small;
}
.comments-section .offset-1 {
    margin-left: 30px;
}
.comments-section .offset-2 {
    margin-left: 60px;
}
.comments-section .offset-3 {
    margin-left: 90px;
}
.comments-section .offset-4 {
    margin-left: 120px;
}
