.ted-wtsp-btn {
    width: 50px;
    height: 50px;
    z-index: 111111;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(168deg, var(--red-VARIATIONS-500, #BC2025) -9.78%, #211E4D 107.04%) !important;
}

@media only screen and (max-width: 767px) {

    .ted-wtsp-btn {
        width: 45px;
        height: 45px;
        bottom: 12px;
        right: 12px;
    }
}