/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: white;
}
/* scroll */
html{
    overflow-y: hidden;
}
#header
{
background-color: #004d00;
color: white;
text-align: center;  
padding: 6px; 
/* position: fixed; */
width: 100%;
 }
.atas{
    background-color: white;
    display: inline-block;
    margin-right:350px;
    margin-left: 20px;
    color: black;
}
.atas:hover{
    background-color: white;
    display: inline-block;
    margin-right:350px;
    margin-left: 20px;
    color: black;
}
.header-atas{
    display: inline-block;
    /* margin-left: 20px; */
    /* margin-right: 350px; */

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 12;
    font-weight: 300;
    line-height: 1.0em;
    color:black;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    padding: 8px 16px;
    display: inline-block;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line-navbar{
    width: 100%;
    height: 5px;
    border-bottom: 1px dashed black ;
}

.line {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed black;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.border-sidebar {
    border-style: double;
    padding: 5px;
}
.border-logo {
    border-bottom-style: solid;
    border-bottom-color: black;
}
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    /* position: fixed; */
    top: 0;
    left: 0;
    height: 92vh;
    z-index: 999;
    background:#006600;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
    background-color: white;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #006600;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #006600;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: black;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    background: rgb(255, 255, 255);
    color:black;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #006600;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    background-color: white;
    width: 100%;
    padding: 20px;
    height: 92vh !important;
    transition: all 0.3s;
    overflow-y: hidden;
    /* position: static; */
    top: 0;
    right: 0;
}
.previous {
    background-color: #608000;
    color:white;
  }
.next
{
    background-color: #608000;
    color: white;
}

#content.active {
    width: 100%;
}
.card-header{
    color: white;
    background-color: #008000;
    padding: 5px;
}
.card{
    color: black;
    background-color: white;
    padding: 5px;
}


.materi1 {
    float: left;
    width: 50%;
    border-right: 5px dashed purple;
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 35px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.image-featured {
    width: 50%;
    height: 50%;
    object-fit: contain;
    object-position: center;
}
.image-soal{
    width: 300px;
    height: 300px;
    object-fit: contain;
    object-position: center;
}
.image-content{
    width: 350px;
    height: 300px;
    object-fit: contain;
    object-position: center;
}
.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#border-img { 
    border: 10px solid transparent;
    padding: 15px;
    border-image: url(border.png) 30 round;
  }
  table, th, td {
    border: 1px solid black;
  }
  .table{
    border: 0;
    padding: 0;
  }
  .image-konfig{
    width: 70%;
    height: 35%;
    object-fit: contain;
    object-position: center;
  }
  .hr {
    height:1.5px;
    border-width:0;
    color:black;
    background-color:black;
  }