.snippet-popup{
    position: absolute;
    bottom: 35px;
    left: 0px;
    background: white;
    width: 300px;
    padding: 10px;
    font-size: 14px;
    color: black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    opacity: 0;
    font-weight: normal;
}
.turbo-snippet{
    position: relative;
}
#tail1 {
    position:absolute;
    bottom:-20px;
    left:20px;
    width:0;height:0;
    border-color:#fff transparent transparent transparent;
    border-width:10px;
    border-style:solid;
}

#tail2 {
    position:absolute;
    bottom:-18px;
    left:20px;
    width:0;height:0;
    border-color:#fff transparent transparent transparent;
    border-width:10px;
    border-style:solid;
}