@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');
.card-comment {
        position: relative;
        display: flex;
        padding: 20px;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid #d2d2dc;
        border-radius: 11px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
        -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
        box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
    }

    .media img {
        width: 60px;
        height: 60px
    }

    .reply {
        color: blue;
        cursor: pointer;
        text-decoration: none
    }

    .cursor:hover {
        color: blue
    }

    .cursor {
        cursor: pointer;
        font-size: 24px;
    }

    .load-more-wrapper {
        margin-top: 20px;
        text-align: center;
    }

    .load-more {
        color: #f7f7f7;
        cursor: pointer;
        text-decoration: none;
        margin:1rem auto;
        background-color: #333;
        padding: 0.2rem 0.4rem;
        width: 120px;
        border-radius: 4px;

    }
    /*Comment line*/
    .post__section {
        margin-top: 40px;
        margin-left: 32px;
        width: 60%;
    }

    .post__section-title {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 28px;
        font-size: 22px;
    }

    .comments-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /*horizontal line in comment section */
    .post__section-title:after {
        margin-top: 1px;
        content: "";
        display: block;
        height: 2px;
        flex-grow: 1;
        background: #ebebeb;
        margin-left: 16px;
    border-bottom: black;
    }

    *, ::after, ::before {
        box-sizing: border-box;
    }

    .comment__avatar img {
        max-width: 100%;
        border-radius: 222px;
    }


    img {
        vertical-align: middle;
        border-style: none;
    }

    .comment {
        display: flex;
    }

    .comments-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .comment__header {
        margin-top: -4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .comment__text {
        font-size: 16px;
        margin-top: 6px;
        display: block;
        margin-left: 6%;
    }
    .comment__text_sub{
        margin-left:-60%;
        margin-top: -6%;
    }

    .comment__date {
        margin-top: 65px;
        color: #999;
        font-size: 10px;
        margin-left: -5%;
    }

    .comment__date_sub{
        color: #999;
        font-size: 10px;
        margin-top:25px;
        margin-bottom: -30px;
        margin-left: -13%;
    }

    .comment__content {
        flex-grow: 1;
    }

    .comments-list--level--1 {
        border-top: 1px solid #ebebeb;
        margin-top: 24px;
        padding-top: 28px;
    }

    .comments-list--level--1 > .comments-list__item {
        margin-left: 26px;
    }

    .comments-list__item + .comments-list__item {
    border-top: 1px solid #ebebeb;
        margin-top: 24px;
        padding-top: 28px;
    }

    .comment__author > a {
        color: inherit;
        transition: color .2s;
        text-decoration: none;
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .comments-list--level--0{
        border-bottom: 1px solid #ebebeb;
    }

    .comment__reply .btn {
        height: 22px;
        padding: 0.125rem 0.375rem;
        display: block;
    }

    .btn-light, .btn-light.disabled, .btn-light:disabled {
        border-color: transparent;
        background: transparent;
        color: #3d464d;
        fill: #ccc;
    }

    .form-control:valid {
        background-image: none;
    }

    textarea.form-control {
        height: auto;
    }

    .form-control {
        border-radius: 2px;
        line-height: 1.25;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    textarea {
        overflow: auto;
        resize: vertical;
    }

    .post__section-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 28px;
        font-size: 28px;
    }

    .form-group {
        margin-bottom: 1.5rem;
    }

    .btn-primary, .btn-primary.disabled, .btn-primary:disabled {
        border-color: #333;
        background: #333;
        color: #fff;
        fill: #fff;
    }

    #comment-section{
    margin-top: -100px;
    }
