/* _content/MortgageePortal/Components/PdfModal.razor.rz.scp.css */
@media (min-width: 576px) {
    .modal-dialog[b-fe7ptxev0n] {
        max-width: 70em;
        margin: 1.75rem auto;
    }
} 

.modal-dialog[b-fe7ptxev0n] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-fe7ptxev0n] {
        max-width:70em;
        margin: 1.75rem auto;
    }
}
/* _content/MortgageePortal/Components/SelectPropertyModal.razor.rz.scp.css */
@media (min-width: 576px) {
    .modal-dialog[b-m03cnkd2pv] {
        max-width: 70em;
        margin: 1.75rem auto;
    }
}

.modal-dialog[b-m03cnkd2pv] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-m03cnkd2pv] {
        max-width: 70em;
        margin: 1.75rem auto;
    }
}

.address-selector:hover[b-m03cnkd2pv] {
    background-color: #e4e4e4;
}

.custom-pill-label[b-m03cnkd2pv] {
    display: block;
    width: 100%;
    padding: 1rem;
    border: 2px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    font-weight: 500;
}

    .custom-pill-label.selected[b-m03cnkd2pv] {
        background-color: #007bff;
        border-color: #0056b3;
        color: white;
    }
/* _content/MortgageePortal/Components/UserForm.razor.rz.scp.css */
.tooltip-wrapper[b-lu6ct290vc] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    color: blue;
    font-size: .7em;
}

span.tip[b-lu6ct290vc] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

span.tip[b-lu6ct290vc]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-wrapper:hover span.tip[b-lu6ct290vc] {
    visibility: visible;
}
/* _content/MortgageePortal/Components/ValidateAddressModal.razor.rz.scp.css */
@media (min-width: 576px) {
    .modal-dialog[b-bqfwu15nft] {
        max-width: 70em;
        margin: 1.75rem auto;
    }
}

.modal-dialog[b-bqfwu15nft] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-bqfwu15nft] {
        max-width: 70em;
        margin: 1.75rem auto;
    }
}

.address-selector:hover[b-bqfwu15nft] {
    background-color: #e4e4e4;
}
/* _content/MortgageePortal/Pages/ModifyUserAccount.razor.rz.scp.css */
.edit-header[b-pplios3f4q] {
    display: flex;
}

.edit-header-item1[b-pplios3f4q] {
    display: inline-flex; 
}


@media (max-width: 1000px) {
    .edit-header[b-pplios3f4q], .edit-header-item1[b-pplios3f4q] {
        display: block;
    }

    .cling-right[b-pplios3f4q] {
        display: block;
    }
}


.cling-right[b-pplios3f4q] {
    margin-left: auto;
}

.tooltip-wrapper[b-pplios3f4q] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    color: blue;
    font-size: .7em;
}

span.tip[b-pplios3f4q] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span.tip[b-pplios3f4q]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span.tip[b-pplios3f4q] {
    visibility: visible;
}
/* _content/MortgageePortal/Pages/PolicySearch.razor.rz.scp.css */
.button-row[b-5dx5d176jm]{
    margin-left: 5.5em;
}
.btn-link[b-5dx5d176jm] {
    color: white !important;
}
/* _content/MortgageePortal/Pages/RegisterUser.razor.rz.scp.css */
.tooltip-wrapper[b-lhxs3fb9iy] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
    color: blue;
    font-size: .7em;
}

span.tip[b-lhxs3fb9iy] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span.tip[b-lhxs3fb9iy]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span.tip[b-lhxs3fb9iy] {
    visibility: visible;
}
/* _content/MortgageePortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-0uv55z1ykl] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.main[b-0uv55z1ykl] {
    flex: 1;
}


.top-row[b-0uv55z1ykl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row /deep/ a[b-0uv55z1ykl], .top-row .btn-link[b-0uv55z1ykl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0uv55z1ykl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.version[b-0uv55z1ykl] {
    padding: 0;
    margin: 0;
    font-size: 0.25rem;
    color: #e4e4e4;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0uv55z1ykl] {
        display: none;
    }

    .top-row.auth[b-0uv55z1ykl] {
        justify-content: space-between;
    }

    .top-row a[b-0uv55z1ykl], .top-row .btn-link[b-0uv55z1ykl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
   
    .header-nav[b-0uv55z1ykl] {
        width: 100vw;
        /*        height: 3rem;
*/ top: 0;
        display: flex;
        justify-content: space-between;
    }

    .top-row[b-0uv55z1ykl] {
        top: 0;
        z-index: 1;
    }

    .main > div[b-0uv55z1ykl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MortgageePortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k96jbmqdun] {
    background-color: rgba(255, 255, 255, 0.1);
}


.bg-primary[b-k96jbmqdun] {
    background-color: rgb(11,103,179) !important;
}



.dropdown .dropdown-menu[b-k96jbmqdun] {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.username[b-k96jbmqdun] {
    display: inline-flex;
    align-items: center;
}

.dropdown.show .dropdown-menu[b-k96jbmqdun] { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
    max-height: 300px;
    opacity: 1;
}

@media (min-width: 641px) {
    .nav-wrapper[b-k96jbmqdun] {
        flex-wrap: nowrap;
    }

    .navbar[b-k96jbmqdun] {
        padding: 0;
    }

    .dropdown-item[b-k96jbmqdun] {
        color: #212529 !important;
    }
}

@media (max-width: 641px) {
    .nav-wrapper[b-k96jbmqdun] {
        flex-wrap: wrap;
    }

    .dropdown-menu[b-k96jbmqdun] {
        background-color: transparent !important;
        border: none;
    }
}

.top-row[b-k96jbmqdun] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k96jbmqdun] {
    font-size: 1.1rem;
}

.oi[b-k96jbmqdun] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav[b-k96jbmqdun] {
    flex-wrap: nowrap;
}

.nav-item[b-k96jbmqdun] {
    font-size: 0.9rem;
}


    .nav-item a[b-k96jbmqdun] {
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-k96jbmqdun] {
        display: none;
    }
}
