/* Popup css Start */
.text-center{
	text-align: center;
}
.modal-confirm {	
	position: fixed;
	color: #636363;
	max-width: 325px;
	width: 100%;
	font-size: 14px;
	top: 40%;
	left: 50%;
  z-index: 4;
	transform: translate(-50%)
}
.modal-confirm .modal-content {
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	border: none;
	background-color: #fff;
}
.modal-confirm .modal-header {
	border-bottom: none; 
	padding: 1rem;  
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 20px 0 0 0;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
.modal-confirm .icon-box {
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: grid;
	place-content: center;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	/* background: #82ce34; */
	top: -18%;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-box i {
	font-size: 58px;
	position: relative;
	top: 3px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	/* background: #82ce34; */
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	width: 100%;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.back-shadow{
  position: fixed;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000059;
}
.modal-content .modal-body{
	padding: 1rem;
}
.modal-header .icon-box svg{
	width: 45px;
}
.modal-header .icon-box svg polyline{
	stroke: #fff;
}
.mag-overflow {
  overflow: hidden;
}
/* Popup css end */
.mag-notify-input-group input#Email {
	padding: 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #dddddd;
	background-color: #fff;
}
.mag-notify-input-group form#mag-notify-form {
	width: 100%;
}
.mag-notify-input-group {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
button.mag-input-group__btn {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0);
	text-transform: uppercase;
	line-height: 1;
	font-size: 13px;
	padding: 10px 24px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
}
.mag-notify-input-group .input-group {
	display: flex;
	width: 100%;
}
.mag-notify-input-group input#Email:focus-visible {
	outline: 0;
	outline-offset: 0;
	box-shadow: unset;
}
.mag-notify-me-success-msg {
	color: green;
}
.mag-notify-me-success-msg.hide {
	display: none;
}
.mag-email-error.hide {
	display: none;
}
.mag-email-error {
	color: red;
}

/* Notify me loader */
.notify-load .loader {
  display: inline-block;
}
.notify-load .notify-btn {
  display: none;
}
.loader {
  width: 15px;
  padding: 6px;
  border-radius: 100%;
  border: 2px solid #fff;
  border-right-color: #000;
  animation: spin-load 1s infinite linear;
	display: none;
}
@keyframes spin-load {
  to {
    transform: rotate(1turn)
  }
}