@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.content .wrapper {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 992px) and (max-width: 1179px) {
  .content .wrapper {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .content .wrapper {
    padding-bottom: 60px;
  }
}
.content .wrapper:before {
  content: "";
  position: absolute;
  left: -112px;
  top: 30px;
  width: calc(100% + 224px);
  height: 100%;
  background-color: #F4F4F4;
  border-radius: 120px 120px 0px 0px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .content .wrapper:before {
    border-radius: 40px 40px 0px 0px;
    top: 170px;
    left: -32px;
    width: calc(100% + 64px);
  }
}
.content:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 756px;
  height: 77px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
  left: -183px;
  top: 650px;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .content:after {
    width: 387px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .content:after {
    top: 1390px;
    left: -150px;
    z-index: -1;
  }
}
.content .com-filter {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .content .com-filter {
    margin-bottom: 40px;
  }
}
.content .filter-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .content .filter-row {
    justify-content: center;
  }
}
.content .filter-row .txt {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  margin-right: 12px;
}
.content .filter-row .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #ffffff;
  padding-right: 50px !important;
  min-width: 220px;
}
.content .listing {
  display: flex;
  flex-wrap: wrap;
}
.content .listing .com-book {
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .content .listing .com-book {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=member-library-listing.css.map */