/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #1E1F27;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

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

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

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -300px;
}

#sidebar .sidebar-header {
    padding: 10px;
    text-align: center;
}

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

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

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

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: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

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

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

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

#content {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}
.content-data {
    padding: 20px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    /*#sidebar {*/
    /*    min-width: 50px;*/
    /*}*/
    /*#sidebar.active {*/
    /*    margin-left: 0;*/
    /*}*/
    /*#sidebarCollapse span {*/
    /*    display: none;*/
    /*}*/
    /*#sidebar span {*/
    /*    display: none;*/
    /*}*/
    /*#sidebar span {*/
    /*    display: none;*/
    /*}*/
    /*#sidebar .logo-class {*/
    /*    width: 50px !important;*/
    /*}*/
    /*#sidebar .list-unstyled .download span {*/
    /*    display: none;*/
    /*}*/
    /*#sidebar .navbar-brand img {*/
    /*    height: 25px;*/
    /*}*/
    /*.text-materi h5 {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.text-materi p {*/
    /*    font-size: 12px;*/
    /*}*/
    /*.for-materi {*/
    /*    min-height: 135px;*/
    /*}*/

    #sidebar {
        margin-left: -300px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/*custom*/
#sidebar {
    background: #1E1F27;
}
#sidebar .sidebar-header {
    background: #35363D;
}
.navbar-cover {
    background: #fff;
    width: 100%;
    height: 60px;
}
.navbar-bordering{
    border-radius: 24px 0 0 0;
    border-bottom: 1px solid #F3F3F3;
}
.dropdown{
    font-size: 14px;
}
.dropdown img {
    margin-right: 10px;
}
ul.CTAs {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
#sidebar ul.components {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
}
.content-header {
    color: #fff;
}
.dropdown-menu {
    transform: unset !important;
    position: absolute !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border:0px solid transparent;
}
.dropdown-item {
    padding: 0.25rem 1.5rem !important;
    font-size: 12px !important;
    font-family: Kreg !important;
    color: #2E344A;
    letter-spacing: 0.01em;
}
.form-custom{
    background: #F0F0F3;
    border-radius: 10px !important;
    padding: 2px 10px;
}
.header-grey {
    color: #2E344A;
}
.bg-bank-kelas {
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
    background-color: #757575;
}
.list-unstyled img{
    padding-right: 10px;
}
.bg-bank-kelas h3, .bg-bank-kelas p {
    text-shadow: 2px 7px 5px rgb(255 255 255), 0px -4px 10px rgba(255,255,255,0.3) !important;
    color: #000 !important;
}
.btn-order {
    font-size: 15px;
    font-family: Rbold;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sidebar-header {
    height: 60px;
}
a.navbar-brand {
    height: 33px;
    line-height: 37px;
    padding: 0px;
}
.navbar-brand img {
    height: 30px;
}
.navbar-bordering{
    z-index: 99;
}
