/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 :root{
	--primary-color:#006985;
   	/*--primary-color:#00BFF2;*/
	--secondary-color:#005066;
	--034D4F-color:#034D4F;
	--0088AC-color:#0088AC;
	--E6F9FE-color:#E6F9FE;
	--text-color:#636465;
	--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--font-serif: "IBM Plex Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--text-small: 0.75rem;
	--text-default: 1rem;
	--h1: 2.5rem;
	--h2: 2rem; 
	--h3: 1.75rem; 
	--h4: 1.5; 
	--h5: 1.25rem; 
	--h6: 1rem; 
 }
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.animate__animated {
  --animate-duration: 2s;
  --animate-delay: 2s;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

body.admin-bar{
    margin-top: 1px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
.highlight { background-color: #FFF6CD }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
.form-control::-webkit-input-placeholder { 
  color: #A1A5A7;
}

.form-control::-moz-placeholder {
  color: #A1A5A7;
}
.form-control:-ms-input-placeholder {
  color: #A1A5A7;
}
.form-control:placeholder {
  color: #A1A5A7;
}
.form-check-input:checked{
	background-color: #0088AC;
	border-color: #0088AC;
}
.form-check-input:focus{
	box-shadow: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
:focus-visible{
	outline: none;
	background-color: var(--E6F9FE-color);
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.bg-rafif-primary{
	background-color: var(--primary-color);
}
.footer-top{
  background-color: #00BFF2 !important;
}
[class~='koma']:last-of-type  {
    display: none;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #636465;
	font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: "IBM Plex Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 600;
	clear: both;
	color: var(--secondary-color);
}

h1, .h1 { font-size: 2.5rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1em;
}

address {
	margin: 0 0 1em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

ul,
ol {
	margin: 0 0 1em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1em 1em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1em;
	width: 100%;
}
.title-content-step h2{
	color: var(--034D4F-color);
}
.accordion_step .accordion-item{
	border-width: 0 0 1px 0 !important;
	border-radius: 0 !important;
}
.accordion_step .accordion-item .accordion-body{
	padding: 0 0 30px 0 !important;
}
.accordion_step .accordion-item .accordion-header .accordion-button{
	padding: 16px 0 !important;
	border: 0;
	box-shadow: none !important;
	background-color: #ffffff !important;
	color: var(--primary-color) !important;
}
.accordion-item .accordion-header .accordion-button::after{
	font-family: 'Line Awesome Free';
    font-weight: 900;
	content: "\f067";
	background-image: none;
	font-size: 20px;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed)::after{
	content: "\f068";
}
/* Links
--------------------------------------------- */
a {
	color: var(--primary-color);
}

a:visited {
	color: var(--primary-color);
}

a:hover,
a:focus,
a:active {
	color: var(--secondary-color);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
.form-control:focus{
	border-color: #ccc;
	box-shadow: none;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.link-underline{
	text-decoration: underline !important;
}
.text-081317{
	color: #081317 !important;
}
.btn, .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--0088AC-color);
    --bs-btn-border-color: var(--0088AC-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--0088AC-color);
    --bs-btn-disabled-border-color: var(--0088AC-color);
}
.btn.btn-riwayat-instrumen{
    background-color: transparent;
    color:var(--0088AC-color);
}
.btn-primary{
	background-color: var(--0088AC-color);
}
a.btn-primary:visited{
	color: #ffffff;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-main{
    padding:1.5em 0 3em 0;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.stuck{
    background-color:#ffffff;
    position:fixed;
    width:100%;
    box-shadow:0 2px 10px 2px rgba(0,0,0,.1);
    z-index:999;
    margin:0 !important;
    padding:15px 0 !important;
    left:0;
}
.comments-area > ol, .comments-area > ul{
    margin-left: 0;
}
.bg-f6f6f6{
	background-color: #F6F6F6;
}
.temuan-tabs{
	flex-wrap: nowrap;
	gap: 30px;
}
.temuan-tabs li{
	width: 25%;
	white-space: inherit !important;
}
.main-content-temuan .swiper-slide button.nav-link{
	text-align: left;
	line-height: 1.5;
	color: #636465;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next{
	border: 1px solid #DBDDDD;
	width:32px;
	height:32px;
	border-radius: 50%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size: 16px;
	color: #636465;
}
.filter > div{
	display: flex;
	gap: 15px;
	align-items: center;
}
.btn-dropdown{
	padding:4px 8px;
	background-color: var(--E6F9FE-color);
	border-radius: 2px;
	color: var(--primary-color);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}
.btn-dropdown .count{
	font-size: 12px;
	font-weight: 400 !important;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B0EBFB;
	border-radius: 50%;
	color: #005066;
}
.btn-dropdown:active,
.btn-dropdown:hover{
	background-color: var(--E6F9FE-color) !important;
	border-color: var(--E6F9FE-color) !important;
}
.btn-dropdown:focus{
	background-color: var(--E6F9FE-color);
	border-color: var(--E6F9FE-color);
}
.btn-dropdown::after{
	content: none;
}
.btn-readmore{
	color: var(--primary-color);
	font-weight: 600;
	border-color: var(--primary-color) !important;
	padding: 4px 8px;
}
.btn-readmore:hover,
.btn-readmore:visited,
.btn-readmore:active,
.btn-readmore:focus{
	color: var(--secondary-color);
}
.entry-footer a span{
	font-weight: 600;
	font-size: 14px;
}
.bulat{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #DBDDDD;
}
.list-steps{
	display: flex;
	gap: 32px;
	width: max-content;
	padding: 16px 12px;
}
.w-20{width: 20px;}
.h-20{height: 20px;}
.w-40{width: 40px;}
.h-40{height: 40px;}
.w-60{width: 60px;}
.h-60{height: 60px;}
.fs-14{font-size: 14px;line-height: 1.5;}
.spinner-border{
	border-color: #0088AC;
	border-right-color: transparent;
}
.circle-step{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #006985;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	background-color: #f6f6f6;
}
.circle-step:before{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #006985;
	content: "";	
}
.step-item .langkah span{
	font-size: 14px;
}
.step-item{
	position: relative;
}
.step-item:before{
	content: "";
	width: calc(100% + 20px);
	height: 2px;
	background-color: #006985;
	position: absolute;
	top: 10px;
	left: 20px;
}
.step-item:nth-last-child(2)::before{
	background-color: #DBDDDD;
}
.step-item:last-child::before{
	content: none;
}
.step-item:last-child .circle-step{
	border-color: #DBDDDD;
}
.step-item:last-child .circle-step::before{
	content: none;
}
.step-item:last-child .langkah span.h6{
	color: #A1A5A7;
	text-decoration: none !important;
}
.filter button:focus:not(:focus-visible),
.filter .btn-dropdown.show,
.filter .btn-dropdown:active, .filter  .btn-dropdown:hover{
	color: var(--primary-color);
	background-color: var(--E6F9FE-color);
	border-color: var(--primary-color) !important;
	outline: 1px;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: var(--E6F9FE-color);
	color: var(--primary-color);
}
/* Navigation
--------------------------------------------- */
.site-header{
	background-color: #00BFF2;
	position: fixed;
	width:100%;
	z-index: 999999 !important;
	top:0;
}
.site-header .navbar-brand a{
	width: 200px;
}
.site-header .navbar .navbar-nav .menu-item a{
	color: #ffffff;
}
.site-header .navbar .navbar-nav .dropdown-menu li a{
	color: #081317;
}
.site-header .navbar .navbar-nav .menu-item a:hover{
	opacity: .8;
}
.site-title a{
    font-size: 2.5em;
    text-decoration: none;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.menu-right .menu-account a{
	font-family: var(--font-sans);
}
.font-sans{
	font-family: var(--font-sans) !important;
}
header .search-wrapper form input.form-control{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0px;
	right: 56px;
	z-index: 2;
	padding: .5rem 1rem;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	transition: width .4s cubic-bezier(0.0000, 0.795, 0.000, 1.000);
	opacity: 0;
	visibility: hidden;
}
header .search-wrapper form.active input.form-control{
	width: calc(100% - 56px);
	opacity: 1;
	visibility: visible;
}
header .search-wrapper form.active .btn-search{
	background-color: #E6F9FE !important;		
}
header .search-wrapper form .btn-search{
	width: 56px;
	height: 48px;
	z-index: 3;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: transparent !important;
	border-color: transparent !important;
}
header .search-wrapper form .btn-search i{
	color: #ffffff !important;
}
header .search-wrapper form.active .btn-search i{
	color: #006985 !important;
}
header .search-wrapper form .pencarian-lanjut{
	font-size: 16px;
	font-weight: 600;
	color: var(--primary-color);
	z-index: 3;
	margin-right: 15px;
	text-decoration: none;
	display: none;
}
header .search-wrapper{
	position: inherit !important;
}
header .search-wrapper form.active .pencarian-lanjut{
	display: flex;
}
header .search-wrapper form .pencarian-lanjut i{
	font-size: 20px;	
}
.modal-header .btn-close{
    position: absolute;
    top: -40px;
    right: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    color: #333;
    opacity: 1;
    border-radius: 50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.modal-header .btn-close:after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    width:16px;
    height:16px;
    content: " ";
}
#pencarian-lanjut .modal-dialog{
	transform: translateY(-70%);
	top: 50%;
}
#downloadModal .modal-dialog,
#modalZoom .modal-dialog{
	transform: translateY(-70%);
	top: 50%;
}
#pencarian-lanjut .modal-dialog label{
	font-weight: 600;
}
#pencarian-lanjut .modal-dialog .dropdown-menu label{
	font-weight: 400;
}
#pencarian-lanjut .modal-dialog .btn-dropdown:hover,
#pencarian-lanjut .modal-dialog .btn-dropdown:active,
#pencarian-lanjut .modal-dialog .btn-dropdown:focus,
#pencarian-lanjut .modal-dialog .btn-dropdown{
	background-color: #ffffff !important;
	color: #636465;
	border-color: #ccc;
	border-radius: 8px;
	width: 100%;
	justify-content: space-between;
	padding: 16px 12px;
}
#pencarian-lanjut .modal-dialog input[type="text"]{
	padding: 8px 10px;
	border-radius: 8px;
}
.search-wrapper #search-topik a.position-absolute{
	right: 64px;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.search-wrapper #search-topik button.position-absolute{
	right: 0;
	height: 48px;
	width: 56px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #E6F9FE;
	border: 1px solid #E6F9FE;
}
.search-wrapper #search-topik button.btn-search{
	border: 1px solid #ccc !important;
}
header .search-wrapper #search-topik button.btn-search{
	border-color: transparent !important;
}
header .search-wrapper #search-topik.active button.btn-search{
	border-color: #ccc !important;
}
.search-wrapper #search-topik button.position-absolute i{
	color: #005066;
}
.search-wrapper #search-topik input[type="text"]{
	padding: 8px 12px;
}
.nav-search .sub-langkah{
	background-color: #F6F6F6;
	padding: 0px 4px;
	border-radius: 2px;
	color: #B5B8B9;
}
.nav-search .nav-link.active .sub-langkah{
	background-color: #DBDDDD;
	color: #636465;	
}
.search-found .list-steps{
	flex-direction: column;
	width: auto;
	height: 200px;
}
.search-found .list-steps .langkah{
	/* margin-left: 30px; */
}
.search-found .list-steps .step-item{
	flex-direction: row !important;
}
.search-found .list-steps .step-item:last-child{
	justify-content: flex-start !important;
}
.search-found .list-steps .step-item:before{
    content: "";
    width: 2px;
    height: calc(100% + 24px);
    background-color: #006985;
    position: absolute;
    top: 10px;
    left: 9px;
}
.search-found .list-steps .step-item:nth-last-child(2)::before {
    background-color: #DBDDDD;
}
.search-found .list-steps .step-item:last-child::before {
    content: none;
}
.login-menu .btn-dropdown{
	background-color: transparent !important;
	gap: 5px;
	border-color: transparent !important;
}
.login-menu .btn-dropdown .text{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #E6F9FE;
	color: #005066;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .login-menu .dropdown-item{
	padding-top: 0;
	padding-bottom: 0;
} */
.login-menu .dropdown-item .icon-name{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #E6F9FE;
	color: #005066;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}
.login-menu .dropdown-item .text{
	line-height: 1;
}
.login-menu .btn-dropdown span i{
	color: #ffffff;
}
.link_temuan.active{
	background-color: #E6F9FE;
}
.link-download .dropdown-menu{
	max-width: max-content;
	width: 500px;
}
.link-download .dropdown-toggle::after{
	content: none;
}
.btn-table:hover,
.btn-table:active,
.btn-visual:active,
.btn-visual:hover,
.btn-visual{
	background-color: #E6F9FE;
	color: #636465;
	border-color: #E6F9FE;
}
.btn-table{
	background-color: #ffffff;
	color: #636465;
	border-color: #ffffff;
}
#swiperGrafik .swiper-pagination{
	position: relative;
	top: 0;
	margin: 15px 0;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}
#swiperGrafik .swiper-pagination .swiper-button-next,
#swiperGrafik .swiper-pagination .swiper-button-prev{
	position: relative;
	left: auto;
	top: 0;
	margin-top: 0;
	right: auto;
}
#swiperGrafik .swiper-navigation > div{
	position: relative;
}
#swiperGrafik .swiper-navigation{
    position: absolute;
    bottom: 12px;
    width:100%;
    display: flex;
    gap: 150px;
    justify-content: center;
    align-items: center;
}

#user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a, #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a{
	display: flex;
}
.user-registration-account .entry-header{
	display: none;
}
.bg-E6F9FE99{
	background-color: #E6F9FE99;
}
.faq-content .accordion-button:focus,
.faq-content .accordion-button:not(.collapsed){
	background-color: transparent;
	box-shadow: none;
}
.faq_cat a{
	text-decoration: none;
	padding: 12px 16px;
	border-radius: 8px;
	display: flex;
}
.faq_cat a:hover,
.faq_cat a.active{
	background-color:#E6F9FE;
}
#user-registration.vertical .user-registration-MyAccount-navigation{
    background-color:transparent !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a{
    border-width:0 !important;
    background-color:#E6F9FE !important;
    color: #006985 !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link:hover a{
    border-width:0 !important;
    background-color:#E6F9FE !important;
    color: #006985 !important;
}
.copas-wrapper{
    position:relative;
    padding-right:60px !important;
}
.copas-wrapper code{
    color:#636465;
    font-size:14px;
}
.copy-text{
    position:absolute;
    top:20px;
    right:20px;
}
#contentZoom iframe{
    width: 100% !important;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post main,
.page main {
	margin: 0 0 1em;
}

.updated:not(.published) {
	display: none;
}
/*.entry-title{*/
/*	display: flex;*/
/*}*/
.entry-title a{
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1em 0 0;
}

.entry-footer a,
.entry-meta a{
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 1em;
}
.site-info a{
	text-decoration: none;
}
.site-footer .footer-top a{
	text-decoration: none;
	color: #ffffff;
}
.site-footer .footer-top a:hover{
	opacity: .8;
}
.site-footer ul{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.top-instrumen{
	background-color: #F6F6F6;
}
.top-instrumen .title-content{
	background: #ffffff;
    position: relative;
    margin-bottom: -200px;
}
.steps{
	margin-top: 200px;
}
.nav-steps{
	background-color: #ffffff;
}
.nav-steps li a{
	color: #636465;
}
.nav-steps li a .langkah{
	color: #A1A5A7;
}
.nav-steps li a:hover,
.nav-steps li a.active{
	color: var(--primary-color);
	border-bottom: 2px solid #0088AC;
}
.nav-steps li a:hover .langkah,
.nav-steps li a.active .langkah{
	color: var(--primary-color);
}
.nav-steps li a:hover .sub-langkah,
.nav-steps li a.active .sub-langkah{
	font-weight: 600;
}
.top-topik{
	background-color: #F6F6F6;
}
.top-topik .bg-top{
	opacity: .2;
	z-index: -1;
}
.top-topik .title-content{
	background: #ffffff;
    position: relative;
    margin-bottom: -200px;
}
.top-single{
	background-color: #F6F6F6;
}
.top-single .title-content{
	background: #ffffff;
    position: relative;
    margin-bottom: -200px;
}
.single-content{
	margin-top: 200px;
}
.grafik-content iframe{
	width: 100% !important;
}
.grafik-chart table tr td span.title-table{
	color: #636465;
}
.thumbnail .post-thumbnail img{
	height: 250px;
	object-fit: cover;
}
.grafik-thumb .thumbnail .post-thumbnail img{
	height: 150px;
	object-fit: cover;
}
.grafik-content iframe{
	max-height: 100%;
	overflow: auto;
}
.slider-thumb{
    max-height:700px;
    overflow-y:auto;
    overflow-x:hidden;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1em;
    padding-bottom: 1em;
    border: 1px solid #dddddd;
    border-width: 0 0 1px 0;
}

.widget select {
	max-width: 100%;
}
.widget ul, .widget ol{
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
/*.single-topik .entry-title, .single-topik .sub-title p {*/
/*  font-style:italic;*/
/*}*/
/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}