#zappar-placement-ui {
    position: absolute;
    bottom: 30px;
    width: 200px;
    left: calc(50% - 100px);

    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    border-radius: 5px;
}