@CHARSET "UTF-8";

.dark {
	color: #29255f;
}

.list-title {
	font-size: 18px;
}

.sort-colomn {
	cursor: pointer;
}

.sort-colomn:hover {
	color: #0069b7;
	transition: 0.3s;
}

.sort-colomn:after {
	content: ''
}

.sort-colomn:hover .caret {
	color: #0069b7;
	transition: 0.3s;
	transform: rotate(180deg);
}

.td-border {
	border: 1px solid white;
}

.font-12 {
	color: grey;
	font-size: 12p;
}

.font-10 {
	font-size: 12p;
}

.grey {
	color: grey;
}

.hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-color0 {
	color: #525eee;
}

.text-color1 {
	color: #eeab52;
}

.text-color2 {
	color: #52eea6;
}

.text-color3 {
	color: #ee52c8;
}

.text-color4 {
	color: #ee7c52;
}