a.forum-upload-file-attach {
    display: flex;
    column-gap: 1rem;
    align-items: center;
    width: 245px;
    font-size: 13px;
    line-height: 20px;
}
a.forum-upload-file-attach span.input__file-icon-wrapper {
    display: contents;
}
a.forum-upload-file-attach span.input__file-icon-wrapper > img {
    width: 60px;
    border: 1px solid #efefef;
}

a.forum-upload-file-attach span.input__file-button-text {
    color: #ccc;
}

.file-name {
    color: #ff6e00;
    font-size: 13px;
    margin-bottom: 1rem;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    height: 25px;
    justify-content: space-between;
    max-width: 320px;
    padding-left: 1rem;
    position: relative;
}
.file-name span.filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.file-name > span.remove-file {
    display: inline-block;
    margin-left: 1rem;
    background: #ff6e00;
    color: #FFF;
    height: 25px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}
.ok-message > svg {fill: #7dff7d;width: 80px;}

.reviews-note-box.reviews-note-note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

font.notetext {
    display: inline-block;
    max-width: 640px;
}

.sale_order_full_table:first-of-type:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 70px;
    background: url(images/svg/order_ext.svg) -103px -5px no-repeat;
}


.message-image-grid {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    row-gap: 1rem;
}

.message-image-grid .forum-attach > img {
    max-width: 130px;
    height: auto;
}