/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wps_wgm_to_name_optional {
  /* display:block !important;  */
}

#wps_uwgc_send_date, #wps_wgm_time {
  width: 99%;
}

#wps_wgm_time {
  min-height: 40px;
}

#wps_wgm_to_ship {
  width: 99%;
}

.wps_whatsapp_share {
  background: #25d366;
  color: #ffffff;
  width: 147px;
  display: block;
  font-size: 21px;
  text-decoration: none !important;
  text-align: center;
  margin: 12px 0px;
}

.wps_whatsapp_share img {
  margin-left: 7px;
  font-size: 30px;
  vertical-align: middle;
  font-weight: normal;
  display: inline-block;
  max-width: 26px;
}

#wps_whatsapp_contact {
  width: 99%;
}

#wps_whatsapp_error{
  color: red; 
  font-size: 12px;
}

.wps_uwgc_msg_info {
  display: block;
  font-size: 14px;
}

#wps_uwgc_browse_img {
  width: 100%;
}

.wps_wgm_info {
  display: block;
}

.wps_download_pdf {
  padding: 7px 14px;
  background: black;
  color: #fff;
  font-weight: bold;
}

.fas.fa-file-download.wps_wgm_download_pdf {
  margin-left: 7px;
}

.wps_gift_card_balance_heading {
  margin: 0;
  /* margin-top: 30px; */
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.25;
}

.wps_gift_card_balance_heading .amount_wrapper {
  color: #483de0;
  font-weight: 600;
}

img.wps_resend_image {
  background: #70b3b5;
  width: 45px;
}

.resend_mail_wrapper {
  margin-bottom: 15px;
}

.wps_uwgc_price_button {
  margin-right: 4px;
  margin-bottom: 4px;
}

#wps_wgm_to_contributor_email {
  width: 99%;
}

/* My account section css */
.gc-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.gc-car-widget.wps-coupon-card {
  border: solid 1px #545454;
  border-radius: 5px;
}

.gc-car-widget.wps-coupon-card a {
  text-align: center;
  background-color: #ffffff;
  padding: 15px 0px;
  display: block;
  text-decoration: none;
}

.wps-wps_recharge_coupon-btn .button {
  float: none !important;
}

.gc-car-widget.wps-coupon-card .h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 0px 10px;
  padding-bottom: 10px;
  display: block;
  color: #545454;
}

.gc-card-table-wrapper {
  max-width: 680px;
}

.wps-gc-card-section {
  border-radius: 8px;
  margin-top: 20px;
  max-width: 680px;
  margin-bottom: 20px;
}

.wps-coupon-card-icon {
  display: block;
}

.wps-order-status.wps-processing,
.wps-order-status.wps-completed,
.wps-order-status.wps-on-hold {
  position: relative;
}

.wps-order-status.wps-processing:before,
.wps-order-status.wps-completed:before,
.wps-order-status.wps-on-hold:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #483de0;
  border-radius: 50%;
  left: 4px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.wps-order-status.wps-on-hold:before {
  background-color: #fc9918;
}

.wps-order-status.wps-completed:before {
  background-color: #36a635;
}

.wps-coupon-card-icon svg {
  width: 60px;
  height: 60px;
}

.wps-wallet-field-container #wps_gc_recharge_amount,
.wps-wallet-field-container .wps_recharge_coupon_code {
  width: 100% !important;
  border-radius: 5px;
  height: auto;
  padding: 10px 12px;
  border: solid 1px #ccc;
}

.wps-wallet-field-container #wps_recharge_coupon_code,
.wps-wallet-field-container #wps_gc_recharge_amount {
  margin-bottom: 10px;
  border: solid 1px #ccc;
  width: 100% !important;
  max-width: 100%;
  padding: 10px 15px;
}

.gc-card-table-wrapper table {
  width: 100%;
}

.gc-card-table-wrapper table thead tr th {
  /* background-color: #483DE0; */
  text-align: left;
  padding: 10px 15px;
  font-size: 14px;
  /* color: #fff; */
  font-weight: 600;
}

.gc-card-table-wrapper table tbody tr td {
  padding: 5px 15px;
}

.gc-card-table-wrapper table tbody tr td {
  padding: 5px 15px;
  border: solid 1px #ccc;
  font-size: 14px;
}

.gc-card-table-scroll {
  max-height: 486px;
  overflow: auto;
  padding-bottom: 20px;
}

.wps-wallet-field-container {
  margin-top: 20px;
}

.wps-custom-price .contri_product_price {
  margin: 10px 0 20px;
  width: 100%;
}

.gc-car-widget.wps-coupon-card a.active .h4 {
  color: inherit;
}

.gc-car-widget.wps-coupon-card a.active .wps-coupon-card-icon svg path {
  fill: #483de0;
}

.gc-card-wrapper .gc-car-widget.wps-coupon-card a {
  text-decoration: none;
}

.gc-car-widget.wps-coupon-card a.active {
  border-color: #483de0;
  color: #483de0;
}

.wps-coupon-card a.active {
  position: relative;
}

.wps-coupon-card a.active:after {
  position: absolute;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  background: #483de0;
  border-radius: 50%;
  top: 10px;
  right: 10px;
}

.wps_copyLinkButton {
  position: relative;
}

.wps-copied-text-msg {
  vertical-align: middle;
  padding: 4px 6px;
  background-color: rgb(83, 83, 83);
  color: #ffffff;
  font-size: 5px;
  line-height: 1.25;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  transform: translateX(-50%);
  z-index: 9;
}

.wps-copied-text-msg:after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: rgb(83, 83, 83);
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.gc-card-table-wrapper table tbody tr td:last-of-type {
  min-width: 100px;
}

.gc-card-table-wrapper table tbody tr td:last-of-type a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none !important;
  vertical-align: top;
}

.wrapper-wps-thankyou-whatsapp-icon {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.wps-thankyou-whatsapp-icon {
  margin-right: 30px;
  text-align: center;
}

.wps-thankyou-whatsapp-icon .wps_pgfw_whatsapp_share_icon {
  text-decoration: none !important;
  margin-bottom: 10px !important;
}

.wps-thankyou-whatsapp-icon p {
  margin-top: 15px;
  font-size: 16px;
  text-transform: capitalize;
}

.wps-thankyou-whatsapp-icon .wps_pgfw_whatsapp_share_icon img {
  width: 42px !important;
  display: block;
  margin: 0 auto;
}

.wps-thankyou-whatsapp-icon a.wps_copyLinkButton {
  text-decoration: none !important;
  display: block !important;
}

.wps-thankyou-whatsapp-icon a.wps_copyLinkButton span {
  font-size: 38px;
  height: auto;
  width: auto;
}

.wps-thankyou-whatsapp-icon a.wps_copyLinkButton .wps-copied-text-msg {
  font-size: 15px;
  top: 40px;
  background-color: rgb(83, 83, 83);
  color: #fff;
}

.wps-thankyou-whatsapp-icon a.wps_copyLinkButton .wps-copied-text-msg:after {
  border-bottom-color: rgb(83, 83, 83);
}

a.wps_copyLinkButton.wps-group-tool-tip .wps-copied-text-msg {
  top: 26px;
  font-size: 12px;
}

a.wps_copyLinkButton.wps-group-tool-tip .wps-copied-text-msg:after {
  top: -19px;
}

.wps-gc-card-section+.woocommerce-error {
  margin: 10px 0 0;
}

/* Second Layout Start */

.wps-gc_lay-2.wps_wgm_added_wrapper {
  padding-top: 20px;
}

.wps-gc_lay-2 .wps-ts__head {
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #d3d3d3;
}

.wps-gc_lay-2 .wps-ts__h-item {
  border: 1px solid #d3d3d3;
  padding: 10px 8px;
  border-bottom: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.25;
  flex: 1;
  text-align: center;
}

.wps-gc_lay-2 .wps-ts__b-item {
  padding: 15px 10px;
  display: none;
}

.wps-gc_lay-2 .wps-ts__b-item.wps-ts__active {
  display: block;
}

.wps-gc_lay-2 .wps-ts__body .wps_wgm_delivery_method {
  padding: 15px 10px 10px;
  box-shadow: none;
  border: 1px solid #d3d3d3;
  /* border-top: none; */
}

.wps-gc_lay-2 .wps-ts__body .wps_wgm_method {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 5px;
  display: inline-block;
  color: #1e1e1e;
  display: none !important;
}

.wps-gc_lay-2 .wps-ts__body .wps_wgm_msg_info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  color: #d3d3d3;
}

.wps-gc_lay-2 .wps-ts__body input[type="radio"] {
  display: none !important;
}

.wps-gc_lay-2 .wps-ts__h-item.wps-ts__active {
  background: #D3D3D3;
  color: #fff;
}

.wps-gc_lay-2 .wps_demo_browse {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  flex: 0 0 70px;
}

.wps-gc_lay-2 .wps_demo_browse .wps-gc__upload-icon {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 100;
  border: 1px dashed #D3D3D3;
  color: #D3D3D3;
  cursor: pointer;
  background: #fff;
  flex-direction: column;
  line-height: 0.8;
}
.wps-gc_lay-2 .wps_demo_browse .wps-gc__upload-icon div {
  font-size: 14px;
}

.wps-gc_lay-2 .wps_demo_browse input[type="file"] {
  opacity: 0;
}

.wps-gc_lay-2 .wps_wgm_selected_template .wps_wgm_featured_img {
  border-radius: 0;
  border: none;
  object-fit: cover;
  float: unset;
  vertical-align: top;
  margin: 0;
}

.wps-gc_lay-2 .wps_demo_browse .selected-file-name-span {
  position: absolute;
  left: 0;
  font-size: 10px;
  display: flex;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  background: transparent;
  color: #fff;
  cursor: pointer;
  top: 0;
}

.wps-gc_lay-2 .wps_wgm_pre_selected_temp~.selected-file-name-span {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.wps-gc_lay-2 .wps_wgm_selected_template_wrapper .wps_wgm_pre_selected_temp {
  border: 2px solid #1e1e1e !important;
  color: #1e1e1e !important;
  border-radius: 0;
}

/* .wps_wgm_wrapper_for_preview {
  margin: 15px 0;
  width: 100%;
  position: unset !important;
}

.wps_wgm_wrapper_for_preview h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  color: #1e1e1e;
  text-align: left;
}

.wps_wgm_wrapper_for_preview p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.5;
  text-align: left;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.wps_wgm_wrapper_for_preview h2 span {
  font-weight: 600;
} */

/* .wps-gc_lay-2 #wps_wgm_contribution_field,
.wps-gc_lay-2 #wps_wgm_contribution_field label {
  display: none;
} */

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_selected_template {
  overflow: auto;
  padding: 0 !important;
  display: flex;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_selected_template_wrapper {
  display: flex;
  gap: 5px;
  margin: 0 0 10px;
}

.wps-gc_lay-2 .wps_wgm_new_layout_for_from_select {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 1px);
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section .wps_uwgc_info,
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section .wps_uwgc_msg_info {
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
  margin: 3px 0 0;
  color: #d3d3d3;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section label.wps_wgc_label {
  font-size: 14px;
  color: #1e1e1e;
  line-height: 1.25;
  display: inline-block;
  margin: 0 0 10px;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="text"],
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="number"],
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section textarea,
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="tel"] {
  box-sizing: border-box;
  width: 100% !important;
  background: transparent;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  border-radius: 5px;
  color: #1e1e1e;
  padding: 10px;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  min-height: 33px;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section {
  margin: 0 0 10px;
  padding: 0;
  flex: 1 0 45%;
  width: calc(100% - 1px);
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section textarea {
  resize: none;
  min-height: 66px;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section textarea+.wps_wgm_message_length {
  font-size: 10px;
  display: block;
  text-align: right;
  color: #d3d3d3;
  line-height: 1.5;
  padding-right: 2px;
}

.wps-gc_lay-2 .mwg_wgm_preview_email {
  display: block;
}

.wps-gc_lay-2 .mwg_wgm_preview_email #mwg_wgm_preview_email {
  width: 100%;
  padding: 10px 20px;
  font-size: 14px;
  background: var(--wp--preset--color--vivid-green-cyan);
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="text"]:focus,
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="number"]:focus,
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section textarea:focus,
.wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section input[type="tel"]:focus,
.wps-gc_lay-2 .mwg_wgm_preview_email #mwg_wgm_preview_email:focus {
  outline: none;
}

@media screen and (max-width: 480px) {
  .wps-gc_lay-2 .wps_wgm_new_layout_for_from_select {
    gap: 0;
  }

  .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_section {
    margin: 0 0 20px;
    flex: 1 0 98%;
  }

  .wps-gc_lay-2 .wps_wgm_wrapper_for_preview {
    margin: 15px 0 25px;
  }

  .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_selected_template {
    flex: 1;
  }
}

@media screen and (max-width: 340px) {
  .wps-gc_lay-2.wps_wgm_added_wrapper .wps_wgm_selected_template {
    flex: 0 0 150px;
  }
}
.wps_demo_browse.wps_for_variable_product{
  display: none;
}
/* Second Layout End */

.wps_wgm_wrapper_for_preview .wps_text_style{

  text-align: right;
 width: 100%;
 display: block;
  font-weight: 500;
  flex: 1;
max-width: 300px;

}

/* frontend preview */
#TB_window {
  background:transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
	height: 400px !important;
    overflow: unset !important;
}

#TB_window iframe {
  background: #fff !important;
	padding-bottom: 20px;
}