#SRC2_RESOURCE_LISTING_APP {
  font-family: "Nunito Sans", sans-serif;
}
.filter-toggles-wrapper button {
  border: 1px solid #071f60;
  background: none;
  color: black;
  border-radius: 99em;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  padding: 5px 20px;
  
}
.filter-toggles-wrapper button:hover {
  font-weight: normal;
}
.filter-demarcation {
  width: 2px;
  height: 30px;
  background: #E3E3E3;
  margin-left: 20px;
  margin-right: 20px;
}
.filter-text-search-wrapper input[type="text"] {
  background: white;
  border-radius: 99em;
  border: 0px solid #071f60;
  min-width: 250px;
  padding: 5px 30px;
  line-height: 23px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 10px;
  outline: none;
}
[v-cloak] {
  visibility: hidden;
}
.resource-card .resource-card-inner {
  border: 1px solid #D8E4EC;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.resource-image-container {
  position: relative; 
}
.resource-image-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.category-filter-panel, .type-filter-panel {
  display: block;
  width: 700px;
  max-width: 100%;
  position: absolute;
  z-index: 999;
  background: white;
  right: 0;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 45px;
}
.topic-items-container label, .asset-type-item label {
  font-size: 16px;
  position: relative;
  margin-bottom: 7px;
}
.topic-items-container label::before, .asset-type-item label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: white;
  border: 1px solid #071f60;
  position: absolute;
  top: 2px;
  left: 0;
}
.topic-items-container label.active::after, .asset-type-item label.active::after {
  content: "";
  background: url('https://1955602.fs1.hubspotusercontent-na1.net/hubfs/1955602/Resources/source2-icon-checkmark.svg') no-repeat;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #071f60;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 9;
}
.topic-items-container label span, .asset-type-item label span {
  padding-left: 16px;
}
.resource-card .resource-image-container img{
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.resource-card:hover .resource-image-container img {
  transform: scale(1.06);
}
.resource-treatment {
  height: 8px;
  background: black;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.filter-toggles-wrapper button.active {
  background: #1E2B58;
  color: white;
}
.resources-load-more {
  border-radius: 99em;
  border: 1px solid #071f60;
  background: white;
  color: #071f60;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 40px;
}
.resources-load-more:hover {
  background: #071f60;
  color: white;
}
.clear-filters-button {
  color: #3D92C3;
  text-decoration: underline;
}
.clear-filters-button:hover {
  text-decoration: underline;
}
.filter-chip {
  border: 1px solid #071f60;
  border-radius: 99em;
  font-size: 16px;
  padding: 5px 15px!important;
  outline: none;
  background: white;
  color: #071f60;
  font-family: 'Nunito Sans';
  letter-spacing: 0;
}
.filter-chip:hover {
  background: #071f60;
  color: white;
}
.resource-treatment-icon {
  background: rgb(34, 41, 93);
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 5px;
}
.resource-treatment-icon img {
  width: 100%;
}
.item-count {
  font-size: 14px;
  opacity 0.7;
  height: 0;
  overflow: visible;
}
.category-chip {
  background: #F0F0F0;
  padding: 5px 7px;
  color: #3D92C3;
  font-size: 14px;
  border-radius: 3px;
}
.search-input-container {
  position: relative;
}
.search-input-container::after {
  position: absolute;
  z-index: 1;
  background: url('https://1955602.fs1.hubspotusercontent-na1.net/hubfs/1955602/Resources/source2-icon-search.svg') no-repeat;
  top: 6px;
  right: 10px;
  content: "";
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .category-filter-panel, .type-filter-panel {
    top: -100px;
  }
}
.category-filter-panel .button-reset, .type-filter-panel .button-reset {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  margin-right: 10px;
  margin-top: 10px;  
}
.filter-toggles-wrapper button.active i.fa-caret-down {
  transform: rotate(180deg) !important;
 }