.chabok-newsletter-modal * {
	box-sizing:border-box;
}
.chabok-newsletter-modal {
	position: fixed;
	z-index: 9999;
	background: #0000004f;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.newsletter-form.chabok-newsletter-form.modal-form {
	border:0;
	margin-bottom: 15px;
}
.newsletter-form.chabok-newsletter-form.modal-form .input-container {
	width:100%;
	border:0;
}
.chabok-newsletter-modal .newsletter-modal-body {
	max-width: 600px;
	background-color: #fec52b;
	background-image:url('../img/newsletter-background.png');
	background-size: cover !important;
	z-index: 99999;
	padding: 30px;
	line-height: 2;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 300px;
	overflow: auto;
}
.close-newsletter-modal {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 23px;
	color: #000;
	width: 33px;
	height: 33px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	cursor: pointer;
	border: 1px solid #000;
}

.chabok-newsletter-modal .newsletter-modal-body h4,
.chabok-newsletter-modal .newsletter-modal-body p,
.chabok-newsletter-modal .newsletter-modal-body button {
	margin-bottom:15px;
}
.newsletter-form input {
  border-radius: 100px;
  width: 90%;
  padding-right: 20px;
  color: #777;
}
.newsletter-form .msg {
	padding: 4px;
}
.newsletter-modal-body .button-container {
	text-align:center;
}
.newsletter-modal-body .button-container a {
	background: #44bf62;
	padding: 7px 19px;
	font-size: 14px;
	font-family: yekan;
	font-weight: 800;
	color: #fff;
	border-radius: 4px;
	transition:all 200ms;
}
.newsletter-modal-body .button-container a:hover,
.newsletter-modal-body .button-container a:focus {
  background: #18a469;
  transition:all 200ms;
}