html {
    font-family: "Quicksand", sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height:100vh;
    background: rgb(102,55,151);
}

body 
{
    width:100%;
    position: relative;
    float:left;
    padding:0;
    margin:0;
    background: rgb(102,55,151);
background: linear-gradient(356deg, rgba(102,55,151,1) 44%, rgba(56,29,98,1) 100%);
}
button {font-family: "Quicksand", sans-serif;}


/* ====================================================================== */
/* ============================== GAMEPLAY ============================== */
/* ====================================================================== */

.container 
{
    max-width:640px;
    width:100%;
    height:100%;
    position: relative;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    
}

.gameplay_bg {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    top: 0;
    float: left;
}

#container > svg > path:nth-child(1) {
    stroke: rgba(255,255,255,0.2);
}


.gameplay_title_container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top:20px;
}

.gameplay_title {
    text-align: center;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
}

.gameplay_title p
{
    font-weight: 400;
}
.gameplay_title h3
{
    display: block;
    color:#e288d3;
    font-size:38px;
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gameplay_title h3::after
{
    content:'';
    color:#e288d3;
    border-bottom:1px solid #e288d3;
    position: relative;
    width: 140px;
    display: block;
    padding-top: 20px;
}

/*timer*/
.game-timer {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    /* max-width: 10%; */
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 10px;
    margin:0 auto;
    background: #1a0a34;
    padding: 15px;
    border-radius: 12px;
    width:100px;
}

.timer-container {
    display: flex;
    align-items: center;
    color: white;
    font-size: 24px;
}
.icon {
    margin-right: 10px;
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
}
.icon img {width:25px;}
#timer {width: 67px;}


.gameplay_game_box_list {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin: -5px auto 0px auto;
    position: relative;
    text-align: center;
    padding: 10px 0px 20px 0;
}

.button {
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight:700;
    color: #e288d3;
    cursor: pointer;
    margin: 20px auto;
    user-select: none; /* Αποτρέπει την επιλογή του κειμένου */
    box-shadow: 0 0 0 12px rgb(255 255 255 / 30%), 0 8px 16px rgb(0 0 0 / 30%); /* Προσθέτει πιο έντονη και εσωτερική σκιά */
}


@media only screen and (min-width: 1700px)
{
    .gameplay_bg {height:100vh;}
}

@media only screen and (max-width: 1699px) {

    .gameplay_bg {height:100%; background-size: 100%; padding-bottom: 0px;}

    
}

@media only screen and (max-width: 560px) {
    .container {width:80%;}
    .gameplay_game_box_list {padding: 30px 0;}
    .gameplay_btn {min-width:auto; width:100% !important; font-size:20px;}
}

/* ================= End Free ============== */
@media only screen and (max-width: 480px) {
  
}

@media only screen and (max-width: 360px) {
    .gameplay_btn {margin: 5px; min-width: 130px;}
}
@media only screen and (max-width: 280px) {
    
}
