/* .container {
	background: hsl(30, 30%, 95%);
	border-radius: 20px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
	padding-top: 15px;
	padding-bottom: 18px;
} */
body {
	background: #f9fafc;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
									  supported by Chrome, Edge, Opera and Firefox */
}

.selected {
	background-color: cornflowerblue;
}

.selectable {
	cursor: pointer;
}
.FileTree .folder:hover {
	background-color: cornflowerblue;
}
.FileTree .file:hover {
	background-color: #eb9a22;
}

.btn-outline-orange {
	color: #eb9a22;
	border-color: #eb9a22;
}

.btn-outline-orange:hover {
	color: #fff;
	background-color: #eb9a22;
	border-color: #eb9a22;
}

.fa-share-square {
	color: blue;
}

.fa-play-circle {
	color: green;
}

.fa-skull-crossbones {
	color: red;
}
