body.block-scroll {
  overflow: hidden;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
  padding: 5px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  width: 30px !important;
  border: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.select2-dropdown {
  background-color: #59968c !important;
}
@media screen and (min-width: 1024px) {
  .select2-dropdown {
    background-color: #ebe8e2 !important;
  }
}

.select2-search {
  border-radius: 0 !important;
  padding: 5px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000 !important;
}

.library-loader {
  justify-self: center;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #7b7b7b;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

.esc-library .darkizer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .esc-library .darkizer {
    display: none;
  }
}
.esc-library .esc-close-filter {
  position: fixed;
  top: 100px;
  right: -20%;
  z-index: 100;
  border-radius: 40px;
  padding: 7px 10px;
  background: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  transition: 0.6s all ease-in-out;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-close-filter {
    display: none;
  }
}
.esc-library .esc-library-search-toolbar {
  position: fixed;
  align-items: center;
  gap: 8px;
  bottom: 10px;
  left: 5%;
  display: flex;
  justify-content: center;
  width: 90vw;
  max-height: 60px;
  height: 100%;
  padding: 15px;
  border-radius: 16px;
  background: #dedede;
  box-shadow: 5px 5px 20px 0px #989898;
  transition: max-height 0.2s ease-out;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .esc-library .esc-library-search-toolbar {
    display: none;
  }
}
.esc-library .esc-library-search-toolbar .esc-library-filter-btn {
  display: inherit;
}
.esc-library .esc-library-search-toolbar .esc-library-filter-btn .filter-icon {
  width: 30px;
  max-width: 100%;
}
.esc-library .esc-library-search-toolbar .esc-library-filter-btn .filter-icon img {
  object-fit: cover;
  height: auto;
  width: 100%;
  margin-right: 20px;
}
.esc-library .esc-library-search-toolbar .esc-library-filter-apply-btn {
  display: none;
}
.esc-library .esc-library-filter-section {
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  background: #59968c;
  width: 90vw;
  height: calc(85vh - 60px);
  top: 80vh;
  z-index: 10;
  left: 5%;
  opacity: 0;
  transition: 0.6s all ease-in-out;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-library-filter-section {
    position: sticky;
    top: 100px;
    margin-bottom: 50px;
    opacity: 1;
    width: 100%;
    height: auto;
    color: #fff;
  }
}
.esc-library.active .esc-library-filter-section {
  top: 100px;
  opacity: 1;
}
.esc-library.active .darkizer {
  opacity: 1;
  pointer-events: all;
}
.esc-library.active .esc-close-filter {
  right: 1%;
}
.esc-library.active .esc-library-filter-btn {
  display: none;
}
.esc-library.active .esc-library-filter-apply-btn {
  display: block;
}
.esc-library .esc-library-filter-checkboxes {
  margin-bottom: 35px;
}
.esc-library .esc-library-filter-checkboxes .library-filter-checkbox {
  display: flex;
  align-items: center;
}
.esc-library .esc-library-filter-checkboxes .library-filter-checkbox input {
  width: fit-content;
}
.esc-library .esc-library-results {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-library-results {
    padding: 0 20px;
  }
}
.esc-library .esc-library-results .esc-library-single {
  text-align: center;
  padding: 15px;
}
.esc-library .esc-library-results .esc-library-single:nth-of-type(odd) {
  background: white;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-library-results .esc-library-single {
    text-align: left;
  }
}
.esc-library .esc-library-results .esc-library-single .esc-library-single-title {
  margin-bottom: 10px;
  font-family: "GT-America-Expanded-Bold";
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-library-results .esc-library-single .esc-library-single-title {
    margin-bottom: 0px;
  }
}
.esc-library .esc-library-results .esc-library-single .esc-library-single-size {
  font-family: "GT-America-Light";
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .esc-library .esc-library-results .esc-library-single .esc-library-single-size {
    margin-bottom: 0px;
  }
}
.esc-library .esc-library-results .esc-library-single .esc-library-single-button {
  background: transparent;
  color: #59968C;
  font-family: "GT-America-Light";
  border: 2px solid #59968C;
  border-radius: 4px;
  padding: 5px 20px;
  text-transform: uppercase;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

/*# sourceMappingURL=library.min.css.map */
