.item-block {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  background: rgb(255,255,255);
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.table-container {
  overflow-y: auto;
}

.tableList th {
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar {
}

img {
}

a {
  font-size: inherit;
  text-decoration: none !important;
  -webkit-text-decoration-skip: none;
}

.navbar {
  margin-bottom: 15px;
}

.card {
  margin-bottom: 20px;
}

a {
}

.nav-item {
  margin-left: 20px;
}

.btn-minwidth {
  min-width: 100px;
}

.alert {
  min-width: 400px;
  text-align: center;
  display: none;
  transition: opacity 0.5s ease, height 0.5s ease, visibility 0s 0.5s;
  position: fixed;
  z-index: 9999;
  top: 50px;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
}

.alert.show {
  opacity: 1;
  display: block;
  transition: opacity 0.5s ease, height 0.5s ease;
}

.inactive-image {
  filter: saturate(0%);
  opacity: 0.5;
}

.album_artwork_animate {
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.album_artwork_animate:hover {
  filter: saturate(100%);
  opacity: 1;
  transform: scale(1.01);
  box-shadow: 0px 0px 2px 1px rgb(41,41,41);
}

.dropdown-menu {
  box-shadow: 0px 0px 10px 0px rgba(74,74,74,0.49);
}

