@import"//cdn.supercell.com/onetrust/supercell/onetrust_override.css";
.custom-modal {
            display: none;
            position: fixed;
            z-index: 99999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7); /* Darker background for focus */
            backdrop-filter: blur(4px);
            align-items: center;
            justify-content: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Modal Box */
        .modal-content {
            background-color: #ffffff;
            padding: 25px;
            border-radius: 10px;
            width: 320px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
            animation: slideDown 0.3s ease-out;
            position: relative;
        }

        /* Title */
        .modal-content h3 {
            margin: 0 0 15px 0;
            color: #333;
            font-size: 20px;
        }

        /* Description */
        .modal-content p {
            color: #666;
            margin-bottom: 20px;
            font-size: 14px;
        }

        /* The "Not a Robot" Box Style */
        .captcha-box {
            background-color: #f9f9f9;
            border: 1px solid #d3d3d3;
            border-radius: 6px;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center; /* Center content */
            margin-bottom: 20px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .captcha-box:hover {
            border-color: #b0b0b0;
            background-color: #fff;
        }

        /* Checkbox Style */
        .captcha-box input[type="checkbox"] {
            transform: scale(1.5); /* Make checkbox bigger */
            margin-right: 12px;
            cursor: pointer;
            accent-color: #4CAF50; /* Green checkmark */
        }

        .captcha-box label {
            font-size: 16px;
            color: #333;
            font-weight: 500;
            cursor: pointer;
            user-select: none;
        }

        /* Verify Button */
        .verify-btn {
            background-color: #4CAF50; /* Nice Green */
            color: white;
            border: none;
            padding: 12px;
            width: 100%;
            border-radius: 6px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.3s;
        }

        .verify-btn:hover {
            background-color: #45a049;
        }

        /* Close Button (X) */
        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            background: none;
            border: none;
        }
        .close-btn:hover { color: #333; }

        /* Animation */
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }
a.button {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    border: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 74px;
    text-shadow: 0 -2px #000, 0 0 #000, 0 2px #000, 0 4px #000, -1px -1px #000, 1px -1px #000, 1px 0 #000, -1px 0 #000, 1px 1px #000, -1px 1px #000, 1px 2px #000, -1px 2px #000;
    background: url(../../../images/game/center_v%3Dualij3q.png);
    background-repeat: repeat-x;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

a.button:before {
    left: -12px;
    background-image: url(../../../images/game/left_v%3Dualij3q.png)
}


a.button:after,
a.button:before {
    position: absolute;
    top: 0;
    height: 74px;
    width: 12px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: ""
}

a.button:after {
    right: -12px;
    background-image: url(../../../images/game/right.png)
}

a.button span {
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

main {
    font-size: 18px;
    color: #fff;
    background-image: url(../../../images/game/background_v%3Dualij3q.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

main .language-dropdown {
    color: #fff !important;
    -webkit-text-stroke-width: 0;
    text-shadow: none !important;
    background-color: rgba(0, 0, 0, .2) !important;
    background-image: url(../../../images/common/language-globe-white.svg), url(../../../images/common/language-caret-white.svg) !important
}

main .contents>a {
    margin-top: 16px
}

main .clicked-label {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 30px !important
}

main .deco-section {
    padding-top: 120px !important
}

main .deco-section img {
    -webkit-transform: scale(1.4) translateY(-20px) !important;
    transform: scale(1.4) translateY(-20px) !important
}

@font-face {
    font-family: CocJapan;
    src: url(../../../fonts/game/jp-bold_v%3Dualij3q.woff2);
    font-weight: 700
}

html:lang(jp) a.button {
    font-family: CocJapan, sans-serif !important
}

@font-face {
    font-family: CocKorea;
    src: url(../../../fonts/game/kr-bold_v%3Dualij3q.woff2);
    font-weight: 700
}

html:lang(kr) a.button {
    font-family: CocKorea, sans-serif !important
}

@font-face {
    font-family: CocChina;
    src: url(../../../fonts/game/cn-bold_v%3Dualij3q.woff2);
    font-weight: 700
}

html:lang(cn) a.button,
html:lang(cnt) a.button {
    font-family: CocChina, sans-serif !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden;
    background: #f2f2f2;
    color: #010101
}

html:lang(ar) .contents {
    direction: rtl
}

img,
svg {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}