.comments-section {
    text-align: center;
    margin: 0 15px;
}
@media only screen and (min-width: 1024px) {
    .comments-section {
        max-width:630px;
        margin: 0;
    }
}

.comments-section .ex-h2 {
    font-weight: 600;
    padding-bottom: 0;
    font-size: 20px;
}

.comments-section .comment__link {
    font-weight: 800;
    color: #04DB3B
}

.comments-section textarea,.comments-section input[type=text] {
    width: 100%;
    font-family: Arimo;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 15px
}

.comments-section input[type=submit] {
    padding: 10px 12px;
    border: 1px solid #04DB3B;
    background-color: #fff;
    color: #04DB3B;
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 5px
}

.postcomments {
    padding: 20px;
    border-bottom: 1px solid #EDEBEB;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.box {
    font-family: Arimo;
    font-style: normal;
    display: inline-block;
    width: 100%;
    max-width: 25px;
    border: 1px solid #04DB3B;
    margin: 0 5px;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background-color: #04DB3B;
    color: #fff;
    border-radius: 4px
}

.box--bottom::after {
    content: "";
    position: absolute
}

.box--bottom::after {
    bottom: -20px;
    left: calc(50% - 6px);
    border-top: 10px solid #04DB3B;
    border-bottom: 15px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.commentlist {
    text-align: left;
    display: block;
    list-style: none
}

.commentlist .comment {
    padding: 25px 15px;
    border-bottom: 1px solid #EDEBEB
}

.commentlist .comment .children .comment {
    background: #FAFAFA;
    padding: 20px 35px;
    margin-left: 20px;
    list-style: none
}

.comment-author .comment-meta .author-name {
    font-weight: 600;
    font-size: 15px
}

.comment-author .comment-meta .comment-metadata {
    font-size: 13px
}

.comment-author .comment-content {
    margin: 10px 0
}

.comments-section .comments ol li,.comments-section .comments ul li {
    list-style: none;
    font-size: 14px
}

.reply-tab {
    background: #FAFAFA;
    padding: 15px 35px;
    margin-left: 20px;
    color: #04DB3B;
    font-weight: 600;
    cursor: pointer;
    margin-top: 20px;
    border-bottom: 1px solid #EDEBEB
}

.commentList .comment ul.children {
    padding-top: 0;
    display: none
}

.flip {
    margin-right: 10px
}

.flip.active svg {
    transform: rotate(180deg)
}

.comments-pagination {
    cursor: pointer
}

.comments-pagination>span {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #ccc
}

.comments-pagination>span:hover {
    border: 1px solid #04DB3B;
}

.comments-pagination>span:active {
    border: 1px solid #04DB3B;
}

.comments-pagination>span.active {
    border: 1px solid #04DB3B;
}

@media only screen and (min-width: 1024px) {
    .comments-pagination {
        display:block;
        clear: both;
        padding: 15px 0;
        text-align: center;
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .comments-pagination {
        clear:both;
        padding: 15px 5px;
        display: flex;
        justify-content: center;
    }
}

.submit-reply {
    text-align: right;
    display:none;
}

.comments-section .comments {
    position: relative
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center
}

.loading {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #04DB3B;
    animation: loading 1s linear infinite
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}
