html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f1f4f8;
	font-family: 'Helvetica Neue', arial, sans-serif;
	font-weight: 400;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

* {
	box-sizing: border-box;
}

.spinner-background {
	background-color: #0F425F;
}

.container {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.loading-container {
	width: 40%;
	height: 40%;
	margin: auto;
}

.impression-img {
	display: none;
}

html, body {
	margin: 0;
	font-family: 'Poppins', 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #777;
	padding: 10px;
	background-color: #ebebeb;
}

#widget {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wall {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 7.5vh;
	margin-bottom: 7.5vh;
}

.similar-message {
	flex-grow: 0;
	flex-shrink: 1;
	align-self: stretch;
	background-color: #f34270;
	padding: 10px;
	margin: -10px -10px 0;
	text-align: center;
}

.similar-message span {
	color: #f4f7ff;
	font-size: 12px;
	font-style: italic;
}

.similar-message span.reason {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	font-style: normal;
}

.details {
	flex: 3 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.details img {
	width: 50vw;
	max-width: 300px;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 45px;
}

.details h1 {
	color: #000;
	font-size: 32px;
	font-weight: 600;
	margin: 4vh 3vh 7vh;
	text-align: center;
}

.details p {
	font-size: 18px;
	font-weight: 300;
	margin: 0 15px 8vh;
	white-space: pre-wrap;
	text-align: center;
}

.actions {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.actions a {
	display: block;
}


.actions a .badge-wrapper {
	width: 70vw;
	max-width: 300px;
}

.actions a .badge-wrapper button {
	width: 85%;
	height: 55px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	color: #ffffff;
	background-color: #F5531D;
	border: none;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}

.actions a .badge-wrapper button:hover {
	background-color: #FFC2AD;
	box-shadow: 0 15px 20px rgba(243, 66, 112, 0.4);
	color: #fff;
	transform: translateY(-7px);
}

img.impression-img {
	display: none
}
