@import "loader.css";

.aside-item-box.stickyWidget {
	padding: 0;
}

.sticky-container,
.sticky-container-background {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 52;
	position: fixed;
}

.sticky-container-background {
	top: 0;
	z-index: 51;
	display: none;
	opacity: 0.6;
	background: #000;
}
.sticky-container .form-renderer {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	position: absolute;
	background: #1d4f91 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sticky-container
	.form-renderer.show
	[data-sticky="title-desc"]
	.form-description,
.sticky-container .form-renderer.show #contactForm-sticky-mobile {
	display: block;
}

.sticky-container .form-renderer #contactForm-sticky-mobile {
	height: 0;
}

.sticky-container .form-renderer h2 {
	margin: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.2;
}

.sticky-container .handlebar {
	cursor: move;
	height: 35px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-left: -15px;
	margin-right: -15px;
}

.sticky-container .handlebar:before {
	content: "";
	top: 20px;
	left: 50%;
	height: 6px;
	width: 60px;
	position: absolute;
	border-radius: 10px;
	background: white;
	transform: translate(-50%, -50%);
}

.sticky-container div#contactForm-sticky {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sticky-container #contactForm-sticky {
	padding: 0 15px 15px 15px;
}
#contactForm-sticky-mobile form#contactForm-sticky {
	padding: 0;
	margin: 15px;
}

.sticky-container .close-contactForm {
	top: 15px;
	right: 15px;
	position: absolute;
}

.sticky-container .form-renderer h2,
.sticky-container .close-contactForm,
.sticky-container .form-renderer .form-description {
	color: white;
}

.sticky-container .form-description {
	margin: 15px 0 0;
}

[data-sticky="btn"],
[data-sticky="title-desc"] .form-description {
	display: none;
}

@media (min-width: 992px) {
	.sticky-container .form-renderer:before {
		display: none;
	}
	.sticky-container .form-renderer {
		padding-top: 15px;
	}
	.sticky-container .form-renderer h2 {
		font-size: 28px;
		line-height: 1.25;
	}
	#contactForm-sticky-mobile,
	.sticky-container .handlebar {
		display: none;
	}
	[data-sticky="btn"],
	[data-sticky="title-desc"] .form-description {
		display: block;
	}
}

@media (min-width: 1500px) {
	.sticky-container .form-renderer:before {
		display: none;
	}
	.sticky-container .form-renderer {
		padding-top: 15px;
	}
	.sticky-container .form-renderer h2 {
		font-size: 32px;
		line-height: 1.22;
	}
	[data-sticky="btn"],
	[data-sticky="title-desc"] .form-description {
		display: block;
	}
	#contactForm-sticky-mobile,
	.sticky-container button.btn,
	.sticky-container .form-group,
	.sticky-container .handlebar {
		display: none;
	}
}

.form-modal .modal-body {
	text-align: left;
}

[data-sticky="modal"] .form-renderer h4,
[data-sticky="modal"] .modal-content {
	color: white;
}
[data-sticky="modal"] .modal-content {
	padding: 30px 60px;
	background: #1d4f91 !important;
}
[data-sticky="modal"] .modal-content .corrected-email {
	color: #333;
}
[data-sticky="modal"] .form-renderer:after {
	display: none;
}

form.exp-form-sticky input,
form.exp-form-sticky label,
form.exp-form-sticky select,
form.exp-form-sticky textarea {
	text-align: left;
}

form.exp-form-sticky label.reg-label {
	font-weight: 400;
	text-align: left;
	width: 100%;
}

form.exp-form-sticky .form-group {
	position: relative;
	margin-bottom: 20px;
}

form.exp-form-sticky::-moz-placeholder {
	color: #333;
	opacity: 1;
}

form.exp-form-sticky:-ms-input-placeholder {
	color: #333;
}

form.exp-form-sticky::-webkit-input-placeholder {
	color: #333;
}

form.exp-form-sticky .popover.bottom > .arrow:after {
	border-bottom-color: #fff;
}

form.exp-form-sticky .popover {
	max-width: 400px;
	font-size: 14px;
}

form.exp-form-sticky h3.popover-title {
	font-size: 14px;
	color: #bb0048;
	padding: 8px 14px;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
	border-radius: 5px 5px 0 0;
}

form.exp-form-sticky .popover .btn-sm {
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 6px;
}

form.exp-form-sticky .popover .btn-sm:first-child {
	margin-right: 10px;
}
