@font-face {
    font-family: 'Consolas';
    src: url('/tutorial/fonts/Consolas.eot');
    src: url('/tutorial/fonts/Consolas.eot?#iefix') format('embedded-opentype'),
        url('/tutorial/fonts/Consolas.woff2') format('woff2'),
        url('/tutorial/fonts/Consolas.woff') format('woff'),
        url('/tutorial/fonts/Consolas.ttf') format('truetype'),
        url('/tutorial/fonts/Consolas.svg#Consolas') format('svg');
}
@font-face {
    font-family: 'Sarabun';
    src: url('/tutorial/fonts/Sarabun.eot');
    src: url('/tutorial/fonts/Sarabun.eot?#iefix') format('embedded-opentype'),
        url('/tutorial/fonts/Sarabun.woff2') format('woff2'),
        url('/tutorial/fonts/Sarabun.woff') format('woff'),
        url('/tutorial/fonts/Sarabun.ttf') format('truetype'),
        url('/tutorial/fonts/Sarabun.svg#Sarabun') format('svg');
}
.kbody {
    font-family: Consolas, Sarabun;
}

.kcontainer-head {
    height: 200px;
}

.kbg-header {
    height: 200px;
    background: #103c72;
	/* gecko based browsers */
	background: -moz-linear-gradient(top, #22acac, #103c72);
	/* webkit based browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#22acac), to(#103c72));
}

.klink-header {
    text-decoration: none;
	color: #ffffff;
}
.klink-header:hover {
    color: #bdbdbd;
}

.knav-link {
    color: #bdbdbd;
}
.knav-link:hover {
    color: #ffffff;
}
.knav-link2 {
    color: #bdbdbd;
}
.knav-link2:hover {
    color: #ffffff;
}
.knav-link3 {
    color: #bdbdbd;
    display: none;
}
.knav-link3:hover {
    color: #ffffff;
}
.knav-link32 {
    color: #bdbdbd;
    display: block;
}
.knav-link32:hover {
    color: #ffffff;
}

.knav-link-small {
    color: #000000;
    font-size: 14px;
    text-decoration: none;

}
.knav-link-small-2
{
    margin-top: 15px;
    padding: 2px;
    border: 1px solid #444488;

}
.knav-link-small:hover {
    color: #0d6efd;
}

.knav-toggle {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.knav-toggle:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.dropdown-menu {
    max-height: 320px;
    overflow-y: auto;
    background: #f6daff;
}

.knav-left {
    color: #000000;
}
.knav-left:hover {
    color: #000000;
    background: #ccc;
}
.current {
    color: #ffffff;
    background: blue;
}

.kleftmargin {
    margin-left: 2px;
    margin-right: 2px;

}

.kleftmargin > a {
    margin-left: 2px;
    margin-right: 2px;
    margin-top:5px;
}

.kleftmargin > div >  a {
    margin-left: 2px;
    margin-right: 2px;
    margin-top:5px;
    line-height: 1.3em;
}



.ksidebarback {
    width: 100%;
    bottom: 0px;
    background-color: #00000080;
    position: fixed;
    z-index: 8000;
    display: none;
}
.ksidebar {
    width: 200px;
    bottom: 0px;
    background-color:#E7E9EB;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 9000;
    display: none;
    overflow: auto;
}
#kcontent,#kcontent2 {
    padding-left: 30px;
    padding-right: 20px;
    transition: padding-left 0.5s linear;
}

@media (min-width: 993px) {
    .ksidebar {
        display: none;
    }
    #kcontent {
        padding-left: 230px;

    }
    .knav-toggle {
        background: grey;
    }
    .ksidebarback {
        display: none !important;
    }
    /* .ksubcontent p, .ksubcontent ul {
        padding-left: 32px;
        padding-right: 15px;
    } */
}

.kcard {
    width: 18rem;
    flex: 1 1 auto;
}
.kcard-horizontal {
    display: block;

}
.kcard-content {
    display: block;
    word-wrap: break-word;
}
.kcard-title {
    word-break: break-all;
}
.kiframe-youtube {
    max-width: 90%;
    width: 801px;
    height: 480px!important;
}

@media (max-width: 993px) {
    .kcontainer-head {
        height: auto;
    }
    .kbg-header {
        height: auto;
    }
    .knav-link {
        display: none;
    }
    .knav-link3 {
        display: block;
    }
    .ksidebarback {
        display: block;
    }
}

@media (max-width: 947px) {
    .kcard-horizontal {
        display: flex;
    }
    .kcard-content {
        display: none;
    }
    .kcard-img {
        width: 150px;
    }
}

@media (max-width: 600px) {
    .kiframe-youtube {
        width: 400px;
        height: 240px!important;
    }
}

.ksubcontent h2 {
    border-left: 6px solid #0000ff;
    background-color: #e7e9eb;
    padding: 16px 25px;
    margin: 50px 0 30px;
}

.kprompt-area {
    background-color: rgb(244 246 255 / 67%);
    border: 1px solid rgb(124 138 255 / 20%);
    border-radius: 8px;
    padding: 1.25em 1.5em;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 2px;
}

.kboxtutorial {
    background-color: rgb(244 246 255 / 67%);
    border: 1px solid rgb(124 138 255 / 20%);
    border-radius: 8px;
    padding: 1.25em 1.5em;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 2px;
    font-family: Sarabun;
}

.kboxcategory-content {
    background: #e0f4ff !important;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 2px;
    font-family: Sarabun;
}
.kboxcategory-content img {
    width: 120px;
    pointer-events: none;
}
.ms-n5 {
    margin-left: -40px;
}

.kcontent-category-info {
    height: 14px;
    font-size: 14px;
    color: #333;
}
.kcontent-category-info a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.kcontent-category-info a:hover {
    color: #3370fd;
}

.kbtn-copyurl {
    margin: -6px 0px 0px -5px;
    height: 28px;
    padding: 3px 7px;
}

.kbtnsm {
    padding: .2rem .35rem;
    /* font-size: .75rem; */
    margin-bottom: 5px;
}
