/* Add here all your css styles (customizations) */
.paginasi {
	padding: 20px 20px;
	/*background-color: lightblue;*/
	border-radius: 10px;
	min-height: 40px;
}
.tombol_contact_us{
     position: fixed;bottom: 44px;
   }
.tombol_contact_us img{
     height: 44px;width: auto;
   }
.paginasi a {
	padding: 5px 10px;
	background-color: #f7b70b;
	color: lightblue;
	border-radius: 3px;
	margin: 3px 2px;
	min-width: 20px;
	text-decoration: none;
}
.paginasi strong {
	padding: 5px 10px;
	background-color: #000;
	color: lightblue;
	border-radius: 3px;
	margin: 3px 2px;
	min-width: 20px;
}


.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgb(242, 242, 242);
}

.img-staff,
.img-news {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.modalpdf {
	height: 80vh;
	overflow: scroll
}

.canvasa canvas {
	width: 100%;
	display: block;
}