@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');


/*universal style*/

body {
    font-family: "Jost";
    background: #f1faee;
}

p, span {
    font-family: "Roboto";
}

/*parent div*/

.sign-up-form {
    background-image: url(../images/bg.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sign-up-form-inner {
    position: relative;
}

.wrapper {
    padding: 50px 30px 50px 50px;
}


/*logo style*/
.brand-name {
    text-transform: uppercase;
    width: 15%;
    animation: fadeInTop 1s ease forwards;
    margin-bottom: 20px;
}

.brand-name a {
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: bold;
    margin-left: 25px;
    display: inline-block;
    height: auto;
    text-decoration: none;
    position: relative;
}

.brand-name a::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 85%;
    top: 5px;
    left: -20px;
    background: rgb(255, 255, 255);
    border-left: solid 5px #fff;
}

/*user desc style*/
.about {
    position: absolute;
    bottom: 50px;
    width: 35%;
}

.about h1 {

    font-size: 90px;
    color: rgb(255, 255, 255);
    font-weight: bold;

}

.about p {
    font-size: 20px;
    color: rgb(255, 255, 255);

}

/*search input style*/
.search {
    background: rgb(255, 255, 255);
    border-radius: 35px;
    overflow: hidden;
    margin: 30px 0;
    padding: 5px 5px 5px 30px;
    height: 60px;
    width: 80%;
}

/*search input*/
.search input[type=search] {
    border-radius: inherit;
    height: 100%;
    border: 0;
    width: 69%;
    background: transparent;
    line-height: 100%;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(125, 125, 125);
}

.search input[type=search]:focus {
    outline: none;
}

.search input[type=search]::after {

}

/*search button*/
.search button {
    border-radius: 35px;
    background-image: -moz-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    width: 29%;
    height: 100%;
    font-family: "jost";
    font-size: 14px;
    border: 0;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.search button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}

.search button:hover:before {
    left: 100%;
}

.about span {

    font-size: 16px;
    color: rgb(255, 255, 255);

}

.about span a {
    color: rgb(84, 76, 249);
    font-weight: bold;
    text-decoration: none;
}

/*reg-form-parent*/
.reg-form {
    border-radius: 4px;
    background-color: rgb(236, 244, 245);
    box-shadow: 0px 5px 73px 0px rgba(0, 0, 0, 0.36);
}

.reg-form .wrapper {
    padding: 50px 30px 50px 30px;
}

.reg-form h2 {
    font-size: 45px;
    margin-bottom: 0;
    color: rgb(79, 79, 111);
    font-weight: bold;
}

.reg-form p {

    font-size: 14px;
    margin-top: 0;
    color: rgb(136, 136, 136);
}

.reg-form .reg-button-social {
    margin-top: 30px;
}

.reg-form .reg-button-social button {

    border-radius: 25px;
    height: 50px;
    width: 12vw;
    font-size: 13px;
    margin-right: 5px;
    font-family: "roboto";
    color: rgb(255, 255, 255);
    transition: 0.5s;
    line-height: 40px;
    border: none;
}

.reg-form .reg-button-social button:hover i {
    transform: rotateX(360deg);
}

.reg-form .reg-button-social button i {
    margin-right: 10px;
    transition: 0.5s;
}

.reg-form .reg-button-social .fb-btn {
    background: rgb(59, 89, 152);
}

.reg-form .reg-button-social .google-btn {

    background-color: rgb(219, 68, 55);

}

/*reg-form form-style*/
.reg-form form {
    border-top: solid 2px rgb(187, 211, 214);
    border-bottom: solid 2px rgb(187, 211, 214);
    margin: 30px 0;
    padding: 20px 0;
}

.reg-form form span {
    font-size: 16px;
    font-family: "Jost";
    color: rgb(0, 0, 0);
    font-weight: bold;

}

.login-link {
    text-align: right;
}

.signup-link {
    text-align: right;
}

/*sreg-form fields*/
.reg-form form input[type=text], .reg-form form input[type=password], .reg-form form input[type=email], .reg-form form input[type=number], .reg-form form input[type=tel], .reg-form form select {
    width: 100%;
    height: 60px;
    outline: solid 3px rgb(235, 235, 235);
    border: none;
    border-radius: 26px;
    padding-left: 30px;
    background-color: rgb(255, 255, 255);

}

.reg-form input, select {

    margin-top: 20px;
}

.reg-form form input:focus {
    outline: none;
    box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
}

/*field labels, icons, select arrow, inline errors*/
.reg-form form .field-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.reg-form form .field-icon-wrap {
    position: relative;
}

.reg-form form .field-icon-wrap .field-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(129, 76, 249);
    font-size: 15px;
    pointer-events: none;
}

.reg-form form .field-icon-wrap input[type=text],
.reg-form form .field-icon-wrap select {
    margin-top: 0;
    padding-left: 55px;
}

.reg-form form .field-icon-wrap.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
}

.reg-form form .field-icon-wrap .select-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 13px;
    pointer-events: none;
}

.reg-form form .error {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 6px;
}

.reg-form form .error:empty {
    display: none;
}

/*Eligibility results page*/
.results-section {
    padding: 60px 0;
    min-height: 100vh;
    background: #f1faee;
}

.results-wrapper {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 15px;
}

.results-wrapper .brand-name {
    text-align: center;
    margin-bottom: 30px;
}

.results-wrapper .brand-name a {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: rgb(84, 76, 249);
    text-decoration: none;
}

.results-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 24px;
}

.results-card.success-card {
    text-align: center;
}

.results-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background-image: linear-gradient(135deg, rgb(84, 76, 249), rgb(129, 76, 249));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.results-card.success-card h2 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.results-card.success-card p {
    color: #555;
    font-size: 15px;
}

.amount-display {
    font-family: "Jost", sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: rgb(84, 76, 249);
    margin: 14px 0 4px;
}

.repayment-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 16px;
}

.disclaimer-text {
    font-size: 12px;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 6px;
}

.details-card h3 {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 18px;
}

.details-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.details-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.details-list li:last-child {
    border-bottom: none;
}

.details-list li i {
    width: 32px;
    color: rgb(84, 76, 249);
    font-size: 15px;
}

.details-list li .label {
    flex: 1;
    color: #888;
}

.details-list li .value {
    font-weight: 600;
    color: #222;
    text-align: right;
}

.details-list li .value.highlight {
    color: rgb(84, 76, 249);
}

.small-note {
    font-size: 12px;
    color: #999;
    margin: 16px 0 10px;
}

.accept-terms {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
    cursor: default;
}

.accept-terms a {
    color: rgb(84, 76, 249);
    text-decoration: none;
}

.results-submit-btn {
    width: 100%;
    height: 54px;
    border: 0;
    border-radius: 27px;
    background-image: linear-gradient(90deg, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.copyright-text {
    font-size: 13px;
    color: #999;
}

.copyright-text a {
    color: rgb(84, 76, 249);
}

.btn-confirm-pay {
    background-image: linear-gradient(90deg, rgb(84, 76, 249), rgb(129, 76, 249));
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 13.5px;
}

.btn-confirm-pay:hover,
.btn-confirm-pay:focus {
    color: #fff;
    opacity: 0.92;
}

/*Compact eligibility results (process_eligibility.php) - fits in one screen, no scrolling*/
.compact-results-section {
    padding: 20px 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

.compact-results {
    width: 100%;
}

.compact-results .results-card {
    padding: 20px 24px;
    margin-bottom: 14px;
}

.compact-results .results-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
    margin: 0 auto 8px;
}

.compact-results .results-card.success-card h2 {
    font-size: 20px;
    margin-bottom: 6px;
}

.compact-results .results-card.success-card p {
    font-size: 14px;
    margin: 0;
}

.compact-results .amount-display {
    font-size: 30px;
    margin: 6px 0 2px;
}

.compact-results .repayment-meta {
    font-size: 13px;
    margin-bottom: 0;
}

.compact-results .details-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.compact-results .details-list {
    margin-bottom: 10px;
}

.compact-results .details-list li {
    padding: 7px 0;
    font-size: 14px;
}

.compact-results .details-list li i {
    width: 26px;
    font-size: 13.5px;
}

.compact-results .small-note {
    font-size: 12px;
    margin: 8px 0 6px;
}

.compact-results .accept-terms {
    font-size: 12.5px;
    margin-bottom: 10px;
}

.compact-results .results-submit-btn {
    height: 46px;
    font-size: 14px;
}

.compact-results .copyright-text {
    font-size: 12px;
}

/*Payment processing (loading_screen.php)*/
.results-card.payment-card {
    text-align: center;
}

.payment-icon {
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-image: linear-gradient(135deg, rgb(84, 76, 249), rgb(129, 76, 249));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.payment-icon-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgb(129, 76, 249);
    animation: payment-ping 1.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes payment-ping {
    0% { transform: scale(1); opacity: 0.8; }
    75%, 100% { transform: scale(1.6); opacity: 0; }
}

.results-card.payment-card h2 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.payment-status {
    font-size: 15px;
    color: #555;
    min-height: 22px;
    margin-bottom: 4px;
}

.payment-hint {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 24px;
}

.payment-hint i {
    color: rgb(84, 76, 249);
    font-size: 14px;
    margin-top: 2px;
}

/*Payment failed (failed.php)*/
.results-card.failed-card {
    text-align: center;
}

.failed-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #fdecea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d9534f;
    font-size: 28px;
}

.results-card.failed-card h2 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.results-card.failed-card > p {
    color: #555;
    font-size: 15px;
}

.failed-tracking {
    font-size: 13px;
    color: #888;
    margin-top: 8px;
}

.failed-reason {
    display: inline-block;
    background: #fdecea;
    color: #c0392b;
    font-size: 13px;
    border-radius: 8px;
    padding: 8px 14px;
    margin-top: 12px;
}

.failed-reasons-box {
    text-align: left;
    background: #f9f9fb;
    border-radius: 12px;
    padding: 18px 20px;
    margin-top: 22px;
}

.failed-reasons-title {
    font-size: 13px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
}

.failed-reasons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.failed-reasons-list li {
    font-size: 13px;
    color: #666;
    padding: 5px 0;
}

.failed-reasons-list li i {
    color: #d97706;
    font-size: 11px;
    margin-right: 8px;
}

.results-card.failed-card .disclaimer-text {
    text-align: left;
}

.failed-retry-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    margin-top: 20px;
}

/*Lender directory (success.php)*/
.lenders-wrapper {
    max-width: 680px;
}

.lenders-card h3 {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.lenders-subtitle {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}

.lender-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 18px;
}

.lender-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.lender-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #f1f0ff;
    color: rgb(84, 76, 249);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.lender-info {
    flex: 1;
    min-width: 0;
}

.lender-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #222;
}

.lender-desc {
    font-size: 12.5px;
    color: #888;
    margin-top: 2px;
    line-height: 1.4;
}

.lender-apply-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    border-radius: 20px;
    background-image: linear-gradient(90deg, rgb(84, 76, 249), rgb(129, 76, 249));
    color: #fff;
    font-size: 12.5px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.lender-apply-btn i {
    font-size: 10px;
}

@media (max-width: 480px) {
    .lender-item {
        flex-wrap: wrap;
    }

    .lender-apply-btn {
        width: 100%;
        justify-content: center;
        margin-top: 4px;
    }
}

/*eligibility check submit loader*/
.eligibility-loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 18, 40, 0.78);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    backdrop-filter: blur(2px);
}

.eligibility-loader-overlay.active {
    display: flex;
}

.eligibility-loader-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    width: 90%;
    max-width: 320px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.eligibility-spinner {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    border: 5px solid #ebebeb;
    border-top-color: rgb(129, 76, 249);
    border-right-color: rgb(84, 76, 249);
    animation: eligibility-spin 0.9s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eligibility-spinner i {
    color: rgb(84, 76, 249);
    font-size: 22px;
    animation: eligibility-pulse 1.2s ease-in-out infinite;
}

@keyframes eligibility-spin {
    to { transform: rotate(360deg); }
}

@keyframes eligibility-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.18); opacity: 0.7; }
}

.eligibility-loader-title {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}

.eligibility-loader-status {
    font-size: 14px;
    color: #777;
    min-height: 20px;
}

.eligibility-loader-progress-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
}

.eligibility-loader-progress {
    flex: 1;
    width: 100%;
    height: 12px;
    background: #ebebeb;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

.eligibility-loader-progress-bar {
    height: 100%;
    width: 0%;
    background-image: linear-gradient(90deg, rgb(84, 76, 249), rgb(129, 76, 249));
    border-radius: 6px;
    transition: width 0.2s ease-out;
}

.eligibility-loader-percent {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: rgb(84, 76, 249);
    min-width: 40px;
    text-align: right;
}

/*reg-form label*/
.reg-form form label {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(0, 0, 0);
    margin-top: 20px;
    cursor: pointer;
    display: flex;
}

.reg-form form label input {
    margin-top: 4px;
    margin-right: 10px;
    -webkit-appearance: none;
    border: solid 2px rgb(102, 132, 242);
    cursor: pointer;
}

.reg-form form label input:checked {
    position: relative;
}

.reg-form form label input[name="newsletters"] {

    border-radius: 50%;
    min-width: 15px;
    cursor: pointer;
    height: 15px;

}

.reg-form form label input[name="newsletters"]:checked::after {
    background: rgb(102, 132, 242);
    position: absolute;
    content: "";
    top: 15%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.reg-form form label input[name="reg-agree"]:checked::after {
    background: rgb(102, 132, 242);
    content: "\f00c";
    font-family: "font Awesome 5 Free";
    font-weight: 900;
    line-height: 11px;
    text-align: center;
    font-size: 11px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;


}

.reg-form form label input[name="reg-agree"] {

    border-radius: 3px;
    width: 15px;
    height: 15px;
}

.reg-form form label a, .reg-button span a {
    color: rgb(102, 132, 242);
    text-decoration: none;
}

/*Sign in*/


.signin-block {
    display: none;
}

.signin-none {
    display: block;
}

.show-signin .signin-block {
    display: block;
}

.show-signin .signin-none {
    display: none;
}

/*reg-button login/sign button*/
.reg-button {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reg-button .sign-up {
    font-size: 14px;
    color: rgb(255, 255, 255);
    border-radius: 26px;
    background-image: -moz-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(84, 76, 249) 0%, rgb(129, 76, 249) 100%);
    border: 0;
    width: 250px;
    position: relative;
    overflow: hidden;
    height: 50px;
    text-transform: uppercase;
}

.reg-button .sign-up:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}

.reg-button .sign-up:hover:before {
    left: 100%;
}

/*reveal signup/login link*/
.reg-button span {
    float: right;
    line-height: 50px;
}

/*copyright field*/
.copyright {
    font-size: 15px;
    font-family: "Roboto";
    color: rgb(149, 149, 149);
}

.copyright a {
    text-decoration: none;
    color: rgb(84, 76, 249);
}

/*Preloader*/
/* Loader Styles start here */
.loader-wrapper {
    --line-width: 5px;
    --curtain-color: #f1faee;
    --outer-line-color: #a8dadc;
    --middle-line-color: #457b9d;
    --inner-line-color: #1d3557;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    /*   transform: translate(-50%, -50%); */
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--outer-line-color);
    border-radius: 100%;
    -webkit-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    z-index: 1001;
}

.loader:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--inner-line-color);
    border-radius: 100%;
    -webkit-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
    border: var(--line-width) solid transparent;
    border-top-color: var(--middle-line-color);
    border-radius: 100%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: var(--curtain-color);
    width: 51%;
    height: 100%;
    z-index: 1000;
}

.loader-wrapper .loader-section.section-left {
    left: 0
}

.loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded Styles */
.loaded .loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded .loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out;
}

/*Social Proof*/

#social-proof-stack {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 40vh;
    overflow: hidden;
    pointer-events: none;
}

.social-proof-item {
    min-width: 300px;
    max-width: 320px;
    pointer-events: auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1), 0 6px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1), 0 6px 10px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease-out;
}

/* On tablet/mobile, show it as a single small banner near the top instead of
   stacked in the corner, so it never sits on top of the form fields. */
@media (max-width: 768px) {
    #social-proof-stack {
        top: 10px;
        bottom: auto;
        left: 10px;
        right: 10px;
        max-height: none;
    }

    .social-proof-item {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.82);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        padding: 8px 10px;
    }

    .social-proof-item .title {
        font-size: 13px;
    }

    .social-proof-item .description {
        font-size: 12.5px;
        margin: 3px 0 6px;
    }
}

.social-proof-item.show {
    opacity: 1;
    transform: translateY(0);
}

.social-proof-item .title {
    font-weight: bold;
    color: #269df7;
    font-size: 15px;
}

.social-proof-item .description {
    font-size: 14px;
    margin: 5px 0 10px;
    color: #393939;
}

.course {
    font-weight: bold;
}

.social-proof-item .time {
    font-size: 12px;
    color: #aaa;
}

.address {
    color: #aaa;
    text-decoration: underline
}

#verify {
    font-size: 12px;
    color: #aaa;
    float: right;
    margin: -14px 0 0;
    background: #fefefe;
    padding: 0 4px;
}

.verify_src {
    font-weight: bold;
    color: #269df7
}
/* Successful Check*/
.success {

    text-align: center;
}
.success h1 {
    color: #88B04B;
    font-family: "Jost";
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
.success p {
    color: #404F5E;
    font-family: "Jost";
    font-size:20px;
    margin: 0;
}
.success i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
}
