/*Load fonts*/
@font-face {
    font-family: "Manrope";
    src: url("fonts/Manrope-Regular.ttf");
    src: url("fonts/Manrope-Regular.ttf") format("truetype"), url("fonts/Manrope-Medium.ttf") format("truetype"), url("fonts/Manrope-Bold.ttf") format("truetype"), url("fonts/Manrope-SemiBold.ttf") format("truetype"),
        url("fonts/Manrope-ExtraBold.ttf") format("truetype"), url("fonts/Manrope-Light.ttf") format("truetype"), url("fonts/Manrope-ExtraLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Manrope", "Roboto";
    font-size: 0.9rem;
    color: #333;
}

.container {
    padding-top: 20px !important;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}

.time {
    font-size: 30px;
}

.question-image {
    margin-bottom: 20px;
    border-radius: 10px;
}

.question {
    font-size: 18px !important;
}

.answer {
    font-size: 16px !important;
}
.table-question-number td {
    padding: 5px;
    text-align: center;
    width: 20%;
}
.title-number {
    font-size: 30px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.review-answer {
    padding: 15px;
}
.question-numbers {
    border-radius: 5px;
    background: #ddd;
    cursor: pointer;
    padding: 7.5px 0px;
}
.current-number {
    background: blue;
    color: white;
}
.true-question {
    background: green;
    color: white;
}
.false-question {
    background: #dc3545;
    color: white;
}
.not-answered {
    background: #ccc;
    color: black;
}
.answered-question {
    background: green;
    color: white;
}
.review-question {
    background: red;
    color: white;
}
.not-answered-question {
    background: orange;
    color: white;
}
.number-colors-info {
    color: #888;
}
.countdown-timer {
    font-size: 30px;
}
.card-body.p-0 .table tbody>tr>td:first-of-type, .card-body.p-0 .table tbody>tr>th:first-of-type, .card-body.p-0 .table tfoot>tr>td:first-of-type, .card-body.p-0 .table tfoot>tr>th:first-of-type, .card-body.p-0 .table thead>tr>td:first-of-type, .card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: 10px;
}
.card-body.p-0 .table tbody>tr>td:last-of-type, .card-body.p-0 .table tbody>tr>th:last-of-type, .card-body.p-0 .table tfoot>tr>td:last-of-type, .card-body.p-0 .table tfoot>tr>th:last-of-type, .card-body.p-0 .table thead>tr>td:last-of-type, .card-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: 10px;
}
.result-alert {
    width: 200px;
}