.comment .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.comment .tab-content {
    padding: 5px;
    background: #f5f5f5;
    color: #666;
    margin-bottom: 0;
    border-radius: 0;
}

.comment .nav-tabs > li > a {
    background: #ddd;
    color: #666;
    border: none;
    padding: 5px 15px;
    border-radius: 0;
}

.comment textarea {
    border: none;
}

.comment .nav-tabs > li.active > a {
    background: #f36a22;
    color: #fff;
    border: none;
}

.comment .btn {
    background-color: var(--color-primary);
    padding: 8px 35px;
}

.comments-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.comments-container a {
    color: #03658c;
    text-decoration: none;
}

.comments-container ul {
    list-style-type: none;
}

.comments-container {
    margin: 10px auto;
    width: 100%;
}

.comments-list {
    margin-top: 10px;
    position: relative;
}

.reply-list:before,
.reply-list:after {
    display: none;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 12% !important;
    clear: both;
    margin-top: 15px;
}

.comments-list .comment-avatar {
    width: 10%;
    height: 10%;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar {
    width: 10%;
    height: 10%;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}

.comments-list .comment-box {
    position: relative;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0, 0, 0, 0.05);
    left: -12px;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
    color: #03658c;
}

.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 3px;
}

@media only screen and (max-width: 766px) {
    .comments-container {
        width: 100%;
    }

    .comments-list .comment-box,
    .reply-list .comment-box {
        width: 88%;
    }

    .reply-list li:before {
        top: 10%;
    }
}

.row-fluid {
    display: flex;
}

.swal2-content {
    padding: 0;
}

.swal2-title {
    font-size: 1.4em;
}

.axil-post-details .social-share-block .post-like {
    display: flex;
}

.axil-post-details .social-share-block .post-like .like-button {
    cursor: pointer;
}

.axil-post-details .social-share-block .post-like .like-button.liked i {
    background: var(--color-primary);
}

.axil-post-details .social-share-block .post-like > div {
    margin: auto;
}

.axil-post-details .social-share-block .post-like > div span {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-gray);
}
