#agreeCheckbox {
    transform: scale(1.5);
	margin-right:12px;
    border: 2px solid #007bff;
    background-color: #fff;
    border-radius: 4px;
}

#agreeCheckbox:checked {
    background-color: #007bff;
    border-color: #007bff;
}
	.visually-hidden {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		border: 0;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 90;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		justify-content: center;
		align-items: center;
	}

	.modal-content {
		background-color: white;
		padding: 20px;
		border-radius: 5px;
		width: 300px;
		text-align: center;
		font-size:0.9rem;
		font-weight:200;
	}

	.show {
		display: flex;
	}

	.disclaimertext {
		text-align: left;
	}

	.approval {
		font-size:1.2rem;
		font-weight:500;
	}