.overlay {
    position:fixed;
    background-color: rgba(0,0,0,0.22);
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    z-index: 9999;
}

.overlay-inner {
    margin: auto auto;
    min-height: 30%;
    max-height: 90%;
    overflow: auto;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.overlay-inner.full {
    min-height: 100% !important;
    max-height: 100% !important;
    height:100% !important;
}

.centerv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ae-modal-title {
    padding:10px;
    font-size:20px;
    border-bottom:1px solid #ddd;
    background-color: #eee;
}

.ae-modal-title .ae-modal-title-icon {
    margin-right:10px;
}

.ae-modal-title .ae-modal-title-text {

}

.ae-modal-title .ae-modal-title-close {
    float:right;
}

.ae-modal-title .ae-modal-title-close i {
    width:30px;
    height:30px;
    padding-top:3px;
    text-align: center;
    border:2px solid #eee;
    border-radius:4px;
}

.ae-modal-title .ae-modal-title-close:hover i {
    border-color:#ddd;
    background-color: #f2f2f2;
}

.ae-modal-loader {
    text-align: center;
    padding-top:60px;
    font-size:12px;
}