@charset "utf-8";
.monbaby-communities-hidden {
	display: none;
}
.monbaby-communities-input {
	width: 92%;
	height: 50px;
}
.monbaby-communities-popup-text {
	background: #ff3096;
	color: #fff;
}
#monbaby-communities-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(16, 12, 12, 0.69);
	text-align: center;
}
#monbaby-communities-popup {
	display: inline-block;
	position: relative;
	top: 16%;
	width: 17%;
	min-width: 216px;
	padding: 1% 0 0;
	background: #00a0f7;
}
#monbaby-communities-popup > * {
	margin: 0 0 6%;
	text-align: center;
	text-align-last: center;
}
#monbaby-communities-popup-close {
	display: block;
	position: absolute;
	top: -11px;
	right: 5px;
	width: 27px;
	height: 27px;
	border: 2px solid #00a0f7;
	border-radius: 50%;
	background: #fff;
	font-size: 30px;
	line-height: 0.7;
}
#monbaby-communities-signup {
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	transition: background 0.2s linear;
}
#monbaby-communities-popup-map {
	width: 87.2%;
}