/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Rmasystem
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

#wk_rma_new_request{
    /* background: #3399cc; */
    border-bottom: 2px solid #4b4b4b;
    text-align: center;
    width: 30%;
    float: right;
}
@media only screen and (max-width: 487px) {
    #wk_rma_new_request{
        width: 100%;
        float: none;
    }
}
#wk_rma_new_request a{
    color: #FFFFFF;
    display: block;
    font-size: 15pt;
    font-weight: bold;
    padding: 5px;
}
#wk_rma_new_request a:hover{
    text-decoration: none;
}
#wk_rma_new_request a:active{
    text-decoration: none;
}
#wk_i_agree{
    margin-bottom: 8px;
}
#rma-policy {
    cursor: pointer;
}
.wk_rma_table_title{
    display: inline-block;
    width: 90%;
}
.wk_rma_asc{
    background: url("../images/grid_sort_asc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 11px;
    width: 5px;
}
.wk_rma_desc{
    background: url("../images/grid_sort_desc.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 11px;
    width: 5px;
}
#rma-table .wk_rma_sorter th:hover{
    background: none repeat scroll 0 0 #ebebeb;
    border-color: #c6b7b7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 10px 4px #d6cfcf inset;
}
#rma-table .wk_rma_sorter th{
    cursor: pointer;
}
#rma-table th.wk_rma_selected{
    background: none repeat scroll 0 0 #ebebeb;
    border-color: #c6b7b7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 10px 4px #d6cfcf inset;
}
#wk_rma_orders{
    clear: both;
    display: flex;
}
#wk_rma_orders div.wk_rma_sortable:hover{
    background: none repeat scroll 0 0 #ebebeb;
    border-color: #c6b7b7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 10px 4px #d6cfcf inset;
}
#wk_rma_orders div.wk_rma_sortable{
    cursor: pointer;
}
#wk_rma_orders div.wk_rma_selected{
    background: none repeat scroll 0 0 #ebebeb;
    border-color: #c6b7b7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 10px 4px #d6cfcf inset;
}

#wk_rma_orders > div{
    border: 1px solid #f4f4f4;
    padding: 3px;
    margin: 0 5px;
}
#wk_rma_orders .wk_rma_filter div{
    background: #dbdde3;
}
#rma-table th{
    border: 1px solid #f4f4f4;
    padding: 3px;
}
#rma-table .wk_rma_filter th{
    background: #dbdde3;
}
#related_images{
    display: none;
}
#wk_rma_upload_icon{
    background: url("../images/icon-attachment.svg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    vertical-align: sub;
    width: 26px;
}
#wk_rma_upload_text{
    float: right;
    position: relative;
    color: #1979c3;
    font-size: 16px;
    font-weight: 600;
}
#wk_rma_label_image{
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
    display: flex;
}
.rma-image-button{
    float: none!important;
    background-color: unset;
}
#wk_rma_label_image:hover{
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}
#wk_rma_agreement_cntnt{
    border: 1px solid #e8e8e8;
    height: 200px;
    margin-bottom: 5px;
    overflow-y: auto;
    padding: 3px 15px;
    white-space: pre-wrap;
}
.wk_rma_checkall{
    line-height: 12px;
    margin-right: 10px;
    vertical-align: middle;
}
#wk_rma_additional_info{
    resize:none;
    width: 100%;
    height: 130px;
}
#save_rma_form{
    clear: both;
}
.wk_rma_bg{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.29);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.wk_rma_loader{
    background: url("../images/spinner.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 57px;
    left: 50%;
    position: relative;
    top: 50%;
    width: 57px;
}
table#wk_rma_order_details tbody > tr:nth-child(odd){
    background: #FFFFFF;
}
#wk_rma_order_details .return_item{
    height: 30px;
    width: 85%;
}
#wk_rma_order_details .item_reason{
    height: 30px;
    margin: 0;
    width: 85%;
}
.wk_rma_image_container .wk_rma_image{
    height: 100%;
    width: 100%;
}
.wk_rma_image_container .wk_rma_image_cover{
    border: 2px solid #e2e2e2;
    display: inline-block;
    height: 75px;
    margin: 3px;
    width: 75px;
}
.wk_rma_status_processing{
    color: #DCA000;
}
.wk_rma_status_pending{
    color: #EB5E00;
}
.wk_rma_status_cancel,.wk_rma_status_decline{
    color: #FF0000;
}
.wk_rma_status_solve{
    color: #028900;
}
.box-content1 {
    float: left;
    width: 100%;
}
.wk_barcode_images {
    float: right;
}
.box-head {
    clear: both;
}
.wk_rma_add_images{
    border: 2px solid #e2e2e2;
    box-shadow: 0 0 4px 2px;
    display: inline-block;
    height: 75px;
    margin: 2px;
    width: 75px;
    cursor: pointer;
}
#wk_rma_image_loader{
    display: none;
    position: relative;
    top: 4px;
    width: 18px;
}
/*.wk_rma_label{
    float: left;
}*/
.wk_rma_print_actions{
    text-align: right;
}
#wk_rma_depends_del_status{
    display: none;
}
#wk_rma_images{
    display: none;
}
.wk_rma_images_holder{
    margin: 15px 0;
}
.wk_rma_bigbox{
    margin-bottom: 20px !important;
    padding: 0 !important;
}
#wk_rma_conversation_container{
    margin-top: 15px;
}
.wk_rma_clear{
    clear: both;
}
.wk_rma_onereply{
    /*box-shadow: 2px 2px 5px;*/
    clear: both;
    margin: 10px 0;
}

.wk_rma_onereply_cntnt{
    background: #DFE8E6;
    font-family: tahoma;
    line-height: 25px;
    padding: 10px;
}

/*.wk_rma_label{
    float: left;
}*/
#wk_rma_depends_del_status{
    display: none;
}
#wk_rma_images{
    display: none;
}
.wk_rma_images_holder{
    margin: 15px 0;
}
.wk_rma_bigbox{
    margin-bottom: 20px !important;
    padding: 0 !important;
}
#wk_rma_conversation_container{
    margin-top: 15px;
}
.wk_rma_clear{
    clear: both;
}

.wk_rma_onereply_head{
    display: block;
    padding: 10px;
}
.wk_rma_onereply_head_left{
    font-size: 8pt;
    font-weight: bold;
}
.wk_rma_onereply_cntnt{
    background: #DFE8E6;
    font-family: tahoma;
    line-height: 25px;
    padding: 10px;
}

th.col{
    font-weight: bold;
}
.wk_rma_status_processing{
    color: #DCA000;
}
.wk_rma_status_pending{
    color: #EB5E00;
}
.wk_rma_status_cancel,.wk_rma_status_decline{
    color: #FF0000;
}
.wk_rma_status_solve{
    color: #028900;
}
.wk_rma_add_images{
    border: 2px solid #e2e2e2;
    box-shadow: 0 0 4px 2px;
    display: inline-block;
    height: 75px;
    margin: 2px;
    width: 75px;
}
table{
    border-spacing: 0;
    width: 100%;
}
.data-table thead th, .data-table tbody td {
    border-bottom: 1px solid silver;
}
.data-table th {
    background: none repeat scroll 0 0 #f4f4f4;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    white-space: nowrap;
}
.data-table td, .data-table th {
    padding: 10px;
    vertical-align: top;
}
th, code, cite, caption {
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.shipping_label_img:hover{
    opacity: .5;
}
.shipping_label{
    box-shadow: 0 0 7px 1px #6f5656;
    left: 43px;
    position: absolute;
    top: 45px;
}
.shipping_label_each{
    border: 2px solid #9c9696;
    display: inline-block;
    height: 100px;
    padding: 2px;
    position: relative;
    width: 100px;
}
.shipping_label_img{
    cursor: pointer;
    height: 100%;
    vertical-align: top;
    width: 100%;
}
.wk_rma_logout_btn{
    float: right;
    font-size: 15px;
    margin-right: 10px;
    text-transform: none;
}
.form-list{
    list-style-type: none;
}
.admin__page-section {
    margin-bottom: 5rem;
}
.admin__page-section-content:before, .admin__page-section-content:after{
    content: '';
    display: table;
}
.admin__table-secondary {
    width: 100%;
}
.admin__table-secondary tbody tr:nth-child(odd) th, .admin__table-secondary tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}
.admin__table-secondary tbody th {
    vertical-align: top;
}
.admin__table-secondary th {
    color: #676056;
    font-weight: 400;
}
.admin__table-secondary th, .admin__table-secondary td {
    padding: 1rem 1rem;
    text-align: left;
}
.admin__table-secondary tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}
.admin__table-secondary td, .order-information-table td, .order-account-information-table td {
    text-align: right;
}
.order-account-information-table th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
}
.order-account-information-table td {
    text-align: right;
}
#shipping_table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #514943;
    border-color: #8a837f #8a837f #8a837f transparent;
    border-image: none;
    border-style: solid;
    border-width: 0.1rem;
    color: #fff;
    font-weight: 400;
    padding-left: 1em;
    text-align: left;
    vertical-align:middle;
}
#shipping_table td {
    background-color: #fff;
    color: #303030;
    padding: 1rem;
    background: none;
}
#shipping_table tr:last-child:td{
    border-bottom: 0.1rem solid #d6d6d6;
}
.wk-pro-divide1 {
    width: 40%;
    float: left;
    overflow: hidden;
    margin-right: 5px;
}
.wk-pro-divide2 {
    width: 60%;
    float: left;
    overflow: hidden;
}
.wk-pro-divide1 img {
    display: block;
}
@media only screen and (max-width: 639px) {
    .wk-pro-divide1 {
        width: auto;
        float: none;
        overflow: none;
    }
    .wk-pro-divide2 {
        width: auto;
        float: none;
        overflow: none;
        margin-top: auto;
    }
    /*.wk-pro-divide1 img {
        display: none;
    }*/
}
@media (min-width: 768px), print {
  .wk-box{
    width: 48%
  }
  .wk-box:nth-child(1){
    clear: left;
    float: left;
  }
  .wk-box:nth-child(2){
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .wk-box{
    margin-bottom: 20px;
  }
}


.admin__page-section-title .title {
    float: left;
    margin: 0;
}
.admin__page-section-title .title {
    margin: 0 0 2rem;
    color: #41362f;
    font-weight: 400;
    line-height: 1.2;
    font-size: 2rem;
}
.action-secondary {
    /* background-color: #eeeeee00; */
    /* border-color: #eeeeee00; */
    /* color: #fff; */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    float: right;
    margin: 10px 0;
}
.img-actions{
    position: relative;
}
.img-actions .wk-logoimagedelete {
    font-weight: 900;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
}
.admin__table-wrapper{
    clear: both;
}
.return-filled{
    color: green;
}
.wk-showcase-block {
    width: 150px;
    min-height: 150px;
    margin: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    vertical-align: top;
    float: left;
}
.wk-delete-item {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 20px;
    z-index: 10;
}
.wk-default-block {
    width: 148px;
    height: 148px;
    display: inline-block;
    float: left;
    line-height: 148px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
.wk-no-display {
  opacity: 0;
  position: absolute;
  left: 0;
  width: 148px;
  height: 140px;
  top: 15px;
}
.wk-showcase-block img{
  top: 0;
  position: absolute;
  left: 0;
  width: 148px;
  height: 148px;
}
.clear-section{
  clear: both;
}
.disable-element{
  opacity: 0.5;
}
.rma-order-items{
  background: rgba(123, 123, 123, 0.14);
}
.conversation-block{
  width: 40%;
  float: left;
}
.new-message-block{
  width: 40%;
  float: right;
}
@media only screen and (max-width:767px) {
  .conversation-block{
    width: 100%;
    float: none;
  }
  .new-message-block{
      width: 100%;
      float: none;
  }
}
.rma-order-items .name{
  width:25%;
}
.rma-order-items .sku{
  width: 15%;
}

.wk-option-input.radio {
    border-radius: 50%;
}
.wk-option-input:checked {
    background: #40e0d0;
}
.wk-option-input:checked {
    background: #000000;
}
.wk-option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /* top: 13.33333px; */
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px!important;
    transition: all 0.15s ease-out 0s;
    background: #ffffff;
    border: 0.5px solid #87a2b7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 99;
}
.wk-option-input:checked::before {
    height: 15px;
    width: 17px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 15.66667px;
    text-align: center;
    line-height: 15px;
}
.wk-option-input.radio::after {
    border-radius: 50%;
}
.wk-option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #000000;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.pagination {
    display: inline-block;
    margin-top: 10px;
}

.wk-pagination a {
    color: black;
    float: left;
    padding: 1px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.wk-pagination a.selected {
    background-color: #565656;
    color: white;
    border: 1px solid #565656;
}

.wk-pagination a:hover:not(.selected) {background-color: #ddd;}
.clear{
    clear: both;
}
.wk-icon-attachment {
    background-image: url(../images/icon-attachment.svg);
    width: 20px;
    height: 20px;
    margin-right: 3px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.wk_rma_onereply_cntnt.admin{
    background: #cccccc;
    position: relative;
    border-bottom: 0.2rem solid;
    border-bottom-color: #ca7777;
    /*width: 230px;*/
}

.wk_rma_onereply_cntnt.customer{
    background: #ece9e9;
    position: relative;
    border-bottom: 0.2rem solid;
    border-bottom-color: #78b986;
    /*width: 230px;*/
    margin-right: 10%;
}
.thumbnail-preview {
    padding-bottom: 3rem;
    text-align: center;
}

.wk-rma-multiple{
    height: 70px;
}
.field.wk-noitem {
    color: red;
    padding: 10px;
}
#wk_rma_orders > div {
    border: 1px solid #f4f4f4;
    padding: 1px;
}
.wk-option-input {
    -webkit-appearance: radio;
}
.wk-option-input {
    -webkit-appearance: none;
    display: inline-block;
    background-color: #ddd;
    font-family: Arial;
}
span.isrequired{
    color:rgb(227, 63, 59);
}
.wk-rma-order-card{
    border: 1px solid rgb(205, 205, 205);
    padding: 16px;
    margin: 20px 0 20px 0;
}
.wk-rma-order-details{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(205, 205, 205);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.wk-rma-order-card-item{
    margin: 5px;
}
.wk-rma-order-card-item > span:first-child {
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}
.wk-rma-order-items-arrow, .wk-rma-status-updates-arrow{
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.wk-rma-prod-detail-container{
    display: flex;
    margin: 30px 0 30px 0;
}
.wk-rma-prod-detail-wrapper{
    flex-grow: 2;
    display: flex;
}
.wk-rma-orders{
    clear: both;
}
.wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:first-child {
    width: 40%;
    align-self: center;
    margin: 0 10px;
}
#save_rma_request_form .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:first-child {
    width: 30%;
    align-self: center;
    margin-right: 10px;
}
.wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:nth-child(2) {
    width: 130%;
}
.wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:nth-child(3),
.wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:nth-child(4) {
    width: 60%;
}
.wk-rma-prod-detail{
    margin-right: 1rem;
    width: 100%;
}
.wk-rma-prod-detail > div {
    margin-bottom: 5px;
}
.wk-rma-prod-detail-label{
    font-weight: bold;
    margin-right: 5px;
}
.wk-rma-prod-img{
    margin-right: 8px;
}
.wk-rma-prod-img > img {
    max-width: 65px;
    max-height: 65px;
}
.wk-rma-orders .wk-rma-prod-container{
    border-top: 1px solid rgb(205, 205, 205);
    border-bottom: 1px solid rgb(205, 205, 205);
    margin: 20px 0  20px 0;
}
.wk-rma-create-btn{
    text-align: right!important;
}
.wk-rma-prod-detail-wrapper  input[type='number'],
.wk-rma-prod-detail-wrapper  select
{
    margin-top: 10px;    
}
.wk-rma-popup-request-details{
    border: 1px solid rgb(205, 205, 205);
    padding: 16px;
}
.wk-rma-label{
    margin: 16px 0 16px 0;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.wk-rma-details-wrapper{
    padding-bottom: 25px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(205, 205, 205);
}
.wk-rma-details{
    display:  flex;
    flex-wrap: wrap;
    gap: 16px;
}
.wk-rma-details > div {
    width: 200px;
}
.rmasystem-viewrma-index #wk-rma-order_details > div {
    width: 174px;
}
.wk-rma-details > div > span:first-child {
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

.rmasystem-viewrma-index section.wk-view-rma-items .wk-rma-prod-detail-wrapper,
.rmasystem-guest-rmaview section.wk-view-rma-items .wk-rma-prod-detail-wrapper{
    justify-content: space-between;
}
.rmasystem-viewrma-index section.wk-view-rma-items .wk-rma-prod-detail,
.rmasystem-guest-rmaview section.wk-view-rma-items .wk-rma-prod-detail {
    width: unset;
    margin-right: unset;
    max-width: 200px;
}
.rmasystem-viewrma-index section.wk-view-rma-items .wk-rma-prod-img > img,
.rmasystem-guest-rmaview section.wk-view-rma-items .wk-rma-prod-img > img {
    height: unset;
}
.rmasystem-viewrma-index section.wk-view-rma-items .wk-rma-prod-container,
.rmasystem-guest-rmaview section.wk-view-rma-items .wk-rma-prod-container
{
    padding: 10px 16px 10px 16px;
    border: 1px solid rgb(205, 205, 205);
    margin-bottom: 16px;
}
.chat-section {
    border: 1px solid rgb(205, 205, 205);
    padding: 10px;
}
.wk-rma-status-updates-wrapper > div:first-child{
    margin-bottom: 10px;
}
.wk-rma-status-update {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(205, 205, 205);
}
.wk-rma-status-update > span{
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.wk-rma-status-update > span.wk-rma-status-no-updates{
    display: block;
    margin: auto;
    width: fit-content;
}
.wk-view-rma-items {
    border-bottom: 1px solid rgb(205, 205, 205);
    padding-bottom: 16px;
}
.wk-rma-chat-card{
    display: flex;
    align-items: start;
    margin: 20px 10px;
}
.wk-rma-user-profile, .wk-rma-admin-profile{
    display: inline-block;
    width: 50px;
    height: 50px;
    color: white;
    background-color: #373330;
    opacity: 0.8;
    line-height: 50px;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}
.wk-rma-admin-profile{
    background-color: #1979c3;
    padding: 10px;
    line-height: unset;
}
.wk-rma-admin-profile > img {
    filter: invert(1);
}
.wk-rma-chat-msg-wrapper{
    flex-grow: 2;
    margin-left: 20px;
    border-bottom: 1px solid lightgrey;
}
.wk-rma-chat-msg-sender-name{
    font-weight: bold;
}
.wk-rma-chat-msg-date{
    float: right;
    color: grey;
}
.wk-rma-chat-msg-content{
    margin: 10px 0;
}
.wk-rma-chat-msg-email{
    float: right;
}
#wk_rma_email{
    margin: 0 10px;
}
.wk-rma-msg-send{
    border-bottom: unset;
}
.wk-rma-chat-msg-input-wrapper{
    margin: 10px 0 10px 0;
}
.wk-rma-chat-msg-attachment-wrapper{
    position: relative;
    margin: 15px 0 15px 0;
    cursor: pointer;
    display: block;
}
.wk-rma-chat-msg-attachment-wrapper > img{
   height: 15px;
}
#wk-rma-chat-attachment{
    position: absolute;
    opacity: 0.0; 
    z-index: -1;
}
#wk-rma-attachment-icon{
    height: 20px;
    width: 20px;
}
#wk-rma-attachment-prev{
    width: max-content;
}
.wk-rma-chat-send-btn{
    background-color: #1979c3;
    color: white;
    float: right;
    border-radius: 5px;
    border: 1px solid #1979c3;
}
.wk-rma-chat-send-btn:hover{
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
.wk-rma-chat-send-btn:focus{
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #ffffff;
}
.wk-rma-add-images-container{
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.wk-rma-img-conatiner{
    display: flex;
    align-items: center;
    margin: 0.5rem 1.5rem 0.5rem 0;
    background-color: #f7f7f7;
    padding: 1rem;
}
.wk-rma-edit-icon{
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.wk-rma-img-filename{
    margin: 0 1rem;
}
#wk-rma-popup-close{
    margin-left: 10px;
}
.wk-rma-item-actions{
    margin-top: 10px;
    margin-bottom: 10px;
}
.wk-rma-disabled-label{
    opacity: 0.5;
}
.wk-rma-disabled-label::after{
    content: '*';
    color: black;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.wk-rma-required-label::after{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.wk_rma_pro_check{
    height: fit-content;
    align-self: center;
}
.wk-rma-status-delivered{
    color: green;
}
.wk-rma-status-undelivered{
    color: #EB5E00;
}
.wk-rma-resolution-time{
    color: green;
}
#wk-rma-img-send-btn{
    width: 100%;
}

@media (max-width: 750px) {
    #save_rma_request_form .wk-rma-prod-detail-wrapper{
        flex-direction: column;
    }
    #save_rma_request_form .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:first-child{
        align-self: start;
        width: 100%;
        margin: 0px;
    }
}
@media (max-width: 1055px) {
    .wk-rma-orders .wk-rma-prod-detail-wrapper{
        flex-direction: column;
        margin-left: 10px;
    }
    .wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:first-child{
        align-self: start;
        width: 100%;
        margin: 0px;
    }
    .wk_rma_pro_check{
        align-self: start;
    }
    .wk-rma-order-details{
        flex-direction: column;
    }
    .wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:nth-child(3),
    .wk-rma-orders .wk-rma-prod-detail-wrapper > .wk-rma-prod-detail:nth-child(4) {
        width: 100%;
    }
    #wk_rma_orders{
        flex-direction: column;
    }
    #wk_rma_orders > div {
        margin: 10px 0;
    }
}