/**
 * 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 {
	width: 99%;
}
#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_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 a{
	text-align: center;
	border: solid 1px #545454;
	border-radius: 5px;
	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 input{
	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;
}




.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;
}