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


.gjp-jackpot-list > div span {
	display: block;
}

.gcp-tooltip {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--e-global-color-primary);
    color: #ffffff;
    cursor: pointer;
    border-radius: 500px;
    line-height: normal;
    width: 20px;
    height: 20px;
    font-size: 16px;
}


.info-box-gcp .gjp-name {
	margin-bottom: 5px !important;
}

.info-box-gcp {
	display: none;		
	text-align: center;
}

.info-box-gcp p {
	margin: 0px; 
	padding: 0px;
	margin-top: 5px;
}

.gjp-jackpot-list {
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px; 
	justify-content: center;
}

.gcp-spend-target {
    background-color: var(--e-global-color-accent);
    border-radius: 10px;
    padding: 5px 10px;
    color: #000;
	font-size: 14px;
    width: max-content;
    margin: 0 auto;
    font-weight: 600;
}

.jackpot-bottom-gcp {
	display: flex;	
	gap: 5px;
	padding-top: 10px;
	flex-direction: column;
}

.gjp-jackpot-list > div {
	background-color: transparent;
    padding: 10px;
	position: relative;
    border-radius: 10px;
    max-width: max-content;        
	text-align: center;
    border: solid 3px var(--e-global-color-primary);
    min-width: 420px;
	max-width: 420px;
}

.gjp-jackpot-list .current-gjp {
	margin: 0px; 
	font-size: 30px;
	font-weight: 700;
	color: var(--e-global-color-primary);
}

.gjp-jackpot-list .gjp-name {
	display: block;
	font-size: 20px;
	margin: 0px;
}

.gcp-view-wallet {
	display: block; color: #ffffff !important; margin-top: 10px;
}

.gcp-winner-display-popup-close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	cursor: pointer;
}

.gcp-winner-display {
	position: relative;
	text-align: center;
	background-color: orange;
	display: block;
	margin: 10px;
	color: #ffffff;
	border-radius: 10px;
	padding: 25px;
}

.gcp-winner-display-popup {
	position: fixed;
    z-index: 99;
    width: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0px;
    background-color: #272525b5;
    height: 100%;
}

@media(max-width: 600px) {
	.gjp-jackpot-list > div {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
}