﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu:700&display=swap');

:root {
    /*Main Theme Colors*/
    --MainThemeColor: #6a12af;
    --MainThemeAccentColor: #2c99cc;
    /*Hover Pipeline Highlight*/
    --ColorTransparentMain: 0, 49, 184;
    /*Text Color Options*/
    --BlackText: #000000;
    --WhiteText: #ffffff;
}

:root {
    --swiper-theme-color: transparent;
    --primary-color: var(--MainThemeColor);
    --secondary-color: var(--MainThemeAccentColor);
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.btn-secondary {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: white;
}


.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

    .btn-outline-primary:hover {
        background-color: var(--secondary-color) !important;
        color: white !important;
    }

.btn-default, .btn-default:hover {
    color: white;
    background-color: #cecece;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color) !important;
}


body {
    min-height: 100vh;
    width: 100%;
}

.user-info {
    padding: 5%;
    position: relative;
    top: 50%;
}

a:focus {
    outline: none;
}

header {
    width: 100%;
}

.b-none {
    border: none !important;
}


.header {
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.75rem;
}

/*.welcomeContainer {
    max-width: 22rem;
    margin: 5rem auto;
}*/

#buttonMenu button span {
    font-weight: bold;
}


.swiper-loader {
    position: relative;
    top: 7rem;
    z-index: 2000;
    width: 3rem !important;
    height: 3rem !important;
    margin: -75px 0 0 -75px;
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--primary-color);
    -webkit-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
    left: 16%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}


@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}


.swiper-wrapper {
    width: 100%;
}

#body-content-loanSizer {
    width: 100%;
    margin-top:10rem;
    -webkit-transition: position 2s; /* For Safari 3.1 to 6.0 */
    transition: position 2s;
    overflow-y: scroll;
}

#body-content {
    width: 100%;
    position: absolute;
}


    /* width */
    #body-content::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    #body-content::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    #body-content::-webkit-scrollbar-thumb {
        background: lightgrey;
        border-radius: .25rem;
    }

        /* Handle on hover */
        #body-content::-webkit-scrollbar-thumb:hover {
            background: #aaa;
        }






.footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ececec;
    z-index: 1030;
    height: 5rem;
    margin-top: 2rem;
}

.footer-item {
    align-self: center;
}

.footer a {
    color: black;
}

.llPlug {
    text-decoration: underline;
}

nav.border-bottom {
    border-bottom: 6px solid var(--primary-color) !important;
}

.fixed-top {
    border-bottom: solid black 1px;
    padding-top: 7px;
    padding-left: 17px;
    padding-bottom: 2px;
}

.nav-link {
    padding: .35rem .5rem;
}

.sidenav {
    height: 100%;
    width: 100px;
    position: fixed;
    left: 0;
    top: 75px;
    overflow-x: hidden;
    background: none repeat scroll 0 0 var(--primary-color);
    color: white;
    background: gray;
    z-index: 5000;
    cursor: pointer;
    border-color: white;
    background: none repeat scroll 0 0 #616262;
    text-shadow: none;
    border-left: 0px;
    border: none;
}

    .sidenav ul li {
        text-decoration: none;
        color: #818181;
        display: block;
        font-size: 0.8rem;
        color: #ebebeb;
        font-family: Montserrat, sans-serif;
        font-size: 12px;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }

        .sidenav ul li a {
            color: #ebebeb;
        }

        .sidenav ul li:hover {
            color: #f1f1f1;
        }

.navbar {
    background: url(../../Custom/_SharedBackgroundImages/MainBackground2.png) repeat scroll 0 0;
    height: 5rem;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.imgLogo {
    max-width: 250px;
    margin: 0.05vh .2vw 0;
}


nav ul {
    margin-bottom: 10px;
    clear: left;
    /*border: 1px solid #333;*/
    min-height: 30px;
    overflow: hidden;
    /*width:260px;*/
    display: inline-block;
    list-style: none;
}

    nav ul:last-of-type {
        margin-bottom: 0;
    }

    nav ul li a {
        float: left;
        margin: 0 4px 7px 0;
        width: 150px;
        font-size: 15px;
        color: #4D4D4D !important;
        text-decoration: none;
        font-weight: bold;
        /*border: 1px solid #333;*/
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 7px;
    }

        nav ul li a i, nav ul li a div {
            color: white;
        }

        nav ul li a:hover {
            color: #FFFFFF !important;
        }

    nav ul h3 {
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 6px;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        font-family: Montserrat, sans-serif;
    }

/*#endregion */


#nav-open {
    left: 345px;
    position: absolute;
}

#DATable {
    border: 1px solid black;
    border-spacing: 5px;
    border-collapse: collapse;
    width: 100%;
    margin-top: 25px;
}

    #DATable tr td {
        border: 1px solid black;
    }


#main-swiper {
    height: 100vh;
    width: 100%;
}

.swiper-slide {
    /*text-align: center;*/
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 !important;
}


.swiper-pagination {
    display: none;
}


/*.swiper-container {
    overflow-x: hidden;
    overflow-y: auto;
}*/

.menu {
    min-width: 100px;
    width: 294px;
    max-width: 320px;
    box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.5);
    color: black;
    z-index: 2;
    top: 5rem;
    height: calc(100% - 180px);
}

.menu-button {
    border: none;
    font-size: 2em;
    background-color: transparent;
    align-self: center;
}

    .menu-button:hover {
        cursor: pointer;
    }

.menu-container {
    width: 20vw;
    position: absolute;
    left: 1rem;
}

.content {
    width: 100%;
}

#body-content {
    -webkit-transition: position 2s; /* For Safari 3.1 to 6.0 */
    transition: position 2s;
    overflow-y: scroll;
}

.menu-title {
    font-size: 2rem;
    font-weight: 500;
    margin-left: 1rem;
    color: dimgray;
}

.close-menu {
    position: absolute;
    top: 1%;
    right: 5%;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    border: solid lightgray 1.5px;
    z-index: 2000;
}

    .close-menu:hover {
        cursor: pointer;
    }



#partialContainer label {
    font-weight: 500;
}



.swiper-label {
    margin-left: 3em;
    font-size: 1.45rem;
}

.swiper-button-next, .swiper-button-prev {
    /*color: var(--primary-color);
    top: 35%;*/
    color: #ffffff;
    top: 35%;
    padding: 2px;
    background-color: var(--MainThemeColor);
    height: 49px;
    width: 50px;
    border-radius: 5px;
}

.cross {
    position: relative;
    display: block;
    width: 16px;
    height: 2px;
    margin: 9px auto;
    background-color: var(--primary-color);
}

    .cross:nth-child(1) {
        transform: rotate(45deg);
        top: 18%;
    }

    .cross:nth-child(2) {
        transform: rotate(-45deg);
        bottom: 20%;
    }


.bar {
    position: relative;
    display: block;
    width: 27px;
    height: 3px;
    margin: 7px auto;
    background-color: dimgray;
    -webkit-transition: .3s;
    transition: .3s;
}

.nav-list {
    height: 74%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    margin-bottom: auto;
}

.nav-item {
    border-bottom: 2px solid #dee2e6;
    height: 8rem;
    padding: 5%;
}

    .nav-item a {
        display: block;
        font-size: 1.5rem;
        color: dimgray;
        margin: auto 0;
    }


/*.nav-item:nth-child(1) {
        height: 5rem;
    }*/

.nav-item {
    height: 10%;
    max-height: 5rem;
    min-height: 4rem;
}

    .nav-item i {
        margin-right: 1rem;
        font-size: 2rem;
    }

.nav-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 28%;*/
    display: block;
    /*text-align: -webkit-center;
    text-align: center;*/
}

    .nav-footer .btn {
        height: 25%;
        width: 80%;
        margin: auto;
        display: block;
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.25rem;
    }


.mktBtn {
    width: 18%;
    display: block;
    margin-top: 1em;
}


.RenderBody {
    /*position: absolute;*/
    min-height: 100%;
    padding: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mobile-title {
    display: none;
    font-size: 1.5rem;
    color: #5c5c5c;
    font-family: 'Montserrat', sans-serif;
}

/*.mobile-title:before {
    content: url(/Styles/MVC/mobileLogo.png);
}*/

#IndexContainer {
    min-height: calc(100vh - 17rem);
    width: 100%;
}

#partialContainer {
    min-height: 100%;
    width: 100%;
    padding-bottom: 3rem;
}

.text-center {
    text-align: -webkit-center !important;
}


#nav-closed {
    color: #FFF;
    width: 20px;
    height: 56.5px;
    font-size: 16px;
    padding-top: 20px;
}

#subNav {
    justify-content: center;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.PFSApp div h2 a.btn, .PFSApp h2 a.btn {
    border-radius: 0;
    border-bottom: 1px solid black;
    font-weight: bold;
    height: 3em;
}




.checkCenter {
    text-align: center;
    align-self: center;
}


.ToggleContainer .btn i:hover {
    color: var(--secondary-color) !important;
}

.taskitem {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}



.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: none;
}



.ui-datepicker .ui-datepicker-prev:before {
    content: '\f137';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: relative;
    color: var(--primary-color);
    left: 20%;
}


.ui-datepicker .ui-datepicker-next:before {
    content: '\f138';
    font-family: 'Font Awesome\ 5 Free';
    color: var(--primary-color);
    font-weight: 900;
    position: relative;
    left: 20%;
}

#subContainer {
    padding: 0;
    width: 100vw;
    margin: 0;
}





.NavIconContainer:hover {
    background-color: var(--secondary-color);
}


.odd {
    background-color: rgba(0,0,0,.05);
}

.b-primary {
    border-bottom: solid 1px var(--primary-color);
    border-right: solid 1px var(--primary-color);
    border-left: solid 1px var(--primary-color);
}




.btn-group-active {
    color: white !important;
    background-color: var(--primary-color) !important;
}



.resultItem:hover {
    color: white;
    background-color: var(--primary-color);
}

.scrollTopBtn {
    position: fixed;
    z-index: 9999999;
    right: 5vw;
    bottom: 2vh;
    background-color: transparent;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-color: lightgray;
    color: var(--primary-color);
}

.SearchContainer {
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: .25rem;
}

.form-control::placeholder {
    color: lightslategray;
}

.form-control {
    color: black;
}

.custom-select {
    color: black;
}

.imgLogo {
    max-height: 60px;
}

.imgMobile {
    height: 2.5rem;
    width: 2.5rem;
    margin-bottom: .5rem;
    display: none;
}

.footer-mobile {
    position: fixed;
    width: 100%;
    height: 3rem;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 2rem;
    background: white;
    display: none;
}

    .footer-mobile a {
        color: var(--primary);
    }


table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #fff !important;
}

.tableDisplay {
    display: block !important;
}


.loanSaleSection, .loansFundedSection, .featureSection {
    /*width: 90vw;*/
    margin: auto;
    height: calc((100% - 10rem) / 3);
}

    .loanSaleSection .card, .loansFundedSection .card {
        width: 12rem;
    }

.home .swiper-slide .card img {
    /*height: 8rem;*/
    height: 12rem;
    width: 17em;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2px;
}

.feature-text {
    font-size: .75em;
    margin-bottom: 0;
}

.feature-link {
    font-size: .75em;
    text-decoration: underline;
}

.feature-label {
    font-size: 1.25em;
}

.card-text .blockquote {
    font-size: 1rem;
    font-weight: 500;
}

.card-text .d-block {
    font-size: 0.75rem;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1rem;
    height: 1.55rem;
    width: 2rem;
    text-align: center;
    border-radius: .25rem;
    border: lightgrey solid 1px;
}

.section-label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    color: black;
}

    .section-label:active, .section-label:active {
        color: black !important;
        text-decoration: none !important;
    }


a.section-label:hover {
    color: black;
    text-decoration: none;
}

#fund-btn, #sale-btn {
    width: 45%;
    font-size: 1rem;
}

.title {
    font-size: 1.25rem;
    text-decoration: underline;
}

.ui-slider-handle {
    border-radius: 50%;
    border: 3px solid var(--secondary-color) !important;
    outline: none;
}

.ui-slider-range {
    background: var(--secondary-color);
    border: none;
}

.ui-slider-horizontal {
    height: 0.35rem;
}

.ui-widget-content {
    border: none !important;
    background: lightgray;
}

.ui-state-active {
    background: var(--primary-color) !important;
}

.mp-input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .mp-input:focus {
        outline: var(--primary-color) auto 1px;
    }

select[name="manage-table_length"]:focus {
    outline: var(--primary-color) auto 1px;
}

.current {
    background: none !important;
    border-color: var(--primary-color) !important;
}

input[aria-controls="manage-table"] {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    input[aria-controls="manage-table"]:focus {
        outline: var(--primary-color) auto 1px;
    }

.input-unit {
    font-size: 1.75rem;
    font-weight: 500;
    color: #5c5c5c;
}

.slider-label, .slider-label:focus {
    border: none;
    outline: none;
    width: 50%;
}

.btn-group-resp .btn, .btn-group-resp .btn-group-active {
    border: none;
    background-color: transparent !important;
    color: #5c5c5c !important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

    .btn-group-resp .btn:focus {
        outline: none !important;
        box-shadow: none;
    }

.btn-group-resp .btn-group-active {
    border-bottom: var(--primary-color) 2px solid;
}

.tile {
    padding: .5rem;
    position: relative;
    right: 0;
    transition: right 250ms ease-in-out;
    /*width: calc(100% + 7rem);*/
    margin: 0;
}

/*.savedSearchContaner .tile i {
    position: relative;
    right: 8rem;
}*/


.tile-title {
    font-size: 1.125rem;
    text-decoration: underline;
}

.tile-text {
    font-size: .75rem;
    padding: 0;
}

.offer {
    font-size: 1rem;
}

.tile .date-time {
    padding: 0;
    margin: 0;
    font-size: .65rem;
}

.status {
    text-transform: uppercase;
    font-size: .75rem;
}

.align-right {
    text-align: right;
}

.offer-amt {
    font-weight: 700;
}

.listing-steps, .title-info {
    margin: 0;
    font-weight: 600;
    color: #5c5c5c;
}

.listing-container {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(19 19 20 / 48%);
    background-color: #f7f7f7;
    margin: 1rem;
    width: 18rem;
    border-radius: 1em;
    padding: 1em 1.5em;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 1.25em;
}

    .listing-container h2 {
        font-size: 1.5rem;
    }

#loanSale {
    border-color: var(--MainThemeAccentColor);
}

#loanFunded {
    border-color: var(--secondary-color);
}

.icon {
    position: relative;
    top: 2em;
    height: 75%;
}

    .icon .fa-dollar-sign {
        color: white;
        font-size: 2.5em;
        position: absolute;
        left: 47%;
        top: 22%;
    }

    .icon .fa-folder {
        font-size: 5em;
        color: var(--secondary-color);
    }

#loanSale .fa-dollar-sign {
    transform: rotate(314deg);
    top: 16%;
}

.icon .fa-tag {
    font-size: 5em;
    transform: rotate(90deg);
    color: var(--secondary-color);
}

.modal .fa-folder {
    font-size: 2.5rem;
    color: var(--secondary-color);
}

.name-title {
    color: #5c5c5c;
    font-size: 1.25rem;
    font-weight: 500;
}

.fa-minus-circle {
    color: #5c5c5c;
}

.btn-search {
    border: 1px solid #ced4da;
    border-left: none;
    background: none;
}

    .btn-search:focus {
        outline: none;
    }

.search .form-control {
    border-right: none;
    border-radius: 0;
}

    .search .form-control:focus {
        outline: none;
        box-shadow: none;
        border-color: #ced4da;
    }

.listing-tile {
    text-align: center;
}

.l-tile-title {
    display: block;
    font-weight: 800;
    /*font-size: 1.5rem;*/
    font-size: 120%;
}

.tile-row {
    justify-content: space-around;
}

.l-tile-label {
    font-size: .75rem;
}

.listing-title {
    font-size: 1.25rem;
}

.listing .card {
    /*width: 18rem;*/
    margin: auto;
}

    .listing .card img {
        height: 20rem;
    }

.search-container {
    place-content: center;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    grid-gap: 1rem;
}

    .grid .card {
        max-width: 20rem;
    }

        .grid .card .card-img-top {
            max-height: 13.5rem;
        }

.m-hide, .d-hide {
    display: none;
}

#m-offer {
    width: 100vw;
    background: white;
    /*position: fixed;*/
    bottom: 0;
}

    #m-offer p {
        font-size: .85rem;
        font-weight: 600;
    }

    /*#m-offer .btn {
        font-size: .75rem;
        padding: 8px;
        margin: auto;
        margin-left: 1rem;
        margin-right: 1rem;
    }*/

/*#remove, #btnOffers {
    font-size: .75rem;
    padding: 8px;
}*/

.m-offer-label {
    font-size: .75rem;
}

.address {
    font-size: 1.25rem;
    font-weight: 500;
}

.offer-label {
    font-weight: 700;
}

.offer-section {
    margin: auto;
    /*height: 420px;*/
    margin-top: 2rem;
    margin-bottom: calc(50vh - (210px + 5rem));
}

    .offer-section:not(.show) {
        display: none;
    }

.percent-label {
    font-size: 1.75rem;
    font-weight: 700;
}

.container {
    max-width: 90% !important;
}

.head-btn {
    font-size: 1.5rem;
}

.loanType-active {
    background-color: rgba(0, 0, 0, .1);
}

.loanType[data-type=fund]:hover {
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--secondary-color);
}

.loanType[data-type=sale]:hover {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0.1rem var(--primary-color);
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.toggle-switch {
    /*position: absolute;*/
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle-switch:before {
        position: absolute;
        content: "";
        height: 1rem;
        width: 1rem;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggle-switch {
    background-color: var(--primary-color);
}

input:focus + .toggle-switch {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.toggle-switch.round {
    border-radius: 1rem;
}

    .toggle-switch.round:before {
        border-radius: 50%;
    }

#switchLabel {
    font-weight: 600;
}

.profile {
    margin-bottom: 10%;
}

.profile-icon {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background: var(--secondary-color);
    text-align: center;
}

    .profile-icon i {
        position: relative;
        color: white;
        font-size: 2rem;
        top: 1.5rem;
    }

.username {
    font-size: 1.25rem;
    margin-top: auto;
    margin-bottom: 0;
}

.head-section {
    padding-left: 1rem;
}

.profile .tile {
    height: 4rem;
    padding: 1rem;
}

.profile-label {
    font-size: 1.25rem;
}

.cookie-policy {
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.5);
}

    .cookie-policy h2 {
        font-size: 1.125rem;
        display: inline;
    }

.saved-card {
    background: #f7f7f7;
}

.saved-card-img {
    overflow: hidden;
}

    .saved-card-img img {
        max-height: 8rem;
        max-width: 11rem;
        width: 65%;
    }

.saved-card i.fa-heart {
    padding: .25rem;
    color: var(--secondary-color);
}

.saved-card-logo {
    align-self: center;
}

    .saved-card-logo img {
        width: 100%;
    }

.membership-header {
    font-size: 1.125rem;
    /*margin: auto;*/
    margin-bottom: 1.25rem;
}

.membership-section:not(.show) {
    display: none;
}

#membership-modal label {
    font-weight: 600;
}

.listing-next-btn[disabled] {
    color: rgba(0, 0, 0, 0.2);
}

.messaging-head {
    text-align: right;
    font-size: 1.75rem;
}

.msg-card-icon .profile-icon {
    height: 3rem;
    width: 3rem;
}

    .msg-card-icon .profile-icon i {
        font-size: 1.5rem;
        top: .75rem;
    }


.msg-card {
    padding: 1rem;
}

.msg-card-date {
    font-size: .75rem;
    font-weight: 700;
}

.msg-card label {
    font-size: 1.125rem;
}

.msg-card p {
    max-height: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid var(--primary-color);
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid var(--primary-color);
}

.msg {
    margin-bottom: 2rem;
}

.msg-bubble {
    background: var(--primary-color);
    color: white;
    width: 17rem;
    position: relative;
    margin: auto;
    padding: 1rem;
}


.msg[data-msg-type=recieved] p.msg-bubble::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 10px solid var(--primary-color);
    position: absolute;
    right: 99%;
    top: 1rem;
}

.msg[data-msg-type=sent] .msg-bubble {
    background: #eae9e9;
    color: black;
}

.msg[data-msg-type=sent] p.msg-bubble::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #eae9e9;
    position: absolute;
    left: 99%;
    top: 1rem;
}

.msg .profile-icon {
    height: 3rem;
    width: 3rem;
    margin-top: 15%;
}


    .msg .profile-icon i {
        font-size: 1.5rem;
        top: .75rem;
    }

.msg[data-msg-type=sent] .profile-icon {
    background: #cecece;
}

.msg-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.msg-header .fa-arrow-left {
    font-size: 1.5rem;
}

.register {
    margin: auto;
    width: 100%;
    max-width: 28rem;
}

.mp-label {
    text-transform: uppercase;
    font-size: .69rem;
    margin-top: 1rem;
    color: dimgrey;
}

.register-section:not(.show) {
    display: none;
}

.register-section {
    margin-bottom: 10rem;
}

.login-head {
    font-size: 1.25rem;
    font-weight: 700;
}

.login-container, .recovery-section, .welcomeContainer, .register {
    max-width: 25rem;
    margin: auto;
    height: 420px;
    margin-top: calc(50vh - (210px + 5rem));
}

.register {
    margin-top: calc(50vh - (210px + 9rem));
}

.login-container i, .recovery-section i {
    font-size: 4rem;
}

.login-input:focus {
    outline: none;
    border-bottom: 1px solid var(--primary-color);
}

.login-input {
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    z-index: 1;
}



.login-label {
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 1rem;
    color: dimgrey;
    position: relative;
    transition: all .25s ease-in-out;
    bottom: -35px;
    right: -10px;
    margin: 0;
}

.login-input-control i {
    position: relative;
    font-size: 1rem;
    color: var(--secondary-color);
    left: 90%;
    bottom: 25px;
}

.login-head i {
    color: var(--primary-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover {
    background-color: transparent !important;
    -webkit-text-fill-color: black !important;
}

@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


input[name=pw] {
    -webkit-text-security: disc !important;
}

.validation-msg, .error-msg {
    padding: 0 15px;
    color: #bb2b2b;
}

#recover-verified {
    text-align: center;
    margin-top: 5rem;
    font-weight: 400;
}

.savedSearchContaner {
    overflow: hidden;
}

.dropdown-menu[aria-labelledby=ddm] {
    max-height: 25vh;
    overflow: scroll;
    overflow-x: hidden;
}

.icon-favorite {
    color: black;
    height: 2rem;
    text-align: center;
    padding-top: .5rem;
    z-index: 1;
}

.fas.fa-heart {
    color: var(--secondary-color);
}

.offer-next[data-direction=back] {
    font-size: 1.5rem;
}

.offer-next:hover {
    cursor: pointer;
}

#login-back-btn {
    font-size: 1.5rem;
}

.fu_doc {
    display: inline-block;
    width: 100%;
    padding: 120px 0 0 0;
    overflow: hidden;
    background-color: rgba(208, 208, 208, 0.25);
    position: relative;
    z-index: 1;
    height: 100px;
    border: dashed 3px var(--MainThemeColor);
    border-radius: 10px;
}

.two-fact-auth {
    margin-top: 2rem;
}

    .two-fact-auth:not(.show), #login-form:not(.show) {
        display: none;
    }


    .two-fact-auth label {
        font-size: 1.125rem;
        font-weight: 500;
    }

.dropdown-menu[aria-labelledby=ddMenu] {
    max-height: 15rem;
    overflow-y: scroll;
}

.status-value.declined:after {
    content: "Declined";
    color: #874049;
}

.status-value.accepted:after {
    content: "Accepted";
    color: var(--MainThemeAccentColor);
}

.status-value.pending:after {
    content: "Pending";
    color: #edd19b;
}

.status-value.listed:after {
    content: "Listed";
    color: #33cc99;
}

.status-value.funded:after {
    content: "Funded";
    color: #33cc99;
}

.status-value.sold:after {
    content: "Sold";
    color: #33cc99;
}

.doc-label {
    font-size: 1.5rem;
    position: relative;
    top: 5rem;
    left: 2rem;
}

.validation-msg:not(.show) {
    display: none;
}

.validation-msg {
    color: #874049;
}


.tile:hover {
    background: #efefef;
    cursor: pointer;
}

.fileList li i:hover {
    cursor: pointer;
}

.fileList li i {
    color: #d23145;
}

.offer-accept:not(.show) {
    display: none;
}

.register-btn:hover {
    cursor: pointer;
}

.validation-summary-errors {
    color: #874049;
    text-align: left;
}

.badge-offer {
    color: #fff;
    background-color: var(--primary-color) !important;
}

.remove-filter-btn {
    height: 100%;
    width: 2rem;
    text-align: center;
}

    .remove-filter-btn:hover {
        cursor: pointer;
    }

/*.ach-input, .cc-input {
    display: none;
}*/

.footer-list {
    margin: 0;
    font-size: 1.5rem;
    list-style: none;
    padding: 0;
}

.footer-list-item {
    height: 10%;
    margin-top: 56%;
    text-align: left;
    padding: 1rem;
    border-top: 2px solid #dee2e6;
}

    .footer-list-item a {
        color: dimgray;
        display: block;
    }

    .footer-list-item i {
        margin-right: 1rem;
        font-size: 2rem;
        transform: rotate(180deg);
    }

.menu {
    overflow-y: scroll;
    /*min-height: 36rem;*/
}

    .menu::-webkit-scrollbar {
        display: none;
    }

#close-policy:hover {
    cursor: pointer;
}


.modal-content {
    max-height: 90vh;
    overflow-y: auto;
}


#coming-soon {
    font-size: .75rem;
    color: red;
    position: relative;
    top: -3rem;
    left: 12rem;
}

.delinq:not(.show), .perf:not(.show) {
    display: none;
}



#loan-tape i.fa-dollar-sign {
    transform: rotate(314deg);
}

    #loan-tape .sub-icon1 {
        text-align: right;
        height: 3rem;
        padding: 16px !important;
    }

        #loan-tape .sub-icon1 i.fa-dollar-sign {
            left: 71%;
            top: 51%;
        }

    #loan-tape .sub-icon2 {
        text-align: left;
        height: 3rem;
        padding: 0px !important;
    }

        #loan-tape .sub-icon2 i.fa-dollar-sign {
            top: 19%;
            left: 10%;
        }

    #loan-tape .sub-icon3 {
        top: -1rem;
    }
        #loan-tape .sub-icon3 i.fa-dollar-sign {
            top: 16%;
            right: 46%;
        }

#bulk-loader {
    position: relative;
    top: 7rem;
    z-index: 2000;
    width: 2rem !important;
    height: 2rem !important;
    margin: -75px 0 0 -75px;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid var(--primary-color);
    -webkit-animation: spin 1.25s linear infinite;
    animation: spin 1.25s linear infinite;
    left: 9%;
    top: 5rem;
}


.manage-dataTable i:hover {
    cursor: pointer;
}


.menu {
    top: 180px !important;
}

#topHdr {
    position: absolute !important;
    width: 100vw !important;
}


#partialContainer {
    padding-bottom: 10rem !important;
}

nav.navbar {
    position: absolute !important;
    top: 80px !important;
}

.tape-card {
    display: inline-block;
    margin: 1em 1em 1em 1em;
    padding: 1em;
    border: 2px solid green;
    border-radius: 10px;
    text-align: center;
     background-color: rgba(183, 209, 195, 0.10); 
    box-shadow: rgba(1, 94, 34, 0.14) 2px 2px;
}

.tape-card a img {
    width: 5rem;
}

.tape-info label {
    font-weight: bold;
}