.rb-web-content-filter-list {
  margin-top: 0px;
  margin-bottom: 120px;
}
.rb-web-content-filter-list .rb-press-release-form-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-category {
  width: 335px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-year {
  width: 160px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-month {
  width: 160px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-press-release-filter-dropdown {
  border-radius: 4px;
  border: 1px solid var(--tertiary-new-300, #B6BCC7);
  background-color: var(--white, #FFF);
  color: var(--tertiary-new-600, #697786);
  width: 100%;
  height: 52px;
  text-align: left;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("./../images/rb-press-release-chevron-down.svg");
  background-position: right 12px top 50%;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-press-release-filter-dropdown:hover {
  border-color: #997CD0;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-press-release-filter-dropdown:focus {
  border-color: #553E99 !important;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-right {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-right .rb-press-release-primary-button {
  border-color: var(--primary-new-300, #3fcfbe);
  background-color: var(--primary-new-300, #3fcfbe);
  color: var(--secondary-new-800-B, #230871);
}
.rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-right .rb-press-release-primary-button:hover {
  background-color: var(--primary-new-400, #30c0af);
}
.rb-web-content-filter-list .press-date .container {
  padding: 0;
}
.rb-web-content-filter-list .press-date .container .rb-press-release-cards {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 847px;
  border-bottom: 1px solid var(--tertiary-new-100, #EEEFF2);
}
.rb-web-content-filter-list .press-date .container .rb-press-release-cards .option .list_option .title {
  margin-bottom: 8px;
}
.rb-web-content-filter-list .press-date .container .rb-press-release-cards .option .list_option .title a {
  color: var(--secondary-new-900, #17054B);
}
.rb-web-content-filter-list .press-date .container .rb-press-release-cards .option .list_option .date {
  color: var(--tertiary-new-700, #5A6572);
}
.rb-web-content-filter-list .press-date .container .page-item .page-link {
  padding: 24px 20.2px;
}
.rb-web-content-filter-list .press-date .container .page-item .page-link:active {
  background-color: var(--secondary-new-600, #553E99);
  color: var(--white, #FFFFFF);
}
.rb-web-content-filter-list .press-date .container .page-item.active .page-link {
  background-color: var(--secondary-new-600, #553E99);
}
.rb-web-content-filter-list .press-date .container .lfr-search-container-wrapper .taglib-search-iterator-page-iterator-bottom .pagination-bar .pagination-results {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .rb-web-content-filter-list {
    margin-top: 0px;
    margin-bottom: 64px;
  }
  .rb-web-content-filter-list .rb-press-release-form-container {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row {
    flex-direction: column;
    gap: 32px;
  }
  .rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left {
    gap: 16px;
  }
  .rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-category {
    flex: 0 0 100%;
  }
  .rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-year, .rb-web-content-filter-list .rb-press-release-form-container .rb-press-release-row .rb-filter-left .rb-filter-month {
    flex: 1 1 45%;
  }
  .rb-web-content-filter-list .press-date .container .rb-press-release-cards {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
  }
  .rb-web-content-filter-list .press-date .container .page-item {
    margin-left: 0.17rem;
    margin-right: 0.17rem;
  }
  .rb-web-content-filter-list .press-date .container .page-item .page-link {
    padding: 20px 16.2px;
  }
  .rb-web-content-filter-list .press-date .container .lfr-search-container-wrapper .taglib-search-iterator-page-iterator-bottom .pagination-bar .pagination-results {
    margin-inline-end: 0;
  }
}

/*=============================================================================================================================*/
.rb-web-content-filter-item {
  margin-top: 48px;
  margin-bottom: 120px;
}
.rb-web-content-filter-item .rb-web-content-filter-item-header-container {
  padding-top: 0px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.rb-web-content-filter-item .rb-web-content-filter-item-header-container .rb-header-inner {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.rb-web-content-filter-item .rb-web-content-filter-item-header-container .rb-header-inner .rb-press-release-title {
  color: var(--secondary-new-900, #17054B);
  margin-bottom: 20px;
}
.rb-web-content-filter-item .rb-web-content-filter-item-header-container .rb-header-inner .rb-press-release-date {
  color: var(--tertiary-new-700, #5A6572);
}
.rb-web-content-filter-item .rb-web-content-filter-item-header-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./../images/rb-press-release-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -1;
}
.rb-web-content-filter-item .rb-press-release-description-container {
  margin-top: 104px;
  margin-bottom: 0px;
}
.rb-web-content-filter-item .rb-press-release-description-container .rb-press-release-description {
  color: var(--tertiary-new-700, #5A6572);
  width: 847px;
}
@media only screen and (max-width: 768px) {
  .rb-web-content-filter-item {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .rb-web-content-filter-item .rb-web-content-filter-item-header-container {
    padding-top: 0px;
    padding-bottom: 48px;
  }
  .rb-web-content-filter-item .rb-web-content-filter-item-header-container .rb-header-inner {
    width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .rb-web-content-filter-item .rb-web-content-filter-item-header-container .rb-header-inner .rb-press-release-title {
    margin-bottom: 16px;
  }
  .rb-web-content-filter-item .rb-press-release-description-container {
    margin-top: 48px;
    margin-bottom: 0px;
  }
  .rb-web-content-filter-item .rb-press-release-description-container .rb-press-release-description {
    width: 100%;
  }
}

.portlet-content:has(.rb-web-content-filter-list) .portlet-header, .portlet-content:has(.rb-web-content-filter-item) .portlet-header {
  display: none;
}

.portlet-decorate .portlet-content:has(.rb-web-content-filter-list), .portlet-decorate .portlet-content:has(.rb-web-content-filter-item) {
  padding: 0;
}

.rtl[dir=rtl] .rb-web-content-filter-item .rb-web-content-filter-item-header-container::before {
  transform: scaleX(-1);
}

.intro-text {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 1em;
}

.intro-text i {
  font-size: 18px;
}

.ltr a.back {
  margin-left: -5px;
}

.rtl a.back {
  margin-left: -5px;
}

.button_icon_link_left_positive i {
  font-size: 24px;
  color: #230871;
  margin-right: 4px;
  vertical-align: middle;
}

.form_organisms_filter .button_primary, .form_organisms_filter .btn-secondary {
  min-width: 100px;
}

#share a {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin: 8px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  opacity: 0.75;
  transition: opacity 0.15s linear;
}

.press-head {
  margin: 16px 0 16px 0;
  color: #2c2e30;
}

.press-date .list_text_with_border_left {
  border: 1px solid #00afae;
  background-color: #eaf5f6;
  padding: 15px;
}

.credit-side {
  color: #00af9a !important;
}

.credit-side .arrow-up {
  border-color: #00af9a !important;
}

.credit-side:hover {
  color: gray !important;
  text-decoration: underline;
}

.credit-side:hover .arrow-up {
  border-color: gray !important;
}

.credit-active {
  color: #230871;
}

.credit-active:hover {
  color: #230871 !important;
}

.credit-active .arrow-up {
  border-color: #230871 !important;
}

.card-wrapper:hover {
  text-decoration: none;
}

.card-wrapper:hover h6 {
  color: gray;
  text-decoration: underline;
}

.card-box h6 {
  color: #00af9a;
}

.card-wrapper .card-box p {
  color: #212529;
}

.card-p {
  color: #212529;
}

@media (max-width: 493px) {
  .cancel-btn {
    margin-top: 15px;
  }
}
.banners_banner_filter_with_list .form_organisms_filter {
  padding-bottom: 30px;
}

.cards_card_container_no_slider {
  padding: 0;
}

.press-date .list_text_with_border_left {
  margin-top: 30px;
}

.list_text_with_border_left .list_option .button_icon_link_right_next:hover {
  color: gray;
  text-decoration: underline;
}

.list_text_with_border_left .list_option .button_icon_link_right_next span {
  width: auto;
  display: inline-block;
  height: auto;
  background: none;
  font-size: 22px;
  margin-top: -3px;
}

.subtitle p {
  margin: 0px !important;
}

.icon-chevron-right:before {
  vertical-align: middle;
}

/* --------- pagination --------- */
.lfr-search-container-wrapper {
  width: 100%;
}
.lfr-search-container-wrapper .pagination-bar {
  margin-top: 20px;
}
.lfr-search-container-wrapper .table-responsive {
  display: none;
}

.rtl .form_organisms_filter .row .pr-0 {
  padding-left: 15px !important;
}

.rtl .press-date .icon-chevron-right {
  transform: rotate(180deg);
}