.trophy-logo-img {
    display: flex;
    justify-content: center;
}

.trophy-logo-img img {
    width: 50px;
}

.card-scoreboard-section {
    /* padding: 20px 10px; */
    background-color: #ffffff;
}

.score-percent {
    color: #000000;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin: 15px auto;
}

.total-ques-card {
    margin: 0px 8px !important;
    box-shadow: none !important;
    width: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-image: linear-gradient(white, white),
        /* inner fill */ linear-gradient(135deg, #ec7700, #264a8a);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.total-ques-card h4 {
    display: flex;
    font-family: "Roboto";
    justify-content: center;
    font-weight: 400;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.678) !important;
    margin: 0px;
    margin-bottom: 4px;
}

.total-ques-card p {
    display: flex;
    justify-content: center;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.568) !important;
    margin: 0px;
}

.correct-ans-card {
    margin: 0px 8px !important;
    box-shadow: none !important;
    width: 265px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
    border: 1px solid transparent;
    border-radius: 3px;
    background-image: linear-gradient(white, white),
        /* inner fill */ linear-gradient(to right, #ec7700, #264a8a); /* gradient border */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.correct-ans-card h4 {
    display: flex;
    font-family: "Roboto";
    justify-content: center;
    font-weight: 400;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.678) !important;
    margin: 0px;
    margin-bottom: 4px;
}

.correct-ans-card p {
    display: flex;
    justify-content: center;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.568) !important;
    margin: 0px;
}

.card-summary-btns {
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.card-summary {
    border-radius: 5px !important;
    margin: 0px 15px;
    box-shadow: none !important;
    width: 550px;
    background-color: #1a4681 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 0px;
    border-radius: 3px;
}

.card-summary h4 {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.541);
    margin: 0px;
    color: white;
    font-family: "Roboto";
    padding-bottom: 6px;
    /* padding: 6px 9px; */
    margin-bottom: 3px;
    border-bottom: 2px solid #ffffff;
}

.review-scoreboard-btn-first {
    color: white;
    border: 0;
    outline: 0;
    background-color: #1a4681;
    padding: 6px 30px;
    letter-spacing: 0.3px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
    height: 100%;
}

.review-scoreboard-btn {
    color: white;
    border: 0;
    outline: 0;
    background-color: #1a4681;
    padding: 6px 30px;
    letter-spacing: 0.3px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
}

@media (min-width: 320px) and (max-width: 580px) {
    .total-ques-card h4 {
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.678);
        margin: 0px;
        margin-bottom: 4px;
    }

    .total-ques-card p {
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.568);
        margin: 0px;
    }

    .correct-ans-card h4 {
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 24px;
        /* color: white; */
        margin: 0px;
        margin-bottom: 4px;
    }

    .correct-ans-card p {
        display: flex;
        justify-content: center;
        font-weight: 600;
        font-size: 12px;
        /* color: white; */
        margin: 0px;
    }

/*    .review-scoreboard-btn {
        color: white;
        border: 0;
        outline: 0;
        !* background-color: #4678a8; *!
        padding: 1% 5.3%;
        border-radius: 6px;
        font-size: 1.2em;
        font-weight: 300;
    }*/
}
.previous-next-btn {
    margin: 45px auto 20px auto;
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
