﻿.comments-container {
    font-size: 14px;
    width: 100%;
}

.padding-15 {
    padding: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.media-list {
    width: 100%;
}

.line-height-30 {
    line-height: 30px;
}

#comments .media-list li {
    padding: 0;
}

.media-body-comments {
    display: block;
    width: 100%;
}

.comments-container ul {
    list-style: none;
    margin-right: 0;
}

.comments-container > ul > li {
    padding: 0;
}

.comments-container .child {
    margin-right: 5%;
    width: 95%;
}

    .comments-container .child > li {
        padding: 0;
    }

.comment-footer {
    line-height: 30px;
}

.comment-container {
}

    .comment-container .comment-actions li {
    }

        .comment-container .comment-actions li.comment-upvote {
            border-left: 1px solid #cccccc;
            padding-left: 5px !important;
        }

        .comment-container .comment-actions li.comment-downvote {
            padding-right: 5px !important;
        }

    .comment-container .comment-footer .comment-actions li:first-child {
        padding-right: 0;
    }

    .comment-info .comment-author,
    .comment-container .author {
        clear: none;
        font-size: 13px;
        margin-bottom: 7px;
        font-style: normal;
        color: #222222;
        font-weight: bold;
    }

        .comment-container .author span {
            font-size: 16px;
        }

.theme-background {
    background: #eaeaea;
}

.comment-background {
    background: #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.comments-container .child .comment-background {
    background: #f0f0f0;
}

.comments-container .comment-post {
    padding-top: 10px;
    display: none;
}

.comments-container [class^="icon-"], .comments-container [class*=" icon-"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.comments-container a:hover [class^="icon-"], .comments-container a:hover [class*=" icon-"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.comment-body {
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .comment-body p {
        font-size: 0.8125rem;
        line-height: 1.125rem;
        color: #7a8192;
    }

    .comment-body .child {
        margin-top: 1rem;
    }

.comments-container h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.btn.reply, .reply {
    display: none;
}

.comment-container:hover .reply, .comment-container:hover {
    display: block;
}

.comment-actions {
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    display: flex;
}

    .comment-actions li {
        margin-left: .5rem;
    }

    .comment-actions .reply-container {
        padding: 0 5px !important;
    }

.comments-container label {
    margin-bottom: 5px;
    font-size: 15px;
}

.comments-container textarea, .comments-container input, .comments-container select {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

:dir(rtl)

.add-comment .notloggedin-actions {
    line-height: 24px;
}

.comments-heading {
    border-bottom: 1px solid #cccccc;
}

.comment-header .row-fluid [class*="span"] {
    min-height: 24px;
}

.comments-heading ul {
    margin-bottom: 7px;
}

    .comments-heading ul li.first {
        border-left: 1px solid #cccccc;
        padding-right: 0;
    }

.comments-container form {
    margin: 0;
}

.vis {
    visibility: visible;
}

.no-vis {
    visibility: hidden;
}

.post.collapsed-post .comment-container > .comment-body, .post.collapsed-post .comment-container > .comment-post, .post.collapsed-post .comment-container > .comment-footer, .post.collapsed-post .child {
    display: none;
}
/* Small devices (mobiles, 767px and down) */
@media (max-width: 767px) {
    .comments-notification .text-right {
        text-align: right;
    }
}

/*

.comment-downvote > form,
.comment-upvote > form {
    font-size: 15px;
    margin-right: 10px !important;
    margin-top: 10px !important;
    display: flex;
}

#comments .media-list li {
    margin-bottom: 1.5rem;
}*/

.comment-area .comment-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-gray-200);
    font-size: 22px;
    font-weight: bold;
    padding-top: 5px;
    color: var(--bs-gray-500);
    border: 1px solid #dbdbff;
}

.comment-area .comment-info {
    margin-right: 15px;
    flex: 1;
    display: block;
    background: var(--bs-gray-100);
    border: 1px solid #dbdbff;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
    border-radius: 10px;
}

.comment-area .comment-info-body {
}

.comment-area .comment-info .comment-inline {
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    display: inline;
}

.comment-area .comment-info .comment-content {
    line-height: 1.6;
    color: #555555;
}

.comments-list li {
    list-style: none;
}

.comment-area {
    margin-top: 58px;
}

    .comment-area .comments-title {
        color: #222222;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 35px;
    }

    .comment-area span.comment-date,
    .comment-area a.comment-reply {
        display: inline-block;
        font-size: 12px;
        color: #9b9b9b;
        margin-right: 0.3rem;
    }

    .comment-area a.comment-reply {
        float: left;
    }
