@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.ttf") format('truetype');
   font-weight: 400;
}

.custom-Aka-popup-body-area {
	font-family: Roboto-Regular;
	background: #fff;
	max-height: 239px;
	border-radius: 4px;
	padding: 48px 32px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;  	
	margin: auto;
	max-width: 536px;
	width:100%;
	color: #444;
	z-index: 9999;
	
}

@media screen and (max-width: 768px) {
 .custom-Aka-popup-body-area {
	 max-width: 80%;
	 max-height: 260px;
	 padding: 24px;
 }
}
.custom-Aka-popup-body-area .aka-popup-text-center {
	text-align: center;
}
.custom-Aka-popup-body-area .aka-popup-margin-bottom14 {
	margin-bottom: 14px;
}
.custom-Aka-popup-body-area .aka-popup-text-heading1 {
	font-size: 18px;
}
.custom-Aka-popup-body-area .aka-popup-text-heading2 {
	font-size: 18px;
}
.custom-Aka-popup-body-area .aka-popup-text-heading3 {
	font-size: 36px;
}
.custom-Aka-popup-body-area .custom-Aka-popup-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    stroke-width: 0;
}
.custom-Aka-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: .8;
  z-index: 9998;
}