html {
	min-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
body {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	font-size: 14px;
	letter-spacing: normal;
	background: #fff;
	color: #000;
	height: 100%;
	/*overflow-wrap: anywhere;*/
}

.home-no-login {
	height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
@media only screen and (max-width: 767px){
	.home-no-login {
		background-position: center;
	}
}

.custom-footer-no-login {
	bottom: unset !important;
}

span.judul-web {
    font-size: 40px;
    font-weight: bold;
    font-family: arial;
}

@media only screen and (max-width: 545px){
	.custom-footer-no-login {
		bottom: unset !important;
	}
	span.judul-web {
		font-size: 24px;
	}
}

input[type="button"]{
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
input[type="button"]::-moz-focus-inner {
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
input[type="button"]:focus {
	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}
button:focus {
    	outline:none !important;
	border: 0 !important;
	box-shadow: unset !important;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.form-controlku {
    display: inline;
    padding: .375rem 0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.dropdown-menu {
    padding: .5rem !important;
}
.form-outline {
    max-width: 80%;
}

/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 16px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.social-share a i,.social-share a svg {
	text-align: center;
	display: block;
	/* color: #36B87B; */
	font-size: 30px;
}

.social-share a.facebook {color: #3E68A8;background: 3E68A8;}
.social-share a.twitter {color: #36BFED;}
.social-share a.google-plus {color: #EF4545;}
.social-share a.linkedin {color: #0077b5;}
.social-share a.linkdin {color: #0077b5;}
.social-share a.pinterest {color: #9E1B20;}
.social-share a.mail {color: #FFB300;}
.social-share a.whatsapp {color: #25d366;}

.social-share a.facebook:hover i, .social-share a.facebook:hover svg {color: #f08519;}
.social-share a.twitter:hover i, .social-share a.twitter:hover svg {color: #f08519;}
.social-share a.google-plus:hover i, .social-share a.google-plus:hover svg {color: #EF4545;}
.social-share a.linkedin:hover i, .social-share a.linkedin:hover svg {color: #f08519;}
.social-share a.linkdin:hover i, .social-share a.linkdin:hover svg {color: #f08519;}
.social-share a.pinterest:hover i, .social-share a.pinterest:hover svg {color: #f08519;}
.social-share a.mail:hover i, .social-share a.mail:hover svg {color: #f08519;}
.social-share a.whatsapp:hover i, .social-share a.whatsapp:hover svg {color: #f08519;}

.social-share span,.social-share ul{display:block;}
.social-share li{display:inline-block;margin-right:20px;}
.social-share li:last-child{margin-right:0;}


footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	letter-spacing: 0;
	margin-top: auto!important;
	background: #f9bd21!important;
	color: #000!important;
}
footer a {
	color: #000!important;
	text-decoration: none;
}

.btn-primary {
    color: #000!important;
    background-color: #f9bd21!important;
    border-color: #f9bd21!important;
}
.form-control {
    color: #212529!important;
    background-color: #fddd79!important;
    border: 1px solid #f9bd21!important;
}
.form-check-input {
    border: 1px solid #f9bd21!important;
}
.form-check-input:checked {
    background-color: #fddd79!important;
    border-color: #f9bd21!important;
}
.form-select {
    background-color: #fddd79!important;
    border: 1px solid #f9bd21!important;
}
.content-tengah {
    margin-bottom: 50px;
}

.navbar {
    background: #f9bd21 !important;
    color: #000 !important;
}
.navbar-light .navbar-toggler {
    color: #000 !important;
    border-color: #000 !important;
}
.navbar-toggler {
    border: 1px solid #000 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}


.img-footer {
	max-width: 250px;
	height: auto;
	max-height: 70px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.nav-item .dropdown-toggle::after {
    display: unset !important;
    margin-left: unset !important;
    vertical-align: 0.255em;
    content: unset !important;
    border-top: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
    border-left: unset !important;
}
.nav-item .dropdown-menu.show {
    display: block;
    left: -208% !important;
    margin-top: 0.525rem !important;
    background: #fddd79 !important;
    min-width: 16rem !important;
    padding-bottom: 2.3rem !important;
}
.navbar-custom {
    font-size: 16px;
    font-weight: bold;
}
.nav-item li.nav-item {
    padding-left: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
    height: 30px;
}
.nav-item li.nav-item::before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    position: relative;
    top: 1.625em;
}

.isi-apa-yang-kami-kerjakan {
    font-size: 40px;
    font-weight: bold;
    width: 350px;
}

.ukuran-custom-awesome-5x {
    font-size: 5em;
}

@media only screen and (max-width: 767px){
	.isi-apa-yang-kami-kerjakan {
		font-size: 30px;
		font-weight: bold;
		width: 100%;
	}
	.ukuran-custom-awesome-5x {
		font-size: 3em;
	}
}

@media only screen and (max-width: 400px){
	.isi-apa-yang-kami-kerjakan {
		font-size: 20px;
		font-weight: bold;
		width: 100%;
	}
	.ukuran-custom-awesome-5x {
		font-size: 2em;
	}
}

.warna-kuning {
    color: #f9bd21 !important;
}

.title-kerjaan {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.isi-kerjaan {
    font-size: 14px;
}


.table-responsive {
    display: inline-block !important;
    width: 100% !important;
    overflow-x: auto !important;
    scrollbar-color: #e9ecef !important;
    padding-bottom: 20px !important;
}
.table-dark {
    --bs-table-bg: #f9bd21 !important;
    --bs-table-striped-bg: #f9bd21 !important;
    --bs-table-striped-color: #000 !important;
    --bs-table-active-bg: #f9bd21 !important;
    --bs-table-active-color: #000 !important;
    --bs-table-hover-bg: #f9bd21 !important;
    --bs-table-hover-color: #000 !important;
    color: #000 !important;
    border-color: #f9bd21 !important;
}
.table {
    --bs-table-striped-bg: #fafd81 !important;
    --bs-table-active-bg: #fafd81 !important;
    --bs-table-hover-bg: #fafd81 !important;
}


/* Box autocomplete */
#suggesstion-box {
    position: relative;
}
#suggesstion {
    list-style: none;
    padding: 0;
    width: 100%;
    position: absolute;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}
#suggesstion::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}
#suggesstion li {
    background: #3b7ddd;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 5px 5px 5px 10px;
    width: auto;
}

/* ------------------------------------------------
PANEL DASHBOARD
------------------------------------------------ */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-huge {
    font-size: 40px;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


.timeline {
      border-left: 1px solid #0dcaf0;
      position: relative;
      list-style: none;
    }

.timeline .timeline-item {
      position: relative;
    }

.timeline .timeline-item:after {
      position: absolute;
      display: block;
      top: 0;
    }

.timeline .timeline-item:after {
      background-color: #20c997;
      left: -38px;
      border-radius: 50%;
      height: 11px;
      width: 11px;
      content: "";
    }