/*
Global Styles
*/
body {
    font-family: 'Poppins', sans-serif;
}

body[data-processing="true"] {
    background-image: none !important
}

body main, body #content {
    display: none;
}

body .loader {
    display: block;
}

body.ready main, body.ready #content {
    display: block;
}

body.ready .loader {
    display: none !important;
}

.form-select-lg,
.form-control-lg {
    font-size: 1rem;
    padding: 0.75rem 1rem;
}

.spinner-grow {
    width: 4rem;
    height: 4rem;
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/*
SSN Load
*/
.last4-first {
    max-width: 400px;
    margin: auto;
    color: #666;
    padding: 1rem 0;
}

.last4-first h1 span {
    color: #1c4d9b;
}

.last4-first label {
    font-size: 15px;
    padding: 15px;
}

/*
Nav/Logo
*/
.logo,
.modal-logo {
    margin: auto;
    max-width: 200px;
    padding: 15px 0 0;
}

.modal-logo-last-four {
    max-width: 200px;
    padding: 5px 0;
    margin: auto;
}

.logo-offcanvas {
    max-width: 60%;
    margin: auto;
    padding-bottom: 20px;
}

/*
Hero
*/

.hero-cta h4 {
    letter-spacing: -1px;
    font-size: 17px;
}

.hero-cta p {
    line-height: normal;
}

.hero-cta span {
    color: #1c4d9b;
}

.hero-cta span.title-change {
    color: #666;
}

.hero-cta span.smaller-text {
    font-size: 16px;
}

.hero-cta .btn-danger {
    border-radius: 0;
}

.hero-cta label {
    font-size: 18px;
    font-weight: bold;
}

.hero-cta h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.hero-cta h4:before, .hero-cta h4:after {
    content: "";
    background-color: #333;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 25px;
    margin: 0 10px;
}

/*
Progress Bar
*/
.progress {
    max-width: 500px;
    margin: 20px auto;
    padding-left: 0;
    padding-right: 0;
}

.progress-bar {
    background: #1c4d9b;
}

/*
Last 4
*/
#lastfour .width-input {
    max-width: 100px;
    margin: auto;
}

#lastfour .width-input input {
    margin: auto;
}

#lastfour .inline-input:before {
    content: '';
    background-image: url(//img.emlasts.com/scs-assets/ac-icons/asterisks.png);
    width: 75px;
    height: 17px;
    position: absolute;
    left: -77px;
    display: block;
    top: 14px;
    background-size: cover;
}

#lastfour div:nth-of-type(1) {
    position: relative;
    z-index: 100;
}

/*
Cards/Validation/Actions
*/
.card {
    max-width: 500px;
    margin: auto;
    border: none;
}

.hero-cta {
    max-width: 650px !important;
}

.card-title {
    color: #666;
}

.card-body {
    padding: 1rem 0;
}

.card-body h3 {
    font-family: 'Playfair Display', serif;
    letter-spacing: -0.5px;
}

.card-body label {
    font-size: 15px;
    padding: 15px;
}


.card.current {
    display: block;
}

.card.not-current {
    display: none;
}

.hpostal-value {
    color: #666;
    font-size: 12px;
}

.form-control:focus {
    border-color: #dbe0e4;
    box-shadow: none;
}

.check {
    padding-bottom: 20px;
}

.has-danger .form-control {
    border-color: #dc1d34;
}

.text-help {
    color: #dc1d34;
    font-size: 14px;
    padding-top: 5px;
}

.has-success .form-control {
    border-color: #3c763d;
}

#actions {
    max-width: 500px;
    margin: auto;
}

#nextBtn {
    margin-bottom: 15px;
}

.blockquote-wrapper {
    display: flex;
    padding: 0;
}

.blockquote {
    position: relative;
    max-width: 620px;
    margin: 0px auto 35px auto;
    align-self: center;
}

.blockquote h3 {
    position: relative;
    color: #333;
    font-size: 14px !important;
    font-style: italic;
    font-family: Georgia;
    font-weight: 200;
    letter-spacing: normal;
    margin: 0;
    border: 1px solid #9093A3;
    border-radius: 20px;
    padding: 15px;
    background: white;
}

.blockquote h6 {
    position: relative;
    color: #333;
    font-weight: 600;
    font-size: 11px !important;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    z-index: 1;
}

.blockquote h6:first-letter {
    margin-left: -12px;
}

.form-wrapper {
    margin: 0 auto;
    max-width: 85%;
}

.form-group label {
    color: #666;
}

.opt-in,
.phone-disc,
#tcpa-disc {
    font-size: 10px;
    margin-top: 10px;
}

/*
Modals
*/
.modal-lg {
    max-width: 860px;
}

.modal-header {
    justify-content: center;
    padding: 2rem 1rem;
    font-weight: 500;
}

.modal-title small {
    font-weight: 400;
    color: #777;
}

#dont-sell {
    padding-top: 10px;
}

.terms-info a {
    color: #0d6efd !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.modal-bg {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 250px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-body ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.modal-content {
    border-radius: 15px;
    overflow: hidden;
}

.modal-img {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img2 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg2.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-img3 {
    background-image: url("https://img.emlasts.com/funnel/v1/img/modals-bg3.jpg");
    min-height: 200px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

#priincsrcAlert h3,
#bacctypeAlert h3,
#isddAlert h3 {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}

#priincsrcAlert ul {
    line-height: 2;
}

.col-padding {
    padding: 65px 45px 45px;
    color: #444;
}

/*
Footer
*/
footer {
    padding: 40px 0;
    background: #F9F9FA;
}

footer p {
    font-size: 10px;
}

footer a {
    font-size: 10px;
}

footer .logo {
    max-width: 160px;
}

/*
Off Canvas
*/
.offcanvas-start {
    width: 420px;
}

.offcanvas-body h1 {
    margin-bottom: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 58px;
    line-height: 49px;
}

.offcanvas-body h4 {
    font-weight: 300;
    font-size: 18px;
}

.offcanvas-body button {
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.offcanvas .d-flex {
    display: block !important;
}

.offcanvas-body {
    margin: 30vh auto 0 auto;
}

/*
Lender Submit
*/
#lender-found {
    background: #5CB85C;
    border-radius: 50%;
    width: 90px;
    margin: auto;
    opacity: .5;
}

#lender-found.in {
    opacity: 1;
    -webkit-animation: heartBeat ease-in-out 1.5s;
    animation: heartBeat ease-in-out 1.5s;
}

#lender-spinner,
.lender-spinner {
    width: 90px;
    margin: auto;
    opacity: .5;
}

.modal-logo img {
    padding: 30px 0 10px 0;
}

/*
Content Information
*/
#content h1 {
    color: #333;
    letter-spacing: -1px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

#content h5 {
    color: #333;
    letter-spacing: -1px;
    font-weight: 500;
}

#content h6 {
    letter-spacing: -0.5px;
    color: #777
}

#content p {
    color: #535353;
    line-height: 35px;
    font-weight: 400;
    font-size: 14px
}

#content .btn-danger {
    border-radius: 50px;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    width: 220px;
}

#content ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#content ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 5px;
    color: #3D4059
}

#content ul li:last-child {
    border: none;
}

#content ul li i {
    color: #1c4d9b;
}

.shadow-box {
    box-shadow: 0px 0px 20px 0px rgba(37, 41, 74, 0.15);
    border-radius: 15px;
    background: #FFF;
}

.divider {
    margin: 20px 0 50px 0;
}

.div-block {
    background: #f37030;
    padding: 30px;
    color: white;
}

.div-block h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 25px;
    margin-top: 14px;
}

.title-hlt {
    color: #1c4d9b;
    font-weight: 700;
}

.second-section i {
    font-size: 65px;
    margin-top: 0px;
    color: #1c4d9b;
}

.accordion-button, .accordion-button::after {
    color: #1c4d9b;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f37030;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(87deg) brightness(119%) contrast(119%);
}

.alert-light {
    background: #f4f4f4;
    font-family: 'Playfair Display', serif;
    color: #333;
    border: 2px solid #f0e7e7;
    padding: 15px 20px;
    font-size: 15px;
}

.alert-light h5 {
    font-weight: 700 !important;
    color: #1c4d9b !important;
}

.loan-icons {
    margin: 45px 0 25px 0;
    text-align: center;
    font-weight: 700;
    color: #7C7C7C;
    max-width: 800px;
    margin: auto;
}

.loan-icons img {
    padding: 0 20px;
    opacity: 0.7;
}

.btn-outline-warning {
    color: #fff;
    border-radius: 50px;
    padding: 15px 30px;
    border: 3px solid #fff;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 18px;
}

.btn-outline-warning:hover, .btn-outline-warning:active {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}

.btn-danger {
    color: #fff;
    background-color: #1c4d9b;
    border-color: #1c4d9b;
    border-radius: 50px;
    padding: 15px;
    font-weight: 600;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
    color: #fff;
    background-color: #153972;
    border-color: #153972;
    box-shadow: none;
}

.btn-primary {
    padding: 15px;
    font-weight: 600;
}

.btn-light {
    padding: 15px;
    border-radius: 50px;
}

.badge-holder {
    max-width: 360px;
    margin: 40px auto;
    text-align: center;
    font-size: 12px;
}

.badge-holder svg {
    width: 45px;
    margin: 0 auto 20px auto;
    opacity: .3;
}

/*
Auto Complete
*/

.autoComplete_wrapper > input,
.autoComplete_wrapper {
    width: 100%;
    height: unset;
}

.autoComplete_wrapper > input::placeholder {
    color: #666;
    font-size: 15px;
}

.autoComplete_wrapper > ul > li mark {
    padding: 0;
}

/*
Processing Animation
*/
.processing-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 185px;
    margin: 15px auto 30px auto;
}

.processing-animation i {
    font-size: 55px;
    margin: 16px;
    color: #999999;
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrapper {
    position: relative;
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.wrapper span {
    position: relative;
    left: 112px;
    top: 60px;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.wrapper:before {
    content: "";
    position: absolute;
    top: 210px;
    left: 26px;
    width: 100px;
    height: 32px;
    border-radius: 100%;
    background-color: rgba(222, 225, 228, 0.4);
    -webkit-animation-name: shadow-loop;
    animation-name: shadow-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: #e8edef;
    border: 9px solid #DEE1E4;
    overflow: hidden;
    -webkit-animation-name: cloud-loop;
    animation-name: cloud-loop;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.handle:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.handle:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 20px;
    width: 36px;
    height: 12px;
    background-color: #DEE1E4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 4px 4px 0;
}

.box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@-webkit-keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@keyframes rowup-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }
}

@-webkit-keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes cloud-loop {
    0% {
        -webkit-transform: translate(0, 15px);
        transform: translate(0, 15px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

@keyframes shadow-loop {
    0% {
        -webkit-transform: translate(0, -35px) scale(1.15, 0.25);
        transform: translate(0, -35px) scale(1.15, 0.25);
    }
    100% {
        -webkit-transform: translate(0, -35px) scale(1, 0.25);
        transform: translate(0, -35px) scale(1, 0.25);
    }
}

.bi-coin {
    padding: 10px;
    color: #485e4e
}

.box-1 {
    -webkit-animation: 1s rowup-1 linear infinite normal;
    animation: 1s rowup-1 linear infinite normal;
}

.box-2 {
    -webkit-animation: 1s rowup-2 linear infinite normal;
    animation: 1s rowup-2 linear infinite normal;
}

.focus-in {
    -webkit-animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(12px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        -webkit-filter: blur(0px);
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        filter: blur(0px);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

.processing-txt h6,
.processing-txt h3 {
    letter-spacing: -0.5px !important;
    color: #2c334e;
}

.processing-txt h6 {
    font-weight: 300 !important;
}

.processing-txt h3 {
    font-weight: 400 !important;
}

.animation-pause * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/*
Legal Terms Lookup
*/
#legalTerms {
    max-width: 400px;
    margin: 15px auto;
    font-size: 10px
}

/*
Lookup Validated Welcome Back Text
*/
#welcome-back p {
    font-size: 14px;
}

.session-legal p {
    font-size: 12px;
    line-height: 1.3;
}

.returned-submit {
    position: relative;
}

.return-user-img {
    width: 285px;
    margin: 0 auto;
}

.arrow-3 {
    width: 50px;
    height: 25px;
    display: flex;
    position: absolute;
    top: 18px;
    right: 20px;
}

.arrow-3:before {
    content: "";
    flex: 1;
    margin: 0 5px;
    background: white;
    clip-path: polygon(0 10px, calc(100% - 15px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
    animation: a3 .5s infinite alternate;
}

@-webkit-keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

@keyframes a3 {
    0% {
        -webkit-transform: scaleX(var(--s, 1)) translate(-4px);
        transform: scaleX(var(--s, 1)) translate(-4px)
    }
    100% {
        -webkit-transform: scaleX(var(--s, 1)) translate(4px);
        transform: scaleX(var(--s, 1)) translate(4px)
    }
}

#legal-text {
    font-size: 12px;
    line-height: 1.6;
}

.table-titles {
    background-color: #1c4d9b !important;
    color: #fff !important;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

.table-headline h3:after {
    content:'';
    display:block;
    width: 150px;
    border-bottom:3px solid #1c4d9b;
    margin: 25px auto 25px auto;
}

/*
Media Queries
*/
@media (min-width: 330px) {
    .blockquote h3:after {
        content: "";
        position: absolute;
        border: 1px solid #9093A3;
        border-radius: 50px 0 0 0;
        width: 45px;
        height: 45px;
        bottom: -45px;
        right: 40px;
        border-bottom: none;
        border-right: none;
        z-index: 3;
    }

    .blockquote h3:before {
        content: "";
        position: absolute;
        width: 40px;
        border: 6px solid #ffffff;
        bottom: -3px;
        right: 40px;
        z-index: 2;
    }
}

@media (max-width: 425px) {
    .alert-light {
        min-height: 0;
    }

    .text-end {
        text-align: center !important;
    }

    .div-block h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #content h1 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .hero-cta .btn-danger {
        margin-top: 15px;
    }
}

@media (min-width: 768px) {
    .partner-list {
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }

    #content h6:before {
        display: inline-block;
        content: "";
        background: #777;
        height: 2px;
        width: 65px;
        margin: 0 10px 0 0;
        transform: translateY(1%);
    }

    .form-wrapper {
        max-width: 420px;
    }
}

@media (min-width: 992px) {
    .alert-light {
        min-height: 0;
        padding: 35px 20px;
    }
}


.aibox {
    width: 95px;
}
.aigradient {
    background: rgb(219,219,219);
    background: linear-gradient(115deg, rgba(219,219,219,1) 0%, rgba(241,241,241,1) 50%, rgba(219,219,219,1) 100%);
    overflow-x: hidden;
}

.shimmer {
    position: relative;
}

.shimmer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    z-index: 1;
    animation: shimmer 2s infinite; /* Changed animation duration to 2s */
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.shadow-wrapper {
    box-shadow: 0 9px 23px -10px rgba(0, 0, 0, 0.5);
}

.chevron-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: white;
}

.progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.progress-bar-lenders {
    height: 20px;
    text-align: center;
    line-height: 30px;
    color: white;
    border-radius: 8px;
    width: 50%; /* Adjust this to change the progress */
    animation: fillProgress 5s infinite, moveBackground 2s linear infinite;
    margin-bottom: 25px;
    background-color: #043E5A;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
}

@keyframes fillProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

@keyframes moveBackground {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}
