* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
}
#app {
    width: 100vw;
    height: 100%;

    background-image: url("../images/BGdjspecial-100.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#logo {
    margin-bottom: 1rem;
    margin-top: 2rem;
}
#logo > img {
    height: auto;
    width: 350px;
}
#select-date {
    width: 300px;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding-top: 0;
    padding-bottom: 0;
    border: solid 3px rgb(2 48 217 / 69%);
    margin-bottom: 20px;
}
.ball-xl {
    width: 60px;
    height: 60px;
    margin: 2px;
}
.ball-sm {
    width: 50px;
    height: 50px;
    margin: 2px;
}
.title-number {
    font-size: 26px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    font-weight: 800;
}
.box-number {
    width: 200px !important;
    height: 45px;
    border: 1px solid #000;
    background-color: #fff;
    margin-bottom: 10px;
    align-items: center;
}
.box-number > span {
    font-size: 25px;
    font-weight: 700;
    color: black;
}
#con-group {
    /* width: 50%; */
    margin: auto;
}
.container {
    width: 1000px !important;
}
#group-1st-place {
    margin-bottom: 20px;
}
#group-2st-place {
    margin-bottom: 20px;
}
.ball-big {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin: 5px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    font-weight: bold !important;
}
.ball-mini {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 5px;
    border-radius: 50%;
    font-size: 30px;
    color: black;
    font-weight: bold !important;
}

.b2 {
    background: radial-gradient(
        circle at 65% 15%,
        white 1px,
        rgb(230, 230, 230) 3%,
        rgb(211, 211, 211) 60%,
        rgb(255, 255, 255) 100%
    );
}

@media screen and (max-width: 900px) {
    #app {
        width: 100vw;
        height: 100vh;
    }
    body {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .box-number > span {
        font-size: 18px;
        font-weight: 700;
        color: black;
    }
    .ball-big {
        font-weight: bold !important;
    }
    .ball-mini {
        font-weight: bold !important;
    }
    /* #con-group {
        width: 100%;
        margin: auto;
    } */
}
@media screen and (min-width: 1900px) {
    #app {
        width: 100vw;
        height: 100vh;
    }
}
