body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    /* font-family: Arial, Helvetica, sans-serif; */
}

main {
    max-width: 752px;
    padding: 2.5rem 1rem;
}

p i {
    font-size: 1rem;
}

pre {
    display: inline;
}

button svg{
    pointer-events: none;
}

.c-tutorial__ title {
    line-height: 1.25;
    font-size: 48px;
    font-weight: 400;
    padding-top: 2.5rem;
}

.c-tutorial__i {
    color: #252525;
}

.c-tutorial__title{
    font-size: 3rem;
    font-size: clamp(1.5rem, 6.5vw, 3rem) !important;
    font-weight: bold;
    line-height: 1.35;
    color: rgb(233, 238, 241);
    margin: 1rem auto;
    max-width: 1120px;
}

.c-tutorial__title em {
    color: #252525;
}

.c-tutorial__time {
    color: #6b6b6b;
    font-size: .95rem;
    padding-left: .175rem;
}

.c-tutorial__media {
    border: none;
    position: relative;
    z-index: 98;
    padding-bottom: 1rem;
}

.c-tutorial__img {
    max-width: 100%;
    border-radius: .5rem;
    border: 1.5px solid black;
    margin-bottom: 2rem;
    height: auto;
}

.c-tutorial__img-link {
    width: 100%;
}

.c-tutorial__links {
    position: relative;
    font-size: .95rem;
    display: flex;
    margin-left: .25rem;
}

.c-tutorial__link {
    margin-left: .75rem;
}

.c-tutorial__list-item {
    font-size: 1.25rem;
    font-style: italic;
    padding: .1rem 0;
}

.c-tutorial__list-item a{
    border-bottom: 1px dashed #262626;
    margin: .35rem 0;
    display: inline-block;
    transition: color .25s ease-in-out;
}

.c-tutorial__list-item a:hover{
    color: #0c9562;
    border-color: #262626;
}
.c-tutorial__text {
    font-size: 21px;
    padding-bottom: 1.25rem;
}

.c-tutorial__cursive{
    font-size: 20px;
}

.c-tutorial__note {
    padding: 1.25rem .5rem;
    background-color: #1ab85431;
    border-radius: .5rem;
    margin-bottom: 1.25rem;
}

.c-tutorial__list {
    margin-left: 1.25rem;
    list-style: numeric;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.c-tutorial__sub-subtitle,
.c-tutorial__subtitle {
    color: #262626;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem 0 1rem;
}

.c-tutorial__sub-subtitle {
    font-size: 1.3rem;
    text-indent: .5rem;
}

.c-tutorial__ex-title {
    font-size: 18px;
    font-weight: bold;
}

.c-tutorial__ex-title em{
    font-style: normal;
}

.c-tutorial__cursive {
    color: rgb(184, 130, 28);
    font-weight: bold;
}


.c-tutorial__pop {
    background-color: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 4px;
    border-radius: .5rem;
    position: absolute;
    right: -3.8rem;
    top: 2.25rem;
}

.c-tutorial__pop::before,
.c-tutorial__pop::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.c-tutorial__pop::before {
    width: 1rem;
    height: 1rem;
    top: -.5rem;
    right: 40%;
    transform: rotate(45deg);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 4px;
    border: 1px solid rgba(230, 230, 230, 1);
}

.c-tutorial__pop::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: .5rem;
}

.c-tutorial__pop-item {
    display: block;
    color: #6b6b6b;
    position: relative;
    padding: 1rem 1.5rem;
    white-space: nowrap;
    z-index: 100;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.c-tutorial__pop-item:hover {
    color: #252525;

}

.c-tutorial .c-article__wrapper {
    margin-top: initial;
    margin-bottom: 1.25rem;
}

.js-pop-toggle i {
    font-size: 1.25rem;
}

.c-article__wrapper {
    background-color: #ffffff;
    margin-top: 2rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(230, 230, 230, 1);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 8px;
    position: relative;
}

/* --------------------------HELPER BOX------------------------*/

.c-tutorial__structure-bold{
    font-weight: 700;
    color: #057e52;
}
.c-tutorial__structure{
    background-color: #0c95630c;
    border-radius: .5rem;
    padding: 1rem;
    position: relative;
    margin: .5rem 1rem 0.5rem;
}

.c-tutorial__structure p{
    margin: .5rem 0;
    font-size: 1rem;
}
.c-tutorial__structure p .c-tutorial__cursive{
    color: rgb(147, 102, 19);
    font-size: 1rem;
}

.c-tutorial__todo{
    list-style-type: decimal;
    padding: 0 1.5rem;
}
.c-tutorial__todo-item{
    font-size: 1.1rem;
    padding: .5rem 0;
}

/* --------------------------ASCII TABLE---------------------- */

.c-tutorial__ascii {
    background-color: #fff;
    
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid rgba(230, 230, 230, 1);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 4px;
    margin-bottom: 1.25rem;
    width: 4rem;
}


table .c-tutorial__ascii-tr td:nth-child(2){
    border: 1.5px solid rgba(128, 128, 128, 0.205);
    border-radius: 50%;
    padding: 0.5rem .4rem;
    color: #f97870;
}

table .c-tutorial__ascii-tr td:first-child {
    border-radius: 50%;
    padding: 0.5rem .8rem;
    color: #0c9562;
    border: 1.5px solid rgba(128, 128, 128, 0.205);
}
/* ----------------------------GENERAL TABLE--------------------------- */

.c-tutorial__table {
    min-width: 240px;
    text-align: center;
    padding: 0;
    border-collapse: collapse;
    border-radius: .5rem;
    border-style: hidden;
}

.c-tutorial__tr td,
.c-tutorial__tr th {
    padding: .5rem;
    border: 1px solid #15a5704f;
    margin: 0;
}

.c-tutorial__tr:first-child th:first-child {
    border-top-left-radius: .5rem;
}

.c-tutorial__tr:last-child td:first-child {
    border-bottom-left-radius: .5rem;
}

.c-tutorial__tr:first-child th:last-child {
    border-top-right-radius: .5rem;
}

.c-tutorial__tr:last-child td:last-child {
    border-bottom-right-radius: .5rem;
}
/* ----------------------------EXAMPLES--------------------------- */

.c-tutorial__examples{
    background-color: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 4px;
    border-radius: .5rem;
    width: fit-content;
    padding: .5rem .75rem;
    margin: .5rem;
}
/* ----------------------------QUIZ--------------------------- */
.c-quiz__wrapper {
    padding: 1.5rem 0;
    width: 100%;
    background-color:rgba(255, 238, 206, 0.102);
}

.c-quiz__item {
    border-top: 1px solid rgb(180, 180, 180);
    padding: 1.5rem 0;
}

.c-quiz__letter,
.c-quiz__number {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin-right: 1.5rem;
    min-width: 2.5rem;
}

.c-quiz__header {
    padding: 0 1.5rem 1.5rem;
}

.c-quiz__letter {
    line-height: 2.5;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid rgb(180, 180, 180);
    transition: border-color .25s ease-in, color .25s ease-in;
}

.c-quiz__question-box {
    font-size: 1.5rem;
    padding: 0 2rem 1rem;
}


.c-quiz__answer-box {
    padding: .5rem 2rem;
    transition: background-color .25s ease-in;
    cursor: pointer;
}

.c-quiz__answer,
.c-quiz__answer-box,
.c-quiz__letter {
    position: relative;
    z-index: 20;
}

.c-quiz__answer-box:hover {
    background-color: #15a3132f;
}

.c-quiz__answer-box:hover .c-quiz__letter {
    border-color: #1ab855;
    color: #1ab855;
    background-color: #fff;
}

.c-quiz__question-box,
.c-quiz__answer-box {
    display: block;
    display: flex;
    align-items: center;
}

.c-quiz__question,
.c-quiz__answer {
    display: block;
}

.c-quiz__item input[type="radio"] {
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

input[type="radio"]:checked~.c-quiz__letter {
    color: #fff;
    background-color: #1ab855;
    border-color: #1ab855;
}

input[type="radio"]:checked+.h-bg__fill {
    background-color: #15a3132f;
    border-top: 1px solid #1ab85459;
    border-bottom: 1px solid #1ab85459;
}

.js-false input[type="radio"]:checked~.c-quiz__letter {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.js-false input[type="radio"]:checked+.h-bg__fill {
    background-color: #ff000048;
    border-top: 1px dashed #ff00007c;
    border-bottom: 1px dashed #ff00007c;
}

.c-quiz__btn {
    margin: 1.5rem 0 0 2rem;
}

.c-quiz__no-submit {
    background: rgb(179, 179, 179);
    cursor: not-allowed;
}

.c-quiz__no-submit:hover {
    border-radius: .5rem 0 .5rem 0;
}

.h-bg__fill {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
}

.h-border-bottom {
    border-bottom: 1px solid rgb(180, 180, 180);
}
/* ------------------------------------ Libraries -------------------------- */
.c-library__link-list a{
    color: #057e52;
    text-decoration: underline;
}
.c-library__link-list a:hover{
    color: #1ab855;
}

.c-library__link-list li{
    padding: .5rem 1rem;
}
.c-library__link-list{
    list-style-type: decimal;
}

/* ------------------------------------ QA --------------------------------- */
.c-tutorial__qa-list a{
    color: #3955f1;
    text-decoration: underline;
}

.c-tutorial__qa-list li{
    padding: .5rem 0;
}
.c-tutorial__qa-list{
    list-style-type: square;
}
/* ------------------------------------ CODE BLOCK ------------------------------ */

.c-code__btn {
    border-radius: 50%;
    border: 1px solid rgb(180, 180, 180);
    background-color: #f8f8f8;
    width: 2rem;
    height: 2rem;
    position: absolute;
    z-index: 1;
    right: .75rem;
    top: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-code__copy-btn {
    right: 3.5rem;
}

.c-code {
    background-color: #fff;
    border-radius: .5rem;
    padding: 2.5rem 2rem 1.5rem;
    position: relative;
    counter-reset: abc;
}

.c-code__line::before {
    counter-increment: abc;
    content: counter(abc) " ";
    color: gray;
    font-size: .8rem;
    position: absolute;
    left: 0.8rem;
    margin-top: .1rem;
}

.c-code__result{
    background-color: #222;
    color: #f1f1f1;
    padding: 1rem;
    border-radius: .5rem;
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

/* ------------------------------------ RECOMMENDATION ------------------------------ */

.c-recommendation__subject {
    font-size: .9rem;
    color: #0c9562;
}

.c-recommendation__wrapper {
    background-color: #fff;
    border: 1px solid rgba(230, 230, 230, 1);
    -webkit-box-shadow: rgb(230 230 230) 0px 1px 4px;
    -moz-box-shadow: rgb(230 230 230) 0px 1px 4px;
    box-shadow: rgb(230 230 230) 0px 1px 4px;
    border-radius: .5rem;
    padding: 1rem;
    max-width: 350px;
    pointer-events: none;
    transition: box-shadow .25s ease-in-out;
}

.c-recommendation__wrapper:hover{
    -webkit-box-shadow: #0c956362 0px 1px 4px 3.5px;
    -moz-box-shadow: #0c956362 0px 1px 4px 3.5px;
    box-shadow: #0c956362 0px 1px 4px 3.5px;
}

.c-recommendation__title {
    padding: .5rem 0;
}

.c-recommendation__link{
    pointer-events: auto;
}

.c-recommendation__title:hover {
    width: fit-content;
    width: moz;
}

.c-recommendation__img-box {
    min-height: 10rem;
    margin: -1rem -1rem 1.5rem;
    border-radius: .4rem;
    overflow: hidden;
    pointer-events: auto;
}

.c-recommendation__img {
    max-width: 100%;
    height: auto;
}

.c-recommendation {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
        ". title"
        "first second"
        "third fourth"
    ;
    grid-gap: 1.5rem;
    justify-items: center;
}

.h-title {
    grid-area: title;
    text-align: center;
    color: #0c9562;
    font-size: 1.35rem;
}

.h-title:hover{
    text-decoration: none;
}

.h-first {
    grid-area: first;
}

.h-second {
    grid-area: second;
}

.h-third {
    grid-area: third;
}

.h-fourth {
    grid-area: fourth;
}

/* ------------------------------------ RESULTS ------------------------------ */

.c-results {
    position: fixed;
    width: 95%;
    max-width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: red;
    border-radius: .5rem;
    padding: 2.5rem 1.5rem 2rem;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    z-index: 155;
}

.c-results__header {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.c-results__subheader {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #1ab855;
    white-space: nowrap;
    padding: 1.25rem;
}

.c-results__text {
    font-size: 1.15rem;
    padding-bottom: 1rem;
}

.c-results__share-btns {
    border-top: 1px solid #6b6b6b42;
    padding-top: 1.75rem;
    font-size: 1.05rem;
}

.c-results__share-btn {
    border-radius: .5rem 0 .5rem 0;
    padding: .5rem .75rem;
    color: #fff;
    font-weight: 400;
    margin: 0 .25rem;
    transition: border-radius .25s ease-in;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.c-results__img {
    border-radius: .5rem;
    height: 150px;
    width: 280px;
    text-align: center;
    overflow: hidden;
    border: 1px solid rgb(86, 1, 119);
    margin: 0 auto;
    margin-bottom: 1.25rem;
}

.c-results__img img {
    height: 150px;
    max-width: 100%;
    border-radius: .5rem;
}


.c-results__share-btn i {
    padding: 0 0 0 .5rem;
    color: #fff !important;
}

.c-results__exit {
    position: absolute;
    top: -2.25rem;
    right: 0;
    color: #fff;
}

.c-results__facebook {
    background: linear-gradient(#29509e, #4267B2, #4267B2, #4267B2);
}

.c-results__twitter {
    background: linear-gradient(#1689d1, #1DA1F2, #1DA1F2, #1DA1F2);
}

.c-results__pinterest {
    background: linear-gradient(#ce0220, #E60023, #E60023, #E60023);
}

.c-validation {
    position: fixed;
    top: 12rem;
    padding: .5rem .75rem;
    border-radius: .25rem;
    background-color: #424141;
    color: aliceblue;
    right: 10%;
    z-index: 100;
    white-space: nowrap;
}

@media only screen and (max-width: 725px) {
    .c-recommendation {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .c-tutorial__media {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: .5rem;
    }

    .c-tutorial__links {
        padding-bottom: .75rem;
        margin-left: 0;
    }

    .c-tutorial__link {
        margin: 0 .75rem 0 0;
    }

    .c-tutorial__text,
    .c-tutorial__list-item,
    .c-tutorial__cursive {
        font-size: 1.05rem;
    }

    .c-tutorial__time {
        font-size: 1rem;
    }

    .c-quiz__question {
        font-size: 1.075rem;
    }

    .c-quiz__answer {
        font-size: 1rem;
    }

    .c-quiz__header {
        padding: 0 1.25rem 1.5rem;
        font-size: 1.25rem;
    }

    .c-quiz__question-box {
        padding: 0 1rem 1rem;
    }

    .c-quiz__letter,
    .c-quiz__number {
        margin-right: 1rem;
    }

    .c-quiz__answer-box {
        padding: .5rem 1rem;
        transition: background-color .25s ease-in;
        cursor: pointer;
    }

    .c-results__share-btns {
        font-size: .85rem;
    }
    .c-results__share-btns a{
        margin-top: .5rem;
    }
    .c-results__img {

        width: 245px;
        height: 130px;
    }
    .c-results__img img {
        height: 130px;

    }
    .c-results {

        padding: 2rem .85rem 2rem;
    }
}

.h-color-data {
    color: #d02733;
}

.h-color-function {
    color: #8150df;
}

.h-color-value {
    color: #0c9562;
}

.h-color-default {
    color: #262626;
}

.h-color-operator {
    color: rgb(4, 4, 190);
}

.h-color-comment {
    color: #7c5610;
}

.h-dark-theme .c-code {
    background-color: #0d1116;
}

.h-dark-theme .h-color-default {
    color: #c8d1d9;
}

.h-dark-theme .h-color-data {
    color: #f97870;
}

.h-dark-theme .h-color-function {
    color: #d1a8ff;
}

.h-dark-theme .h-color-value {
    color: #16f0a0;
}

.h-dark-theme .h-color-comment {
    color: #b88e42;
}

.h-margin{
    margin: 0 0 1rem 2rem;
}

.h-padding-top{
    padding-top: 1rem;
}

.h-margin-top{
    margin: 0 1rem 1rem;
}

.h-margin-left{
    margin: 0 0 0 1rem;
}