/* Add custom CSS styles below */ 
.roulleteButton{top:0px!important;left:-6.5px!important;height:16.5px!important}


.b_footer_btn{padding:1px!important;height:13px!important;width:14px!important}
#bonat_footer{
    top: -8px !important;
    left: 17px !important;
    height: 0px !important;
}


....
..
.


let loading=setInterval(function () {
    const host = document.querySelector('ticketing-system');
    if(!host) return
    const shadowRoot = host.shadowRoot;
    
    if (shadowRoot) {
      clearInterval(loading)
      // Example: change text inside a <p> element
      const b = shadowRoot.querySelector('button');
      b.style="right: initial !important;right: 0px;top: 34.9px;scale: 0.3572;"
    }
},500)