.imbee-error {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding: 0 46px;
		text-align: center;
		background: white;
}

.imbee-error-title h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 2px;
}

.imbee-error-body p {
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 21px;
	font-weight: 400;
}

.imbee-error-buttons button {
	background: #ffffff;
	border: 1px solid #c8d2dd;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 21px;
	padding: 10px 12px;
	font-weight: 600;
}

.imbee-error-buttons button:hover {
	cursor: pointer;
	background: #f6f6f6;
	border: 1px solid #333333;
	border-radius: 4px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 21px;
	padding: 10px 12px;
	font-weight: 600;
}