/*====================================
=            Tabs Section            =
====================================*/

.wps_wcb_content_template ul.tabs {
  grid-template-columns: 1fr 1fr!important;
}

.wps_wcb_content_template ul.tabs li .wps_wallet_coupon_tab path:first-of-type {
  fill: #000;
}

.wps_qr_code_form_desc {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #483DE0;
  padding: 10px;
  border-radius: 8px;
  top: calc(100% + 10px);
  border: 1px solid #483DE0;
  font-size: 14px;
}

.wps_wcb_wallet_display_wrapper_with_qr {
  display: grid;
  grid-template-columns: auto 35%;
  gap: 10px;
  position: relative;
}

.wps_wcb_wallet_display_wrapper_with_qr .wps_qr_code_form input.wps_generate_qr_code {
  width: 100%;
  text-align: center;
  padding: 45px 10px 10px!important;
  white-space: break-spaces;
  height: 100%;
  font-size: 12px;
  line-height: 1.25;
}

.wps_qr_code_form_generate_qr_wap {
  position: relative;
  height: 100%;
}

.wps_qr_code_form_generate_qr_wap svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  pointer-events: none;
}

.wps_wcb_wallet_display_wrapper_with_qr .wps_qr_code_form input.wps_generate_qr_code:hover+svg>path {
  fill: #483DE0;
}

form.wps_qr_code_form {
  margin: 0;
  position: relative;
}

.wps_qr_code_form .wps-wallet-field-container {
  margin: 0;
}

.wps_wcb_wallet_display_wrapper_with_qr form.wps_qr_code_form .wps_qr_code_form_desc {
  font-size: 14px;
  padding: 10px;
}

form.wps_qr_code_form:hover .wps_qr_code_form_desc {
  display: inline-block;
}

.wps_wcb_wallet_display_wrapper_with_qr>.woocommerce {
  grid-column-start: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35%;
}

@keyframes qrSuccessHide {
  0% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      display: none;
  }
}

.wps_wcb_wallet_display_wrapper_with_qr>.woocommerce {
  animation: qrSuccessHide 2s forwards 1 3s;
}

.wps_wcb_wallet_display_wrapper_with_qr>.woocommerce .woocommerce-message {
  padding: 10px 20px;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  background-color: #483DE0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  color: #fff;
}

.wps_wcb_wallet_display_wrapper_with_qr>.woocommerce .woocommerce-message::before {
  display: none;
}

.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode {
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  min-height: 30px;
  background-color: #483DE0;
  color: #fff;
  border-radius: 6px;
  padding: 10px 8px;
  border: none;
  cursor: pointer;
  margin: 0;
  box-shadow: none;
}

.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode:focus {
  outline: none;
}

.item.wps_qbg_qr_code_img_wrap {
  text-align: center;
  margin-bottom: 10px;
}

.wps_wcb_wallet_display_wrapper_with_qr img.wps_qbg_qr_code_img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
}

.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode .tooltiptext {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  background: #dcdcdc;
  border-radius: 6px;
  color: #000;
  padding: 5px 10px;
  width: 80%;
  font-size: 12px;
  line-height: 1.25;
  display: none;
}

.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode .tooltiptext:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #dcdcdc;
  bottom: calc(100%);
  left: 50%;
  transform: translateX(-50%);
}

.wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode:hover .tooltiptext {
  display: inline-block;
}


/* Notifications start */


/* Notifications ends */

@media screen and (min-width: 992px) {
  .wps_wcb_content_template ul.tabs {
      grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
  .wps_wcb_wallet_display_wrapper_with_qr {
      grid-template-columns: auto 25%;
  }
  .wps_wcb_wallet_display_wrapper_with_qr input.wps_generate_qr_code {
      font-size: 14px;
  }
  .wps_wcb_wallet_display_wrapper_with_qr>.woocommerce {
      width: 25%;
  }
  .wps_wcb_wallet_display_wrapper_with_qr>.woocommerce .woocommerce-message {
      border-radius: 8px;
  }
  .wps_wcb_wallet_display_wrapper_with_qr>.woocommerce .woocommerce-message::before {
      display: none;
  }
  .wps_wcb_wallet_display_wrapper_with_qr button#copyQRCode {
      font-size: 14px;
      border-radius: 8px;
  }
  .wps_qr_code_form_generate_qr_wap svg {
      top: 20px;
  }
}


/*=====  End of Tabs Section  ======*/


/*====================================
=      Transfer Section            =
====================================*/


/* Popup start */

#wps_wsfwp_show_inviatation_link_form {
  display: none;
}

#wps_wsfwp_show_inviatation_link_form:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 99999;
}

#wps_wsfwp_show_inviatation_link_form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.25;
  margin-bottom: 10px;
  display: block;
}

#wps_wsfwp_show_inviatation_link_form form {
  margin: 0 0 15px;
}

#wps_wsfwp_show_inviatation_link_form input[type=text],
#wps_wsfwp_show_inviatation_link_form textarea {
  box-shadow: none;
  border: 2px solid #DFE3E8;
  border-radius: 6px;
  background: transparent;
  padding: 8px;
  font-size: 16px;
  margin: 0 0 28px;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
}

#wps_wsfwp_show_inviatation_link_form input[type=text]:focus,
#wps_wsfwp_show_inviatation_link_form textarea:focus {
  outline: none;
  border-color: #483DE0;
}

#wps_wsfwp_show_inviatation_link_form .wps_wallet-edit-popup {
  background-color: #fff;
  box-shadow: 0 0 5px #483DE03d;
  border-radius: 8px;
  padding: 15px 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 500px;
  z-index: 999999;
}

#wps_wsfwp_show_inviatation_link_form #close_wallet_form {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#wps_wsfwp_show_inviatation_link_form #close_wallet_form img {
  width: 16px;
  height: auto;
}

a#wps_wsfwp_open_invitation_box {
  text-decoration: underline;
}

.wps_restrict_gateway_message {
  border-left: 5px solid #c30202;
  padding: 5px 10px;
  background-color: #ffe6e6;
  color: #c30202;
}


/* Popup ends */

@media screen and (min-width:992px) {}

.widget_wws_wallet_widget p:before {
  background-image: url(../../public/image/coin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}


.widget_wws_wallet_widget p {
  position: relative;
  padding-left: 22px;
}



/*=====  End of Transfer Section  ======*/