:root {
    --line-border-fill: #3498db;
    --line-border-empty: #e0e0e0;
    --progress-zIndex: -1;
}

.login-areaa .left_side {
    background-image: url("../images/left-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-areaa .right_side img {
    height: 95vh;
    width: 100%;
    border-radius: 30px;
}

.login-areaa .right-box {
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
}

.login-areaa .right-box i {
    cursor: pointer;
    color: #9FA2B4;
    position: absolute;
    top: 45px;
    right: 14px;
}

.login-areaa .right-box .btn-upload {
    background-color: #DEDEDE;
    color: #fff;
    height: 25px;
    line-height: 0.7;
    white-space: nowrap;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 19px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.sidebar .nav-links li a:hover {
    background-color: #B74444;
}

.sidebar .nav-links li a:hover svg path {
    fill: #fff;
}

.sidebar .nav-links li a {
    border-radius: 7px;
    padding: 7px 15px;
}

.sidebar .nav-links .active-link {
    background-color: #B74444;
}

.sidebar .nav-links .active-link svg path {
    fill: #fff;
}

.sidebar .nav-item .active-link:after {
    content: '';
    position: absolute;
    right: -20px;
    height: 40px;
    width: 5px;
    background-color: #B74444;
    border-radius: 10px 0 0 10px;
}

.sidebar .nav-links li .sub-menu a:hover {
    background-color: transparent;
    color: #B74444!important;
    font-weight: 500;
}

.sidebar .nav-links .sub-menu li {
    margin-bottom: 0;
}

.header-area .toggle-icon i {
    font-size: 20px;
    cursor: pointer;
}

.dash-listing table thead {
    background-color: #E4E6EA;
}

.dash-listing tr:nth-of-type(even) {
    background: #DCDFEC;
}

.dash-listing table th {
    color: #232629;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 16px;
    vertical-align: top;
}

.dash-listing table td {
    font-size: 14px;
    color: #333333;
    padding: 10px 16px;
}

.applicant-detail table td {
    padding: 8px 0;
}

.applicant-detail table td p {
    color: #8B939B;
}

.applicant-detail table td span {
    color: #333333;
    font-size: 12px;
}

.outline-black {
    background-color: #DCDBE1;
    border: 2px solid #000;
}

.outline-black:hover {
    background-color: #000000;
    color: #fff;
}

.user-listing table td {
    vertical-align: middle;
}

.user-listing .action-icons a {
    padding: 7px 8px;
    border-radius: 5px;
    color: #fff;
}

.user-listing .edit-icon {
    background-color: #3E6BB3;
}

.user-listing .delete-icon {
    background-color: #C53737;
}


/* SignUp Form Page*/

.ppfsSignUpDiv {
    background-image: url("../images/signUp-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.logoText h6 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.logoText h5 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.dashboardHeading h5 {
    font-weight: 600;
    font-size: 24px;
    color: #464a53;
}

.ppfsSignUpTabContent label {
    font-weight: 500;
    font-size: 16px;
    color: #464a53;
}

.ppfsSignUpTabContent input,
.ppfsSignUpTabContent select {
    border: 2.53px solid #e5e7ea;
    border-radius: 13px;
    height: 55px;
    background-color: #f9fafb;
}

.nextBtn {
    background: #b74444;
    border: 1px solid #B74444;
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: normal;
    height: 50px;
    transition: all 0.3s linear;
}

.nextBtn:hover {
    background-color: #e38888;
    color: #fff;
}

.saveBtnPpfs {
    background: #278237;
    border: 1px solid #278237;
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: normal;
    height: 50px;
    transition: all 0.3s linear;
}

.saveBtnPpfs:hover {
    background-color: #61c573;
    color: #fff;
}

.backStepperBtn {
    border-radius: 12px;
    font-weight: 500;
    font-size: 15px;
    color: #8f8f8f;
    border: 1px solid #8F8F8F;
    line-height: normal;
    height: 50px;
    transition: all 0.3s linear;
}

.backStepperBtn:hover {
    background-color: #8F8F8F;
    color: #fff;
}

.ppfsUploadCardDiv {
    border: 1.12px solid #b1becc;
    border-radius: 9px;
}

.ppfsUploadCardDiv .card-title {
    font-weight: 600;
    font-size: 20px;
    color: #253847;
}

.ppfsUploadCardDiv .card-header {
    background: #f1f6f0;
    border-radius: 9px 9px 0 0;
}
.bankSelectionInput label {
    border: 2.36px solid rgba(27, 27, 27, 0.1) !important;
    border-radius: 28px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(27, 27, 27, 0.6);
    line-height: normal;

    display: inline-flex;        /* auto width button */
    align-items: center;         /* vertically center content */
    justify-content: center;     /* center logo + text horizontally */
    gap: 8px;                    /* spacing between logo & text */
    padding: 10px 16px;          /* breathing room */
    white-space: nowrap;         /* keep in one line */
    max-width: 100%;             /* avoid overflow */
    text-align: center;          /* center text inside */
}

.bankSelectionInput .btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.bankSelectionInput .btn-check) + .btn:active {
    border: 2.36px solid #b74444 !important;
    border-radius: 28px;
    color: #b74444;
}


.bankSelectionMainDiv .col-6:nth-child(4n-3) .subSchemeDiv,
.bankSelectionMainDiv .col-6:nth-child(4n-3) .assetsAllotDiv,
.bankSelectionMainDiv .col-6:nth-child(4n-2) .subSchemeDiv,
.bankSelectionMainDiv .col-6:nth-child(4n-2) .assetsAllotDiv {
    background: #f3f6f9;
}

.bankSelectionMainDiv .col-6:nth-child(4n-1) .subSchemeDiv,
.bankSelectionMainDiv .col-6:nth-child(4n-1) .assetsAllotDiv,
.bankSelectionMainDiv .col-6:nth-child(4n) .subSchemeDiv,
.bankSelectionMainDiv .col-6:nth-child(4n) .assetsAllotDiv {
    background: #f5f5f5;
}

.subSchemeDiv p,
.assetsAllotDiv p {
    font-weight: 500;
    font-size: 16px;
    color: #8b8d98;
}

.bankSelectionMainDiv h6 {
    font-weight: 500;
    font-size: 20px;
    color: #181c32;
}


/* upload input */

.drop-zone {
    height: 275px;
    padding: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    border: 1px dashed #009578;
    border-radius: 10px;
    background: #f1f6f0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drop-zone h5 {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.upload-btn {
    color: #009859;
    border: 1px solid #009859;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    background-color: #fff;
}

.upload-btn:hover,
.upload-btn:focus {
    background-color: #009859;
    color: #fff;
}

.upload-content li {
    color: #667091;
}


/* stepper */

.progress-container {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    position: relative;
}

.progress-container::before {
    background-color: #8f8f8f;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 18%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 0;
}

.progress {
    background-color: #b74444;
    height: 2px;
    left: 0;
    position: absolute;
    top: 18%;
    transform: translateY(-50%);
    transition: 0.4s ease;
    width: 0%;
    z-index: 0;
}

.circle {
    align-items: center;
    background-color: #8f8f8f;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 30px;
    justify-content: center;
    transition: 0.4 ease;
    width: 30px;
    z-index: 1;
    position: relative;
}

.circle.active {
    border-color: #009859;
    background-color: #009859;
}

.stepperText {
    text-align: center;
    color: #333;
}

@media screen and (max-width:767px) {
    .stepperText {
        width: 110px;
    }
}
