@font-face {
    font-family: Nunito;
    src: url(Nunito-Regular.ttf);
}
@font-face {
    font-family: NotoSans;
    src: url(NotoSans.ttf);
}

body {
	/* font-family: 'Nunito'; */
	font-family: 'NotoSans';

	background-color: #1a1619;
	color: #ddd;
	margin: 0;
}

a {
	color: rgb(125, 191, 221)
}
a:visited {
	color: rgb(63, 135, 202)
}

td {
	border-bottom: 1px solid #31282d;
}

th {
	/* border: 1px solid #111; */
	color: #706069;
	background-color: #161315;
}

tr {
	/* border-left: 1px solid #111;
	border-right: 1px solid #111; */
}

td, th {
	padding: 0px 5px 0px 5px;
	min-width: 50px;
	text-align: center;
}

table {
	border-collapse: collapse;
	table-layout:fixed;
}
.tables {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.tables > div > table {
	width: 100%;
}
.tables_profile > div {
	width: 18%;
	margin: 0px 1% 0px;
}
.empty_table {
    width: 100%;
	margin-top: 20px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.activity_container {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.activity_header {
	display: flex;
}
.activity_header h3 {
	text-align: center;
}
.activity {
	display: flex;
	justify-content: center;
}
.activity_scores,
.activity #year_activity_scores {
	width: 74%;
}
.activity_players,
#month_active_players {
	overflow: hidden;
	width: 24%;
}
.scores_table_contents > table {
	width: 100%;
}
.scores_table_head {
	display: flex;
	justify-content: center;
	align-items: center;
}
.scores_table_head h2 {
	margin-bottom: 0;
}
.scores_table_comment {
	text-align: center;
	font-size: 90%;
    color: #d0c5cc;
}

.choice {
	margin-top: 15px;
	margin-left: 15px;
}
.completion_small {
	font-size: 70%;
}
.scanpercent {
	opacity: 0.5;
	font-size: 55%;
	color: #c5b3bd;
}

.center {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.clamp {
	white-space: nowrap;
	overflow: hidden;
	line-clamp: 1;
}
.clamp-date {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	line-height: 22px;
	height: 22px;
	justify-content: center;
}
.right-hide-date {
	padding-left: 5px;
}
.tables_completion td {
	padding: 0 3px 0;
	overflow: hidden;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.table_full {
	min-width: 1200px;
	width: 98%;
	margin: 0 1% 0;
}
.table_demi {
	min-width: 600px;
	width: 48%;
	margin: 0 1% 0;
}
.table_tier {
	min-width: 400px;
	width: 31.33%;
	margin: 0 1% 0;
}
.table_halftier {
	width: 14.33%;
	margin: 0 1% 0;
}
.table_quart {
	min-width: 300px;
	width: 23%;
	margin: 0 1% 0;
}

a {
	color: #d6bbca;
	text-decoration: none;
}

a:visited {
	color: #d6bbca;
}

a:hover {
	color: #e9e1e5;
	text-decoration: underline;
}

.table {
	background-color: #201a1d;
	position: relative;
}
.scores_table_contents {
	min-height: 1172px;
}
.scores_table_contents.small {
	min-height: 200px;
}

.percent-completion:hover {
	cursor: pointer;
}

[xtitle] {
	position: relative;
}

[xtitle]:after {
	content: attr(xtitle);
	color: #d6bbca;
	position: absolute;
	left: 75%;
	bottom: 100%;
	background-color: rgba(18,15,16,1);
	border: 1px solid #31282d;
	border-radius: 5px;
	padding: 3px;
	width: max-content;
	opacity: 0;
}

[xtitle]:hover:after {
	opacity: 1;
}

.sum_count_max {
	color: #813489;
}
.sum_count_perfect {
	color: #b17e47;
}
.sum_count_great {
	color: #3b973b;
}
.sum_count_good {
	color: #7272b5;
}
.sum_count_bad {
	color: #7f6363;
}
.sum_count_miss {
	color: #bf4747;
}

/* score */

#score {
	min-height: 100vh;
	display: flex;
    justify-content: center;
}

#score > .score {
	display: flex;
	flex-direction: column;

	max-width: 500px;
	margin-top: 15vh;
}

#score > .score .beatmap {
	display: flex;
	flex-direction: column;
}

#score > .score .beatmap .song {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

#score > .score .beatmap .beatmap_info {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

#score > .score .score_info {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

#score > .score .score_info .score_metadata .score_results {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#score > .score .score_info .score_metadata .score_results .total_score {
	font-size: 250%;
}

#score > .score .score_info .score_metadata .score_results .acc {
	font-size: 150%;
}

#score > .score .score_info .score_metadata .player {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

#score > .score .score_judges .judge_types,
#score > .score .score_judges .judge_counts {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

#score > .score .score_judges .judge_types > div,
#score > .score .score_judges .judge_counts > div {
	text-align: center;
	width: calc(100%/6);
}

.options {
	display: flex;
	flex-direction: row;
	gap: 50px;
	align-items: center;
}

.sroptions {
	display: flex;
	gap: 30px;
    align-items: center;
}

.srwidget {
	display: flex;
	flex-direction: column;

	width: 400px;
}

.koptions {
	width: 100px;
	height: 50px;
}

.soptions select,
.ooptions select,
.koptions select {
	width: 100%;
	height: 50px;
	margin-top: 5px;

	color: white;
	background: #363034;
	border: 1px solid #fff;
	border-radius: 3px;

	cursor: pointer;
	text-align: center;
}

.updatesr {
	width: 100px;
	height: 50px;
}
.updatesr button {
	font-family: 'NotoSans';
	width: 100%;
	height: 100%;
	margin-top: 5px;

	color: white;
	background: #363034;
	border: 1px solid #fff;
	border-radius: 3px;

	cursor: pointer;
}
.updatesr button:hover {
	background: #3b3636;
}

.currentsr {
	display: flex;
	justify-content: space-between;

	margin-bottom: 10px;
}

.noUi-connect {
	background: #bfb4ba!important;
}

.noUI-connects {
	background: #363034!important;
}

.noUi-handle {
	background: #3b3636!important;
	cursor: pointer!important;
	box-shadow: inset 0 0 1px #8d8383, inset 0 1px 3px #ebebeb00, 0 1px 1px 0px #635a5a85!important;
}

#body_indexhead {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 18px 0;
}