/**
 * Common styles.
 */
.wkmp-selleritem.rma ul{
  display: none;
}
.wkmp-rma-full-width {
  width: 100%;
  min-width: 175px;
}
select.wkmp-rma-full-width, .mp_rma_items_ordered tbody td select {
  height: 30px;
  border: none;
}
.wkmp-rma-responsive {
  min-height: .01%;
  overflow-x: auto;
}
.mp_rma_items_ordered {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.mp_rma_items_ordered thead th {
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
}
.mp_rma_items_ordered tbody td {
  padding: 10px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.mp-rma-text-center {
  text-align: center;
}
.mp_rma_reason_field{
  width: 350px;
}
.mp_rma_select{
  width: 350px;
  border:1px solid #ccc;
  padding: 8px;
  border-radius: 2px;
}
.mp-rma-form-images {
  margin-bottom: 10px;
}
.mp-rma-form-images .mp-rma-attach-more a{
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px;
  cursor: pointer;
  padding: 19px 10px;
  display: inline-block;
  vertical-align: top;
  color: #337ab7;
}
.mp-rma-form-images .mp-rma-hide-input{
  height: 1px!important;
  width: 1px!important;
  box-sizing: border-box!important;
  opacity: 0.1!important;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 1px!important;
  display: inline-block!important;
}
.mp-rma-form-images .mp-rma-image-preview{
  height: 60px;
  width: 60px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px;
  cursor:pointer;
  background-image: url('../images/image-upload.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mp-rma-image-remove{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #757575;
  font-weight: bolder;
  cursor:pointer;
  padding: 2px 7px;
}
#mp-rma-img-wrapper{
  display: inline-block;
}
#mp_rma_details_tab {
  border-bottom:1px solid #ccc;
  height:36px;
  width:100%;
  margin: 0 0 10px 0;
  padding:0;
  float: right;
}
#mp_rma_details_tab li a {
  cursor:pointer;
  background:none repeat scroll 0 0 #fff;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#5685bc;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:small;
  font-weight:700;
  outline:medium none;
  text-decoration:none;
  padding:7px 10px;
}
#mp_rma_details_tab li {
  float:left;
  list-style:none;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  margin-right:5px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  outline:none;sifugold
}
#mp_rma_details_tab li a.inactive {
  color:#666;
  background:#EEE;
  outline:none;
  border-bottom:solid 1px #CCC;
  padding:5px 8px 8px;
}
#mp_rma_details_tab li a:hover,#mp_rma_details_tab li a.inactive:hover {
  color:#5685bc;
  outline:none;
}
.mp-rma-floated-right {
  float: right;
}
.mp-rma-rma-images td {
  width: 125px;
  height: 125px;
  display: inline-block;
  margin: 20px 10px 0px;
  padding: 0;
}
.mp-rma-rma-images td a {
  display: inline-block;
  height: 100%;
  box-shadow: 0px 0px 13px rgba(0,0,0,0.2);
}
.mp-rma-rma-images td a:hover {
  outline: 1px solid #0073aa;
}
.mp-rma-rma-images td a img {
  width: 100%;
  height: 100%;
}
.mp-rma-image-full-overlay-bg {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mp-rma-image-full-overlay {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}
.mp-rma-image-full-overlay button {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  top: 50px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  outline: none;
}
.mp-rma-image-full-cover {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mp-rma-image-full-cover img {
  width: 400px;
  height: 300px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
a.page-numbers, span.page-numbers {
  font-size: 18px;
}
p.mp-rma-policy-content {
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 10px;
  border: 1px solid #ededed;
  background-color: #f2f2f2;
}
.wk_rma_status_pending {
  color: #eb5e00;
}
.wk_rma_status_solved {
  color: #028900;
}
.wk_rma_status_cancelled, .wk_rma_status_declined {
  color: #ff0000;
}
.wk_rma_status_processing {
  color: #dca000;
}
.mp_rma_shipping_label_each {
  display: inline-block;
  border: 2px solid #9c9696;
  height: 100px;
  width: 100px;
  padding: 5px;
  margin: 5px 10px 5px 0px;
  vertical-align: top;
  position: relative;
}
img.mp_rma_shipping_label_img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mp_rma_shipping_label_each:hover {
  border-color: #0073aa;
}
input[type="radio"].mp_rma_shipping_label {
  position: absolute;
  top: 31px;
  left: 32px;
  right: 38px;
  bottom: 23px;
  margin: auto;
  outline: none !important;
}
.rma-action {
  color: #1976d2;
}
span.rma-action {
  color: #000;
}
#rma-chat-form {
  margin-top: 20px;
}
.wk_rma_label_wrapper {
  width: 100%;
  max-width: 100%;
}
.wk_rma_label_wrapper p.head {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wk_mailing_label, .wk_authorisation_label {
  border: 1px dotted;
  padding: 30px;
  max-width: 100%;
  margin-bottom: 40px;
}
.wk_mailing_label p:last-of-type {
  margin-top: 20px;
}
.mp_request_rma .mp-rma-disable-button {
  pointer-events: none;
  opacity: 0.4;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--sellermanage-rma a:before {
  content:"\f0e2";
  font-family:fontawesome
}
#wkmp_rma_viewprod {
  background: url(../images/View-Icon.png) no-repeat scroll center center rgba(0,0,0,0);
  display: inline-block;
  text-align: center;
  text-indent: -9999px;
  width: 16px;
  margin: 0 5px;
  border: 1px solid;
  padding: 1px 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
}
#adminmenu li.toplevel_page_marketplace-rma:hover img, #adminmenu li.toplevel_page_marketplace-rma.opensub>a.menu-top img, #adminmenu li>a.toplevel_page_marketplace-rma:focus img {
  -webkit-filter: saturate(40);
  filter: saturate(40);
}

@media screen and (max-width: 767px) {
  .wkmp-rma-responsive  {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mp_rma_items_ordered>thead>tr>th, .mp_rma_items_ordered>tbody>tr>td {
    white-space: nowrap;
  }
}
.mp-rma-table-wrap{
  overflow-x: scroll;
  width: 100%;
}
.mp-rma-table td{
  white-space: nowrap;
}
.mp-ppr-flex{
  display: flex;
  justify-content: space-between;
}
.mp-flex-gap {
  margin-bottom: 10px;
}
.mp-ppr-flex-width{
  width:400px;
}
.mp-ppr-select-order {
  width:100%;
}

/* conversation style start*/
.mp-rma-conversation-wrapper {
  border: 1px solid #8c8f94;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
  background: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.mp-rma-quote-body {
  display: inline-block;
  width: 100%;
  max-height: 500px !important;
  margin-bottom: -30px;
  overflow-x: auto;
  scrollbar-width: none;
}
.mp-rma-quote-body table{
  border: unset !important;
}
.mp-rma-sup-comment-body {
	background: #dcdcde;
	padding: 2px 10px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 2px;
}
.mp-rma-message-arrow-self::after {
  border-color: #dcdcde transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
}
.mp-rma-message-arrow-other::after {
  border-color: #cdd7ca transparent;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  border-style: solid;
}
p.mp-rma-sup-comment-body.mp-rma-message-arrow-other {
  display: flex;
  justify-content: end;
  background-color: #cdd7ca;
}
.mp-rma-sup-comment-head {
	font-size: 15px;
  font-style: italic;
}
.mp-rma-message-self {
	text-align: left;
	padding-top: 3px;
}
.mp-rma-message-other {
	text-align: right;
	padding-top: 3px;
}
/* conversation css end*/

/* Guest user css */
.wkmp-wrapper {
  list-style-type: none;
  padding: 0;
  border-radius: 3px;
}
.wkmp-form-row {
  display: flex;
  justify-content: flex-end;
  padding: .5em;
}
.wkmp-form-row > label {
  padding: .5em 1em .5em 0;
  flex: 1;
}
.wkmp-form-row > input {
  flex: 2;
}
.wkmp-form-row > input,
.wkmp-form-row > button {
  padding: .5em;
  border-radius: 5px;
}
.wkmp-form-row > button {
  background: rgb(128, 128, 128);
  color: rgb(255, 255, 255);
  border: 0;
}
.wkmp-required {
  color:rgb(197, 33, 33);
}
.entry-content .mp-rma-floated-right {
  margin-bottom: 5px;
}
/* Close guest user css */

/* Add admin shipping label list css.*/
.wkmp-rma-flex-container{
  display: flex;
  flex-wrap: wrap;
}
.wkmp-rma-flex-container > div {
  flex-direction: row;
  padding-top: 20px;
  margin-right: 5px;
}
/** close admin shipping label liset css */

@media (max-width: 800px) {
  .mp-ppr-flex {
    flex-direction: column;
  }
  .mp-ppr-flex-width{
    width:auto;
  }
  .mp-ppr-select-order {
    width:auto;
  }
  .wkmp-rma-flex-container > div {
    flex-direction: column;
    padding: 5px;
  }
}

/* Style the settings tabs */
.wkmp-addons-tabs-wrap .wkmp-addons-page-header {
  float: left;
  display: flex;
  align-items: center;
}
.wkmp-addons-tabs-wrap .page-title {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 700;
  margin: 0;
  padding: 0px 10px;
}
/* Style the settings tabs ends.*/

.mp-rma-filter-rma-status{
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #333333 !important;
  height: 44px !important;
  margin-top: 10px;
  padding: 10px;
}

.mp-rma-setting select, textarea, input[type="number"] {
	width:350px
}
.mp_rma_add_info-customer {
  width:100%;
    max-width: 100% !important;
}

.mp-rma-message-box {
  position: relative;
  font-size:15px;
  width:100%;
  padding:1%;
  border-radius:5px;
  border:unset !important;
  max-height:50px;
  height:50px;
  min-height:50px;
  outline:none !important;
  box-shadow: none !important;
  resize:none !important;
}
.mp-rma-flex {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: flex;
  gap: 1px;
  background-color: white;
  border-top: 1px solid #8c8f94;
}
.mp-rma-flex .button-primary {
  outline: none !important;
  border-radius: unset;
  box-shadow: none !important;
}
.mp-rma-message-box::-webkit-scrollbar {
  display: none;
}
