.container {
    font-size: 30px;
    margin-top: 90px;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

#header #logo {
    max-width: 50px;
}

.account {
    top: 25px;
    position: absolute;
    right: 15px;
}

table {
    font-size: 20px;
}


.nav-link.nuevo_test {
    position: relative;
}

.nav-link.nuevo_test span {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 70%;
    left: .5rem;
}

.navbar-brand,
.navbar-brand .material-symbols-outlined {
    font-size: 36px;
    font-weight: bold;
}

.show_hide_password button {
    padding: 5px 10px;
}

.show_hide_password button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-footer .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.modal-footer #go_page {
    width: 70px;
    border: 1px solid #ced4da;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn {
    font-size: 30px;
    padding: 15px 30px;
}

#contenedor_test {
    padding-bottom: 30px;
}

#lista_reglas a,
.account_links a,
#lista_preguntas a {
    color: #000000;
}


#lista_reglas a:hover,
.account_links a:hover,
#lista_preguntas a:hover {
    font-weight: 600;
    text-decoration: none;
}

#contenedor_test .form-check {
    margin-left: 30px;
    padding-bottom: 10px;
}

#lista_preguntas p {
    margin-left: 50px;
}

#lista_preguntas label {
    margin-bottom: 2px;
    border-radius: 10px;
    padding: 0 5px;
}

#contenedor_test form {
    width: 40%;
}

#contenedor_test form#validate_questions_form {
    width: 100%;
}

.question,
.container-send {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-radius: 15px;
}

#lista_preguntas .question,
#lista_preguntas .question:last-child {
    margin: 0;
}

.question strong {
    padding-right: 5px;
}

.question > span {
    margin-bottom: 10px;
}

.references,
.respuestas_correctas {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    padding: 10px 0 0;
}

#contenedor_test .references {
    font-size: initial;
    text-align: initial;
    margin-left: 50px;
}

.numero_preguntas label {
    font-size: 14px;
}

.aciertos {
    font-weight: bold;
    font-size: 50px;
    position: fixed;
    width: 100%;
    left: 0;
    background: #ffffff;
    z-index: 1;
    bottom: 0;
    padding: 20px;
    box-shadow: 1px -1px 2px 0px #000000;
    border-radius: 10px 10px 0 0;
}

.question:last-child {
    margin-bottom: 150px;
}

.container-send {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 20px;
}

.form-check-input {
    margin-top: .7rem;
    margin-left: -2.8rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.form-check {
    padding-left: 3.25rem;
}

.nav-item {
    font-size: 30px;
}

.numero_preguntas {
    padding: 0;
}

.custom-select {
    height: 100%;
}

.modal-body {
    overflow: auto;
}

#canvases {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

#canvases canvas {
    margin: 20px auto;
    display: block;
}

.form-check-label,
.correct_rule,
.icon,
.result {
    cursor: pointer;
}

.correct_rule {
    text-decoration: underline;
}

.list-group-item {
    background-color: initial;
}

.account_links {
    position: absolute;
    border: 1px solid;
    background: #fff;
    right: 0;
    min-width: 220px;
    padding: 15px 10px;
    top: 50px;
}

.account_links a {
    text-decoration: none;
    margin-bottom: 10px;
}

.account_links a .material-symbols-outlined {
    padding: 0 10px;
}

.aciertos .material-symbols-outlined {
    font-size: 35px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 150px;
    right: 20px;
    border-radius: 50%;
    padding: 10px;
    display: none;
}

@media (max-width: 991px) {
    .modal.show .modal-dialog {
        max-width: 80%;
        top: 50%;
        transform: translateY(-50%);
    }

    .title_response {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 890px;
    }
}

@media (min-width: 992px) {
    .container {
        font-size: 16px;
    }

    table {
        font-size: medium;
    }

    .form-check-input {
        margin-top: .4rem;
        margin-left: -1.5rem;
        width: 15px;
        height: 15px;
    }

    .aciertos {
        font-size: 30px;
    }

    .btn {
        font-size: 15px;
        padding: 5px 15px;
    }

    #contenedor_test .form-check {
        padding-bottom: initial;
    }

    .account {
        top: 0px;
        height: 100%;
    }
}