/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.card-list-with-filter > .container {
  padding-bottom: 4rem;
}
@media (min-width: 1280px) {
  .card-list-with-filter > .container {
    padding-bottom: 18.4rem;
  }
}
@media (max-width: 767.98px) {
  .card-list-with-filter .card-a02:nth-child(n+2) {
    margin-top: 2.8rem;
  }
}
@media (min-width: 768px) {
  .card-list-with-filter .card-a02:nth-child(n+5) {
    margin-top: 3.2rem;
  }
}
@media (min-width: 1280px) {
  .card-list-with-filter .card-a02:nth-child(3) {
    margin-top: unset;
  }
  .card-list-with-filter .card-a02:nth-child(n+5) {
    margin-top: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .card-list-with-filter__dropdown {
    width: calc(100% + 7.2rem) !important;
    margin-left: -3.6rem;
  }
  .card-list-with-filter__dropdown button {
    padding: 0 3.2rem !important;
  }
}
@media (min-width: 768px) {
  .card-list-with-filter__dropdown button {
    pointer-events: none;
  }
}
.card-list-with-filter__dropdown button::after {
  content: "";
  position: absolute;
  right: 3.2rem;
  top: 50%;
  transform: translateY(-50%);
  border: unset;
  height: 0.9rem;
  width: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s all;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.666' height='9.536' viewBox='0 0 16.666 9.536'%3E%3Cpath id='Path_140731' data-name='Path 140731' d='M-10941.708-1374.807l7.132,7.132,7.132-7.132' transform='translate(10942.909 1376.009)' fill='none' stroke='%23060821' stroke-linecap='round' stroke-width='1.7'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .card-list-with-filter__dropdown button::after {
    display: none;
  }
}
.card-list-with-filter__dropdown button.show {
  color: #248383;
}
.card-list-with-filter__dropdown button.show::after {
  transform: rotate(180deg);
}
.card-list-with-filter__dropdown .dropdown-menu {
  position: relative;
}
@media (min-width: 768px) {
  .card-list-with-filter__dropdown .dropdown-menu {
    display: block !important;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .card-list-with-filter__dropdown .dropdown-menu {
    border-bottom: 0.3rem solid #248383 !important;
    padding: 0 3.6rem;
    box-shadow: 0 4.6rem 4rem rgba(0, 0, 0, 0.161);
  }
}
.card-list-with-filter__dropdown .dropdown-menu.show::before {
  content: "";
  height: 0.3rem;
  position: absolute;
  top: 0.8rem;
  width: 18.8rem;
  background-color: #248383;
}
.card-list-with-filter__dropdown .dropdown-menu .list-group a.selected {
  font-weight: 600;
  color: #248383 !important;
}
@media (min-width: 768px) {
  .card-list-with-filter__btn {
    text-align: left !important;
  }
}
