/* ======= QUESTION ======= */


/* Progress Bar */

.question .progress {
    height: 1.3rem;
    position: relative;
}

.question .progress .percentuale {
    position: absolute;
    right: 15px;
}

.question .progress .risposta {
    position: absolute;
    left: 15px;
}

.question .progress .risposta,
.question .progress .percentuale {
    color: #000;
}

.question .progress .bg-corretta {
    background-color: #90EE90
}

.question .progress .bg-sbagliata {
    background-color: #A9A9A9
}

.statistiche .progress {
    margin-bottom: .3rem;
}

.statistiche .progress:last-child {
    margin-bottom: 0;
}


/* Question */

.questions-wrapper>.question {
    padding: 3rem 0;
    border-bottom: 1px solid #ccc;
}

.questions-wrapper>.question.today {
    background: rgba(0, 0, 0, 0.1);
}

.questions-wrapper>.question:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
}

.question .gameAttributes>div {
    margin-bottom: 1rem;
}

.question .question-image {
    width: 150px;
    height: 150px;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
}


/* Cookie Notice */

#cookie-notice {
    box-shadow: 0 -2px 20px 0px #585858;
}

#wrapper-navbar {
    display: none;
}

.ddg-header img {
    max-height: 150px;
    width: auto;
}


/* Code */

body.code {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

h3.code {
    font-size: 40px !important;
    margin: auto;
    font-weight: bold;
    letter-spacing: 20px;
}

@media (min-width: 768px) {
    h3.code {
        font-size: 80px !important;
        letter-spacing: 20px;
    }
}

.subtitles {
    font-weight: 500;
}

p.skillTitle {
    font-size: 24px !important;
    font-weight: 500;
}

.textFormat {
    font-size: 17px;
}

.whatsapp {
    display: inline-block;
    background: #25d366;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 6px;
    font-weight: 500;
    line-height: 20px;
}

.whatsapp:hover,
.whatsapp:focus,
.whatsapp:visited,
.whatsapp:active {
    text-decoration: none;
    color: white;
}

.shareEmail-copy-link,
.shareURL-copy-link {
    line-height: 20px;
    cursor: pointer;
}

.shareEmail-copy-link,
.shareURL-copy-link {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.125);
    color: #212529;
    border-radius: 3px;
    font-size: 11px;
    height: 20px;
    padding: 0 6px;
    font-weight: 500;
}

.shareEmail-copy-link:hover,
.shareURL-copy-link:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.125);
    text-decoration: none;
}

.shareEmail-copy-link:focus,
.shareEmail-copy-link:visited,
.shareEmail-copy-link:active,
.shareURL-copy-link:focus,
.shareURL-copy-link:visited,
.shareURL-copy-link:active {
    text-decoration: none;
}

.twitter-share-button {
    vertical-align: middle;
    height: 30px !important;
}

.ncc-logo,
.ncc-logo:hover,
.ncc-logo:active,
.ncc-logo:visited,
.ncc-logo:focus {
    text-decoration: none;
    color: inherit;
}

.alexaImg {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.otherSkillImage {
    display: block;
    max-width: 150px;
}

.quickLink {
    text-align: center !important;
    font-weight: 500;
    border-radius: 50px;
    color: white !important;
    border: none;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.navoo-gradient,
footer {
    background-color: #971b81;
    background-image: url(fallback-gradient.svg);
    background-image: -webkit-gradient(linear, left top, right top, from(#971b81), to(#00a8c1));
    background-image: linear-gradient(to right, #971b81, #00a8c1);
}

.footerStyle {
    color: white;
}