* {
	padding: 0;
	margin: 0;
	transition: 0.1s linear;
}
*[hidden] {display:none !important;}
body {
	font-family: sans-serif;
	background: #17171b;
	font-size: 14px;
	color: #fff;
}
div.mainblock {
	margin: 0 auto;
	width: fit-content;
	margin-top: 10px;
	height: fit-content;
	position: relative;
}
div.block-coloum {
	position: relative;
	width: fit-content;
	max-width: 100%;
	min-width: 100px;
	display: inline-block;
	height: fit-content;
	border-radius: 3px;
	padding: 5px;
	vertical-align: top;
}
div.fixed-size-1 {
	max-width: 200px;
}
div.fixed-size-2 {
	width: 525px;
}
img {
	max-height: 100%;
	max-width: 100%;
}
img.avatar {
	position: relative;
	border-radius: 2px;
}
div.block {
	position: relative;
	display: block;
	border-radius: 3px;
	background: #33333f;
	padding: 10px;
	max-width: 100%;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}
span.name {
	display: block;
	padding-top: 5px;
	font-size: 16px;
}
span.username {
	color: #999;
	display: block;
	font-size: 12px;
	padding-top: 3px;
}
span.another-info {;
	color: #999;
	display: block;
	font-size: 12px;
	padding-top: 3px;
	vertical-align: middle;
}
span.title-block {
	display: block;
	font-size: 12px;
	border-bottom: 1px solid #555;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #aaa;
}
div.social {
	padding: 3px;
	cursor: pointer;
	border-radius: 3px;
	color: #aaa;
	margin-bottom: 2px;
}
div.social:hover {
	color: #ccc;
	background: rgba(255, 255, 255, 0.05);
}
img.icon {
	border-radius: 2px;
	vertical-align: middle;
	position: relative;
	height: 20px;
	width: 20px;
}
span.social-text {
	vertical-align: middle;
}
img.iconv2 {
	vertical-align: middle;
	position: relative;
	height: 15px;
	width: 15px;
}
img.iconv3 {
	vertical-align: middle;
	position: relative;
	top: -2px;
	height: 14px;
	width: 14px;
}
.top-margin {
	margin-top: 10px;
}
span.about-text {
	color: #fff;
	font-size: 13px;
}
a[onclick],a[href] {
	color: #0099ff;
	text-decoration: none;
	cursor: pointer;
}
a[onclick]:hover,a[href]:hover {
	color: #00bbff;
	text-decoration: underline;
}
.iv4 {
	padding-right: 3px;
	margin-left: 2px;
	position: relative;
	top: -1px !important;
}
div.button {
	display: inline-block;
	font-size: 13px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	user-select: none;
	border-radius: 5px;
	color: #bbb;
}
div.btn-active {
	background-color: rgba(255, 255, 255, 0.08);
	color: #fff;
}
div.button:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
div.big-circle {
	display: inline-block;
	background: #999;
	width: 10px;
	height: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 100px;
}
div.meow1 {
	display: inline-block;
	margin-right: 5px;
}
center.color-gray {
	color: #999;
}
img.small-picture {
	border-radius: 3px;
	vertical-align: top;
	height: 36px;
	width: 36px;
	margin-right: 3px;
	position: relative;
	top: 1px;
	cursor: pointer !important;
}
*[data-info], [title] {
	cursor: help;
}
div.social-highlight {
	background-image: linear-gradient(135deg, rgba(100, 128, 255, 0.3), rgba(100, 128, 255, 0.05), rgba(100, 128, 255, 0.3)) !important;
	background-position-x: 0px;
	color: rgba(100, 188, 255, 0.7);
	transition: 0.5s;
}
div.social-highlight:hover {
	background-position-x: 200px !important;
	color: rgba(100, 188, 255, 1) !important;
}
img.char-image {
	width: 100px;
	height: 100px;
	cursor: pointer;
	border-radius: 3px;
}
div.blocks-of-characters {
	flex-wrap: wrap;
	display: flex;
	gap: 5px;
}
div.block-of-character {
	cursor: pointer;
	flex: 1;
	min-width: 100px;
	padding: 5px;
	text-align: center;
	border-radius: 3px;
	height: fit-content;
	padding-top: 10px;
}
div.block-of-character:hover {
	background: rgba(255, 255, 255, 0.1);
}
span.boc-title {
	display: block;
	color: #999;
	font-size: 12px;
}
div.song-box {
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}
div.song-box:hover {
	background: rgba(255, 255, 255, 0.1);
}
a#artist, a#title {
	cursor: pointer;
	width: 100%;
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 2px;
    font-size: 12px;
}
div.song-details-box {
	display: inline-block;
	width: calc(100% - 45px);
}
div.test {
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to bottom, rgba(100, 128, 255, 0.8), rgba(50, 70, 200, 0.9));
	background-image: url('');
	background-size: cover;
	background-position: center;
	-webkit-mask-image: linear-gradient(to bottom, black 0%, black 0%);
	mask-image: linear-gradient(to bottom, black 0%, black 0%);
	filter: blur(50px);
	opacity: 0.2;
	animation: 10s moving infinite;
	pointer-events: none;
}
.unselectable {
	user-select: none;
}
span.small-red-count {
	color: red;
	font-size: 10px;
	animation: 1s up;
	position: relative;
	top: -3px;
}
span.small-green-count {
	color: limegreen;
	font-size: 10px;
	animation: 1s up;
	position: relative;
	top: -3px;
}
@keyframes up {
	0% {
		position: relative;
		top: 0px;
	} 100% {
		position: relative;
		top: -3px;
	}
}
@keyframes moving {
	0% {
		opacity: 0.2;
	} 50% {
		opacity: 0.4;
	} 100% {
		opacity: 0.2;
	}
}
span.right-thing {
	float: right;
	padding: 5px;
}
img.iconv5 {
	vertical-align: middle;
	position: relative;
	top: -1px !important;
	height: 16px;
	width: 16px;
}
.paddingtopNpx {
	padding-top: 10px;
}
span.small-gray-text {
	color: #999;
	font-size: 13px;
}
a.starred {
	padding-left: 12px;
	display: inline-block;
	background-image: url("/icons/star-svgrepo-com.svg");
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: 0px 3.5px;
	color: #bbbb00;
}
a.starred:hover {
	color: #ffff00;
}

div.blocks-of-buttons {
	flex-wrap: wrap;
	display: flex;
	gap: 5px;
	margin-top: 5px;
}
div.block-of-button {
	cursor: pointer;
	flex: 1;
	min-width: 50px;
	padding: 4px;
	user-select: none;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	height: fit-content;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}
div.block-of-button:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2));
}
div.block-of-button-active {
	opacity: 0.5;
	cursor: default;
}
div.block-of-button-active:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
}



/* ------------------- */
/* Anonymous thing one */
/* ------------------- */

div.message-block-anon-message-thing {
	margin-top: 2px;
	border-radius: 2px;
	display: block;
	padding: 5px;
	max-width: 100%;
	margin-bottom: 0px;
}
img.avatar-anon-message-thing {
	width: 36px;
	height: 36px;
	border-radius: 100px;
	background: #111;
}
div.details-anon-message-thing {
	display: inline-block;
	width: calc(100% - 50px);
	vertical-align: top;
	margin-right: 1px;
	margin-left: 3px;
}
span.name-anon-message-thing {
	margin-top: 0px;
	margin-bottom: 2px;
	display: block;
	color: #0099ff;
	font-weight: 600;
}
span.text-anon-message-thing {
	display: block;
	font-size: 13px;
	max-width: 100%;
	padding-bottom: 2px;
}
.myuuname-anon-message-thing {
	color: #ff9900 !important;
}
textarea.write-text-anon-message-thing {
	margin-top: 2px;
	font-size: 13px;
	font-family: sans-serif;
	min-height: 50px;
	max-height: 150px;
	resize: vertical;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	padding: 2px;
	color: #fff;
	outline: none;
	border-radius: 2px;
	width: calc(100% - 10px);
}
img.loading-thing-anon-message-thing {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	animation: rotation 1s infinite linear;
}
@keyframes rotation {
	0% {
		rotate: 0deg;
	}
	100% {
		rotate: 360deg;
	}
}
span.when-asked-anon-message-thing {
	display: block;
	padding: 5px;
	color: #999;
}
img.icon-anon-message-thing {
	vertical-align: top;
	position: relative;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}
div.always-right-anon-message-thing {
	float: right;
}
button.anon-message-thing {
	margin: 5px;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	transition: none;
}
div.staticbg1-anon-message-thing {
	background: #33333f;
	margin-bottom: 10px;
}
div.staticbg2-anon-message-thing {
	background: #33333f;
	margin-top: 5px;
}
.meow2-anon-message-thing {
	display: inline-block;
	margin-top: 8px;
	margin-left: 2px;
}