.pp-pro__bypass-url {
    font-family: monospace;
    font-size: 15px;
    color: #2271b1;
    position: relative;
    padding: 2px 6px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #2271b1;
}

.pp-pro__bypass-url--copy-btn::after {
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    font-family: dashicons;
    content: "\f481";
    width: 30px;
    height: 100%;
    color: #2271b1;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
}

.ppp_snackbar {
    position: fixed;
    /*bottom: 40px;*/
    bottom: 40px;
    right: -600px;
    background: #8774f7;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s all;
}

.ppp_snackbar.active {
    right: 40px;
}