.sa-lang-pill{
    position: fixed;
    padding: 10px 18px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,.15);
}

.sa-lang-pill span{
    cursor: pointer;
}

.bottom-right{
    right: 20px;
    bottom: 20px;
}

.bottom-left{
    left: 20px;
    bottom: 20px;
}

.top-right{
    right: 20px;
    top: 20px;
}

.top-left{
    left: 20px;
    top: 20px;
}
.sa-lang-pill{
    transition: all .25s ease;
}

.sa-lang-pill:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}