
.comment_box_fake_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    padding: 10px;
}

.comment_box_fake_text{
    margin-bottom: 10px;
}

.dispNone{
    display:none;
}

.comment_box{
    height: 371px;
    overflow-y: auto;
    background-color: rgb(160, 136, 146);
    margin-top: 25px;
}

.comment_box_fake_text {
    border: 1px solid rgba(207, 207, 183, 0.4);
    background-color: rgba(23, 35, 35, 0.4);
    padding: 5px;
    line-height: 14px;
    font-size: 13px!important;
}

.comment_area {
    height: 42px;
    max-height: 122px;
    line-height: 17px;
    font-size: 12px;
    position: relative;
    overflow: auto;
    border: none;
    border-radius: 0;
    margin: 10px 0 10px 0;
    min-height: 17px;
    padding: 12px 36px 4px 6px;
    resize: none;
    width: 100%;
}

.comment_add_container{
    margin-bottom: 12px;
    margin-left: 12px;
    text-align: right;
}

.comment_edit_container {
    margin-bottom: 12px;
    text-align: right;
    padding-right: 12px;
}

.commentArea {
    position: relative;
}

.ow_chat_message {
    position: relative;
}

.comment_box_cancel_btn {
    position: absolute;
    top: 15px;
    right: 4px;
    cursor: pointer;
    z-index: 3;
    width: 17px;
    height: 17px;
    background: rgb(134, 18, 17);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    color: #ffe2ab;
    font-size: 10px;
    line-height: 16px;
}

.fake_comment_modal_btn_confirm_container a {
    color: #ffe2ab;
    display: block;
    vertical-align: middle;
    font-size: 13px;
    padding-top: 5px;
}

.comment_box_confirm_delete{
    height: 30px;
}

.comment_box_delete_question{
    font-size: 13px;
    color: #0b0b0a;
}

.comment_fake_edit {
    margin-right: 16px;
}

#floatbox_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
