    @font-face {
    font-family: 'Mulish Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Regular'), url('../font/Mulish-Regular.woff') format('woff');
    }   
    @font-face {
    font-family: 'Mulish Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Italic'), url('../font/Mulish-Italic.woff') format('woff');
    }
    @font-face {
    font-family: 'Mulish Light';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Light'), url('../font/Mulish-Light.woff') format('woff');
    }
    @font-face {
    font-family: 'Mulish SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish SemiBold'), url('../font/Mulish-SemiBold.woff') format('woff');
    }
    @font-face {
    font-family: 'Mulish Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish Bold'), url('../font/Mulish-Bold.woff') format('woff');
    }      
    @font-face {
    font-family: 'Mulish ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Mulish ExtraBold'), url('../font/Mulish-ExtraBold.woff') format('woff');
    }
    


body {
	font-family: 'Mulish Regular';
	background:#A8CFF0;
}
/*CSS Default*/
    h1,h2,h3{	
        font-family: 'Mulish SemiBold';
    }
    a {
    	color: #94D3F6;
    }
    html body .m-r-10 {
        margin-right: 10px;
    }
    .btn {
        font-size: 12px;
    }
    .btn-outline-info {
        border-color: #084C94;
        color: #084C94;
    }
    .btn-rounded {
        border-radius: 60px !important;
        padding: 7px 18px;
    }
    .label {
    	display: inline-block;
        padding: 3px 10px;
        line-height: 13px;
        color: #ffffff;
        font-weight: 400;
        border-radius: 4px;
        font-size: 75%;
    }
    .label-rounded {
        border-radius: 24px;
    }
    .label-danger {
        color: #FA7F7F;
        background: #FFEEEE;
    }
    .label-success{
    	color: #3ECFCD;
    	background: #D9FFF4;
    }
    table thead th,
    table tfoot th {
        color: #727272;
        font-weight: normal !important;
        font-family: 'Mulish Bold';
    }
    table td{
        color: #727272;
    }
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #FCFCFC !important;
    }
    .table td, .table th {
        border-color: #DFE0EB !important;
    }
    table.dataTable.display tbody tr.odd>.sorting_1,
    table.dataTable.display tbody tr.even>.sorting_1{
        background-color: transparent;
    }
    .text-inverse {
        color: #727272 !important;
    }
    .text-info{
    	color: #3F92D1 !important;
    }
    .text-success{
    	color: #0FBA87 !important;
    }
    .text-warning{
    	color: #FFCC00 !important;
    }


    @media (max-width: 768px){
        .btn-rounded {
            padding: 5px 13px;
        }
    }
/*CSS Default*/

.img-login {
	width: 100%;
	height: auto;
}
.left_col .img-login {
	padding-right: 20px;
}
.nav-sm .left_col .img-login {
	padding-right: 0px;
}
.logo-login {
	width: 90%;
}
.full-width{
	width: 100%;
    height: 100%;
    background:rgba(255,255,255,0.5); 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; /* Just to keep it at the very top */
}
.body-login {
	border-color: transparent !important;
}
.body-login .card-body > label {
	display: block;
	text-align: center;
	color: #727272;
	font-size: 22px;
	font-family: MerriweatherSans-Regular;
}
.kotak-login {
	position: absolute;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.group2 {
    display: block;
    height: 42px;
    text-align: left;
    padding-left: 70px;
    padding-top: 10px;
    font: 20px sans-serif;
    position: absolute;
   	left: 94%;
}
.group2 > i {
  position: absolute;
  right: 80px;
  bottom: 51px;
 	cursor: pointer
}
.nav-md .menu_section>ul {
    margin-left: 10px;
}
.left_col,
.nav_title {
	background: #A8CFF0;
}
.logo-bg-putih{
    background-color: #fff;
    height: 100%;
}
.logo-radius{
    height: 100%;
    background: #A8CFF0;
    border-top-right-radius: 40px;
    line-height: 57px;
    padding-left: 7px;
}
.nav-sm .navbar.nav_title {
    width: 100%;
    display: inline-block;
}
.nav-md .logo-big{
    display: inline-block;
} 
.nav-md .logo-mini{
    display: none;
}
.nav-sm .logo-big{
    display: none;
}
.nav-sm .logo-mini{
    display: inline-block;
}
.left_col .profile,
.menu_section.active > h3 {
	display: none;
}
.nav_menu{
 	background: #fff;
 	margin-bottom: 40px;
    border-bottom: 1px solid rgba(206,212,218,0.4);
}
.nav-sm ul.nav.child_menu {
    background: #a8cff0;
}
.toggle {
    margin-left: 15px;
}
.nav.child_menu>li>a {
    color: #A4A6B3;
}
.nav li li.current-page a {
	color: #F33939;
}
.nav.side-menu>li>a:hover,
.nav.child_menu>li>a:hover {
	color: #000 !important;
}
.nav-sm .nav.child_menu li.active, .nav-sm .nav.side-menu li.active-sm {
    border-right: 0;
}
.nav.side-menu>li.active>a,
.nav-sm .nav.side-menu li.active-sm a,
.nav.side-menu>li.active>a:hover {
	background: #fff;
    color: #F33939 !important;
	border-bottom: unset;
	text-shadow:unset;
	box-shadow:unset;
	border-radius: 100px 0px 0px 100px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
}
.nav.side-menu>li.active:before {
    content: "";
    position: absolute;
    top: -38px;
    right: 0;
    height: 40px;
    width: 40px;
    border-bottom-right-radius: 50%;
    background: transparent;
    box-shadow: 0 20px 0 0 #fff;
}
.nav.side-menu>li.active:after {
    content: "";
    position: absolute;
    top: 45px;
    right: 0;
    height: 40px;
    width: 40px;
    border-bottom-right-radius: 50%;
    background: transparent;
    box-shadow: 0 20px 0 0 #fff;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.nav.side-menu>li.active a{
	position: relative;
}
.nav.side-menu>li.active a span.fa {
    color: #F33939;
    z-index: 4;
    position: absolute;
    right: 15px;
}
.main_menu span.fa {
    color: #000;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
    font-family: 'Mulish Bold';
	color: #000000;
}
.nav.side-menu>li.current-page, .nav.side-menu>li.active {
	/*border-left: 4px solid #78BD48;
	border-right: 0px solid #78BD48;*/
	border-right: 0;
}
.nav-md ul.nav.child_menu li:before,
.nav-md ul.nav.child_menu li:after{
	display: none;
}

body .container.body .right_col {
    background: #f7fcff;    
}
.nav-md .container.body .right_col{
	padding-bottom: 10px;
}

.sidebar-footer {
	display: none;
}
footer .clearfix:after{
	display: none;
}
footer .pull-right {
	float: unset;
	text-align: center;
	color: white;
}
.toggle a i {
    font-size: 21px;
    color: #A8CFF0;
}
.toggle a {
    padding: 15px 15px;
}
.top_nav .navbar-right li .info-number .badge {
    right: -10px;
    top: -10px;
}
a.user-profile {
	color: #A8CFF0 !important;
}
.top_nav .navbar-right li .dropdown-toggle::after{
	display: none;
}
.top_nav .nav_menu .user-profile img {
	margin-right: 0;
    margin-left: 7px;
}
.top_nav .nav_menu a.user-profile {
    border-left: 1px solid #000;
    padding-left: 12px;
    color: #6E6B7B !important;
    font-family: 'Mulish SemiBold';
}
.top_nav .navbar-right {
    margin: 16px;
}
.top_nav .navbar-right .dropdown-item {
    padding: 9px 20px;
}


@media (max-width: 768px){
    .nav.side-menu>li.active:after {
        display: none;
    }
}

.report-dashboard {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 18%;
    padding: 0 10px;
    margin:0px auto;
    width: 100%;
    min-height: 130px;
    background-color: white;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.border-bawah {
	border-bottom: 7px solid #78BD48;
}

.judul-report {
	display: block;
	width: 100%;
	color: #78BD48;
	font-size: 15px;
    font-weight: 500;
}
.permintaan-report {
	display: block;
	width: 100%;
	font-weight: 700;
	margin:13px 0px;
}
.btn-report-dash {
	padding: 5px 10px;
    border: 1px solid #78BD48;
    color: #78BD48;
    display: block;
    width: 100px;
    transition: .2s ease-in-out;
    border-radius: 4px;
}
.btn-report-dash:hover {
	color: white;
	background-color: #78BD48;
}
.content-report {
	padding: 10px 3px;
}

.btn-default-spm {
    border: 1px solid #FB4C4C;
    background: #FB4C4C;
	border-radius: 9px;
	min-width: 100px;
    line-height: 24px;
}
.btn-default-spm:hover {
	background: #F33939;
    border: 1px solid #F33939;
}
.garis-kiri {
	height: 35px;
    position: absolute;
    width: 4px;
    background-color: #94D3F6;
    left: -1px;
    /*top: 15px;*/
}
.img-sample {
	width: 75%;
	height: auto;
	display: block;
	margin: auto;
}

.warna-belum {
	background-color: #39B54A;
	width: 20px;
	height: 20px
}
.warna-sudah {
	background-color: #06AAE9;
	width: 20px;
	height: 20px
}
.isi-chart {
	min-height: 300px;
	margin-bottom: 30px;
}
.img-tbl-slider {
	width: 100px;
    height: 80px;
    object-fit: contain;
}
.table td, .table th {
    vertical-align: middle;
}
.custom-control-input:checked~.custom-control-label::before{
	background: #78BD48;
	border-color: #78BD48;
}
.custom-switch .custom-control-label::before {
    width: 50px;
    height: 25px;
    border-radius: 50px;
    cursor: pointer;
}
.custom-switch .custom-control-label::after {
    top: calc(6px + 2px);
    left: calc(-33px + 2px);
    width: calc(20px - 4px);
    height: calc(20px - 4px);
    cursor: pointer;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
}

.tambah_dokumen {
	background-color: #FFB801 !important;
	border-color: #FFB801;
}
.form-control {
	border-radius: 9px;
	color: #5f5f5f;
}
.btn_validasi {
	border-radius: 20px;
	border: 1px solid #78BD48;
	color: #78BD48;
	padding: 3px 6px;	
}
.btn_validasi.tidak_aktif{
	border-color: #b4b4b4;
	color: #b4b4b4;
	cursor: not-allowed;
	pointer-events: none;
}
.btn_validasi.tolak_validasi{
	border-color: #F43030;
	color: #F43030;
}
.btn-login {
	background-color: #5D9E2F;
	border-color: #5d9e2f;
    padding: 6px 30px;
    color: white;
    border-radius: 4px;
    line-height: 15px;
    margin:0px !important;
    position: relative;
    /*top: -6px;*/
}
.btn-login:hover {
	background-color: #5D9E2F;
	border-color: #5d9e2f;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.berita-terkini {
	background-image: url(../../asset/images/bg.png);
    background-repeat: no-repeat;
    min-height: 303px;
    background-size: cover;
}
.head-title h4 {
	color: #727272;
}
.garis-bawah {
	width: 125px;
    background-color: #78BD48;
    height: 3px;
    margin: auto;
}

.img-berita {
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-radius: 5px 5px 0px 0px;
}
.judul-berita ,
.tanggal-berita{
	margin: 10px 0px;
	display: block;
}
.judul-berita {
	font-size: 15px;
}
.btn-selengkapnya{
	background-color: transparent;
    color: #78BD48;
    padding: 0px;
    border-color: transparent;
}
.btn-selengkapnya:hover {
	background-color: transparent;
    border-color: transparent;
    color: #689846;
}
.box-berita {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.box-konten {
	padding: 15px;
}
/*.row {
	display: initial;
	flex-wrap: initial;
}*/
.row {
	margin-right: 0px;
    margin-left: -1px;
}
.btn-lihatsemua {
	border: 1px solid #78BD48;
    padding: 13px 20px;
    color: #78BD48;
    border-radius: 7px;
}
.rated {
	color: #FFB045;
}
.foto-testi {
	width: 35px;
	height: 35px;
}


.content{
	min-height: 350px;
}
.breadcum{
	background-color: #F8F8F8;
    text-align: center;
    padding: 35px;
    /*padding-top: 135px;*/
    padding-top: 45px;
    margin-top: -20px;
}
.box-breadcum h4 {
	color: black;
}
.box-breadcum .active {
	color: #78BD48;
}
.box-contain{
	/*display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;*/
    display: grid;
    margin:50px auto; 
}
.konten-berita .col-md-3 {
	margin-bottom: 20px;
}

.navbar-nav a:hover {
	color: #78BD48 !important;
}
.collapse.navbar-collapse .navbar-nav .nav-item a:hover {
	color: #78BD48 !important;
}
.collapse.navbar-collapse .navbar-nav  .nav-link{color: #727272 !important;}
.collapse.navbar-collapse .navbar-nav  .nav-item.active .nav-link{color: #78BD48 !important;border-bottom: 2px solid;}
 
.btn-mintadokumen {
	background-color: #92D266;
}
.judul-dokumen,
.kategori-dokumen {
	display: block;
}
.kategori-dokumen {
	margin:10px 0px 20px 0px; 
}
.img-dokumen {
	width: 100%;
	height: 150px;
	object-fit: cover; 
}
.box-dokumen {
	margin-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px !important;
	padding:0px 10px 0px 0px;
	margin: 0px 10px 0px ; 
}
.dokumen-page .judul-dokumen a{
	color: #252733;
}
.breadcum-file .active {
	color: #78BD48 ;
}
.img-detail-dokumen{
	height: auto;
    width: 70%;
    padding-top: 50px;
    object-fit: cover;
}
.breadcum-file {
	margin-bottom: 40px;
}
.deskripsi-dokumen {
	margin: 10px 0px 30px 0px; 
}
.modal-title {
	text-align: center;
}


input::placeholder {
  color: #dfdfdf !important;
  font-weight: 300 !important;
  font-family:MerriweatherSans-Regular !important;
}





/*footer*/
footer {
	display: none;
}
.copyright {
	background: rgb(146,210,102);
	background: linear-gradient(90deg, rgba(146,210,102,1) 0%, rgba(120,189,72,1) 100%);
	text-align: center;
	padding: 10px;
	color: white;
}

#cholopon {
	background: #fff;
	display: inline-flex;
    padding: 72px 0;
    background-image: url(../../asset/images/bg-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
@media (min-width: 992px){
	footer {
     margin-left: 0px; 
	}
}
.widget-title {
	color: #727272;
	margin-bottom: 30px;
}
.widget-title:after {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    margin-left: 10px;
    width: 80px;
    height: 2px;
    background-color: #727272;
}
.logo-footer {
	width: 100%;
}
#footer-2 + table .fa {
	font-size: 20px;
}
#footer-2 + table tr td:nth-child(1) {
	text-align: center;
}
#footer-2 + table tr td {
	padding: 5px;
}
#menu-link-terkait {
	list-style-type: none;
	padding-left: 0px;
}
#menu-link-terkait li{
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C4C4C4;
}
#menu-link-terkait li a{
    color: #727272;
}
/*footer*/

/*CSS Card*/
	.card,
	.x_panel{
		background: #FFFFFF;
		border: 1px solid #DFE0EB;
		box-sizing: border-box;
		box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
	}
	.x_title h2 {
	    color: #252733;
	}
	.panel_toolbox {
	     min-width:auto; 
	}
	.card-title{
	    color: #252733;
    	font-family: 'Mulish Bold';
    	font-size: 18px;
	    margin-bottom: 30px;
		line-height: 35px;
	}
	table td .media {
	    display: inline-block !important;
	}
	table td .media .profile_thumb {
	    padding: 0 !important;
	    border:0;
	}
	.media .profile_thumb.b-0{
		border:0 !important;
	}
	.media .media-body {
	  line-height: 50px;
	}
	.media .media-body span {
	  display: inline-block;
	  vertical-align: middle;
	  line-height: normal;
	}
	ul.top_profiles li {
	    border-bottom: 1px dashed rgba(198,198,198,0.6);
	}
    ul.top_profiles li:last-child {
        border-bottom: 0;
    }
	ul.top_profiles li:nth-child(odd) {
	    background-color: #fff;
	}


    @media (max-width: 768px){
        .card-title {
            font-size: 16px;
            line-height: 30px;
        }
        .garis-kiri {
            height: 30px;
        }
    }
/*CSS Card*/


.card-totalinfo{
    background: #FFFFFF;
    border-left: 1px solid #DFE0EB;
    border-right: 1px solid #DFE0EB;
    border-top: 1px solid #DFE0EB;
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-bottom: 7px solid;
    margin-bottom: 32px;
}
.card-totalinfo .card-body{
    padding: 30px 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.card-totalinfo img{
    float: left;
    width: 75px;
    height: 75px;
    margin: 5px 22px 5px 0;
    border-radius: 50%;
}
.card-totalinfo .card-totalinfo-inner{
    width: 100%;
}
.card-totalinfo span{
    font-family: 'Mulish Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #9B9B9B;
}
.card-totalinfo h1{
    font-family: 'Mulish ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 84px;
    line-height: normal;
    margin: 0;
}

.tes-today-owl .judul-utama{
    font-family: 'Mulish ExtraBold';
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #252733;
}
.tes-today-owl .card{
    background: #FFFFFF;
    border: 1px solid #DFE0EB;
    box-sizing: border-box;
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 8px;
}
.tes-today-owl .card-body span {
    margin-right: 12px;
    display: inline-block;
    font-size: 12px;
}
.tes-today-owl .card-body span:last-child{
    margin-right: 0
}
.tes-today-owl .card-body span i {
    font-size: 14px;
}
.tes-today-owl .card-footer{
    background-color: transparent;
}
span.statustes{
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  border-radius: 24px;
  padding: 5px 30px;
  margin-right: 0;
  display: inline-block;
  min-width: 130px;
}
span.dimulai{
  color: #3F92D1;
  background: #BAEEFF;
}
span.menunggu{
  color: #747474;
  background: #E3E3E3;
}
span.jadwal-ulang{
  color: #927A00;
  background: #FFD70F;
}

.card-peserta-lolos{
    margin-bottom: 30px;
    padding: 20px 20px 30px;
}
.card-peserta-lolos h1{
    font-family: 'Mulish ExtraBold';
    font-style: normal;
    font-weight: 800;
    font-size: 67px;
    line-height: 84px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.card-peserta-lolos span{
    font-family: 'Mulish Bold';
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #363636;
}