#mreeir-modal-full-outer {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 150px;

    #mreeir-modal-full-inner {
        background-color: transparent !important;
        height: auto;
        margin: auto;

        .mreeir-form-wrapper {
            background-color: transparent !important;
            padding: 0;
        }
    }
}
#mreeir-modal-force-outer {
    display: block;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 150px;

    #mreeir-modal-force-inner {
        background-color: transparent !important;;
        height: auto;
        margin: auto;

        .mreeir-form-wrapper {
            background-color: transparent !important;
            padding: 0;

            .mreeir-form-title,
            .mreeir-form-message {
                text-align: center;
            }
        }
    }
}