#nhva {
	display:none;
	box-shadow:0px 0px 20px 0px white;
	background-color:#ffffff;
	max-height:670px;
	max-width:440px;
	height:95%;
	width:100%;
	position:fixed;
	z-index:10000000000;
	bottom:10px;
	right:10px;
	text-align:right;
	box-shadow: 0px 0px 5px 0px grey;
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}
#nhvaifrm {
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 50px;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatop {
    background-color: #003493;
    width: 100%;
    height: 50px;
    border-radius: 8px 8px 0px 0px;
}
#nhvalink {
    position: fixed;
    z-index: 899;
    bottom: 25px;
    right: 10px;
    height: 70px;
    border: 0px;
    border-radius: 60px;
    cursor: pointer;
}
#nhvalink_text {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    color: white;
    font-family: arial;
    font-size: 14px;
    text-align: center;
}
#nhvalink_leftimg {
    position: absolute;
    cursor: pointer;
    float: left;
    background-color: #0070CC;
    color: white;
    padding: 15px;
    border-radius: 30px;
    font-family: arial;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
}
#nhvalink_rightimg {
    position: absolute;
    cursor: pointer;
    float: right;
    background-color: #0070CC;
    color: white;
    padding: 15px;
    border-radius: 30px;
    font-family: arial;
}
div#nhvabanner {
    width: 100%;
}
#nhvabannerimg {
    height: 50px;
    max-width: 50%;
    float: left;
    margin-left: 10px;
}
img#nhvalogo {
    height: 35px;
    margin-top: 20px;
}
img#nhvabackimg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#nhvamin,
#nhvamax,
#nhvaclose {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}
img#nhvamin,
img#nhvamax,
img#nhvaclose
{
	height: 1rem;
}
.nhva_hoveroverlay {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 4px;
    pointer-events: none;
}
.nhva_imagewrapper {
    position: relative;
    display: inline-block;
}
.nhva_imagewrapper:hover .nhva_hoveroverlay {
	opacity: 1;
}
#nhva_bannertext {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
    letter-spacing: 0.4px;
    line-height: 24px;
    display: none;
}
@media (max-width: 470px)
{
	#nhvalink_leftimg {display: none;}
	#nhvalink_rightimg {display: inline;}
	#nhva {right: 0px;bottom: 0px;}
}

/* Modal Background */
.custom-modal {
    background-color: white; /* Plain white */
    color: black; /* Standard text */
    font-family: Arial, sans-serif;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
	z-index: 10000000002 !important;
}

/* Button Container */
.custom-modal .ui-dialog-buttonpane {
    text-align: center;
    padding-top: 10px;
    background: white; /* Match modal */
}

/* Yes Button */
.custom-yes-btn {
    background: #0070d1; /* PlayStation blue */
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
	margin: 0 10px; /* Adds horizontal spacing between buttons */
}

/* No Button */
.custom-no-btn {
    background: #444; /* Neutral grey */
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
	margin: 0 10px; /* Adds horizontal spacing between buttons */
}

/* Button Hover Effects */
.custom-yes-btn:hover {
    background: #0055a3;
}

.custom-no-btn:hover {
    background: #222;
}

#modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10000000001; /* Below modal but above page content */
}