
.btn-primary {
    background-color: #000000;
    min-height: 10px;
    min-width: 20%;
    font-size: medium;
    padding: 4px;
}

.correct-answer {
    color: green;
}

.incorrect-answer {
    color: red;
}

.unanswered-images {
    width: 100%;
    object-fit: cover;
}

.leaderboards-date-range-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-gallery {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
    align-content: stretch;
    border-radius: 10px;
    overflow: hidden;

}

#clues-list {
    background-color: #f0f0f0;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.image-gallery > li {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-basis: 33%;
    /* width: 350px; */
    overflow-x: hidden;
    overflow-y: hidden;
    flex-grow: 1;
    max-height: 135px;
    max-width: 135px;

}

#btn-show-guesses {
    color: #0b172a9e;
}

.image-gallery li img {
    /* object-fit: cover;*/
    /* vertical-align: middle;*/
    /* justify-content: center;*/
    /* align-items: center;*/
    /* text-align: center;*/
    /* border-radius: 5px;*/
    /* display: block;*/
    /*height:100%;*/
    /* margin: 10px;*/
    height: 100%;
    /* margin: 10px; */
    /* position: absolute; */
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.description-container {
    margin-left: 25%;
    margin-right: 25%;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

#answer {
    color: black;
}

#question {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

#next-game-date {
    color: #37B625E5;
}

#brand-name {
    color: black;
}

#shareable-stat-section {
    text-align: center;
}

.stat-label {
    font-size: 14px;
    color: yellow;
}

.stat-value {
    font-size: 30px;
}

#total_points_label {
    color: red;
    font-size: 20px;
}

#total_points {
    color: red;
    font-size: 38px;
}

#questionCategory {
    margin: 2px auto 5px;
    font-size: 12px;
    color: white;
    padding: 4px;
    background-color: #0b172a96;
    width: fit-content;
    border-radius: 4px;
}

#questionDescription {

}

#questionTitle {
    font-size: 30px;
}

.supplementary-tables {
    /*margin: 10px;*/
}

@media (max-width: 767px) {
    .img_container {
        height: 30rem;
        display: inline-block;
        width: 100%;
    }

    .img_container img {
        width: 100%;
        height: 30rem;
        display: inline-block;
    }
}

/*timer section*/
#timer {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #999;
    letter-spacing: -1px;
}

#timer span {
    font-size: 30px;
    color: #333;
    margin: 0 3px 0 15px;
}

#timer span:first-child {
    margin-left: 0;
}

.u-footer {
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
}

.u-header {
    background-color: black;
    color: white;

}

.u-nav {
    width: 10%;
}

.height-100vh {
    height: 30vh;

    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    position: relative; /* establish neares positioned ancenstor for absolute positioning */

}

.text {
    font-size: 20px;
    font-weight: bold;
}

.content-container {
    width: 80%;
    margin: auto;
    min-width: 350px;
    max-width: 800px;
    position: relative;
}


.center-aligned {
    @include display(flex);
    @include align-items(center);
    @include justify-content(center);
}
