
#formalert,#formsuccess{
    position:absolute;
    top:120px;
    left:35%;
    width:500px;
    z-index:999999;

}

.col-md-4, .col-md-6, .col-md-3{
    display:inline-block;
}
#preloader{
    z-index:999999999;
}

.col-md-2,.col-xl-2,.col-sm-2{
    width:16.6%;
}


.col-md-3,.col-xl-3,.col-sm-3{
    width:25%;
}
.col-md-4,.col-xl-4,.col-lg-4{
    width:33%;
}

.col-md-6,.col-xl-6,.col-sm-6{
    width:50%;
}

.form-control {
    display: inline-block;
}
fieldset > .form-group{
    margin-bottom:30px;
}

form.form-vertical label {
    font-size: smaller;
}

._jsonform-array-buttons {
    margin-left: 25px;
}

.jsonform-required > label:after {
    content: ' *';
    color: red;
}

form.jsonform-hasrequired:before {
    content: '* Required field';
    display: block;
    color: red;
    padding-top: 1em;
}

input.select-loan-type-radio {
    /*
       display:inline-block;
       position:absolute;
       visibility: hidden;
   */
}


.dash-nav .rootli li a.nav-link.menu-nav-link {

    font-weight: normal !important;
    /* color:#6a737c !important; */
    color:#0050B2 !important;
    background-color:transparent;

}
.loan-details-widget .loan-type.checked {
    background-color: var(--primary-color);
}

.loan-details-widget .loan-type.checked > span {
    color: white !important;
}

.loan-details-widget .loan-type.checked img{
    display:none;
}

.loan-details-widget .loan-type.checked img + img{
    display:inline-block;
}
/*
body > div.wrapper > header > nav > ul > li:nth-child(9) > a {
    background-color: #0050B2 !important;
    color: white !important;
    height: 50px;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
}

body > div.wrapper > header > nav > ul > li:nth-child(9) {
    padding-top: 10px;
}

 */
a.nav-link.menu-nav-link.link7.apply {
    background-color: #0050B2 !important;
    color: white !important;
    height: 50px;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    position: relative;
    top: 10px;
    font-weight:bold !important;
    font-size:18px !important;

    line-height: 50px;
    border-radius: 4px;
    padding-left: 35px !important;
    padding-right:35px !important;
    left:50px;
}


.nextbutton,
.apply form.form-vertical div input[type="submit"] {
    float: right;
}


.apply form.form-vertical div .cancelbutton{
    display:none;
}

.apply form.form-vertical {
    padding: 50px;
}


.form-vertical-container {
    /*
    commented out in header:
    width: 75% !important;
     margin-left:25% !important; */
    background-color:white;
}


.wrapper .section-container,
header.topnavbar-wrapper{

    background-color: #f7f9fa;

}




.content-wrapper,.wrapper  {
    box-shadow: none !important;
    border:0 !important;
}



nav.navbar.topnavbar {

    background-color: #f7f9fa;
    box-shadow: none;
    border:0 !important;

}

body, .bgwhite{

    background-color: #f7f9fa;
    box-shadow: none !important;
    border:0 !important;

}

.row.appcontainer {
    width: 1200px;
}

.col-md-3.step-container {
    width: 300px;
    min-height: 530px !important;
}

.col-md-9.form-vertical-container {
    min-width: 900px;
    min-height: 530px;
}

.apply legend {

    text-align: right;
    opacity: .1;
    position: relative;
    top: -15px;
}

.apply legend:first-of-type {
    position: relative;
    top: -75px;
    opacity:.3;
}

.disabledstep{
    opacity:1;
}



.btn-primary,.btn-default {
    background-color: rgba(0, 80, 178, 0.05) !important;
    transition: all 0.3s ease-out;
    overflow: inherit;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--theme-text-color) !important;
    border-color: rgba(0, 80, 178, 0.05) !important;
}

/*
.btn-primary:after {
    position: absolute !important;
    content: ">";
    font-size: 12px;

    color: red;
    top: 30px;
}
*/
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0050b2 !important;
    color: #fff !important;
    border-color:#0050b2 !important;
}

.apply .section-title h2{
    display:block;
    position:unset;
}


.section-title.text-start {
    margin-bottom: 10px;
}

.apply .section-title p {
    font-size: 1.6em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jsonform-required.jsonform-error-response2 > label:after, .jsonform-required.jsonform-error-response1 > label:after {
    content: "";
}

.wrapper .main-content,
nav.navbar.topnavbar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.full-page-background.bg-gray-light{
    background-color:unset !important;
}

.login .card.card-flat {
    margin-left: 45% !important;
}

.preapproval .row.main-content > .col-lg-9{
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}




footer.footer {
    width: 100%;
}

footer.footer > div {
    width: 100%;

}
footer.footer > div > .container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.footer .copyright .social-button a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 19px;
    text-align: center;
    transition: all 0.3s ease-out;
}
.footer .copyright a {
    display: inline-block;
    margin-left: 15px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 10px 0;
}


body.faq .col-md-4.offset-lg-1.mt-4.mt-md-0.ps-lg-5 {
    margin-bottom: calc(300vh);
}
.about section.banner-area-2.pt-145,
.contact section.breadcrumb-area{
    margin-top: 100px;
}


.content-title, legend, .py-2{
    color: #0050b2 !important;
}

.dashboard .row.main-content,.row.dash-nav {
    background-color: white;
}

.loan-details-widget .label,
.label,
label,
form.form-vertical label{
    font-size: 14px;
}

.modal{
    z-index: 9999999;
}


#formalert, #formsuccess {
    top: 150px;
    left: 38%;
}

.errborder{
    border: 1px solid red;
}

.jsonform-required {
    position: relative;
}

.errborder span.help-block.jsonform-errortext {

    display: inline !important;
    white-space: nowrap;

}

.sct-application .modal.disabled .errborder span.help-block.jsonform-errortext {

    display: none !important;
    white-space: nowrap;

}
.sct-application .modal .errborder span.help-block.jsonform-errortext {
    left: 17px;
}
/*
form div .errborder span.help-block.jsonform-errortext {
    display: inline !important;
    white-space: nowrap;
}
*/
span.help-block.jsonform-errortext {

    position: absolute;
    left: 1px;
    bottom: -22px;
}

.row.main-content {
    width: 100%;
    max-width: 1200px;
    position:relative;
    left:15px;
}


.preapproval a,.emailverify a {
    color: #1245EF;
    font-weight: bold;
    font-size:16px

}
.preapproval a:hover,.emailverify a:hover {
    text-decoration:underline;

}

.row.main-content {
    margin-right: auto;
    margin-left: auto;
}
a.nav-link.menu-nav-link {
    font-size: 14px !important;
}

.content-title {
    font-size: 36px;
    color: var(--theme-title-color);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #201f1f !important;
}



a.nav-link.menu-nav-link {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom: 0px #e7e6e6 solid;
    text-align: center;
    padding-left: 0;
    background-color: transparent;
}



.row.dash-nav {
    width: 100%;
    max-width: 1200px;
    position: relative;
    left: 15px;

}
.dashboard .footer-top {
    padding-top:50px;
    padding-bottom:50px;
}

#formalert, #formsuccess {
  /*  display: none; */
}

.alert button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
}


.dashboard .content-header {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
}

.dashboard .content-wrapper > .content-header > .content-title {
    margin-top: 0 !important;
    text-align: left !important;
    margin-left: 20px;
    font-size: 36px;
}

.dashboard .content-wrapper{

    padding-bottom:150px;
}

a.nav-link.menu-nav-link {
    font-family: 'PT Sans' !important;
    text-transform: capitalize !important;
    font-size: 17px !important;
    white-space:nowrap;
}


.preapproval .col-md-9.form-vertical-container.loan-details-widget {

    margin-right: auto;
    margin-left: auto;
}

.preapproval .col-md-9.form-vertical-container.loan-details-widget > form {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
}



.preapproval > section > div > div.row.main-content > div > div > div:nth-child(2) > div.col-md-3 {
    display: none;
}

body > section > div > div.content-header > div.content-title {
    text-align: left;
}


.preapproval .content-wrapper > .content-header > .content-title{
    margin-top: 0 !important;
    text-align: left !important;
    margin-left: 20px;
    font-size: 36px;
}

.preapproval .content-header {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: left !important;
}

#formPreApproval > div > fieldset > legend {
    display: none;
}



footer > div.footer-top > div > div > div.ms-lg-5 {
    margin-left: 5px !important;
}




.dash-nav li {
    display: inline-block !important;
    width: calc(100% / 6);
    min-width: 168px;
    position: relative;
}

.dash-nav ul.navbar-nav.mr-auto.flex-row.nav-user {
    /* flex-direction: column !important; */
    display: inline-block !important;
    /* width: fit-content !important; */
    width: 100%;
    /* height: 200px; */
}


div#notifymarker {
    right: 8% !important;
}



.sct-profile .col-md-9.form-vertical-container {
    margin-left: 20%!important;
    margin-right: 20% !important;
}

form#formObjectProfile {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.dashboard .card-wrapper {
    overflow: visible !important;
    max-height: fit-content !important;
}



.about section.bg_white.pt-90.pb-160 {
    padding-top: 200px;
}

.about .banner-area-2 {
    display: none;
}

.about .section-title.text-start {
    margin-bottom: 70px;
}

.about.description-widget .col-md-4 .desc-title {
    padding-left: 20px !important;
    padding-right: 20px;
}
.verify .content-wrapper {
    padding-bottom: 200px;
}

.verify .card-body a {
    color: #0d6efd;
    font-size: 1.1em;
    padding-left: 10px;
}

.verify .card-body a:hover {
    text-decoration:underline;
}


.g-4, .gy-4 {
    --bs-gutter-y: 30px;
}

.home .col-lg-4{

    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.col-md-6.col-lg-5.offset-lg-1.pt-40 {
    width: 41% !important;
}

div#formalert,div#formsuccess {
    z-index: -1;
}

div#formalert.show,div#formsuccess.show {
    z-index: 99999999;
    top:45% !important;
}

.sct-application .modal.disabled form.jsonform-hasrequired:after {
    content: " Does this information look correct? If you need to make changes, send us a note in the Message Center. ";
    padding-left: 5%;
    color: #0050b273;
}


.sct-application .modal:not(.disabled) form.jsonform-hasrequired:after {
    content: " Once you submit this information, changes can be made by sending us a note in the Message Center. ";
    padding-left: 5%;
    color: #0050b273;
}

#formEditprofilevehicleinfo .form-group.hidr {
    display: none !important;
}

#formEditprofilevehicleinfo .form-group.jsonform-required.hidr {
    display: inline-block !important;
}



#formEditprofilepersonalinfo .cancelbutton,
#formEditprofileresidenceinfo .cancelbutton,
#formEditprofileincomeinfo .cancelbutton,
#formEditprofilepersonalinfo .backbutton,
#formEditprofileresidenceinfo .backbutton,
#formEditprofileincomeinfo .backbutton,
#formEditprofilepersonalinfo .submitbutton,
#formEditprofileresidenceinfo .submitbutton,
#formEditprofileincomeinfo .submitbutton,
#formEditprofilecopersonalinfo .cancelbutton,
#formEditprofilecoresidenceinfo .cancelbutton,
#formEditprofilecoincomeinfo .cancelbutton,
#formEditprofilecopersonalinfo .backbutton,
#formEditprofilecoresidenceinfo .backbutton,
#formEditprofilecoincomeinfo .backbutton,
#formEditprofilecopersonalinfo .submitbutton,
#formEditprofilecoresidenceinfo .submitbutton,
#formEditprofilecoincomeinfo .submitbutton,
#formEditprofilevehicleinfo .backbutton,
#formEditprofileinsuranceinfo .backbutton,
.disabled #formEditprofilevehicleinfo .cancelbutton,
.disabled #formEditprofileinsuranceinfo .cancelbutton,
.disabled #formEditprofilevehicleinfo .submitbutton,
.disabled #formEditprofileinsuranceinfo .submitbutton
{
    display:none;
}





.currstep100 .backbutton,.currstep100 .submitbutton{
    display:none;
}
.currstep100 legend{
    text-align:left;
}
.currstep100 > #form > div > fieldset > div {
    position: relative;
    top: -30px;
}

.currstep100 a {
    font-size: 1.1em;
    color: #0d6efd;
    padding-left: 5px;
}

.currstep100 a:hover {
    text-decoration: underline;
}


.togglePassword {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: .5;
}



.togglePassword:hover {

    opacity: .7;
    cursor:pointer;
}


.togglePassword:active {

    opacity: 1;
    cursor:pointer;
}




.jsonform-error-ssn .controls, .jsonform-error-password .controls, .jsonform-error-password-confirm .controls{
    position:relative;
}

span.help-block.jsonform-errortext {
    font-size: .75em;
}

.passinstructions{
    position:relative;
    top: -15px;
    margin-bottom: 5px !important;
}

.applicantfinalize fieldset,
.sct-profile fieldset{
    position:relative;
}


.sct-profile form.jsonform-hasrequired:before {
    position: relative;
    top: -30px;
}

.sct-profile .passinstructions {
    top: -15px;
    margin-bottom: 5px !important;
    height: 20px;
}

.sct-profile .passinstructions .controls {
    position: relative;
    top: -17px;
}

.passcheck{
    display:inline-block;
    font-size:.7em;
    color:black;
    padding-right:10px;
}

.pcfailed > i{
    color:red;
}
.pcsuccess > i{
    color:limegreen;
}

.apply .secondres legend,.apply .previousemployment legend {
    top: -10px;
}
.copersonalinfo legend:before,.coresidenceinfo legend:before, .coincomeinfo legend:before {
    content: "Co-Applicant ";
}

.personalinfo legend:before, .residenceinfo legend:before, .incomeinfo legend:before {
    content: "Applicant ";
}


.usernamelabel{
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-title-color);
    font-family: "Poppins", sans-serif;

    margin-bottom: 12px;

}
.vinlocation {
    position: absolute;
    font-size: .8em;
    color: #0050B2;
    margin-bottom: 0 !important;
    height: fit-content;
    height: 20px;
}

.vinlocation .controls {
    position: relative;
    left: 1px;
    top: 3px;
}

.vinlocation a:hover {
    text-decoration: underline;
    margin-bottom: 0;
}

.vinlocation a {
    position: relative;
    z-index: 100;
}
.col-md-6.input-newline {
    margin-right: 50%;
}

.col-md-3.input-newline {
    margin-right: 75%;
}
.recover label.text-muted {
    display: none;
}


.verifyemail form fieldset.form-group {
    min-height: 300px !important;
}

.subtext.subtextright {
    position: relative;
    right: calc(50% - 200px);
    top: -105px;
    font-size: .8em;
    color:#9199A1;
    margin-bottom: 0 !important;
    float: right;
    height: 20px;
}




.subtextright .controls {
    position: relative;
    left: -10px;
    top: -1px;
}

.sct-application .subtext.subtextright {
    top: -96px;
}

.sct-application .subtextright .controls {
    left: -23px;
}






.infocontent {
    margin-left: 10px;
    width: fit-content;
    font-size:1.15em;
}

.linkgroup {
    width: fit-content;
    display: inline-block;
}

.linkgroup > a {
    padding-left: 0 !important;
}

.linkgroup > i {
    position: relative;
    top: -2px;
    right: 3px;
    right: 3px;
    z-index:1044;
    float: right;
}

.linkgroup {
    position: relative;
}

.linkgroup:hover > i {
    animation: strober 2.5s infinite;
}

.linkgroup > i:hover {
    color:#EE1296 !important;
    font-size: .7em;
    opacity:1;
    animation:none;
    transition-duration: 0s;
    /* top: -3.5px; */
    cursor:pointer;
}

.linkgroup:hover > i:hover{
    animation:none;
    transition-duration: 0s;
}

.linkgroup > i {
    opacity: .1;
    font-size: .7em;
    padding:5px;
}

.dash-nav li {
    display: block !important;
}

.row.dash-nav {
    position: relative;
    /* float: right; */
    width: fit-content;
    z-index:9999;
    /* right: 0; */
    /* top: 0 !important; */
}

.row.dash-nav {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.nav-wrapper.nav-user-wrapper {
    /* width: 175px; */
    right: 5px;
    position: absolute;
    float: right;
    margin-right: 0 !important;
    top: -227px;
    z-index: 1000;
}

.nav-wrapper.nav-user-wrapper li {
    width: 175px;
}

.dash-nav li a {
    padding: 0;
}





@keyframes strober {
    0%    { opacity: .2; }
    17%   { opacity: 1; }
    34%   { opacity: .2; }
    51%  { opacity: 1; }
    68%   { opacity: .2; }
    85%  { opacity: 1; }
    100%  { opacity: .2; }
}

.strobe{
    animation: strober 2.5s infinite;
}
img.lollydashimg {
    position: absolute;
    width: 500px;
    margin-right: calc(calc(100% - 500px) / 2);
    margin-left: calc(calc(100% - 500px) / 2);
    bottom: 0px;

}


.dashboard .content-wrapper > .content-header > .content-title{
    min-height:80px;
}
.dashboard .content-title {
    position: relative;
    top: -110px;
}

button.btn.btn-sm.btn-secondary.mb-toggle-button.ml-auto {
    display: none;
}

a.btn.btn-purple.mb-compose-button {
    width: 152px;
    /* position: relative; */
    /* top: 30px; */
    /* left: 15px; */
}

.d-flex.mb-3.align-items-center {
    width: 152px;
    position: relative;
    top: 10px;
    left: 15px;
}

.mb-boxes > .card > .card-body {
    padding-top: 0;
}

.mb-boxes a.nav-link.d-flex.align-items-center {
    margin-top: 0;
    max-width: 152px;
}


.dash-nav li.nav-item {
    margin-bottom: 0;
}

.dash-nav .rootli > ul  {
    padding-top:5px;
    overflow: hidden;

}

.dash-nav .rootli > ul > li  {
    padding-right:13px;
    margin-right: 0;
    width: 198px;
    position:relative;
    top:-250px;

}

.dash-nav .rootli.shownav > ul,
.dash-nav .rootli.initnav > ul{
    padding-top:5px;
    overflow: hidden;
    border-right: 1px solid #80808026;
}

.dash-nav .rootli.shownav > ul > li,
.dash-nav .rootli.initnav > ul > li {


    padding-right:13px;
    margin-right: 0;
    width: 198px;
    top:0;
}

.dash-nav .rootli > ul > li:hover{
    background-color:beige;
}


.rootli ul li a.nav-link.menu-nav-link {
    text-align: right;
    font-size: 1.15em!important;
}

ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger {
    /* background-color: white; */
}



.dash-nav .rootli li a.nav-link.menu-nav-link:hover{
    color:#E34CF1 !important;
}

.dash-nav .rootli li a.nav-link.menu-nav-link.on{
    font-weight:bold !important;
    color:#0050B2 !important;
}

.dash-nav .navbar-nav > li.shownav > a.on,
.dash-nav .navbar-nav > li.initnav > a.on{
    border-bottom: 1px solid lightgrey;
}

a#profilerootlink {
    font-weight:bold !important;
}

.dash-nav .rootli ul.navbar-nav li .navbar-nav.slideoutnav {
    display: block !important;
}

.dash-nav ul.navbar-nav .rootli ul.navbar-nav.slideoutnav {
    display: block !important;
}

.dash-nav ul.mr-auto.flex-row.nav-user.navbar-nav.nav-trigger > li.rootli > ul.navbar-nav.slideoutnav,
.dash-nav ul.navbar-nav.nav-trigger > li.rootli.shownav > ul.navbar-nav.slideoutnav,
.dash-nav ul.navbar-nav.nav-trigger > li.rootli.initnav > ul.navbar-nav.slideoutnav{
    display:block !important;
}

ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.shownav #notifymarker,
ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.initnav #notifymarker{

}

div#notifymarker {
    width: fit-content;
}

ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li #notifymarker {
    bottom: 188.8px;
    top: unset !important;
    transition: bottom .2s;
    transition-delay: 0s;
    transition-timing-function: ease;
    /* transition-timing-function: ease-in-out; */
}

ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.shownav #notifymarker,
ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.initnav #notifymarker {

    z-index: 9999999;
    top: unset !important;
    bottom: 122px;

    transition: bottom .4s;
    transition-delay: 0s;
    transition-timing-function: ease;
    /* top:71.15px; */
}



.sct-profile .row.main-content .form-vertical-container {

    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sct-profile fieldset.form-group.jsonform-error- {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.sct-profile form#formObjectProfile {
    padding-top: 50px;
    max-width: 360px;
}

.sct-profile .row.main-content .row .col-md-9.form-vertical-container {
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 400px !important;
}

.sct-profile .row.main-content .col-lg-9 {
    width: 600px !important;
    max-width: 600px !important;
    min-width: 100% !important;
}

.sct-profile .row.main-content .col-lg-9 .row .col-md-3 {
    display: none;
}

.dashboard .row.main-content{
    padding-top:20px;
}
.dashboard .content-title {
    position: relative;
    top: -73px;
    font-size: 3.2em !important;
}

.dashboard img.lollydashimg {
    bottom: 10px;
    width: 475px;
}
.infocontent {
    font-size: 1.25em;
}

label.loan-type.label {
    min-height: 119px;
}

.appconfig .jsonform-error-response2 .radio.col-lg-4.col-md-6:first-of-type label.loan-type.label:first-of-type {
    position: relative;
    top: -5px;
}

a.actioncta{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    background-attachment: scroll;
    background-color: rgb(0, 80, 178);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(255, 255, 255) !important;
    height: 40px;
    width: fit-content;
    border: 1px solid rgb(0, 80, 178);
    border-top: 1px solid rgb(0, 80, 178);
    border-right: 1px solid rgb(0, 80, 178);
    border-bottom: 1px solid rgb(0, 80, 178);
    border-left: 1px solid rgb(0, 80, 178);
    margin: 0px;
    padding: 8px 12px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 120px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: inline-block;
    clear: none;
    z-index: auto;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    overflow: visible;
    cursor: pointer;
    visibility: visible;
    transform: none;
    transition: all 0.3s ease-out 0s;
    outline: rgb(255, 255, 255) none 0px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
a.actioncta:hover{
    text-decoration:none;
    background-color: rgba(0, 80, 178, 0.05) !important;
    transition: all 0.3s ease-out;
    color: black !important;
    border-color: rgba(0, 80, 178, 0.05);
}
.linkgroup > a.doc > strong {
    font-weight: normal;
}

.infocontent {



    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;

    /* just for demo */
    width: 100%;
    max-width:400px;
}

.linkgroup {
    width:fit-content;

    vertical-align: top;
    display: block;
   /* *display: inline; */
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}






.infohead {
    position: relative;
    top: -25px;
    left: -10px;
}



.infohead {
    position: relative;
    top: -15px;
    left: -20px;
    color: slategrey;
    opacity: .7;
    font-weight: bold;
}

.infocontent {
    position: relative;
    top: 10px;
}

.infohead {
    text-align: left !important;
    left: 0;
    width: 60px !important;
    top: -65px;
}




td.files > div:nth-child(3) {
    top: -40px;
}

.docedit.docfirst {
    display: none;
}

.uploaded .docedit.docfirst {
    display: inline-block;
}

.docedit, .required > i {
    color: blue !important;
}


.isdeclined.docedit, .required.isdeclined > i{

    color:red !important;
}


.isaccepted.docedit, .required.isaccepted > i{

    color:#28be28 !important;
}


.optional .doc{
    color:black !important;
}


td.files > div:nth-child(7) > div:nth-child(2) .doc strong {
    margin-left: 4px;
}

.infohead,td.files > div:nth-child(3) {
    display: block !important;
    /* position: unset; */
    top: 0;
    left: 2px;
    width: 100%;
    white-space: nowrap;
}

.infohead {
    text-transform: capitalize !important;
}

.infocontent {
    /* border: 1px solid; */
}

.dash-nav .rootli > ul > li:hover {
    background-color: #f8f8c57a;
}
.linkgroup .docfirst:hover,
.linkgroup .docsecond:hover{
    background-color: #f8f8c5d1;
}
.surround{
    width:100%;
}

.declined {
    text-decoration: line-through;
    text-decoration-color: #ff000059;

}


.infohead {

    font-weight:normal;
    font-size:1.2em;
    min-width:100%;
    background-color: #faf5f5;
    padding-left: 10px;
    color: black;
}

.docedit, .required > i {
    color: red !important;
}

.required.uploaded .docedit, .required.uploaded > i {
    color: blue !important;
}
.required.uploaded.isdeclined .docedit,
.required.uploaded.isdeclined > i {
    color: red !important;
}
.required.uploaded.isdeclined > .docfirst{
    display:none !important;
}


.required.uploaded.isaccepted .docedit,
.required.uploaded.isaccepted > i {
    color:#28be28 !important;
}
.linkgroup i.fa-check {
    display: none;
}

.linkgroup.isaccepted.uploaded i.fa-check {
    display: block !important;
    opacity: 1;
}

.linkgroup.isaccepted:hover > i {
    animation: none !important;
}


a.carcta{
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    vertical-align: middle;
    white-space: pre;
    word-spacing: 0px;
    background-attachment: scroll;
    background-color: rgb(0, 80, 178);
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    color: rgb(255, 255, 255) !important;
    height: 40px;
    width: fit-content;
    border: 1px solid rgb(0, 80, 178);
    border-top: 1px solid rgb(0, 80, 178);
    border-right: 1px solid rgb(0, 80, 178);
    border-bottom: 1px solid rgb(0, 80, 178);
    border-left: 1px solid rgb(0, 80, 178);
    margin: 0px;
    padding: 8px 12px;
    max-height: none;
    min-height: 0px;
    max-width: none;
    min-width: 120px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    float: none;
    display: inline-block;
    clear: none;
    z-index: auto;
    list-style-image: none;
    list-style-type: disc;
    list-style-position: outside;
    border-collapse: separate;
    border-spacing: 0px 0px;
    caption-side: top;
    empty-cells: show;
    table-layout: auto;
    overflow: visible;
    cursor: pointer;
    visibility: visible;
    transform: none;
    transition: all 0.3s ease-out 0s;
    outline: rgb(255, 255, 255) none 0px;
    outline-offset: 0px;
    box-sizing: border-box;
    resize: none;
    text-shadow: none;
    text-overflow: clip;
    word-wrap: normal;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
a.carcta:hover{
    text-decoration:none !important;
    background-color: rgba(0, 80, 178, 0.05) !important;
    transition: all 0.3s ease-out;
    color: black !important;
    border-color: rgba(0, 80, 178, 0.05);
}

.verify .col-lg-9.col-offset-3 {
    width: 100%;
}

.verify .content-header {
    text-align: center;
}

body.verify > section > div > div.content-header > div.content-title {
    text-align: center;
}

.sct-application .form-group.jsonform-error-.subhead {
    display: none;
}

.sct-application form.jsonform-hasrequired:before {
    display: none;
}
::placeholder {

    color: #384ea657 !important;;


}

.sct-paymethods .form-group,.sct-offer .modal .form-group {
    margin-bottom: 30px;
}

.paymethods .badge.badge-info {
    min-width: 100px;
    width: fit-content;
}

.sct-offer .radio label span {
    padding-left: 4px;

    position: relative;
    bottom: 2px;
}

.sct-offer .radio label span {
    padding-left: 4px;

    position: relative;
    bottom: 2px;
}

.jsonform-error-achmenu a {
    top: 10px;
    position: relative;
}

.form-group.jsonform-error-achmenu {
    margin-bottom: 30px;
}

.sct-offer .hidr{
    display:none !important;
}

.offerbuttons {
    margin-top: 20px;
}
.sct-offer .acceptanceconfig .jsonform-required .jsonform-errortext {
    margin-left: 20px;
}

.sct-offer .errborder .errborder {border: 1px solid white;}



.jsonform-error-terms span.help-block.jsonform-errortext {
    bottom: 0;
    position: unset;
}

.jsonform-error-terms label.errborder {
    margin-bottom: 0;
}

.loan-details-widget .form-control {
    color: #5b6166;
}
.disclosures {
    color: var(--primary-color);
}
.apply .section-title ul li {
    list-style: disc;
}

.apply .section-title ul {
    padding-left: 50px;
    padding-top: 20px;
}

.faq .faq-widget ul {
    padding-left: 40px;
}

.faq .faq-widget ul li {
    list-style: disc;
    padding-top: 10px;
}
body.faq .col-md-4.offset-lg-1.mt-4.mt-md-0.ps-lg-5 {
    margin-bottom: calc(300vh);
    position: absolute;
    top: 500px;
    right: 50px;
}
a.coapptoggle {
    position: absolute;
    top: 410px;
    left: 45px;
    font-size: .8em;
}
a.coapptoggle.coapptogglerefi{
 /*   top:500px; */
}

a.coapptoggleremove{
    color:red;
}
a.coapptoggleadd{
    color:#28be28;
}

a.coapptoggle:hover{
  /*  font-weight:bold; */
    text-decoration:underline;
}

a.coapptoggle:hover > i.hidr{
    /*  font-weight:bold; */
    display:inline-block !important;
}

.stepper-widget ul li:last-of-type::before {
    display: none;
}

.preapproval a.carcta,.verifyemail a.carcta {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.sct-application .vinlocation .controls {
    left: 16px;
    top: -2px;
}
.contact .section-title P {
    font-size: 1.3em;
    position: relative;
    top: -10px;
    margin-bottom: 40px;
}
.about .description-widget .col-md-4 {
    padding-top: 55px;
}

.apply-topics {
    padding-top: 10px;
}

.apply-topics > a {
    margin-top: 40px;
}
#modal-showvin .modal-lg,#modal-showvin .modal-body {
    width: 1200px;
    max-width: 1200px;
}

div#modal-showvin {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: calc(calc(100% - 1200px) / 2);
    margin-top: calc(calc(100vh - 677px) / 2);
}
div#modal-showvin.show {
    z-index: 99999999;
}

.apply #modal-showvin.show legend:first-of-type {
    position: unset;
    text-align: left;
    opacity: 1;
}

.sct-application .modal:not(.disabled) form > div > div {
    position: relative;
    top: 60px;
}


.sct-application .modal:not(.disabled) form {
    margin-bottom: 50px;
}

.sct-application .modal:not(.disabled) form.jsonform-hasrequired:after {
    position: relative;
    bottom: 30px;
}
.selectloan:before {
    content: "Select a loan option:";
    font-weight: bold;

}

.selectloantype:before {
    content: "Select a loan type:";
    font-weight: bold;
}
.loan-details-widget .loan-type span {
    text-transform: unset;
}


.personalinfo .appcoappsubhead span:after {
    content: "yourself.";
}

.copersonalinfo .appcoappsubhead span:after {
    content: "your co-applicant.";
}

.residenceinfo .appcoappressubhead span:after {
    content: "your residence.";
}

.coresidenceinfo .appcoappressubhead span:after {
    content: "your co-applicant's residence.";
}
.incomeinfo .appcoappincsubhead span:after {
    content: "income details.";
}

.coincomeinfo .appcoappincsubhead span:after {
    content: "your co-applicant's income details.";
}


.gapnote {
    margin-bottom: 10px !important;
    position: relative;
    top: -25px;
}

.currentemployment .gapshow {
    display: none;
}

.uploaded .docedit,.uploaded .docedit > i,.uploaded > i {
    color: blue !important;
}

.uploaded.isaccepted .docedit,.uploaded.isaccepted .docedit > i,.uploaded.isaccepted > i {
    color: #28be28 !important;
}

.uploaded.isdeclined .docedit,.uploaded.isdeclined .docedit > i,.uploaded.isdeclined > i {
    color: red !important;
}

.routinglocation .controls {
    top: -1.5px !important;
}

.accountlocation .controls {
    top: -2px !important;
}
div#modal-showaccountrouting {
    width: 1200px !important;
    max-width: 1200px !important;
    margin-left: calc(calc(100% - 1200px) / 2);
    margin-top: calc(calc(100vh - 677px) / 2);
}

a#\#paystub2 > i {
    margin-right: 5px;
}
.footer .footer-top .footer-widget .f-widget-title h5 {
    text-transform: none;
}
.showpro {
    font-size: .9rem;
    /* overflow: hidden; */
    white-space: nowrap;
    width: 200px;
    font-weight: normal;
    color: #c2aaaa;
    position:absolute;
}

img.lollydashimg {
    display: none;
}
.ranmessages{
    position:absolute;
    /* margin-right: calc(calc(100% - 500px) / 2); */
    /* left: calc(calc(100% - 500px) / 2); */
    left: 380px;
    top: 20px;
    width: 475px;
    /* font-size: 1.2em !important; */
    text-align: center;
}

.ranmessages h4 {
    font-size: .6em;
}

.ranmessages h4 small {
    margin-top: 20px;
}

span.dashlinks.appdocumentation {
    color: black !important;
}

span.dashlinks.appdocumentation:hover {
    text-decoration: none !important;
}
.sct-application a.dashlinks {
    color: black !important;
}
.doclegendshow {
    border: 1px #dfdede dashed;
    font-size: .8em;
    width: fit-content;
    padding: 10px;
    margin: 10px;
}
a#primarydoclegend > i {
    display: none;
}
.disabled ::placeholder {
    /* display: none; */
    opacity: 0;
}

.applicantfinalize form.jsonform-hasrequired:before{
    visibility:hidden;

}

.downpaymentinfo {
    margin-bottom: 20px !important;
}

.credentials legend {
    position: unset !important;
}

.username {
    margin-top: 100px !important;
}

.downpaymentfs {
    margin-bottom: 50px;
}
.jsonform-error-password .label {
    text-transform: capitalize;
}
.ranmessages {
    top: 40px;
}

.dashboard .content-header {
    top: -20px;
}

.showpro {
    margin-top: -10px;
}

.previousemployment legend {
    top: 170px !important;
}

.jsonform-error-secondaryincome_gap_1 {
    position: relative;
    top: -50px;
    margin-top: 70px;
    margin-bottom: 60px !important;
}

.gapnote {
    position: relative;
    top: -100px;
}

.logouttimer {
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
    color: red;
    margin-bottom: 50px;
}
#modal-showlogout {
    margin-top: calc(calc(100vh - 550px) / 2);
}
button#savesession {
    top: -20px;
    position: relative;
}
legend#label-showlogout {
    position: unset;
    text-align: left;
    opacity:.3;
}
.modal .close {
    font-size: 24px;
    background-color: white;
    font-weight: bold;
    margin-right: 10px;
}

.login .togglePassword {
    display: none;
}


.sct-dashboard .tooltip .tooltip-inner {
    text-align: right;
}

.sct-loan .tooltip .tooltip-inner {
    text-align: left;
}

a.statementlink {
    color: #0050B2;
    font-weight: bold;
}

a.statementlink:hover {
    text-decoration: underline;
}

.apply .form-vertical ul {
    padding-top: 20px;
    padding-left: 40px;
    list-style: disc;
}

.apply ul li {}

.apply .form-vertical ul li {
    list-style: disc;
}

.optional.uploaded.isdeclined a {
    color: black !important;
}

.optional.uploaded.isdeclined i {
    color: black !important;
}


.optional.uploaded.isdeclined .docfirst {
    display: none !important;
}

@media (min-width: 1200px) {
    .home .col-xl-3{
        max-width:25% !important;
    }
    .home .col-md-6{
        max-width:41.6%;
    }

    .home #banner_animation .col-md-6 {
        max-width: 50%;
    }

    .home #banner_animation .col-md-6.col-lg-5 {
        width: 41%;
    }
    .col-lg-4.text-center.text-lg-end {
        position: relative;
        left: 50px;
    }
}
@media (min-width: 420px) {

    .dashboard .row.main-content{
        top:80px;
    }

    .section-container > .content-wrapper {
        padding-top: 200px;
    }

    .faq .faq-area {
        padding-top: 200px;
    }
    .login .section-container > .content-wrapper{

        padding-bottom:200px;
    }

    .footer-top .col-md-6.col-md-4, .footer-top .col-xl-6.col-md-4, .footer-top .col-sm-6.col-md-4{
        width:33% !important;
    }

    .footer-top .col-md-6.col-md-3, .footer-top .col-xl-6.col-md-3, .footer-top .col-sm-6.col-md-3{
        width:20% !important;
    }

    .footer-top .col-md-6.col-md-2, .footer-top .col-xl-6.col-md-2, .footer-top .col-sm-6.col-md-2{
        width:20% !important;
    }

    .footer-top .footer-widget .footer-bold {
        padding-left: 15%;
    }

    footer > div.footer-top > div > div > div.ms-0 {
        margin-right: 50px;
    }


    .tools .content-wrapper {
        padding-top: 80px;
    }


    .tools .content-title,.verify .content-title {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 36px !important;
    }

    .tools .content-header,.verify .content-header {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1200px;
        padding-left: 15px;
        padding-top: 80px;
    }




    .calc-wrapper {
        margin-left: 0;
    }




    .dashboard .content-wrapper {

        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .dashboard .content-wrapper .row.dash-nav,.dashboard .content-wrapper .row.main-content {
        left: 0;
    }


    .preapproval .content-wrapper > .content-header > .content-title{
        margin-left:20px;
        font-size:36px;
        margin-top:0 !important;
    }

    .verify .content-wrapper {
        padding-top: 80px;
    }

    .mb-boxes a.nav-link.d-flex.align-items-center {
        min-width: 152px;
    }
    .sct-messagectr .col-xl-2.col-lg-4 {
        min-width: 200px;
    }

    .surround:after {

        float:right;
        position:relative;
        right:20px;
        top:-23px;
        font-size:.7em;
        color:#fafbfc;
        font-weight:normal !important;
    }

    .surround:hover {
        background-color: #f7f5f5;
    }

    .surround:hover:after {
        float:right;
        position:relative;
        color:lightgrey;
    }


    .surround:has(div.optional):after {
        content:"*optional";
    }

    .surround:has(div.required):after {
        content:"*required";
    }


    .surround:has(div.uploaded.required.isaccepted):after {
        content: "*verified";
    }


    .surround:has(div.uploaded.required):after {
        content: "*pending review";
    }


    .surround:has(div.uploaded.required.isdeclined):after {
        content: "*replacement needed";
    }




    .surround:hover .linkgroup > i {
        animation: strober 2.5s infinite;
    }






    .doc {
        padding-right: 4px;
        margin-right: 4px;
    }

    .linkgroup > a.docfirst {
        padding-right: 5px;
        margin-right: 0px !important;
        padding-left: 4px !important;
    }


    a.docfirst i.fa {
        font-size: .9em;
    }

    .linkgroup.uploaded .docsecond {
        left: -5px;
        top: 1px;
    }

    span.stretch {
        height: 0;
    }

    .infocontent {
        max-height: 90px;
        top: -10px;
    }

    .infocontent.first {
        max-height: 60px;
        top: 0;
    }

    .infohead {
        top: -5px;
    }



    .infocontent {
        width: 100%;
        max-width: 100%;
    }

    .infocontent {


        max-height: 90px;
        top: -5px;
    }

    .infocontent.first {
        max-height: 60px;

    }

    .files .infocontent.first{
        max-height:unset;
    }

    .files .infohead {
        position: unset;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .files .infocontent {
        position: unset !important;
    }

    .files span.stretch {
        display: none;
    }

    div#logouttimer {
        position: unset !important;
    }


    td.files > div:nth-child(9){
        top:-20px
    }
    td.files > div:nth-child(10) {
        top:-10px

    }

    .apply legend{
        text-align: center;
    }

    form.jsonform-hasrequired .subhead {
        position: relative;
        top: -75px;
        text-align: center;
        margin-right: auto;
        width: 694px;
        margin-left: auto;
        margin-bottom: 10px !important;
        height: 50px;
    }

    form.jsonform-hasrequired:before {
        font-size: .8em;
        position: relative;
        top: 50px;
        content: "* required";
    }



    .formsubheadtext {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #6a737cde;
        line-height: 26px;
    }

    form.jsonform-hasrequired .subhead label {
        position: absolute;
    }
    .jsonform-hasrequired .subhead {
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #6a737c;
        line-height: 26px;
    }
    .coincomeinfo form.jsonform-hasrequired .subhead,
    .incomeinfo form.jsonform-hasrequired .subhead {
        height: 15px !important;
        margin-bottom: 0 !important;
        top: -30px !important;
        margin-top: 0 !important;
    }



    .apply .currentemployment legend {
        top: -90px !important;
    }

    #navbarSupportedContent li.nav-item.nav-level0:after {
        content: "";
        position: absolute;
        right:330px;
        bottom: -10px;
        color: #dbd9d9;
        font-size: 22px;
        white-space:nowrap;

        display:none;
    }


    #navbarSupportedContent li.nav-item.nav-level0:has(.preapproval):after {
        content: "Get Pre-Qualifed for an Auto Loan";
        right: 278px;
    }

    #navbarSupportedContent li.nav-item.nav-level0:has(.faq):after {
        content: "Frequently Asked Questions";
        right: 308px;
    }


    #navbarSupportedContent li.nav-item.nav-level0:has(.tools):after {
        content: "Tools & Calculators";
        right: 350px;
    }

    #navbarSupportedContent li.nav-item.nav-level0:has(.about):after {
        content: "Why Choose Carlolly";
        right: 343px;
    }

    #navbarSupportedContent li.nav-item.nav-level0:has(.contact):after {
        content: "Contact Us";
        right: 391px;
    }

    #navbarSupportedContent li.nav-item.nav-level0:has(.login):after {
        content: "Sign in to your account";
        right: 331px;
    }
    #navbarSupportedContent li.nav-item.nav-level0:has(.apply):after {
        content: "Get Approved for an Auto Loan";
        right: 291px;
    }
    #navbarSupportedContent li.nav-item.nav-level0:has(.dashboard):after {
        content: "Your Carlolly Home Base";

    }


    #navbarSupportedContent ul.navbar-nav.menu.ms-auto {
        position: relative;
    }

    #navbarSupportedContent li.nav-item.nav-level0:hover:after {
        display:block;
    }

    #navbarSupportedContent li.nav-item.nav-level0:hover > a {
        color:#1245ee;
    }
    #navbarSupportedContent li.nav-item.nav-level0:hover{
        cursor:pointer;
    }

    .clinfotip {
        position: absolute;

        z-index: 999999;
        font-size: 1.1em;
    }

    .clinfotip em.fa.fa-info-circle {
        color: #7b7777;
    }

    .sct-application.modal-open .tooltip {
        z-index: 9999999;
    }

    .sct-application.modal-open .clinfotipemail{
        left: 505px;
        top: 130px;
    }

    .clinfotipemail {
        left: 870px;
        top: 315px;
    }

    .sct-application.modal-open .clinfotipmobile{
        left: 130px;
        top: 130px;
    }

    .clinfotipmobile {
        left: 515px;
        top: 315px;
    }
    .sct-application.modal-open .clinfotipgross{
        left: 740px;
        top: 225px;
    }

    .clinfotipgross {
        left: 1100px;
        top: 423px;
    }

}
@media (max-width: 420px) {


    .clinfotip{
        display:none;
    }

    .col-md-4{
        width:100%;
    }
    .col-md-3{
        width:100%;
    }
    .col-md-6{
        width:100%;
    }
    .col-lg-4{
        width:100%;
    }
    button.navbar-toggler{
        right:250px;
    }

    .col-md-9.form-vertical-container.loan-details-widget {
        padding: 0;
        min-width: auto !important;
        max-width: 400px;
    }

    .col-md-3.step-container {
        width: 100%;
        min-height: 0 !important;
    }

    form.form-vertical {
        padding: 0 !important;
    }

    .section-title.text-start {
        margin-top: 50px;
    }

    h2.mb-0.wow.fadeInUp {
        margin-left: auto;
        top: 50px !important;
        font-size: 30px;
        margin-right: auto;
        left: calc((100% - 300px) / 2) !important;
    }

    .radio.col-lg-4.col-md-6 {
        width: 80%;
    }

    .controls {
        width: 90%;
        padding-left:10%;
        padding-right:10%;
    }

    div {}

    form.form-vertical > div > div {
        width: 100%;
    }

    #form > div > div {
        width: 85%;
        /* margin-bottom: 10px; */
        position: relative;
        top: -10px;
    }

    fieldset.form-group.jsonform-error {
        max-width: 100%;
    }

    legend {
        top: 0px !important;
        text-align: left !important;
        max-width: 90%;
        padding: 10px;
    }

    .col-md-9.form-vertical-container {
        min-height: fit-content;
    }
    #formalert, #formsuccess {
        left: 4.5%;
        width: 90%;
        top: 15%;
        position: fixed;
        z-index: 999;
    }

    button.navbar-toggler {
        right: 0px;
    }

    div#navbarSupportedContent.show {
        z-index: 99999 !important;
        max-height: 575px !important;
    }

    button.navbar-toggler {
        z-index: 999999;
    }
    form.form-vertical div.form-group label {
        padding-left: 5%;
    }

    form.jsonform-hasrequired:before {
        padding-left: 10px;
    }

    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.how-it-work {

        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    section.faq-area {
        padding-top: 50px;
    }

    section.manage-c-finance {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    section#feature {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    section#banner_animation {
        padding-top: 100px !important;
        padding-bottom: 100px;
    }

    .preapproval section.section-container {
        padding-top: 50px;
    }

    .fast-e-loan {
        padding-top: 50px;
    }

    .login .card.card-flat {
       ;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .dashboard .content-wrapper{
        padding-top:100px !important;
        padding-left: 0;
    }

    .dashboard .row.dash-nav .col-lg-12, .dashboard .row.main-content .col-lg-12 > div {
        background-color: white;
        margin-right: 15px !important;
    }



    .dashboard .row.main-content .col-lg-12, .dashboard .row.main-content .col-xl-12 {
        padding-right: 0;
    }

    .dashboard .row.main-content .col-lg-12 .row {
        margin-right: 0 !important;
    }


    .dashboard .modal {
        width: 100% !important;
        /* max-width: 90% !important; */
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .sct-messagectr button.btn.btn-sm.btn-secondary.mb-toggle-button{
        display:none;
    }

    a.nav-link.menu-nav-link {
        text-align: left;
        padding-left: 15px;
    }

    .row.dash-nav,.row.main-content {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .row.dash-nav .col-lg-12,.row.main-content .col-lg-12 {
        background-color: white;
        margin-right: 15px !important;
    }

    .tools .content-wrapper > .content-header > .content-title,
    .verify .content-wrapper > .content-header > .content-title{
        margin-top: 125px !important;
    }

    .calc-wrapper,.calc-body {
        margin-left: 0;
    }
    .col-sm-6.colinlineblock.vertmiddle {
        width: 100%;
        display: block !important;
        margin-bottom: 50px;
    }
    .price-form{
        top:0;
        left:0;
    }

    .footer-widget.mb-30.wow.fadeInUp * {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }

    footer .footer-top .col-md-2 {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
    }

    body.faq .col-md-4.offset-lg-1.mt-4.mt-md-0.ps-lg-5{
        margin-bottom:0 !important;
    }

    .home section.cta-area.pt-60 {
        margin-bottom: 100px;
    }

    .home .col-md-6.col-lg-5.offset-lg-1.pt-40 {
        width: 80% !important;
    }


    .linkgroup {
        display: inline-block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .docfirst {
        padding-left: 0 !important;
    }

    .infohead {
        text-align: left !important;
        padding-top:5px;
    }

    .sct-application a.dashlinks {

        font-size:0 !important
    }

    .sct-application .row.main-content > div > div > div > div > div.card-wrapper > div > table > tbody > tr:nth-child(1) > td:nth-child(1) > a:after{
        content:"Personal";
        font-size:1rem !important;
    }

    .sct-application .row.main-content > div > div > div > div > div.card-wrapper > div > table > tbody > tr:nth-child(2) > td:nth-child(1) > a:after{
        content:"Residence";
        font-size:1rem !important;
    }

    .sct-application .row.main-content > div > div > div > div > div.card-wrapper > div > table > tbody > tr:nth-child(3) > td:nth-child(1) > a:after{
        content:"Income";
        font-size:1rem !important;
    }

    /*   */
    .sct-messagectr .d-flex.mb-3.align-items-center {
        display: inline-block !important;
        width: 48%;
        height: 40px !important;
        position: relative;
        top: -3px;
    }

    .sct-messagectr .mb-boxes.collapse.show {
        display: inline-block;
        overflow: visible;
        height: 40px !important;
        width: 50%;
    }

    .sct-messagectr ul.nav.nav-pills.flex-column {
        height: 40px !important;
    }

    .sct-messagectr li.nav-item.active {
        height: 45px !important;
    }

    .sct-messagectr a.nav-link.d-flex.align-items-center {
        height: 40px;
        width: 150px;
        margin-right: 0 !important;
        margin-left: 10px;
    }

    .sct-messagectr a.btn.btn-purple.mb-compose-button {
        width: 170px;
        padding-left: 10px;
    }

    .sct-messagectr .row.main.main-content > div > div > div.col-xl-2.col-lg-4 > div.mb-boxes.collapse.show > div > div {
        padding-right: 0 !important;
        padding-left: 10px;
    }

    .sct-messagectr .row.main-content .col-xl-2.col-lg-4 {
        padding-right: 0 !important;
        padding-left: 0;
        margin-left: 15px;
        margin-right: 15px;
        border-color: transparent;
        box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
        border-bottom: 1px solid #d1d2d3;
    }

    .sct-messagectr .mb-boxes .card.card-default {
        border: 0;
        box-shadow: none;
    }

    .sct-messagectr .row.main.main-content > div > div > div.col-xl-10.col-lg-8 > div > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sct-messagectr .row.main.main-content > div > div > div.col-xl-10.col-lg-8 > div > div > table > tbody > tr > td {
        padding-left: 0;
        padding-right: 0;
    }


    .sct-messagectr .mb-mail-date.ml-auto {
        position: absolute;
        right: 20px;
    }

    .sct-profile .col-md-9.form-vertical-container {
        margin-left: 0 !important;
        min-width: 100%;
        margin-right: 0px !important;
    }

    .sct-profile .row.main-content .col-lg-9 .row {
        margin-right: 0;
    }
    .sct-loan .row.main-content > div > div > div > div > div.card-wrapper > div > table > thead > tr > th {
        display: inherit;
    }



    .dashboard .content-wrapper .content-header .content-title,.tools .content-title,.preapproval .content-wrapper > .content-header > .content-title{
        font-size:30px !important;

    }

    .preapproval .content-wrapper > .content-header > .content-title {

        margin-left: 20px;
        margin-top: 55px !important;
    }

    .dashboard .content-wrapper > .content-header > .content-title{
        padding-left:10px;
    }


    .dash-nav li {
        width: 100%;
    }

    .about section.bg_white.pt-90.pb-160 {
        padding-top: 75px;
    }

    .faq .section-title.text-start {
        margin-top: 73px;
    }

    .apply .content-wrapper {
        margin-top: 75px;
        /* padding-left: 0; */
    }


    .apply .col-md-3.step-container {
        padding-left: 0;
    }

    .apply .section-title.text-start {
        margin-bottom: 50px;
    }


    .apply h2.mb-0.wow.fadeInUp{
        left: 15px !important;
    }



    .apply .row.main-content {
        left: 0px;
    }

    .appconfig .form-group.jsonform-error-response1.col-md-12 {
        margin-top: 0;
    }

    .appconfig .loan-details-widget .loan-type.label {
        margin-bottom: 25px;
    }

    .loan-details-widget .form-control {
        color: #5e6266;
    }

    .appconfig .form-group.jsonform-error-response2.col-md-12 {
        margin-bottom: 0;
    }

    .appconfig .radio.col-lg-4.col-md-6 {
        width: 100%;
    }

    .jsonform-error-ssn .controls{
        position:relative;
    }

    .togglePassword {
        position: absolute;
        top: 15px;
        right: 50px;
        opacity: .5;
        z-index: 9999999;
    }

    td.threadholder:has(ul.thread.hidr) {
        display: none;
    }

    .sct-messagectr .col-xl-10.col-lg-8 .card-body {
        min-height: 263px;
    }





    .sct-messagectr .col-xl-2.col-lg-4 .card.card-default {
        /* display: block; */
        position: relative;
    }

    .sct-messagectr .col-xl-2.col-lg-4 {
        min-height: 120px;
    }

    ul.messagecontrols {
        position: absolute;
        top: 80px;
        left: -100%;
    }

    ul.messagecontrols li {
        display: inline;
        padding-right: 25px;
    }

    .sct-messagectr .col-xl-2.col-lg-4 .card.card-default hr {
        display: none;
    }

    .subtext.subtextright {
        float: left;

    }
    .subtext{
        width: 350px !important;
    }

    .linkgroup{
        white-space: nowrap;
    }

    .linkgroup > i {
        color: black !important;
        font-size: .7em;
        opacity: .5;
        animation: none;
        transition-duration: 0s;
        cursor: pointer;
        right: -10px;
        top: 0px;
    }

    .infocontent {
        margin-left: 0px;
        width: fit-content;
        font-size:1em;
    }
    .infocontent > div:last-of-type {
        margin-bottom: 10px;
    }

    modal.show form, .editimage, iframe, .editimage > img {
        max-width: 100%;
        height: unset !important;
    }

    .dash-nav a.nav-link.menu-nav-link {
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 16px !important;
    }


    .dash-nav .nav-item {
        margin-bottom: 0;
    }

    ul.messagecontrols li {
        padding-right: 10px;
    }

    ul.messagecontrols {
        padding-left: 0;
        left: -95%;

    }

    .row.dash-nav .nav-wrapper.nav-user-wrapper {
        top: -160px;
        right: 15px;
    }

    a#profilerootlink {
        text-align: center;
    }



    a#profilerootlink > i {
        position: absolute;
        top: 12px !important;
    }

    #notifymarker {
        top: 9px !important;
    }

    div#notifymarker {
        left: 10% !important;
    }

    .slideoutnav {
        background-color: white;
    }
    img.lollydashimg {
        display:none;
    }
    .dashboard .content-title {
        top: 30px;
        margin-left: calc(calc(100% - 170px) / 2) !important;
        margin-right: calc(calc(100% - 170px) / 2) !important;
    }

    ul.messagecontrols li {
        display: block !important;
    }

    ul.messagecontrols {
        /* position: relative !important; */
        top: 20px;
        left: -80%;
        position: relative;
    }

    .sct-messagectr .row.main-content .col-xl-2.col-lg-4 {
        min-height: 200px;
    }

    #showtickets > div {
        bottom: 60px !important;
    }

    .sct-profile form.jsonform-hasrequired:before {
        top: -10px;
    }

    .form-group.jsonform-error-.passinstructions {
        margin-bottom: 30px !important;
    }

    .dash-nav ul.mr-auto.flex-row.nav-user.navbar-nav.nav-trigger > li.rootli > ul.navbar-nav.slideoutnav {
        /* background-color: transparent; */
        display:none !important;
    }

    .rootli:not(.shownav):not(.initnav) .fa-times{
        display:none;
    }



    .dash-nav ul.mr-auto.flex-row.nav-user.navbar-nav.nav-trigger > li.rootli.shownav > ul.navbar-nav.slideoutnav{
        /* background-color: transparent; */
        display:block !important;
    }

    ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li #notifymarker {
        transition: none;
        top: 8px !important;
    }

    ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.shownav #notifymarker {
        transition: none;
        bottom: 6px !important;
    }

    /*

    */

    .dashboard .section-container .content-wrapper {
        /* padding-top: 250px !important; */
    }

    .row.main-content {
        /* margin-top: 150px; */
    }

    .dashboard .content-wrapper > .content-header > .content-title {
        margin-left: 0 !important;
    }

    li.nav-item.nav-level0 {
        width: fit-content !important;
        background-color: transparent !important;
    }

    .dash-nav .rootli li a.nav-link.menu-nav-link {
        background-color: transparent !important;
    }

    .dash-nav ul.navbar-nav.mr-auto.flex-row.nav-user li .navbar-nav.slideoutnav {

    }

    i.fa.fa-times {
        /* display: none; */
    }

    .dashboard .content-wrapper > .content-header > .content-title {
        position: relative;
        top: -35px;
        font-size: 2.9em !important;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .nav-wrapper.nav-user-wrapper {
        top: -90px !important;
        left: calc(calc(100% - 198px) / 2) !important;
    }

    .row.dash-nav:not(.pushbottom) .nav-wrapper.nav-user-wrapper li {
        width:200px !important;
        /* width: 100% !important; */
    }

    .rootli i {
        right: 12px;
    }
    ul.messagecontrols li {
        display: inline-block !important;
        width: 49% !important;
        max-width: 50% !important;
        padding-left: 3%;
        padding-bottom: 5px;

    }

    ul.messagecontrols {
        width: 100% !important;
        left: -100%;
        width: 330px !important;
    }

    .messagecontrols li:nth-of-type(2),.messagecontrols li:nth-of-type(4) {
        position: relative;
        top: 20px;
    }

    .messagecontrols li:nth-of-type(4) {
        top: 30px;
    }

    .messagecontrols li a{
        font-size:1.2em;
    }


    .sct-profile .row.main-content .form-vertical-container {
        min-width: 90% !important;
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*

     */

    ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li.shownav #notifymarker {
        bottom: 158px !important;
    }

    ul.navbar-nav.mr-auto.flex-row.nav-user.nav-trigger li #notifymarker {
        left: 10px !important;
    }

    .infohead,td.files > div:nth-child(3) {

        top: 5px;
        color: black;
        left: -2px;
    }

    .linkgroup > a {
        font-size: 1.2em !important;
    }

    .linkgroup, .surround,.infocontent {
        min-width: 100% !important;
    }

    td.files {
        padding-right: 0;
        padding-left: 0;
    }

    .infocontent {
        padding-right: 10px;
        padding-left: 5px;
    }

    .detailhead .loanvalues {
        display: none;
    }

    .detailhead .loanlabels {
        width: 180px;
    }

    td.loandetails {
        padding: 0;
    }

    .loanlabels.label2 {}

    .loanlabels.label2 {
        text-align: left !important;
    }

    td.loandetails {
        padding: 10px;
    }

    .sct-loan .row.main-content .col-lg-12 > row > .col-xl-12 {
        padding-left: 0 !important;
    }

    .sct-loan body > section > div > div.row.main-content > div > div > div {padding-left: 0 !important;}

    body.sct-loan  > section > div > div.row.main-content > div > div > div:nth-child(1) > div > div.card-wrapper > div > table > tbody > tr {
        position: absolute;
        top: 0;
        left: 40%;
        width: 80%;
        top: 50px;
        display: inline-table;
    }

     body.sct-loan > section > div > div.row.main-content > div > div > div:nth-child(1) > div > div.card-wrapper > div > table > tbody > tr > td {
        display: inherit;
        width: 40% !important;
        background-color: white;
        border-color: white;
        width: 220px !important;
    }

    .loanlabels.label2 {
        display: none;
    }

    .loanlabels.label1 {
        padding-left: 10px;
        padding-top: 5px;
    }


    td.loandetails > div {
        width: 80%;
        display: block;
    }

    .sct-loan .row.main-content {
        left: 0;
    }

    .sct-loan table.payments > thead > tr > th {
        display: revert !important;

    }

    .payments .badge.badge-success {
        white-space: normal;
    }

    a.showcalculator {
        font-size: .8em;
    }

    .tools .contact-form-widget col-md-4 {
        max-width: 48% !important;
    }

    a.showcalculator {
        max-width: 150px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tools .contact-form-widget .col-md-4 {
        max-width: 49.3%;
    }

    .calculator {
        position: relative;
        left: -5px;
        max-width: 370px;
        top:-30px
    }

    .tools .pt-140 {
        padding-top: 40px !important;
    }

    .faq .faq-area .faq-img img.img-fluid {
        display: none !important;
    }
    .contact .mt-20 .col-md-6 {
        width: 100% !important;
    }

    .contact .mt-20 > .col-md-6.mt-20.mt-md-0 {
        margin-left: 0;
    }

    .contact .col-lg-6.offset-lg-3 {
        margin-top: 0;
    }

    .about .description-widget .col-md-4 {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .about .desc-text.pl-lg-10 {
        padding-left: 20px;
        padding-right: 20px;
    }



}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333% !important;
    }


}
@media (max-width: 992px) {
    img.lollydashimg{
        display:none;
    }
}
@media (max-width: 1200px) {
    .sct-dashboard > section > div > div.row.main-content > div > div > .col-xl-6 {
        /* width: 100%; */
        max-width: 100%;
        flex: 0 0 100%;
    }

    .nav-wrapper.nav-user-wrapper {
        top: -260px;
        right: 15px;
    }
}