
    /* The Modal (background) */
    .bt_otpfy_deactivation_popup {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }
    .bt_otpfy_deactivation_popup .modal-content .modal-heading {
        font-size: 16px;
    }
    .bt_otpfy_deactivation_popup .modal-content label {
        line-height: 35px;
    }
    /* Modal Content/Box */
    .bt_otpfy_deactivation_popup .modal-content {
        font-size: 18px;
        background-color: #fefefe;
        margin: 8% auto;
        /* 15% from the top and centered */
        padding: 0px;
        border: 1px solid #888;
        max-width: 650px;
        /* Full width */
        width: 80%;
        /* Could be more or less, depending on screen size */
    }

    /* The Close Button */
    .bt_otpfy_deactivation_popup .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .bt_otpfy_deactivation_popup .close:hover,
    .bt_otpfy_deactivation_popup .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .bt_otpfy_deactivation_popup .modal-footer {
        display: flex;
        padding: 10px 20px;
        justify-content: space-between;
        background-color: #ececec;
        color: white;
        font-size: 14px;
    }
    .bt_otpfy_deactivation_popup .modal-header {
        padding: 2px 16px;
        background-color: #ececec;
        color: white;
    }
    .bt_otpfy_deactivation_popup .modal-body {padding: 20px;font-size: 14px;}
