.cww-demo-sticker {
    position: fixed;
    top: 50%;
    width: 40px;
    right: 0;
    line-height: 60px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
    box-shadow: -3px 0 10px -2px rgb(0 0 0 / 10%);
}
.cww-demo-sticker a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
        width: 40px;
    height: 40px;
    line-height: 40px;
}

.cww-demo-sticker a:before, .cww-demo-sticker a:after {
    right: 100%;
    bottom: 50%;
}
.cww-demo-sticker a:before {
    margin-right: -13px;
    margin-bottom: -7px;
}
.cww-demo-sticker a:hover:before {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.cww-demo-sticker a:hover:after {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}
.cww-demo-sticker a[aria-label]:after {
    content: attr(aria-label);
}

.cww-demo-sticker a:after {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 5px;
    margin-bottom: -15px;
}
.cww-demo-sticker a:before, .cww-demo-sticker a:after {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.cww-demo-sticker a:hover:before, .cww-demo-sticker a:hover:after {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.cww-demo-sticker a:hover:before, .cww-demo-sticker a:hover:after {
    visibility: visible;
    opacity: 1;
}

.cww-demo-sticker a:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 7px solid transparent;
    z-index: 1000001;
    border-left-color: #000;
}