.wizard-home-menu {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.wizard-home-menu h1 {
	margin-bottom: 50px;
}

.wizard-menu {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px;
	overflow-y: auto;
}

.wizard-menu button {
	border: 1px solid #008ad2;
	margin: 5px 0;
	height: 30px;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}

.wizard-button {
	width: 280px;
	height: 160px;
	border-radius: 6px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	margin: 0 50px;
	border: 2px solid #008ad2;
	cursor: pointer;
	background-color: #fff;
	font-weight: 600;
}

.wizard-menu button:hover,
.wizard-button:hover {
	background-color: #008ad2;
	color: #fff;
}

.wizard-button:hover .wizard-img,
.wizard-button:hover .wizard-create-img {
	background-color: #fff;
}

.wizard-img {
	margin-top: 25px;
	width: 40px;
	height: 40px;
	background-color: #008ad2;
}

#wizard-edit-image {
	height: 200px;
}

#selectLayoutPreset {
	margin: 25px 0;
}

.edit-wizard-li:hover,
.edit-wizard-li:hover * {
	cursor: pointer;
	background-color: #fbfbfb !important;
}

.wizard-mode-text {
	font-size: 21px;
	padding: 0;
	margin: 0;
	text-align: center;
	z-index: 3;
	color: #008ad2;
	position: absolute;
	top: -85px;
	width: 100%;
}

.wizard-profile-select {
	margin-bottom: 10px;
}
