/** @section Snackbars */
.alert-classic {
	padding: 17px 22px 17px;
	margin-top: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	text-align: left;
	background-color: #f5f5f5;
}

.alert-classic h1, .alert-classic h2, .alert-classic h3, .alert-classic h4, .alert-classic h5, .alert-classic h6 {
	font-weight: 700;
}

.snackbars {
	max-width: 280px;
	padding: 9px 16px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #212121;
	border-radius: 2px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.snackbars .icon-xxs {
	font-size: 20px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 480px) {
	.snackbars {
		max-width: 370px;
		padding: 14px 17px;
	}
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	visibility: hidden;
	transform: translateX(-500px);
	transition: .3s all ease;
	z-index: 9999999;
}

#form-output-global.active {
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 480px) {
	#form-output-global {
		left: 30px;
	}
}

.builder-button {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 10;
	/*display: none;*/
	align-items: center;
	justify-content: center;
	padding: 10px 10px;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	font-weight: 700;
	color: #fff;
	transform: translateY(-50%) rotate(180deg);
	background-image: linear-gradient(to bottom, #0077b6 0%, #109DF7 51%, #00F3F7 100%);
	background-size: auto 200%;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.builder-button img {
	max-width: 30px;
	height: auto;
	margin-bottom: 8px;
	transform: rotate(90deg);
}

.builder-button:hover, .builder-button:focus {
	color: #fff;
}

[data-x-mode="true"] .builder-button {
	display: none;
}

@media (min-width: 768px) {
	.builder-button {
		display: inline-flex;
	}
}
