.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
.sticky-md-top, .sticky-top {
	z-index: 1 !important;
}

.styleHeading .fl-heading-text::before{
	content: '';
	height: 3px;
	width: 35%;
	border-radius: 5px;
	position: absolute;
	right: -45px;
	margin: 9px 0;
	background: #82ab13;
	background: linear-gradient(90deg, #82ab13 0%, #bee84a 100%);
}
.styleHeading .fl-heading-text {
	position: relative;
}

.frame-choose .uabb-infobox {
	-webkit-transition: all 800ms linear;
	-moz-transition: all 800ms linear;
	-ms-transition: all 800ms linear;
	-o-transition: all 800ms linear;
	transition: all 800ms linear;
}

.frame-choose .uabb-infobox:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

.detail-post, .detail-post a {
	font-size: 14px;
	color: #6e7982;
}

.framed-slider .bx-wrapper .bx-pager {
	padding-top: 0 !important;
	bottom: 20px !important;
}
.framed-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ddd !important;
}
.framed-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: var(--primary) !important;
}

@media only screen and (max-width: 768px) {
	.fl-slide-content-wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.fl-slide-content {
		padding: 20px !important;
	}
	.frame-choose .uabb-icon-wrap .uabb-icon i:before {font-size:25px;}
	.frame-choose .uabb-icon-wrap .uabb-icon i {
		width: 50px;
		height: 50px;
	}
	.frame-choose .uabb-imgicon-wrap {
		width: 20% !important;
		margin-right: 10px !important;
	}
	.frame-choose .uabb-infobox-content {
		width: 80% !important;
	}
	.frame-choose .uabb-infobox-left-right-wrap {
		display: inline-flex;
	}
}
@media only screen and (max-width: 768px) {
    html, body {overflow-x: hidden;}
}

@media print {
    #laporan-table td {font-size:12px !important;}
    #laporan-table .judulDistrik {
        text-align: center;
    }
}