
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.otf);
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Light;
    src: url(../fonts/Poppins-Light.ttf);
}



@font-face {
    font-family: agencyfb_bold;
    src: url(../fonts/agencyfb_bold.ttf);
}

@font-face {
    font-family: agencyfb_reg;
    src: url(../fonts/agencyfb_reg.ttf);
}

@font-face {
    font-family: AGENCYB;
    src: url(../fonts/AGENCYB.TTF);
}

@font-face {
    font-family: InterTight-Bold;
    src: url(../fonts/InterTight-Bold.ttf);
}

@font-face {
    font-family: InterTight-Medium;
    src: url(../fonts/InterTight-Medium.ttf);
}

@font-face {
    font-family: InterTight-Regular;
    src: url(../fonts/InterTight-Regular.ttf);
}


body {
    font-family: "Poppins-Regular", sans-serif;
    color: #353332;
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: normal;
    background: #e0dfdf2e;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    position: relative;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


.container-fluid {
    padding: 0 40px;
}

/*----header css-------*/
#header {
    position: relative;
}

.top-header {
    background: #FFF;
    box-shadow: 0px -18px 40px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 0px;
}

    .top-header .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.topber-dlf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav .nav-item {
    border-left: solid 1px #C7C7C7;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

    .top-nav .nav-item:first-child {
        border: none;
        padding-left: 0;
    }

.topber li p {
    color: #090909;
    margin: 0px;
    font-family: 'Poppins-Bold'; /*font-weight: 700;*/
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
}


.userdlf {
    gap: 0px 10px;
    display: flex;
    align-items: center;
    border-right: 1px solid #C7C7C7;
    padding-right: 14px;
}

    .userdlf h6 {
        color: #5E5E5E;
        font-family: 'InterTight-Medium';
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 3%;
        margin: 0px;
        line-height: 111%;
    }

    .userdlf a {
        color: #090909;
        font-family: 'InterTight-Bold'; /*font-weight: 700;*/
        font-style: Bold;
        font-size: 15px;
        line-height: 111%;
        letter-spacing: 3%;
        text-decoration: none;
    }

.arowicon a img {
    height: 20px;
    transition: transform 0.3s ease;
}

.usericon {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

#clickpopup img {
    cursor: pointer;
}

#openpopup {
    display: none;
}

.arowicon {
    position: relative;
    transition: 1.3s;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.userdlf .dropdown-menu {
    width: 240px;
    left: auto;
    right: 0px;
    top: 40px;
    border-radius: 10px;
    padding: 0px;
    border: 1px solid #FCFCFC;
    background: #FFF;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.06);
}

.userdlf li:hover {
    background: #E1E1E1;
}

.userdlf li {
    font-family: 'InterTight-Regular';
    cursor: pointer;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 111%;
    padding: 8px 14px;
    letter-spacing: 0.45px;
    display: flex;
    gap: 0px 5px;
    border-bottom: 1px solid #E1E1E1;
}

    .userdlf li span {
        color: #090909;
        font-weight: 700;
        font-style: Bold;
        font-size: 12px;
        line-height: 111.00000000000001%;
        letter-spacing: 3%;
        display: block;
        ;
    }

    .userdlf li p {
        margin: 0px;
        flex: 1;
    }

    .userdlf li .userimg img {
        height: 35px;
    }

    .userdlf li:last-child {
        border-bottom: 0px;
    }

.topber-right {
    display: flex;
    align-items: center;
    gap: 0px 14px;
}

.Logout a {
    color: #000;
    font-family: 'InterTight-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 111.00000000000001%;
    letter-spacing: 3%;
    text-decoration: none;
}


.header-mobile {
    display: none;
}

/*-----banner-wrapper---------*/
.banner-wrapper {
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
}

.backarrow a {
    color: #E67300;
    font-family: 'AGENCYB';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.applicant-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #E0DFDF;
    padding-bottom: 10px;
}

    .applicant-wrap h2 {
        color: #E67300;
        font-weight: 700;
        font-size: 40px;
        line-height: 100%;
        letter-spacing: 0%;
        font-family: 'AGENCYB';
    }

    .applicant-wrap p {
        color: #090909;
        font-family: 'Poppins-Light';
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
    }

.submit-btn a.btn {
    border: 1px solid #E67300;
    font-family: 'agencyfb_bold';
    color: #fff;
    background: #E67300;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 9px;
}

    .submit-btn a.btn.preview {
        color: #E67300;
        background: transparent;
        margin-right: 10px;
    }

    .submit-btn a.btn:hover {
        background: #fff !important;
        color: #E67300;
    }

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px 20px;
    margin-top: 40px;
}

.cardbox {
    position: relative;
    transition: 1.3s;
    margin-bottom: 30px;
}

.card-image img {
    width: 100%;
    border-radius: 16px 16px 0px 0px;
}

.step {
    position: absolute;
    right: 26px;
    bottom: 39px;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    z-index: 9;
}

    .step span {
        font-size: 18px;
        font-weight: 300;
        color: #555;
    }

.card-content {
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 25px 15px;
    position: relative;
    margin-top: -14%;
}

    .card-content h3 {
        font-family: 'AGENCYB';
        font-weight: 700;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000;
        margin-bottom: 4px;
    }

    .card-content p {
        font-family: 'Poppins-Light';
        font-weight: 300;
        font-size: 16px;
        line-height: 21px;
        margin: 0px;
        color: #000;
        max-width: 320px;
    }

    .card-content::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 118px;
        background-image: url('../images/Subtract.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.arrow-btn {
    z-index: 2;
    background: #fff;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0px;
    border: 1px solid #E67300;
    color: #E67300;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .arrow-btn:hover {
        background: #ff7422;
        transform: translateX(3px);
        color: #fff;
    }

.card-content h3,
.card-content p,
.arrow-btn {
    position: relative;
    z-index: 2;
    border-width: 1px;
}

.cardwrapper2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.contacttext {
    flex: 1;
}

.card-image {
    position: relative;
    transition: 1.3s;
}

    .card-image img {
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


.timericon {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
    width: 45px;
    height: 45px;
    border-radius: 9px;
    box-shadow: 0 0 6px #c7c7c7;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .timericon img {
        position: absolute;
        width: 33px;
        height: auto; /* transition: opacity 0.3s ease, transform 0.3s ease;*/
    }

.icon-default {
    opacity: 1;
}

.icon-hover {
    opacity: 0;
}


.activecard .hover-img {
    opacity: 1;
}

.activecard .default-img {
    opacity: 0;
}

.activecard .timericon .icon-default {
    opacity: 0;
}

.activecard .timericon .icon-hover {
    opacity: 1;
}

.activecard .timericon {
    background: #fff;
}

.activecard .arrow-btn {
    background: #ff7422;
    color: #fff;
}

.timericon .icon-default {
    animation: rotateIcon 5s linear infinite;
}

.registration {
    height: 75vh;
}

    .registration h2 {
        color: #E67300;
        font-weight: 700;
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
        letter-spacing: 0%;
        font-family: 'AGENCYB';
    }

    .registration h3 {
        color: #E67300;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        font-family: 'AGENCYB';
        border-bottom: solid 1px rgba(224, 223, 223, 1);
        padding-bottom: 12px;
    }

    .registration .card {
        padding: 20px;
        border-radius: 16px;
        box-shadow: 0 0 12px #d1d1d1;
        border: none;
        min-height: 311px;
    }

    .registration .form-control, .registration .form-select {
        font-size: 15px;
        padding: 8px 10px;
    }

    .registration .form-label {
        color: rgba(60, 60, 60, 1);
        font-size: 16px;
        margin: 0 0 5px;
    }

    .registration sup {
        color: red;
        font-size: 16px;
        top: 2px;
        position: relative;
    }

    .registration small {
        color: rgba(9, 9, 9, 1);
    }

    .registration .mobile {
        display: flex;
    }

        .registration .mobile .width-50 {
            width: 50px;
            text-align: center;
        }

    .registration .btn {
        padding: 8px 12px;
        background: rgba(230, 115, 0, 1);
        color: #fff;
        width: 120px;
    }

.registration-modal .modal-content {
    border-radius: 16px;
    border: none;
    padding: 10px 20px 10px;
    width:  1000px;
}

.registration-modal h2 {
    color: #E67300;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0%;
    font-family: 'AGENCYB';
}

.registration-modal .btn-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 12px #817f7f;
    opacity: 1;
}

.registration-modal .btn {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(230, 115, 0, 1);
    color: #fff;
    font-size: 18px;
    font-family: 'AGENCYB';
}

    .registration-modal .btn:focus {
        padding: 8px 12px;
        border-radius: 8px;
        background: rgba(230, 115, 0, 1);
        color: #fff;
        font-size: 18px;
        font-family: 'AGENCYB';
    }

.registration-modal .card {
    border-color: rgba(211, 211, 211, 1);
    border-radius: 16px;
    padding: 20px;
}

    .registration-modal .card p {
        color: rgba(9, 9, 9, 1);
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }


@keyframes rotateIcon {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/*---footer-------*/

.footer {
    position: relative;
    padding: 30px 0px;
}

.copyright {
    padding: 12px;
    border: 1px solid #EDEDED;
    border-radius: 9px;
    background: #fff;
}

.copyright {
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

    .copyright img {
        max-width: 120px;
    }

    .copyright p, a {
        margin: 0px;
        color: #090909;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration: none;
    }

        .copyright p span {
            font-weight: 600;
            display: block;
        }



/*----- 19 feb 2026 */
.headingwrapper {
    margin-top: 10px;
}

    .headingwrapper h2 {
        color: #E67300;
        font-weight: 700;
        font-size: 34px;
        line-height: 100%;
        letter-spacing: 0%;
        font-family: 'AGENCYB';
    }

    .headingwrapper p {
        color: #090909;
        font-family: 'Poppins-Light';
        font-weight: 300;
        font-size: 16px;
        line-height: 100%;
    }

.formwrappper {
    background: #fff;
    padding: 32px;
    margin-top: 32px;
    border-radius: 16px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}

    .formwrappper .form-group {
        margin-bottom: 16px;
    }

        .formwrappper .form-group label {
            font-weight: 400;
            font-size: 17px;
            line-height: 20px;
            font-family: 'Poppins-Regular';
            position: relative;
            margin-bottom: 6px;
        }

        .formwrappper .form-group input, .formwrappper .form-group select {
            display: block;
            width: 100%;
            padding: 11px .75rem;
        }

.userphotowrap img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}

.userphotowrap p {
    font-size: 18px;
    color: #3C3C3C;
    font-weight: 400;
    line-height: 23px;
    font-family: 'Poppins-Regular';
    margin-bottom: 3px;
}

.userphotowrap span {
    font-size: 12px;
}

.userphotoinnerwrap {
    position: relative;
}

    .userphotoinnerwrap button {
        background: #E67300;
        color: #fff;
        border: 1px solid #ffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        position: absolute;
        right: -7px;
        bottom: 7px;
        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .userphotoinnerwrap input {
        position: absolute;
        left: 0;
        z-index: -1;
        opacity: 0;
    }

.dividerline {
    margin: 40px 0;
    color: #E0DFDF;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
}

.dividerline1 {
    margin: 24px 0;
    color: #E0DFDF;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1;
}

.formheading {
    margin-bottom: 32px;
}

    .formheading h4 {
        font-size: 32px;
        font-family: 'AGENCYB';
        color: #e67300;
        margin-bottom: 6px;
        font-weight: 700;
    }

    .formheading p {
        font-size: 16px;
        color: #3C3C3C;
        font-weight: 300;
        margin-bottom: 0px;
        line-height: 23px;
        font-family: 'Poppins-Regular';
    }

.formheading1 h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000;
    font-family: 'Poppins-Medium';
    border-top: 1px solid #0000001A;
    padding-top: 23px;
}
}

.formheading1 p {
    color: #6E6D6D;
    font-size: 16px;
    margin-bottom: 0px;
}

.forminnerpadding {
    padding-left: 32px;
}

.forminnerheading {
    margin-bottom: 24px;
    color: #e67300;
    font-size: 24px;
    font-family: 'AGENCYB';
    font-weight: 700;
}

.impmark {
    color: #E67300;
}

.upload-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 13px 33px 14px 32px;
    height: 79px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    background: #F9FAFB;
}

.upload-box1 {
    height: 80px;
}

.upload-box:hover {
    cursor: pointer;
}

.upload-icon {
    min-width: 48px;
    height: 48px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .upload-icon img {
        width: 24px;
        height: 24px;
    }

.upload-text h4 {
    margin: 0;
    font-size: 16px;
}

.upload-text p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #99A1AF;
}

.upload-box input {
    position: absolute;
    opacity: 0;
}
/* input[type="file"] {
      display: none;
    } */
.forminnerchildpadding {
    padding-left: 63px;
}

.btngrayborder {
    background: transparent;
    border: 1px solid #B0B0B0;
    color: #B0B0B0;
}

.btnwrapper {
    padding: 10px 30px;
    transition: 0.5s;
    font-family: 'AGENCYB';
    font-size: 16px;
    border-radius: 8px;
    font-weight: 400;
}

.btnorangeborder {
    background: transparent;
    border: 1px solid #E67300;
    color: #E67300;
}

.btnprimary {
    background: #E67300;
    border: 1px solid #E67300;
    color: #fff;
}

.footerbtnwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footerbtnwrap .btngap {
        display: flex;
        gap: 24px;
    }

.radio-group {
    display: flex;
    gap: 30px;
    margin-top: 8px;
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

    .radio-option input {
        display: none;
    }

.custom-radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    background: #F4F4F4;
}

.radio-option input:checked + .custom-radio {
    background: #E6730030;
}

.radio-option input {
    position: absolute;
    left: -18px;
    z-index: 1;
    opacity: 0;
}

    .radio-option input:checked + .custom-radio::after {
        content: "";
        width: 12px;
        height: 12px;
        background: #f57c00;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }


/* ********24 feb 2026 */

.spttxt {
    font-size: 14px;
    color: #B0B0B0;
}

.crtbtnwrapper {
    align-items: end;
    justify-content: space-between;
    display: flex;
}

.graymark {
    width: 163px;
    height: 0px;
    border-radius: 8px;
    background: #F1F1F1;
    margin: 12px auto 28px;
    opacity: 0;
}

.formheading2 h4 {
    color: #E67300;
    font-size: 20px;
    font-family: 'Poppins-Regular';
    font-weight: 700;
    padding: 12px 0px;
    text-align: center;
  /*  border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;*/
    margin-bottom: 5px;
}

textarea {
    resize: none;
}



/* **** 26 feb 2026 */

.editcard {
    background-image: url(../images/gradientcard.png);
    background-size: cover;
    background-position: top;
    padding: 28px;
    border-radius: 22px;
    position: relative;
    min-height: 338px;
}

    .editcard h4 {
        color: #fff;
        font-size: 24px;
        font-family: 'Poppins-Regular';
    }

        .editcard h4 span {
            font-family: 'Poppins-Bold';
        }

    .editcard p {
        color: #fff;
        font-size: 18px;
        margin: 9px 0 0px 0px;
    }

    .editcard .editcardpdficon {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .editcard a {
        font-size: 18px;
        font-family: 'Poppins-Regular';
        color: #fff;
        position: absolute;
        bottom: 24px;
        left: 28px;
    }

.passwordwrapper {
    height: -webkit-fill-available;
}

    .passwordwrapper h5 {
        font-size: 20px;
        color: #000;
        font-family: 'InterTight-Regular';
        margin-bottom: 0px;
    }

    .passwordwrapper ul li {
        font-size: 18px;
        margin-top: 12px;
        color: #9C9C9C;
        padding-left: 28px;
        position: relative;
    }

        .passwordwrapper ul li::before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            left: 0px;
            border: 1px solid #D1D5DC;
            border-radius: 50%;
            top: 5px;
            z-index: 1;
        }

        .passwordwrapper ul li::after {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            left: 7px;
            border: 1px solid #D1D5DC;
            border-radius: 50%;
            top: 12px;
            background: #D1D5DC;
        }

        .passwordwrapper ul li.activepass {
            color: #00B312;
        }

            .passwordwrapper ul li.activepass::before {
                background: #00B312;
            }



/* ***** 27 feb 2026 **** */
.formheading3 h4 {
    color: #E67300;
    font-size: 32px;
    font-family: 'AGENCYB';
  /*  padding: 12px 0px;*/
    text-align: center;
   /* border-bottom: 1px solid #0000001A;*/
  /*  border-top: 1px solid #0000001A;*/
    margin-top: 0px;
}

.cardwrapperheading h5 {
    color: #E67300;
    font-size: 22px;
    font-family: 'AGENCYB';
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 24px;
    margin-bottom: 0px;
}

.profiledetailwrap {
    margin-top: 16px;
}

    .profiledetailwrap label {
        font-size: 14px;
        font-family: 'Poppins-Regular';
        color: #2d2727e0;
        font-weight:bold;
        /*   font-size: 18px;
        font-family: bold;
        color: #2d2727e0;*/
    }

    .profiledetailwrap h4 {
        font-size: 15px;
        font-family: Poppins-Regular;
        color: #0000008f;
        word-wrap: break-word;
        text-align: justify;
    }


/* ***** 2 march 2026 ***** */
.cardwrapperheading2 {
    margin-top: 32px;
    border-top: 1px solid #ddd;
    padding-bottom: 0px
    /*  padding-bottom: 20px;*/
}

    .cardwrapperheading2 h5 {
        font-family: 'Poppins-Regular';
        font-weight: bold;
        font-size: 15px;
        margin-top: 27px;
    }

    .cardwrapperheading2 p {
        font-family: 'Poppins-Regular';
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 0px;
    }

.cardwrapperheadingbold {
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #F1F1F1;
    padding: 24px 0px 20px 0px;
    margin-top: 24px;
}

    .cardwrapperheadingbold h4 {
        font-size: 28px;
        color: #E67300;
        font-family: 'AGENCYB';
        font-weight: 700;
        margin-bottom: 0px;
    }

.profiledetailwrap h4.doclinkcolor {
    color: #E67300;
}

    .profiledetailwrap h4.doclinkcolor a {
        color: #E67300;
    }

/* ***** 3 march 2026 ***** */
.formheading4 {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
}

    .formheading4 h4 {
        color: #E67300;
        font-size: 24px;
        margin-bottom: 4px;
        font-family: 'Poppins-Medium';
    }

    .formheading4 p {
        font-size: 16px;
        margin-bottom: 0px;
        font-family: 'Poppins-Regular';
    }

.progresswrapper h5 {
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'Poppins-Regular';
    color: #000;
}

.progresswrapper p {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    font-family: 'Poppins-Regular';
    color: #000;
}

.alertcomplete {
    border: 1px solid #A4F4CF;
    background: #ECFDF5;
    padding: 7px 10px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #007A55;
    border-radius: 35px;
}

.alertincomplete {
    border: 1px solid #FFB900;
    background: #FFF1CB;
    padding: 7px 10px;
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #7C7A00;
    border-radius: 35px;
}

.profilecompleteheading {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 24px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
    margin-top: 40px;
}

    .profilecompleteheading h4 {
        font-size: 20px;
        font-family: 'Poppins-Regular';
        margin-bottom: 0px;
        color: #000;
    }

    .profilecompleteheading p {
        font-size: 16px;
        font-family: 'Poppins-Regular';
        margin-bottom: 0px;
        color: #000;
    }

.statuslist ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

    .statuslist ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        margin-top: 16px;
        gap: 0 10px;
        border: 1px solid #E6E6E6;
        height: 54px;
        border-radius:12px;
    }

        .statuslist ul li img {
            width: 35px;
        }

.servicerecordbtn {
    border-top: 1px solid #E6E6E6;
    padding-top: 24px;
    margin-top: 8px;
}

.progresswrapper .progress-bar {
    background: #28a745;
}

.progresswrapper .progress {
    --bs-progress-height: 18px;
}

.multi-select {
    position: relative;
    margin-bottom: 20px;
}


.multi-select-btn {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Important */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .multi-select-btn:after {
        content: "▼";
        font-size: 12px;
    }

.multi-select-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    margin-top: 5px;
    z-index: 1000;
}

    .multi-select-dropdown label {
        display: flex;
        align-items: center;
        padding: 8px 10px;
        cursor: pointer;
    }

        .multi-select-dropdown label:hover {
            background: #f5f5f5;
        }

.form-group .multi-select-dropdown input {
    margin-right: 8px;
    width: auto;
}

.multi-select.open .multi-select-dropdown {
    display: block;
}

.tablecustom table {
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

    .tablecustom table strong {
        font-weight: 500;
        font-family: 'Poppins-Medium';
    }


/* *** 19 march 2026 */
.daterangewrapper {
    display: flex;
    justify-content: start;
    gap: 0 7px;
}

label.selected-text,
span.selected-text {
    color: green !important;
}

.multipledrp {
    height: 150px;
    overflow-y: scroll;
}

    .multipledrp table tr {
        display: flex flex !important;
    }

        .multipledrp table tr td {
            display: flex !important;
            padding: 0px 15px;
        }

.applicationaccordion .card {
    border: none;
}

.applicationaccordion .card-header a {
    font-size: 20px;
    font-family: 'Poppins-Regular';
    margin-bottom: 0px;
    color: #000;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0 24px;
    border-bottom: 1px solid #E6E6E6;
    padding: 0;
    padding-bottom: 16px;
    padding-top: 40px;
    display: flex;
}

    .applicationaccordion .card-header a h6 {
        margin-bottom: 0px;
    }

    .applicationaccordion .card-header a span {
        float: right;
        position: absolute;
        transition: 0.5s;
        right: 15px;
        font-size: 17px;
        top: 35px;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

.applicationaccordion .card-header {
    padding: 0;
    background: none;
    border: none;
}

.applicationaccordion .card-body {
    padding: 0;
}

.card-header a:not(.collapsed) span {
    transform: rotate(135deg);
    transition: 0.5s;
}

.applicationaccordion .card-header:focus-visible {
    outline: none;
    border: none;
    border-color: red;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border: none;
    border-color: var(--bs-btn-active-border-color);
    border: 1px solid #fff;
    border-bottom: 1px solid #e6e6e6;
}

.status-title {
    min-width: 280px;
    text-align: left;
}

@media (max-width: 767.98px) {
    .applicationaccordion .card-header a {
        display: block;
        text-align: start;
        font-size: 16px;
        padding-top: 25px;
    }

        .applicationaccordion .card-header a h6 {
            display: block;
            width: max-content;
            margin-top: 6px;
        }

    .applicationaccordion {
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: none;
    }
}
/* 5 may 2026 */
.applicantcard {
    padding: 24px;
    box-shadow: -17px -5px 32px 0px #4848480F;
    border-radius: 16px;
    border: 1px solid #EDEDED;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 0 20px;
}

    .applicantcard .applicanticon {
        box-shadow: -17px -5px 32px 0px #4848480F;
        border-radius: 16px;
        padding: 16px;
        width: 70px;
    }

    .applicantcard div p {
        color: #3C3C3C;
        font-family: 'Poppins-Medium';
        margin-bottom: 12px;
    }

    .applicantcard div h3 {
        color: #090909;
        font-size: 32px;
        margin-bottom: 0px;
        font-family: 'Poppins-Bold';
    }

.vectorside {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .vectorside img {
        width: 170px;
    }

.trackcard {
    box-shadow: 9px 15px 32px 0px #00000014;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #ebebeb;
}

.trackcardheader {
    display: flex;
    justify-content: start;
    gap: 0 20px;
    align-items: center;
    border-bottom: 1px solid #E0DFDF;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .trackcardheader h4 {
        font-size: 15px;
        font-family: 'Poppins-Medium';
        margin-bottom: 0px;
    }

.trackcard ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-bottom: 24px;
}

    .trackcard ul li:last-child {
        margin-bottom: 0px;
    }

    .trackcard ul li span {
        font-family: 'Poppins-Medium';
    }

.registrationtabwrapper {
    margin-bottom: 32px;
}

    .registrationtabwrapper .nav-tabs {
        gap: 0 40px;
    }

        .registrationtabwrapper .nav-tabs .nav-item .nav-link {
            display: block;
            padding: 8px 0px;
            font-size: 22px;
            color: #949494;
            border: 0;
            font-family: 'AGENCYB';
        }

        .registrationtabwrapper .nav-tabs .nav-link.active {
            color: #E67300;
            background-color: transparent;
            border-color: none;
            border-bottom: 2px solid #E67300;
            font-family: 'AGENCYB';
        }


.registertable table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.registertable thead tr:first-child {
    font-weight: 600;
}

    .registertable thead tr:first-child th {
        font-weight: 100;
    }

.registertable thead tr:nth-child(1) th:first-child {
    border-radius: 8px 0px 0px 0px;
    border-left: 0px;
}

.registertable thead tr:nth-child(1) th:last-child {
    border-radius: 0px 8px 0px 0px;
}

.registertable th {
    background: #F2F2F2;
    border: 1px solid #e0e0e0;
    border-top: 0px;
    border-right: 0px;
}

.registertable th, .registertable td {
    padding: 10px 12px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
}

    .registertable th:first-child, td:first-child {
        text-align: left;
    }

    .registertable th:first-child {
        border-right: 1px solid #e0e0e0;
    }

.registertable .category-cell {
    display: flex;
    align-items: center;
    gap: 12px;
}

.registertable .icon {
    border-radius: 50%;
    background: #d0d5dd;
    display: inline-block;
}

    .registertable .icon img {
        max-width: 22px;
        min-width: 20px;
    }

.registertable tfoot {
    font-weight: bold;
    border: none;
}

    .registertable tfoot td {
        border-bottom: 0px;
    }
/* 11 may 2026 */

.header-menu {
    position: relative;
    border-radius: 6px;
    width: max-content;
    margin: auto;
    margin-top: -6px;
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(230, 115, 0, 0.15);
    border: 1px solid rgba(230, 115, 0, 0.35);
}

.navbar-dark {
    padding: 0px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navmenu .nav-item:first-child {
    border: none;
    padding-left: 0;
}

.navmenu .nav-item a {
    font-family: 'Poppins-Medium';
    display: inline-block;
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.navmenu li a.active {
    color: #262626;
}

.Login-btn a.btn {
    border-radius: 5px;
    background: #E67300;
    box-shadow: 0 4px 10px 0 rgba(230, 115, 0, 0.15);
    max-width: 102px;
    height: 38px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

    .Login-btn a.btn span {
        border-radius: 5px;
        background: #FFF;
        width: 22px;
        height: 22px;
        display: inline-block;
        line-height: 20px;
    }

.navmenu li {
    position: relative;
    border-left: 1px solid #CECECE;
    padding: 0 25px;
}

.navmenu .nav-item a::before {
    content: '';
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    bottom: -8px;
    left: 0;
    right: 0;
    background: #E67300;
    height: 2px;
}

.navmenu .nav-item a:hover {
    color: #262626;
}

.navmenu li a.active {
    color: #262626;
}

    .navmenu li a.active::before {
        transform: scaleX(1);
    }

.navmenu .nav-item a:hover::before {
    transform: scaleX(1);
}

.header-menu .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 2px solid #E67300;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nav-item.dropdown {
    position: relative;
}

    .nav-item.dropdown .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(0px);
        transition: all 0.3s ease;
        margin-top: 10px;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.header-menu .dropdown-menu li {
    padding: 0 0;
}

.header-menu .nav-item .dropdown-menu a::after {
    content: '';
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #E67300;
    height: 2px;
}

.phonesidebarlogowrap {
    display: none;
}

.phonesidebar {
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 7px 9px;
    margin-left: 4px;
    background: #f9f9f9;
}

    .phonesidebar img {
        width: 20px;
    }

.navmenu .sidebarlogoutwrap {
    display: none;
}

.phonesidebar {
    display: none;
}

.navmenu .nav-item.dropdown a::before {
    content: '';
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    bottom: -8px;
    left: 0;
    right: 0;
    background: #E67300;
    height: 2px;
    display: none;
}

/* Captcha Group */
.captcha-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .captcha-group .form-control {
        margin-bottom: 0;
    }

.captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F7;
    /*border: 1px solid #A1A1A1;*/
    border-radius: 6px;
    height: 48px;
    padding: 0 10px;
    min-width: 120px;
}

.captcha-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000;
}

.refresh-btn {
    padding: 0px;
    background: none;
    border: none;
    cursor: pointer;
}

.captcha-box .refresh-btn img {
    max-width: 100%;
    width: auto;
    margin-bottom: 0px;
}
.navmenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
}

.phonesidebarlogowrap button {
    border: 1px solid #ddd;
    background: transparent;
    padding: 0;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
}

.phonesidebarlogowrap {
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}
.registration-text {
    text-align: center;
    margin-bottom: 32px;
}

    .registration-text p {
        font-size: 17px;
        color: #E67300;
        margin-bottom: 0px;
    }

.registration-captch .captcha-box {
    height: 39px;
}

.mobilenmbrshow h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    display: flex;
    gap: 0 5px;
    align-items: center;
}

    .mobilenmbrshow h5 button {
        border: none;
        padding: 0px;
        background: transparent;
    }

.setupbtnwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .setupbtnwrapper a {
        font-size: 12px;
        font-family: 'Poppins-Bold';
        color: #E67300;
    }

.setuppasswordinstructions h4 {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    margin-bottom: 8px;
    margin-top: 16px;
}

.setuppasswordinstructions p {
    font-size: 14px;
    color: #4A5565;
    margin-bottom: 0px;
}

.instructionsbox {
    border-top: 1px solid #D4D4D4;
    margin-top: 16px;
}

.passwordbox {
    border: 1px solid #E0DFDF;
    padding: 24px;
    border-radius: 15px;
}

.instructionsbox ul li {
    color: #9C9C9C;
    position: relative;
    margin: 3px 0px;
    margin-left: 22px;
}

    .instructionsbox ul li.validatecorrect {
        color: #00B312;
    }

    .instructionsbox ul li:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        left: -20px;
        top: 5px;
        border: 1px solid #ddd;
    }

    .instructionsbox ul li.validatecorrect:before {
        background: #00B312;
    }

#verifyotpwrap {
    display: none;
}

#verifypasswordwrap {
    display: none;
}