﻿.tag {
  margin-right: 5px;
}
.tag:hover {
  box-shadow: #e4e4e4 0px 0px 5px 4px;
}

/* Genres */
.tag-synthwave {
  background-color: deeppink;
}

.tag-outrun {
  background-color: deepskyblue;
}

.tag-retrowave {
  background-color: mediumvioletred;
}

.tag-dreamwave {
  background-color: darkorchid;
}

.tag-chillwave {
  background-color: lightblue;
}

.tag-darkwave {
  background-color: darkslateblue;
}

.tag-cyberpunk {
  background-color: darkorange;
}

.tag-futuresynth {
  background-color: limegreen;
}

.tag-vaporwave {
  background-color: violet;
}

.tag-new-retro-wave {
  background-color: dodgerblue;
}

.tag-electro-synthwave {
  background-color: gold;
}

.tag-neon-retro {
  background-color: aqua;
}

.tag-spacewave {
  background-color: midnightblue;
}

.tag-chill-synthwave {
  background-color: lightseagreen;
}

.tag-synthpop {
  background-color: magenta;
}

.tag-italo-disco {
  background-color: orangered;
}

.tag-ambient-synthwave {
  background-color: darkslategray;
}

.tag-nu-disco {
  background-color: mediumorchid;
}

.tag-synthrock {
  background-color: darkred;
}

.tag-hi-nrg {
  background-color: yellow;
}

.tag-future-funk {
  background-color: hotpink;
}

.tag-cyber-synth {
  background-color: aquamarine;
}

.tag-horror-synth {
  background-color: darkred;
}

.tag-sci-fi-synth {
  background-color: darkorchid;
}

.tag-retro-electro {
  background-color: royalblue;
}

.tag-chillout {
  background-color: lightgray;
}

.tag-electro-pop {
  background-color: chartreuse;
}

.tag-electro-funk {
  background-color: orange;
}

.tag-electro-wave {
  background-color: skyblue;
}

.tag-post-punk-synthwave {
  background-color: crimson;
}

.tag-space-synth {
  background-color: darkslateblue;
}

.tag-synthgaze {
  background-color: indigo;
}

.tag-synthpunk {
  background-color: darkgreen;
}

.tag-nu-disco {
  background-color: mediumorchid;
}

.tag-synth-metal {
  background-color: darkgray;
}

.tag-trancewave {
  background-color: lime;
}

.tag-future-synth {
  background-color: limegreen;
}

.tag-synthcore {
  background-color: firebrick;
}

.tag-synthpop-revival {
  background-color: purple;
}

.tag-cyber-synthwave {
  background-color: aquamarine;
}

.tag-hi-tech-synthwave {
  background-color: gold;
}

.tag-synth-ambient {
  background-color: darkslategray;
}

.tag-synth-jazz {
  background-color: olive;
}

.tag-synth-r-and-b {
  background-color: deeppink;
}

.tag-synth-soul {
  background-color: darkmagenta;
}

.tag-synthstep {
  background-color: darkgreen;
}

.tag-chill-synth {
  background-color: lightseagreen;
}

.tag-synth-breaks {
  background-color: darkcyan;
}

.tag-synth-industrial {
  background-color: slategray;
}

.tag-synthtrance {
  background-color: lime;
}

.tag-darksynth {
  background-color: darkslategray; /* Updated color */
}

.tag-metal {
  background-color: #43464B;
}

.tag-heavy-metal {
  background-color: #6E6E6E;
}

.tag-death-metal {
  background-color: #1A1A1A;
}

.tag-black-metal {
  background-color: #000000;
}

.tag-thrash-metal {
  background-color: #800000;
}

.tag-power-metal {
  background-color: #FFD700;
}

.tag-progressive-metal {
  background-color: #8A2BE2;
}

.tag-doom-metal {
  background-color: #4B0082;
}

.tag-symphonic-metal {
  background-color: #FF69B4;
}

.tag-folk-metal {
  background-color: #228B22;
}

.tag-melodic-death-metal {
  background-color: #FF4500;
}

.tag-gothic-metal {
  background-color: #8B008B;
}

.tag-industrial-metal {
  background-color: #808080;
}

.tag-alternative-metal {
  background-color: #A9A9A9;
}

.tag-nu-metal {
  background-color: #4682B4;
}

.tag-groove-metal {
  background-color: #32CD32;
}

.tag-symphonic-black-metal {
  background-color: #483D8B;
}

.tag-melodic-metalcore {
  background-color: #FFA07A;
}

.tag-deathcore {
  background-color: #8B0000;
}

.tag-metalcore {
  background-color: #FF1493;
}

.tag-mathcore {
  background-color: #800080;
}

.tag-post-metal {
  background-color: #2F4F4F;
}

.tag-sludge-metal {
  background-color: #556B2F;
}

.tag-stoner-metal {
  background-color: #BC8F8F;
}

.tag-technical-death-metal {
  background-color: #00CED1;
}

.tag-brutal-death-metal {
  background-color: #FF6347;
}

.tag-atmospheric-black-metal {
  background-color: #191970;
}

.tag-avant-garde-metal {
  background-color: #FF00FF;
}

.tag-crossover-thrash {
  background-color: #7FFF00;
}

.tag-symphonic-power-metal {
  background-color: #FF7F50;
}

.tag-pop {
  background-color: #FF69B4; /* Hot Pink */
}

.tag-electropop {
  background-color: #9932CC; /* Dark Orchid */
}

.tag-indie-pop {
  background-color: #FFD700; /* Gold */
}

.tag-dream-pop {
  background-color: #87CEEB; /* Sky Blue */
}

.tag-bubblegum-pop {
  background-color: #FFC0CB; /* Pink */
}

.tag-j-pop {
  background-color: #FFA500; /* Orange */
}

.tag-k-pop {
  background-color: #FF6347; /* Tomato */
}

.tag-twee-pop {
  background-color: #20B2AA; /* Light Sea Green */
}

.tag-power-pop {
  background-color: #FFD700; /* Gold */
}

.tag-eurodance {
  background-color: #00CED1; /* Dark Turquoise */
}

.tag-new-wave {
  background-color: #4682B4; /* Steel Blue */
}

.tag-reggae {
  background-color: #32CD32; /* Lime Green */
}

.tag-latin-pop {
  background-color: #FFD700; /* Gold */
}

.tag-country-pop {
  background-color: #CD5C5C; /* Indian Red */
}

.tag-baroque-pop {
  background-color: #800080; /* Purple */
}

.tag-chamber-pop {
  background-color: #7FFF00; /* Chartreuse */
}

.tag-glam-pop {
  background-color: #FF1493; /* Deep Pink */
}

.tag-art-pop {
  background-color: #9932CC; /* Dark Orchid */
}

.tag-electronic-pop {
  background-color: #4682B4; /* Steel Blue */
}

.tag-ambient-pop {
  background-color: #20B2AA; /* Light Sea Green */
}

.tag-experimental-pop {
  background-color: #FF4500; /* Orange Red */
}

.tag-other {
  background-color: green; /* Orange Red */
}

/* Genres */
/* Abilities */
.tag-Arrangement {
  background-color: deepskyblue;
}

.ability-tag {
  background-color: deepskyblue;
}

/* Abilities */
/* Professions */
.tag-singer-vocalist {
  background-color: #ff69b4; /* Pink */
}

.tag-guitarist {
  background-color: #ff6347; /* Tomato */
}

.tag-drummer-percussionist {
  background-color: #4682b4; /* Steel Blue */
}

.tag-bassist {
  background-color: #8a2be2; /* Blue Violet */
}

.tag-keyboardist-pianist {
  background-color: #32cd32; /* Lime Green */
}

.tag-songwriter {
  background-color: #ff4500; /* Orange Red */
}

.tag-music-producer {
  background-color: #1e90ff; /* Dodger Blue */
}

.tag-audio-engineer {
  background-color: #228b22; /* Forest Green */
}

.tag-dj {
  background-color: #9932cc; /* Dark Orchid */
}

.tag-composer {
  background-color: #ff8c00; /* Dark Orange */
}

.tag-music-teacher-instructor {
  background-color: #ff1493; /* Deep Pink */
}

.tag-session-musician {
  background-color: #00bfff; /* Deep Sky Blue */
}

.tag-music-director {
  background-color: #ff00ff; /* Magenta */
}

.tag-conductor {
  background-color: #2e8b57; /* Sea Green */
}

.tag-arranger {
  background-color: #ff69b4; /* Hot Pink */
}

.tag-sound-designer {
  background-color: #ffa500; /* Orange */
}

.tag-music-therapist {
  background-color: #9400d3; /* Dark Violet */
}

.tag-music-journalist-critic {
  background-color: #008080; /* Teal */
}

.tag-booking-agent {
  background-color: #ff0000; /* Red */
}

.tag-tour-manager {
  background-color: #6a5acd; /* Slate Blue */
}

.tag-ar-representative {
  background-color: #4169e1; /* Royal Blue */
}

.tag-music-attorney-lawyer {
  background-color: #b22222; /* Fire Brick */
}

.tag-music-manager {
  background-color: #00ffff; /* Aqua */
}

.tag-music-publicist {
  background-color: #8b008b; /* Dark Magenta */
}

.tag-stage-manager {
  background-color: #ff1493; /* Deep Pink */
}

.tag-roadie-stagehand {
  background-color: #1e90ff; /* Dodger Blue */
}

.tag-music-publisher {
  background-color: #ff6347; /* Tomato */
}

.tag-music-librarian {
  background-color: #ff4500; /* Orange Red */
}

.tag-instrument-technician {
  background-color: #32cd32; /* Lime Green */
}

.tag-merchandiser-manager {
  background-color: #8a2be2; /* Blue Violet */
}

/* Professions */
