﻿*{padding: 0; margin: 0;}
body{  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
img {display: block; width: 100%;}
.main {width:550px; margin: 0 auto 0;}
.ddtt{margin: 0 5%;}
.ddtt .nrdd{
    color: rgb(235, 249, 0);
    font-weight: bold;
    font-family: TikTokFont-Bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    margin:.5rem 0;
    }

.ddtt h1{font-size: 1.25rem; font-weight: normal; margin-bottom: 20px;}
.qfa p{font-size: 1.2rem; margin-bottom:20px; font-weight: bold; color: #000;}
.dkt{display: flex; font-size: 1.1rem; justify-content: space-between; border-bottom: #ccc solid 1px; padding-bottom: 10px; margin-bottom: 20px;}
.dkt span{font-weight: bold; color: #111;}
input[type="radio"]{-webkit-transform: scale(1.8);-moz-transform: scale(1.8);-ms-transform: scale(1.8);-o-transform: scale(1.8);transform: scale(1.8);}
#submitBtn{width: 100%; border: none; height:60px; font-size:1.25rem; letter-spacing:5px; display: block; border-radius: 5px; font-weight: bold;}
button{padding: 10px 20px;background-color:#005cc8;color: white;border: none;cursor: pointer;}
.zp_tok{margin-top:30px;}
.zp_tok h2{margin-bottom:10px; font-size: 1.2rem; color: #111;}
.zp_tok p{font-size: .95rem; color: #666; line-height:1.5; }
.zp_tok p span{font-weight: bold; color: #333;}
button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}
@media (max-width:767px) {
    .main {width: 100%;}
}
body {
    background:
            linear-gradient(135deg, #f8fafc 0%, #f8fafc 50%, #f8fafc 100%),
            repeating-linear-gradient(
                    0deg,
                    rgba(0, 0, 0, 0.04) 0,
                    rgba(0, 0, 0, 0.04) 1px,
                    transparent 1px,
                    transparent 40px
            ),
            repeating-linear-gradient(
                    90deg,
                    rgba(0, 0, 0, 0.04) 0,
                    rgba(0, 0, 0, 0.04) 1px,
                    transparent 1px,
                    transparent 40px
            );
    background-blend-mode: overlay;
    color: #fff;
}
.card {
    background-color:#020918;
    border: none;
    border-radius: 1rem;
    color: #ffffff;
}
.choice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 0.75rem;
    cursor: pointer;
    color: #ffffff;
}
.choice:hover {
    background: rgba(255,255,255,.1);
}
.illustration {

    height: 160px;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
.privacy {
    font-size: 0.8rem;
    color: #ffffff;
}
label, h5, h6, p, button {
    color: #ffffff !important;
}