.alertify .ajs-dimmer {
    position: fixed;
    z-index: 1981;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #000;
    opacity: .5;
}

.alertify .ajs-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    z-index: 1981;
}

.alertify .ajs-dialog {
    max-width: 600px;
    min-height: 122px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    position: relative;
    margin: 5% auto;
    padding: 24px 24px 0 24px;
    outline: 0;
}

.alertify .ajs-reset {
    position: absolute !important;
    display: inline !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
    
.alertify .ajs-commands {
    position: absolute;
    right: 0px;
    margin: -14px 24px 0 0;
    z-index: 2;
}

.alertify .ajs-commands button {
    display: none !important;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    padding: 10px;
    cursor: pointer;
}

/* .alertify.ajs-closable .ajs-commands button.ajs-close{
    display: inline-block;
} */

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
    cursor: move;
}

.alertify .ajs-header {
    color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 6px 6px 0 0;
    padding: 1.5rem 2rem;
    background-color: #284297;
    font-weight: 700;
    margin: -24px;
    margin-bottom: 0;
}

.alertify .ajs-body {
    color: #000;
    min-height: 56px;
    display: flex;
    align-items: center;
}

.alertify .ajs-footer {
    background-color: #fff;
    padding: 15px;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 43px;
}

.alertify .ajs-handle {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
    transform: scaleX(1);
    cursor: se-resize;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
    float: left;
    clear: none;
    text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    color: #f5efe0 !important;
}

.alertify-notifier {
    position: fixed;
    width: 0;
    overflow: visible;
    z-index: 1982;
    transform: translate3d(0,0,0);
}

.alertify-notifier.ajs-left {
    left: 10px;
}

.alertify-notifier.ajs-center {
    left: 50%;
}

.alertify-notifier.ajs-right {
    right: 10px;
}

.alertify-notifier.ajs-top {
    top: 10px;
}

.alertify-notifier.ajs-bottom {
    bottom: 10px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
    left: 0;
}

.alertify-notifier .ajs-message.ajs-visible {
    
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275);
    opacity: 1;
    max-height: 100%;
    padding: 15px;
    margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
    color: #fff;
    background: rgba(91,189,114,.95);
    text-shadow: -1px -1px 0 rgba(0,0,0,.5);
}

.alertify-notifier .ajs-message {
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 2px;
}

.alertify-notifier .ajs-message {
    position: relative;
    width: 260px;
    margin: 0;
    transform: translate3d(0,0,0);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
    top: 0;
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
    left: 50%
}

.alertify-notifier.ajs-center .ajs-message {
    transform: translateX(-50%);
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    right: 290px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
    bottom: 0;
}

/* button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #284297 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
} */





.alertify .ajs-footer .ajs-buttons .ajs-button.WDialogButtonDefault {
    position: relative;
    text-align: center;
    -webkit-appearance: none;
	-moz-appearance: none;
    /* top: 10%;

    left: 10%; */
    /* width: 80%;
    height: 80%;  */
    /* color: white !important;*/

    font-size: 16px;
    background: #284297 !important;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center !important;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary.WDialogButtonContainer {
    text-align: center;
}

.alertify .ajs-body.WDialogBody {
    color: #000;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alertify .ajs-body .ajs-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}