.aw-ctq__history-info .old-value {
    text-decoration: line-through;
}

.aw-ctq__history-info .aw-ctq__right-arrow {
    content: '';
    background-image: url(../../images/udropship/quote-history-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 11px;
    height: 13px;
    vertical-align: middle;
    margin: 0 25px;
}

.comments .comment .comment-text,
.aw-ctq__history-info .history-value .new-value span {
    word-break: break-all;
}

.udropship-vendor.awctq-vendor-quoteedit .col-main td {
    padding: 20px;
}

.udropship-vendor.awctq-vendor-quoteedit .col-main td > h3 {
    color: #535353;
}

.col-main .aw-ctq__owner-name span,
.col-main .aw-ctq__history-title span,            
.col-main .history-label strong {
    color: #000;
}

.aw-ctq__owner-name .aw-ctq__owner-name-value,
.aw-ctq__history-title .aw-ctq-owner-name,
.aw-ctq__history-title .aw-ctq-status {
    margin-right: 5px;
    padding-right: 8px;
    border-right: 1px solid #000;
    line-height: normal;
}

.col-main .comments .comment,
.col-main .history li {
    padding: 10px 0 0;
}

.col-main .comments .comment .comment-text,
.col-main .history li .history-value {
    padding: 10px 0;
}

.col-main .comments .comment .attachments {
    padding-bottom: 10px;
}

.aw-ctq__comment-form .fieldset {
    margin: 20px 0;
    padding: 20px;
}

.aw-ctq__comment-form .fieldset label {
    display: none;
}

.aw-ctq__comment-form .fieldset textarea {
    padding: 10px;
    width: -webkit-fill-available;
    margin-bottom: 10px;
}

.aw-ctq__comment-form .aw-ctq__file-uploader-area {
    margin-bottom: 10px;
}

.aw-ctq__comment-form .aw-ctq__file-uploader-area input[type="file"]::-webkit-file-upload-button {
    background: #a5a5a5;
    border: none;
    height: 26px;
    border-radius: 50px;
    padding: 0 20px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.aw-ctq__file-uploader-spinner {
    margin: 10px 0;
    display: block;
}

.aw-ctq__file-uploader-preview {
    display: flex;
    gap: 10px;
}

.aw-ctq__file-uploader-preview .action-remove {
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
}

.udropship-vendor button.disabled {
    border: none;
    background-image: none;
    cursor: not-allowed;
    pointer-events: none;
}

.udropship-vendor button.disabled span {
    border-color: transparent !important;
    background: none !important;
}

.input-text.item-qty {
    text-align: center;
}

#filter_quote_status,
.udropship-vendor.awctq-vendor-quote #limiter {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.awctq-vendor-quote .items.pages-items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.awctq-vendor-quote .items.pages-items .item strong,
.awctq-vendor-quote .items.pages-items .item a {
    display: block;
    height: 32px;
    width: 32px;
    padding: 0 !important;
}

.awctq-vendor-quote .items.pages-items .item .action:before {
    margin-top: 7px;
    display: block;
}

.udropship-vendor.awctq-vendor-quoteedit input:disabled,
.udropship-vendor.awctq-vendor-quoteedit .input-text.item-qty  {
    background-color: #ddd;
    cursor: not-allowed;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .awctq-vendor-quoteedit .page-wrapper .page-main .columns .column.main .main .col-main .stock-content .data-table tbody {
        width: auto;
        display: block;
        padding: 15px;
    }

    .awctq-vendor-quoteedit .page-wrapper .page-main .columns .column.main .main .col-main .stock-content .data-table tbody tr {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}