.section-search-news,
.section-content {
    height: max-content;
}
#appNewsPage .body-of-content.is-nav-show {
    padding-top: 0 !important;
}
.pad-top-20 {
    padding-top: 1.25rem;
}
.pad-bot-20 {
    padding-bottom: 1.25rem;
}
.pad-top-30 {
    padding-top: 1.875rem;
}
.pad-bot-30 {
    padding-bottom: 1.875rem;
}
.pad-x-30 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
.mar-bot-20 {
    margin-bottom: 1.25rem;
}
.mar-top-20 {
    margin-top: 1.25rem;
}
/* Filter and Order */
.container-filter-order {
    display: grid;
}
.dropdown-item.sortUrutkan,
.dropdown-item.sortUrutkan:focus {
    border: none;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
/* Card News */
.wrapper-list-article {
    display: grid;
    gap: 1.75rem;
}
.card-berita {
    width: 100%;
    border-radius: 1.25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2),
        0 0 10px 0 rgba(0, 0, 0, 0.19);
    border: 0;
    height: 24rem;
    position: relative;
}
.wrapper-label {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    width: max-content;
    height: max-content;
    background-color: #fafafa;
    border-radius: 0.75rem;
    padding: 0.25rem 0.75rem;
}
.wrapper-label span {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1;
    color: #203fab;
}
.card-img-top-news {
    height: 15rem;
    max-height: 15rem;
    position: relative;
    border-radius: 18px 18px 0 0;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.jenis-news {
    color: #203fab;
}
.title-news {
    color: #000;
    font-weight: 700;
    font-size: 1em;
    -webkit-line-clamp: 2;
}
.desc-news {
    color: #707070;
    -webkit-line-clamp: 3;
}
.title-line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jenis-news,
.desc-news {
    font-weight: 600;
    font-size: 0.75em;
}
.title-news,
.desc-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Content News */
.content-news-detail,
.container-info-detail {
    display: grid;
}
.img-thumbnail-news {
    width: 100%;
    height: 100%;
    max-height: 36rem;
    object-fit: cover;
}
.news-title-detail,
.news-date-detail,
.news-topik-detail {
    font-weight: 700;
}
.wrapper-date-detail {
    display: grid;
    grid-template-columns: 1.875rem 1fr;
    column-gap: 1rem;
}
.news-penulis-detail {
    font-size: 1em;
}
.hor-line-yellow {
    width: 1.875rem;
    line-height: 0;
    border-bottom: 3px solid #fdd314;
}
.hor-line-gray {
    width: 100%;
    line-height: 0;
    border-bottom: 1px solid #d9d9d9;
}
.news-terbaru-title {
    font-size: 2em;
    font-weight: 800;
}
.blue-capsule {
    width: max-content;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    color: #3cc0fe;
    border: 1px solid #3cc0fe;
    font-size: 0.875em;
    margin-right: 0.5rem;
}
.blue-capsule:last-of-type {
    margin-right: 0;
}
.yellow-capsule {
    width: max-content;
    padding: 0.25rem 1rem;
    border-radius: 1rem;
    color: #000;
    border: 1px solid #fdd314;
    font-size: 0.875em;
    font-weight: 600;
    margin-right: 0.5rem;
}
.yellow-capsule:last-of-type {
    margin-right: 0;
}
.yellow-capsule:hover {
    background-color: #fdd314;
    text-decoration: none;
    color: #000;
}
/* Artikel Lain */
.wrapper-article-other {
    display: grid;
    column-gap: 1.25rem;
}
.container-img-thumb {
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.zoom-animation-hover:hover .img-article-other {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.img-article-other {
    object-fit: cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.date-article-other,
.title-article-other {
    font-weight: 700;
}
.title-article-other {
    color: blue;
    font-size: 0.875em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.btn-all-articles,
.btn-all-articles:hover {
    width: 100%;
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    color: #3cc0fe;
    border: 1px solid #3cc0fe;
    font-size: 0.875em;
    margin-right: 0.5rem;
}
/* Conatainer CMS */
.container-cms {
    word-break: break-word;
}
.container-cms div {
    width: 100% !important;
}
.container-cms p {
    margin-block-end: 1em;
}
.container-cms p:last-of-type {
    margin-block-end: 0;
}
.container-cms ul,
.container-cms ol {
    margin-block-start: 1em;
    margin-block-end: 1em;
}
.container-cms ul {
    padding-inline-start: 0.9rem;
}
.container-cms ol {
    padding-inline-start: 1.1rem;
}
.container-cms h2,
.container-cms h3 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    font-weight: 600;
    line-height: 1.5;
}
.container-cms img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 100%;
    /* max-height: 36rem; */
    object-fit: contain;
    border-radius: 0 !important;
    margin: 0.75rem auto;
}
.container-cms strong {
    font-weight: 600 !important;
}
.container-cms table {
    width: 100%;
    margin-bottom: 0.5rem;
}
.container-cms table,
.container-cms tr,
.container-cms td,
.container-cms th {
    border: solid 1px;
    padding: 2px 6px;
}

.container-cms a {
    color: blue;
    font-weight: 600;
}

.news-advpopup-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.news-advpopup-background.show {
    display: flex;
    opacity: 1;
}
.news-advpopup-wrapper {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    animation: slideIn 0.5s ease forwards;
}
.news-advpopup-wrapper:hover {
    text-decoration: none;
}
.news-advpopup-wrapper.v1 .news-advpopup__header-illustration {
    width: 166px;
    position: absolute;
    top: -2%;
    left: 12%;
    z-index: 1;
}
.news-advpopup-wrapper .news-advpopup__header-illustration {
    width: 280px;
    position: absolute;
    top: -2%;
    left: 6%;
    z-index: 1;
}
.news-advpopup-wrapper.v3 .news-advpopup__header-illustration {
    width: 208px;
    position: absolute;
    top: -2%;
    left: 13%;
    z-index: 1;
}
.news-advpopup-wrapper .baloon-anchor {
    display: none;
}
.news-advpopup-wrapper.v1 .baloon-anchor {
    display: inline;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 36px solid #fdd314;
    position: absolute;
    top: 17%;
    right: 20%;
    z-index: 1;
}
.news-advpopup-content {
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: 280px;
    text-align: center;
    margin-top: 7.65em;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
}
.news-advpopup-wrapper.v1 .news-advpopup-content {
    width: 260px;
}
.news-advpopup-wrapper.v3 .news-advpopup-content {
    margin-top: 7.5em;
}
.news-advpopup-header {
    background-color: #fbd406;
    padding: 0.5em 1em;
    height: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.news-advpopup-wrapper.v3 .news-advpopup-header {
    padding: 2.25em 1em 0.5em 1em;
}
.news-advpopup-wrapper .news-advpopup-header svg {
    display: none;
}
.news-advpopup-wrapper.v2 .news-advpopup-header svg {
    display: inline;
}
.news-advpopup-wrapper .news-advpopup-header .emoji {
    display: none;
}
.news-advpopup-wrapper.v3 .news-advpopup-header .emoji {
    display: inline;
}
.news-advpopup-wrapper.v3 .news-advpopup-header .emoji {
    width: 3.25em;
    position: absolute;
    z-index: 1;
}
.news-advpopup-wrapper.v3 .news-advpopup-header .eyeglass-emoji {
    top: 24%;
    left: -8%;
}
.news-advpopup-wrapper.v3 .news-advpopup-header .excited-emoji {
    top: 28%;
    right: -8%;
}
.news-advpopup-header-title {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.news-advpopup-wrapper.v1 .news-advpopup-header-title {
    align-items: center;
}
.news-advpopup-wrapper .news-advpopup-header-title img {
    display: none;
}
.news-advpopup-wrapper.v1 .news-advpopup-header-title {
    display: flex;
    flex-direction: column;
}
.news-advpopup-wrapper.v1 .news-advpopup-header-title img {
    display: inline;
    width: auto;
    height: 20px;
}
.news-advpopup-header p.title {
    font-size: 1.25em;
    font-weight: 800;
    color: #000;
    line-height: normal;
}
.news-advpopup-header p.subtitle {
    font-size: 1.05em;
    font-weight: 700;
    color: #000;
    line-height: normal;
}
.news-advpopup-wrapper.v1 h2 {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 0.7;
}
.news-advpopup-wrapper.v1 h2 .highlight {
    font-size: 1.5em;
    font-weight: 800;
}
.news-advpopup-wrapper.v1 h2 span::after {
    content: "";
    display: block;
}
.news-advpopup-body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.news-content {
    width: 100%;
    height: fit-content;
    padding: 0.5em 1.25em 0.5em 1.25em;
    text-align: left;
}
.news-advpopup-wrapper.v1 .news-advpopup-body img {
    height: 136px;
}
.news-advpopup-body img {
    width: 100%;
    height: 156px;
    object-fit: cover;
}
.news-advpopup-wrapper.v3 .news-advpopup-body img {
    height: 136px;
}
.news-content h3 {
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
}
.news-content p {
    margin: 0;
    color: #000;
}
.news-content .info-developer__adv {
    margin: 0.5em 0 0;
    font-size: 0.75em;
    font-weight: 400;
}
.news-content .info-developer__adv span {
    font-weight: 600;
}
.news-content .info-location__adv {
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1em;
    display: flex;
    align-items: center;
    padding: 0.5em 0.25em 0em 0.25em;
    gap: 4px;
}
.news-content .info-location__adv svg {
    width: 10px;
    min-width: 10px;
}
.news-content .info-price__adv {
    margin: 0.35em 0 0;
    font-size: 0.85em;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news-content .info-price__adv span {
    font-weight: 700;
    font-size: 1.05em;
    text-align: center;
}
.news-advpopup-footer {
    padding: 0 1.25em 1em 1.25em;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.btn-contact-adv.button-call-phone {
    width: 100%;
    height: 2.35em;
    border: 2px solid #000;
    border-radius: 8px;
}
.btn-contact-adv.button-call-whatsapp {
    width: 100%;
    height: 2em;
    background-color: #50bf31;
    color: #fff;
    border: 1px solid #fff0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.btn-contact-adv.button-call-whatsapp .fa-whatsapp {
    font-size: 1.25rem;
}
.btn-contact-adv.button-call-phone .fa-phone {
    font-size: 1rem;
}
.btn-contact-adv span {
    font-size: 0.85em;
    font-weight: 600;
}

/* WRAPPER PROPERTY RECOMMENDATION */
.wrapper-property-recommendation {
    text-decoration: none !important;
}

.wrapper-property-recommendation .image {
    width: 9rem;
    height: 5rem;
    max-height: 5rem;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.wrapper-property-recommendation .title {
    color: #595959;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0.2rem;
}

.wrapper-property-recommendation .price {
    color: #222222;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 0.2rem;
}

.wrapper-property-recommendation .badge {
    color: black;
}

/* SHIMMER */
.shimmer-loader::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -125%;
    width: 110%;
    height: 120%;
    background: linear-gradient(90deg, transparent 0%, rgb(255 255 255 / .3) 20%, rgb(255 255 255 / .8) 50%, rgb(255 255 255 / .3) 80%, transparent 100%);
    animation: skeleton 2s infinite ease-in;
    z-index: 1
}

.shimmer-loader {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    width: 100%
}

.shimmer-loader p {
    background: #E9E9E9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@keyframes skeleton {
    100% {
        left: 110%
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideOut {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}
.news-advpopup-wrapper.fadeOut {
    animation: slideOut 0.5s ease forwards;
}

.container-ads-sidebar {
    display: block;
}
.img-news-side__ads {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 350px) {
    .pad-x-30 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media only screen and (max-width: 575px) {
    /* News Card */
    .wrapper-list-article {
        grid-template-columns: 1fr;
    }
    /* Filter and Order */
    .container-filter-order {
        grid-template-columns: 1fr 1fr;
    }
    /* News Detail */
    .container-info-detail {
        grid-template-columns: 1fr;
        row-gap: 0.25rem;
    }
    .news-title-detail {
        font-size: 1.5rem;
    }
    .news-date-detail {
        font-size: 0.875em;
    }
    .news-topik-detail {
        font-size: 1.25em;
    }
    /* Content News */
    .content-news-detail {
        grid-template-columns: 1fr;
    }
    /* CMS */
    .container-cms p {
        font-size: 0.875em;
    }
    .container-cms h2 {
        font-size: 1em;
    }
    .container-cms h3 {
        font-size: 1em;
    }
    /* Artikel Lain */
    .wrapper-article-other {
        grid-template-columns: 7.5rem 1fr;
    }
    .img-article-other {
        width: 7.5rem;
        height: 5rem;
        max-height: 5rem;
    }
    .date-article-other {
        font-size: 0.75em;
    }
}
@media only screen and (min-width: 470px) {
    /* News Detail */
    .container-info-detail {
        grid-template-columns: 12.5rem 1fr;
    }
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    /* News Card */
    .wrapper-list-article {
        grid-template-columns: 1fr 1fr;
    }
    /* Filter and Order */
    .container-filter-order {
        grid-template-columns: 1fr 1fr;
    }
    /* News Detail */
    .news-title-detail {
        font-size: 1.5rem;
    }
    .news-date-detail {
        font-size: 0.875em;
    }
    .news-topik-detail {
        font-size: 1.25em;
    }
    /* Content News */
    .content-news-detail {
        grid-template-columns: 1fr;
    }
    /* CMS */
    .container-cms p {
        font-size: 0.875em;
    }
    .container-cms h2 {
        font-size: 1em;
    }
    .container-cms h3 {
        font-size: 1em;
    }
    /* Artikel Lain */
    .wrapper-article-other {
        grid-template-columns: 9rem 1fr;
    }
    .img-article-other {
        width: 9rem;
        height: 5rem;
        max-height: 5rem;
    }
    .date-article-other {
        font-size: 0.875em;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* Filter and Order */
    .container-filter-order {
        grid-template-columns: max-content max-content;
        column-gap: 1rem;
    }
    /* News Detail */
    .news-title-detail {
        font-size: 1.75rem;
    }
    .news-date-detail {
        font-size: 1em;
    }
    .news-topik-detail {
        font-size: 1.375em;
    }
    /* CMS */
    .container-cms p {
        font-size: 1em;
    }
    .container-cms h2 {
        font-size: 1.375em;
    }
    .container-cms h3 {
        font-size: 1.375em;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* News Card */
    .wrapper-list-article {
        grid-template-columns: repeat(3, 1fr);
    }
    /* Content News */
    .content-news-detail {
        grid-template-columns: 1fr 20rem;
        column-gap: 1.5rem;
    }
    /* Artikel Lain */
    .sticky-side {
        position: sticky;
        top: 3.25rem;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* Content News */
    .content-news-detail {
        grid-template-columns: 1fr 23rem;
        column-gap: 2.5rem;
    }
}
/* Select2 Modal Filter */
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0 0.75rem !important;
}
.select2-container--default .select2-selection--multiple {
    height: 100% !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #fdd314 !important;
    border: 1px solid #ffe263 !important;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #000 !important;
    margin-right: 0.25rem !important;
}
