.article-comments {
    background: #fff;
    padding: 12px;
}
.article-comments .comment-text-input textarea, .article-comments textarea.comment-edit-input {
    outline: none;
    width: 100% !important;
    background: #f0f2f5;
    padding: 6px 9px;
    border: 1px solid #a0c0aa;
    border-radius: 2px;
    font-size: 16px !important;
    word-wrap: break-word;
    background-color: white;
}
.article-comments .comment-text-input textarea:focus, .article-comments textarea.comment-edit-input:focus {
    border-color: #797979 !important;
}
.article-comments .comment-text-input textarea[disabled], .article-comments textarea.comment-edit-input[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.article-comments .go.btn[disabled] {
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
}
.article-comments .comment-text-info {
    padding: 6px 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: darkgreen;
}
.article-comments .comment-listing {
    margin-top: 16px;
    padding: 16px 0 0;
    border-top: 1px solid #a0c0aa;
}
.article-comments .go {
    border: 1px solid #D0D0D0;
    background-color: #DBDBDB;
}
.article-comments .comment-add img {
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    background: #87d6e4;
    color: #287390;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    object-fit: cover;
}
img.comment-profile-image {
    width: 40px;
    height: 40px !important;
    border-radius: 50%;
    background: #87d6e4;
    color: #287390;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    object-fit: cover;
}
.article-comments .comment-add a:first-child, .article-comments .comment-listing .comment-image a {
    float: left;
}
.article-comments .comment-text-button {
    width: 100% !important;
    text-align: right;
}
.article-comments .comment-text-button button, .article-comments .comment-text-button input,
.article-comments .comment-text-button .comment-login {
    font-size: 15px !important;
    justify-content: center;
    position: relative;
    align-items: center;
    border-radius: 2px;
    padding: 4px 8px;
}
.article-comments .comment-text-button .comment-login a {
    color: #FFFFFF !important;
    text-decoration: none;
}
.article-comments .comment-text-button button {
    background-color: #4267b2 !important;
    border-color: #4267b2 !important;
}
.article-comments .comment-text-button button:hover {
    text-decoration: none;
    background-color: #365899 !important;
    border-color: #365899 !important;
}
.article-comments .comment-text-button button span, .article-comments .comment-listing .comment-input-div .btn span {
    vertical-align: middle;
    top: 0;
}
.article-comments .btn:focus, .article-comments .btn:active:focus, .article-comments .btn.active:focus,
.article-comments .btn.focus, .article-comments .btn:active.focus, .article-comments .btn.active.focus {
    outline: 0 !important;
    outline-offset: unset !important;
}
.article-comments .comment-info a {
    font-weight: 700;
    color: #2e6da4;
    font-size: 16px;
}
.article-comments .comment-time {
    font-size: 14px;
    color: rgba(0,0,0,.5)!important;
    font-weight: 600;
    margin-top: 0px;
}
.article-comments .comment-text {
    margin: 12px 0 16px;
    overflow: hidden;
}
.article-comments .comment-details-action .comment-body {
    width: 100% !important;
}
.article-comments .comment-details-action .comment-body p {
    font-size: 16px;
    font-family: Arial,Helvetica,sans-serif;
}
.article-comments .comment-body-action-button {
    display: flex;
    margin: 10px 0 3px;
}
.article-comments .comment-body-action-button .article-edit-comment {
    margin-right: 3px;
}
.article-comments .comment-body-action-button a {
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 2px;
}
.vertical-align-text-top {
    vertical-align: text-top;
    margin-right: 3px;
}
.margin-right-sm {
    margin-right: 3px;
}
.width-100 {
    width: 100%;
}
.mt-4 {
    margin-top: 16px;
}
.article-comments .comment-edit-input {
    width: 100% !important;
}
.article-comments .comment-text .comment-input-div {
    margin: 5px 0 3px;
}
.article-comments .comment-text-button button.btn-info {
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}
.article-comments .comment-listing .comment-input-div .article-edit-save-comment,
.article-comments .comment-listing .comment-input-div .article-edit-cancel-comment {
    font-size: 15px;
    padding: 2px 6px;
    border-radius: 2px;
}
.article-comments .no-article-post-comment p {
    text-align: center;
    font-size: 16px;
    color: darkgreen;
    margin-bottom: 3px;
}
.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid blue;
    border-bottom: 6px solid blue;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
    margin: 16px auto 8px;
}
@-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.delete-comment-url {
    margin: 10px auto;
    box-shadow: 0 0 10px #d0d0d0;
    text-align: left;
    padding: 1px 20px 23px;
    background-color: #fff;
}
.delete-comment-url h6 {
    font-size: 16px;
    margin-top: 16px;
}
.delete-comment-url #edit-actions {
    text-align: left;
    margin-top: 20px;
}
.delete-comment-url #edit-submit {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.delete-comment-url #edit-cancel {
    background: #e94949;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border-color: #d43f3a;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.load-more-comments, .load-more-comments-filter, .load-more-comments-running {
    font-size: 15px !important;
}
#comment-fetchVal {
    font-size: 13px !important;
    height: 31px;
    color: #28a745;
    border-color: #28a745;
    font-weight: 600;
    border-radius: 2px;
}