html {
    scroll-behavior: smooth;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #000;
    height: 100vh;
    width: 100vw;
    margin: 0;
    padding: 0
}

.font-caveat{font-family: 'Caveat', cursive !important;}
.font-playfair{font-family: "Playfair Display", serif;}
.font-roboto-mono{font-family: "Roboto Mono", monospace;}
.font-lato{font-family: "Lato", sans-serif;}
.font-roboto{font-family: "Roboto", sans-serif;}
.font-poppins{font-family: 'Poppins', sans-serif;}

.text-white{color: #ffffff !important;}
.text-black{color: #000000 !important;}
.text-primary{color: #243a4a !important;}
.text-grey{color: #bdbdbd !important;}
.test-grey2{color: rgb(65, 64, 64);}
.text-danger{color: #e7094c !important;}
.text-error{color: #cf1111 !important;}

.bg-white{background-color: #ffffff !important;}
.bg-grey{background-color: #ececec !important;}
.bg-black{background-color: #000000 !important;}
.bg-primary{background-color: #243a4a !important;}
.bg-default{background-color: #243a4a !important;}
.bg-success {background-color: #076464 !important;}
.bg-warning {background-color: #f3a08d !important;}
.bg-danger {background-color: #eeb0be !important;}
.bg-purple{background-color: #c98afd !important;}
.bg-indigo{background-color: #5603ad !important;}
.bg-info{background-color: #b5dde2 !important;}

.strong,strong{
    font-weight: 600;
}

.nomarg {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.valign {
    display: flex;
    align-items: center;
}

.halign{
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    width: 92% !important;
    position: relative !important;
    margin: 0 auto !important;
}

.container-modul {
    width: 97% !important;
    position: relative !important;
    margin: 0 auto !important;
}

.strip {
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 3;
}

.progress {
    background: transparent;
    margin: 0px !important;
    position: fixed !important;
    top: 0px;
    z-index: 99999;
    width: 100% !important;
    left: 0px !important;
}

/* Navigation */
.nav{
    background-color: #fff;
    box-shadow: none;
    z-index: 2;
    position: fixed;
    top: 0;
    padding-top: 40px;
    padding-bottom: 70px;
    height: 80px;
}

.nav-container {
    width: 100% !important;
    position: relative !important;
    margin: 0 auto !important;
}

.brand img{
    width: 25px;
    margin-top: 15px;
}

.nav ul {
    padding-left: 0;
    list-style-type: none;
}

.nav ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

.nav .center-menu a:hover,
.nav .center-menu a:focus,
.nav .center-menu a:active {
    background: transparent;
}

.dropdown-trigger i {
    font-size: 9px !important;
    margin-left: 4px;
}

#dropdown-layanan {
    width: auto !important;
    max-width: 370px !important;
    right: 100px;
    background-color: #f7f7f7;
}

#dropdown-resource{
    width: auto !important;
    max-width: 170px !important;
    right: 10px;
    background-color: #f5f5f5;
}

#dropdown-auth {
    width: auto !important;
    max-width: 190px !important;
    right: -40px;
    background-color: #fafafa;
}

.dropdown-content {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 60px;
    text-align: right;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.dropdown-content li {
    min-height: 10px !important;
    margin-top: 0px;
    text-align: left !important;
}

.dropdown-content li a .small {
    font-size: 13px !important;
    line-height: 0px !important;
    font-weight: 450 !important;
}

.dropdown-content li a .title{
    font-size: 14px;
}

.dropdown-content li a i {
    margin-right: 1px;
    font-size: 23px;
}

.dropdown-content li a .icon-left {
    margin-right: 20px !important;
}

/* nav footer */
.navfoot{
    background-color: #fff;
    position: fixed;
    width: 100%;
    padding-bottom: 0px;
    bottom: 0px;
    z-index: 2;
}

.navfoot p{
    font-size: 12px;
}

/* Header */
.header{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.header .row{
    height: 100%;
    display: flex;
    align-items: center;
}

.header-text {
    padding-top: 30px;
    padding-right: 30px;
    max-width: 950px;
}

.header-text h1 {
    font-size: 65px;
    font-weight: 600;
    line-height: 72px;
}

.header-text p {
    padding-top: 10px;
    max-width: 450px;
    font-size: 16px;
    line-height: 22px;
}

.header img{
    padding-top: 50px;
    max-width: 320px;
}

/* section */
.section{
    padding-top: 60px;
    padding-bottom: 60px;
}

.first-section{
    padding-top: 170px;
    padding-bottom: 80px;
}

.first-section-ela{
    padding-top: 140px;
    padding-bottom: 80px;
}

.section-materi{
    max-width: 470px;
    margin: auto;
    text-align: center;
}

.section-materi a{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.section-materi i{
    font-size: 11px;
    margin-left: -5px;
}

.section-content h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
}

.section-content h2{
    font-size: 50px;
    line-height: 60px !important;
}

.section-content h3{
    font-size: 29px;
    line-height: 40px !important;
}

.title-section{
    padding-bottom: 60px;
    text-align: center;
}

/* Card About */
.card-rounded{
    margin-top: 40px;
    border: 1px solid #272727;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: none;
}

.card-rounded p{
    font-size: 16px;
}

/* Navigation Content */
.nav-content {
    padding-top: 15px;
}

.nav-content a {
    margin-right: 10px;
    font-size: 14px;
}

.nav-content .fi {
    font-size: 12px !important;
    margin-left: 2px;
    font-weight: bold;
}

/* Index Artikel & Konten */
.artikel-aria{
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.artikel{
    padding-top: 40px;
}

.artikel .item{
    padding-top: 20px;
    border-bottom: 1px solid #000000;
    padding-bottom: 27px;
    position: relative;
}

.artikel .title-aria{
    padding-right: 30px;
}

.artikel .title{
    font-size: 27px;
    line-height: 37px;
}

/* Side Blog */
.side-blog{
    position:fixed;
    width: 20%;
    padding-right:40px;
    padding-top: 10px;

    height: calc(100vh - 280px); /* penuh setinggi layar */
    display: flex;
    flex-direction: column;
}

/* Index Ela */
.project-grid{
    margin-top: 40px;
}

.project-grid .card{
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px !important;
    color: #243a4a;
    border: 1px solid #243a4a;
}

.project-grid .card .card-content{
    padding: 15px;
}

.project-grid .card .card-image{
    height: 130px;
    overflow: hidden;
}

.project-grid .card .card-image img{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.project-grid .card .card-title{
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 15px !important;
}

.project-grid .card .card-content{
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    color: #000000;
}

.project-grid .card .card-content .sub-title{
    font-size: 11px;
    line-height: 15px;
}

.right-index{
    margin-left: -30px;
    margin-right: 30px;
}

/* Card Modul */
.card-modul{
    box-shadow: none !important;
    outline: none !important;
    margin-top: 22px;
}

.card-modul .card-header{
    padding: 16px;
    border: 1px solid black;
    border-top-right-radius: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom: 0px !important;
}

.card-modul .card-footer{
    padding: 15px;
    border: 1px solid black;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top: 0px !important;
}

.search-modul{
    border-radius: 10px !important;
    border: 1px solid rgba(0, 0, 0, 1);
    height: 30px;
    margin-top: -10px;
    margin-right: -5px;
    width: 300px;
    padding: .625rem .75rem;
}

.table-modul{
    margin-top: 0px !important;
    border-collapse: collapse;
    width: 100%;
}

.table-modul tr td{
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 12px;
    font-size: 15px;
}

.table-modul .kolom-kiri{
    border-right: 0px !important;
    padding-right: 0px;
    text-align: right;
}

.table-modul .kolom-tengah{
    border-left: 0px;
    border-right: 0px;
}

.table-modul .kolom-kanan{
    border-left: 0px !important;
    text-align: right;
}

.kolom-inline{
    display: inline-flex;
}

.kolom-kanan i{
    margin-right: 1px;
    margin-left: 1px;
}

/* Footer */
.footer{
    background-color: #2b2a2a;
    margin-top: 30px;
    padding-top: 100px;
    padding-bottom: 20px;
    color: #ffffff;
}

.footer img{
    width: 30px;
}

.footer p{
    font-size: 13px;
}

.footer a{
    color: #ffffff !important;
    line-height: 26px;
}

.footer .read a{
    color: #ffffff !important;
    line-height: 18px;
}

.icon-footer{
    padding-top: 20px;
}

.icon-footer a{
    padding-right: 10px;
}

.bottom-footer{
    padding-top: 20px;
    border-top: 1px solid #8f8f8f;
}

.bottom-footer a{
    padding-left: 5px;
    padding-right: 5px;
}

/* Progers */
.progress-container {
    width:100%;
    background-color: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    height: 10px;
    box-shadow: none;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(135deg, #4caf50 25%, #66bb6a 25%, #66bb6a 50%, #4caf50 50%, #4caf50 75%, #66bb6a 75%, #66bb6a);
    background-size: 40px 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    position: relative;
    animation: move-stripes 1s linear infinite;
    transition: width 0.4s ease;
}

@keyframes move-stripes {
    from { background-position: 0 0; }
    to { background-position: 40px 0; }
}

/* Badge */
.badge-project{
    height: 15px !important;
    background-color: #ffffff;
    line-height: 15px !important;
    color: #303030 !important;
    font-size: 9px !important;
    border-radius: 6px;
    letter-spacing: .5px;
    float:none !important;
    margin-left: 0px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
    display: inline-block;
}

/* Auth */
.auth-header {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.card-login{
    width: 90%;
    max-width: 400px;
    margin:auto;
    border-radius: 10px;
    border: 1px solid #243a4a;
    box-shadow: none;
    z-index: 2;
}

.card-register{
    width: 90%;
    max-width: 800px;
    margin:auto;
    border-radius: 10px;
    border: 1px solid #243a4a;
    box-shadow: none;
    z-index: 2;
}

.card-login .content{
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
}

.card-register .content{
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0px;
}

.card-login form,
.card-register form{
    padding-top: 10px;
}

.card-login .judul-form,
.card-register .judul-form{
    font-size: 13px;
    font-weight: bolder;
    margin-top: 20px;
    margin-bottom: 0px;
}

.card-login form input,
.card-register form input{
    margin-bottom: 15px;
    margin-top: 5px;
}

.text-credential{
    font-size: 13px;
    padding-top: 5px;
}

/* Form */
.form-search,
.select2-container .select2-selection--single {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #272727;
    border: 1px solid #272727;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
    margin-top: 30px;
}

.area-tulis {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 150px;
    padding: .625rem .75rem;
    transition: all .15s cubic-bezier(.68, -.55, .265, 1.55);
    color: #272727;
    border: 1px solid #272727;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.form-search:focus {
    border-color: #000000;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}

.area-tulis:focus {
    border-color: #000000;
    outline: 0;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, .1);
}

form [type="radio"]:not(:checked)+span:before,
form [type="radio"]:not(:checked)+span:after {
    border: 2px solid #000000 !important;
}

form [type="radio"]:checked+span:after,
form [type="radio"].with-gap:checked+span:before,
form [type="radio"].with-gap:checked+span:after {
    border: 2px solid #000000;
}

form [type="radio"]:checked+span:after,
form [type="radio"].with-gap:checked+span:after {
    background-color: #000000;
}

/* Button */
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    text-transform: capitalize;
    margin-top: 5px;
    margin-right: 8px;
    border-radius: 50px !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-xs {
    height: 28px;
    line-height: 26px;
    font-size: 13px !important;
}

.btn-vxs {
    height: 25px;
    line-height: 20px;
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-vvxs {
    height: 20px;
    line-height: 16px;
    font-size: 12px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-nopad{
    padding-left: 4px;
    padding-right: 5px;
}

.btn-primary {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid black !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.btn-secondary {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid black !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent !important;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #000000;
}

/* Alert */
.alert {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid transparent;
    border-radius: 10px !important;
    color: #ffffff;
}

.alert p{
    font-size: 1rem !important;
}

.alert-la{
    position: fixed !important;
    right: 0px !important;
    bottom: -20px !important;
    z-index: 99999;
    width: 100% !important;
    height: auto !important;
    border-radius: 0px !important;
}

.uk-alert-close {
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: 0.4;
}

.uk-alert-close:first-child + * {
    margin-top: 0;
}

.uk-alert-close:hover,
.uk-alert-close:focus {
    color: inherit;
    opacity: 0.8;
}

.pointer{
    cursor: pointer !important;
}

/* Captcha */
.grecaptcha-badge {
    transform: scale(0.8);
    bottom: 70px !important;
    box-shadow: none !important;
}