#challenges-screen {
    display: none;
}
#challenges {
    width: 80%;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-bottom: 50px;
    text-align: center;
}
#challenges-container {
    height: 75%;
    width: 95%;
    margin: auto;
    margin-top: 40px;
}

#chess-challenge-screen {
    display: none; 
    z-index: 9999;
}

#chess-challenge{
    width: 80%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
}

#chess-challenge-chessboard {
    border-collapse: collapse;
}

.bright-chess-square {
    background-color: #E9EDCC;
    width: 30px;
    height: 30px;
}

.dark-chess-square {
    background-color: #779954;
    width: 30px;
    height: 30px;
}

.chess-challenge-card {
    width: 55px;
    margin: -0.6%;
    margin-top: 3%;
}   

#chess-challenge-div {
    width: 100%;
    max-width: 500px;
    border-radius: 28px;
}
#astrology-challenge-div {
    width: 100%;
    max-width: 500px;
    border-radius: 28px;
    margin-top: 20px;
}

#greek-gods-challenge-div{
    width: 100%;
    max-width: 500px;
    border-radius: 28px;
    margin-top: 20px;
}
#superheroes-challenge-div {
    width: 100%;
    max-width: 500px;
    border-radius: 28px;
    margin-top: 20px;
    filter: grayscale(90%);
}

/* ASTROLOGY CHALLENGE */
#astrology-challenge-screen {
    display: none; 
    z-index: 9999;
}
#astrology-challenge{
    width: 80%;
    height: 78%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.astrology-challenge-sign {
    width: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    margin-top: 10px;
}
.sign-found {
    opacity: 1 !important;
    filter: none;
}
.constellation-found {
    opacity: 1 !important;
    filter: none;
}
#astrology-challenge-space-background{
    background-image: url('../img/astrology-challenge-space-background.png');
    background-size: cover;
    position: relative;
    height: 54%;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.astrology-challenge-constellation {
    position: absolute;
    width: 90px;
    height: 90px;
    opacity: 0.2;
}
#astrology-challenge-constellation-aries {
    top: 0px;
    left: 10px;
}
#astrology-challenge-constellation-taurus {
    top: 0px;
    left: 115px;
}
#astrology-challenge-constellation-gemini {
    top: 0px;
    left: 220px;
}
#astrology-challenge-constellation-cancer {
    top: 86px;
    left: 10px;
}
#astrology-challenge-constellation-leo {
    top: 86px;
    left: 115px;
}
#astrology-challenge-constellation-virgo {
    top: 86px;
    left: 220px;
}
#astrology-challenge-constellation-libra {
    top: 170px;
    left: 10px;
}
#astrology-challenge-constellation-scorpio {
    top: 170px;
    left: 115px;
}
#astrology-challenge-constellation-sagittarius {
    top: 170px;
    left: 220px;
}
#astrology-challenge-constellation-capricorn {
    top: 250px;
    left: 10px;
}
#astrology-challenge-constellation-aquarius {
    top: 250px;
    left: 115px;
}
#astrology-challenge-constellation-pisces {
    top: 250px;
    left: 220px;
}


/* GREEK GODS CHALLENGE */
#greek-gods-challenge-screen {
    display: none; 
    z-index: 9999;
}
#greek-gods-challenge{
    width: 80%;
    height: 78%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    background-color: white;
    border-radius: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
#greek-gods-challenge-background{
    background-image: url('../img/background/greek-gods-challenge-background.png');
    background-size: cover;
    position: relative;
    height: 54%;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
#tbl-greek-god-images {
    margin: auto;
}
#tbl-greek-god-images td {
    padding: 0px;
}
.greek-gods-challenge-element {
    width: 60px;
    filter: grayscale(100%);
    opacity: 0.6;
    margin-top: 10px;
}
.greek-gods-challenge-image {
    width: 74px;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.greek-god-found {
    opacity: 1 !important;
    filter: none;
}
.god-found {
    opacity: 1 !important;
    filter: none;
}

/* SUPERHEROES CHALLENGE */
#superheroes-challenge-screen {
    display: none; 
    z-index: 9999;
}
#superheroes-challenge{
    width: 80%;
    height: 80%;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    background-color: white;
    border-radius: 40px;
}
#superhero-carousel-container{
    background-image: url('../img/background/superheros-challenge-background.png');
    background-size: cover;
    position: relative;
    height: 54%;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 15px;
}
#tbl-superheroes-images {
    margin: auto;
}
#tbl-superheroes-images td {
    padding: 0px;
}
.superheroes-challenge-element {
    width: 55px;
    filter: grayscale(100%);
    opacity: 0.6;
    margin-top: 10px;
}
.superheroes-challenge-image {
    width: 74px;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.superheroes-challenge-found {
    opacity: 1 !important;
    filter: none;
}
.superhero-found {
    opacity: 1 !important;
    filter: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
} 
