.container-press-release {
  height: 100%;
  width: 100%;
  min-height: 962px;
  background-color: white;
  margin-top: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-press-release .press-release {
  width: 1280px;
}
.container-press-release .press-release .press-title {
  margin-bottom: 0;
}
.container-press-release .press-release .container {
  display: flex;
  justify-content: flex-end;
  padding: 0px 20px 0px;
}
.container-press-release .press-release .dropdown-container {
  position: relative;
  width: 210px;
}
.container-press-release .press-release .dropdown-button {
  display: flex;
  flex-direction: row;
  position: relative;
  display: inline-block;
}
.container-press-release .press-release .dropdown-button input {
  width: 100%;
  height: 36px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #a7a9b1;
  padding: 5px 15px 5px 20px;
  border: 2px solid #dcdee4;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  outline: none;
}
.container-press-release .press-release .dropdown-button input:hover {
  border-color: #424244;
}
.container-press-release .press-release .dropdown-button .down-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  fill: #888;
  pointer-events: none;
}
.container-press-release .press-release .dropdown-button--focus .down-icon {
  transform: translateY(-50%) rotate(180deg);
}
.container-press-release .press-release .dropdown-button:hover .down-icon img {
  filter: invert(95%) sepia(4%) saturate(0%) hue-rotate(180deg) brightness(70%) contrast(88%);
}
.container-press-release .press-release .dropdown-content {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  width: 210px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0px 11px 30px;
  height: 245px;
}
.container-press-release .press-release .search .search-container {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 36px;
}
.container-press-release .press-release .search .media-search-input {
  font-weight: 500;
  color: #6f6f74;
  padding: 10px 45px 10px 20px;
  font-size: 16px;
  border-radius: 18px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #edeef1;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  outline: none;
}
.container-press-release .press-release .search .search-icon {
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #888;
  transition: filter 0.9s ease;
  cursor: pointer;
}
.container-press-release .press-release .search-container:hover .search-icon img {
  filter: invert(55%) sepia(4%) saturate(0%) hue-rotate(180deg) brightness(94%) contrast(88%);
}
.container-press-release .press-release .tabs-wrapper {
  padding: 0px 9px;
}
.container-press-release .press-release .tabs {
  display: flex;
  padding: 12px 5px 10px;
  border-bottom: 1px solid #ccc;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.container-press-release .press-release .tabs .tab {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #6f6f74;
  display: flex;
}
.container-press-release .press-release .tabs .tab .down-icon {
  margin-left: 5px;
  padding-left: 0px;
  padding-right: 0px;
  transform: rotate(180deg) scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.container-press-release .press-release .tabs .active {
  color: #000000;
}
.container-press-release .press-release .tabs .active .down-icon {
  transform: rotate(0) scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.container-press-release .press-release .tabs .year-container,
.container-press-release .press-release .tabs .month-container {
  display: flex;
  align-items: center;
}
.container-press-release .press-release .tabs div {
  cursor: pointer;
}
.container-press-release .press-release .tab-content {
  display: none;
  margin-top: 29px;
  padding: 0px 9px;
  overflow-x: hidden;
}
.container-press-release .press-release .tab-content.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  height: 145px;
  color: #000000;
  font-weight: 500;
}
.container-press-release .press-release .tab-content span {
  border-radius: 5px;
  font-size: 15px;
  line-height: 12.5px;
  color: #a7a9b1;
  cursor: pointer;
  text-align: center;
}
.container-press-release .press-release .tab-content span.active {
  color: #000000;
}
.container-press-release .press-release .tab-content span:not(.active):hover {
  color: #6f6f74;
}
.container-press-release .press-release .tab-content span.disable {
  color: #dcdee4;
}
.container-press-release .press-release .header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin: 20px 0;
}
.container-press-release .press-release .header .calendar-input {
  width: 215px;
  height: 85px;
  display: flex;
  align-items: flex-end;
  font-size: 28px;
  font-weight: 500;
  margin-right: 15px;
}
.container-press-release .press-release .header .calendar-input .date-input {
  height: 50px;
  border-radius: 2px;
}
.container-press-release .pagination-container {
  margin-top: 60px;
  margin-bottom: 80px;
}
.container-press-release .main-content-press {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  border-top: 1px solid #dcdee4;
  border-bottom: 1px solid #dcdee4;
}
.container-press-release .main-content-press .list-group-data {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.container-press-release .main-content-press .list-group-data .img-container {
  width: 335px;
  height: 188px;
  overflow: hidden;
  border-radius: 14px;
}
.container-press-release .main-content-press .list-group-data .image-thumbnail {
  width: 335px;
  height: 188px;
  border-radius: 14px;
  transition: transform 0.8s ease;
  object-fit: cover;
}
.container-press-release .main-content-press .list-group-data:hover .image-thumbnail {
  transform: scale(1.05);
}
.container-press-release .main-content-press .list-group-data .list-group-imgs {
  height: 188px;
  width: 335px;
  cursor: pointer;
}
.container-press-release .main-content-press .list-group-data:first-child {
  margin-top: 60px;
}
.container-press-release .main-content-press .list-group-data:last-child {
  margin-bottom: 60px;
}
.container-press-release .main-content-press .list-group-data + .list-group-data {
  margin-top: 60px;
}
.container-press-release .main-content-press .list-group-items {
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 188px;
  width: 905px;
}
.container-press-release .main-content-press .list-group-items .list-group-item-title {
  color: #222224;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-press-release .main-content-press .list-group-items .list-group-item-description {
  color: #6f6f74;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.09px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container-press-release .main-content-press .list-group-items .list-group-item-description p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-press-release .main-content-press .list-group-items .list-group-item-description p > * {
  color: #6f6f74 !important;
  font-size: 16px !important;
  line-height: 19.09px !important;
  font-weight: 500 !important;
}
.container-press-release .main-content-press .list-group-items .list-group-item-date {
  color: #a7a9b1;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.container-press-release .main-content-press .list-group-items p {
  margin: 0;
}
.container-press-release .main-content-press .no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 240px 0px 270px;
}
.container-press-release .main-content-press .no-data .no-data-title {
  color: #222224;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 1240px;
  word-wrap: break-word;
}
.container-press-release .main-content-press .no-data .no-data-button {
  cursor: pointer;
  margin-top: 20px;
  color: #a7a9b1;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.container-press-release .main-content-press .no-data .no-data-button .back-icon {
  margin-right: 10px;
}
.container-press-release .main-content-press .no-data .no-data-button:hover {
  color: #6f6f74;
}

@media (max-width: 1279px) {
  .container-press-release {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .container-press-release .press-release {
    width: 100%;
  }
  .container-press-release .press-release .header {
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 60px 0 40px;
  }
  .container-press-release .press-release .header .container {
    width: 230px;
    padding: 0px;
  }
  .container-press-release .press-release .main-content-press {
    margin-top: -1px;
  }
  .container-press-release .press-release .main-content-press .no-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 160px 0px 160px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-title {
    font-size: 34px;
    max-width: 610px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-button {
    margin-top: 20px;
    font-size: 28px;
    line-height: 33.41px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-button .back-icon {
    margin-right: 10px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-button:hover {
    color: #6f6f74;
  }
  .container-press-release .press-release .list-group-data {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .container-press-release .press-release .list-group-data .list-group-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    height: auto;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    color: #222224;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-description {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    color: #6f6f74;
    margin-top: 30px;
    gap: 16px;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-description p > * {
    font-size: 26px !important;
    line-height: 44px !important;
    font-weight: 400 !important;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-date {
    font-size: 22px;
    font-weight: 300;
    line-height: 26.25px;
    color: #a7a9b1;
  }
  .container-press-release .press-release .list-group-data .list-group-imgs {
    width: 100%;
    height: 377px;
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .container-press-release .press-release .list-group-data .img-container {
    width: 100%;
    height: 377px;
    border-radius: 16px;
  }
  .container-press-release .press-release .list-group-data .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .container-press-release .press-release .list-group-data .image-thumbnail {
    width: 670px;
    height: 377px;
  }
  .container-press-release .press-release .list-group-data:first-child {
    margin-top: 79px;
  }
  .container-press-release .press-release .list-group-data + .list-group-data {
    margin-top: 100px;
  }
  .container-press-release .press-release .dropdown-container {
    width: 230px;
    display: flex;
  }
  .container-press-release .press-release .dropdown-container .dropdown-button {
    width: 100%;
  }
  .container-press-release .press-release .dropdown-container .dropdown-button input {
    height: 60px;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.03px;
  }
  .container-press-release .press-release .dropdown-container .dropdown-button .down-icon {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .container-press-release .press-release .dropdown-content {
    display: none;
    top: 80px;
    width: 480px;
    height: 553px;
    padding: 35px 40px 80px;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper {
    padding: 0px;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs {
    padding: 0px;
    gap: 30px;
    padding-bottom: 35px;
    justify-content: center;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .tab {
    display: flex;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .tab .down-icon {
    display: flex;
    transform: rotate(180deg) scale(1.5);
    transition: transform 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .active .down-icon {
    top: -3px;
    transform: rotate(0) scale(1.5);
    transition: transform 0.3s ease-in-out;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .active .down-icon img {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .container-press-release .press-release .dropdown-content .tab-content {
    margin-top: 80px;
    padding: 0px 35px;
  }
  .container-press-release .press-release .dropdown-content .tab-content.active {
    gap: 60px;
    height: 292px;
  }
  .container-press-release .press-release .dropdown-content .tab-content span {
    padding: 0px;
    width: 70px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }
  .container-press-release .press-release .search {
    display: flex;
    width: 100%;
  }
  .container-press-release .press-release .search form {
    width: 100%;
  }
  .container-press-release .press-release .search form .search-container {
    display: flex;
    width: 100%;
    min-width: 420px;
    height: 60px;
  }
  .container-press-release .press-release .search form .media-search-input {
    height: 60px;
    border-radius: 30px;
    padding: 14px 70px 14px 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #6f6f74 !important;
  }
  .container-press-release .press-release .search form .search-icon {
    height: 30px;
    width: 30px;
    right: 20px;
    margin-top: 4px;
  }
  .container-press-release .press-release .months-content {
    overflow-y: hidden;
  }
  .container-press-release .pagination-container {
    margin-top: 80px;
    margin-bottom: 160px;
  }
}
@media (max-width: 768px) {
  .container-press-release {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 432px;
    margin-top: 35px;
  }
  .container-press-release .press-release .header {
    margin: 30px 0 20px;
    gap: 10px;
    justify-content: space-between;
  }
  .container-press-release .press-release .header .container {
    padding: 0px;
    width: 115px;
    margin-left: 0;
    margin-right: 0;
  }
  .container-press-release .press-release .main-content-press {
    margin-top: -0.5px;
  }
  .container-press-release .press-release .main-content-press .no-data {
    padding: 80px 0px 80px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-title {
    font-size: 17px;
    max-width: 305px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-button {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16.705px;
  }
  .container-press-release .press-release .main-content-press .no-data .no-data-button .back-icon {
    margin-right: 5px;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-title {
    font-size: 17px;
    line-height: 22px;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-description {
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 8px;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-description p > * {
    font-size: 13px !important;
    line-height: 17px !important;
  }
  .container-press-release .press-release .list-group-data .list-group-items .list-group-item-date {
    font-size: 11px;
    line-height: 13.125px;
  }
  .container-press-release .press-release .list-group-data .list-group-imgs {
    width: 100%;
    height: 188.5px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .container-press-release .press-release .list-group-data .img-container {
    width: 100%;
    height: 188.5px;
    border-radius: 8px;
  }
  .container-press-release .press-release .list-group-data .img-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .container-press-release .press-release .list-group-data .image-thumbnail {
    width: 335px;
    height: 188.5px;
  }
  .container-press-release .press-release .list-group-data:first-child {
    margin-top: 39.5px;
  }
  .container-press-release .press-release .list-group-data + .list-group-data {
    margin-top: 50px;
  }
  .container-press-release .press-release .dropdown-container {
    width: 115px;
  }
  .container-press-release .press-release .dropdown-container .dropdown-button input {
    height: 30px;
    padding: 7.5px 15px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 15.515px;
    border-width: 1px;
  }
  .container-press-release .press-release .dropdown-container .dropdown-button .down-icon {
    width: 15px;
    height: 15px;
    right: 10px;
    display: flex;
    align-items: center;
  }
  .container-press-release .press-release .dropdown-content {
    display: none;
    top: 40px;
    width: 240px;
    height: 276.5px;
    padding: 0px 20px 40px;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs {
    padding: 17.5px 36px;
    gap: 25px;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .tab {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    position: relative;
    gap: 5px;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .tab .down-icon {
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
  }
  .container-press-release .press-release .dropdown-content .tabs-wrapper .tabs .active .down-icon {
    width: 10px;
    height: 10px;
    justify-content: center;
    align-items: center;
  }
  .container-press-release .press-release .dropdown-content .tab-content {
    margin-top: 40px;
    padding: 0px 28px;
  }
  .container-press-release .press-release .dropdown-content .tab-content.active {
    gap: 30px;
    height: 146px;
  }
  .container-press-release .press-release .dropdown-content .tab-content span {
    padding: 0px;
    width: 27.5px;
    font-size: 14px;
    line-height: 14px;
  }
  .container-press-release .press-release .search form .search-container {
    height: 30px;
    min-width: 210px;
  }
  .container-press-release .press-release .search form .search-container .media-search-input {
    height: 30px;
    border-radius: 15px;
    padding: 7px 35px 7px 15px;
    font-size: 13px;
    line-height: 16px;
  }
  .container-press-release .press-release .search form .search-container .search-icon {
    height: 15px;
    width: 15px;
    right: 10px;
    margin-top: 1px;
    display: flex;
    align-items: center;
  }
  .container-press-release .press-release .months-content {
    overflow-y: hidden;
  }
  .container-press-release .pagination-container {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
