.project-card {
}

.project-card-subtitle {
	font-style: italic;
	opacity: 0.8;
}

.project-card-text {
	/*	float: right;*/
}

.project-download-button {
	max-width: 30px;
	padding: 5px;
	border-radius: 8px;
	float: right;
	margin: 3px;
	margin-right: 10px;
}

.project-download-button:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.project-download-button:active {
	background-color: rgba(255, 255, 255, 0.2);
}

.proj-nav-link-small {
	padding-left: 20px;
	font-style: italic;
	font-size: 12px;
}

.proj-edit-name-text {
	padding-left: 20px;
	font-style: italic;
	font-size: 12px;
}

.proj-title-header {
	font-size: 32px;
	font-weight: light;
	margin-right: 20px;
	display: inline-block;
	text-decoration: none;
}

.proj-title-header:hover {
	text-decoration: underline;
}

.edit-text-inplace-input {
	color: white !important;
	padding: 5px;
	width: 500px !important;
	height: 48px;
	font-size: 32px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	border-style: none;
}

.transparent-select select {
	width: 300px;
	margin: 8px;
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
	border-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0.45);
}

.new-split-card {
	margin-top: 0px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	/*	gap: 0px;*/
}

.dark-button {
	background-color: rgba(50, 50, 50, 1);
	border-color: black;
	border-width: 1.5px;
	margin: auto;
}

.admin-card {
	flex: 1 1 40%;
	text-decoration: none;
	line-height: 120%;
	font-size: 90%;
	overflow: hidden;
}

.admin-icon {
	height: 70px;
}

.admin-card:hover {
	background-color: rgba(68, 58, 60, 0.7) !important;
}

.tagger-card {
}

.deleted-card {
	opacity: 50%;
}

.header-button-display {
	display: inline-block;
	align-items: center;
	padding: 7px;
	height: 40px;
	font-size: 10p;
	text-align: center;
	font-color: #dcacb9;
	max-width: 150px;
	min-width: 150px;
	background-color: rgba(47, 23, 30, 0.3);
	border: solid black;
	border-width: 1.5px;
	border-radius: 6px;
	margin: 4px;
}

.header-button-display:hover {
	background-color: rgba(85, 60, 65, 0.5);
}

.item-button-outline {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.2) !important;
	font-weight: bold !important;
	padding: 10px !important;
}

.tagger-table td {
	padding: 0 15px;
}

.custom-dropdown {
	float: right;
	margin-top: 7px;
	font-size: 13px;
}

.project-button {
	float: right;
}

.project-phosphor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 25px;
	/*margin: 5px;*/
}

.songcard-track-delete-button {
	height: 25px;
	align-items: center;
	justify-content: center;
	float: right;
	cursor: pointer;
}

.tooltip-wrapper {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tooltip-wrapper::after {
	content: attr(data-tooltip);
	position: absolute;
	bottom: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 6px 10px;
	border-radius: 4px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.18s ease,
		visibility 0.18s ease;
	z-index: 9999;
	font-size: 12px;
}

.tooltip-wrapper:hover::after {
	opacity: 1;
	visibility: visible;
}

.floating-top-button {
	position: fixed;
	left: 20px;
	bottom: 30px;
	background: #333;
	color: white;
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.floating-top-button:hover {
	background: #444;
	transform: translateY(-2px);
}

.apply-changes-button {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	border-color: rgba(0, 0, 0, 1);
	border-width: 1px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottomn: 10px;
}

.song-filter-tabs-container {
	padding: 0px;
}

.song-filter-tab {
	background-color: rgba(0, 0, 0, 0.3);
	text-decoration: none;
	padding: 10px 10px 0px 10px;
	border-radius: 10px 10px 0px 0px;
}

.song-filter-tab.selected {
	background-color: rgba(255, 255, 255, 0.1);
}

.song-card .song-title {
	font-size: 20px;
	padding-right: 10px;
}

.song-card.tiny .song-title {
	padding-bottom: 0px;
}

.song-card {
	border-width: 3px !important;
	border-color: rgba(30, 30, 30, 1) !important;
}

.song-tag-display {
}

.mini-player-button {
	display: inline-block;
	max-width: 140px;
	margin: 20px;
	opacity: 0.75;
}

.mini-player-button:hover {
	opacity: 1;
}

.song-tag-display .tag-type {
	display: inline-block;
	align-items: center;
	padding: 7px;
	text-align: center;
	color: #dcacb9;
	width: 120px;
	background-color: rgba(47, 23, 30, 0.3);
	border: solid black;
	border-width: 1.5px;
	border-radius: 6px;
	margin: 4px;
}

.song-tag-display .tag-type:hover {
	background-color: rgba(85, 60, 65, 0.5);
}

.song-tag-display .song-tag {
	display: inline-block;
	align-items: center;
	justify-content: center;
	padding: 7px;
	text-align: center;
	font-weight: lighter;
	border: solid;
	border-color: rgba(0, 0, 0, 0.6);
	border-width: 1.5px;
	border-radius: 6px;
	margin: 3px;
}

.song-tag-display .song-tag:hover {
	background-color: rgba(91, 68, 154, 0.9);
}

.mini-player {
	color: white;
}

.taxonomy-pool {
}

.taxonomy-pool-header {
	font-size: 20px;
	font-weight: lighter;
}

.taxonomy-pool-tag {
	display: inline-block;
	font-size: 15px;
	font-weight: lighter;
	background-color: rgba(40, 20, 20, 0.4);
	border-radius: 6px;
	margin: 4px;
	padding: 4px;
}

.taxonomy-pool-tag.tag-removed {
	text-decoration: line-through;
	color: rgba(200, 0, 0, 1);
}

.taxonomy-pool-tag:hover {
	background-color: rgba(250, 0, 0, 0.2);
	text-decoration: line-through;
	color: rgba(200, 0, 0, 1) !important;
}

.taxonomy-pool-addtag {
	display: inline-block;
	font-size: 15px;
	font-weight: lighter;
	background-color: rgba(140, 120, 120, 0.4);
	border-radius: 6px;
	margin: 4px;

	padding: 14px, 4px, 4px, 14px;
}

.taxonomy-pool-addtag:hover {
	background-color: rgba(200, 200, 200, 0.6);
}

.taxonomy-edit-tag-pool {
	background-color: rgba(140, 120, 120, 0.8);
	border-radius: 6px;
	width: 100%;
	margin: 10px;
	margin-bottom: 8px;
	position: fixed;

	background: #333;
	color: white;
	padding: 10px 16px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 14px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	transition:
		background 0.2s ease,
		transform 0.2s ease;
}

.taxonomy-edit-tag-remove {
	background-color: rgba(140, 20, 20, 0.5);
	border-radius: 6px;
	margin: 4px;
}

.taxonomy-edit-tag-add {
	background-color: rgba(20, 140, 20, 0.5);
	border-radius: 6px;
	margin: 4px;
}

.hover-text-button {
	color: rgba(205, 205, 205, 1);
}

.hover-text-button:hover {
	color: rgba(255, 255, 255, 1);
}

.new-project-button {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 8px;
}

.new-project-button::before,
.new-project-button::after {
	content: '';
	position: absolute;
	inset: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity 0.3s ease;
}

.new-project-button::before {
	background-image: url('/static/icons/plus-circle-fill.png');
	opacity: 0.7;
}

.new-project-button::after {
	background-image: url('/static/icons/plus-circle-fill-highlight.png');
	opacity: 0;
}

a:hover .new-project-button::after {
	opacity: 0.85;
}
