#asp_rpw_request_refund_popup_modal{
    max-width:40%;
    height:50%;
    overflow:scroll;
    padding:30px;
}

.asp-rpw-refund-custom-product-qty{
    width:75%;
}

.asp-rpw-refund-selection-type-wrapper,
.asp-rpw-refund-reason-wrapper{
    margin-bottom: 20px;
}

.asp-rpw-terms-and-conditions-wrapper{
    margin-top: 20px;
}

.asp-rpw-refund-selection-type-wrapper label,
.asp-rpw-order-total-label,
.asp-rpw-refund-method-label,
.asp-rpw-refund-reason-label,
.asp-rpw-refund-file-upload-label,
.asp-rpw-image-upload-wrapper label,
.asp-rpw-terms-and-conditions-wrapper label{
    float:left;
    width:50%;
}

.asp-rpw-refund-image-upload{
    width:50%;
}

.asp-rpw-refund-selection-type,
.asp-rpw-refund-method-selection{
    width:50%;
}

.asp-rpw-product-name a{
    color:#0000ff;
}

.asp-rpw-refund-request-form-table-content-wrapper{
    display:none;
}

.asp-rpw-refund-method-wrapper,
.asp-rpw-refund-reason-wrapper,
.asp-rpw-refund-request-submit-wrapper,
.asp-rpw-refund-file-upload-wrapper{
    margin-top:20px;
}

.asp-rpw-refund-reason,
.asp-rpw-file-upload-action,
.asp-rpw-refund-method-selection,
.asp-rpw-refund-selection-type{
    max-width:50%;
}

.asp-rpw-refund-request-submit-action{
    float:right;
}

.modal a.close-modal{
    top:5px;
    right:0;
}

#asp_rpw_request_refund_popup_modal{
    left:auto;
    top:auto;
}

#asp_rpw_customer_note{
    width:100%;
    display:inline-block;
    margin-top:10px;
}

.asp-rpw-refund-request-form-table-content tfoot tr td{
    color:#0000ff;
}

@media only screen and (max-width: 768px){
    #asp_rpw_request_refund_popup_modal{
        max-width:100%;
        height:auto;
    }
}

.asp-rpw-conversations{
    list-style:none;
    margin:auto;
    overflow:auto;
    max-height:250px;
}

.asp-rpw-customer-note,
.asp-rpw-admin-note{
    font-weight: 600;
    display: block;
    width: 75%;
    border-radius: 10px;
}

.asp-rpw-customer-note{
    background: #ADD8E6;
    clear: both;
}

.asp-rpw-admin-note{
    background: #E6E6FA;
    float: right;
    clear: both;
    margin:10px 0 10px 0;
}

.asp-rpw-note-content{
    margin-top: 10px;
    margin-left: 5px;
    padding:10px;
}

.asp-rpw-note-meta{
    margin:0 0 0 10px;
    padding:5px;
}

.asp-rpw-note-label{
    margin-top:20px;
}

.asp-rpw-note-content p{
    margin:0;
}

.blocker{
    z-index:99999;
}

.asp-rpw-image-upload .image-uploader{
    min-height: 8rem;
}

.asp-rpw-image-upload{
    margin-top:10px;
}
