/* COMMON ------------------ */

.z-tc-right-c {
    width: 100%;
    padding: 40px;
    background: #fbfcff;/*e7eaef*/
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

.z-tc-right-small-c {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 40px;
    background: #eaeaea;/*e7eaef*/
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
}

@media screen and (max-width:560px) {
    .z-tc-right-c {
        padding: 40px 5vw;
    }

    .z-tc-right-small-c {
        flex-direction: column;
        padding: 30px 0;
        gap: 5px;
    }
}

.z-tc-right-c h6 {
    margin-bottom: 20px;
}




/* ANNOUNCEMENTS ------------------ */

.z-ann-right-c {
    z-index: 1;
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 40px 20px;
    background: #22304B;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

@media screen and (max-width:1128px) {
    .z-ann-right-c {
        padding: 40px 23px;
    }
}

.z-ann-primary-c h5 {
    color: white;
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 40px;
}

.z-ann-primary-c p {
    color: #999;
}


.z-ann-all-c h5 {
    font-size: 1.15rem;
    font-weight: 700;
}

.z-ann-all-c h6,
.z-ann-primary-c h6 {
    color: white;
    width: fit-content;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 5px 20px;
    background: #227B94;
    border-radius: 2px;
}

.z-ann-all-c div {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}

.z-ann-all-c div small {
    padding: 3px 10px 4px;
    background: #a1e3d5;
    border-radius: 2px;
}



/* CALCULATOR ------------------ */

.z-cal-result {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding: 20px 30px;
    background: #f3f4f6;
    border-radius: 2px;
    font-size: 1.1rem;
    font-weight: 400;
}

#loan-monthly-payment-ID {
    font-size: 1.9rem;
    font-weight: 700;
}

@media screen and (max-width:560px) {
    .z-cal-result {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

#dsr-ratio-ID {
    font-size: 1.9rem;
    font-weight: 700;
}

.z-cal-fees-item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .z-cal-fees-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: self-start;
    }
}

.z-cal-fees-item p:first-of-type {
    color: #444;
    font-size: 0.95rem;
    font-weight: 400;
    margin: 0;
}

.z-cal-fees-item p:last-child {
    color: #222;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 500;
    margin: 0;
    padding: 0 15px;
    width: 65%;
    height: 44px;
    background-color: #f3f4f6;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .z-cal-fees-item p:first-of-type {
        position: absolute;
        top: -3px;
        left: 10px;
        color: #555;
        font-size: 0.85rem;
        padding: 0 10px;
    }

    .z-cal-fees-item p:last-child {
        width: 100%;
        justify-content: flex-end;
        box-sizing: border-box;
    }
}



/* CAREER -------------------- */

.z-career-h4 {
    color: #222;
    font-size: 1.3rem;
    font-weight: 600;
    width: 100%;
    margin: 35px 0 0;
    padding: 8px 20px 10px;
    background: #dce1e7;
    border-radius: 2px;
    box-sizing: border-box;
}

.z-career-c {
    padding: 0;
}

.z-career-c ul {
    margin: 0;
    padding: 0;
}

.z-career-c li {
    list-style: none;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}



/* GUIDE FOR BUYERS -------------------- */

.z-guide-buyer-rate {
    width: fit-content;
    font-weight: 500;
    padding: 3px 15px 5px;
    margin: 28px 0 0;
    background: #c5d5f2;
    border-radius: 25px;
}



/* GUIDE FOR SELLER ------------------ */

#slider_propertyPrice::-webkit-slider-runnable-track {
    background: white; /* Background of entire track */
    border-radius: 25px;
}

/* Thumb styling */
#slider_propertyPrice::-webkit-slider-thumb {
    background: #222; /* Color of the thumb */
}

.z-guide-seller-slider-c {
    width: 100%;
    padding: 40px;
    margin-bottom: 30px;
    background: #eaeaea;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.z-guide-seller-slider-c h6 {
    font-size: 1.15rem;
    margin-bottom: 25px;
}

@media screen and (max-width:1128px) {
    .z-guide-seller-slider-c {
        padding: 30px 24px;
    }

    .z-guide-seller-slider-c h6 {
        font-size: 1.06rem;
    }
}

.z-guide-seller-slider-c div {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.z-guide-seller-slider-c div label,
.z-guide-seller-slider-c div p {
    color: #555;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7rem;
    margin: 0;
}

.z-guide-seller-slider-c div span {
    color: #333;
    font-size: 1.85rem;
    font-weight: 600;
}

.z-guide-seller-list {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.5rem;
    letter-spacing: -0.15px;
    margin: 15px 0 0;
    padding: 0 0 0 20px;
}

.z-guide-seller-sample {
    width: 100%;
    padding-top: 17px;
}

.z-guide-seller-sa-c { /* sa = SwiftAssist */
    width: 100%;
    margin: 20px 0 0 0;
    padding: 18px 23px 19px;
    background: #e2e2e2;
    border-radius: 2px;
    box-sizing: border-box;
}

.z-guide-seller-sa-c p {
    font-weight: 500;
    margin: 16.8px 0;
}



/* BUYERS & SELLERS ------------------ */

.z-tc-guide-right-c {
    width: 100%;
    padding: 0 40px 40px;
    background: #fbfcff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

@media screen and (max-width:560px) {
    .z-tc-guide-right-c {
        padding: 0 5vw 40px;
    }
}

.z-tc-guide-step {
    font-weight: 400;
    font-size: 0.8rem;
    margin: 0 20px 0 0;
    text-decoration: underline;
}

@media screen and (max-width:560px) {
    .z-tc-guide-step {
        position: absolute;
        top: 0px;
        font-size: 0.75rem;
        padding: 2px 15px 3px;
        background: #ccc;
        border-radius: 0 0 10px 10px;
        text-decoration: none;
    }
}

.z-tc-guide-otherinfo {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 10px 20px;
    background: #cccccc66;
    border-radius: 2px;
    box-sizing: border-box;
}

.z-tc-guide-otherinfo p {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.z-tc-guide-reminder-c {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 18px 23px;
    background: #ecb8b8;
    border-radius: 2px;
    box-sizing: border-box;
}

.z-tc-guide-reminder-c p {
    font-weight: 500;
    margin: 0;
}

.z-tc-guide-ul {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 18px;
}

.z-tc-guide-ul li {
    color: #333;
    line-height: 1.5rem;
    padding: 0 0 0 20px;
    margin: 0;
    letter-spacing: -0.15px;
}



/* FAQ ------------------ */

.z-faq-form div {
    display: flex;
    justify-content: end;
}

#searchContentInput {
    color: #222;
    font-size: 1rem;
    line-height: 1.45rem;
    font-weight: 500;
    margin: 20px 0;
    padding: 0 15px;
    width: 100%;
    height: 36px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

#searchContentUL {
    list-style: none;
    padding: 20px 0;
    margin: 0 0 80px 0;
}

#searchContentLI {
    font-size: 1.05rem;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}



/* TERMS & PRIVACY ------------------ */

/*ct = custom*/
.z-terms-ct1 span {
    padding-right: 20px;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
}

.z-terms-title {
    font-weight: 700;
    margin-top: 50px;
    padding: 7px 20px;
    background: #cccccc66;
    border-radius: 2px;
}

.z-terms-subtitle {
    font-size: 1.05rem;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
}

.z-terms-ul {
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0;
    padding: 0 0 5px 18px;
}

.z-terms-ul li {
    color: #333;
    line-height: 1.5rem;
    padding: 0 0 0 20px;
    margin: 0;
    letter-spacing: -0.15px;
}

.z-terms-agreement-p {
    font-weight: 500;
    margin-top: 22px;
    padding: 17px 30px 20px;
    background: #e3e4e6;
    border: 1px solid #999;
    border-radius: 2px;
}

@media screen and (max-width: 560px) {
    .z-terms-agreement-p {
        padding: 17px 23px 20px;
    }
}



/* MISC -------------------- */

.z-tc-p-left {
    padding: 35px 80px 0 0;
    font-size: 0.95rem;
    line-height: 1.25rem;
    text-align: left;
}

@media screen and (max-width: 1128px) {
    .z-tc-p-left {
        padding: 0;
        margin-top: 20px;
    }
}