.modula-uninstall-form-active .modula-uninstall-form-bg {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modula-uninstall-form-wrapper {
    position: fixed;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.modula-uninstall-form-wrapper .uninstall {
    text-align: center;
}

.modula-uninstall-form-active .modula-uninstall-form-wrapper {
    display: block;
    z-index: 999;
}

.modula-uninstall-form {
    display: none;
}

.modula-uninstall-form-active .modula-uninstall-form {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    background: #fff;
    white-space: normal;
}

.modula-uninstall-form-head {
    background: #774cce;
    padding: 8px 18px;
    position: relative;
}

.modula-uninstall-form-head h3 {
    color: #fff;
}

.modula-uninstall-form-body {
    padding: 8px 18px;
    color: #444;
}

.deactivating-spinner {
    display: none;
}

.deactivating-spinner .spinner {
    float: none;
    margin: 4px 4px 0 18px;
    vertical-align: bottom;
    visibility: visible;
}

.toggle-spinner .deactivating-spinner {
    display: block !important;
}

.modula-uninstall-form-footer p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modula-uninstall-form.process-response .modula-uninstall-form-body {
    position: relative;
}

.modula-uninstall-form.process-response .modula-uninstall-form-body:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.modula-uninstall-form-head .close-uninstall-form {
    position: absolute;
    right: 15px;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.modula-red-text {
    color:red;
}

a.modula-lite-vs-pro {
    font-weight:600;
    color: #33a370; /* we use the same green color as on the site */
}

a.modula-lite-vs-pro:before {
    display: inline-block;
    color: #000;
    font-family: 'dashicons';
    transform: scaleX(-1);
    margin-right: 5px;
    content: '\f474';
}