#ma_post-overlay {
	display: none;
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,0.8);
	top: 0; left: 0; width: 100%; height: 100%;
}
#ma_post-overlay.show {
	display: block;
}
.ma_post-popup-container {
	width: 90%;
	max-width: 800px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	max-height: 80vh;
	overflow-y: hidden;
	position: relative;
	transform: translatey(-50%);
}
.ma_post-popup-content{
	max-height: inherit;
	overflow-y: scroll;
	padding: 50px;
}
.ma_pop-close-btn {
	position: absolute;
	top: 10px; right: 10px;
	cursor: pointer;
	padding: 0;
	line-height: 1 !important;
	height: 25px;
	width: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent !important;
	border: none;
	border-radius: 0 !important;
	color: #000 !important;
}
.ma_overlay-close{
	position: absolute;
	height: 100%;
	width: 100%;
}
#ma_post-overlay .ma-popup-title {
    font-size: 36px;
	line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}
.ma_post-popup-content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.ma_post-popup-content::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.ma_post-popup-content::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}