html {
-ms-touch-action: none;
}
body, canvas, div {
display: block;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
body {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
margin: 0;
cursor: default;
color: #FFFFFF;
background-color: #FFFFFF;
text-align: center;
font-family: Helvetica, Verdana, Arial, sans-serif;
display: flex;
flex-direction: column;
}
canvas {
background-color: #FFFFFF;
}
#GameDiv, #Cocos3dGameContainer, #GameCanvas {
width: 100%;
height: 100%;
}
#iframe-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.iframe-wrapper {
position: relative;
width: 350px;
height: 600px;
max-width: 90vw;
max-height: 90vh;
}
#make-call-form {
width: 100%;
height: 100%;
border: none;
border-radius: 12px;
background-color: #ffffff;
}
#iframe-close {
position: absolute;
top: -15px;
right: -15px;
width: 32px;
height: 32px;
background-color: #ffffff;
border: 2px solid #000000;
border-radius: 50%;
font-size: 24px;
font-weight: bold;
color: #000000;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
z-index: 10000;
}
#cookie-banner {
position: fixed;
bottom: 2px;
left: 50%;
transform: translateX(-50%);
background-color: #1a1a1a;
color: #ffffff;
padding: 4px 10px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 12px;
z-index: 10001;
font-size: 12px;
line-height: 1.2;
width: max-content;
max-width: 90vw;
box-shadow: 0 4px 12px rgba(0,0,0,0.2);
text-align: left;
}
#cookie-banner a {
color: #00aaff;
text-decoration: none;
}
#cookie-btn {
background-color: #ffffff;
color: #000000;
border: none;
border-radius: 6px;
padding: 2px 16px;
font-size: 12px;
font-weight: bold;
cursor: pointer;
white-space: nowrap;
}