html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.mainWrapper_Sec {
    margin-top: -35px;
}

/*.sectionHeadingBox h2 {
    color: #ffffff;
}*/

/* ------------------------ Cover-spin loader start ------------------------ */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999;
    display: block;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 80px;
    height: 80px;
    border-style: solid;
    border-color: #c00000; /* For color */
    border-top-color: transparent;
    border-width: 8px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
/* ------------------------ Cover-spin loader end ------------------------ */

/* ------------------------ Main CSS ------------------------ */

.add-project {
    background: #122143 none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px 10px 45px;
    position: relative;
    top: -10px;
}

    .add-project::before {
        /*background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;*/
        content: "";
        height: 12px;
        left: 17px;
        position: absolute;
        top: 12px;
        width: 12px;
    }

    .add-project:hover {
        color: #ffffff;
    }

button.close {
    font-size: 2rem;
}

.login-header {
    display: inline-flex;
    color: #ffffff;
    width: 100%;
    height: 4rem;
    background: #0e1a35;
}

.close, .close:focus, .close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    padding: 0;
}

.modal-body input, .modal-body select {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    padding: 14px 10px;
    width: 100%;
    color: black;
}

    .modal-body input[type=checkbox] {
        width: 35px;
    }

.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    height: 100px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: black;
}

.modal-header.login-header h4 {
    color: #ffffff;
}

.modal-footer .add-project {
    background: #c00000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
    top: 0;
}

    .modal-footer .add-project::before {
        display: none;
    }

.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}

.cancel, .cancel:hover {
    background: #0E1A35;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}

.swal-button {
    background: #c00000 !important;
}

.modal-header .close {
    margin-top: 2px;
}

.search input:focus {
    border-bottom: 1px solid #BDC4D4;
    line-height: 22px;
    transition: 0.1s all;
}

.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.badge-danger {
    background: #c00000;
    padding: 8px;
    width: 65%;
}

.badge-success {
    background: rgb(0,115,0);
    padding: 8px;
    width: 65%;
}

.swal-button--no {
    background-color: #0E1A35 !important;
}

.term-center {
    text-align: center;
}

.margin-top {
    margin-top: 1rem;
}

.termAmt {
    width: 33% !important;
    padding: 10px !important;
}

#togglePassword {
    cursor: pointer;
    position: relative;
    top: -2.75rem;
    left: 33rem;
    font-size: 1.25rem;
}

input[switch] {
    display: none;
}

    input[switch] + label {
        font-size: 1em;
        line-height: 1;
        width: 7rem;
        height: 2.5rem;
        background-color: #ddd;
        background-image: none;
        border-radius: 2rem;
        padding: 0.1666666667rem;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        position: relative;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
        font-family: inherit;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        zoom: 90%;
    }

        input[switch] + label:before {
            /* Label */
            text-transform: uppercase;
            color: #b7b7b7;
            content: attr(data-off-label);
            display: block;
            font-family: inherit;
            font-family: FontAwesome, inherit;
            font-weight: 500;
            font-size: 0.8rem;
            line-height: 2.22rem;
            position: absolute;
            right: 0.66667rem;
            margin: 0.2166666667rem;
            top: 0;
            text-align: center;
            min-width: 1.6666666667rem;
            overflow: hidden;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

        input[switch] + label:after {
            /* Slider */
            content: '';
            position: absolute;
            top: 0.5rem;
            left: 0.6667rem;
            background-color: #f7f7f7;
            box-shadow: none;
            border-radius: 2rem;
            height: 1.5rem;
            width: 1.5rem;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out;
        }

    input[switch]:checked + label {
        background-color: lightblue;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
        background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
    }

        input[switch]:checked + label:before {
            color: #fff;
            content: attr(data-on-label);
            right: auto;
            left: 0.6667rem;
        }

        input[switch]:checked + label:after {
            left: 5rem;
            background-color: #f7f7f7;
            box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
        }

input[switch="bool"] + label {
    background-color: #c00000;
}

    input[switch="bool"] + label:before {
        color: #fff !important;
    }

input[switch="bool"]:checked + label {
    background-color: #8ac640;
}

    input[switch="bool"]:checked + label:before {
        color: #fff !important;
    }

input[switch="default"]:checked + label {
    background-color: #a2a2a2;
}

    input[switch="default"]:checked + label:before {
        color: #fff !important;
    }

input[switch="success"]:checked + label {
    background-color: #122143;
}

    input[switch="success"]:checked + label:before {
        color: #fff !important;
    }

input[switch="warning"]:checked + label {
    background-color: gold;
}

    input[switch="warning"]:checked + label:before {
        color: #fff !important;
    }

.feature, .editFeature {
    margin-top: 1rem;
    max-height: 15rem;
    min-height: 5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.feature-row {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    width: 99%;
    margin-left: 1px;
    margin-bottom: 5px;
}

.feature-toggle {
    position: relative;
    text-align: center;
    transform: translate(0%, 20%);
}

.feature-text {
    background: none !important;
    border: none !important;
    font-size: 1rem !important;
}

.feature-addbtn, .feature-addbtn-edit, .feature-minusbtn, .feature-minusbtn-edit {
    color: #122143;
    float: right;
    font-size: 1.5rem;
    padding: 0;
    position: relative;
    right: 1rem;
    margin-right: 0.3rem;
}

.feature-minusbtn, .feature-minusbtn-edit {
    margin-right: -0.3rem;
}

    .feature-addbtn:hover, .feature-addbtn-edit:hover, .feature-minusbtn:hover, .feature-minusbtn-edit:hover, .feature-removebtn:hover {
        color: #c00000;
    }

.feature-removebtn {
    color: #122143;
    font-size: 1.5rem;
    position: relative;
    top: 5px;
    left: -5px;
}

.feature-textarea {
    height: auto !important;
    margin: 0 !important;
    border: none !important;
    position: relative;
    top: 0.7rem;
}

.feature-border {
    border-left: 1px solid #e9ecef;
}

.DT-date-filter {
    z-index: 1000;
    position: absolute;
    margin-left: calc(50% - 220px);
}

    .DT-date-filter filter-btn {
        background: #c00000 !important;
        color: white !important;
        padding-left: 19px;
        padding-right: 19px
    }

.dt-button {
    background: #8ac640 !important;
    color: #ffffff !important;
    font-weight: bold;
}

    .dt-button:hover {
        background: #82a755 !important;
        color: white !important;
    }

.iti {
    display: block !important;
}

/* Deal CSS */
#borrowerSeach, #newBorrower {
    margin-top: 2rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.selectBorrower {
    padding: 1rem;
    border-radius: 4px;
}

.searchBtn {
    background: #c00000 none repeat scroll 0 0;
    border: medium none;
    color: white !important;
    font-size: 14px;
    font-weight: 600;
}

.BrokerDealOptions {
    scale: 1.4;
    margin-right: 0.7rem;
    top: .8rem;
    cursor: pointer;
}


   



/* Custom tooltip start */
.ellipsis[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

.ellipsis[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -2em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    font-size: 14px;
    color: #222;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #e7e8ec, #fff);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #e7e8ec),color-stop(1, #fff));
    background-image: -webkit-linear-gradient(top, #e7e8ec, #fff);
    background-image: -moz-linear-gradient(top, #e7e8ec, #fff);
    background-image: -ms-linear-gradient(top, #e7e8ec, #fff);
    background-image: -o-linear-gradient(top, #e7e8ec, #fff);
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

.ellipsis[data-title] {
    position: relative;
}

.fa-circle-minus {
    color: #c00000;
}

.fa-circle-plus {
    color: #122143;
}

button#networkLender-tab, button#outsideLender-tab {
    border: 0;
    background: #c00000;
    color: white;
    padding: 14px 0;
    width: 15rem;
    border-radius: 10px;
    margin-right: 5px;
}

    button#networkLender-tab.active, button#outsideLender-tab.active {
        background-color: #a10000;
    }

ul#myTab {
    border-bottom: 0px;
}

.Company-header {
    border: 2px solid black;
    padding: 0.4rem 0;
    margin: 0;
}

.loaderspin > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

div.your-info div:has(>.form-control) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-box {
    border-bottom: 1px solid black;
}

.second-box {
    border-top: 1px solid black;
}

input.checkbox-change {
    /*width: 21px;
    height: 21px;*/
    scale: 1.4;
    margin-left: 20px;
    margin-top: 7px;
}

input.checkbox-change2 {
    /*width: 21px;
    height: 21px;*/
    scale: 1.4;
    margin-left: 10px;
    margin-top: 7px;
}

label.form-label.dark {
    padding-top: 13px;
    padding-left: 9px;
}

.head-1 {
    padding: 11px 0px;
}

.form-color {
    background: #122143;
    color: #fff;
    /*background: #b7b7b7;*/
}

.right-side {
    border-right: 1px solid black;
}

input.new-text {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 2px;
    background: #ececf7;
    width: -webkit-fill-available;
}

.second-table {
    margin: 30px 30px 0;
    border: 1px solid black
}

.empty-box {
    /*height: 200px;*/
    border-top: 1px solid black;
    background: #f3f3fd;
}

table.table.table2 {
    border: 1px solid black;
    margin-top: 16px;
}

.table2 tr th, .table2 tr td {
    border: 1px solid black;
}


table.table.table2 tr td {
    /*height: 29px;*/
    background: #f3f3fd;
}

table.balanceSheetTbl tr td:first-child {
    background: #fff;
}

.table2 tr th {
    border: 1px solid black;
    background: #122143;
    color: #fff;
}

.third-table {
    margin: 30px 30px 0px 30px;
}

.fourth-table {
    margin: -17px 30px 0px 30px;
}

.table2 tr th {
    border: 1px solid black;
    background: #122143;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

td.empty-box2 {
    height: 234px !important;
}

input.text-area1 {
    width: 100%;
    border: none;
    background: #f3f3fd;
    height: 100%;
    outline: none;
}

textarea.w3review, textarea.w3review:focus {
    border: none;
    background: #f3f3fd;
    outline: none;
}

div.your-info > div.row section {
    margin: 0.5rem 0;
}

.accordion-button:not(.collapsed) {
    /*color: #122143;*/
    color: #ffffff;
    background-color: #122143;
    font-weight: 500;
}

div.your-info .accordion-body, div.your-info .accordion-header {
    border: 1px solid #414d68;
}



.card thead {
    display: none !important;
}

.card tbody tr {
    width: 20em;
    float: left;
    background-color: transparent !important;
}

    .card tbody tr td {
        display: block;
        padding: 0.7rem;
        border: 0;
    }

div.card {
    border: 1px solid #414d68 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    div.card:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    }

    div.card .card-title {
        color: #122143;
    }

    div.card .card-text {
        height: 85px;
    }

    div.card button.borrower-btn {
        color: #fff;
        font-size: 13px;
        background: #122143 none repeat scroll 0 0 !important;
        border-radius: 100px;
    }

td button.business-btn, td button.business-btn:hover {
    letter-spacing: 1px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    background: #122143 none repeat scroll 0 0 !important;
    border-radius: 100px;
}
/*Borrower Listing - Broker/Broker-firm end*/

.swal-button--cancel {
    color: #fff;
}

.swal-button--confirm {
    background-color: #122143 !important;
}

i.fa-circle-minus, i.fa-circle-plus {
    cursor: pointer;
    padding: 5px;
}

.inActiveOption {
    background: darkgray;
}

/*Add Business Account CSS starts*/
#businessInfo .first-box {
    margin-top: 5px;
    padding-bottom: 5px;
}

    #businessInfo .first-box .col-4 {
        padding: 0 0.5rem;
    }
/*Add Business Account CSS ends*/


.input-symbol-dollor, .input-symbol-inline-dollor {
    position: relative;
}

    .input-symbol-dollor input, .input-symbol-inline-dollor input {
        padding-left: 18px;
    }

    .input-symbol-dollor::before {
        position: absolute;
        top: 0.5rem;
        content: "$ \00a0";
        left: 10px;
    }

.inputAfterRequired::before {
    position: absolute;
    top: 2.0rem;
    content: "$ \00a0";
    left: 10px;
}

.input-symbol-inline-dollor::before {
    position: absolute;
    top: 0px !important;
    content: "$ \00a0";
    left: 10px;
}


.includeOthercost {
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid black;
    width: 600px;
}

    .includeOthercost:focus {
        outline: none;
    }

input.custSizeCheckBox {
    height: 20px;
    width: 20px;
}

.rowPanelNotesheading h5 {
    padding: 0.5rem;
    text-transform: uppercase;
    background-color: #122143;
    border: 1px solid #ccc;
    color: #ffffff;
    word-spacing: 3px;
}

.dataTables_wrapper .dt-buttons {
    float: left;
    margin-top: 0 !important;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

.dt-button-margin {
    margin-right: 5px;
}

.customecheckmark {
    height: 25px;
    width: 25px;
    background-color: #eee;
}


.custCheckRequestBtn {
    background-color: #122143 !important;
    color: #fff;
    padding: 5px 13px;
    border: none;
    cursor: pointer;
    margin: 5px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 18px;
}

/* Two Step Form css */
 .custCheckRequestBtn:hover {
        background-color: #fff; /* white background on hover */
        color: #c00000; /* red text color on hover */
    }


    .custCheckRequestBtn:active {
        background-color: #c00000 !important; /* red background when clicked */
        color: #fff !important; /* white text color when clicked */
    }

.activeSeachButton {
    background-color: #c00000 !important; /* red background when clicked */
    color: #fff !important; /* white text color when clicked */
}
/* Logo Design Class*/
.logo {
    /*background: url("/path") no-repeat;*/
    height: 180px;
    text-indent: -9999px;
}

.login_wrp.sign_up .logo_wrp-login {
    position: static;
    padding: 0px 23px;
    /*margin-bottom: -40px !important;*/
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
    background-color: #f6f7fa;
}

.step-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #007bff;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; /* Added cursor pointer */
    font-size: 14px;
    margin-block: auto
}

#registration-Form {
    padding: 20px;
}

#multi-step-form {
    overflow-x: hidden;
    zoom: 1.3;
    border: 1px inset #f2f2f2;
    padding: 10px;
    box-shadow: 4px 4px 4px;
}

.wizard-registration {
}

.upload-area:hover {
    background-color: #ffffff;
}
button.btn.btn-light:hover {
    background-color: #8ac640;
}

button.btn.btn-light {
    background-color: #103442;
    color: #ffffff;
}

i.fas.fa-cloud-upload-alt.fa-3x:hover {
    color: #8ac640;
}
i.fas.fa-cloud-upload-alt.fa-3x {
    color: #103442;
}
.upload-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    color: white;
    margin-top: 7px;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #f35325 !important;
}
