#r2rWidgetIframe {
    position: fixed;
    height: 85%;
    right: 5px;
    bottom: 50px;
    width: 25%;
    z-index: 1000001099;
    background-color: transparent;
}

@media(max-width:761px) {
    #r2rWidgetIframe {
        position: fixed;
        height: 90%;
        right: 0;
        bottom: 59px;
        width: 100%;
        z-index: 1200;
        background-color: transparent;
    }
}

#actionbtn {
    display: flex;
    color: #fff;
    background: linear-gradient(90deg, #2d3c4f 0%, #2d3c4f 100%);
    box-shadow: 0px 6px 10px rgb(26 26 26 / 14%), 0px 1px 18px rgb(26 26 26 / 12%), 0px 4px 4px rgb(26 26 26 / 20%);
    max-width: 300px;
    border-radius: 24px;
    padding: 12px 15px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.15px;
    text-align: left;
    position: fixed;
    right: 11px;
    bottom: 11px;
    z-index: 1201;
}

#srcid {
    width: 25px;
    height: 24px;
    margin: 0 4px;
}