/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/

.woocommerce-MyAccount-content-wrapper {position: relative;}
#manual_payout_variant_choice {
	    padding: 5px 10px;
    font-size: 16px;
}

@media(max-width: 768px) {
	.my-payouts-action-bar {
		overflow: auto;
	}
}

.kyc-front-notice {
    display: block;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333 !important;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px !important;
}

#kyc-verify-container {
	width: 100%;    
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
	margin-bottom: 20px;
}

#kyc-verify-container h3 {
    margin-bottom: 5px;    
	font-size: 18px;
	color: #000000;
}

#kyc-verify-container p {
    margin-bottom: 10px;
	font-weight: 400;
    font-size: 14px;
    color: #333;
}

#kyc-verify-button {
    display: inline-block;
    background-color: var(--e-global-color-primary);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.2s ease;
    border-radius: 10px;
    padding: 5px 20px;
	margin-bottom: 5px;
}

#kyc-verify-button:hover {
    background-color: #000000;
}


.payment_portal_dashboard table td, .payment_portal_dashboard table th {
	max-width: 400px;
}

#claim-cash-alternative-prize {
	display: none;
}

.payout-decision-claim-info {
	display: none;
}

.spinner-payout-loading {
width: 20px;
    height: 20px;
    border: 4px solid #ccc;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spinner-payout-loading-frame 1s linear infinite;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 1px;
}

.portal-updating-payouts {
	text-align: center;
	margin-bottom: 30px; 
}

@keyframes spinner-payout-loading-frame {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.confirmation-payout-decision .response-feedback-payout {
	margin-top: 20px !important;
}

.banking_details_manual_payout {
	display: flex; 
	gap: 10px;
}

#manual_payout_body_email_preadd {
	line-height: normal;
    margin-top: 15px;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.payout-decision-claim-info span {
	color: #000;
	display: block;
	font-weight: 600;
}

#manual_payout_email > div {
	margin-bottom: 15px;
}

#manual_payout_type_choice {
	padding: 5px 10px;
	font-size: 16px;
}

.pop_out_payout_actions.disabled, #save_manual_payout_email.disabled {
	opacity: 0.5 !important; 
	pointer-events: none;
}


input.disclaimer-payout-conf-confirm {
	max-width: max-content !important;
}


.disclaimer-payout-conf-confirm-label {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 20px;
}

.email_claim_form {
	cursor: pointer;
	color: #ffffff;
	background-color: #dd0f00;
	font-weight: 600;
	border-radius: 10px;
	padding: 5px 10px;	
	display: inline-block;
}

#banking_details_manual_payout input {
	margin-top: 5px;
	font-size: 15px;
	padding: 5px;
	border-radius: 0px;
}



#delivery_address_manual_payout label {
	display: block;	
}

#delivery_address_manual_payout input {
	margin-top: 5px; 
	font-size: 15px; 
	padding: 5px; 
	display: block;
	border-radius: 0px;
}

.payout_customer_name {
	display: none;
}

.my-payouts-action-bar, .payouts-portal-title {
	margin-bottom: 20px !important;
}

.payouts-portal-title {
	font-size: 20px;
}

.my-payouts-action-bar {
	display: flex; 
	gap: 10px; 
}

.my-payouts-action-bar > span, .my-payouts-action-bar > a, .my-payouts-action-bar > a:hover {
	display: inline-block;
	color: #333 !important;
	cursor: pointer;
	border-radius: 50px;
	padding: 7px 15px;
	min-width: max-content;
	line-height: normal;
	font-weight: 400;
	background-color: #fbfbfb;
	border: solid 0.1px #e9e9e9;
	font-size: 12px;
}

.bank_details_payout_popup_child .bank_transfer_title  {
	margin-bottom: 10px !important;
	text-align: center;
	white-space: nowrap;
}

#bank_details_input_payout input {
	margin: 5px; 
	border-radius: 5px;
}

#payouts-update-bank-details {
	margin-bottom: 50px; 
	display: inline-block;
}

.response-feedback-payout {
	padding: 5px 25px; 	
	display: inline-block; 	
	border-radius: 5px;
	color: #ffffff;
	background-color: #4CAF50;
	display: none;
	margin-top: 10px;
}


.response-feedback-payout.error {
	background-color: orange;
}

.disabled-form-payout-button {
	pointer-events: none;
	opacity: 0.5;
}

.popup-prize-name {
	font-weight: 600; 
	font-size: 20px; 
	color: #000000 !important;
	margin-bottom: 10px;
}

.pop_out_payout_actions {
	display: flex;
	gap: 10px;
	margin: 25px 0px;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.disclaimer-payout-conf {
	color: red; 	
	text-decoration: underline;
}

.pop_out_payout_actions button {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
	padding: 5px 10px;
	width: 100%;
	font-size: 15px;
}

.confirmation-payout-decision h3 {
	color: #000000 !important;
	margin-bottom: 10px !important;
	font-size: 18px;
}

.claim_instant_prize {
	cursor: pointer;
	color: #ffffff; 
	background-color: #000000; 
	font-weight: 300;
	border-radius: 10px; 
	padding: 5px 10px;
	max-width: 200px; 
	text-wrap: wrap;
}

.popup_container_payout_child {
	background-color: #ffffff;
	max-width: 600px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	padding: 25px;
	border-radius: 10px;
	min-width: 300px;	
	max-height: 95vh; 
	overflow: auto;
}

.popup_container_payout {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #33333396;
	z-index: 99999;
	display: none;
}

.email_manual_title {
	font-size: 20px;
	font-weight: 600;
}

#manual_email_payout_popup .email_manual_title, #manual_email_payout_popup strong {
	color: #000000;
}

.alternative_payout_actions.highlight_wallet::before {
content: "OR";
    position: absolute;
    top: -0.7em;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 5px;
    font-weight: bold;
    color: #000;
    line-height: normal;
}

.alternative_payout_actions.highlight_wallet {
	position: relative;
    padding-top: 15px;
    border-top: solid 2px #000;
    margin-top: 5px;
}

.alternative_payout_actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

#manual_payout_email label {
	margin-bottom: 5px; 
}

.payment_portal_dashboard {
	text-align: left !important;
}

@media(min-width: 1000px) {
	.alternative_payout_actions button {
		max-width: 47%;
	}
}

@media(max-width: 600px) {
	
	.pop_out_payout_actions button {
		width: 100%;
	}
	
	#manual_payout_body_email {
		max-height: 100px;
		min-height: 100px;
	}
	
	.desktop-only-payout-table {
		display: none !important;
	}
	
	.popup_container_payout_child {
		min-width: 95% !important;
		max-width: 95% !important;
	}
}

@media(min-width: 600px) {
	.mobile-only-payout-table {
		display: none !important;
	}
}

@media all and (min-width: 1px) and (max-width: 768px) { 
span.claim_instant_prize {
	display: inline-block !important;
}
}







/* ── Modern inputs & selects drop-in ── */
#banking_details_manual_payout input[type="text"],
#banking_details_manual_payout input[type="number"],
#banking_details_manual_payout input[type="email"],
#delivery_address_manual_payout input[type="text"],
#delivery_address_manual_payout input[type="number"],
#delivery_address_manual_payout input[type="email"],
#bank_details_input_payout input[type="text"],
#bank_details_input_payout input[type="number"],
#bank_details_input_payout input[type="email"],
#manual_payout_email input[type="text"],
#manual_payout_email input[type="email"],
#manual_payout_email textarea {
    margin-top: 5px;
    font-size: 15px;
    padding: 9px 12px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
}

#banking_details_manual_payout input[type="text"]:focus,
#banking_details_manual_payout input[type="number"]:focus,
#banking_details_manual_payout input[type="email"]:focus,
#delivery_address_manual_payout input[type="text"]:focus,
#delivery_address_manual_payout input[type="number"]:focus,
#delivery_address_manual_payout input[type="email"]:focus,
#bank_details_input_payout input[type="text"]:focus,
#bank_details_input_payout input[type="number"]:focus,
#bank_details_input_payout input[type="email"]:focus,
#manual_payout_email input[type="text"]:focus,
#manual_payout_email input[type="email"]:focus,
#manual_payout_email textarea:focus {
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

#manual_payout_type_choice,
#manual_payout_variant_choice {
    padding: 9px 12px;
    font-size: 15px;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
    background: #fff;
}

#manual_payout_type_choice:focus,
#manual_payout_variant_choice:focus {
    border-color: #999;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}

/* ── Submit / action buttons ── */
.pop_out_payout_actions button[type="submit"],
.pop_out_payout_actions input[type="submit"],
#save_manual_payout_email,
#payouts-update-bank-details {
    background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
    var(--e-global-color-primary, #1a5c3a),
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s;
}

.pop_out_payout_actions button[type="submit"]:hover,
.pop_out_payout_actions input[type="submit"]:hover,
#save_manual_payout_email:hover,
#payouts-update-bank-details:hover {
    opacity: .88;
}

/* ── Popup modal polish ── */
.popup_container_payout {
    backdrop-filter: blur(3px);
}

.popup_container_payout_child {
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    padding: 28px;
}

.bank_details_payout_popup_child .bank_transfer_title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px !important;
}

/* ── Payout action buttons ── */
.pop_out_payout_actions button {
    background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
    var(--e-global-color-primary, #1a5c3a),
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .15s, transform .1s;
    width: 100%;
}

.pop_out_payout_actions button:hover {
    opacity: .88;
    transform: translateY(-1px);
}

.pop_out_payout_actions button:active {
    opacity: 1;
    transform: translateY(0px);
}

.pop_out_payout_actions button span {
    font-weight: 700;
}

.email_manual_title {
    background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
    var(--e-global-color-primary, #1a5c3a),
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
);
    color: #fff !important;
    margin: -28px -28px 20px -28px !important;
    padding: 20px 24px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 600;
}

.claim_instant_prize {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
    var(--e-global-color-primary, #1a5c3a),
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
);
    font-weight: 600;
    font-size: 13px;    
    padding: 7px 16px;
    max-width: 200px;
    text-wrap: wrap;
    display: inline-block;
    transition: opacity .15s, transform .1s;
    border: none;
    line-height: 1.4;
}

.claim_instant_prize:hover {
    opacity: .88;
    transform: translateY(-1px);
}

.claim_instant_prize:active {
    opacity: 1;
    transform: translateY(0px);
}

.email_claim_form {
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #c0392b, #dd0f00);
    font-weight: 600;
    font-size: 13px;
    padding: 7px 16px;
    display: inline-block;
    transition: opacity .15s, transform .1s;
    border: none;
    line-height: 1.4;
}

.email_claim_form:hover {
    opacity: .88;
    transform: translateY(-1px);
}

.email_claim_form:active {
    opacity: 1;
    transform: translateY(0px);
}

.payout-check-row {
display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px !important;
    font-size: 13px;
    color: #555;
    margin-top: 10px !important;
    font-family: 'Figtree', system-ui, sans-serif;
    font-weight: 700;
}

.disclaimer-payout-conf-confirm-label {
	
    font-size: 13px;
    color: #555;
    font-family: 'Figtree', system-ui, sans-serif;
    font-weight: 700;
}

#payout_confirm_check {
	margin-top: 0px;
	accent-color: #1a5c3a;
	flex-shrink: 0;
}

input.disclaimer-payout-conf-confirm {
	accent-color: #1a5c3a;
}

#save_manual_payout_email {
	width: 100%;
	padding: 12px;
	background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
    var(--e-global-color-primary, #1a5c3a),
    color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: opacity .15s;
}

#save_manual_payout_email:disabled {
	opacity: .4;
	cursor: not-allowed;
}

@media(max-width: 600px) {
	.payout-check-row {
		align-items: flex-start !important;		
	}
	
	.payout-check-row input {
		margin-top: 1px !important;
	}
}










/* ═══════════════════════════════════════════════════════════════
   PAYOUT TABLE — IMPACTFUL REDESIGN
   Paste at the bottom of instant-prize-payouts-public.css
═══════════════════════════════════════════════════════════════ */

/* ── Kill the default table box model completely ── */
.payment_portal_dashboard table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 6px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.payment_portal_dashboard table thead tr {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.payment_portal_dashboard table thead th {
    padding: 4px 16px 10px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: #aaa !important;
    border: none !important;
    background: transparent !important;
    white-space: nowrap;
}

/* ── Each row becomes a card ── */
.payment_portal_dashboard table tbody tr.loop_instant_prizes {
    background: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04) !important;
    transition: box-shadow .18s, transform .18s !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    animation: row-in .3s ease both;
}

.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(1)  { animation-delay: .03s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(2)  { animation-delay: .06s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(3)  { animation-delay: .09s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(4)  { animation-delay: .12s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(5)  { animation-delay: .15s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(6)  { animation-delay: .18s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(7)  { animation-delay: .21s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(8)  { animation-delay: .24s }
.payment_portal_dashboard table tbody tr.loop_instant_prizes:nth-child(n+9) { animation-delay: .27s }

@keyframes row-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.payment_portal_dashboard table tbody tr.loop_instant_prizes:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.06) !important;
    transform: translateY(-2px) !important;
}

/* Round the first and last td in each row */
.payment_portal_dashboard table tbody tr.loop_instant_prizes td:first-child {
    border-radius: 3px !important;
    border-left: 3px solid var(--e-global-color-primary, #1a5c3a) !important;
}

.payment_portal_dashboard table tbody tr.loop_instant_prizes td:last-child {
    border-radius: 3px !important;
}

/* ── Cells ── */
.payment_portal_dashboard table tbody td {
    padding: 14px 16px !important;
    vertical-align: middle !important;
    border: none !important;
    background: transparent !important;
    border-bottom: none !important;
}

/* Date + ticket */
.payment_portal_dashboard table td.desktop-only-payout-table {
    font-size: 12px !important;
    color: #bbb !important;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
}

/* Competition link */
.payment_portal_dashboard table td a {
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    color: #111 !important;
    letter-spacing: -.01em;
}

.payment_portal_dashboard table td a:hover {
    color: var(--e-global-color-primary, #1a5c3a) !important;
}

/* ── Status cells — claimed/paid rows get a muted italic treatment ── */
.payment_portal_dashboard table td[class^="status_"],
.payment_portal_dashboard table td[class*=" status_"], .payment_portal_dashboard table td.status_paid_to_wallet {
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: .01em;
	color: var(--e-global-color-primary, #1a5c3a) !important; 
	opacity: 0.4;
}

.payment_portal_dashboard table tbody tr.loop_instant_prizes:has(.email_claim_form) td:first-child {
	opacity: 1 !important; 
}


.payment_portal_dashboard table tbody tr.loop_instant_prizes:has(.claim_instant_prize) td:first-child {
    border-left-color: var(--e-global-color-primary, #1a5c3a) !important;
}

.payment_portal_dashboard table tbody tr.loop_instant_prizes:has(.email_claim_form) td:first-child {
    border-left-color: #ef4444 !important;
}

/* ── Claim button ── */
.claim_instant_prize {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #fff 15%),
        var(--e-global-color-primary, #1a5c3a),
        color-mix(in srgb, var(--e-global-color-primary, #1a5c3a) 85%, #000 15%)
    ) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 99px !important;
    border: none !important;
    cursor: pointer;
    letter-spacing: .02em;
    transition: opacity .15s, transform .15s, box-shadow .15s !important;
    box-shadow: 0 2px 8px rgba(26,92,58,.3) !important;
    white-space: nowrap;
    max-width: none !important;
    text-wrap: nowrap !important;
}

.claim_instant_prize::after {
    content: '→';
    font-size: 13px;
    transition: transform .15s;
}

.claim_instant_prize:hover {
    opacity: .9 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 14px rgba(26,92,58,.4) !important;
}

.claim_instant_prize:hover::after {
    transform: translateX(3px);
}

/* ── Submit Claim (urgent) ── */
.email_claim_form {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: #fff !important;
    color: #dc2626 !important;
    border: 1.5px solid #fca5a5 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 7px 14px !important;
    border-radius: 99px !important;
    cursor: pointer;
    letter-spacing: .02em;
    transition: all .15s !important;
    white-space: nowrap;
}

.email_claim_form:hover {
    background: #fef2f2 !important;
    border-color: #ef4444 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(220,38,38,.15) !important;
}

/* ── Mobile: rows become stacked mini-cards ── */
@media (max-width: 600px) {

    .payment_portal_dashboard table {
        border-spacing: 0 8px !important;
    }

    .payment_portal_dashboard table tbody td {
        padding: 12px 14px !important;
    }

    .payment_portal_dashboard table td p.mobile-only-payout-table {
        font-size: 11px !important;
        color: #bbb !important;
        margin: 5px 0 0 !important;
        line-height: 1.6 !important;
    }

    .payment_portal_dashboard table td hr.mobile-only-payout-table {
        border: none !important;
        border-top: 1px solid rgba(0,0,0,.06) !important;
        margin: 8px 0 6px !important;
    }

    .claim_instant_prize {
        font-size: 11px !important;
        padding: 7px 14px !important;
    }
}

 
/* More spacing between cards */
.payment_portal_dashboard table {
    border-spacing: 0 10px !important;
}
 
/* Green competition link */
.payment_portal_dashboard table td a {
    color: var(--e-global-color-primary, #1a5c3a) !important;
	text-transform: lowercase !important;
	font-weight: 400 !important;
}
 
.payment_portal_dashboard table td a:hover {
    opacity: .75 !important;
    color: var(--e-global-color-primary, #1a5c3a) !important;
}
 

.only_one_option {
	max-width: 100% !important; 
}


#claim-wallet-prize {
	max-width: 400px; 
	margin: 0 auto;
}

