<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.housing--assist--modal .newmodalsmallcontainer {
    max-width: 560px;
}

html body .tooltipster-show {
    z-index: 999999999 !important;
}

.housing--assist--modal .signin--form--main, .housing--assist--modal .mbl--mid--cont {
    padding: 0 !important;
}

.housing--assist--modal .ren-own-btn {
    margin: 16px 0;
}

    .housing--assist--modal .ren-own-btn .cmn--btn {
        min-width: 170px;
    }

.hs--assist--top {
    min-height: 380px;
    background: #E5F5FB;
    padding: 26px 16px;
    position: relative;
}

.ill--block {
    position: absolute;
    bottom: -5px;
    left: 0;
}

.chat--bubble {
    width: 345px;
    position: relative;
    min-height: 264px;
    float: right;
    padding: 50px 36px 30px 44px;
    background: url(../images/AffordableHousing/chat-bubble-shape.svg) no-repeat center;
    background-size: 100% 100%;
}

    .chat--bubble .title {
        font-size: 16px;
        font-family: poppinssemibold, sans-serif;
    }

    .chat--bubble .desc {
        font-size: 16px;
        line-height: 24px;
        margin-top: 14px;
    }

    .chat--bubble:before {
        content: '';
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 80px;
        left: -30px;
        background: url(../images/AffordableHousing/chat-bubble-angle.svg) no-repeat center;
        background-size: 100% 100%;
    }

.chat--bubble--lg {
    min-height: 312px;
    background: url(../images/AffordableHousing/chat-bubble-shape-lg.svg) no-repeat center;
    background-size: 100% 100%;
}

    .chat--bubble--lg:before {
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

.tick--icon {
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    display: flex;
}


.assist--qm--blk {
    position: relative;
    height: 170px;
    padding: 16px 200px 16px 16px;
}

.assist--qm--thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .assist--qm--thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.assist--qm--caption {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 298px;
}

    .assist--qm--caption .title {
        font-size: 16px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
        margin: 0 0 8px;
    }

    .assist--qm--caption .desc {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        color: #303E48;
    }

        .assist--qm--caption .desc strong, .assist--qm--caption .desc b {
            font-weight: 400;
            font-family: 'poppinssemibold',sans-serif;
        }

        .assist--qm--caption .desc strong {
            display: block;
        }

.qm--opt--list {
    padding: 16px 16px 10px;
}

    .qm--opt--list &gt; ul {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }

        .qm--opt--list &gt; ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

            .qm--opt--list &gt; ul li .qm--opt--lt {
                width: calc(60% - 14px);
            }

            .qm--opt--list &gt; ul li .qm--opt--rt {
                width: 40%;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-wrap: wrap;
            }

            .qm--opt--list &gt; ul li.move--fld {
                align-items: flex-start;
            }

                .qm--opt--list &gt; ul li.move--fld .qm--opt--lt {
                    width: calc(30% - 14px);
                }

                .qm--opt--list &gt; ul li.move--fld .qm--opt--rt {
                    width: 70%;
                }

                .qm--opt--list &gt; ul li.move--fld .tenant--date {
                    margin: 10px 0 0;
                }

    .qm--opt--list .title {
        font-size: 16px;
        color: #303E48;
        font-family: poppinssemibold, sans-serif;
        margin: 0;
    }

    .qm--opt--list .desc {
        font-size: 14px;
        line-height: 20px;
        color: #303E48;
        margin: 8px 0 0;
    }

        .qm--opt--list .desc a {
            font-family: poppinssemibold, sans-serif;
            font-size: 14px;
            line-height: 20px;
            text-decoration: underline;
        }

            .qm--opt--list .desc a:hover {
                text-decoration: none;
            }

    .qm--opt--list .move--options li {
        justify-content: space-between;
        align-items: flex-start;
    }

        .qm--opt--list .move--options li .qm--opt--lt {
            width: 30%;
            padding-right: 10px;
        }

        .qm--opt--list .move--options li .qm--opt--rt {
            width: 70%;
            gap: 10px;
        }

            .qm--opt--list .move--options li .qm--opt--rt .tenant--date {
                margin: 0;
            }

    .qm--opt--list ul li .qm--opt--rt .radio:nth-child(2) {
        margin-right: 0;
    }

.act--stngs--skeleton {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .act--stngs--skeleton img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ui-autocomplete {
    background: #fff;
    border: 1px solid #007bab;
    max-height: 180px;
    overflow-y: auto;
    margin: 3px 0px 0 !important;
    text-align: left;
    text-shadow: none;
    position: absolute;
    /*z-index: 999999999999 !important;*/
}

.qm--opt--list &gt; ul li.move--fld .qm--opt--rt .invalidmessage {
    width: 100%;
    text-align: right;
}

@media screen and ( min-width: 200px ) and ( max-width: 767.98px ) {
    .hs--assist--top {
        height: 100%;
    }

    .housing--assist--modal .signin--form--main {
        height: 100%;
    }

    .ha--assist--group {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .housing--assist--modal .ren-own-btn {
        margin: auto 0 0 0;
        box-shadow: 0 0 10px 3px rgba(0,0,0,0.03);
    }

    .ill--block img {
        width: 230px;
    }

    .chat--bubble {
        position: absolute;
        bottom: 210px;
        right: 10px;
    }

        .chat--bubble:before {
            transform: rotate(-55deg);
            bottom: -30px;
            left: 60px;
            top: inherit;
        }

        .chat--bubble .desc {
            font-size: 14px;
            line-height: 20px;
            margin-top: 10px;
        }

            .chat--bubble .desc br {
                display: none;
            }

    .assist--qm--blk {
        height: 130px;
        padding: 16px 140px 16px 16px;
    }

    .assist--qm--caption .title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .qm--opt--list ul {
        row-gap: 16px
    }

        .qm--opt--list ul li {
            flex-direction: column;
            align-items: flex-start;
        }

            .qm--opt--list ul li .qm--opt--lt, .qm--opt--list ul li .qm--opt--rt {
                width: 100%;
                justify-content: flex-start;
            }

                .qm--opt--list ul li .qm--opt--rt .invalidmessage {
                    width: 100%;
                }

    .ha--assist--group .form--row .field--blk .form--lbl {
        white-space: nowrap;
    }

    .qm--opt--list .move--options li .qm--opt--lt, .qm--opt--list .move--options li .qm--opt--rt {
        width: 100%;
    }

    .ha--assist--scroll {
        height: 100%;
        overflow-y: auto;
    }

    .qm--opt--list .move--options li .qm--opt--rt .tenant--date {
        width: 100%;
    }

    .tick--icon img {
        width: 40px;
    }

    .housing--assist--modal .newmodalsmallcontents {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .housing--assist--modal .mbl--mid--cont {
        height: 100%;
    }

    .act--stngs--skeleton {
        overflow: inherit;
    }

        .act--stngs--skeleton img {
            height: auto;
        }

    .qm--opt--list &gt; ul li.move--fld .qm--opt--lt {
        width: 100%;
    }

    .qm--opt--list &gt; ul li.move--fld .qm--opt--rt {
        width: 100%;
    }

    .assist--qm--caption .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .qm--opt--list &gt; ul li.move--fld .qm--opt--rt .tenant--date {
        width: 100%;
    }

    .qm--opt--list &gt; ul li.move--fld .qm--opt--rt .invalidmessage {
        text-align: left;
    }
}

@media screen and ( max-width: 575.98px ) {
    .housing--assist--modal .ren-own-btn {
        padding: 16px;
        flex-direction: column;
        gap: 10px;
    }

        .housing--assist--modal .ren-own-btn .cmn--btn {
            min-width: inherit;
            width: 100%;
            margin: 0;
        }
}

@media screen and (max-width: 429.98px) {
    .chat--bubble {
        width: 295px;
        min-height: 224px;
        padding: 40px 26px 30px 34px;
    }

        .chat--bubble .desc {
            font-size: 13px;
            line-height: 18px;
            margin-top: 6px;
        }

    .chat--bubble--lg {
        width: 295px;
        min-height: 274px;
    }
}


</pre></body></html>