body {
	font-family: "Roboto", sans-serif;
}

.card {
	overflow: hidden
}

.anchor {
	position: absolute;
	margin-top: -3.5rem;
}

.flbet {
	display: flex;
	justify-content: space-between;
	align-items: center
}

#boxVax1,
#boxVax2,
#boxVax3 {
	padding-left: 1.25rem;
	margin-bottom: 0;
	list-style-type: square
}

.fw-500 {
	font-weight: 500
}

.fs-14 {
	font-size: 14px
}

.text-teal {
	color: #20c997
}

.diff-ks {
	white-space: nowrap;
}

#TambahanInfo {
	z-index: 1079;
	position: sticky;
	bottom: 0;
	max-height: 20vh;
	overflow-y: auto;
	margin-bottom: 0;
}

#MapContainer {
	height: 500px;
	max-height: 75vh;
	cursor: grab;
	scrollbar-width: none;
	background: #C6ECFF;
}

#MapContainer::-webkit-scrollbar {
	display: none;
}

#MapContainer:active {
	cursor: grabbing;
}

#MapContainer svg {
	overflow: auto;
	width: 100%
}

#MapContainer svg path:not(.no-select) {
	cursor: pointer;
	transition: .5s;
}

#MapContainer svg path:not(.no-select):not(.kab_selected):hover {
	filter: brightness(1.1) contrast(1.1);
}

#MapLegend {
	z-index: 1;
	position: absolute;
	left: .5rem;
	bottom: .5rem;
	width: 250px
}

#MapNav .dropdown-item {
	padding: .2rem .75rem;
	font-size: .875rem;
}

#MapNav .dropdown-header {
	padding: .3rem .75rem
}

#MapNav {
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	width: 316px;
	z-index: 0;
	white-space: nowrap;
	display: flex
}

#MapHeader {
	position: absolute;
	top: .5rem;
	left: .5rem;
	right: .5rem;
	margin-bottom: 0;
	z-index: 1;
	text-align: center;
	line-height: 1.25;
	pointer-events: none;
}

#MapIndLeg {
	position: absolute;
	bottom: 3rem;
	right: .5rem;
	width: 316px;
	user-select: none;
	pointer-events: none;
}

#MapIndLeg>div {
	line-height: 1;
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size: 80%
}

#MapIndLeg>div span:nth-child(2) {
	position: absolute;
	width: 100%;
	text-align: center
}

#MapIndCol {
	height: .5rem;
	border-radius: .25rem
}

#MapMobileNav {
	display: none
}

/* Full screen peta */

#peta_supercont.map-fs {
	position: fixed!important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1991
}

.map-fs #MapContainer {
	max-height: 100vh;
	height: 100vh
}

/* ShareThis */
.st-btn {
	display: inline-block!important;
}

.sharethis-inline-share-buttons {
	z-index: 1!important
}

.btn-share {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 14px;
	margin-left: .5rem
}

#meta_dist>div {
	height: 500px;
	display: flex;
	flex-direction: column
}

#tbl_noupdate td:last-child {
	text-align: right;
	white-space: nowrap;
}

#tbl_noupdate td {
	vertical-align: top;
	font-size: 14px
}

#tbl_noupdate tr:not(:last-child) {
	border-bottom: 1px solid #dee2e6
}

.child-badge-fs1rem .badge {
	font-size: 1rem;
}

.box3_1 {height: calc(50% - .5rem); margin-bottom: 1rem}
.box3_2 {height: calc(50% - .5rem)}

.list-batch {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list-column {
	column-width: 250px;
	column-gap: 2.5rem;
}
.list-column li {
	break-inside: avoid
}
.list-batch li:not(:last-child) {
	margin-bottom: .75rem;
}
.list-batch li .icon {
	width: 2.5rem;
	max-width: 2.5rem;
	min-width: 2.5rem;
	margin-left: .5rem;
	font-size: 1.75rem;
	line-height: 1;
	text-align: center;
	color: #c6c8ca;
}

.dosis-sign {
	font-family: var(--font-family-monospace), monospace;
	user-select: none;
	font-weight: 700;
}

#vaxNTT_batch-btn::after {
	content: "TAMPILKAN";
}
#vaxNTT_batch-btn[aria-expanded=true]::after {
	content: "SEMBUNYIKAN";
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.box3_1 {height: 100%; margin-bottom: 0}
	.box3_2 {height: 100%; margin-right: .75rem}
}

@media (max-width: 767.98px) {
	#MapLegend {
		position: static;
		border-radius: 0;
		width: calc(100% + 2px);
		margin: 0 -1px;
		overflow: hidden
	}
	#MapContainer {
		max-height: 275px;
		height: 50vh
	}
	#MapIndLeg {
		position: static;
		width: calc(100% - 9rem);
		margin: -1.5rem .5rem .5rem 8.5rem
	}
	#MapNav {
		position: static;
		width: 100%;
		margin: -2.5rem .5rem 1rem
	}
	#MapMobileNav {
		display: block;
		position: absolute;
		right: .5rem;
		bottom: 126px;
		width: 54px;
		text-align: right
	}
	#MapNav .input-group {
		display: none
	}
	.map-fs #MapContainer {
		height: calc(100vh - 93px);
	}
}

/* DARK MODE */
html.dark #MapContainer {
	background: #11394c;
}

html.dark #mapSVG_brand,
html.dark #mapSVG_source {
	fill: #245a74;
}

html.dark #mapSVG_laut {
	fill: #b8daff;
}

html.dark .mapSVG_labelKab {
    fill: var(--bs-light-alt);
}

html.dark .mapSVG_boxLabel>rect {
    fill: var(--bs-dark-alt);
}

html.dark .mapSVG_boxLabel>text {
    fill: var(--bs-white-alt);
}