/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/news-filter/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/* gallery filter css start */
.page-wrapper {
  padding-top: 4.75em;
}

.categoryTitle {
  padding-bottom: 0.25em;
}

.categoryTitle p {
  color: #271D7A;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.7;
}

.block-container {
  font-size: 1em;
  margin: 0 auto;
  max-width: 80em;
  padding: 0 2em;
}

.gallery-filter {
  padding-bottom: 3em;
}

.news-filter-buttons-group {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.5em;
  margin: 0.5em 0 2.05em;
}

.news-filter-button {
  background-color: transparent;
  border: 0.1rem solid #271D7A;
  border-radius: 5em;
  color: #271D7A;
  cursor: pointer;
  font-family: "Albert Sans";
  font-size: 0.9em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.6;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  transition: 0.2s ease-in-out;
}

.news-filter-button:hover, .news-filter-button.active {
  background-color: #271D7A;
  color: #ffffff;
}

.news-gallery-row {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1em;
  width: 100%;
  margin-bottom: 0.7em;
}

.news-gallery-row-placeholder {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 0.7em;
  width: 100%;
}

.news-gallery-row .gallery-item, .news-gallery-row-placeholder .gallery-item {
  display: flex;
  flex-direction: column;
  min-height: 8em;
  text-decoration: none;
  width: calc(25% - 0.75em);
  border-radius: 0.5em;
  margin-bottom: 4.5em;
  background: #FFF;
  min-height: 16.15em;
}

.news-gallery-row .gallery-item.news-gallery-placeholder .galleryTitle,
.news-gallery-row .gallery-item.news-gallery-placeholder .galleryDate span {
  animation-duration: 1.75s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #a9a9a9;
  background: linear-gradient(90deg, #eee 10%, #e3e2e2 18%, #eee 33%);
  background-size: 100%;
  background-size: 40em 6em;
  border: 0;
  position: relative;
}

.news-gallery-row .gallery-item.news-gallery-placeholder .galleryTitle {
  height: 0.97em;
  margin-bottom: 0.1em;
}

.news-gallery-row .gallery-item.news-gallery-placeholder .galleryTitle:nth-child(5) {
  width: 75%;
}

.news-gallery-row .gallery-item.news-gallery-placeholder .galleryDate span {
  display: block;
  height: 1em;
  max-width: 9em;
  width: 100%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -23em 0;
  }
  100% {
    background-position: 23em 0;
  }
}
.gallery-item.hidden {
  display: none;
}

.gallery-img-box {
  border-radius: 0.5em;
  margin-bottom: 0.75em;
  overflow: hidden;
  padding-bottom: 86.25%;
  position: relative;
  width: 100%;
}

.news-gallery-row-container .gallery-img-box {
  padding: 0;
}

.gallery-img-box img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.news-gallery-row-container .gallery-img-box img {
  position: relative;
}

.news-gallery-row .galleryTitle {
  color: #271D7A;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.25em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-gallery-row .galleryDate {
  color: #4B4B4B;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.25;
}

@media only screen and (max-width: 1500px) {
  .gallery-filter {
    padding-bottom: 3em;
  }
  .news-gallery-row .galleryTitle {
    font-size: 1.4em;
    max-width: 9.25em;
  }
  .news-gallery-row .gallery-item, .news-gallery-row-placeholder .gallery-item {
    margin-bottom: 3.5em;
  }
  .news-gallery-row .gallery-item {
    min-height: 14em;
  }
  .news-gallery-row .galleryDate {
    padding-top: 1em;
  }
  .news-filter-buttons-group {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 1280px) {
  .news-gallery-row .galleryTitle {
    font-size: 1.2em;
    max-width: 11em;
  }
  .news-gallery-row .gallery-item, .news-gallery-row-placeholder .gallery-item {
    margin-bottom: 2.5em;
  }
  .news-gallery-row .gallery-item {
    min-height: 13em;
  }
}
@media only screen and (max-width: 1200px) {
  .block-container {
    padding: 0 1.5em;
  }
  .gallery-filter {
    padding-bottom: 2em;
  }
  .news-gallery-row, .news-gallery-row-placeholder {
    grid-gap: 0.6em;
  }
  .news-gallery-row .gallery-item {
    width: calc(33.33% - 0.4em);
  }
  .filter-button {
    font-size: 0.8em;
    line-height: 1.5;
    margin-bottom: 0em;
  }
  .filter-buttons-group {
    margin: 0.5em 0 2.25em;
  }
  .news-filter-buttons-group {
    margin-bottom: 2.25em;
  }
}
@media only screen and (max-width: 900px) {
  .block-container {
    padding: 0 1em;
  }
  .gallery-filter {
    padding-bottom: 1.5em;
  }
  .news-gallery-row .gallery-item, .news-gallery-row-placeholder .gallery-item {
    margin-bottom: 2em;
  }
  .news-gallery-row .gallery-item {
    width: calc(50% - 0.3em);
    min-height: 9.3em;
  }
  .filter-buttons-group {
    margin: 0.5em 0 2em;
  }
  .news-gallery-row .galleryTitle {
    font-size: 1em;
  }
  .news-gallery-row .galleryDate {
    font-size: 0.7em;
    padding-top: 0.25em;
  }
  .news-filter-button {
    line-height: 1.5;
    font-size: 0.8em;
  }
  .news-filter-buttons-group {
    margin-bottom: 1.5em;
  }
}
.spinner {
  text-align: center;
  margin: 20px 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner-icon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #271D7A;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .news-filter-buttons-group {
    margin-bottom: 1em;
    margin-top: 0.25em;
  }
  .news-gallery-row .gallery-item, .news-gallery-row-placeholder .gallery-item {
    margin-bottom: 1em;
  }
  .news-gallery-row .gallery-item {
    min-height: 7.5em;
    width: calc(50% - 0.25em);
  }
  .gallery-filter-row .gallery-filter-select-wrapper {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    flex: 1;
    max-width: 11.5em;
  }
  .gallery-filter-row .gallery-filter-select-wrapper.select-wrapper select {
    min-width: auto;
    width: 100%;
  }
  .news-gallery-row {
    grid-gap: 0.5em;
    margin-bottom: 0.5em;
  }
  .news-gallery-row .galleryTitle {
    font-size: 0.8em;
    max-width: 15em;
  }
  .gallery-filter-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  .gallery-filter-row .news-filter-buttons-group {
    display: none;
  }
  .gallery-filter-row .categoryTitle {
    padding: 0;
    display: flex;
    align-items: center;
  }
  .categoryTitle p {
    margin-right: 1em;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=style-index.css.map*/