@charset "UTF-8";
/* Create Color variables here
 * follow this link for Color name
 * https://chir.ag/projects/name-that-color/
 * and use $c prefix.
 * use lowercase for color code and variable name 
 * i.e $c-black: #000000; */
/* Create Typo variables here
 * use $ff prefix for font family
 * use $fs for font size
 i.e $ff-roboto-b: Roboto-bold;
 * $fs-large: 40px; */
/*==========================================================
=            Typography Variable and Declaration            =
============================================================*/
@font-face {
  font-family: "NunitoSans-ExtraBold";
  src: url("../fonts/nunito-sans/NunitoSans-ExtraBold.ttf");
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "NunitoSans-SemiBold";
  src: url("../fonts/nunito-sans/NunitoSans-SemiBold.ttf");
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "NunitoSans-Bold";
  src: url("../fonts/nunito-sans/NunitoSans-Bold.ttf");
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "NunitoSans-Regular";
  src: url("../fonts/nunito-sans/NunitoSans-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
/*----------  Font Family Variable  ----------*/
/*----------  Font Size Variable  ----------*/
/*=====  End of Typography Variable and Declaration  ======*/
/* Placeholders */
/* Mixins */
/* SCSS Functions */
/* Enter Your Global CSS here */
:root {
  --mdc-theme-primary: #2196f3;
  --mdc-theme-secondary: #2196f3;
}

.wp-swings_page_woo_refund_and_exchange_lite_menu #sswpbody-content {
  font-family: "NunitoSans-Regular", sans-serif;
  margin: 0;
}

body {
  background-color: #e5f4fe;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}

select,
option {
  color: rgba(0, 0, 0, 0.7) !important;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.38) !important;
}

select {
  padding: 10px 30px 10px 15px !important;
}

.wps-link:focus {
  outline: none;
  border: none;
}

.wps-info-img {
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
  max-width: 15px;
}

.wps-link {
  font-family: "NunitoSans-Bold";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #000000;
  display: inline-block;
  transition: 0.3s ease;
}
.wps-link:hover {
  color: #2196f3 !important;
}
.wps-link.active {
  position: relative;
  color: #2196f3 !important;
}
.wps-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #2196f3;
  border-radius: 2px;
}

.wps-bg-white {
  background-color: #ffffff;
  margin-right: 15px;
}

.wps-r-8 {
  border-radius: 8px;
}

.wps-pl-4 {
  padding: 0 4px !important;
}

.wps-section {
  padding: 28px 32px;
}

.wps-header-container {
  padding: 28px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-right: 15px;
}
.wps-header-container .wps-header-title {
  font-family: "NunitoSans-ExtraBold";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #2196f3;
  flex: 0 0 100%;
  max-width: calc(100% - 200px);
}

.wps-form-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 35px;
}
.wps-form-group .wps-form-group__label {
  flex: 0 0 100%;
  max-width: 200px;
  padding: 0 15px;
}
.wps-form-group .wps-form-group__label .wps-form-label {
  font-family: "NunitoSans-SemiBold";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.wps-form-group .wps-form-group__control {
  flex: 0 0 100%;
  max-width: calc(100% - 200px);
  padding: 0 15px;
}
.wps-form-group .wps-form-group__control .wps-form-select:hover select {
  border-color: rgba(0, 0, 0, 0.87) !important;
  color: rgba(0, 0, 0, 0.87);
}
.wps-form-group .wps-form-group__control .wps-form-select:focus select {
  border-color: #2196f3 !important;
}
.wps-form-group .wps-form-group__control .wps-form-select .mdl-textfield__label {
  display: block;
  max-width: 450px;
  padding-right: 16px;
  padding-left: 16px;
}
.wps-form-group .wps-form-group__control .mdc-switch__native-control {
  width: 68px;
  height: 48px;
}.wps-form-group .wps-form-group__control .mdc-switch {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-height: 32px;
  min-width: 58px;
  position: relative;
}
.wps-form-group .wps-form-group__control .mdc-switch:after {
  color: #98a2b3;
  content: "off";
  font-family: "NunitoSans-SemiBold";
  font-size: 14px;
  line-height: 1;
  text-transform: lowercase;
}
.wps-form-group .wps-form-group__control .mdc-switch:has(.mdc-switch__native-control:checked):after {
  color: #f59e0b;
  content: "on";
}
.wps-form-group .wps-form-group__control .mdc-switch .mdc-switch__track {
  background: #ffffff;
  border: 2px solid #d0d5dd;
  border-radius: 999px;
  box-sizing: border-box;
  height: 32px;
  opacity: 1;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 58px;
}
.wps-form-group .wps-form-group__control .mdc-switch .mdc-switch__thumb-underlay {
  height: 24px;
  left: 4px;
  margin: 0;
  position: absolute;
  top: 4px;
  transform: translateX(0);
  transition: transform 0.2s ease;
  width: 24px;
}
.wps-form-group .wps-form-group__control .mdc-switch .mdc-switch__thumb {
  background: #98a2b3;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  height: 24px;
  width: 24px;
}
.wps-form-group .wps-form-group__control .mdc-switch .mdc-switch__native-control {
  cursor: pointer;
  height: 32px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 58px;
  z-index: 2;
}
.wps-form-group .wps-form-group__control .mdc-switch:has(.mdc-switch__native-control:checked) .mdc-switch__track {
  background: #fff7ed;
  border-color: #f59e0b;
}
.wps-form-group .wps-form-group__control .mdc-switch:has(.mdc-switch__native-control:checked) .mdc-switch__thumb {
  background: #f59e0b;
}
.wps-form-group .wps-form-group__control .mdc-switch:has(.mdc-switch__native-control:checked) .mdc-switch__thumb-underlay {
  transform: translateX(26px);
}
.wps-form-group .wps-form-group__control .mdc-switch:focus-within .mdc-switch__track {
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
}
.wps-form-group .wps-password-hidden {
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wps-form-group .wps-password-hidden:hover {
  opacity: 1;
}

.select2.select2-container {
  max-width: 100%;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  box-shadow: 0px 2px 5px rgba(63, 71, 86, 0.1);
  border-radius: 8px;
  padding: 16px;
}

.wps-col-wrap {
  margin-bottom: 35px;
}

.wps-options {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

.mdc-button {
  border-radius: 35px !important;
  padding: 12px 24px !important;
  height: 100%;
}

.mdc-floating-label {
  color: #2196f3;
}

.mdc-floating-label--float-above,
.mdc-floating-label--shake {
  color: #2196f3 !important;
}

#wps-wrael-table-inner-container,
#public-hooks-listing,
#admin-hooks-listing {
  width: 100%;
}
#wps-wrael-table-inner-container table thead th,
#public-hooks-listing table thead th,
#admin-hooks-listing table thead th {
  font-size: 18px;
  font-family: "NunitoSans-ExtraBold";
}

/* Enter Button Global CSS Here */
.wps-btn {
  border-radius: 30px;
  border: 1px solid #2196f3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "NunitoSans-Regular";
  font-size: 14px;
  font-weight: 400;
  min-width: 140px;
  outline: 0;
  padding: 16px 32px;
  text-align: center;
  text-transform: capitalize;
}
.wps-btn:hover, .wps-btn:active, .wps-btn:focus {
  color: #ffffff;
}

.wps-btn__filled {
  background-color: #2196f3;
}

/* Header CSS */
/* Footer CSS */
/* Navigation CSS */
/* Sidebar CSS */
/* About page css */
/* Home Page CSS */
/* Overview page css */
.wps-overview__wrapper {
  width: calc(100% - 20px);
}
.wps-overview__wrapper .wps-overview__banner {
  background-color: #ffffff;
  margin: 10px 0 25px;
  overflow: hidden;
  padding: 10px;
}
.wps-overview__wrapper .wps-overview__banner img {
  width: 100%;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 25px 0;
  text-align: left;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description h2 {
  color: #163062;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 150%;
  margin: 10px 0px;
  text-align: left;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description p {
  color: #565857;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description h3 {
  color: #163062;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description .wps-overview__features {
  list-style: none;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description .wps-overview__features li {
  color: #565857;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__content-description .wps-overview__features li:before {
  color: #1a3365;
  content: "⚬";
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
}
.wps-overview__wrapper .wps-overview__content h2 {
  color: #163062;
  font-size: 30px;
  font-weight: 600;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 150%;
  margin: 10px 0px;
  text-align: left;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 33.33%;
  margin-bottom: 20px;
  max-width: 33.33%;
  padding: 0 15px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #dddddd;
  box-shadow: 0px 4px 10px #efefef;
  color: #ffffff;
  flex-grow: 1;
  padding: 30px;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card .wps-overview__keywords-image {
  overflow: hidden;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card .wps-overview__keywords-image img {
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card .wps-overview__keywords-text .wps-overview__keywords-heading {
  color: #163062;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 38px;
  margin: 15px 0;
}
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card .wps-overview__keywords-text .wps-overview__keywords-description {
  color: #565857;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* overview page css ends */
/*====================================
=            Tabs Section            =
====================================*/
.wps-navbar {
  padding: 0 32px;
  border-bottom: 1px solid rgba(63, 71, 86, 0.25);
}
.wps-navbar .wps-navbar__items {
  display: flex;
  flex-wrap: wrap;
}
.wps-navbar .wps-navbar__items li {
  margin-right: 32px;
  margin-bottom: 0;
}
.wps-navbar .wps-navbar__items li a {
  padding: 18px 0;
  color: #000000;
}

/*=====   Tabs Section CSS Ends  ======*/
/*============================================
=           License Section CSS          =
=============================================*/
.wps-wrael-wrap {
  border-radius: 10px;
  border: 1px solid #dddddd;
  box-shadow: 0px 4px 10px #EFEFEF;
  margin: 0 auto;
  max-width: 600px;
  padding: 10px 20px;
}
.wps-wrael-wrap h2 {
  color: #163062;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 150%;
  margin: 10px 0;
  text-align: left;
}
.wps-wrael-wrap .wps_rma_license_text > p {
  margin: 10px 0;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form .wps-wrael-form-table input#wps_rma_license_key {
  width: 100%;
  transition: 0.3s ease;
  height: 50px;
  font-size: 14px;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form .wps-wrael-form-table input#wps_rma_license_key:hover {
  border-color: #000000;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form .wps-wrael-form-table input#wps_rma_license_key:focus {
  border-color: #2196f3;
  outline: none;
  box-shadow: none;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form #wps_rma_license_activation_status {
  padding: 0 10px;
  font-weight: 600;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form button {
  background-color: #163062;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  letter-spacing: 1.5px;
  border: 1px solid #163062;
  transition: 0.5s ease;
  font-weight: 600;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form button:hover {
  color: #163062;
  background-color: #ffffff;
}
.wps-wrael-wrap .wps_rma_license_text #wps_rma_license_form button:focus {
  outline: none;
  box-shadow: none;
}

/*=====  License Section CSS ends  ======*/
/*============================================
=          DataTables CSS         =
=============================================*/
.dataTables_wrapper {
  padding: 20px 10px;
}
.dataTables_wrapper .dataTable {
  border-bottom: 1px solid rgba(33, 33, 33, 0.08) !important;
}
.dataTables_wrapper .dataTable thead {
  text-align: left;
}
.dataTables_wrapper .dataTable thead th {
  border-bottom: 1px solid rgba(33, 33, 33, 0.08);
  padding: 15px;
  font-family: "NunitoSans-SemiBold" !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
}
.dataTables_wrapper .dataTable tr {
  background-color: #ffffff !important;
}
.dataTables_wrapper .dataTable tr td {
  background-color: #ffffff !important;
}
.dataTables_wrapper .wps-dt-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dataTables_wrapper .wps-dt-buttons .dt-buttons {
  margin: 0 10px;
}
.dataTables_wrapper .wps-dt-buttons .dt-buttons .dt-button {
  padding: 5px 10px;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  transition: 0.5s ease;
  border-radius: 2px;
}
.dataTables_wrapper .wps-dt-buttons .dt-buttons .dt-button:hover {
  cursor: pointer;
  background: #EFEFEF;
}
.dataTables_wrapper .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 10px 0;
}
.dataTables_wrapper .bottom .dataTables_length {
  font-family: "NunitoSans-SemiBold";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-right: 14px;
}
.dataTables_wrapper .bottom .dataTables_length select {
  margin: 0 25px;
  min-width: 90px;
  padding: 5px 30px 5px 15px !important;
}
.dataTables_wrapper .bottom .dataTables_info {
  font-family: "NunitoSans-SemiBold";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-right: 5px;
}
.dataTables_wrapper .bottom .dataTables_paginate {
  padding: 0;
}
.dataTables_wrapper .bottom .dataTables_paginate span .paginate_button {
  display: none !important;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button {
  display: inline-block;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button:hover {
  background: #f4f4f4 !important;
  cursor: pointer !important;
}

/*=====  End of DataTables  ======*/
#add_more_rma_policies_clone {
  display: none;
}

/*wps form group breaker css*/
.wps-form-group__breaker {
  padding: 15px 0 15px 30px;
  background-color: #e5f4fe;
  margin-left: -32px;
  margin-right: -32px;
  color: #2196f3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*save_policies_setting_form*/
#save_policies_setting_form select,
#save_policies_setting_form input {
  margin-left: 0;
}

#save_policies_setting_form input[type=date],
#save_policies_setting_form input[type=datetime-local],
#save_policies_setting_form input[type=datetime],
#save_policies_setting_form input[type=email],
#save_policies_setting_form input[type=month],
#save_policies_setting_form input[type=number],
#save_policies_setting_form input[type=password],
#save_policies_setting_form input[type=search],
#save_policies_setting_form input[type=tel],
#save_policies_setting_form input[type=text],
#save_policies_setting_form input[type=time],
#save_policies_setting_form input[type=url],
#save_policies_setting_form input[type=week] {
  padding: 10px 15px 10px 15px;
  max-height: 50px;
}

#save_policies_setting_form select {
  min-height: 50px;
  max-height: 50px;
}

#save_policies_setting_form .add_more_rma_policies {
  padding-bottom: 20px;
}

#save_policies_setting_form .add_more_rma_policies:last-child {
  padding-bottom: 0;
}

.add_more_rma_policies select,
.add_more_rma_policies label,
.add_more_rma_policies input,
.add_more_rma_policies select + span {
  margin-right: 30px;
}

.admin-bar #save_policies_setting_form #wps_rma_add_more,
.admin-bar #save_policies_setting_form .wps_rma_save_settings {
  font-size: 14px;
  padding: 16px 25px;
  display: inline-block;
  border-radius: 100px;
  background: #000000;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
}

.admin-bar #save_policies_setting_form #wps_rma_add_more:hover,
.admin-bar #save_policies_setting_form .wps_rma_save_settings:hover {
  opacity: 0.9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.admin-bar #save_policies_setting_form input.wps_rma_save_settings {
  margin-left: 10px;
}

.admin-bar #save_policies_setting_form .wps_rma_policy_condition {
  min-width: 110px;
}

.admin-bar #save_policies_setting_form input.rma_policy_delete {
  background-color: transparent;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.38);
  border-radius: 3px;
}

#save_policies_setting_form .select2-selection--multiple input[type=search] {
  padding: 0;
}

#save_policies_setting_form .select2-container .select2-selection--multiple {
  min-height: 50px;
}

#save_policies_setting_form input.wps_rma_max_number_days,
#save_policies_setting_form .wps_rma_tax_handling,
#save_policies_setting_form .select2.select2-container.select2-container--default {
  max-width: 180px;
  min-width: 180px;
}

/*Refund tab form css*/
.wps-wrael-gen-section-form .wps-form-group .wps-form-group__control .wps-form-select .mdl-textfield__label,
.wps-wrael-gen-section-form .mdc-text-field + .mdc-text-field-helper-line {
  padding-left: 0;
  padding-top: 5px;
}

/*dashboard-sidebar*/
#adminmenuwrap .dashicons-before img {
  width: 26px;
  height: auto;
}

#adminmenuwrap #adminmenu .submenu-font-size-fix {
  font-size: 11px;
}

/*overview*/
.wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card {
  text-align: center;
}

.wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item .wps-overview__keywords-card .wps-overview__keywords-text .wps-overview__keywords-heading {
  font-size: 22px;
  line-height: 32px;
}

.wps-form-group__breaker {
  font-size: 25px;
}

.wps_admin_order_msg_history_title .wps_order_heading .reload-icon {
  width: 30px;
}

.thumb img {
  width: 50px;
}
.toplevel_page_wps-plugins div img {
  width: 20px !important;
}

.wps-navbar__items .wps_rma_pro_class {
  position: relative;
}

.wps-navbar__items .wps_rma_pro_class:before {
  content: "PRO";
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 2px;
  background: #b3ffc0;
  line-height: 1;
  color: #038018;
  margin-right: 5px;
  position: absolute;
  top: 12px;
  right: -5px;
}

.wps_rma_pro_class_wrap .wps-form-group__control {
  position: relative;
}

.wps_rma_pro_class_wrap .wps-form-group__control:before {
  position: absolute;
  content: "PRO Feature";
  z-index: 99;
  background: #f3fff5;
  top: -10px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  color: #00b81f;
  font-weight: 600;
}

.wps_rma_pro_class_wrap .wps-form-group__label {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  padding-bottom: 15px;
}

.wps_rma_pro_class_wrap .wps-form-group__label:before {
  content: "PRO";
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
  background: #0aa000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  bottom: -4px;
  left: -20px;
  font-size: 10px;
  padding: 0 0 10px;
}

/*Global shipping tab css*/
#wps_ship_setting #add_fee_button input {
  margin-bottom: 20px;
}

#wps_ship_setting tr {
  vertical-align: top;
}

#wps_ship_setting th.titledesc, .wps_wrma_shipstation_details_wrapper th {
  text-align: left;
}

#wps_ship_setting th, .wps_wrma_shipstation_details_wrapper th {
  max-width: 200px;
  min-width: 200px;
}

#wps_ship_setting td, .wps_wrma_shipstation_details_wrapper td {
  max-width: calc(100% - 200px);
}

#wps_ship_setting th,
#wps_ship_setting td {
  margin-bottom: 15px;
  display: inline-block;
}

#wps_ship_setting .wps__enable-shipping td {
  padding-left: 10px;
}

#wps_ship_setting .wps__enable-global-shipping td {
  padding-left: 10px;
}

#wps_ship_setting #add_fee_div td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting #add_fee_div td:last-child {
  margin-right: 0;
}

#wps_ship_setting .add_fee_tr td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting .add_fee_div td:last-child {
  margin-right: 0;
}

/*Integration tab css*/
.wps_wrma_accord_sec_wrap .form-table th,
.wps_wrma_ship_setting_account_display .form-table th {
  padding: 20px 10px 20px 10px;
}

.wps_wrma_shipstation_details_wrapper td {
  margin-bottom: 20px;
  display: inline-block;
}

.wps_rma_shipping_setting input[type=radio]:checked::before {
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}

.wps_wrma_shipstation_details_wrapper td {
  min-width: 180px;
}

.wps_wrma_shipstation_details_wrapper td input {
  width: 100%;
  margin: 0;
}

.wps_wrma_shipstation_details_wrapper td select {
  width: 100%;
  margin: 0;
}

.wps-section h4 input {
  background: transparent;
  color: #000000;
  border: 1px solid #2196F3;
  transition: 0.3s ease;
  padding: 10px 25px;
}

.wps-section h4 input.shipClass {
  background: transparent;
  color: #ffffff;
  background: #000000;
  transition: 0.3s ease;
}

.wps_rma_shipping_setting .submit a:hover {
  color: #ffffff;
}

.wps_wrma_ship_station label {
  margin-right: 15px;
}

/*new css*/
.admin-bar .wps_table h4 {
  margin: 40px 0 20px;
}

.wps-wrma-validation__wrap label {
  width: 140px;
  display: inline-block;
}

/*media-query*/
.wps-rma-admin__button,
.wps-rma-admin__button.button {
  font-size: 14px;
  padding: 16px 25px;
  display: inline-block;
  border-radius: 60px;
  background: #000000;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 16px;
}

/* Additional Tabs added start */
.wps-link {
  color: #000;
  display: inline-block;
  font-family: NunitoSans-Bold;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
.wps-link.active,
.wps-navbar__items .wps_rma_pro_class,
.wps_rma_pro_class_wrap .wps-form-group__control,
.wps_rma_pro_div .wps_rma_shipping_label_setting td,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_ship_validate_form_wrapper,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_shipstation_details_wrapper,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_validate_form_wrapper,
.wps_rma_pro_div .wps_rma_shiprocket_setting .wps_wrma_shipstation_details_wrapper,
.wps_rma_pro_div .wps_rma_shiprocket_setting .wps_wrma_validate_form_wrapper {
  position: relative;
}

.wps-link:after {
  border-bottom: 3px solid #2196f3;
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  display: none;
}

.wps-link.active:after {
  display: block;
}

.wps-navbar .wps-navbar__items li a {
  padding: 28px 0 10px;
}

#wrma_mail_setting_wrapper .wps_wrma_notification_section {
  margin: 0 0 25px;
}

#wps_ship_setting #add_fee_button input {
  margin-bottom: 20px;
}

#wps_ship_setting tr {
  vertical-align: top;
}

#wps_ship_setting th.titledesc,
.wps_wrma_shipstation_details_wrapper th,
.wps_rma_shipping_label_setting th {
  font-family: NunitoSans-SemiBold;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 24px;
}

#wps_ship_setting th,
.wps_wrma_shipstation_details_wrapper th {
  max-width: 200px;
  min-width: 200px;
  text-align: left;
}

#wps_ship_setting td,
.wps_wrma_shipstation_details_wrapper td {
  max-width: calc(100% - 200px);
}

#wps_ship_setting td,
#wps_ship_setting th {
  display: inline-block;
  margin-bottom: 15px;
}

#wps_ship_setting .wps__enable-global-shipping td,
#wps_ship_setting .wps__enable-shipping td {
  padding-left: 10px;
}

#wps_ship_setting #add_fee_div td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting #add_fee_div td:last-child {
  margin-right: 0;
}

#wps_ship_setting .add_fee_tr td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting .add_fee_div td:last-child {
  margin-right: 0;
}

.wps_wrma_accord_sec_wrap .form-table th,
.wps_wrma_ship_setting_account_display .form-table th {
  padding: 20px 10px;
}

.wps_wrma_shipstation_details_wrapper td {
  display: inline-block;
  margin-bottom: 20px;
}

.wps_rma_shipping_setting input[type=radio]:checked:before {
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
}

.wps_wrma_shipstation_details_wrapper td {
  min-width: 180px;
}

.wps_wrma_shipstation_details_wrapper td input,
.wps_wrma_shipstation_details_wrapper td select {
  margin: 0;
  width: 100%;
}

.wps-section h4 input {
  background: transparent;
  border: 1px solid #2196f3;
  color: #000;
  padding: 10px 25px;
  transition: 0.3s ease;
}

.wps-section h4 input.shipClass {
  background: transparent;
  background: #000000;
  color: #fff;
  transition: 0.3s ease;
}

.wps_rma_shipping_setting .submit a:hover {
  color: #fff;
}

.wps_wrma_ship_station label {
  margin-right: 15px;
}

.admin-bar .wps_table h4 {
  margin: 40px 0 20px;
}

.wps-wrma-validation__wrap label {
  display: inline-block;
  width: 140px;
}

.wps-rma-admin__button,
.wps-rma-admin__button.button {
  background: #000000;
  border: none;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 14px 20px;
  text-transform: uppercase;
}
/* Additional Tabs added start */
.wps-link {
  color: #000;
  display: inline-block;
  font-family: NunitoSans-Bold;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
.wps-link.active,
.wps-navbar__items .wps_rma_pro_class,
.wps_rma_pro_class_wrap .wps-form-group__control,
.wps_rma_pro_div .wps_rma_shipping_label_setting td,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_ship_validate_form_wrapper,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_shipstation_details_wrapper,
.wps_rma_pro_div .wps_rma_shipping_setting .wps_wrma_validate_form_wrapper,
.wps_rma_pro_div .wps_rma_shiprocket_setting .wps_wrma_shipstation_details_wrapper,
.wps_rma_pro_div .wps_rma_shiprocket_setting .wps_wrma_validate_form_wrapper {
  position: relative;
}

.wps-link:after {
  border-bottom: 3px solid #2196f3;
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  display: none;
}

.wps-link.active:after {
  display: block;
}

.wps-navbar .wps-navbar__items li a {
  padding: 28px 0 10px;
}

#wrma_mail_setting_wrapper .wps_wrma_notification_section {
  margin: 0 0 25px;
}

#wps_ship_setting #add_fee_button input {
  margin-bottom: 20px;
}

#wps_ship_setting tr {
  vertical-align: top;
}

#wps_ship_setting th.titledesc,
.wps_wrma_shipstation_details_wrapper th,
.wps_rma_shipping_label_setting th {
  font-family: NunitoSans-SemiBold;
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 24px;
}

#wps_ship_setting th,
.wps_wrma_shipstation_details_wrapper th {
  max-width: 200px;
  min-width: 200px;
  text-align: left;
}

#wps_ship_setting td,
.wps_wrma_shipstation_details_wrapper td {
  max-width: calc(100% - 200px);
}

#wps_ship_setting td,
#wps_ship_setting th {
  display: inline-block;
  margin-bottom: 15px;
}

#wps_ship_setting .wps__enable-global-shipping td,
#wps_ship_setting .wps__enable-shipping td {
  padding-left: 10px;
}

#wps_ship_setting #add_fee_div td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting #add_fee_div td:last-child {
  margin-right: 0;
}

#wps_ship_setting .add_fee_tr td {
  margin-right: 30px;
  max-width: 100%;
}

#wps_ship_setting .add_fee_div td:last-child {
  margin-right: 0;
}

.wps_wrma_accord_sec_wrap .form-table th,
.wps_wrma_ship_setting_account_display .form-table th {
  padding: 20px 10px;
}

.wps_wrma_shipstation_details_wrapper td {
  display: inline-block;
  margin-bottom: 20px;
}

.wps_rma_shipping_setting input[type=radio]:checked:before {
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%);
}

.wps_wrma_shipstation_details_wrapper td {
  min-width: 180px;
}

.wps_wrma_shipstation_details_wrapper td input,
.wps_wrma_shipstation_details_wrapper td select {
  margin: 0;
  width: 100%;
}

.wps-section h4 input {
  background: transparent;
  border: 1px solid #2196f3;
  color: #000;
  padding: 10px 25px;
  transition: 0.3s ease;
}

.wps-section h4 input.shipClass {
  background: transparent;
  background: #000000;
  color: #fff;
  transition: 0.3s ease;
}

.wps_rma_shipping_setting .submit a:hover {
  color: #fff;
}

.wps_wrma_ship_station label {
  margin-right: 15px;
}

.admin-bar .wps_table h4 {
  margin: 40px 0 20px;
}

.wps-wrma-validation__wrap label {
  display: inline-block;
  width: 140px;
}

.wps-rma-admin__button,
.wps-rma-admin__button.button {
  background: #000000;
  border: none;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 16px;
  padding: 14px 20px;
  text-transform: uppercase;
}

button.wps_wrma_save_shiprocket.wps-wrma-save-button.wps-rma-admin__button.button_wps_rma_pro_div {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
}

/* Additional Tabs added end */
/* Applying Pro tags start */
.wps-navbar__items .wps_rma_pro_class {
  position: relative;
}

.wps-navbar__items .wps_rma_pro_class:before {
  background: #b3ffc0;
  border-radius: 2px;
  color: #038018;
  content: "PRO";
  font-size: 10px;
  line-height: 1;
  margin-right: 5px;
  padding: 3px 6px;
  position: absolute;
  right: -5px;
  top: 12px;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
.wps_rma_pro_class_wrap .wps-form-group__control,
.wps_rma_pro_div .wps_rma_shipping_label_setting td {
  position: relative;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
.wps_rma_pro_div .wps_rma_shipping_label_setting td {
  display: table-cell;
  padding: 0;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td {
  width: 100%;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td:before,
.wps_rma_pro_class_wrap .wps-form-group__control:before,
.wps_rma_pro_div .wps_rma_shipping_label_setting td:before {
  align-items: center;
  background: #f3fff5;
  border-radius: 5px;
  bottom: 0;
  color: #00b81f;
  content: "Pro Feature";
  display: inline-flex;
  font-weight: 400;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 99;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td:before,
.wps_rma_pro_div .wps_rma_shipping_label_setting td:before {
  bottom: 10px;
  left: -10px;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping th,
.wps_rma_pro_class_wrap .wps-form-group__label,
.wps_rma_pro_div .wps_rma_shipping_label_setting th,
.wps_rma_pro_div .wps_rma_shipping_setting label,
.wps_rma_pro_div .wps_rma_shiprocket_setting label {
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
  padding-right: 10px;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping th:before,
.wps_rma_pro_class_wrap .wps-form-group__label:before,
.wps_rma_pro_div .wps_rma_shipping_label_setting th:before,
.wps_rma_pro_div .wps_rma_shipping_setting label:before,
.wps_rma_pro_div .wps_rma_shiprocket_setting label:before {
  align-items: center;
  background: #0aa000;
  bottom: 4px;
  color: #fff;
  content: "PRO";
  display: inline-flex;
  font-size: 10px;
  justify-content: center;
  left: -15px;
  padding: 0 0 0;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
  clip-path: polygon(0% 0%, 100% 0%, 66% 100%, 34% 100%);
}

#wps_ship_setting.wps_rma_pro_div table {
  margin: 0 0 25px;
  width: 100%;
}

.wps_rma_pro_div span.wps_wrma_input-wrap,
.wps_rma_pro_div .wps_wrma_shipstation_details_wrapper td {
  position: relative;
  display: inline-block;
}

.wps_rma_pro_class_wrap .wps-form-group__control .mdc-floating-label {
  display: none;
}

.wps_rma_pro_div span.wps_wrma_input-wrap:before,
.wps_rma_pro_div .wps_wrma_shipstation_details_wrapper td:before {
  align-items: center;
  background: #f3fff5;
  border-radius: 5px;
  bottom: 0;
  color: #00b81f;
  content: "Pro Feature";
  display: flex;
  font-weight: 400;
  justify-content: center;
  left: 0;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 99;
}

/* Applying Pro tags end */
/* Pro link adding start */
.wps-header-container .wps-header-title {
  flex: 0 0 60%;
  line-height: 1.25;
}
/* Pro link adding end */
/* Pro Popup start */
#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
.wps_rma_pro_class_wrap .wps-form-group__control,
.wps_rma_pro_div .wps_rma_shipping_label_setting td {
  visibility: hidden;
}

#wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td:before,
.wps_rma_pro_class_wrap .wps-form-group__control:before,
.wps_rma_pro_div .wps_rma_shipping_label_setting td:before {
  visibility: visible;
}

.wps-rma__popup-for-pro-shadow {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  display: none;
}

span.wps-rma__popup-for-pro-close {
  display: inline-block;
  line-height: 14px;
  font-size: 24px;
  font-weight: 400;
  transform: rotate(45deg);
  padding: 10px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.wps-rma__popup-for-pro {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  max-width: 600px;
  opacity: 0;
  transition: transform 0.8s ease;
}

.wps-rma__popup-for-pro.active-pro {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

h2.wps-rma__popup-for-pro-title {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 15px;
  text-align: center;
}

p.wps-rma__popup-for-pro-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 50px;
  text-align: center;
}

.wps-rma__popup-for-pro-link-wrap {
  text-align: center;
}

a.wps-rma__popup-for-pro-link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background: #0aa000;
  border: 1px solid #0aa000;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  transition: all 0.4s;
}

a.wps-rma__popup-for-pro-link:hover {
  color: #0aa000;
  background: transparent;
}

.ui-timepicker-standard {
  z-index: 99 !important;
}

.wps-rma-api-container .section h2 {
  cursor: hand;
}

.mdc-switch:has(.wps-isnot-activated) {
  pointer-events: none; /* makes it unclickable */
  opacity: 0.6; /* optional: make it look disabled */
  cursor: not-allowed; /* optional: show disabled cursor */
}

@media (max-width: 768px){
  .wps-header-container {
    justify-content: flex-start;
  }
  .wps-header-container .wps-header-title {
    max-width: 100%;
  }
  .wps-header-container .wps-link {
    margin-top: 15px;
  }
  .wps-header-container span {
    margin: 15px 5px 0;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-header-container {
    justify-content: flex-start;
  }
  .wps-header-container .wps-header-title {
    max-width: 100%;
  }
  .wps-header-container .wps-link {
    margin-top: 15px;
  }
  .wps-header-container span {
    margin: 15px 5px 0;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-header-container {
    justify-content: flex-start;
  }
  .wps-header-container .wps-header-title {
    max-width: 100%;
  }
  .wps-header-container .wps-link {
    margin-top: 15px;
  }
  .wps-header-container span {
    margin: 15px 5px 0;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-header-container {
    justify-content: flex-start;
  }
  .wps-header-container .wps-header-title {
    max-width: 100%;
  }
  .wps-header-container .wps-link {
    margin-top: 15px;
  }
  .wps-header-container span {
    margin: 15px 5px 0;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px){
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1140px){
  .add_more_rma_policies select,
  .add_more_rma_policies label,
  .add_more_rma_policies input {
    margin-top: 8px;
  }
  span.select2.select2-container.select2-container--default {
    margin-top: 8px;
  }
  .add_more_rma_policies input,
  .add_more_rma_policies label,
  .add_more_rma_policies select,
  span.select2.select2-container.select2-container--default {
    margin-top: 8px;
  }
  .add_more_rma_policies select,
  .add_more_rma_policies label,
  .add_more_rma_policies input {
    margin-top: 8px;
  }
  span.select2.select2-container.select2-container--default {
    margin-top: 8px;
  }
  .add_more_rma_policies input,
  .add_more_rma_policies label,
  .add_more_rma_policies select,
  span.select2.select2-container.select2-container--default {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 520px){
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords {
    flex-direction: column;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords {
    flex-direction: column;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords {
    flex-direction: column;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords {
    flex-direction: column;
  }
  .wps-section .wps-overview__wrapper .wps-overview__content .wps-overview__keywords .wps-overview__keywords-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) and (min-width: 531px){
  #wps_ship_setting #add_fee_div td:nth-child(2) {
    margin-right: 0;
  }
  #wps_ship_setting #add_fee_div td:nth-child(2) {
    margin-right: 0;
  }
  #wps_ship_setting #add_fee_div td:nth-child(2) {
    margin-right: 0;
  }
  #wps_ship_setting #add_fee_div td:nth-child(2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 480px){
  .show_returnship_label {
    margin-bottom: 10px;
  }
  .wps_wrma_shipstation_details_wrapper table {
    width: 100%;
  }
  .wps_rma_shipping_setting th,
  .wps_rma_shipping_setting td,
  .wps_rma_shipping_setting input,
  .wps_rma_shipping_setting select,
  #wps_ship_setting td,
  .wps_wrma_shipstation_details_wrapper td,
  .wps-form-group__label,
  .wps-form-group__control {
    min-width: 100%;
    width: 100%;
    display: block;
  }
  .wps-wrma-validation__wrap label {
    width: 100%;
  }
  .show_returnship_label,
  .show_shiprocketintegration,
  .show_shipintegration {
    margin-bottom: 10px;
  }
  .wps_wrma_shipstation_details_wrapper table {
    width: 100%;
  }
  #wps_ship_setting th.titledesc,
  .wps_wrma_shipstation_details_wrapper th {
    display: block;
  }
  #wps_ship_setting td,
  .wps-form-group__control,
  .wps-form-group__label,
  .wps_rma_shipping_setting input,
  .wps_rma_shipping_setting select,
  .wps_rma_shipping_setting td,
  .wps_rma_shipping_setting th,
  .wps_wrma_shipstation_details_wrapper td {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .wps-wrma-validation__wrap label {
    width: 100%;
  }
  .wps_rma_shipping_setting .wps_wrma_accordion label, .wps_rma_shiprocket_setting .wps_wrma_accordion label {
    margin-bottom: 10px;
    display: block;
  }
  .show_returnship_label {
    margin-bottom: 10px;
  }
  .wps_wrma_shipstation_details_wrapper table {
    width: 100%;
  }
  .wps_rma_shipping_setting th,
  .wps_rma_shipping_setting td,
  .wps_rma_shipping_setting input,
  .wps_rma_shipping_setting select,
  #wps_ship_setting td,
  .wps_wrma_shipstation_details_wrapper td,
  .wps-form-group__label,
  .wps-form-group__control {
    min-width: 100%;
    width: 100%;
    display: block;
  }
  .wps-wrma-validation__wrap label {
    width: 100%;
  }
  .show_returnship_label,
  .show_shiprocketintegration,
  .show_shipintegration {
    margin-bottom: 10px;
  }
  .wps_wrma_shipstation_details_wrapper table {
    width: 100%;
  }
  #wps_ship_setting th.titledesc,
  .wps_wrma_shipstation_details_wrapper th {
    display: block;
  }
  #wps_ship_setting td,
  .wps-form-group__control,
  .wps-form-group__label,
  .wps_rma_shipping_setting input,
  .wps_rma_shipping_setting select,
  .wps_rma_shipping_setting td,
  .wps_rma_shipping_setting th,
  .wps_wrma_shipstation_details_wrapper td {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .wps-wrma-validation__wrap label {
    width: 100%;
  }
  .wps_rma_shipping_setting .wps_wrma_accordion label, .wps_rma_shiprocket_setting .wps_wrma_accordion label {
    margin-bottom: 10px;
    display: block;
  }
}

@media only screen and (max-width: 400px){
  .admin-bar #save_policies_setting_form input.wps_rma_save_settings {
    margin: 10px 0 0;
  }
  .admin-bar #save_policies_setting_form input.wps_rma_save_settings {
    margin: 10px 0 0;
  }
  .admin-bar #save_policies_setting_form input.wps_rma_save_settings {
    margin: 10px 0 0;
  }
  .admin-bar #save_policies_setting_form input.wps_rma_save_settings {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 480px){
  #wps_ship_setting.wps_rma_pro_div .wps__enable-shipping th,
  .wps_rma_pro_class_wrap .wps-form-group__label,
  .wps_rma_pro_div .wps_rma_shipping_label_setting th {
    padding-left: 40px;
  }
  #wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td:before,
  .wps_rma_pro_class_wrap .wps-form-group__control:before,
  .wps_rma_pro_div .wps_rma_shipping_label_setting td:before {
    bottom: -20px;
    top: 0;
  }
  #wps_ship_setting.wps_rma_pro_div .wps__enable-shipping td,
  .wps_rma_pro_div .wps_rma_shipping_label_setting td {
    display: block;
  }
}

@media screen and (max-width: 768px){
  .wps-header-container .wps-header-title {
    margin: 0 0 10px;
    flex: 0 0 100%;
  }
  .wps-header-container a.wps-link {
    margin: 5px 0 0;
  }
  .wps-header-container a.wps_go_pro_link {
    margin: 5px 10px 0 0;
  }
  .wps-header-container a.wps-link + span {
    margin: 0 5px;
  }
}

.mdc-switch:has(.wps-isnot-activated){
  opacity: 0.6;           /* optional: make it look disabled */
  cursor: not-allowed;    /* optional: show disabled cursor */
}
.wps-isnot-activated{
  pointer-events: none;   /* makes it unclickable */ 
}
.wps-link,
.wps-link:hover,
.wps-link.active {
  color: #000000 !important;
}

.wps-link:after {
  border-bottom-color: #f59e0b;
}
.wps-navbar__items .wps_rma_pro_class {
  display: inline-flex;
  align-items: center;
  padding-right: 42px !important;
}

.wps-navbar__items .wps_rma_pro_class:before {
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin-right: 0;
}