.hide{
    display: none!important;
}
.system-comments {
    background: #fff;
    border-radius: 22px;
    padding: 0;
    font-size: 15px;
    font-family: system-ui, Arial;
}

.system-comments strong {
    font-weight: 600;
}

.system-comments a.active {
    color: #2078f4
}

.system-comments a {
    color: #050505
}

.system-comments a:hover {
    text-decoration: underline
}

.system-comments .comment-btn-login {
    border: 1px solid #f44336;
    padding: 5px 10px 7px;
    margin: 0 8px;
    color: #f44336;
    text-decoration: none;
    background: #ffffff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: all 0.2s;
}

.dark .system-comments .comment-btn-login{
    border: 1px solid #c5c5c5;
    background: #1e293b;
}

.system-comments .comment-btn-login:hover {
    background: #f44336;
    color: #fff;
    text-decoration: none
}

.system-comments .heading {
    color: #2d3748;
    font-family: system-ui, Arial;
    /*font-size: 24px;*/
    font-weight: 600;
    display: flex;
    align-items: center;
}

.system-comments .heading svg {
    margin-right: 5px;
}

.system-comments .form-add-comment {
    margin-bottom: 15px;
    display: flex;
    gap: 10px
}

.system-comments .form-add-comment.child {
    padding-left: 45px;
}

.system-comments .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 40px;
}

.system-comments .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.system-comments .online {}

.system-comments .text:focus {
    outline: none;
}

.system-comments .text {
    border-radius: 22px;
    background: #F0F2F5;
    resize: none;
    padding: 8px 15px;
    position: relative;
}

.system-comments .form-add-comment .text {
    flex: 1;
    height: 40px;
}

.system-comments .action {
    display: flex;
    align-items: center;
    position: relative;
}

.system-comments .btn-action svg {
    width: 19px;
    color: #696767;
}

.system-comments .btn-action {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s;
}

.system-comments .comment-dropdown-action {
    display: none;
    transition: all 0.3s;
    position: absolute;
    top: 80%;
    right: -48px;
    width: 125px;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 5px 1px 23px rgb(221 221 221 / 87%);
    z-index: 9;
}

.system-comments .comment-dropdown-action a {
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.system-comments .comment-dropdown-action a:hover,
.system-comments .comment-dropdown-action a:focus {
    background: #F2F2F2;
    text-decoration: none
}

.system-comments .comment-dropdown-action:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    position: absolute;
    top: -8px;
    right: calc(50% - 4px);
}

.system-comments .btn-action:hover,
.system-comments .btn-action:focus {
    background: #f0f2f5;
    outline: none;
}

.system-comments .comment-item.reported::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.system-comments .comment-item.reported {
    position: relative;
    opacity: 0.3;
}

.system-comments .comment-item .time {
    color: #65676b;
}

.system-comments .comment-item {
    margin-bottom: 5px;
}

.system-comments .comment-item .count-like:hover {
    text-decoration: none;
}

.system-comments .comment-item .count-like {
    position: absolute;
    bottom: -10px;
    right: 0;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 38%) 0px 1px 3px 0px;
    color: #484848;
    display: flex;
    font-size: 11px;
    line-height: 1;
    padding: 0px 4px 1px;
    gap: 1px;
}

.system-comments .comment-item .count-like svg {
    width: 14px;
    fill: #2078f4
}

.system-comments .comment-item .body {
    display: flex;
    gap: 10px;
}

.system-comments .comment-item .reaction {
    padding: 5px 5px 5px 60px;
    font-size: 14px;
}

.system-comments .comment-child .avatar,
.system-comments .form-add-comment.child .avatar {
    width: 35px;
    height: 35px;
    min-width: 35px;
}

.system-comments .comment-child {
    padding-left: 45px;
}

.system-comments .top-comments .filter:hover {
    text-decoration: none
}

.system-comments .top-comments .filter {
    font-size: 14px;
    display: flex;
}

.system-comments .top-comments {
    display: flex;
    justify-content: space-between;
    display: flex;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.system-comments .pagination-comments .count-item-perpage {
    color: #65676b;
}

.system-comments .pagination-comments {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.system-comments .user-alias {
    display: flex;
    color: #65676b;
    gap: 3px;
    align-items: center;
}

.system-comments .user-alias svg {
    width: 16px;
}

.system-comments .alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 13px;
    display: flex;
    gap: 3px;
    align-items: center
}

.system-comments .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.system-comments .alert-danger {
    color: #7a0c0c;
    background-color: #fbd1d1;
    border-color: #f9bebe;
}

.system-comments .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.system-comments .box-message {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    /* border: 1px solid #ddd; */
    padding: 15px;
}

.dark .system-comments .box-message{
    color: #fff;
}

.alert-send{
    transition: all 0.4s;
}

.dark .system-comments{
    background: #1e293b;
}
.dark .system-comments a{
    color: #fff;
}
.dark .system-comments .text{
    background: #1a2234;
    color: #fff;
}
.dark .system-comments .text .compact{
    color: #d7d7d7;
}
.dark .system-comments .comment-dropdown-action{
    background: #1a2234;
    box-shadow: 1px 1px 11px rgb(18 28 46);
}
.dark .system-comments .comment-dropdown-action:before{
    border-bottom: 8px solid #1a2234;
}
.dark .system-comments .btn-action svg{
    color: #fff;
}
.dark .system-comments .comment-item .time,
.dark .system-comments .pagination-comments .count-item-perpage{
    color: #c0c0c0;
}

@media (max-width: 560px) {
    .system-comments {
        padding: 0;
        border: 0;
        font-size: 14px;
    }

    .system-comments a,
    .top-comments .filter {
        font-size: 13px;
    }

    .system-comments .form-add-comment,
    .system-comments .comment-item .body {
        gap: 5px
    }

    .system-comments .form-add-comment {
        margin-bottom: 10px;
    }

    .system-comments .avatar {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .system-comments .comment-child .avatar,
    .system-comments .form-add-comment.child .avatar {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .system-comments .text {
        border-radius: 20px;
        padding: 8px 14px;
    }

    .system-comments .form-add-comment .text {
        height: 35px;
        padding: 6px 10px
    }

    .system-comments .btn-action {
        width: 30px;
        height: 30px;
    }

    .system-comments .comment-item .reaction {
        padding: 5px 5px 5px 50px;
    }

    .system-comments .comment-child {
        padding-left: 35px;
    }

    .system-comments .comment-item {
        margin-bottom: 0
    }

    .system-comments .comment-dropdown-action {
        right: 0;
        width: max-content;
    }

    .system-comments .comment-dropdown-action:before {
        right: 35px;
    }
}