.applicationCreateModalDialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0 auto;
}

.applicationCreateModalContent {
    max-height: 90vh;
    overflow-y: auto;
}

/* Ajax Call Loader */
#ajax-call-loader {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(https://res.cloudinary.com/haroonkhalid824/image/upload/v1595532146/Assets/health-loader_vx4rhn.gif) center no-repeat transparent;
    background-size: 150px;
    background-color: rgba(58, 58, 58, 0.25);
}