.rewards-app {
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 200px;
	top: 250px;
	right: 500px;
	cursor: pointer !important;
}

#applixir_vanishing_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#applixir_vanishing_div iframe {
    width: 90%;
    height: 90%;
    max-width: 800px;
    max-height: 450px;
    border: none;
    border-radius: 10px;
    background: white;
}
