.releasetracker-list-container {
  padding-bottom: 1%;
}

.releasetracker-list-container,
.releasetracker-list-container-main,
.releasetracker-list-container-search {
  background-color: #1b1b1b;
  border-radius: 5px 5px 5px 5px;
}

.releasetracker-list-container,
.releasetracker-list-container-main,
.releasetracker-list-container-search  {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.releasetracker-list-container-search {
  margin-bottom: 1%;
  height: 7vh;
  justify-content: right;
}

@media (max-width: 768px) {
  .releasetracker-list-container {
    flex-direction: column;
  }
  .releasetracker-list-entry, .releasetracker-list-entry-load-more {
    width: 98% !important;
  }
}

@media (max-width: 1281px) {
  .releasetracker-list-container {
    flex-direction: column;
  }
  .releasetracker-list-entry, .releasetracker-list-entry-load-more {
    width: 98% !important;
  }
}

.releasetracker-list-entry, .releasetracker-list-entry-load-more {
  background-color: rgba(255, 255, 255, 0.1);
  width: 32%;
  min-height: 10vh;
  margin-left: 1%;
  margin-top: 1%;
  border-radius: 5px 5px 5px 5px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid transparent;
}

.releasetracker-list-entry-load-more {
  background-color: #5E06DD;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.releasetracker-search-or {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1%;
  color: white;
  font-family: 'LEMON MILK';
}

.releasetracker-list-entry-load-more-text {
  font-family: "LEMON MILK", Sans-serif;
  font-weight: 500;
}

.releasetracker-list-entry:hover {
  border-bottom: 2px solid #5e06dd;
  cursor: pointer;
  opacity: 0.9;
}

.releasetracker-list-entry-img {
  height: 100%;
  max-width: 25%;
  aspect-ratio: 1/1;
}

@supports not (aspect-ratio: 1 / 1) {
  .releasetracker-list-entry-img {
    display: none;
  }
}

.releasetracker-list-entry-no-img {
  background-image: repeating-linear-gradient(
    45deg,
    #1b1b1b,
    #1b1b1b 10px,
    rgba(255, 255, 255, 0.5) 10px,
    rgba(255, 255, 255, 0.5) 20px
  );
}

.releasetracker-list-entry-info {
  flex: 1;
  margin-left: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
}

.releasetracker-list-entry-info-title-container {
  display: flex;
}

.releasetracker-list-entry-info-copy {
  display: flex;
  width: 5%;
  align-items: center;
}

.releasetracker-list-entry-info,
.releasetracker-list-entry-info > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.releasetracker-list-entry-info-2 {
  display: flex;
  flex-direction: row;
}

.releasetracker-list-entry-info-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
}

.releasetracker-list-entry-info-more-details {
  text-decoration: underline;
}

.releasetracker-list-entry-info
  .releasetracker-list-entry-info-more-detail:hover {
  background-color: darkgreen !important;
}

#releasetracker-list-entry-img-spotify {
  width: auto;
}

.releasetracker-list-header {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #5e06dd;
  border-radius: 0px 0px 0px 0px;
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
}

.releasetracker-list-header-text, #releasetracker-list-header-text-search, .releasetracker-list-header-text:focus, #releasetracker-list-header-text-search:focus {
  color: #ffffff !important;
  font-family: "LEMON MILK", Sans-serif;
  font-weight: 500;
  display: inline;
}

#releasetracker-list-header-text-search-i {
  font-style: normal;
}

#releasetracker-list-header-spotify {
  display: inline;
  float: right;
}

#releasetracker-list-header-spotify > a {
  color: white;
}

.releasetracker-list-header > #releasetracker-list-header-spotify {
  margin: auto;
  margin-right: 2%;
}

.releasetracker-list-entry-spotify {
  margin: auto 2% auto auto;
}

#releasetracker-a {
  color: #1b1b1b;
  text-decoration: none;
  font-size: var(--icon-size, 25px);
}

.releasetracker-year-selector-container {
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
	position: relative;
	width: 350px;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  background-color: rgba(255, 255, 255, 0.1);
}

#releasetracker-year-selector {
  height: 70%;
  margin-top: 5%;
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #5e06dd;
  color: #ffffff;
  padding-left: 5px;
}

#releasetracker-year-selector option {
  color: black;
}

#releasetracker-year-selector:focus {
	outline: none;
	border-bottom: 1px solid #5e06dd;
}

.releasetracker-year-selector-container #releasetracker-year-selector {
	appearance: none;
	-webkit-appearance:none
}

.releasetracker-year-selector-container:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5e06dd;
	pointer-events: none;
}

.select-label {
	color: #666 !important;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
  padding-left: 5px;
}

#releasetracker-year-selector:focus ~ .select-label, #releasetracker-year-selector:valid ~ .select-label {
	color: #ffffff;
	top: -2px;
	transition: 0.2s ease all;
	font-size: 14px;
}

.select-bar {
	position: relative;
	display: block;
	width: 350px;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #5e06dd;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

#releasetracker-year-selector:focus ~ .select-bar:before, #releasetracker-year-selector:focus ~ .select-bar:after {
	width: 50%;
}

.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.releasetracker-search-title, .releasetracker-search-label {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 5px 5px 5px 5px !important;
  border: none !important;
  color: white !important;
  margin-left: 1%; 
}

.releasetracker-search-label {
  margin-right: 1%;
}


input:focus, textarea:focus {    
  outline: none !important;
} 

@media (max-width: 1281px) {
  .releasetracker-year-selector-container {
    width: 30% !important;
  }
  .releasetracker-search-title, .releasetracker-search-label {
    width: 30% !important;
  }
  .select-label {
    font-size: 12px !important;
  }
}