@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

:root {
	--color: #0b0b0b;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #0a0a0a;
	color: white;
}

i {
	color: #fff;
}

td {
	color: white;
}

.navbar {
	background-color: #181818;
	color: white;
	min-height: 24px;
	padding: 0 8px;
}

.navbar-brand {

	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
}

.navbar-brand i {
	padding-right: 5%;
}

ol.breadcrumb {
	background-color: transparent;
	margin: 5px 0;
	padding: 0;
}

li.breadcrumb-item a {
	color: #fff;
}

#list {
	border-radius: 10px !important;
	border-collapse: separate; 
	border-spacing: 0;
	border: 1px solid #181818;
	overflow: hidden; /* Ensure child elements respect the border-radius */
}

#list tbody tr td {
	padding: 8.5px 10px;
}

#list tbody tr td i {
	padding-left: 10px;
}

#list a,
#list a:hover,
#list a:focus {
	color: #fff;
}

#list th a,
#list th a:hover,
#list th a:focus {
	color: var(--color);
}

#list thead {
	background-color: #181818;
	padding: 10px 0;
}

#list .thead-dark th {
	background-color: #181818;
	padding: 10px 0;
}

#list .thead-dark th a,
#list .thead-dark th a:hover,
#list .thead-dark th a:focus {
	color: #fff;
}

#list .filename {
	word-break: break-all;
	white-space: normal;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
}

.footer a,
.footer a:hover,
.footer a:focus {
	color: #fff;
}

.icon {
	color: #fff;

}

#README {
	margin-bottom: 20px;
}