html,
body {
    height: 100%;
}

/* terbaru */

.navbar-logo img {
    width: 60px;
}

.navbar .header-menu li {
    font-weight: bold;
    color: rgb(32, 32, 36);
    font-size: large;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 5.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav a.nav-link {
    line-height: 5rem;
    font-size: x-large;
    font-weight: bold;
    color: rgb(80, 80, 80);
}

.nav-scroller .nav a.nav-link:hover {
    background-color: rgb(18, 194, 224);
    color: #fff;
}


.bg-educhannel {
    background-color: #2D61A6;
}

.navbar-menu .nav-item a.nav-link {
    color: #fff;
    font-weight: bold;
}

.navbar-menu .nav-item a.nav-link:hover {
    background-color: #07418C;
    color: #fff;
}

.navbar-menu .nav-item a.nav-link.active,
.navbar-menu .nav-item a.nav-link.show {
    background-color: #07418C;
    color: #fff;
}

.mega-dropdown .dropdown-menu {
    background-color: #2D61A6;
    width: 100%;
}

.navbar .megamenu {
    padding: 1rem;
    background-color: #07418C;
    border: none;
}

.megamenu .nav-item-submega a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    display: block;
    border-left: solid medium #07418C;
}

.megamenu .nav-item-submega a:hover {
    border-left: solid medium #F26DC4;
    background-color: #2D61A6;
}

.text-themecolor {
    color: rgb(3, 128, 160);
    font-size: large;
    font-weight: bold;
}

.midle-content {
    background-color: #fff;
    height: 100%;
}

.card-artikel {
    border-top: solid thin #1d1b24 !important;
    text-align: justify;
}


.isicontent .ribbon {
    display: inline-block !important;
    font-weight: 400;
    background-color: #1d1b24;
}

.card-artikel .artikel-title a h2,
.card-artikel .artikel-title a,
.card-artikel .artikel-title h1 {
    color: #07418C;
    text-decoration: none;
    font-weight: bold;
    text-align: left !important;
}

.card-artikel .artikel-title a h2:hover,
.card-artikel .artikel-title a:hover {
    color: #2D61A6;
}

.artikel-info {
    color: #2D61A6;
    font-style: italic;
}

.info-gretting {
    font-weight: bold;
    font-size: large;
    color: rgb(6, 77, 134);
    text-align: center;
}

.info-gretting a {
    font-weight: 400;
    text-decoration: none;
    color: dimgray;
    font-size: medium;
}

a.read-more {
    text-decoration: none;
    font-weight: bold;
    color: #048ABF;
}

a.read-more:hover {
    color: #D90416;
}

.page-footer {
    border-top: #A69665 thin solid;
}

.page-footer ul {
    padding: 0;
    list-style: none;
}

.page-footer ul li {
    line-height: 16px !important;
    margin-top: 5px;
}

.page-footer li a {
    text-decoration: none;
    color: #020540;
    font-weight: 500;
}

.page-footer li a:hover {
    color: rgb(255, 15, 163);
}

.dec-none {
    text-decoration: none !important;
}

.left-sidebar {
    width: auto;
    height: 100%;
}

.scroll-sidebar {
    width: initial;

}

.fixed-menu.position-fixed {
    height: 100%;
    overflow-y: auto;
    margin-top: 0;
    top: 0;
    padding-top: 25px;
    padding-bottom: 20px;
    z-index: 100;
    background-color: rgb(235, 235, 235);
}

.fixed-menu-tutorial {
    position: absolute;
    left: 0px;
    padding-left: 30px;
    height: 100%;
    width: inherit;
    background-color: white;
    margin-top: 135px;
    top: 0;
}

.fixed-menu-tutorial.position-fixed-tutorial {
    height: 100%;
    overflow-y: auto;
    margin-top: 0;
    top: 0;
    padding-top: 45px;
    padding-bottom: 90px;
    z-index: 100;
    position: fixed;
    width: inherit;
    background-color: white;
}

.left-menu-blog ul {
    list-style: none;
    padding: 0;
}

.left-menu-blog ul li {
    line-height: 18px;
}

.left-menu-blog ul li a {
    width: 100%;
    text-decoration: none;
    padding: 5px 8px;
    display: block;
    color: rgb(40, 43, 48);
    border-left: solid medium #2D61A6;

}

.left-menu-blog ul li a:hover {
    background-color: rgb(192, 193, 194);
    border-left: solid medium rgb(255, 29, 244);

}

.nav-small-cap {
    text-transform: uppercase;
    padding: 8px 8px;
    font-weight: bold;
    color: rgb(20, 30, 88);
}

a.npBtn {
    text-decoration: none;
    font-weight: bold;
    color: darkcyan;
}

a.npBtn:hover {
    color: rgb(255, 29, 244);
}

.list-kategori {
    list-style: none;
}

.list-kategori a {
    text-decoration: none;
}

.list-kategori a:hover {
    color: rgb(255, 29, 244);
}

.single_page h2,
.single_page h3,
.single_page h4 {
    color: #07418C;
    font-weight: bold;
    text-align: left !important;
}

.single_page h2 {
    font-size: x-large;
}

.single_page h3 {
    font-size: large;
}

.single_page h4 {
    font-size: medium;
}


.artikel-content,
.artikel-content p {
    font-size: 18px;
}

.artikel-content img,
.artikel-content P img {
    max-width: 100% !important;
    max-height: auto !important;
}

footer {
    background-color: rgb(6, 77, 134);
}


ul.tutorial_title {
    padding: 0;
    margin: 0;
}

ul.tutorial_title li {
    list-style: none;
    font-weight: bold;
    color: #474747;
}

ul.child_tutorial {
    padding-left: 25px;
}

ul.child_tutorial li {
    list-style: "> ";
    font-weight: 500;
    color: #045974;
    cursor: pointer;
    border-bottom: solid thin #fff;
}

ul.child_tutorial li:hover {
    color: #c22802;
}

.page.content {
    min-height: 600px;
}

.page.content h1 {
    font-size: xx-large;
}

.page.content h2 {
    font-size: x-large;
}

.page.content h3 {
    font-size: large;
}

.page.content h4 {
    font-size:medium;
}

.tutorial-view {
    border-top: #dddddd 2px solid;
    padding-top: 10px;
}

.tutorial-view img{
    max-width:100%;
    height: auto;
}

.tutorial-content pre.basic {
    background-color: #474747;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
}

blockquote {
    margin-left: 20px;
    border-left: #83a9be 5px solid !important;
    background-color: #e9e9e9;
    padding: 5px;
    font-size: 11px !important;
    line-height: normal;
}

.menu_tutorial {
    background-color: red !important;
    position: fixed;
}

.text-green{
    color: #045f10;
}

blockquote{
    font-size: large !important;
}

.href{
    cursor:pointer !important;
}

.bibliografi p {
    padding-left: 40px;
    text-indent: -40px;
    line-height: normal !important;
}
/* ============ desktop view ============ */
@media all and (min-width: 556px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 555px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .left-content {
        display: none;
    }

    .navbar-toggler,
    .navbar-toggler .navbar-toggler-icon {
        color: #fff !important;
    }

    .artikel-info {
        font-size: medium;
    }
}