﻿#navbarNav, #faster-funding-layout-header {
    display: none;
}

#vip-logo, #vip-logo-space {
    display: none !important;
}

#pgl-logo-global {
    width: 164px !important;
    height: 42px !important;
}

.footerLinks, #footerLink, #footer-images {
    display: none !important;
}


.background-light-blue {
    height: 8px;
}

#application-header h1 {
    color: black !important;
    text-align: center;
}

#application-header p {
    font-size: 18px;
    line-height: 24px;
}

.progress-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}

.progress-bar {
    position: absolute;
    height: 4px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: width 0.4s ease-in-out;
}

#progress-bar-grey {
    background-color: #ddd;
    z-index: 1;
    width: 100%;
}
#progress-bar-orange {
    background-color: var(--orange);
    z-index: 2;
    width: 0;
}

/* Step circles */
.progress-step {
    width: 15px;
    height: 15px;
    background-color: #ddd;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}


.progress-step.active,
.progress-step.completed {
    background-color: var(--orange);
}

.steps-container h1 {
    color: #2B4F3E;
    text-align: center;
    line-height: 100%;
}

.bank-name-container {
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 10px; 
    width: 100%; 
}

.bank-name-display {
    border: none;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    color: black;
    width: auto; 
    pointer-events: none; 
    display: inline;
    font-family: Inter, sans-serif;
}

.bank-label {
    font-size: 18px;
    font-weight: bold;
    color: black;
    white-space: nowrap;
    font-family: Inter, sans-serif;
}

.back-link {
    background: none;
    border: none;
    color: black; 
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.back-link:hover {
    text-decoration: none;
}

#debit-card a {
    color: black;
}

.underline-text {
    text-decoration: underline;
    color: black;
    cursor: pointer;
}

.checking-modal-content {
    max-width: 450px; 
    margin: auto;
    padding: 2rem; 
}

.checking-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.checking-modal-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #2B4F3E; 
    margin: 0 auto;
    text-align: left;
    flex-grow: 1;
}

.checking-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 1rem;
    opacity: 0.8;
}

.checking-modal-close:hover {
    opacity: 1;
}

.cvv-modal-content {
    max-width: 450px;
    margin: auto;
    padding: 2rem;
}

.cvv-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.cvv-modal-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    color: #2B4F3E;
    margin: 0 auto;
    text-align: left;
    flex-grow: 1;
}

.cvv-modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 1rem;
    opacity: 0.8;
}

.cvv-modal-close:hover {
    opacity: 1;
}

.date-picker-wrapper {
    position: relative;
}

.date-input {
    padding-right: 40px; 
    cursor: pointer;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
}

.calendar-icon img {
    width: 14px;
    height: auto;
}

.ui-datepicker {
    position: absolute !important;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.frequency-options p, .radio-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    text-transform: initial;
}

.pay-frequency-options {
    margin-bottom: 25px;
}

#next-pay-date-lable-ptag {
    margin:10px 0 0 0;
}

.next-pay-date p {
    margin: 0;
}


.frequency-control {
    display: inline;
    width: 225px;
}


.radio-label-default-payment-method {
    margin-left: 5px;
    display: inline;
    font-size: 14px;
}

.monthly-end-text {
    width: 145px;
}

.offer-modal-text {
    font-size: 16px;
    line-height: 22px;
}


#modal-offer-amount {
    border: 1px !important;
    border-color: var(--forest-green) !important;
    border-radius: 8px !important;
    border-style: solid !important; 
    font-family: Inter, sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
.application-checkbox {
    width: 13px !important;
    height: 13px !important;
}

.application-agreement-checkbox-label {
    text-transform: none;
    color: #1a1812 !important;
    font-weight: 700;
}

#please-wait {
    color:#599E2F;
}

#apply-what-you-need {
    color: indianred;
    font-weight: 600;
}

button.btn-green, input.btn-green, a.btn-green, a.btn-green:visited, .btn-green a, .btn-green a:visited {
    background-color: #599E2F;
    color: white;
}



.hidden {
    display: none;
}

#toggle_pwd {
    cursor: pointer;
    z-index: 1;
    margin-left: -35px;
}

input[type="radio"] {
    padding: 0 10px;
}

#Applicant_State-error, #ApplicantAddress1-error, #LoginInformation_Username-error {
    top: 52px !important;
}

#LoginInformation_Username-error {
    font-size: 13px !important;
    left: 33px;
}

    #PromoCode-error {
        top: 75px !important;
    }


.resend {
    font-size: 16px;
    line-height: 21px;
    color: black;
}
/*--------- OTP FIELD ---------  */
.otp-form-group {
    display: flex;
}

.otp-label {
    text-transform: none;
    color: white;
}

.otp-input {
    color: #2B4F3E !important;
    background-color: white !important;
    font-family: Inter, sans-serif;
    line-height: 39px;
    font-weight: 500;
    font-size: 18px;
    height: 50px;
    width: 165px;
    letter-spacing: 10px;
}

.otp-input:focus {
    background-color: white !important;
    line-height: 39px;
    font-weight: 500;
    font-size: 18px;
    height: 50px;
    color: #2B4F3E !important;
}

#errmsg {
    color: red;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.loan-comparison {
    width: 340px;
}

#missing-row {
    padding-bottom: 58px;
}

#missing-hr {
    margin-top: -24px;
    margin-bottom: 24px;
}

#current-loan {
    background-color: #F2F2F2;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
}

#new-loan {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    background-color: var(--light-blue);
}

.uploan-grid {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: black;
}

.login-modal-body {
    padding: 20px;
}

.ui-datepicker-trigger {
    display: none !important;
}

#calendar-trigger,
#calendar-trigger:hover {
    cursor: default !important;
}

#selectMfaChannel label {
    color: black;
}

#cxone-guide-container {
    display: none !important;
}

    
@media screen and (max-width: 991.9px) {
      
    .help-block {
        top: 39px !important;
    }

    #Applicants_0__Residences_0__State-error, #Applicants_0__Residences_0__Address1-error, #LoginInformation_Username-error {
        top: 31px !important;
    }

    .error {
        top: 39px !important;
    }


    #PromoCode-error {
        top: 54px !important;
    }
    
    #LoginInformation_Username-error {
        font-size: 12px !important;
        left: 18px;
    }

    #LoginInformation_Username-custom-error {
        line-height: 7px;
    }
    
    #Current-loan {
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
        #new-loan {
            border-top-right-radius: 0;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
        }
    }
    
    
    /*FIX unintended styling*/
#login-form input {
    padding-left: 0.75rem !important;
}

#login-form button {
    padding-left: 0.75rem !important;
}

@media (max-width:575px) {

    .otp-input {
        font-size: 20px !important;
    }

    .steps-container h1 {
        font-size: 24px !important;
    }

    .loan-comparison {
        width: unset;
    }
}

@media (max-width: 392px) {
    .uploan-grid {
        font-size: 11px;
    }
}