﻿:root {
    --primary-color: #cca331;
    --secondary-color: #fff;
    --primary-font-family: 'DM Sans', sans-serif;
    --bold-font-weight: 700;
    --normal--font-weight: 400;
}

.btn {
    background: var(--primary-color);
    border-radius: 20px;
    border: 1px solid #cca331;
}

    .btn:hover {
        background: var(--secondary-color);
        color: black;
        border: 1px solid #b1b1b1 !important;
    }


/*Login Start*/

.loginBtn {
    background: var(--primary-color);
    border-radius: 20px;
    color: var(--secondary-color);
}

    .btn:hover {
        background: var(--secondary-color);
        color: black;
    }

.row {
    font-family: var(--primary-font-family);
}

h3 {
    font-family: var(--primary-font-family);
    font-weight: var(--bold-font-weight);
}

p, a {
    font-weight: var(--normal--font-weight);
}

/*Login End*/

li {
    font-family: var(--primary-font-family);
}

/*Application Start*/
.roundCorner {
    background: var(--primary-color);
}

/*    .roundCorner:hover {
        background: var(--secondary-color);
        color: black;
        border: 1px solid #b1b1b1;
    }
*/
/*Application End*/

/*Listing Page Start*/
.applicationTable {
    font-family: var(--primary-font-family);
}
/*Listing Page End*/

.btnDisplay btn{

    border-radius:20px;
}

.otpBtn {
    background: var(--primary-color);
    border: 1px solid;
    color: var(--secondary-color);
}

.otpBtn:hover {
    background: var(--secondary-color);
    color: black;
}


.resendOTP {
    background-color: var(--secondary-color);
    color: black;
    border: 1px solid #b1b1b1;
}

.resendOTP:hover {
        background: var(--primary-color);
        color: white;
    }

.PALogo {
    /* max-height: 1.75em*/
    max-height: 20mm;
}

.PAMenuMiddle{
    margin-right:auto !important;
}

.PAMenuButton {
    margin-right: 20px;
    min-width: 100px;
    color: #fff;
    border-radius: 20px;
    background: var(--primary-color);
}

.PAMenuButtonLogin {
    background: var(--secondary-color);
    color: black;
    border: 1px solid #b1b1b1;
    border-radius: 20px;
}

    .PAMenuButtonLogin:hover {
        background: var(--primary-color);
        color: #fff;
        border: 1px solid #b1b1b1;
    }

.PAFooter {
    background-color: #000;
    padding: 1rem 3rem 1rem 8rem;
    padding-bottom: 1rem !important;
    display: flex;
    flex-direction: row;
    width:100%;
}

.PAFooter p{
    margin-bottom: 0;
}


.PAFooterText {
    text-align: center !important;
    color: #fff !important;
    font-family: var(--primary-font-family);
    font-size: 12px !important;
}

.PAFooterLink {
    padding-left: 5rem !important;
    font-family: var(--primary-font-family);
    font-size: 12px !important;
    color: var(--secondary-color);
}

    .PAFooterLink a {
        text-decoration: none;
        color: var(--secondary-color);
    }

    .PAFooterLink a:hover {
        text-decoration: underline;
        color: var(--primary-color);
    }

.PALandingView {
    width: 100%;
    padding-top: 150px;
    height: 600px;
    background-image: url("/Images/LandingPage.jpg");
    background-position: top;
    background-size: cover;
    filter: grayscale(.3);
}

.PA-0 {
    margin-right: 0 !important;
}

.PAHero {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.PAHeroBody {
    padding: 3rem;
    flex-grow: 1;
    flex-shrink: 0;
}

.PAHeroBodyContent {
    text-align: center !important;
    padding: 3rem !important;
    margin-top: 3rem !important;
    background-color: #fff !important;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #757763;
    display: block;
    padding: 1.25rem;
}

.PACointaner {
    padding-right: 0px !important;
    padding-left: 0px !important;
}


/*@media (min-width: 1400px) {
    .PACointaner {
        max-width: 3000px !important;
    }
}*/

.PAColumns{
    display:flex;
}


.PAColumn {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}


.PATitle {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.PASubTitle {
    color: #757763;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
}

.PABody{
    margin-bottom:0px !important;
}


/*menu*/
.PAMenuMiddle > li > a {
    font-size:20px;
}

.PAMenuMiddle > li > a > span{
    margin-left:15px;
    margin-right:15px;
}

    .PAMenuMiddle > li > ul {
        margin-left: 35px;       
    }

.PAMenuMiddle > li > ul > li > a{
    font-size:18px
}
/*menu*/

/*Login page*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.PAlink {
    text-align: center;
    padding-bottom: 10px;
}

a:link {
    text-decoration: none
}

/*OTP page*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

input:focus::placeholder {
    color: transparent;
}

.small-input {
    padding-left: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*Forgot Password Page*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
    

/*User Profile Page , Register Page*/
.required::after {
    content: '*';
    margin-left: 4px;
    color: red;
}

.space {
    padding-bottom: 12px;
}

.space-text {
    margin-bottom: 5px;
}

/*Application By Loan & Collateral, Loan Calculator Collateral, */
.roundCorner {
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

.bckgroundcolor {
    background-color: #E5E4E2;
}

.dv {
    padding-top: 5%;
    padding-bottom: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

div.card {
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    border: none;
}

/*Loan Calculator*/
.hdr {
    text-align: center;
    width: 100%;
}

.tbl {
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.td {
    padding: 0 30px;
}

.btnR {
    width: 150px;
    border-radius: 20px;
}

.dvb {
    text-align: center;
    padding-left: 37%;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
}

.slider {
    -webkit-appearance: none;
    width: 70%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

.space-text {
    margin-bottom: 5px;
}

.text-space {
    border-color: #ccc;
    border-radius: 2px;
    padding-left: 8px
}

/*Support Document Tab Double button*/
.containerBTN {
    display: flex;
    justify-content: space-between;
}

/*Media Queries*/








/*alert box*/

.Messageoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .Messageoverlay:target {
        visibility: visible;
        opacity: 1;
    }

.Messagepopup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .Messagepopup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .Messagepopup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .Messagepopup .close:hover {
            color: #06D85F;
        }

    .Messagepopup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .Messagebox {
        width: 70%;
    }

    .Messagepopup {
        width: 70%;
    }
}

/*alert box*/

/*Success alert box*/
#success {
    background: #03a679;
    color: #f0f0f0;
}

.notify {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 0;
    box-sizing: border-box;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    box-sizing: border-box;
    transition: height 0.2s;
}

#notifyType:before {
    display: block;
    margin-top: 15px;
}

.successActive {
    height: 50px;
}

.success:before {
    content: "Application has been submitted.";
}

/*Success alert box*/

.noticeBtn {
    background-color: #b1b1b1 !important;
    border: none;
}


.disableButton:disabled {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}
/**/



.PAHeader {
    width: 100%;
    text-align: center;
    padding-top: 20px
}



.PGCLogo {
    max-width: 350px !important;
    /*max-height: 75px !important;*/
}


.pwd {
    position: relative;
}

.p-viewer {
    z-index: 1;
    position: absolute;
    top: 15%;
    right: 10px;
}



/*tablet*/
@Media screen and (max-width: 960px) {
    .loginForm {
        width: 100% !important;
    }

    .Loginimg {
        width: 300px;
        height: 60px;
    }
}



/*mobile*/
@Media screen and (min-width: 320px) and (max-width: 576px) {
    .btnDisplay {
        display: flex !important;
    }
}

/*tablet*/
@Media screen and (max-width: 960px) {
    .otpForm {
        width: 80% !important;
        padding-top: 10% !important;
    }

    .OTPImg {
        width: 300px;
        height: 60px;
    }
}

.text-danger {
    color: red !important;
}



/* Styles for devices with a max width of 768px (tablets and phones) */
@media screen and (min-width: 320px)  and (max-width: 768px) {
    .PGCLogo {
        width: 350px !important;
        height: 75px !important;
        max-width: 350px !important;
        max-height: 75px !important;
    }
}



/* mobile */
@media screen and (min-width: 320px) and (max-width: 576px) {
    .mobileProgressBar {
        padding-right: 7% !important;
    }
}

/* tablet */
@media screen and (max-width: 960px) {
    .tabProgressBar {
        padding-right: 5% !important;
    }
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #2F8D46;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 20%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
    }

    #progressbar #step1:before {
        content: "1";
    }

    #progressbar #step2:before {
        content: "2";
    }

    #progressbar #step3:before {
        content: "3";
    }

    #progressbar #step4:before {
        content: "4";
    }

    #progressbar #step5:before {
        content: "5";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        text-align: center;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
        text-align: center;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #2F8D46;
    }

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #2F8D46;
    width: 80%;
}


#progressbar .activereject {
    color: red !important;
}

#progressbar li.activereject:before, #progressbar li.activereject:after {
    background: red !important;
    ;
}



/*progress bar*/



/*listing table*/

.PATable >tbody > tr:has(td):hover {
    border: 1px solid #cca331;
    box-shadow: 0px 0px 10px 0px #dec788;
}

/*listing table*/