/**
 * 2008 - 2017 (c) Prestaboost
 *
 * MODULE PrestaBoost
 *
 * @author    Prestaboost
 * @copyright Copyright (c) permanent, Prestaboost
 * @license   Commercial
 */

.prestaboost-content.modal {
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	padding: 0;
}
.prestaboost-content .modal-dialog {
	max-width: 100%;
	margin: 0 !important;
	transform: none !important;
	position: relative !important;
	top: auto !important;
}
.prestaboost-content .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prestaboost-content .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	width: 1.5em;
	height: 1.5em;
	padding: 0.25em;
	opacity: 0.9;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	filter: invert(1);
	mix-blend-mode: difference;
}
.prestaboost-content .btn-close:hover {
	opacity: 1;
}
.prestaboost-content .modal-footer .btn {
	padding: 10px 25px;
	border-radius: 5px;
	font-weight: 500;
	cursor: pointer;
}
.prestaboost-content .modal-dialog img, .prestaboost-content .modal-dialog textarea, .prestaboost-content .modal-dialog input,.prestaboost-content .modal-dialog iframe,.prestaboost-content .modal-dialog object,.prestaboost-content .modal-dialog embed,.prestaboost-content .modal-dialog video {
   max-width: 100%;
 }
.prestaboost-content .modal-content {
	color: #000;
	max-width: 100%;
	box-shadow: 0 0 0;
}
.prestaboost-content .modal-header, .modal-footer { border: #B8FF00;}
.prestaboost-content .modal-content .btn-default {
	color: rgba(255,255,255,1.00);
}
.prestaboost-content .modal-body {
	overflow-y : auto;
	max-width: 100%;
}
.prestaboost-content hr {
	margin-top: 4px;
	margin-bottom: 4px;
}

.prestaboost-content .block_newsletter {
  display: inline-block;
  width: 100%; 
  margin-top: 10px;
}

.prestaboost-content .emailsubmit {
  margin-top: 10px;
}