#antifraud-message {
	width: 100vw;
	height: 100vh;
	background-color: #00000090;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
#antifraud-message .af-window {
	font-family: 'Myriad Regular';
    font-size: 24px;
    width: 530px;
    background-color: #F0F0F0;
    position: relative;
    border-radius: 16px;
    padding: 2.5rem;
    line-height: 1.25;
}
#antifraud-message .af-window .af-window-close {
	position: absolute;
	right: 0;
	top: -75px;
	cursor: pointer;
}
#antifraud-message .af-window .af-window-monkey {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -194px;
}
#antifraud-message .af-window span {
	font-family: 'Myriad Bold';
}
#antifraud-message .af-window .green-button {
	position: absolute;
    background-color: #1DC739;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    color: #ffffff;
    padding: 16px 32px;
    font-family: 'Myriad Bold';
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    border-radius: 10px;
    cursor: pointer;
}