    html {
        /* Makes anchor navigation smooth in supporting browsers */
        scroll-behavior: smooth;
    }
    
    form input {
            width: 100%;
            margin-top: 10px;
            padding: 15px;
            background-color: #fafafa;
            border: 1px solid #ededed;
            padding: 11px;
            border-radius: 6px;
            /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

        }

        .h1-title {
            font-size: 52px;
            line-height: 1.125;
            margin-bottom: 8px;
        }

        form input:focus {
            box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        }

        .textheading {
            margin-top: 20px;
            font-size: 20px;
            font-weight: bold;
        }

        .margin-top {
            margin-top: 10px;
        }

        .submit__generated {
            display: inline-block;
        }

        /* Tablet Layout: 768px. */
        @media only screen and (max-width: 768px) {

            .submit__overlay {
                height: 15% !important;
                width: 94% !important;
                background-color: #ffffff66;
                position: absolute;
                margin-top: -100px;
                margin-left: 0px;
            }

        }

        .submit__generated span {
            display: inline-block;
            width: 50px;
            height: 40px;
            vertical-align: center;
            line-height: 40px;
            font-weight: bold;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.9);
            text-align: center;
            letter-spacing: 1px;
            text-transform: uppercase;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 4px;
        }

        .submit__generated.valid:after,
        .submit__generated.unvalid:after {
            font-family: FontAwesome;
            font-size: 18px;
            margin-left: 10px;
        }

        .submit__generated.valid:after {
            content: "\2713";
            /* Unicode check mark */
            color: #2ecc71;
            /* Green color for the check mark */
        }

        .submit__generated.valid .submit__input {
            border: 1px solid #2ecc71;
            color: #2ecc71 !important;
        }

        .submit__generated.unvalid:after {
            content: "\2717";
            /* Unicode "X" symbol */
            color: #e74c3c;
            /* Red color for the "X" symbol */
        }

        .submit__generated.unvalid .submit__input {
            border: 1px solid #e74c3c;
            color: #e74c3c;
        }

        .submit__generated .submit__input {
            position: relative;
            outline: 0;
            height: 45px;
            width: 65px;
            border-radius: 4px;
            border: 1px solid #30519e;
            color: #30519e;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
            top: -2px;
        }

        i.fa-refresh {
            margin: 4px 0 0px 5px;
            padding: 5px;
            font-size: 18px;
            color: rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transform-origin: center center;
            transition: transform 0.2s ease-out, color 0.2s ease-out;
        }

        i.fa-refresh:hover {
            color: rgba(0, 0, 0, 0.4);
            transform: rotate(180deg);
        }

        span.submit__error,
        span.submit__error--empty {
            color: #e74c3c;
            position: absolute;
            margin-top: 0px;
            margin-left: 100px;
        }

        .submit {
            display: block;
            margin: 30px 0;
            padding: 7px 15px;
            font-weight: bold;
            font-size: 16px;
            color: #fff;
            letter-spacing: 1px;
            text-transform: uppercase;
            outline: none;
            border: 0;
            background-color: #ff4400;
            background-clip: padding-box;
            border-radius: 0;
            box-shadow: 0 4px 0rgb(5, 58, 94);
            opacity: 1;
            transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        }

        .submit:hover {
            background-color: rgb(0, 105, 175);
        }

        .submit:active,
        .submit.enter-press,
        .submit.overlay {
            margin: 55px 0 46px 0;
            box-shadow: none;
        }

        .submit__overlay {
            height: 80%;
            width: 100%;
            background-color: #ffffff66;
            position: absolute;
            margin-top: -100px;
            margin-left: 0px;
        }

        .low-opa {
            opacity: 0.4;
        }

        .fadeOut {
            opacity: 0;
            transform: translateY(10px);
        }

        .fadeIn {
            opacity: 1 !important;
            transform: translateY(0px) !important;
        }

        .form-fields,
        .form-success {
            transition: all 0.2s ease-out;
        }

        .form-success {
            opacity: 0;
            transform: translateY(-10px);
            margin-top: 20px;
        }

        .captcha-heading {
            font-size: 20px;
            color: #ff1818;
            font-weight: 600;
        }

        .hide {
            display: none;
        }

        input[type="text"] {
            box-shadow: none !important;
            background-color: #fafafa;
            border: 1px solid #ededed;
            padding: 11px;
            border-radius: 6px;
            margin-bottom: 3px;
        }

     /* Your custom job-table CSS from earlier goes here */
    .job-table-responsive {
        overflow-x: auto; 
        margin: 20px 0;
    }
    .job-table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial, sans-serif;
        min-width: 500px; 
    }

    tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    background-color: white;
}

.table-data {
    padding: 10px 15px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    color: black;
    font-weight: 600;
}
a.apply-btn {
    background-color: #ff4400;
}

.it-breadcrumb-overlay {
    position: relative;
    padding-top: 62px;
    padding-bottom: 55px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}