
/********************************************************************************** General */
.tx_news_list hr {
    border-color: #DEE2ED;
}

/********************************************************************************** Tags filter */
ul.Tagsfilter  {
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 16px;
}
ul.Tagsfilter .h2{
    margin-bottom: 40px;
}
ul.Tagsfilter {
    flex-wrap: wrap;
    justify-content: left;
}
ul.Tagsfilter li {
    margin-right: 16px;
}
ul.Tagsfilter li:last-child {
    margin-right: 0;
}
ul.Tagsfilter li  {
    border-radius: 25px;
    background: #D9E4FE;
    padding: 8px 16px;
    color: #1F2E53;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    margin: 0 8px 8px 0;
}
.tx_news_list ul.Tagsfilter li {
    cursor: pointer;
}
ul.Tagsfilter li button  {
    background: transparent;
    border: 0;
}
.tx_news_list ul.Tagsfilter li.active,
.tx_news_list ul.Tagsfilter li.active:hover,
.tx_news_list ul.Tagsfilter li:hover {
    color: #fff !important;
    background: #4277FC !important;
}
.filterArticle  ul.Tagsfilter li {
    pointer-events: none;
}
@media (max-width: 699px) {
    ul.Tagsfilter  {
        justify-content: left;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
}

/*
* Dark mode
*/
.dark ul.Tagsfilter li{
  border: 1px solid #141E39;
  background: #1F2E53;
}
ul.Tagsfilter li:hover .tag-icon {
    filter: invert(100%) brightness(1.2);
}

/********************************************************************************** Filter categories */
.Category li{
    margin: 0;
    list-style: none;
}
.Category span.h5{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 32px 0 24px 0;
    display: block;
    color:#1F2E53;
}
.Category .filter-box {
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    background: #F6F7FA;
    height: 48px;
    padding: 12px 16px;
    cursor:pointer;
}
.Category .filter-box.is-open {
    background: transparent;
    border: 1px solid #4277FC;
    height: unset;
}
.Category .filter-toggle  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
}
.Category .filter-box .txtInfo {
    color: #A4AABA;
}
.Category .chevron {
    transition: transform .2s ease;
}
.Category .chevron.rotated {
    transform: rotate(180deg);
}
.Category .filter-panel {
    margin-top: 22px;
}
.Category #catFilterPanel[data-option="open"] {
    display: block;
}
.Category #catFilterPanel[data-option="closed"] {
    display: none;
}
.Category .checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    flex-direction: column;
}
.Category .checkbox-grid label {
    font-weight: 400;
    color:#1F2E53;
}
ul.listCategory {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
}
ul.listCategory li {
    color: #1F2E53;
    margin: 0;
}
ul.listCategory img {
    min-width: 24px;
    min-height: 24px;
    margin-right: 8px;
}
@media (max-width: 700px) {
    .Category .filter-box,
    .Category .filter-panel {
        margin-bottom: 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .Category {
        margin-top: 22px;
    }
    .Category .filter-box,
    .Category .filter-panel {
        margin-bottom: 22px;
    }
    .Category .checkbox-grid {
    flex-direction: unset;
}
}

/*
** Custom checkbox **
*/
.Category .checkbox-grid .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  user-select: none;
}
.Category .checkbox-grid .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.Category .checkbox-grid .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #DEE2ED;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.Category .checkbox-grid .custom-checkbox:hover input ~ .checkmark {
  border-color: #4277FC;
}
.Category .checkbox-grid .custom-checkbox input:checked ~ .checkmark {
  background-color: #4277FC;
  border-color: #4277FC;
}
.Category .checkbox-grid .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.Category .checkbox-grid .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.Category .checkbox-grid .custom-checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


/********************************************************************************** NoImage */
.no-media-element {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/********************************************************************************** Scroll element */
.llmMode {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

/********************************************************************************** Scroll element */
.scroll-left {
    max-height: calc(100vh - 136px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.scroll-left::-webkit-scrollbar {
    display: none;
}
@media (max-width: 700px) {
    .scroll-left {
        max-height: unset;
        padding-right: 0;
    }
}


/********************************************************************************** Table element */
@media screen and (max-width: 768px) {
    table.table, tr, td {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        border: 0 !important;
    }
    table.table thead {
        display: none;
    }
    table.table:not(:has(thead)) tr:first-child {
        display: none;
    }
    tr {
        background: #DEE2ED;
        margin: 0 0 10px 0;
        border-radius: 8px;
    }
    td {
        position: relative;
    }
    td::before {
        content: attr(data-label);
        font-weight: 500;
    }
    .rte td p {
        margin-bottom: 0;
    }
}


/********************************************************************************** Search element */
.newsSearch {
    width: 100%;
    max-width: 500px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #DEE2ED;
    background: #F6F7FA;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}
.newsSearch input {
    width: 92%;
    border-radius: 8px;
    border: 0;
    padding: 8px 16px;
    background: #F6F7FA;
}
.newsSearch input:focus,
.newsSearch input:focus-visible {
    outline: 0;
}
.newsSearch img[src$=".svg"] {
    max-width: 20px;
}
