.analytics-consent-dialog-div {
	height: 65px;
    display: flex;
    flex-direction: row;
	justify-content: center;
	border:2px solid #3e3989;
	background: #e7e7e7;
	margin-bottom: 20px;
	border-radius: 10px;
}

.analytics-consent-span {
	height:40px;
	margin: 10px;
	margin-right: 50px;
    font-size: large;
    font-weight: 500;
}

.analytics-consent-button {
	height:40px;;
	margin: 10px;
}