:root{ 
  --warna-primer: #1bae70;
  --warna-sekunder: #f4f6f4;
  --warna-anti-primer: #06752E;
  --warna-anti-sekunder: #fff;

  --warna-hitam: ;
  --warna-putih: ;
  --warna-terang: ;
  --warna-gelap: ;

  --warna-merah: ;
  --warna-kuning: ;
  --warna-hijau: ;
  --warna-biru: ;

  --warna-judul-hitam: rgb(78, 86, 82);

  --warna-tombol-primer: rgb(255, 171, 94);
  --warna-tombol-primer-font: #efefef;

  --warna-font-primer: rgb(29, 28, 27);
  --warna-font-putih: #efefef;

  --warna-latar-putih: rgb(250, 250, 250);

  --sbar-leb: 200px;
}

body{background-color: rgb(235 250 235 / 1);}
h1{font-size: 36px; font-weight: bold; text-transform: capitalize;}
h2{font-size: 28px; font-weight: bold;}
h3{font-size: 24px; font-weight: bold;}
h4{font-size: 22px; font-weight: bold;}
h5{font-size: 18px; font-weight: bold;}
h6{font-size: 16px; font-weight: bold;}

/*hilangkan arrow di input number?*/
/* Chrome, Safari, Edge, Opera */
input.arrow-hide::-webkit-outer-spin-button,
input.arrow-hide::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.arrow-hide[type=number] {
  -moz-appearance: textfield;
}

body:has(aside) main{
	top: -130px;
}
body:not(:has(aside)) main:has(>section.fdiv){
	position: relative;
	top: -30px;
}
aside{
	position: relative;
	top: -30px;
	padding: 25px 20px;
}

main {
	padding: 0 0 0;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
main > section:has( > :first-child){
	padding: 25px 20px;
}
main > .fdiv{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 0;
}
main > section:not(:first-child){
	position: relative;
	z-index: 1;
}

header:not(:has(aside)){
	padding-bottom: 7px;
}

footer {
	display: flex;
	background-color: #4ce155;
	border-top: 2px solid darkgreen;
	height: 60px;
	box-sizing: border-box;
	box-shadow: 0 -7px 10px -5px #888888;
	text-align: center;
	font-weight: bold;
	font-style: arial;
}
footer div {
	margin: auto;
}

.title-pg {
	font-weight: bold;
	color: rgb(10 10 10 / 1);
	text-align: center;
	background-color: #4ce155;
	padding-bottom: 40px;
}

.fdiv {
	background-image: linear-gradient(to bottom, rgb(220 245 100) 50%, rgb(235 250 235 / 1));
	box-shadow: 0 7px 10px -5px #888888 inset;
	height: 100px;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

aside.fdiv{ height: 5px; overflow: hidden; }
aside.fdiv.extended{ height: unset; }

.ldiv{
	background-image: linear-gradient(to top, rgb(220 245 100) 50%, rgb(235 250 235 / 1));
	/*border-top-left-radius: 30px;*/
	height: 100px;
	margin-top: 15px;
}

.keteranganLain {
	background-color: lightyellow;
	border: 1px black solid;
	text-align: center;
	margin: 20px -10px 30px -10px;
	padding: 20px 0 25px;
	line-height: 25px;
}

/*tombol-css-setting*/

.tombol{
	display: block;
	padding: 8px 20px;
	margin: 5px;
	text-align: center;
	text-decoration-line: none;
	/*border: 1px yellow solid;*/
	border-radius: 5px;
	box-shadow: 2px 2px 4px gray;
	cursor: pointer;
}
.tombol:active{
	background-color: rgba(129, 212, 250, 1.0);
	color: white;
	box-shadow: 2px 2px 4px gray inset, -2px -2px 4px gray inset;
}
.tblPrimer{background-color: var(--warna-primer);color: var(--warna-primer-x);}
.tblPrimerX{background-color: var(--warna-primer-x-1);color: var(--warna-primer);}
.tblMerah{background-color: red;color: whitesmoke;}
.tblKuning{background-color: yellow;color: blue;}
.tblHijau{background-color: green;color: whitesmoke;}
.tblBiru{background-color: blue;color: whitesmoke;}
.tblMerahM{background-color: salmon;color: rgb(56, 56, 56);}
.tblKuningM{background-color: lightyellow;color: rgb(56, 56, 56);}
.tblHijauM{background-color: lightgreen;color: rgb(56, 56, 56);}
.tblBiruM{background-color: lightblue;color: rgb(56, 56, 56);}
.tblGelap{background-color: rgb(56, 56, 56); color: white;}
.tblTerang{background-color: whitesmoke; color: black;}

.tblPrimer:hover{background-color: var(--warna-primer-1);color: #fff;}
.tblPrimerX:hover{background-color: var(--warna-primer-x);color: var(--warna-primer);}

/*flexbox shortcut*/
.fl-row{display: flex; flex-direction: row;}
.fl-col{display: flex; flex-direction: column;}
.fl-row.cen, .fl-col.cen {
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.fl-row.st, .fl-col.st { justify-content: flex-start; }
.fl-row.en, .fl-col.en { justify-content: flex-end; }
.fl-row.sb, .fl-col.sb { justify-content: space-between; }
.fl-row.se, .fl-col.se { justify-content: space-evenly; }
.fl-row.wr, .fl-col.wr { flex-wrap: wrap; }
.fl-1{flex: 1} .fl-2{flex: 2} .fl-3{flex: 3} .fl-4{flex: 4}

/*general css*/

/*ikon dan ikon with pesan hover*/
i.ik{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	font-family: monospace;
	height: 16px;
	width: 16px;
	border: 2px solid black;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}
i.ik.mer{color: red; border-color: red}
i.ik.hij{color: green; border-color: green}
i.ik.bir{color: blue; border-color: blue}
i.ik.kun{color: yellow; border-color: yellow}

i.ik:has(>.pesan-hover){
	position: relative;
}
i.ik>.pesan-hover{
	display: none;
	position: absolute;
	bottom: 10px; left: 10px;
	background-color: papayawhip;
	font-size: 10px;
	color: darkblue;
	padding: 5px;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, .5);
	width: 150px;
}
i.ik:has(>.pesan-hover):hover>.pesan-hover{display: block;}

span.not-angka{
	position: absolute;
	top: 0;
	background-color: red;
	color: white;
	text-align: center;
	width: 10px;
	height: 10px;
	padding: 5px;
	border-radius: 50%;
	transform: translateX(35px);
	box-sizing: content-box;
}

/*form css*/
.rapi-form{display: flex; flex-direction: column;}
.rapi-form label {margin: 10px 0 3px;}
.rapi-form button {margin: 10px 0 10px}

/*tabel css*/
table.rapi-tabel{
	width: 100%;
	background-color: floralwhite;
}
table.rapi-tabel, table.rapi-tabel th,
table.rapi-tabel tr, table.rapi-tabel td {border: 1px solid black;}
table.rapi-tabel th {background-color: lightblue;}
table.rapi-tabel th, table.rapi-tabel td {text-align: center;padding: 5px 0;}

table.rapi-tabel-2{
	width: 100%;
	background-color: lightyellow;
	border-collapse: separate;
}
table.rapi-tabel-2 thead{
	background-color: lightyellow;
	border-bottom: 1px solid black;
	position: sticky;
	top: 0;
}
table.rapi-tabel-2 th{ 
	border-bottom: 1px solid black;
	padding: 10px 5px;
}
table.rapi-tabel-2 tbody tr{
	border-bottom: 1px dotted black;
}
table.rapi-tabel-2 tbody td{
	border-bottom: 1px dotted black;
	padding: 10px 0;
}
table.rapi-tabel-2 th, table.rapi-tabel-2 td {
	text-align: left;
}
table.rapi-tabel-2 th:last-child, table.rapi-tabel-2 td:last-child {
	text-align: right;
}

/*pop-up styling*/
/* Pembungkus semua elemen popup (background) */
.latar_pop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  padding-bottom: 50px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Kontainer konten popup */
.kontainer_konten_pop {
  background-color: #fefefe;
	/*background-color: transparent;*/
  margin: auto;
  padding: 0 0 0 0;
  border: 1px solid #888;
  width: 95vw;
  max-width: 900px;
}

/* The Close Button */
.tutup_pop {
  background-color: whitesmoke;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  right: 20px;
  top: 10px;
}

.tutup_pop:hover,
.tutup_pop:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.pop_window{
	background-color: rgba(196, 247, 225, 1.0);
	/*padding: 10px;*/
}
/*end popup*/

/*elemen gambar*/
div.kontainer-gambar{
	background-color: rgba(255, 255, 255, .0);
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}
img.gbr{
	width: 100%;
	height: 100%;
}
div.kontainer-gambar img.gbr{
	max-width: 100%;
	box-sizing: border-box;
}
div.kontainer-gambar div.bg-lingkaran {
	background-repeat: no-repeat;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-width: 100%;
	height: auto;
	padding-top: 100%;
}
div.kontainer-gambar img.img-lingkaran {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
	box-sizing: border-box;
	max-width: 100%;
}
.k-ikon-teks{width: 18px;height: 18px;}
.k-ikon-teks img{
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1/1;
	border-radius: 50%;
}

.k-ikon-menu{ max-width: 50px; }
.k-ikon-menu img{
	object-fit: contain;
	aspect-ratio: 1/1;
}

/*list-style*/
ul.daftar-t1, ol.daftar-t1{
	list-style-position: outside;
	line-height: 25px;
	text-align: justify;
}
ul.daftar-t1{ padding-left: 20px; }
ol.daftar-t1{ padding-left: 15px; }
ol.daftar-t1.num, ul.daftar-t1.num{ list-style-type: number; }
ol.daftar-t1.dis, ul.daftar-t1.dis{ list-style-type: disc; }
ol.daftar-t1.squ, ul.daftar-t1.squ{ list-style-type: square; }
ol.daftar-t1.cir, ul.daftar-t1.cir{ list-style-type: circle; }

/*font-styling-class*/
.ctebal{font-weight: bold;}.cmiring{font-style: italic;}
.rtengah{text-align: center;} .rkanan{text-align: right;}

/*display-css-setting*/
.dib{ display: inline-block; }
.db{ display: block; }

/*general*/
section.utama{
	box-sizing: border-box;
	padding: 5px 0px 5px;
}

section.inner-sect{
	box-sizing: border-box;
	padding: 5px 0 5px;
	display: flex;
	flex-direction: column;
}

div.kontener{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px 0;
}

div.kontener:has(> section.inner-sect){
	padding-left: 0;
	padding-right: 0;
}

section.inner-sect > div.kontener {
	padding-left: 0;
	padding-right: 0;
}

div.kontener > div.elemen{
	box-sizing: border-box;
	padding-bottom: 5px;
}

section.terbentang{}

section.kotak > div.kontener{}

header {
	background-color: #4ce155;
	display: flex;
	flex-direction: row;
}

header h1{
	font-family: monospace;
	font-style: italic;
	color: rgb(0 0 100 / 1);
	margin: 10px 5px 5px;
}

.kontainerLogoWeb{
	max-width: 100px;
	/*max-height: 80px;*/
	box-sizing: border-box;
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px;
	overflow-x: hidden;
}

.kontainerLogoWeb img{
	width: 100%;
	object-fit: contain;
}
.kontainerNav{
	box-sizing: border-box;
	flex: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

nav{
	background-color: whitesmoke;
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 2;
}
.navMenu1 {
	display: flex;
	flex-direction: column;
	text-align: left;
	
	/*dummy*/
	/*background-color: salmon;*/
}
.navMenu1 a, .navMenu1 .navInduk{border-bottom: .8px rgba(51, 51, 51, 1.0) solid;}
.navMenu1 a:hover, .navMenu1 .navInduk:hover{background-color: #8de1ed;}
.navInduk a{ border-bottom:none }
.navMenu1 a{
	box-sizing: border-box;
	text-decoration: none;
	padding: 10px 15px;
}
.navInduk{
	display: flex;
	justify-content: space-between;

	/*dummy*/
	/*background-color: lightblue;*/
}
.navInduk a:first-child{width: 100%;}
.tombolTampilSubNavList{
	width: 10%;
	text-align: center;

	/*dummy*/
	/*background-color: yellow;*/
}
.subNavList{
	display: none;
	flex-direction: column;
}
.subNavList a{
	padding-left: 35px;
}
.subNavList a::before{ content: ">> " }
.tampilkanSubNav{display: flex;}

/*menu-css-setting*/

.blok-burger {
  font-family: 'Poppins', sans-serif;
  background-color: #090909;
  display: grid;
  place-items: center;
}

#ceklis-brgr { display: none; }

.burger-view {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  cursor: pointer;
}

.bun {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 9px;
  left: 9px;
  transition: transform .18s cubic-bezier(0.04, 0.04, 0.12, 0.96) .15s;
}

.bun__crust {
  position: absolute;
  display: block;
  width: 17px;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  left: 7px;
  transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .2s;
}

.bun__crust--top {top: 14px;transform: translateY(-3px);}
.bun__crust--bottom {bottom: 14px;transform: translateY(3px);}

#ceklis-brgr:checked+.burger-view .bun--top {transform: rotate(45deg);}
#ceklis-brgr:checked+.burger-view .bun--bottom {transform: rotate(-45deg);}

#ceklis-brgr:checked+.burger-view .bun__crust--top,
#ceklis-brgr:checked+.burger-view .bun__crust--bottom {
  transform: none;
  transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

#nav_element_yang_dimunculkan{ display: none; }

.namaKlinik{
	border: 2px solid lightgreen;
	border-radius: 25px;
	height: 80px;
	/*max-width: 375px;*/
	margin: 7px 0 0 5px;
	padding: 5px 10px;
	background-color: rgba(255, 255, 255, .15);
	text-align: center;
}
.namaKlinik h1{ color: darkblue; }
.namaKlinik h4{ color: red; }

/*Styling kartu 1*/
.kontainerKartu{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
.kontainerKartu .kartu{
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	border: 1px solid black;
	width: min(45%, 300px);
	margin: 5px;
	height: auto;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	overflow: hidden;
}
.kontainerKartu .grupGambarKartu{
	height: 150px;
	border-bottom: 1px solid black;
}
.kontainerKartu .grupGambarKartu .gbr{
	max-width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.kontainerKartu .grupKeteranganKartu{
	flex: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 15px 20px;
}
.kontainerKartu .judulKartu{ font-weight: 600; }
.kontainerKartu .keteranganKartu{ color: rgb(20, 20, 20); }
.meta-tulisan{
	color: darkgrey;
	font-size: 12px;
	display: inline-block;
}
/*end-styleing-kartu-1*/
	
/*media query*/
/* Extra small devices (portrait phones, less than 576px)*/
/*upcode*/

/*media query*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 576px) {
	/*header-css-setting*/
	.kontainerLogoWeb{ max-width: 100px; flex: 1; }
	.kontainerNav{ flex: 4; }
	#nav_element_yang_dimunculkan{display: block;}
	.blok-burger {display: none;}
	/*end-header-css-setting*/

	/*nav setting*/
	nav{
		background-color: inherit;
		position: inherit;
	}
	.navMenu1 {
		justify-content: space-between;
		flex-direction: row;
		text-align: center;

		/*dummy*/
		/*background-color: salmon;*/
    }
    .navMenu1 a, .navMenu1 .navInduk{
    	border-bottom: none;
    }
    .subNavList{
	   	/*flex-direction: column;*/
		position: absolute;
		padding: 3px 10px 3px 15px;
		background-color: lightgrey;
    }
    .subNavList a::before{ content: none }
    .subNavList a{border-bottom: 1px black solid;}
		.subNavList a:last-child{border-bottom: none;}
	/*end nav setting*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 768px) {
	section.inner-sect{
		flex-direction: row;
		gap: 10px;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 992px) {
	aside{
		position: absolute;
		min-height: calc(100% - 350px);
		top: 120px;
		max-width: var(--sbar-leb);
		width: 350px;
	}
	body:has(aside) main{
		position: relative;
		margin-left: var(--sbar-leb);
		top: -30px;
	}
	aside.fdiv{ height: 100px; overflow: unset; }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) { ... }

/*Extra large devices (large desktops, 1200px and up)*/