.sdk-demo-touchbutton-circle{
    /* background-color: red !important; */
}

.sdk-demo-touchbutton-circle .circle{
    background-color: #00000050 !important;
    font-weight: bold;
}

.sdk-demo-touchbutton-circle-twobutton {

}

.sdk-demo-touchbutton-circle-twobutton .circle{
    transform: translate(-1rem, 7rem);
    max-height: 14rem;
    max-width: 14rem;   
    font-weight: normal !important;
}

.sdk-demo-touchbutton-circle-twobutton .button2{
    transform: translateY(6rem);
    position: absolute;
    bottom: 17rem;
    right: 4rem;
    border: 0.2rem solid white;
    height: 5rem;
    width: 5rem;
    font-size: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    max-height: 14rem;
    max-width: 14rem;   
    background-color: #00000050 !important;
    font-weight: normal !important;
}