.message {
	color: hsla(0,0%,100%,0.7) !important;
	border-top: 0.0625rem solid #e3e3e3;
}

.message .message-title {
	font-size: 1.5rem;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
}

.message .message-text {
	padding-left: 10px;
	padding-bottom: 10px;
}

.message-img {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	float: left;
	object-fit: cover;
	position: relative;
	border-radius: 75%;
	height: 75px;
	width: 75px;
}

.card::-webkit-scrollbar {
	color:#BE0000;
}

.tree::-webkit-scrollbar {
	color:#BE0000;
}

.todo-card::-webkit-scrollbar {
	display: none;
}

.todo-text::-webkit-scrollbar {
	display: none;
}

.quotebox {
	height: 250px;
	width: 300px;
	border: 1px solid #BE0000;
	margin: 20px auto;
	text-align: center;
	position: relative;
	color: #fff;
}

.quotebox blockquote {
	padding: 15px;
	font-style: italic;
	margin-top: -70px;
	position: absolute;
}

.quotebox .author {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.quotebox .datetime {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align:center;
	color: #BE0000;
	font-weight: bold;
}

.quotebox span {
	background: #1e1e2d;
	width: 10%;
	font-size: 48px;
	top: -25px;
	padding: 0 10px;
	color: #BE0000;
	position: relative;
}

.quotebox-small {
	border-bottom: 1px solid #BE0000;
	margin: 5px auto;
	/*text-align: center;*/
	position: relative;
	color: #fff;
}

.quotebox-small .upper-quote {
	font-size: 48px;
	width: 100%;
	top: -20px;
	text-align:center;
	color: #BE0000;
	position: absolute;
	float: left;
}

.quotebox-small blockquote {
	padding: 10px;
	font-style: italic;
	position: relative;
	text-align: center;
	margin: 0;
}

.quotebox-small .author {
	position: relative;
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.quotebox-small .datetime {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align:center;
	color: #BE0000;
	font-weight: bold;
}

.controls {
	width: 100%;
}

.controls .left {
	float: left;
}

.controls .right {
	float: right;
}

option {
	color: #BE0000 !important;
}

.tree {
	width: 100%;
	align-content: center;
	text-align: center;
	align-items: center;
	overflow: auto;
}

.node {
	width: 100%;
	color: #BE0000;
	border: 1px solid #BE0000;

}

.node-head {
	width: 100%;
}

.doc-subtitle {
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.doc-heading {
	font-weight:bold;
	color: #dab800;
	font-size: 1.5rem;
}

.doc-subheading {
	color: #dab800;
	font-size: 1.2rem;
	padding-left: 1.5%;	
}

.doc-text {
	padding-left: 3%;
	padding-bottom: 1%;
}

.doc-link {
	color: #dab800;
}

.doc-link:hover {
	color: #c1a200;
}

.todo-card {
	background-color: #BE0000;
	border-radius: 0.5rem;
	padding: 0.5rem;
	padding-bottom: 0.2rem;
	margin-bottom: 10px;
}

.todo-card{
	background-color: rgba(100, 100, 100, 0.2);
	border: 1px solid #555555;
}

.tag {
	background-color: rgba(200, 200, 200, 0.2);
	border: 1px solid #999999;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-left: 2px;
	display: inline-block;
	font-weight:bold;
	font-size: 0.6rem;
	color: rgba(100, 100, 100, 0.6);
	height: 1rem;
}

.tag[data="backend"] {
	background-color: rgba(255, 0, 0, 0.2);
	border: 1px solid #BE0000;
	color: rgba(255, 50, 100, 0.6);
}

.tag[data="frontend"] {
	background-color: rgba(255, 0, 255, 0.2);
	border: 1px solid #FF00FF;
	color: rgba(255, 50, 255, 0.6);
}

.tag[data="bug"] {
	background-color: rgba(255, 255, 0, 0.2);
	border: 1px solid #dab800;
	color: rgba(255, 255, 50, 0.6);
}

.todo-card:hover {
	cursor: pointer;
}

.todo-card .todo-title {
	font-size: 0.8rem;
	margin-bottom: 0px;
	font-weight:bold;
}

.todo-card .todo-subtitle {
	font-size: 0.6rem;
	color: #BBBBBB;
}

.todo-card .todo-text {
	padding-top: 0px;
	font-size: 0.6rem;
}

.todo-button {
	background-color: #dab800;
	border: none;
}

.todo-button:hover {
	background-color: #c1a200;
}

.gallery-img-small {
	width: 8rem;
	height: 8rem;
	/*border: 2px solid #BE0000;*/
	border-radius:0;
	object-fit: cover;
}

.gallery-img-focus {
	margin: 0;
}

.gallery-img-thumbnail {
	width: auto;
	height: 10rem;
	border-radius: 0;
	border: 2px solid #BE0000;
}

.gallery-albumselect {
	text-align:center;
	display: grid;
	padding-left: 1rem;
	padding-right: 1rem;
}

.progress {
	display: none;
	position: relative;
	width: 400px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}

.bar {
	background-color: #B4F5B4;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}

.percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
}

.recentPics {
	border: 1px solid #BE0000;
	align-content: center;
	text-align: center;
	margin: 10px 10px 10px 10px;
	border-radius: 0;
}