/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
 .mwb_cpr_highlight{
  font-weight: bold;
}
.mwb-coupon-apply-btn a.mwb_crp_remove_button {
  background-color: #F87E76;
}
#mwb_crp_loader {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#mwb_crp_loader img {
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 40%;
}
#mwb-crp-referral-table_paginate,
#mwb-crp-referral-table_info {
  float: left;
  width: 50%;
}
#mwb-crp-referral-table_paginate > a {
  text-decoration: none;
  margin: 0 10px;
  cursor: pointer;
}
#mwb-crp-referral-table_paginate span a {
  text-decoration: none;
  width: 30px;
  display: inline-block;
  text-align: center;
  background-color: #eeeeee;
  cursor: pointer;
}
#mwb-crp-referral-table_paginate a:focus,
#mwb-crp-referral-table_paginate a:hover{
  text-decoration: none;
  outline: 0;
  opacity: 0.7;
}
#mwb-crp-referral-table_paginate {
  text-align: right;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length {
  max-width: 280px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length > label,
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter > label {
  display: flex;
  gap: 10px;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter {
  width: calc(100% - 300px);
  display: inline-block;
  text-align: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length select {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 5px;
  padding: 4px 10px;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter input[type="search"] {
  margin-left: 5px;
  padding: 10px;
  height: auto;
  line-height: 1;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: none;
}
.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter input[type="search"]:focus{
  outline: 0;

}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: normal;
  overflow: visible;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code > p {
  margin: 0;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy:focus{
  outline: 0;
  box-shadow: none;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy .mwb-crp-coupon-tooltiptext {
  background-color: #000000;
  border-radius: 6px;
  bottom: -20px;
  color: #ffffff;
  font-size: 11px;
  left: -19px;
  padding: 2px 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 80px;
  z-index: 1;
  padding: 5px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 30px;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy .mwb-crp-coupon-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy:hover .mwb-crp-coupon-tooltiptext {
  visibility: visible;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy:hover .mwb-crp-coupon-tooltiptext-copied {
  visibility: hidden;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy.mwb_copied .mwb-crp-coupon-tooltiptext {
  visibility: hidden;
}
.mwb-crp-coupon-wrap .mwb-crp-coupon-btn-copy.mwb_copied:hover .mwb-crp-coupon-tooltiptext-copied {
  visibility: visible;
}
.mwb-crp-coupon-wrap {
  position: relative;
  margin-top: 5px;
  display: inline-block;
}
.mwb-crp-referral-wrapper {
  display: flex;
  margin: 0 -15px 20px -15px;
  flex-wrap: wrap;
  justify-content: center;
}
.mwb-crp-referral-column {
  width: calc(33.33% - 30px);
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
}
.mwb-crp-referral-column-inner {
  background-color: #27B2C5;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.mwb-crp-referral-column .mwb-crp-referral-icon {
  font-size: 30px;
  color: #ffffff;
}
.mwb-crp-referral-column-inner h4 {
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.mwb-crp-referral-table-wrapper {
  overflow-x: auto;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table {
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eeeeee;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th {
  padding: 15px 8px;
  background-color: #6689CF;
  color: #ffffff;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead th, .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td {
  font-size: 14px;
  text-align: center;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td {
  padding: 15px 8px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code {
  background-color: #e85e54;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 6px 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code::after {
  border: 2px dotted #ffffff;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: -1;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code .mwb-crp-coupon-amount {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.mwb-crp-referral-table-wrapper .mwb-crp-referral-table .mwb-crp-coupon-code .mwb-crp-coupon-scissors {
  max-width: 18px;
  position: absolute;
  right: -4px;
  top: -5px;
  transform: rotate(180deg);
  width: 20px;
  z-index: 1;
}
.mwb-crp-coupon-code .mwb-crp-coupon-copy-coupon {
  cursor: copy;
  margin: 2px auto;
  position: relative;
  width: 19px;
  z-index: 11;
}
/*=====  SOCIAL SHARING BUTTONS CSS  =====*/
.mwb_crp_wrapper_button .google {
  line-height: 1px;
}
.mwb_crp_wrapper_button .twitter-share-button {
    background: #000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 12px;
    text-decoration: none;
    vertical-align: top;
    width: 100px;
    max-width: 100px;
    text-align: center;
    padding: 6px 12px;
    text-decoration: none !important;
}
.mwb_crp_wrapper_button .fb-share-button , .fb-share-button {
    background: #1877f2 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 12px;
    text-decoration: none;
    vertical-align: top;
    width: 100%;
    max-width: 100px;
    padding: 6px 12px;
}
.mwb_crp_wrapper_button .fb-share-button a, .fb-share-button {
  color: white;
  text-decoration: unset !important;
  text-align: center;
}
.fb-share-button img{
  width: 40px;
  height: 40px;
}
.mwb_crp_wrapper_button .google{
 display: inline-block; 
 vertical-align: top;
}
.mwb_crp_wrapper_button .mwb_crp_common_class {
 display: inline-block;
}
.mwb_crp_wrapper_button .mwb_wpr_mail_button {
    background-color: #575757;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    height: 31px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin: 0px 12px;
    width: 100%;
    max-width: 100px;
    padding: 6px 12px;
}
.mwb_crp_wrapper_button .mwb_wpr_mail_button img {
 box-shadow: none;
 display: inline-block;
 margin: 3px auto 0;
 vertical-align: top;
 width: 18px;
}
.mwb_crp_wrapper_button .mwb_wpr_mail_button .mwb_crp_common_class {
 margin-left: 12px;
}
.mwb_crp_btn .twitter-share-button > img {
 box-shadow:none;
 display: inline-block;
 margin-right: 4px;
 margin-top: 3px;
 vertical-align: top;
 width: 19px;
}
.mwb-crp-referral-icon{
  font-weight: 700;
}
/*=====  END of SOCIAL SHARING BUTTONS CSS  =====*/
 /*========================================
 =            Modal Custom CSS            =
 ========================================*/
 #mwb-cpr-drag {
  width: auto !important;
  padding: 0 16px;
}
#mwb-cpr-drag:focus {
outline: 0;
}
#mwb-cpr-drag.mwb-cpr-dragged {
  right: auto;
}
#mwb-cpr-drag.ui-draggable-dragging {
  pointer-events: none;
}
.mwb_cpr_btn_copy.mwb_tooltip {
  position: relative;
}
.mwb_cpr_btn_copy.mwb_tooltip:hover .mwb_tooltiptext{
  visibility: visible;
}
.mwb_cpr_btn_copy.mwb_tooltip:hover .mwb_tooltiptext_copied{
  visibility: hidden;
}
.mwb_cpr_btn_copy.mwb_copied:hover .mwb_tooltiptext {
  visibility: hidden;
}
.mwb_cpr_btn_copy.mwb_copied:hover .mwb_tooltiptext_copied {
  visibility: visible;
}
/*=====  End of Modal Custom CSS  ======*/
/*=========================================
=            Guest User Design            =
=========================================*/


.mwb_cpr_guest .mwb_cpr_btn_wrapper {
  display: block;
  margin-top: 20px;
}
.mwb_cpr_guest__content-text {
  color: #333; 
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
}
.mdl-cpr-btn {
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  border: none;
  border-radius: 2px;
  color: #000;
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow,transform;
  -webkit-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}
/*=====  End of Guest User Design  ======*/
/*===================================================
=            Logged In User Popup Design            =
===================================================*/
.mwb_cpr_logged_wrapper {
  color: #333333;
}
.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code {
  display: block;
  text-align: left;
  word-break: break-all;
  float: left;
  padding: 3px;
}
.mwb_cpr_logged_wrapper .mwb_tooltiptext {
  background-color: #000000;
  border-radius: 6px;
  bottom: -30px;
  color: #ffffff;
  font-size: 11px;
  left: -19px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 80px;
  z-index: 1;
}
.mwb_cpr_logged_wrapper .mwb_tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.mwb_cpr_logged_wrapper .mwb_cpr_btn_copy {
  background: transparent;
  padding: 0;
}
.mwb_cpr_copy_btn_wrap {
  float: left;
  margin-left: 5px;
}
.mwb_cpr_logged_wrapper .mwb-pr-popup-tab-wrapper {
  margin-top: 15px;
  text-align: center;
}
/*=====  End of Logged In User Popup Design  ======*/
/*===================================
=            Animate CSS            =
===================================*/
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -moz-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -moz-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -moz-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -moz-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -moz-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -moz-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
#mwb-cpr-drag {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*=====  End of Animate CSS  ======*/
/*=======================================
=            Media Query CSS            =
=======================================*/
@media screen and (max-width: 767px) {

  .mwb_cpr_guest .mwb_cpr_guest__content {
    width: 100%;
  }
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table thead{
    display: none;
  }
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table{
    border: none;
  }
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td,.mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody,
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table,
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tr{
    display: block;
    text-align: left;
  }
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tr {
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
  }
  .mwb-crp-referral-table-wrapper .mwb-crp-referral-table tbody td:before{
    content: attr(data-th);
    float: left;
    font-weight: bold;
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .mwb-crp-referral-column{
    width: 100%;
    padding: 0;
  }
  .mwb-crp-referral-wrapper{
    margin: 0 0 20px 0;
  }
  .mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter,
  .mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter {
    margin-left: 0;
  }
  #mwb-crp-referral-table_paginate, #mwb-crp-referral-table_info{
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  .mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy code {
    margin-left: 0;
  }
  #mwb_cpr_copy {
    padding-right: 50px;
  }
  .mwb_cpr_copy_btn_wrap {
    right: 0px;
  }
}
/*=====  End of Media Query CSS  ======*/
/*Addede new css*/
.mwb_crp_referal_section{
  padding: 20px !important;
  border: 1px solid #f2f2f2;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.mwb_crp_whatsapp_button {
    background-color: #4FCE5D;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    height: 31px;
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin-left: 10px;
    width: 100%;
    max-width: 100px;
    padding: 6px 12px;
}
.mwb_crp_whatsapp_button img{
    margin: 0 auto 0;
    vertical-align: top;
    width: 18px;
}
.mwb_crp_wrapper_button{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/*email css*/
.mwb_crp_email_wrap{
  display: none;
  margin-top: 20px;
}
.mwb_crp_error{
  color: #FF0000;
}
.mwb_crp_mail_succes{
   color: #008000;
}
.mwb_crp_email_id{
  width: 60%;
  margin-top: 5px;
}
.mwb_crp_referl_code{
  width: 55%;
  text-align: center !important;
}
.mwb_crp_referal_code_text{
  text-align: center !important;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.mwb_crp_referal_code_wrap{
  margin-top: 10px;
}

.theme-storefront .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--referral_coupons a::before{
  content: "\f0c0";
  font-family: "Font Awesome 5 Free";
}

.theme-storefront.admin-bar .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--referral_coupons a::before{
  content: "\f307";
  font-family: 'dashicons' !important;
}

.mwb_cpr_signup_notification{
  font-weight: bold;
}
.mwb_crp_hide_element{
  display: none;
}

/* fixing issues over multiple themes Start */

.mwb_crp_referal_section_wrap #mwb_cpr_referal_code_copy {
    position: relative;
}

.mwb_crp_referal_section_wrap .mwb_cpr_copy_btn_wrap {
    position: absolute;
    line-height: 0;
    right: 5px;
    top: 5px;
}

.mwb_crp_referal_section_wrap #mwb_cpr_copy_link {
    position: relative;
    margin: 0;
}

.mwb_crp_referal_section_wrap #mwb_cpr_copyy_link {
    width: calc(100% - 0px);
    padding: 5px 31px 5px 20px;
    margin-right: 0px;
    background-color: #dcdcdc;
    white-space: normal;
    font-size: 16px;
    float: none;
    box-sizing: border-box;
}

.mwb_crp_referal_section_wrap .mwb_cpr_logged_wrapper {
    margin: 0 0 25px;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner h4 {
    color: #ffffff;
}

.mwb_crp_referal_section_wrap .mwb_cpr_refrral_code_copy .mwb_crp_referl_code {
  width: calc(100% - 0px);
  padding: 5px 5px 5px 20px;
  margin-right: 0px;
  background-color: #dcdcdc;
  white-space: normal;
  font-size: 16px;
  float: none;
  box-sizing: border-box;
  text-align: left !important;
}

.mwb_crp_referal_section_wrap #mwb_cpr_referal_code_copy {
    margin: 0;
}

.mwb_crp_referal_section_wrap .mwb_crp_wrapper_button {
    align-items: center;
    width: 100%;
    padding: 15px 0 10px;
}

.mwb_crp_referal_section_wrap .mwb_cpr_btn_copy {
    border: none;
    line-height: 0;
    margin: 0;
    min-height: 24px;
    overflow: visible;
}

.mwb_crp_referal_section_wrap .mwb_crp_common_class {
    margin: 0;
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mwb_crp_referal_section_wrap .mwb_crp_common_class a {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mwb_crp_wrapper_button #fb-root {
    display: none;
}


.mwb-crp-referral-wrapper {
    gap: 20px;
    width: 100%;
    margin: 60px 0;
}

.mwb-crp-referral-column {
    width: 100%;
    flex: 0 0 calc(33.3% - 24px);
    display: flex;
    padding: 0;
}

.mwb-crp-referral-column-inner {
    flex: 1;
    padding: 10px;
}

.mwb-crp-referral-table-wrapper input[type="search"] {
    width: 100%;
}

#mwb-crp-referral-table_filter>label {
    align-items: center;
}

#mwb-crp-referral-table_length>label {
    align-items: center;
}

.mwb-crp-referral-wrapper .mwb-crp-referral-column-inner h4 .amount {
    color: #ffffff;
}

#mwb-crp-referral-table_filter>label input[type="search"] {
    margin: 0;
}

.mwb_cpr_logged_wrapper .mwb_tooltiptext {
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 30px;
}

.mwb_crp_referal_section_wrap .mwb_cpr_btn_copy:not(:hover):not(:active):not(.has-background) {
    background: transparent;
}

.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_length > label {
    font-size: 14px;
    justify-content: flex-start;
}

.mwb-crp-referral-table-wrapper #mwb-crp-referral-table_filter > label {
    font-size: 14px;
}

.mwb_crp_referal_section_wrap p.mwb_cpr_heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    margin: 20px 0;
}

/* Fixing Popup issues start */

.mwb_cpr_logged_wrapper #mwb_cpr_copyy_code,
.mwb_cpr_logged_wrapper #mwb_cpr_copyy {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin-right: 60px;
    white-space: normal;
}

.mwb_cpr_logged_wrapper #mwb_cpr_copy {
    padding: 0 0 0 0;
    position: relative;
}
.mwb_cpr_copy_btn_wrap img:hover {
  cursor: pointer;
}
.mwb_cpr_copy_btn_wrap img {
  transition: 0.2s ease-in-out;
}
.mwb_cpr_copy_btn_wrap img:hover {
  transform: scale(1.1);
}
.mwb_cpr_logged_wrapper #mwb_cpr_copy .mwb_cpr_copy_btn_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.mwb_cpr_logged_wrapper #mwb_cpr_copy .mwb_cpr_copy_btn_wrap .mwb_cpr_btn_copy {
    border: none;
    margin: 0;
    overflow: visible;
}

.mwb_cpr_logged_wrapper #mwb_cpr_copy .mwb_cpr_copy_btn_wrap .mwb_cpr_btn_copy:focus {
    outline: none;
}

.mwb_cpr_logged_wrapper .mwb_cpr_refrral_code_copy {
    margin-top: 10px;
}


/* Fixing Popup issues ends */

@media screen and (max-width: 1080px) {
    .mwb-crp-referral-column {
        width: 100%;
        flex: 1 0 calc(50% - 5px);
        margin: 0;
    }

    .mwb-crp-referral-wrapper {
        gap: 10px;
    }
}

@media screen and (max-width: 576px) {
    .mwb-crp-referral-wrapper {
        margin: 0 -15px 20px -15px;
    }

    .mwb-crp-referral-column {
        flex: 1 0 calc(50% - 10px);
        margin: 0;
    }
}

@media screen and (max-width: 576px) {

    .mwb-crp-referral-column {
        flex: 1 0 calc(100% - 20px);
    }

    .mwb-crp-referral-wrapper {
        margin: 15px 0;
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .mwb_crp_referal_section_wrap .mwb_crp_wrapper_button {
        flex-direction: column;
    }

    .mwb_crp_referal_section_wrap .mwb_crp_wrapper_button a.mwb_crp_common_class {
        margin: 0;
    }
}

/* Fixing issues over multiple themes end */
.mwb_cpr_guest {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mwb_cpr_guest__content {
  padding: 30px;
  flex: 0 0 calc(50% - 60px);
  max-width: calc(50% - 60px);
}
.mwb_cpr_guest_img {
  padding-right: 30px;
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}  
.mwb_cpr_guest_img img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mwb_cpr_guest {
    display: block;
  }
  .mwb_cpr_guest .mwb_cpr_guest__content {
    padding: 30px 15px;
    text-align: center;
    width: auto;
    max-width: 100%;
  }
  .mwb_cpr_guest_img {
    display: none;
  }
}
.wps_crp_email_buttons{
  display: none;
  margin-top: 5px;
}
.wps_crp_email_button{
  border-radius: 3px !important;
}
a.mwb-coupon-view-btn{
  margin-top: 5px !important;
}
.wps_crp_delete_email{
  margin-left: 5px;
  font-size: 20px;
  color: red;
  cursor: pointer;
}
.theme-Avada .mwb_crp_apply_button,.theme-Avada .mwb_crp_remove_button {
  color: white !important;
}