.design-page-button-wrapper:hover {
	cursor: pointer;
	background: rgb(45, 150, 190, 1) !important;
	padding: 1.1em 1.4em !important;
}

.design-page-button-wrapper:hover .design-page-button {
	font-size: 1.09em !important;
}

.design-page-button-wrapper {
	background: rgb(40, 156, 167, 0.95) !important;
	font-family: IRANSans !important;
	margin: 0.5em 0 !important;
	border-top-left-radius: 15px !important;
	border-bottom-left-radius: 15px !important;
	padding: 1.2em 0 !important;
	position: fixed !important;
	z-index: 9999 !important;
	top: 3em !important;
	box-shadow: 1px 5px 10px 5px rgba(0, 0, 0, 0.3) !important;
	transition: all 200ms linear;
}

.design-page-button-wrapper .design-page-button {
	color: #ffffff !important;
	font-family: IRANSans !important;
	font-size: 0.95em !important;
	font-weight: bold !important;
	padding: 0 1em !important;
	transition: all 200ms linear;
}

.design-page-button-wrapper .design-page-button:before {
	font-family: FontAwesome !important;
	margin: 0.5em 0.6em 0 0.5em !important;
}

.config-icon-title {
	transition: all 200ms linear;
	display: inline-block !important;
	padding: 0.7rem 0.9em !important;
	border: 2px solid rgb(40, 156, 167, 1) !important;
	background: #f3f3f3 !important;
	color: rgb(40, 156, 167, 0.95) !important;
	border-radius: 20px !important;
	font-size: 1.1em !important;
	font-weight: 400 !important;
	margin: 0.6em 0.5rem 0 0.5rem !important;
	letter-spacing: -0.7px !important;
}

.config-icon-title:hover {
	color: #f3f3f3 !important;
	cursor: pointer !important;
	background-color: rgb(40, 156, 167, 0.95) !important;
}