html,body{
	font-family: Poppins, Helvetica, "sans-serif";
	height: 100%;
	background: #eef3ff;
}

*{
	font-size: 14px;
}

.bg{
	background-image: url("../img/bg.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg::after{
	content:' ';
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	background: rgba(84,117,148,0.54);
	z-index: -1;
}

.bg>*{
	color:white;
}

a{
	text-decoration: none;	
	color: inherit;
}

a:hover{
	color: inherit;	
}

.top-header{
	background: #FFC928;
	color:black;
	font-size: 12px;
	line-height: 2em;
}

.header{
	background: #354777;
	color:white;
	padding:10px 0;
	max-height: 68px;
	position: relative;
}

.logo{
	overflow: hidden;
	display: inline-block;
}

.logo>img{
	height: 48px;
	float:left;
	margin-right: 6px;	
}

.logo>span{
	border-left:2px solid white;
	padding-left:6px;
	float:left;
	line-height: 1.2em;
	font-size: 13px;
}

.logo>span>strong{
	font-size: 16px;
}

.pull-right{
	float:right!important;
}

.btn-login{
	display: block;
	color: black;
}

.nav-main{
	margin-top:6px;
}

.nav-main>li>a{
	color:white;
	font-size: 14px;
}

.nav-main>li>a:hover, .nav-main>li>a:focus, .nav-main>li>a.active{
	color:#FFC928;
}


.banner{
	font-size: 14px;
}

.banner-img{
	width: 100%;
}


#main{
	background-image: url("../img/construction-background.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding:100px 0;
	margin-bottom: 5rem;
}

.btn-banner{
	display: flex;
	box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
	background: white;
	overflow: hidden;
	font-size: 14px;
	padding:25px;
	border-radius: 10px;
	margin-bottom: 25px;
}

.btn-banner>img{
	height: 48px;
	margin-right: 14px;
}

.btn-banner>p{
	margin:0;
}

.btn-banner>p>span{
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.bg-red-soft{
	background: #ff7676;
}

.bg-yellow-soft{
	background: #ffce76;
}

.bg-green-soft{
	background: #7ef198;
}

footer{
	background: #FFC928;
	color:black;
	font-size: 12px;
	line-height: 2em;
	text-align: center;
}

.card{
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border-radius: 10px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    border: 0;
    margin-bottom: 25px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}

.card-title {
    font-weight: 700;
    color: #242f48;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mb-50{
	margin-bottom: 50px;
}

.bg-info-gradient {
    background-image: linear-gradient(to right, #0296ce 0%, #38c6f7 100%) !important;
}
.bg-success-gradient {
    background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}
.bg-warning-gradient {
    background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}
.bg-danger-gradient {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}

.stat{
	margin-top: 25px;
}
.input-search{
    background: none;
    appearance: none;
    border: 0;
    padding: 12px;
    border-radius: 10px;	
}

.text-center{
	text-align: center!important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.berita-item{
	padding:5px;
}
.berita-item:hover{
	box-shadow: 0 0 4px 1px rgb(0 0 0 / 35%);
}
.berita-item>img{
	width: 100%;
}

.berita-item>h6{
	margin-top: 10px;
    font-weight: bold;
}

.berita-item>p{
	font-size: 13px;
}

.berita-item>a{
	text-decoration: underline;
	color:#0d6efd;
}

.pagination{
	margin-top: 16px;
}

.btn-back{
	display: block;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid #000;
}