:root {
    --background-1: #000;
    --background-2: #fff;
    --primary-color: #14DC9A;
    --primary-light: #6BF1C5;
    --primary-dark: #0A6E4D;
    --color-purple: #C280FF;
    --color-purple-light: #DAB3FF;
    --color-purple-dark: #6400BF;
    --color-red: #F8625C;
    --color-red-light: #FAA09D;
    --color-red-dark: #A30D07;
    --color-blue: #00D2FF;
    --color-blue-light: #66E4FF;
    --color-blue-dark: #00697F;
    --color-pink: #FF68CC;
    --color-pink-light: #FFE1F5;
    --color-pink-dark: #B30077;
    --color-yellow: #FFE300;
    --color-yellow-light: #FFEE66;
    --color-yellow-dark: #7F7200;
    --color-green: #88F0CE;
    --color-green-light: #e7fcf5;
    --color-green-dark: #15A777;
    --color-bg: #CEFAEC;
    --body-font: 'Poppins', sans-serif;
    --heading-font: Consolas, 'Courier New', monospace;
    --color-blue-bg: #CCF6FF;
}

.tab-content * {
    color: #000;
}

.tab-content,
.tabs {



    /* Reset some default styles */
    body *,
    h1,
    h2,
    h3,
    h4,
    p,
    ul,
    li,
    button {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }

    body {
        font-family: var(--body-font);
        line-height: 1.6;
        background-color: var(--color-bg);
        box-sizing: border-box;

        /* padding: 20px; */
    }

    #content {
        width: 80vw;
        background-color: #fff;
        margin: 10px auto;
        padding: 20px 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);


    }

    .markdown_file {
        width: 80vw;
        background-color: #fff;
        margin: 10px auto;
        padding: 20px 10px;
        border-radius: 10px;


    }

    /* Headings */
    h1 {
        color: #000 !important;
        font-size: 2.5em;
        font-family: var(--heading-font);
        margin-bottom: 20px;
        margin-top: 10px;

    }

    h2 {
        font-size: 2em;
        color: var(--primary-color) !important;
        font-family: var(--heading-font);
        margin: 20px auto 10px;
        /* background-color: var(--color-bg); */

        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    h3 {
        font-size: 1.5em;
        margin-top: 5px;
        margin-bottom: 10px;

    }

    h4 {
        font-size: 1.2em;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    /* Paragraphs and lists */
    p {
        margin-bottom: 10px;
    }

    ul,
    ol {
        margin-left: 40px;
        margin-bottom: 10px;
    }

    li {
        margin-bottom: 8px;

    }

    /* Images */
    img,
    p img {
        display: flex;
        max-width: 50%;
        height: auto;
        border-radius: 2px !important;
        margin: 10px auto;
        border: 1px solid #ddd;
        text-align: center;
    }


    /* Code blocks */
    pre {
        background-color: var(--color-blue-bg);

        padding: 10px;
        border-radius: 6px;
        overflow-x: auto;
        margin-bottom: 1em;
        font-family: 'Courier New', monospace;
    }

    code {
        background-color: var(--color-blue-bg);

        padding: 2px 5px;
        border-radius: 4px;
        font-family: 'Courier New', monospace;
    }

    /* code * {
    font-family: 'Courier New', monospace;
    line-height: 1.6;

} */


    code.language-python,
    code.language-bash,
    code.language-csv {
        padding: 0px;

    }
















    /* Horizontal rule */
    hr {
        border: 0;
        border-top: 1px solid var(--primary-dark);
        margin: 30px 0;
    }

    /* Links */
    a {
        color: var(--color-purple-dark);

        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }




















    #header_title h1 {
        font-family: var(--heading-font);
        color: var(--primary-color);
        text-align: center;
        letter-spacing: 3px;
        /* line-height: 120%; */
        padding-bottom: 10px;

    }

    #header_title h2 {
        text-align: center;
        margin-top: 5px;
        text-transform: none;
        color: #fff;
        font-size: 30px;
        font-family: var(--heading-font);
        letter-spacing: 3px;

    }

    #header_title {
        width: 100vw;
        margin: 0px 0px 30px;
        padding: 30px 10px 10px;
        border-radius: 0px;
        background-color: #000;
        overflow: hidden;

    }

    #header_title h1 {
        margin: auto;
        max-width: 80vw;
        width: 80vw;
        font-size: 60px;

        font-weight: 800;
        text-align: center;
        font-family: var(--body-font);
        line-height: 1;

        overflow: hidden;

    }




    #header_title img {
        max-width: 40vw;
        margin: auto;
        border: none;
        display: block;

    }















    .other_content {
        width: 80vw;
        background-color: #fff;
        margin: 10px auto;
        padding: 5px 10px;
        display: flex;
        flex-direction: column;
        /* gap:5px; */
        border-radius: 10px;
        /* align-items: end; */
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        /*justify-content: center; */
    }



    .link_button {
        display: flex;
        box-shadow: 2px 2px #666;
        /* transform: translateY(2px); */
        padding: 5px 10px;
        color: #000;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: min-content;
        margin: auto;
        /* margin-left: 20px; */

    }

    .link_button p {
        margin: 0px;
        padding: 0px;
    }


    .link_button a {
        text-wrap: pretty;
        text-align: center;
    }

    .link_button a,
    .link_button {
        display: flex;
        flex-direction: row;
        gap: 5px;
        flex-wrap: nowrap;
        justify-content: center;
        height: fit-content;

        align-items: center;
        width: fit-content;
        /* max-width:fit-content; */
        text-decoration: none;
        color: #000;

    }


    .link_button img {
        max-height: 20px;
        height: 20px;
        display: flex;
        border: none;

    }

    .link_button:active {

        transform: translateY(2px);
    }


    .yellow {
        background-color: #FFF399;
    }

    .yellow:hover,
    .yellow:active {
        background-color: #FFE300;
    }








    button {
        font-family: var(--body-font);
        /* line-height: 110%; */

    }



    .tab-button {
        background: var(--color-blue-bg);
        border: none;
        padding: 5px;
        cursor: pointer;
        border-radius: 6px 6px 0 0;
        /* margin-right: 5px;
  margin-left:0px; */
        font-size: 12px;
        transition: background 0.3s;
    }

    .tab-button:hover {
        background: var(--color-blue);
    }

    /* .tab-button:active {
  background: var(--color-blue-dark);
} */

    .tab-button.active {
        background: #ffffff;
        border: 2px solid var(--color-blue-light);
        border-bottom: 3px solid #fff;
        z-index: 2;


        /* font-weight: bold; */
    }



    .tab-pane {
        display: none;
    }

    .tab-pane.active {
        display: block;
    }





    /* TABLES */

    table,
    th,
    td {
        border-collapse: collapse;
        /* border-spacing: 0px; */
        border: 1px solid var(--primary-dark);
    }

    td {
        padding: 10px 8px;
        vertical-align: top;
    }

    /* td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
} */

    th {
        height: 20px;
        background-color: #ffffff;
        /* border-radius:20px; */
        text-align: left;
        padding-left: 5px;
    }


    /* SPECIFICS */
    [title="Code.org Example"] {
        max-width: 25%;
    }

    img.image_inline_text {
        margin: 0px 2px;
        max-height: 16px;
        display: inline;
        border: none !important;
    }





















    /*Printing*/
    @media print {
        @page {
            size: A4 portrait;
            /* or 'letter landscape' */
            margin: 1cm;
            /* margin-bottom: 1cm; */
            margin-top: 1.5cm;
        }

        body {
            margin: 0;
            padding: 0;

            width: 100%;
            background-color: transparent;

        }

        p {
            font-size: 11pt;
            /* line-height: 110%; */
        }

        h1 {
            font-size: 18pt;
            text-align: center;
        }

        h2 {
            font-size: 16pt;
        }

        h3 {
            font-size: 13pt;
        }

        #content {
            width: 90vw;
            box-shadow: none;
            margin: 0cm auto;
            padding: 0cm;
            background-color: transparent;
        }

        .content_text {
            box-shadow: none;
            /* width: 100vw; */
            margin-top: 0px;
            padding: 0px;
        }

        #header_title {
            /* background-color: var(--color-bg); */
            /* border: 2px solid var(--color-green-dark); */
            border-radius: 10px;
            margin-bottom: 1cm;
            padding: 0.1cm 0.2cm;
            justify-content: center;
            height: min-content;


        }

        #header_title h1 {
            color: var(--primary-dark);
            /* background-color: #fff; */
            width: fit-content;
            font-size: 20pt;
            text-wrap: none;
            margin: 0cm;
            /* text-wrap: balance; */
        }

        #header_title img {
            display: none;
        }

        #header_title img.print_img_header {
            display: inline;
            /* margin-left:0.2cm 0.1cm 0.2cm; */
            margin-left: 0.3cm;
            height: 1.3cm;
            max-height: 1.3cm;
        }

        h2 {
            margin: 5px auto;
        }

        #footer {
            display: block;
            width: 100vw;
            position: fixed;
            bottom: 0;
            right: 1cm;
            padding: 0px;
            margin-top: 10px;
        }

        #footer img {
            display: block;
            max-width: 20%;
            margin-right: -10px;
        }

        .tabs {
            display: none;
        }

        .tab-content {
            border: none;
            padding: 0px;
        }
    }


    .tabs {
        display: flex;
        gap: 5px;
        margin: 0px 5px 0px;
        padding: 0px 6px 0px;
        /* border-bottom: 2px solid #ccc; */
        /* margin-bottom: 10px; */
    }

    .tab-content {
        /* border: 2px solid #ccc; */
        /* border-top:none; */
        border-radius: 10px;
        padding: 15px;
        outline-offset: 0.5px;
        outline: 2px solid var(--color-blue-light);
        background: #fff;
    }


}

.tab-content {
    /* border: 2px solid #ccc; */
    /* border-top:none; */
    border-radius: 10px;
    padding: 15px;
    outline-offset: 0.5px;
    outline: 2px solid var(--color-blue-light);
    background: #fff;
}



.tabs {
    display: flex;
    gap: 5px;
    margin: 0px 5px 0px;
    padding: 0px 6px 0px;
    /* border-bottom: 2px solid #ccc; */
    /* margin-bottom: 10px; */
}