::selection {
	background: #1980ff;
	color: #ffffff;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: linear-gradient(to bottom, #e6f2ff70, #e6f2ff80);
	font-family: Montserrat;
	font-weight: 550;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	margin: 0;
}
p {
	color: #2e2e2e;
	font-size: 14px;
}
.bg {
	position: absolute;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 500px;
	background: #2ab4ff90;
	filter: blur(200px);
	z-index: -1000000;
}
.head {
	position: sticky;
	top: 0;
	background: transparent;
	box-shadow:
		1px 1px 2px #dddddd,
		-1px -1px 2px #dddddd;
	backdrop-filter: blur(2px);
	z-index: 1000;
	transition: 0.5s ease;
}
header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
	font-family: "JetBrains Mono";
}
.logo h1 i {
	font-size: 1.25rem;
}
h1 {
	margin: 0;
	display: flex;
	gap: 10px;
	align-items: center;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}
.box {
	margin: 1rem;
}
h2 {
	margin-top: 2rem;
}
.box img {
	width: 100%;
	max-width: 400px;
}
.img-1 {
	margin-top: 4rem;
}
.dokumentasi {
	background: #ffff;
	padding: 1rem;
	box-shadow:
		1px 1px 5px #dddddd,
		-1px -1px 5px #dddddd;
	border-radius: 5px;
}
.dokumentasi h3 {
	color: #f32500;
	margin-bottom: 1rem;
}
.url {
	transition: 0.3s ease;
}
.url:hover {
	opacity: 0.70;
	text-decoration: 1px underline;
}
.table-wrap {
  position: relative;
	overflow: auto;
	max-height: 30rem;
	margin: 1rem 0;
}
table {
  width: 100%;
  border-spacing: 0;
	overflow-x: auto;
	border-collapse: separate;
	border: 0.50px solid #aaaaaa;
}
td,
th {
	border: 0.50px solid #aaaaaa;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
th {
	font-size: 14px;
	padding: 5px 15px;
	background: #dddddd;
	border-bottom: 1px solid #aaaaaa;
	position: sticky;
	top: 0;
	z-index: 999;
}
th.sep-shadow {
  border: none;
}
td {
	color: #0000009a;
}
.no {
  max-width: 32px;
  padding: 4px;
}
.aktif {
	color: #32b831;
}
.docVersion {
	display: flex;
	margin-top: 1rem;
}
.docVersion h4 {
	padding: 10px;
	border-bottom: 2px solid #1a1a1a;
}
#pyBtn,
#curlBtn {
	border: none;
}
#pyDisplay,
#curlDisplay {
	display: none;
}
.language-javascript,
.language-python,
.language-text,
.language-json {
	box-shadow:
		1px 1px 4px #dddddd,
		-1px -1px 4px #dddddd;
}
pre {
	position: relative;
}
pre code {
	font-family: "JetBrains Mono";
	font-size: 13px;
	font-weight: 400;
}
#buttonCopyJs,
#buttonCopyPy,
#buttonCopyCurl {
	position: absolute;
	top: 5px;
	right: 0px;
	border: none;
	background: transparent;
	color: #2e2e2e;
	width: 32px;
	height: 32px;
	font-weight: 600;
	transition: 0.5s ease;
}
#selectPath {
	margin-bottom: 2rem;
	width: 100%;
	max-width: 500px;
	padding: 8px;
	outline: none;
	border: none;
	background: #eaeaea70;
	box-shadow:
		2px 2px 2px #eaeaea,
		-2px -2px 2px #eaeaea;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	color: #6c6c6c;
}
.inputStyle {
	display: flex;
	align-items: center;
	height: 1rem;
	margin-bottom: 2rem;
}
#inputUrl {
	width: 70%;
	max-width: 500px;
	height: 99%;
	outline: none;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 600;
	padding: 10px;
	border: none;
	box-shadow:
		2px 2px 2px #eaeaea,
		-2px -2px 2px #eaeaea;
}
#buttonFetch {
	text-align: center;
	align-content: center;
	width: 30%;
	max-width: 140px;
	outline: none;
	border: none;
	background: #1a1a1a;
	color: #ffffff;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 600;
	padding: 10px;
	transition: 0.4s ease;
}
#buttonFetch:hover {
  background: #4a4a4a;
}
#loading {
	margin-left: 10px;
}
#responApi {
	display: none;
}
footer {
	background: #1a1a1a;
}
.footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
}
.footer-wrap h2,
.footer-wrap h5,
.footer-wrap a {
	margin: 1rem;
	color: #ffffff;
	line-height: 18px;
}
.footer-in p {
	color: #dddddd;
	margin: 1rem;
	font-size: 13px;
	font-weight: 700;
	line-height: 5px;
}
.footer-in h5 {
	color: #dddddd;
}
.link-sosmed {
	display: flex;
	gap: 5px;
	margin: 1rem;
}
.link-sosmed p {
	text-align: center;
	align-content: center;
	width: 16px;
	height: 16px;
	border-radius: 32px;
	display: inline-block;
	margin: 0;
	padding: 10px;
	border: 1px solid #dddddd;
	transition: 0.3s ease;
}
.link-sosmed p:hover {
  color: #1a1a1a;
	background: #ffffff;
}
.backtop {
	padding: 10px;
	text-align: center;
	background: transparent;
	box-shadow:
		2px 2px 2px #dddddd70,
		-1px -1px 2px #dddddd70;
	color: #dddddd;
	background: #1a1a1a;
	font-family: Montserrat;
	font-weight: 700;
	margin: 0 1rem;
	max-width: 120px;
	font-size: 12px;
	transition: 0.4s ease;
}
.backtop:hover {
	color: #1a1a1a;
	background: #ffffff;
	box-shadow:
		2px 2px 2px #5c5c5c,
		-1px -1px 2px #5c5c5c;
}

.copyright {
	border-top: 1px solid #eaeaea40;
	margin-top: 1rem;
	padding: 1rem;
	text-align: center;
}
.copyright h5 {
	color: #fafafa;
}

@media (max-width: 768px) {
	.footer-in h2 {
		margin: 3rem 1rem 1rem 1rem;
	}
}
@media (min-width: 769px) {
	.footer {
		display: flex;
		justify-content: space-around;
	}
	.footer-kanan {
		display: flex;
	}
	.footer-in {
		max-width: 300px;
	}
}
