@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap');

html {
    scroll-behavior: smooth;
}


body {
    margin: 0px;
    padding: 0px;

    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;

    box-sizing: border-box;
    letter-spacing: 1px;
    text-wrap: wrap;
    --ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #80CBC4 74%, #A5D6A7);


}


code,
pre {
    font-family: "Fira Code";

}


.gradienttext {
    background: #f5f5f7;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--ai-gradient);
    ;

}


.example {
    display: block;

    font-weight: 500;
    font-size: 17px;
    font-family: "Fira Code";
    color: rgba(0, 0, 0, );
    margin-top: 2rem;
    padding-bottom: 0.5rem;
}



p {

    font-size: 1rem;
    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    word-spacing: 2px;
    text-align: justify;



}








li {


    font-family: "Roboto", 'IBM Plex Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    color: rgba(0, 0, 0, .85);

}


ul {
    padding-inline-start: 20px;
    color: #B0BEC5;

}

.theme-icon {
    cursor: pointer;
}




.share {
    display: none;
}



































/* header */







/* header */


.header {
    width: 100%;
    height: 60px;
    background-color: #fcfcfc;
    margin: 0 auto;
    border-bottom: 1px solid #f1f1f1;
    position: sticky;
    top: 0px;
    z-index: 10;

    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}



.navbar_container {

    max-width: 1366px;
    margin: 0 auto;
    padding-top: 5px;


}




.navbar {

    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;

}


.navmenu {
    display: flex;
    margin-right: 0px;
}


.navmenu_container {
    display: flex;
    align-items: center;
}


.navmenuitem {
    text-decoration: none;
    color: rgba(0, 0, 0, .55);
    font-weight: 500;
    font-size: 14px;
    margin-right: 2rem;
}


.navmenu li {
    list-style-type: none;
}

.logo {
    height: 40px;

    margin: 0px;
    margin-top: 5px;
}


.menu {
    display: none;
}

.menuimage {
    height: 30px;

    background-color: white;

}












/* article */





.article_heading {
    background-color: #c6edff;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;


}



.article_heading li {

    font-weight: 500;
    font-size: 14px;

}



.articledetails {

    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;

}



.articledetails img {

    height: 24px;
    width: 24px;
    padding-right: 10px;

}




.article_heading_container {


    max-width: 1366px;
    margin: 0 auto;



}

.article_heading_container_inner {


    margin: 0 auto;
    width: 95%;
    padding-left: 10px;

}




.breadcrumb {
    padding-top: 1rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: end;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin-right: 0rem;
    content: "/";
}

.breadcrumb li {
    margin-right: 5px;

}

.breadcrumb li a {
    font-size: 12px;

    color: black;
}



































































.big_text {
    font-size: 4rem;
    font-weight: 300;
    font-family: "Roboto";
    color: #455a64;

}




.thin_text {
    font-weight: 300;
    font-family: "Roboto";
    color: black;


}






h1 {
    color: rgba(0, 0, 0, .5);
}

li a,
nav a {
    text-decoration: none;

}


dialog {
    border: 1px solid;
    border-radius: 5px;

}



.monofont {
    font-family: monospace;
    font-size: 1rem;
    color: rgba(0, 0, 0, .7);
}

.normallist {
    line-height: 2;
    list-style-type: circle;



}

.normallist li {
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 300;



}


.normallist a {
    padding-right: 1rem;
}


.commingsoon {
    height: 15px;
    padding-right: 1rem;
}


.paraindent {
    margin-left: 24px;
}




.moreparaindent {
    margin-left: 45px;
}


.texthighlighter {
    background-color: #ececec;
    font-family: monospace;
    font-weight: 400;

    margin: 2px;

    padding: .15rem .3rem;

    font-size: 0.875rem;
    border-radius: 0.25rem;




}

ol {
    line-height: 2.4;

}



.frontdesign {
    background-color: aliceblue;
    font-weight: 100;
    color: teal;
    padding: 1rem;
}

.link_to_page {}








/* headings */





.blog_title {
    margin-top: 1rem;
    margin-bottom: 1rem;

    font-size: 3rem;
    font-weight: 400;
    font-family: "Roboto";
    color: #455a64;

}






.blog_main_h {
    font-size: 2.4rem;
    color: #455a64;
    font-weight: 200;
    margin-top: 4rem;
    margin-bottom: 2rem;
    letter-spacing: 5px;
    font-weight: 400;

}

.blog_main_explanation {

    font-size: 10px;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 0px;
    padding-bottom: 0px;

}



.blog_main_subheading {
    font-size: 2.5rem;

    font-weight: 400;
    font-family: "Roboto";

    margin-top: 6rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;




}

.normal_headings {
    font-size: 1.6rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 500;



}

.lowestheading {
    font-size: 1.15rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    font-weight: 400;

}

.fourth_headings {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;

}


.headings_underline_remove {
    text-decoration: none;
}

.note {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: #304FF3;
    padding-bottom: 1rem;

    letter-spacing: 3px;

}
































a:hover,
ul li a:hover {
    color: darkgray;
    cursor: pointer;

}


.under {}




.container {
    width: 100%;
    max-width: 1366px;
    display: flex;
    margin: 0 auto;

    margin-bottom: 2rem;



}

.container_inner {
    display: flex;
    margin: 0 auto;
    width: 95%;
    background-color: white;
    border-radius: 10px;
    padding-left: 10px;

}


















/* sidebar */

.sidebar {
    width: 15%;


    background-color: white;

    transition: 500ms;


    border: 1px solid #ddd;
    border-radius: 10px;
    margin-right: 10px;


    overflow: scroll;
    height: 100vh;
    position: sticky;
    top: 62px;
    scrollbar-width: thin;

}






.sidebardetails {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2rem;

    font-size: 13px;
    color: #37474F;

}



.sidebardetails li a {

    color: #90A4AE;

}





.sidebarlist {
    list-style-type: circle;


}


.sidebarlist li {

    margin-top: 0.75rem;
    font-size: 12px;
    font-weight: 400;
    color: #B0BEC5;

}





.sidebar_title {

    display: flex;
    justify-content: center;
    align-items: center;


}

.sidebartitletext {

    font-size: 2rem;
}

.sidebar_list {
    padding: 0px;
    margin-top: 2rem;
    list-style-type: none;
}



.sidebar_list li {
    padding: 0px;
    font-weight: 400;

    color: rgba(0, 0, 0, .65);


}

.close {
    position: absolute;

    right: 1rem;
    padding-top: 1rem;
    width: 30px;
    height: auto;


}





























.main {
    width: 60%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.main_inner {

    margin: 0 auto;
    width: 90%;
}





























.section_footer {
    width: 100%;


    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
    background-color: #fcfcfc;
}



.footer_content {
    margin: 0 auto;
    max-width: 1366px;
    padding-left: 10px;
}

.footer_logo {

    width: 40%;
    margin-top: 2rem;
    font-size: 7px;

}

.footer_logo p {
    width: 50%;
    font-size: 7px;

}

.footer_content_inner {
    margin: 0 auto;
    width: 95%;
    display: flex;
    justify-content: space-between;

}



.footer_links {
    display: flex;
    justify-content: space-between;



}

.footer_links_col {

    font-size: 10px;
    display: flex;
    flex-direction: column;
    margin: 10px;


}

.footer_links_col a {
    color: rgba(0, 0, 0, .65);
    font-size: 0.55rem;

    text-decoration: none;
    padding: 0.5rem;



}



.footer_links_col a:hover {


    color: darkgray;
    cursor: pointer;

}




.footer_links_title {
    color: rgba(0, 0, 0, .65);
    font-weight: bolder;
    font-size: 12px;
    padding-bottom: 0px;
}

.footer_copyright {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;

}

.footerendline {

    font-size: 12px;
    color: rgba(0, 0, 0, .65);
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.footer_links_list li a {
    padding: 0px;
    margin: 0px;

}








































.intro_share {
    margin-right: 1rem;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    cursor: pointer;

}


.intro_share img {
    height: 25px;
    width: 25px;
}



div.intro_infotext>p {
    margin-bottom: 1rem;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    font-size: 12px;


}


.contents ul {
    text-decoration: none;
    list-style-type: none;

    padding: 0;
    margin: 0;
    border-left: 1px solid #ddd;
}


.contents li {

    padding-left: 9px;

    color: #748892;
    margin-bottom: 16px;

}









.blog_main_p {
    color: rgba(0, 0, 0, .85);
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5
}



.blog_main_image {
    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog_main_underdesc_text {
    font-size: 10px;
    font-family: monospace;
    color: rgba(0, 0, 0, .65);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.blog_main_image img {
    text-align: center;
    max-width: 100%;
    border: 1px solid #ddd;
}



.blog_main_coloredtext_section {
    background-color: #b3e5fca9;

    padding: 1rem;
    border-radius: 2px;
    border-left: 2px solid #304FF3;


}

.blog_main_coloredtext_section p {
    margin-bottom: 0px;
}




table {

    border-collapse: collapse;

    border-radius: 5px;

    margin-top: 1rem;
    border-radius: 15px;
    border-spacing: 2px;

}



table,
th,
td {
    border: 1px solid #cbcbcb;
    text-align: center;
    padding: 0.75rem;
}

th {
    background-color: #e3e3e3;
}


.blog_main_table {
    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;



}

tr,
td {
    text-align: left;

}


.blog_main_code {
    font-family: monospace;
    position: relative;
    background-color: #454a50;
    color: white;
    padding: 1rem;
    z-index: 0;
    line-height: 1.5;
    font-size: 14px;

}



.blog_main_code_green {
    color: #37e7ac;
}


.blog_main_code_blue {
    color: #03a0e6;
}

.blog_main_code_pink {
    color: #F06292;
}

.blog_main_code_violet {
    color: #9400ff;
}








.btn_visibility {
    visibility: hidden;
}





.navigation_buttons {
    display: flex;
    justify-content: space-between;

}

.previous,
.next {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #b3e5fca9;
    border-radius: 5px;
    color: white;
    letter-spacing: 3px;
    font-size: 10px;
    width: 5rem;
    text-align: center;
}












.dot {
    height: 14px;
    width: 14px;

    border-radius: 50%;
    margin: 0.20rem;

}

.windows_header {

    width: 100%;
    padding: 0;
    margin: 0;
    ;
    height: fit-content;
    display: flex;
    justify-content: end;

    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.output_window {
    padding: 1rem;
    min-height: 5rem;
}


.blog_main_code_output {
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;


}

.blog_main_code_output_wo_wintheme {


    margin-top: 2rem;
    margin-bottom: 2rem;

    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;






}


.followus {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, .65);
}


.socialmediaicons {

    height: 27px;
    margin-right: 1rem;
}



/* code snippet */

*,
*:before,
*:after {
    box-sizing: border-box;
}

pre:has(code) {
    position: relative;
    white-space: pre-wrap;
    /* make space  */
    margin: 5px 0;

    border-radius: 10px;
    padding: 0px;
    margin: 0px;
    font-family: "Fira Code", serif;
    letter-spacing: 1px;

}

pre:has(code) button {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;

    font-size: 11px;
    font-weight: bold;
    padding: 0.35rem;
    padding-left: 8px;
    background-color: #CFD8DC;

    border: solid 1px #7b7b7c;
    border-radius: 5px;
    letter-spacing: 1.5px;



}

pre:has(code) button:hover {
    cursor: pointer;
    background-color: #bcbabb;
}





















.theme-icon {
    padding: auto;
}







@media (min-width: 600px) and (max-width:800px) {
    .theme-icon {
        display: inline;
        margin-top: 15px;
        outline: 0px;
        margin-left: 42vw;

    }

}

@media (min-width: 400px) and (max-width:600px) {
    .theme-icon {
        display: inline;
        margin-top: 15px;
        outline: 0px;
        margin-left: 28vw;

    }

}

@media (max-width:400px) {
    .theme-icon {
        display: inline;
        margin-top: 15px;
        outline: 0px;
        margin-left: 10vw;

    }

}









@media (max-width:800px) {


    .share {
        display: block;
        position: fixed;
        left: 10;
        right: 20px;
        bottom: 100px;
        border: 2px solid #316FF6;
        padding: 5px;
        border-radius: 50px;
        z-index: 5;
    }



    .menu {
        display: block;
        margin-top: 10px;
        outline: 0px;
    }




    .navmenu {
        display: none;
    }

    .navbar {
        display: flex;
        align-items: flex-start;


    }


    .header_inner {
        display: flex;

        margin: 0 auto;
        width: 90%;
    }


    .article_heading {
        width: 100%;
    }


    .blog_title {
        font-size: 2rem;

    }


    .container {
        width: 100%;
    }


    .container_inner {
        padding-left: 0px;
    }


    .paraindent {
        margin-left: 0px;
    }



    .navlogo {
        margin-left: 0px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100vw;
        height: 100vh;
        width: 100vw;

        z-index: 10;
        overflow: scroll;

    }

    .sidebar.is-active {
        left: 0;
        z-index: 10;

    }

    .sidebar.is-active .sidebar_title {

        margin-top: 60px;

    }

    .btn_visibility {
        visibility: visible;
    }

    .main {
        width: 100%;
        z-index: 0;


    }


    .blog_main_subheading {
        font-size: 2rem;

        font-weight: 300;
        font-family: "Roboto";
        color: #455a64;
        margin-top: 4rem;
        margin-bottom: 2rem;
        letter-spacing: 3px;

        text-decoration: underline;


    }


    .sidebartitletext {

        font-size: 2rem;
    }






    .footer_links {

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .footer_links_title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }




    .footer_links_col a {
        padding-bottom: 10px;

    }


    .footer_links_col {
        margin: 0px;

    }


    .footer_logo {
        display: grid;

    }

    .footer_content_inner {
        display: flex;
        flex-direction: column;

    }




    .footer_logo_text {
        width: 100%;
    }

    .footer_logo {
        display: grid;
        width: 100%;
    }



    .footer_content_inner {
        display: flex;
        flex-direction: column;


    }


    .footerendline {

        font-size: 12px;
        color: rgba(0, 0, 0, .65);
        padding-top: 1rem;
        padding-bottom: 1rem;
        text-align: start;
    }



    .footer_logo_text {}



    .socialmediaicons {

        height: 27px;
    }

    .socialmediacontainer {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        row-gap: 1rem;
    }















}