.tp-gateway {
display: none;
bottom: 20vh;
left: 0;
-webkit-box-align: center;
align-items: center;
box-sizing: border-box;
flex-direction: column;
margin: 0 auto;
padding: 20px;
position: fixed;
text-align: left;
width: 100%;
z-index: 99000;
height: auto;
opacity: 1;
}
.tp-gateway-background {
display: none;
position: fixed;
top: 0;
z-index: 99000;
height: 100vh;
width: 100vw;
pointer-events: none;
background: linear-gradient(transparent,#000);
opacity: 0;
}
.tp-gateway-button {
color: #000;
display: inline-block;
text-align: center;
font-size: 16px;
text-rendering: optimizeLegibility;
font-family: -apple-system,arial,helvetica;
font-weight: 700;
line-height: 1.6;
margin: 0 auto;
min-width: 230px;
padding: 14px 30px;
text-decoration: none;}
.containerTp{
padding: 0.8rem;
border-radius: 8px;
border-left: solid 10px;
max-width: 400px;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.containerTpHeader{ 
display: flex;
align-items: end;
justify-content: end;
}
.containerTpBody{
padding: 1rem;
font-family: poppins, sans-serif, 'Open Sans', 'Helvetica Neue';
}
.containerTpSocials{
display: flex;
justify-content: center;
padding-top: 1rem;
gap: 10px;
}
.socialTp img{
cursor: pointer;
max-width: 40px;
}
.containerTpButton{
display: flex;
justify-content: center;
padding: 1rem;
}
.buttonTp{
padding: 0.5rem;
border: solid 1px;
text-decoration: none;
border-radius: 6px;
color: #000;
}