@font-face {
    font-family: 'KrutiDev';
    src: url('../assets/fonts/KrutiDev.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* COMMON CSS START */

body {
    font-family: 'KrutiDev', "Poppins", sans-serif;
    font-size: 16px;
    margin: 0rem;
    padding: 0rem;
    background: #fff;
}

.user-image {
    height: 135px;
    width: 135px;
}

    .user-image img {
        height: 100%;
        width: 100%;
    }

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #8d7105;
    }

.btn-primary {
    background-color: #2957A3 !important;
    border-color: #2957A3 !important;
}

    .btn-primary:hover {
        background-color: #3c77d6 !important;
        border-color: #3c77d6 !important;
    }

.btn-outline-primary {
    border-color: #2957A3 !important;
    color: #2957A3 !important;
}

    .btn-outline-primary:hover {
        background-color: #2957A3 !important;
        color: #fff !important;
    }

/* COMMON CSS END */


/* HEADER CSS START */

header {
    box-shadow: 0px 3px 12px 0px #0000001A;
}

    header .header__flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        header .logo img {
            height: 74px;
        }

        header .logo h1 {
            color: #292929;
            font-size: 1.6rem;
        }

    header .search::after {
        content: '';
        position: absolute;
        height: 35px;
        width: 1px;
        background-color: #ddd;
        bottom: 0;
        right: -20px;
    }

    header .search input {
        border: none;
        background-color: #ececec;
    }

    header .input-group-text {
        border: none;
        background-color: #ececec;
    }

    header .search .form-control {
        width: 20%;
    }

        header .search .form-control:focus {
            box-shadow: none;
            background-color: #ececec;
        }

    header .notification i {
        font-size: 2rem;
    }

    header .notification span {
        padding: 0px 3px;
        top: -8px;
        right: -21px;
    }

    header .notification a:hover {
        color: #292929;
    }

    header .search__bell {
        display: flex;
        gap: 1rem;
    }

/* HEADER CSS END */

/* HEADING CSS START */

.heading-indicate-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0rem;
}

    .heading-indicate-section h2 {
        font-size: 1.5rem;
    }

/* HEADING CSS END */

/* Stepper Styles */

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    gap: .5rem;
}

.step-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #B7B7B7;
    border: 1px solid #B7B7B7;
    padding: 10px;
    text-align: center;
    display: grid;
    place-content: center;
}

.step.active.checked .step-circle:not(:has(i.icon-check1)) {
    border: 1px solid #2957A3;
    color: #2957A3;
    padding: 10px;
    background-color: #fff;
    display: grid;
    place-content: center;
}

.step.active.checked .step-circle i.icon-check1 {
    background-color: #2957A3;
    color: #fff;
    border: none;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: grid;
    place-content: center;
}

.step-line {
    width: 100%;
    height: 3px;
    background-color: #ddd;
    z-index: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.step.checked + .step-line.active-line {
    background-color: #2957A3;
}

.step:first-child .step-line {
    display: none;
}

.step-text {
    font-size: 14px;
    text-wrap-mode: nowrap;
}

.step.active.checked .step-text {
    color: #2957A3;
}


/* Navigation Buttons */

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.card.main_card .card-header {
    background-color: #fff;
    padding: 20px;
    border-color: #07944133;
    padding-left: 80px;
    padding-right: 80px;
}

.card.main_card .card-body:not(.card-body.preview-data) {
    padding-left: 75px;
    padding-right: 75px;
}

.input-info-box {
    background-color: #FF7E210F;
    padding: 14px;
    border-radius: 10px;
    font-size: 14px;
}

    .input-info-box ol li {
        color: #5F5F5F;
    }

.form-heading {
    font-size: 18px;
    font-weight: 600;
}

.file-info-text {
    color: #FF7E21;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.form-label,
.form-check-label {
    font-size: 14px;
}

.card-footer {
    background-color: #fff;
    border-top: 2px solid #749AD91A;
}

    .card-footer p,
    .date-info,
    .small-text {
        font-size: 13px;
    }

.calender .input-group-text {
    background-color: #fff;
}

.input-group.validate .input-group-text {
    background-color: #2957A3;
    color: #fff;
}

.input-group.calender .form-control {
    border-right: 0;
}

.form-control::placeholder {
    font-size: 13px;
}

.person_info {
    font-size: 15x;
}

    .person_info p {
        margin-bottom: 0.3rem;
        color: #747474;
    }

        .person_info p:first-child {
            font-weight: 500;
            color: #000;
        }

.preview-label {
    color: #747474;
    display: block;
    font-size: 14px;
}

.preview-value {
    color: #5a5a5a;
    font-size: 14px;
}

.icon-download1 {
    color: #2957A3;
    font-size: 20px;
}

.table {
    width: 70%;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .table thead tr td {
        background-color: #f3f3f3;
        font-size: 14px;
        color: #727272;
    }

    .table tbody tr td {
        vertical-align: middle;
        color: #5F5F5F;
    }

    .table thead tr td:first-child {
        border-top-left-radius: 15px;
    }

    .table thead tr td:last-child {
        border-top-right-radius: 15px;
    }

    .table tbody tr:last-child {
        border-bottom: 0;
        border-bottom-color: #fff;
    }

    .table tbody tr td:first-child {
        font-size: 14px;
    }

.pdf-content {
    font-size: 14px;
}

    .pdf-content span:nth-child(2) {
        color: #3C7AE0;
        line-height: 1.2;
    }

        .pdf-content span:nth-child(2) > small {
            color: #747474;
            font-size: 12px;
        }


.signature-box-english {
    height: 87px;
    width: 135px;
    display: block;
}

    .signature-box-english img {
        height: 100%;
        width: 100%;
    }

.signature-box-hindi {
    height: 80px;
    width: 135px;
    display: block;
}

    .signature-box-hindi img {
        height: 100%;
        width: 100%;
    }

.note-info-box {
    background-color: #2957A314;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .note-info-box label {
        width: 70%;
    }

    .note-info-box p {
        color: #525252;
    }

.otp-box {
    display: flex;
    gap: 1rem;
}

    .otp-box .form-control {
        width: 45px;
        height: 45px;
        padding: 10px;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
    }

.success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .success-icon i {
        background-color: #20a344;
        border-radius: 50%;
        padding: 19px;
        height: 60px;
        width: 60px;
        color: #fff;
        display: grid;
        place-content: center;
        font-size: 45px;
    }

@media(max-width:768px) {

    .table {
        width: 100%;
    }

    .navigation-buttons {
        flex-direction: column;
        gap: 20px;
    }

        .navigation-buttons div:first-child {
            align-self: start;
        }

        .navigation-buttons div:nth-child(2) {
            align-self: end;
        }

    .card.main_card .card-header {
        padding-left: 16px;
        padding-right: 16px;
    }

    .card.main_card .card-body:not(.card-body.preview-data) {
        padding-left: 16px;
        padding-right: 16px;
    }
}
