
.comment-form.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block .bth__ta {
    padding: 10px 15px;
}

.comment-form .comment-form__reply > b {
    width: calc(100% - 55px);
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.comment-form .comment-form__reply img {
    vertical-align: middle;
    border-radius: 100% !important;
}

.comment-form .comment-form__reply .fas:hover {
    color: #e03a3a;
}

.tour-selection-wrap.tour-selection-wrap--grey.comment-form {
    background: #eeeeee !important;
}

.comment-form .comment-form__reply .fas {
    width: 30px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #999999;
}

.comment-form .comment-form__reply > * {
    display: inline-block;
    vertical-align: middle;
}

.comment-form .comment-form__reply::after {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -6px;
    left: 10px;
}

.comment-form .comment-form__reply {
    font-size: 10px;
    text-transform: uppercase;
    background: #ffffff;
    padding: 0 0 0 13px;
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}

.comment-form .comment-form__count {
    color: #999999;
    background: #ffffff;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 10px;
    text-align: right;
    margin-left: auto;
    line-height: 25px;
    width: 81px;
}

.comment-form.tour-selection-wrap .tour-selection-wrap-in .bth__ta-block {
    height: 90px;
    padding: 0;
}

.comment-form .thank-bbs {
    margin-bottom: 15px;
}

.comment-form .comment-form__user .bth__ava-square5 {
    margin-right: 15px;
    min-width: 25px;
    border: 2px solid #ffffff;
}

.comment-form .comment-form__user .bth__bold-link {
    width: calc(100% - 125px);
}

.comment-form .comment-form__user {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 25px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-form .lsfw-drop__files {
    margin-bottom: 15px;
}

.comment-form {
    margin-bottom: 30px;
}

.comments .comment .more-bb {
    width: 125px;
}

.comments-filter {
    margin-bottom: 30px;
}

.comments-filter > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.comments .comment a:not(:hover) {
    color: #475669;
}

.comments .comment .bth__ava-50 {
    position: absolute;
    left: 0;
    top: 0;
}

.comments .lsfw-drop__files.lsfw-drop__files--sm .lsfw-drop__file {
    margin-bottom: 0;
    margin-top: 10px;
}

.comments .lsfw-drop__files.lsfw-drop__files--sm {
    margin: 0;
}

.comments .comment .comment__action:hover {
    background: #ff8e41;
    color: #ffffff;
}

.comments .comment .comment__action.fa-trash-alt:hover,
.comments .comment .comment__action.fa-ban:hover {
    background: #e03a3a;
}

.comments .comment .comment__action:hover .hint {
    display: block;
}

.comments .comment .comment__action {
    border: none;
    width: 30px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    height: 25px;
    color: #475669;
    line-height: 25px;
    background: #eeeeee;
}

.comments .comment__replies {
    padding-left: 72px;
}

.comments .comment:hover .comment__actions {
    display: block;
}


.comments .comment {
    margin-bottom: 25px;
    position: relative;
    padding-left: 70px;
}

.comments .comment .comment__txt + .thank-bbs {
    margin-top: 15px;
}

.comments .comment .comment__txt + .thank-bbs .thank-bb:last-of-type {
    margin-right: 0 !important;
}

.comments .comment .comment__txt p:not(:last-child) {
    margin-bottom: 10px;
}

.comments .comment .comment__body.bg-light-red::before {
    border-bottom-color: #ffe6e4;
}

.comments .comment .comment__body.bg-light-green::before {
    border-bottom-color: #e5f6ec;
}

.comments .comment .comment__body.bg-light-orange::before {
    border-bottom-color: #f9f6e5;
}

.comments .comment .comment__body::before {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eeeeee;
    top: -8px;
}

.comments .comment .comment__user > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.comments .comment .comment__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
}

.comments .comment .comment__footer .more-bb {
    margin-right: 15px;
}

.comments .comment .comment__footer:empty {
    display: none;
}

.comments .comment .comment__footer .bth__btn--fill {
    margin-right: 15px;
}

.comments .comment .comment__footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding-top: 15px;
    flex-wrap: wrap;
    gap: 10px 0;
    white-space: nowrap;
    overflow: auto;
    border-top: 1px solid #ffffff;
}

.comments .comment .comment__date {
    font-size: 14px;
    white-space: nowrap;
}

.comments .comment .comment__body {
    background: #eeeeee;
    padding: 15px 20px;
    border-radius: 5px;
    position: relative;
}

@media screen and (min-width: 1025px) {
    .comments .comment .comment__txt {
        font-size: 15px;
        line-height: 22px;
    }

    .comments .comment .comment__actions {
        display: none;
        position: absolute;
        right: 0;
        padding: 5px 0;
        width: 100px;
        background: #ffffff;
        z-index: 2;
        text-align: right;
        top: -10px;
    }
}

@media screen and (max-width: 1025px) {
    .comments .comment .comment__body {
        padding: 10px 10px 10px 15px;
    }

    .comments .comment .comment__actions {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .comments .comment .comment__action {
        width: 25px;
        background: #ffffff;
        font-size: 10px;
    }
}

@media screen and (max-width: 1023px) {

    .comments .comment .bth__ava-50 {
        width: 40px;
        height: 40px;
    }

    .comments .comment .comment__date, .comments .comment .comment__date .fz13 {
        font-size: 10px !important;
    }

    .comments .comment {
        margin-bottom: 20px;
        padding-left: 56px;
    }
}

@media screen and (max-width: 767px) {
    .comments .comment .bth__ava-50 {
        width: 40px;
        height: 40px;
        left: 0;
        top: 0;
    }


    .comment-form .comment-form__user .bth__ava-square5 {
        margin-right: 10px;
    }

    .comments .comment {
        padding-left: 0;
    }

    .comments .comment .comment__user .bth__bold-link {
        display: block;
        line-height: 20px;
        margin: -2px 0 5px 0;
    }

    .comments .comment .comment__user {
        padding-left: 55px;
    }

    .comments .comment .comment__footer {
        padding-top: 10px;
        margin-top: 10px;
    }

    .comments .comment .comment__body::before {
        top: -6px;
        left: 7px;
    }

    .comments .comment__replies {
        padding-left: 20px;
    }

    .comments .comment .comment__date .fz13 {
        display: none;
    }

    .comments .comment .comment__date {
        white-space: normal;
        color: #999999;
        -ms-flex-item-align: end;
        align-self: flex-end;
        text-align: right;
    }

    .comments .comment .comment__footer .bth__btn.bth__btn--grey-hov-red {
        width: 100px !important;
        margin-left: 10px;
    }

    .comments .comment .comment__footer .bth__btn {
        width: 135px !important;
    }

    .comments .comment .comment__body {
        padding-right: 15px;
    }

    .comment-form .comment-form__count {
        width: auto;
        min-width: 65px
    }
}

@media screen and (max-width: 413px) {
    .comments .comment__replies {
        padding-left: 10px;
    }
}

@media screen and (max-width: 374px) {
    .comments .comment .thank-bbs .thank-bb .thank-bb__lbl {
        width: auto;
        padding: 10px 5px;
        min-width: 125px;
    }

    .comments .comment .comment__txt + .thank-bbs .thank-bb {
        margin-right: 10px;
    }
}

@media screen and (max-width: 359px) {

    .comments .comment .comment__txt + .thank-bbs .thank-bb {
        margin-right: 5px;
    }

    .comments .comment .comment__user {
        padding-left: 50px;
    }

    .comments .comment .comment__user .bth__bold-link {
        font-size: 13px;
    }
}

