* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

h2{
    color: #2F8D46;
}
#form {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#form fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.finish {
    text-align: center
}

#form fieldset:not(:first-of-type) {
    display: none
}

#form .previous-step, .next-step {
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 9px 25px;
    margin: 10px 5px 10px 0px;
    float: right; 
    font-size: 15px;
}

.form, .previous-step {
    background: #616161;
}

.form, .next-step {
    background: rgba(31, 105, 209, 1);
}

#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}

#form .next-step:hover,
#form .next-step:focus {
    background-color: rgba(7, 72, 145, 1);
}

.frm-wrapper-header h2 {
    color: rgba(7, 72, 145, 1);
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    padding: 14px 0 !important;
    font-weight: 500;
    margin-bottom: 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.text {
    color: #2F8D46;
    font-weight: normal
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #2F8D46
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    content: "1"
}

#progressbar #step2:before {
    content: "2"
}

#progressbar #step3:before {
    content: "3"
}

#progressbar #step4:before {
    content: "4"
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: rgba(104, 108, 112, 1);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-weight: 500;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 22px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2F8D46
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #2F8D46
}

.form-wrapper{
    display: block;
    text-align: left;
}
.frmData .inp-div {
    position: relative;
    margin: 10px 0;
}
.frmData .inp-div input, .frmData .inp-div select {
    height: 46px;
 font-size: 15px;
 font-family: 'Inter', sans-serif;
 font-weight: 500;   
}
.frmData .inp-div label {
 position: absolute;
 top: 50%;
 left: 10px;
 transform: translateY(-50%);
 z-index: 99;
 background:#ffffff; 
 color: rgba(0, 0, 0, 0.6);
 font-size: 15px;
 font-family: 'Inter', sans-serif;
 font-weight: 500;
 margin-left: 15px;
 transition: all 0.3s ease;
}

.frmData .inp-div input:focus +label , .frmData .inp-div input:valid + label {
    top: -1px; 
    font-size: 13px;
}


 /* Upload Container */
    .upload-box{
        width:400px;
        height:250px;
        border:3px dashed #8c8c8c;
        border-radius:15px;
        background:#fff;
        display:flex;
        justify-content:center;
        align-items:center;
        position:relative;
        transition:0.3s;
    }

    .upload-box:hover{
        border-color:#007bff;
        background:#f9fcff;
    }

    /* Hidden File Input */
    .upload-box input[type="file"]{
        position:absolute;
        width:100%;
        height:100%;
        opacity:0;
        cursor:pointer;
    }

    /* Upload Label/Button */
    .upload-label{
        background:#007bff;
        color:#fff;
        padding:14px 28px;
        border-radius:8px;
        font-size:15px;
        cursor:pointer;
        transition:0.3s;
        z-index:2;
        font-weight: 500;
    }

    .upload-label:hover{
        background:#0056b3;
    }

    /* Selected File Name */
    .file-name{
        position:absolute;
        bottom:20px;
        left:20px;
        right:20px;
        text-align:center;
        font-size:14px;
        color:#555;
        word-break:break-word;
    }
    .msgstat {
        color: #007bff;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
    }
#btnfinalSubm {
    font-size: 15px;
    padding: 10px 80px;
    margin: 40px 0;
    background: #2F8D46;
    color: #fff;
    border: 0px; 
    border-radius: 6px;
}

.media-user-box h5 {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.info-db-wrapper .card  {
    margin-bottom: 4px;
    padding-bottom: 3px;
    padding-top: 5px;
}

.info-db-wrapper legend {
    margin-bottom: 16px;
    color: #000000;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}
.profile-tp-header {
    color: #0056b3;
    font-size: 20px;
    font-weight: 700;
}
#bfsapp-db {
    width: 50px;
}
.validate-usr-payment {
    padding: 5px 20px 40px 20px;
}
.pay-inner-box p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.pay-details div {
    display: flex;
    padding: 4px 0;
}

.pay-details div { 
display: flex;
align-items: center;
}
.pay-details div span:first-child {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Inter', sans-serif;
}
.pay-details div span:not(:first-child){ 
display: block;
padding: 0 5px;
}
.paystep-btm-note {
    display: block;
    margin-top: 23px;
}

.paystep-btm-note a {
color: #007bff;
}
.confirm-box-cover p{
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Lato', sans-serif;
}
#paystepModal .modal-content {
    background-repeat: no-repeat !important;
    background-color: #ccc;
    background-position: center !important; 
    background-size: cover !important;
}
#tabinfo td a {
    color: #0056b3;
}
#tabinfo td:nth-child(7) a {
    color:chocolate;
}

#vw-recpt-box {
    width: 250px;
}
.vw-upoad-wrapper {
    padding: 44px 9px;
}
.approve-upload-cover {
    padding: 10px 0;

}
.approve-upload-cover a {
color: #0056b3;
font-family: 'Roboto', sans-serif;
}