* {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  box-sizing: border-box;
}

/* Navigation bar */

header {
  margin-bottom: 80px;
}

header .blur {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  user-select: none;
  border-bottom: 0.5px solid #E0E1E4;
  box-shadow: 0px 0px 20px -20px;
  z-index: 100;
}



header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

header .list-left {
  float: left;
}

header .list-right {
  float: right;
  cursor: pointer;
}


header li a {
  display: block;
  font-weight: grey;
  color: rgb(39, 38, 38);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

header li a:hover:not(.active) {
  background-color: #F2F2F2;
  color: black;
}

header .active {
  background-color: #297e97;
  color: whitesmoke;
  transition: all 0.3s ease-in-out;
}

header .active:hover {
  background-color: rgba(41, 125, 151, 0.80);
  color: whitesmoke;
}

/* Search menu items */

#searchRes>li {
  font-size: 18px;
  margin-top: 5px;
  border: 1.25px solid lightgrey;
  border-radius: 12px;
  background-color: transparent;
  text-decoration: none;
  color: black;
  text-emphasis: none;
  list-style: none;
  padding: 3px;
  width: 40vw;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.215, 0.610, 0.355, 1) 0ms;
}

#searchRes>li:hover {
  background-color: rgb(223, 224, 228);
}

/* Movies */

.cardD {
  width: 350px;
}

.card {
  padding: 10px;
  margin: 10px;
  height: 600px;
  max-height: 750px;
}

.card-body {
  height: fit-content;
  max-height: 400px;
}

.minimize {
  min-height: 100px;
  height: 100px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-title {
  height: 27px;
  max-height: 27px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

a {
  margin: auto;

}

.imageA {
  width: 250px;
  height: auto;
  /* max-height: 300px; */
}


.deleteB {
  margin-left: 4px;
}

.textNav {
  padding-left: 5px;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.loadMore {
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px -20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0ms;
  user-select: none;
  font-family: 'Poppins', sans-serif;
  background-color: lightcoral;
  color: white;
  border: none;
}

.loadMore:hover {
  background-color: rgba(240, 128, 128, 0.77);
  box-shadow: 0px 0px 20px -18px;
}

.loadMore:active {
  transform: scale(0.95);
}

li a:active {
  transform: scale(0.95);
}


#myProducts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}


.search {
  width: 50%;
  margin: auto;
}


.author {
  width: 100%;
  text-align: center;
  background-color: white;
  height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  background-color: white;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #297e97;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.hidden {
  display: none;
}