
/* LEADS CONTENT */
.al_pop {
	background: var(--base-background1);
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.AskasLeads_HTML,
.AskasLeads_Tacksida {
	height: 100%;
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	text-align: center;
	padding: var(--gutter);
	background-color: var(--base-background2);
}

.AskasLeads_HTML form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}

.AskasLeads_HTML .AskasLeads_Epost {
	width: 100%;
	margin-right: var(--gutter);
}

.AskasLeads_HTML .AskasLeads_Submit {
	width: auto;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: var(--border-radius2);
	cursor: pointer;
	padding: .5em 1em; /* fallback */
	padding: calc(var(--gutter)/2) var(--gutter);
	border: 0;
}

/*Close*/
.al_close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.al_close:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f00d";
	font-size: 1.4em;
	text-align: center;
	cursor: pointer;
	width: 1.8em; /* fallback */
	width: calc(var(--gutter)*1.8);
}

.al_close i {
	display: none;
}

/*GENERAL*/
.al_pop .al_close {
	/* SET CLOSE BUTTON STUFF HERE */
	background: transparent;
}

/*ALIGNED */
.al_pop.al_top {
	position: fixed;
	top: 0;
	left: 0;
}

.al_pop.al_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
}

.al_pop.al_corner {
	position: fixed;
	bottom: 0;
	right: 0;
	max-width: 400px
}
