.ak-popup-overlay{
position:fixed;
inset:0;
display:none;
background:rgba(0,0,0,.6);
z-index:99999;
justify-content:center;
align-items:center;
}

.ak-popup-box{
max-width:100%;
position:relative;
}

.ak-popup-content input{
width:100% !important;
}

.ak-popup-content textarea {
width:100% !important;	
}
label {
    width:100%
}
.ak-popup-inner-box {
	height: 100%;
    overflow: auto;
}

.ak-close{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    line-height: 35px;
    font-size: 25px;
}
.ak-pos-center{justify-content:center;align-items:center}
.ak-pos-left-bottom{justify-content:flex-start;align-items:flex-end;padding:20px}
.ak-pos-center-bottom{justify-content:center;align-items:flex-end;padding:20px}
.ak-pos-right-bottom{justify-content:flex-end;align-items:flex-end;padding:20px}
.ak-pos-left-center{justify-content:flex-start;align-items:center;padding:20px}
.ak-pos-right-center{justify-content:flex-end;align-items:center;padding:20px}
.ak-pos-top-center{justify-content:center;align-items:flex-start;padding:20px}
.ak-pos-top-left{justify-content:flex-start;align-items:flex-start;padding:20px}
.ak-pos-top-right{justify-content:flex-end;align-items:flex-start;padding:20px}


.ak-popup-content .wpcf7-form-control {
	background: #eeeeee;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
}
.ak-popup-content textarea{
	height: 130px;
}
.ak-popup-content .wpcf7-submit{
	cursor: pointer;
    border-width: 2px;
}
.ak-popup-content .wpcf7-submit:hover{
	background:#ef2674;
	color:#fff;
	border-color:#ef2674
}
.ak-popup-content form {
	width:95%;
}
.ak-close:hover {
	background:#ef2674
}