#appFeedbackPage .body-of-content.is-nav-show,
#appRegisterPropertyPage .body-of-content.is-nav-show,
#appRequestPropertyPage .body-of-content.is-nav-show,
#appPropertySupportPage .body-of-content.is-nav-show {
    padding-top: 0 !important;
}
.section-bantuan-banner {
    background-color: #3cc0fe;
    position: relative;
}
.container-brigita {
    height: inherit;
    position: relative;
}
.container-text-banner {
    position: absolute;
    z-index: 1;
}
.img-brigita {
    object-fit: contain;
    position: absolute;
}
.title-banner {
    font-weight: 800;
    color: #fff;
}
.btn-whatsapp {
    background-color: black;
    color: white;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 10px;
    padding: 0.575rem 0.75rem;
}
.btn-whatsapp:hover {
    color: #fdd314;
}
.btn-option-bantuan,
.btn-option-bantuan:focus {
    width: inherit;
    border-radius: 15px;
    /* box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important;
  -moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1) !important; */
    font-weight: 800;
    color: #5b5b5b;
}
.btn-option-bantuan.active {
    background-color: #fdd314;
}
.titip-properti-title {
    font-weight: 800;
    color: black;
}
.input-form-style,
.text-area-form-style,
.select2.select2-container .select2-selection {
    border-radius: 0.625rem;
    border: 1px solid #c6c6c6;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19); */
}
.input-form-style:focus,
.text-area-form-style:focus {
    outline: 0 !important;
    border: 2px solid #fdd314;
    padding-left: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19) !important;
}
.input-form-style::placeholder,
.text-area-form-style::placeholder {
    font-style: normal;
}

/* .selected-grey {
  color: #5b5b5b;
} */

.input-form-style,
.text-area-form-style {
    width: inherit;
}
.text-area-form-style {
    resize: none;
    padding: 0.5rem 1rem;
}
.select2.select2-container {
    width: 100% !important;
}
.input-form-style,
.select2.select2-container .select2-selection {
    height: 2.5rem;
    padding: 0 1rem;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
    align-items: center;
    padding: 0.35rem 0 0 0;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
    height: 2.5rem;
    width: 2rem;
}
.select2-container .select2-dropdown {
    background: #fff;
}
.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border-radius: 0.625rem;
    padding: 0.25rem 0.5rem !important;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    color: black;
}
.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 1px 10px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 0 20px 20px;
}
.select2-container
    .select2-dropdown
    .select2-results
    ul
    .select2-results__option--highlighted[aria-selected] {
    background-color: #fdd314;
}
.title-detail-titip {
    font-weight: 700;
    font-size: 1.5rem;
}
.title-heading-bold {
    font-weight: 700;
    font-size: 1.25rem;
}
.subtitle-heading-regular {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
}
.subtitle-heading-bold {
    font-weight: 700;
    font-size: 1rem;
    color: #000000;
}
/* Radio Button */
.container-radio {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1rem;
    padding-left: 42px;
    margin-top: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5b5b5b;
}
.container-radio input,
.checkmark,
.checkmark:after {
    position: absolute;
}
.container-radio input {
    display: none;
    cursor: pointer;
}
.checkmark {
    top: -4px;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: #fff;
    border: 1px solid #404041;
    border-radius: 50%;
}
.checkmark:after {
    content: "";
    display: none;
}
.container-radio input:checked ~ .checkmark:after {
    display: block;
}
.container-radio .checkmark:after {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #404041;
}
.input-location-area {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 0.75rem;
}
.btn-lihat-semua-pilihan {
    font-weight: 600;
    padding: 0.5rem 2rem;
}
.btn-lihat-semua-pilihan {
    background-color: #fdd314;
    color: black;
    border-radius: 1.25rem;
    border: none;
    width: 100%;
}
.btn-lihat-semua-pilihan:hover {
    color: white;
}
.btn-upload-gambar {
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 2rem;
    background-color: #d0cccc;
    color: black;
    border-radius: 10px;
    border: none;
    width: 100%;
}
.modal-header-failed {
    background-color: #f8d7d9;
}
.modal-title-failed {
    color: #7b272e;
}
.modal-header-success {
    background-color: #d4edd9;
}
.modal-title-success {
    color: #145824;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}
.capital {
    text-transform: capitalize;
}
.delBtn {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    font-weight: bold;
}
.section-stepper {
    width: 100%;
    text-align: center;
}
.section-stepper h1 {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.8rem;
}
.stepper-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.stepper-item img {
    width: 130px;
    height: 130px;
}
.stepper-item h2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.45rem;
    margin-top: 0.85rem;
}
.section-stepper p {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 0.85rem;
    margin-top: 0.85rem;
}
.content-titip-properti.border-shadow {
    border: 1px solid #ffd400;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.titipcari-sideads {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    padding: 0px;
}
.titipcari-sideads img {
    width: 100%;
}
.section-titipcari {
    gap: 4px;
    padding: 0px;
}
.side-bantuan-brigita {
    width: 100%;
    background-color: #ffd400;
}
.titipcari-sideads .btn-whatsapp {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.575rem 0.5rem;
}

@keyframes saving-btn__animated-blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.btn-lihat-semua-pilihan .saving-btn__animated {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 32px;
}

.btn-lihat-semua-pilihan .saving-btn__animated span {
    animation-name: saving-btn__animated-blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: 32px;
    margin-bottom: 4px;
}

.btn-lihat-semua-pilihan .saving-btn__animated span:nth-child(2) {
    animation-delay: 0.2s;
}

.btn-lihat-semua-pilihan .saving-btn__animated span:nth-child(3) {
    animation-delay: 0.4s;
}

.section-rekomendasi {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 2rem;
}

.section-emptystate {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
}

.section-emptystate .empty-message {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 2rem;
}

.section-emptystate .empty-message.bottom {
    margin-top: -2rem;
    margin-bottom: 1.5rem;
}

.section-emptystate .empty-message-title {
    font-size: 1.25rem;
    line-height: 1.35rem;
    padding: 0.75rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.section-emptystate .empty-message p {
    font-size: 1.25rem;
    line-height: 1.35rem;
    padding: 0.75rem;
    font-weight: 700;
}

.empty-message__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.section-emptystate .empty-message .subtitle {
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 0rem 0.75rem;
    font-weight: 600;
}

.empty-message button:hover {
    background: #fbd406;
    font-weight: 700;
}

.rekomendasi-agen__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.rekomendasi-item {
    width: 280px;
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    color: #212529;
    background: white;
    padding: 40px;
    gap: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px #00000040;
}

.rekomendasi-item .rekomendasi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.rekomendasi-item .agent-photo {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    object-fit: cover;
}

.rekomendasi-item .agent-name {
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rekomendasi-item .agent-name span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    line-height: 1.2;
}

.rekomendasi-item .agent-name span img {
    vertical-align: middle;
    width: 1rem;
}

.rekomendasi-item .agent-info {
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
    margin: auto 0;
}

.rekomendasi-item .agent-recommendation__wrapper {
    width: 100%;
}

.btn-contact-rekomendasi-agen {
    background: #25d366;
    border-radius: 10px;
    color: #ffffff;
    padding: 0 2rem;
    width: 100%;
    font-weight: 700;
    font-size: 0.75rem;
    height: 40px;
}

.rekomendasi-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
}

.rekomendasi-agen__loadmore {
    width: 100%;
    display: flex;
    justify-content: center;
}

.rekomendasi-agen__loadmore .btn-loadmore {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
    border: 1px solid #000000;
    border-radius: 10px;
}

/* Responsive */
@media only screen and (max-width: 1023px) {
    .rekomendasi-agen__items {
        max-width: 900px;
    }
}

@media only screen and (max-width: 767px) {
    .rekomendasi-agen__items {
        width: 100%;
        max-width: 100%;
        gap: 1.5rem;
    }

    .rekomendasi-item {
        grid-template-columns: fit-content(100%) fit-content(100%) 1fr;
        justify-items: start;
        justify-content: start;
        align-items: center;
        padding: 1.5rem;
        gap: 1.5rem;
        width: 100%;
    }

    .rekomendasi-item .agent-name {
        height: unset;
        justify-content: flex-start;
    }

    .rekomendasi-item .rekomendasi-content {
        width: auto;
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .rekomendasi-item .agent-info {
        text-align: left;
    }

    .rekomendasi-item .agent-recommendation__wrapper {
        width: auto;
    }

    .container.new-titipcari {
        max-width: 733px;
    }
    .section-titipcari {
        flex-direction: column;
    }
    .stepper-item h2 {
        font-size: 1.15rem;
        line-height: 1.5rem;
    }
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 575px) {
    .section-bantuan-banner {
        height: 19.5rem;
    }
    .img-brigita {
        height: 60%;
        width: auto;
        right: 1rem;
        top: 2rem;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding: 0 1rem;
    }
    .container-text-banner.show-nav {
        top: 3.25rem;
    }
    .container-text-banner.hide-nav {
        top: 2.5rem;
    }
    .title-banner {
        font-size: 2rem;
    }
    .btn-whatsapp {
        width: 50%;
    }
    .titip-properti-title {
        font-size: 1.25rem;
    }
    .input-form-style::placeholder,
    .text-area-form-style::placeholder {
        font-weight: 400;
    }
    .g-recaptcha {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .title-hubungi-feedback {
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 800;
    }
    .btn-whatsapp {
        width: 70%;
    }
    .rekomendasi-agen__wrapper .btn-whatsapp {
        width: 100%;
    }
    .rekomendasi-agen__wrapper .btn-whatsapp {
        font-size: 0.9rem;
    }
    .container-radio {
        font-size: 0.85rem;
    }
    .stepper-card {
        gap: 0.65rem;
    }
    .section-stepper h1 {
        font-size: 1.625rem;
    }
    .stepper-item img {
        width: 92px;
        height: 92px;
    }
    .stepper-item h2 {
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 0.5rem;
    }
    .stepper-item h2 br {
        display: none;
    }
    .section-titipcari {
        flex-direction: column;
        gap: 8px;
    }
    .checkmark {
        top: -6px;
    }
    .rekomendasi-item {
        padding: 18px;
    }
    .rekomendasi-item .agent-name {
        font-size: 0.875rem;
    }
    .rekomendasi-item .agent-name span {
        font-size: 0.75rem;
    }
    .rekomendasi-item .agent-photo {
        width: 112px;
        height: 112px;
    }
    .btn-contact-rekomendasi-agen {
        padding: 0 1rem;
        height: 32px;
    }
    .section-emptystate img {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 424px) {
    .stepper-card {
        gap: 0.5rem;
    }
    .stepper-item h2 {
        font-size: 0.9rem;
        line-height: 0.9rem;
    }
}

@media only screen and (max-width: 376px) {
    .stepper-card {
        gap: 0.65rem;
    }
    .stepper-item h2 {
        font-size: 0.85rem;
        line-height: 0.85rem;
    }
    .rekomendasi-agen__loadmore .btn-loadmore {
        padding: 0.85rem;
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 336px) {
    .section-stepper h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .stepper-item img {
        width: 86px;
        height: 86px;
    }
    .stepper-card {
        gap: 0.25rem;
    }
    .stepper-item h2 {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }
    .rekomendasi-item .agent-photo {
        width: 84px;
        height: 84px;
    }
    .rekomendasi-item .agent-name {
        font-size: 0.85rem;
    }
    .rekomendasi-item .agent-info {
        font-weight: 400;
        font-size: 0.65rem;
    }
    .rekomendasi-item .rekomendasi-content {
        gap: 4px;
    }
    .rekomendasi-item {
        padding: 0.75rem;
        gap: 0.75rem;
    }
    .btn-contact-rekomendasi-agen {
        height: 28px;
        max-height: 28px;
        padding: 0.5rem;
    }
    .rekomendasi-agen__loadmore .btn-loadmore {
        padding: 0.75rem;
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 319px) {
    .section-emptystate img {
        margin-top: 0;
    }
}

@media only screen and (min-width: 320px) {
    .section-emptystate .empty-message-title {
        position: absolute;
    }
}

/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
    .section-bantuan-banner {
        height: 25rem;
    }
    .img-brigita {
        height: 60%;
        width: auto;
        right: 1rem;
        top: 2rem;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding-left: 3rem;
    }
    .container-text-banner.show-nav {
        top: 5.25rem;
    }
    .container-text-banner.hide-nav {
        top: 4.5rem;
    }
    .title-banner {
        font-size: 2.5rem;
    }
    .btn-whatsapp {
        width: 40%;
    }
    .titip-properti-title {
        font-size: 1.5rem;
    }
    .input-form-style::placeholder,
    .text-area-form-style::placeholder {
        font-weight: 500;
    }
    .title-hubungi-feedback {
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 800;
    }
    .title-iklan {
        font-size: 1.25rem;
        font-weight: 800;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .section-bantuan-banner {
        height: 29rem;
    }
    .img-brigita {
        height: 60%;
        width: auto;
        right: 3.5rem;
        top: 2rem;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding-left: 3.5rem;
    }
    .container-text-banner.show-nav {
        top: 5.75rem;
    }
    .container-text-banner.hide-nav {
        top: 5rem;
    }
    .title-banner {
        font-size: 3rem;
    }
    .btn-whatsapp {
        width: 50%;
    }
    .stepper-item h2 {
        font-size: 1.15rem;
    }
    .stepper-item h2 br {
        display: none;
    }
    .section-emptystate img {
        max-width: 75%;
        margin: 0 auto;
    }
    .section-emptystate .empty-message-title {
        margin-top: 1rem;
    }
    .section-emptystate .empty-message {
        margin-top: -1.5rem;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .section-bantuan-banner {
        height: 40rem;
    }
    .img-brigita {
        height: 90%;
        width: auto;
        top: auto;
        bottom: 0;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding-left: 3.5rem;
    }
    .container-text-banner.show-nav {
        top: 8.25rem;
    }
    .container-text-banner.hide-nav {
        top: 21%;
    }
    .title-banner {
        font-size: 4rem;
    }
    .btn-whatsapp {
        width: 40%;
    }
    .stepper-item h2 br {
        display: inline;
    }
    .stepper-item h2 {
        font-size: 1.25rem;
    }
    /* .section-emptystate .empty-message.bottom {
        position: absolute;
        margin-top: 0;
        margin-bottom: 0;
    } */
    .section-emptystate img {
        max-width: 60%;
        margin: 0 auto;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .img-brigita {
        right: 8rem;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding-left: 8rem;
    }
    .btn-whatsapp {
        width: 30%;
    }

    .section-emptystate .empty-message {
        /* top: 2rem; */
        margin-top: -4rem;
    }

    .section-rekomendasi {
        max-width: 100%;
        margin: 0 auto;
    }

    .section-emptystate img {
        max-width: 60%;
        margin: 0 auto;
    }
    .section-emptystate .empty-message-title {
        margin-top: 1.25rem;
    }
}
@media only screen and (min-width: 1700px) {
    .img-brigita {
        right: 20rem;
    }
    .container-text-banner.show-nav,
    .container-text-banner.hide-nav {
        padding-left: 20rem;
    }

    .section-emptystate .empty-message {
        top: 2.5rem;
    }

    .section-emptystate img {
        max-width: 30%;
        margin: 0 auto;
    }
}
