#lz_off {
    display: block;
    position: fixed;
    width: 200px;
    height: 48px;
    margin: 0 40px 30px 0;
    inset: auto 0 0 auto;
    z-index: 20000000;
}

#lz_off .lz_overlay_wm_button {
    cursor: pointer;
    background: linear-gradient(to right, rgb(217, 71, 28) 0%, rgb(217, 71, 28) 48px, rgb(217, 71, 28) 48px, rgb(217, 71, 31) 48px, rgb(217, 71, 31) 100%);
    height: 48px;
    width: 200px;
    z-index: 20000200;
    border-color: rgb(183, 60, 26);
    transform: translateY(0px);
    right: 0;
    border-radius: 30px;
    position: relative;
    display: block;
    top: 0;
    visibility: visible;
}

#lz_off .lz_overlay_wm_button:hover {
    box-shadow: 0 5px 36px rgba(0, 0, 0, .30)
}

#lz_off .lz_overlay_wm_button_disabled {
    cursor: not-allowed;
    opacity: .5
}

@media only screen and (min-width: 760px) {
    #lz_off .lz_overlay_wm_icon:hover {
        transform: rotate(7deg)
    }
}

#lz_off .lz_overlay_wm_icon {
    fill: #fff;
    position: relative;
    z-index: 20000299
}

#lz_off .lz_overlay_wm_bg {
    position: fixed;
    background: #ccc;
    display: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

#lz_off .lz_overlay_wm_c {
    display: none;
    border-radius: 50%;
    background: #e62117;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -60px;
    left: 33px;
    color: #fff;
}

#lz_off .lz_overlay_wm_desc {
    float: right;
    font-weight: bold;
    position: fixed;
    padding: 0 16px;
    white-space: nowrap;
    font-family: 'Roboto', arial, Helvetica, verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: none;
    margin-left: 43px;
    cursor: pointer;
    display: block;
    width: 132px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -48px;
    font-size: 105%;
    line-height: 48px;
}

#lz_off .lz_overlay_wm_sh_act {
    box-shadow: 0 5px 36px rgba(0, 0, 0, .18)
}

@media (max-width: 768px) {
    #lz_off {
        width: fit-content;
        margin: 0 28px 21px 0;
    }

    #lz_off .lz_overlay_wm_button {
        width: fit-content;
    }

    #lz_off .lz_overlay_wm_desc {
        display: none;
    }
}