html, body {
    height: 100%;
    font-family: "Open Sans", sans-serif !important;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    overflow-x: hidden;
}

button {
    font-family: "Open Sans", sans-serif !important;
}

body.filter-active, body.search-active {
    overflow: hidden;
}

a, a:hover, a:focus {
    text-decoration: none !Important;
    color: #F37021;
}

* {
    box-sizing: border-box;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #97b4c3;
    height: 6px;
}

.jsr-page {
    width: 100%;
    float: left;
    position: relative;
}

.jsr-container {
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.search-bar-header {
    width: 100%;
    float: left;
    position: relative;
}

    .search-bar-header .search-bar-header-top {
        background: #E1EBF4;
        padding: 15px 0px;
        width: 100%;
        float: left;
        position: relative;
    }

    .search-bar-header .search-bar-header-bottom {
        background: #E1EBF4;
        padding: 0px 0px 15px 0px;
        width: 100%;
        float: left;
        position: relative;
    }

.search-form {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    margin-bottom: 0px;
}



    .search-form .search-form-mobile {
        width: 100%;
        display: flex;
        gap: 10px;
    }

        .search-form .search-form-mobile .btn-filter {
            background: #bdd2dd;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            float: left;
            width: 42px;
            height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            min-width: 42px;
        }

            .search-form .search-form-mobile .btn-filter img {
                height: 14px;
                width: 14px;
            }

    .search-form .form-group-jsr {
        width: 100%;
        position: relative;
        padding-right: 15px;
    }

        .search-form .form-group-jsr .form-label {
            position: absolute;
            top: 1px;
            color: #4E5B73;
            font-weight: 700;
            left: 1px;
            z-index: 1;
            line-height: 38px;
            padding: 0px 10px 0px 15px !important;
            width: 105px;
            background: #fff;
            border-radius: 4px;
        }

        .search-form .form-group-jsr .form-control {
            border: 1px solid #9dbccc !important;
            border-radius: 5px;
            height: 42px !important;
            padding: 0px 10px 0px 105px !important;
            width: 100% !important;
            float: left;
            position: relative !important;
            color: #4E5B73;
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            background: #fff;
            outline: none;
        }

        .search-form .form-group-jsr.profession .form-control {
            padding: 0px 10px 0px 100px !important;
        }
        .search-form .form-group-jsr.specialty .form-control {
            padding: 0px 10px 0px 90px !important;
        }
        .search-form .form-group-jsr.where .form-control {
            padding: 0px 10px 0px 75px !important;
        }

        .search-form .form-group-jsr.keyword .form-control {
            padding: 0px 10px 0px 95px !important;
        }

        .search-form .form-group-jsr.profession .form-label { 
            width: 100px !important;
        }

        .search-form .form-group-jsr.specialty .form-label { 
            width: 90px !important;
        }

        .search-form .form-group-jsr.where .form-label { 
            width: 75px !important;
        }

        .search-form .form-group-jsr.keyword .form-label {
            width: 95px !important;
        }
        .search-form .form-group-jsr.profession .select2-container {
            padding: 0px 0px 0px 100px !important;
        }
        .search-form .form-group-jsr.specialty .select2-container {
            padding: 0px 0px 0px 90px !important;
        }
        .form-group-mobile {
            border: 1px solid #9dbccc;
            border-radius: 5px;
            height: 42px;
            padding: 0px;
            width: 100%;
            float: left;
            position: relative;
            color: #4E5B73;
            background: #fff;
            cursor: pointer;
        }

    .form-group-mobile .form-label {
        position: absolute;
        top: 0px;
        color: #4E5B73;
        font-weight: 700;
        left: 0px;
        z-index: 1;
        line-height: 42px;
        padding: 0px 15px 0px 40px;
        width: 100%;
    }

    .form-group-mobile .form-icon {
        position: absolute;
        left: 0px;
        top: 0px;
        background: transparent !important;
        border: none !important;
        line-height: 42px;
        width: 42px;
        text-align: center;
        height: 42px;
        z-index: 1;
    }

        .form-group-mobile .form-icon img {
            float: left;
            position: relative;
            margin: 14px;
        }

.search-form .form-actions {
    width: auto;
    float: left;
    display: flex;
    flex-direction: column;
    max-width: 120px;
}

    .search-form .form-actions .btn {
        width: 100%;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 140px;
        font-size: 14px;
        white-space: nowrap;
        padding: 0px 15px;
        color: #4E5B73;
        border: none;
        cursor: pointer;
    }

.btn-orange-outline {
    background: #fff !important;
    color: #F37021 !important;
    border-radius: 5px;
    padding: 0px 15px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #F37021;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

    .btn-orange-outline:hover {
        background: #F37021 !important;
        color: #fff !important;
    }

.btn-orange {
    background: #F37021;
    color: #fff !important;
    border-radius: 4px;
    padding: 0px 15px;
    text-align: center;
}

    .btn-orange:hover {
        background: #B74500;
        outline: none;
    }

.btn-text {
    background: transparent !important;
    color: #F37021 !important;
    border-radius: 5px;
    padding: 0px 15px;
    text-align: center;
}

    .btn-text:hover {
        background: #B74500;
    }

.btn-clear {
    color: #4E5B73;
    text-transform: initial !important;
    border-radius: 5px;
    padding: 0px 15px;
    text-align: center;
    text-decoration: underline !important;
    background: transparent !important;
}

    .btn-clear:hover {
        color: #4E5B73;
    }

.btn-disabled {
    cursor: no-drop;
    position: relative;
}

    .btn-disabled:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: white;
        border-radius: 4px;
        opacity: 0.5;
    }

.filter-form {
    width: 100%;
    float: left;
    position: relative;
}

    .filter-form .filter-focus-title {
        color: #4E5B73;
        font-weight: 600;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 13px;
    }

.filters-group {
    width: 100%;
    float: left;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
}

    .filters-group .filter-single {
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        margin-right: 3px;
        position: relative;
    }

        .filters-group .filter-single .btn-apply-filters-group {
            margin: 0px !important;
        }
            .filters-group .filter-single .btn-apply-filters-group .apply-filter-info {
                width: 100%;
                max-width: 140px; 
                text-align: center;
                white-space: normal;
                font-size: 12px;
                line-height: 1.2;
                margin-top: 4px;
                color: #4E5B73;
            }

            .filters-group .filter-single .btn-apply-filters {
                width: 100%;
                line-height: 36px;
                text-transform: uppercase;
                font-weight: 700;
                max-width: 140px;
                font-size: 14px;
                white-space: nowrap;
                padding: 0px 15px;
                border: none;
                cursor: pointer;
            }

        .filters-group .filter-single .btn-filter img {
            position: relative;
            top: 0px;
            height: 8px;
            float: left;
            margin: 14px 0px;
        }

        .filters-group .filter-single .btn-filter {
            background: #bdd2dd;
            border: none;
            width: auto;
            line-height: 36px;
            font-weight: 600;
            white-space: nowrap;
            padding: 0px 8px;
            border-radius: 5px;
            color: #2D4245;
            font-size: 12.5px;
            cursor: pointer;
            font-family: "Open Sans", sans-serif;
            float: left;
            display: flex;
            align-items: center;
            gap: 4px;
            justify-content: space-between;
        }

            .filters-group .filter-single .btn-filter .caret {
                float: right;
                position: relative;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-top: 5px solid #4E5B73;
                border-bottom: none;
                height: 5px;
                width: 10px;
                overflow: hidden;
                display: inline-block;
                vertical-align: top;
                margin: 15px 0px 15px 0px;
            }

            .filters-group .filter-single .btn-filter.active {
                color: #ffffff;
                background: #4E5B73;
            }

                .filters-group .filter-single .btn-filter.active span {
                    margin-left: 5px;
                    display: inline-block;
                    vertical-align: top;
                }

        .filters-group .filter-single.active .dropdown-menu {
            display: none !important;
        }

        .filters-group .filter-single.active .btn-filter {
            color: #ffffff;
            background: #4E5B73;
        }

            .filters-group .filter-single.active .btn-filter .caret {
                border-top: none;
                border-bottom: 5px solid #ffffff;
            }

        .filters-group .filter-single .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0px;
            margin: 0px;
            background: white;
            border-radius: 5px;
            z-index: 1000;
            float: left;
            min-width: 160px;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
            padding: 5px 0px;
            margin-top: 5px;
            display: none;
        }

            .filters-group .filter-single .dropdown-menu li.filter-mobile-title, .filters-group .filter-single .dropdown-menu li.mobile-donebutton {
                display: block;
            }

            .filters-group .filter-single .dropdown-menu li {
                width: 100%;
                float: left;
                position: relative;
            }

                .filters-group .filter-single .dropdown-menu li a {
                    padding: 5px 15px;
                    clear: both;
                    font-weight: 400;
                    color: #4E5B73;
                    white-space: nowrap;
                    font-size: 14px;
                    width: 100%;
                    float: left;
                }

.keyword-search {
    float: left;
    width: 111px;
    position: relative;
    padding-right: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .keyword-search .search-actions {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 30px;
    }

    .keyword-search.active .search-actions {
        width: 60px;
    }

    .keyword-search.active {
        width: 200px;
    }

        .keyword-search.active input {
            padding: 0px 70px 0px 10px;
        }

    .keyword-search input {
        background: #bdd2dd;
        line-height: 36px;
        font-weight: 600;
        white-space: nowrap;
        padding: 0px 10px;
        border-radius: 5px;
        color: #2D4245;
        font-size: 12px;
        cursor: pointer;
        width: 100%;
        outline: none !important;
        border: 1px solid #bdd2dd !important;
        height: 36px;
        font-family: "Open Sans", sans-serif;
        text-transform: capitalize;
        white-space: nowrap;
        text-overflow: ellipsis;
        table-layout: fixed;
        padding: 0px 23px 0 10px;
    }

    .keyword-search.active input {
        background: #ffffff;
        border: 1px solid #9dbccc !important;
        font-size: 12px;
        font-family: "Open Sans", sans-serif;
        color: #2D4245;
        text-transform: capitalize;
    }

    .keyword-search.active .btn-close {
        display: block;
    }

    .keyword-search .btn-close {
        display: none;
    }

    .keyword-search .btn-search img {
        margin: 10px 10px !important;
        width: 14px !important;
        height: 14px !important;
    }

    .keyword-search .btn {
        position: relative;
        background: transparent !important;
        border: none !important;
        line-height: 36px;
        height: 36px;
        padding: 0px;
        width: 30px;
        text-align: center;
        float: right;
    }

        .keyword-search .btn img {
            margin: 12px 8px;
            width: 10px;
            height: 10px;
            cursor: pointer;
            float: left;
            position: relative;
        }

.jsr-results-body {
    background: #ffffff;
    padding: 15px 0px;
    width: 100%;
    float: left;
    position: relative;
}

    .jsr-results-body .jsr-results-group {
        width: 100%;
        float: left;
        position: relative;
        display: inline-block;
        margin: 0px;
    }

.jsr-job-full-details {
    width: 100%;
    float: left;
    position: relative;
}

.jsr-section-footer {
    width: 100%;
    float: left;
    position: relative;
}

.jsr-seo-content {
    background: #f6f9fc;
    padding: 40px 0px;
    width: 100%;
    float: left;
    position: relative;
}

    .jsr-seo-content h2 {
        color: #4E5B73;
        width: 100%;
        float: left;
        position: relative;
        margin: 0px 0px 15px 0px;
    }

    .jsr-seo-content h3 {
        color: #4E5B73;
        width: 100%;
        float: left;
        position: relative;
        margin: 0px 0px 15px 0px;
    }

    .jsr-seo-content p {
        color: #4E5B73;
        width: 100%;
        float: left;
        position: relative;
        margin: 0px 0px 15px 0px;
        font-size: 14px;
        line-height: 24px;
    }

.total-search-results {
    color: #4E5B73;
    font-weight: normal;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 0px;
}

    .total-search-results h1 {
        margin: 0px;
        display: inline-block;
        vertical-align: top;
        color: #4E5B73;
        font-weight: normal;
        float: none;
        position: relative;
        margin-bottom: 0px;
        font-size: 15px;
        margin-top: 0px;
    }

.jsr-sorting-group {
    width: 100%;
    float: left;
    position: relative;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
    column-gap: 16px;
    margin: 12px 0px;
}

    .jsr-sorting-group .pagination-custom-jsr {
        text-align: right;
    }

body.body-job-detail-active .jsr-sorting-group {
    padding-right: 10px;
}

.jsr-sorting {
    width: auto;
    position: relative;
    float: left;
    margin-bottom: 0;
    padding: 31px 0 0 0px;
}

    .jsr-sorting .btn-sorting {
        background: #ffffff;
        border: none;
        width: auto;
        line-height: 36px;
        font-weight: normal;
        white-space: nowrap;
        padding: 0px 0px;
        border-radius: 5px;
        color: #4E5B73;
        font-size: 15px;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
    }

        .jsr-sorting .btn-sorting img {
            width: 10px;
            float: left;
            margin: 6px 8px 11px 0px;
            height: 14px;
        }

    .jsr-sorting .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        margin: 0px;
        background: white;
        border-radius: 5px;
        z-index: 1000;
        float: left;
        min-width: 190px;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        padding: 5px 0px;
        margin-top: 5px;
        display: none;
        max-width: 160px;
    }

    .jsr-sorting.open .dropdown-menu {
        display: block;
    }

    .jsr-sorting .dropdown-menu li {
        width: 100%;
        float: left;
        position: relative;
    }

        .jsr-sorting .dropdown-menu li a {
            padding: 5px 15px;
            clear: both;
            font-weight: 400;
            color: #4E5B73;
            white-space: nowrap;
            font-size: 14px;
            font-weight: 600;
            width: 100%;
            float: left;
        }

            .jsr-sorting .dropdown-menu li a:hover, .jsr-sorting .dropdown-menu li.sort-active a {
                color: #F37021;
            }

.single-job .single-job-body.single-job-highlighted {
    /* background: rgba(243, 112, 33, 0.03) !important;
     */
    background: #fef1e9 !important;
    border: 1px solid #F37021 !important;
    background: #FDFFB2;
}

    .single-job .single-job-body.single-job-highlighted:hover {
        /* background: rgba(243, 112, 33, 0.07) !important;
     */
        background: #fdeadf !important;
        border: 1px solid #F37021 !important;
        box-shadow: 0px 3px 3px rgba(144, 171, 185, 0.2) !important;
    }

.single-job .single-job-body.single-job-active {
    background: #EFFBFF;
    border: 1px solid #00AAE7;
    box-shadow: 0px 3px 10px rgba(0, 24, 70, 0.3);
}

.single-job {
    width: 100%;
    float: left;
    position: relative;
}

    .single-job .job-removed-btn {
        position: absolute;
        right: -0px;
        padding: 15px;
        line-height: 30px;
        font-weight: 600;
        top: 0;
        text-decoration: underline !important;
    }

    .single-job .single-job-body:hover {
        background: rgba(239, 251, 255, 0.3);
        border: 1px solid #9CBCCD;
        box-shadow: 0px 3px 3px rgb(144 171 185 / 12%);
    }

    .single-job .job-title-featured {
        font-weight: 600;
        color: #6C4100;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    .single-job .job-applied {
        background: #00AE1C;
        border-radius: 5px;
        font-family: "Open Sans", sans-serif !important;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 130%;
        color: #FFFFFF;
        padding: 10px 18px 10px 18px;
        display: inline-block;
        margin-bottom: 0px;
    }

        .single-job .job-applied img {
            padding-right: 10px;
        }

    .single-job .job-title {
        color: rgb(45, 66, 69);
        font-weight: 700;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 7px;
        font-size: 18px;
        cursor: pointer;
        margin-top: 0px;
        font-family: "Open Sans", sans-serif !important;
    }

        .single-job .job-title h2 {
            margin: 0;
            padding: 0;
            color: #2D4245;
            font-weight: 700;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 0px;
            font-size: 20px;
            padding-right: 0px;
            cursor: pointer;
            font-family: "Open Sans", sans-serif !important;
        }

        .single-job .job-title h3 {
            margin: 0;
            padding: 0;
            color: #2D4245;
            font-weight: 700;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 0px;
            font-size: 20px;
            padding-right: 0px;
            cursor: pointer;
            font-family: "Open Sans", sans-serif !important;
        }

    .single-job .job-highlighted {
        width: 100%;
        float: left;
        position: relative;
        font-family: "Open Sans", sans-serif !important;
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        color: #F37021;
        margin-bottom: 5px;
    }

    .single-job .job-highlighted {
        display: none;
    }

    .single-job .single-job-body.single-job-highlighted .job-highlighted {
        display: block;
    }

    .single-job .job-location {
        color: #4E5B73;
        font-weight: 400;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 24px;
        font-family: "Open Sans", sans-serif;
        padding-left: 20px;
    }

        .single-job .job-location.distance {
            margin-bottom: 0px;
        }

    .single-job .facility-name {
        font-weight: 600;
        font-size: 16px;
        padding-left: 0px;
    }

    .single-job .part-of {
        font-style: italic;
    }

    .single-job .recruitment-types {
        color: #4E5B73;
        font-weight: 600;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 22px;
        font-family: "Open Sans", sans-serif;
    }

    .single-job .member-job-link {
        color: #4E5B73;
        font-weight: normal;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 22px;
        font-family: "Open Sans", sans-serif;
    }

    .single-job .job-category {
        width: 100%;
        float: left;
        position: relative;
        padding: 0px 0px;
        margin: 0px;
    }

        .single-job .job-category .single-category {
            color: #4e5b73;
            font-weight: 400;
            width: 100%;
            float: left;
            position: relative;
            font-size: 13px;
            line-height: 26px;
            padding: 0px 10px 0 20px;
            list-style: none;
            font-family: open sans, sans-serif;
        }

            .single-job .job-category .single-category img {
                height: 26px;
                padding: 4px;
                width: 20px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

    .single-job .job-posted-date {
        color: #4E5B73;
        font-weight: normal;
        width: 100%;
        float: left;
        position: relative;
        font-size: 13px;
        font-style: italic;
        font-family: "Open Sans", sans-serif;
    }

        .single-job .job-posted-date.posted-on {
            position: absolute;
            bottom: 20px;
            right: 20px;
        }

    .single-job .job-actions {
        position: absolute;
        right: 15px;
        top: 15px;
        /*z-index: 1;
     */
    }

        .single-job .job-actions .save-job {
            float: left;
            height: 26px;
            width: 26px;
            margin-left: 10px;
            position: relative;
            cursor: pointer;
        }

            .single-job .job-actions .save-job .job-action-icon {
                width: 100%;
                float: left;
                padding: 2px 2px;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 26px;
                width: 26px;
            }

                .single-job .job-actions .save-job .job-action-icon.heart-active {
                    display: none;
                }

                .single-job .job-actions .save-job .job-action-icon.heart-normal {
                    display: block;
                }

            .single-job .job-actions .save-job.active .signin-pophover {
                display: block;
            }

        .single-job .job-actions .block-job {
            float: left;
            height: 26px;
            width: 26px;
            margin-left: 10px;
            cursor: pointer;
        }

            .single-job .job-actions .block-job .job-action-icon {
                width: 100%;
                float: left;
                padding: 2px;
                cursor: pointer;
                height: 26px;
                width: 26px
            }

.single-job-add-section {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 15px;
    padding: 0px;
    margin-bottom: 15px;
}

    .single-job-add-section img {
        width: 100%;
        float: left;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
    }

.pagination-theme {
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0px;
    position: relative;
}

    .pagination-theme ul {
        float: left;
        margin: 0px;
        padding: 0px;
        text-align: left;
        border-radius: 6px;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }

        .pagination-theme ul li {
            list-style: none;
            padding: 0px;
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 2px;
        }

            .pagination-theme ul li a {
                height: 36px;
                padding: 0px 0px;
                float: left;
                font-weight: 600;
                font-size: 13px;
                position: relative;
                margin: 0px !important;
                width: 36px;
                line-height: 34px;
                text-align: center;
                background: rgba(156, 188, 205, 0.15);
                border: 1px solid rgba(156, 188, 205, 0.5);
                border-radius: 5px;
                color: #4E5B73;
            }

                .pagination-theme ul li a img {
                    float: left;
                    position: relative;
                    margin: 5px;
                    transform: rotate(180deg);
                }

                    .pagination-theme ul li a img.flip-image {
                        transform: rotate(0deg);
                    }

            .pagination-theme ul li.active a, .pagination-theme ul li.active:hover a {
                background: #9CBCCD;
                color: #fff;
            }

            .pagination-theme ul li:hover a {
                background: rgb(156 188 205 / 50%);
                color: #4E5B73;
            }

.related-search-theme {
    width: 100%;
    float: left;
    margin: 25px 0px;
    position: relative;
}

    .related-search-theme .related-search-title {
        color: #2D4245;
        font-weight: 700;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
        font-size: 18px;
    }

.related-search-items {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

    .related-search-items li {
        float: left;
        list-style: none;
        margin: 0px 10px 10px 0px;
    }

        .related-search-items li a {
            background: #d7e4eb;
            border: none;
            width: auto;
            line-height: 36px;
            font-weight: 600;
            white-space: nowrap;
            padding: 0px 15px;
            border-radius: 5px;
            color: #2D4245;
            font-size: 12px;
            cursor: pointer;
            font-family: "Open Sans", sans-serif;
            position: relative;
            float: left;
        }

            .related-search-items li a img {
                position: relative;
                background: transparent !important;
                border: none !important;
                line-height: 16px;
                width: 16px;
                text-align: center;
                height: 16px;
                float: left;
                margin: 10px 10px 10px 0px;
            }

.mobile-view-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f3f7fa;
    padding: 50px 15px 15px 15px;
    z-index: 3;
    height: 100%;
    overflow-y: auto;
}

    .mobile-view-search .btn-clear {
        color: #F37021;
        font-weight: 600;
        float: right;
        padding: 0px;
        position: fixed;
        right: 15px;
        top: 15px;
        background: #f3f7fa;
        z-index: 1;
    }

    .mobile-view-search .form-group-jsr {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

        .mobile-view-search .form-group-jsr .select2-container {
            position: relative;
            height: 42px;
            width: 100% !important;
            border-radius: 5px;
            border: 1px solid #9dbccc;
        }

            .mobile-view-search .form-group-jsr .select2-container .selection {
                width: 100%;
                height: 40px;
                float: left;
                position: relative;
                border-radius: 5px;
            }

                .mobile-view-search .form-group-jsr .select2-container .selection .select2-selection {
                    width: 100%;
                    height: 40px;
                    float: left;
                    position: relative;
                    border: none;
                    border-radius: 5px;
                }

                .mobile-view-search .form-group-jsr .select2-container .selection .select2-selection__rendered {
                    border-radius: 5px;
                    line-height: 40px;
                    color: #4E5B73;
                    font-size: 14px;
                }

                .mobile-view-search .form-group-jsr .select2-container .selection .select2-selection__arrow {
                    height: 40px;
                    top: 0px;
                    right: 0px;
                }

        .mobile-view-search .form-group-jsr .form-label {
            position: relative;
            color: #2D4245;
            font-weight: 700;
            width: 100%;
            margin-bottom: 8px;
            font-size: 15px;
            line-height: 24px;
        }

        .mobile-view-search .form-group-jsr .form-control {
            border: 1px solid #9dbccc;
            border-radius: 5px;
            height: 42px;
            padding: 0px 15px;
            width: 100%;
            float: left;
            position: relative;
            color: #4E5B73;
            font-size: 14px;
        }

    .mobile-view-search .form-actions {
        width: 100%;
        position: relative;
        float: left;
        margin-bottom: 15px;
    }

        .mobile-view-search .form-actions .btn {
            border-radius: 5px;
            height: 42px;
            padding: 0px 15px;
            width: 100%;
            float: left;
            position: relative;
            line-height: 42px;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 15px;
            border: none;
            cursor: pointer;
        }

.recent-search-theme {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

    .recent-search-theme .recent-search-maintitle {
        color: #2D4245;
        font-weight: 700;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 24px;
        position: relative;
        float: left;
        width: 100%;
        padding-top: 15px;
    }

.recent-search-items {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .recent-search-items .single-recent-search-item {
        position: relative;
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 20px;
        padding-right: 25px;
        cursor: pointer;
    }

        .recent-search-items .single-recent-search-item:before {
            content: "";
            background-image: url("../images/icons/pagination-leftright-icon.svg");
            position: absolute;
            right: 0px;
            top: 0px;
            width: 24px;
            height: 24px;
        }

        .recent-search-items .single-recent-search-item .recent-search-title {
            color: #4E5B73;
            font-weight: 600;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 5px;
            font-size: 15px;
        }

        .recent-search-items .single-recent-search-item .recent-search-location {
            color: #4E5B73;
            font-weight: normal;
            width: 100%;
            float: left;
            position: relative;
            font-size: 13px;
        }

            .recent-search-items .single-recent-search-item .recent-search-location .highlighted {
                color: #F37021;
                text-decoration: underline !important;
            }

.job-notification-alert {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid rgba(156, 188, 205, 0.5);
    border-radius: 0px;
    padding: 30px;
    margin-bottom: 15px;
}

    .job-notification-alert .job-notification-title {
        color: #000000;
        font-weight: 700;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 25px;
        font-size: 22px;
        margin-top: 0px;
    }

    .job-notification-alert .job-notification-alertmsg {
        color: #4E5B73;
        font-weight: normal;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 22px;
        font-style: italic;
    }

    .job-notification-alert .job-notification-form {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 30px;
    }

        .job-notification-alert .job-notification-form .form-group {
            width: 100%;
            float: left;
            position: relative;
            display: flex;
        }

        .job-notification-alert .job-notification-form label {
            color: #4E5B73;
            font-weight: 700;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 10px;
            font-size: 15px;
        }

        .job-notification-alert .job-notification-form .form-group .form-control {
            border: 1px solid #9CBCCD;
            border-radius: 5px;
            height: 42px;
            padding: 0px 15px;
            width: 100%;
            float: left;
            position: relative;
            color: #4E5B73;
        }

        .job-notification-alert .job-notification-form .form-group .btn {
            width: 100%;
            line-height: 42px;
            text-transform: uppercase;
            font-weight: 600;
            max-width: 140px;
            white-space: nowrap;
            padding: 0px 25px;
            border: none;
            margin-left: 15px;
        }

.job-full-details {
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .job-full-details .job-full-details-header-group {
        width: 100%;
        float: left;
        position: relative;
        z-index: 2;
    }

    .job-full-details .job-full-details-header {
        background: #4E5B73;
        display: flex;
        padding: 20px;
        position: relative;
        align-items: center;
        z-index: 1;
        border-radius: 10px 10px 0px 0px;
    }

        .job-full-details .job-full-details-header .close-btn {
            position: absolute;
            right: 20px;
            top: 16px;
            cursor: pointer;
            z-index: 1;
        }

            .job-full-details .job-full-details-header .close-btn img {
                width: 24px;
                height: 24px;
                float: left;
                position: relative;
            }

        .job-full-details .job-full-details-header .full-screen-btn {
            position: absolute;
            right: 20px;
            top: 64px;
            cursor: pointer;
            z-index: 1;
        }

            .job-full-details .job-full-details-header .full-screen-btn img {
                width: 20px;
                height: 20px;
                float: left;
                position: relative;
                margin: 2px;
            }

        .job-full-details .job-full-details-header .jsr-client-logo {
            margin-bottom: -40px;
            box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
            width: 240px;
            min-width: 240px !important;
            position: relative;
            height: 102px;
            background: #fff;
            overflow: hidden;
        }

            .job-full-details .job-full-details-header .jsr-client-logo img {
                max-width: 100%;
                max-height: 100%;
                width: auto;
                height: auto;
                position: absolute;
                bottom: auto;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                text-align: center;
                -webkit-transition: all 0.7s ease-out;
                -moz-transition: all 0.7s ease-out;
                -o-transition: all 0.7s ease-out;
                transition: all 0.7s ease-out;
                padding: 15px;
            }

        .job-full-details .job-full-details-header .jsr-client-name {
            width: 100%;
            padding-left: 25px;
            color: #fff;
            /* font-style: italic;
     */
            font-weight: 700;
            font-size: 16px;
            display: table-cell;
            vertical-align: middle;
            padding-right: 30px;
            line-height: 24px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

#jobDetailContainerLoader .job-full-details-body {
    text-align: left !important;
}

.job-full-details .job-full-details-body {
    width: 100%;
    float: left;
    border: 1px solid #cddde6;
    border-top: none !important;
    padding: 35px 20px 20px 20px;
    overflow: auto;
    border-radius: 0px 0px 10px 10px;
    height: calc(100% - 112px);
    overflow-y: auto;
    text-align: center;
}

.jsr-full-page-single .job-full-details-body {
    height: auto;
}

.job-full-details .job-applied {
    background: #00AE1C;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 10px 18px 10px 18px;
    display: inline-block;
    margin-bottom: 10px;
}

    .job-full-details .job-applied img {
        padding-right: 10px;
    }

.job-full-details .job-header-information {
    width: 100%;
    float: left;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    align-items: center;
}

    .job-full-details .job-header-information .job-header-left-information {
        width: 50%;
        text-align: left;
        float: left;
        position: relative;
    }

    .job-full-details .job-header-information .job-header-right-information {
        width: 50%;
        text-align: right;
        float: left;
        position: relative;
    }

    .job-full-details .job-header-information .job-header-single-info {
        color: #4E5B73;
        font-size: 13px;
        line-height: 22px;
        font-style: italic;
    }

        .job-full-details .job-header-information .job-header-single-info span {
            font-style: normal;
            font-weight: 600;
        }

.job-full-details .job-body-information {
    width: 100%;
    float: left;
    position: relative;
}

    .job-full-details .job-body-information .job-body-title {
        color: #2D4245;
        font-weight: 700;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 25px;
        cursor: pointer;
        margin-top: 0px;
    }

    .job-full-details .job-body-information .job-body-title-small {
        font-family: "open sans", sans-serif;
        color: #2D4245;
        font-weight: 600;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 16px;
        cursor: initial;
        margin-top: 0px;
    }

    .job-full-details .job-body-information .job-posted-by.font-italic {
        font-style: italic;
        font-weight: 400 !important;
        font-size: 15px;
        color: #F37021;
        line-height: 20px;
        text-decoration-line: underline;
    }

    .job-full-details .job-body-information .job-posted-by.facility-name {
        font-weight: 700 !important;
        font-size: 16px;
        color: #F37021;
        line-height: 20px;
        text-decoration-line: underline;
    }

.job-posted-by-group {
    width: 100%;
    float: left;
    position: relative;
}

    .job-posted-by-group span {
        position: relative;
        color: #F37021;
        display: inline-block;
        vertical-align: top;
        font-style: italic;
        font-size: 15px;
    }

    .job-posted-by-group .job-posted-by {
        display: inline-block;
        vertical-align: top;
        float: none !important;
        margin-left: 5px !important;
    }

.physician-recruiter-detail-name a {
    color: #F37021;
    text-decoration: underline !important;
}

.job-full-details .job-body-information h2.job-body-title {
    cursor: initial;
}

.job-full-details .job-body-information .job-posted-by {
    color: #F37021;
    font-weight: 600;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    text-decoration: underline !important;
}

.job-full-details .job-body-information .job-posted-by-subtitle {
    color: #F37021;
    font-weight: normal;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}

.job-full-details .job-body-information .job-body-location {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0px;
    padding: 0px;
    line-height: 24px;
    font-weight: normal;
    color: #4e5b73;
    font-size: 16px;
}

    .job-full-details .job-body-information .job-body-location img {
        float: left;
        height: 24px;
        padding: 4px 6px 4px 0px;
        width: 24px;
    }

.job-full-details .job-actions {
    width: 100%;
    float: left;
    position: relative;
    /*z-index: 1;
     */
}

    .job-full-details .job-actions .job-actions-ul {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .job-full-details .job-actions .job-actions-ul li {
            float: left;
            position: relative;
            margin: 0px;
            padding: 0px;
            list-style: none;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .job-full-details .job-actions .job-actions-ul li .current-status {
                width: 90px;
                float: left;
                position: absolute;
                text-align: center;
                bottom: -15px;
                left: 0;
                font-size: 10px;
                color: #00b152;
                font-style: italic;
                line-height: 20px !important;
            }

.job-full-details span.current-status.recruiter-offline {
    color: #A7A7A7 !important;
    outline: none;
}

.job-full-details .job-actions .job-actions-ul li .current-status img {
    width: 8px !important;
    height: 8px !important;
    margin: 6px 6px 6px 0 !important;
    display: inline-block;
    vertical-align: top !important;
    float: none !important;
}

.job-full-details .job-actions .job-actions-ul li .btn.btn-orange {
    text-transform: uppercase;
    text-decoration: initial !important;
    min-width: 160px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.job-full-details .job-actions .job-actions-ul li .btn {
    line-height: 44px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0px 13px;
    float: left;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline !important;
}

    .job-full-details .job-actions .job-actions-ul li .btn img {
        float: left;
        width: 16px;
        height: 16px;
        margin: 16px 10px 12px 0px;
    }

.job-full-details .jsr-divider-theme {
    width: calc(100% + 40px);
    float: left;
    position: relative;
    background: #cddde6;
    height: 2px;
    margin: 20px -20px;
}

.job-full-details h3.job-details-common-title {
    cursor: initial;
}

.job-full-details .job-details-common-title {
    width: 100%;
    float: left;
    position: relative;
    color: #2D4245;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 0px;
}

.job-full-details .jsr-job-labels {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

    .job-full-details .jsr-job-labels .jsr-job-labels-ul {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .job-full-details .jsr-job-labels .jsr-job-labels-ul li {
            float: left;
            list-style: none;
            padding: 0px;
            margin: 0px 10px 10px 0px;
        }

            .job-full-details .jsr-job-labels .jsr-job-labels-ul li a {
                background: #d7e4eb;
                border: none;
                width: auto;
                line-height: 36px;
                font-weight: 600;
                white-space: nowrap;
                padding: 0px 15px;
                border-radius: 5px;
                color: #2D4245;
                font-size: 12px;
                cursor: pointer;
                font-family: "Open Sans", sans-serif;
                position: relative;
                float: left;
            }

                .job-full-details .jsr-job-labels .jsr-job-labels-ul li a img {
                    position: relative;
                    background: transparent !important;
                    border: none !important;
                    line-height: 16px;
                    width: 14px;
                    text-align: center;
                    height: 14px;
                    float: left;
                    margin: 11px 10px 11px 0px;
                }

.job-full-details .jsr-highlights-benefits {
    width: 100%;
    float: left;
    position: relative;
}

    .job-full-details .jsr-highlights-benefits .jsr-highlights-benefits-ul {
        width: 100%;
        float: left;
        position: relative;
        padding: 0px;
        display: list-item;
        column-count: 2;
        margin: 0px;
        margin-bottom: 25px;
        list-style: none;
    }

        .job-full-details .jsr-highlights-benefits .jsr-highlights-benefits-ul li {
            width: 100%;
            float: left;
            list-style: none;
            padding: 0px;
            position: relative;
            margin-bottom: 10px;
            color: #4E5B73;
            font-size: 16px;
            line-height: 26px;
            padding-left: 40px;
            min-height: 30px;
        }

            .job-full-details .jsr-highlights-benefits .jsr-highlights-benefits-ul li img {
                position: absolute;
                top: 0px;
                left: 0px;
                padding: 6px 9px;
                width: 40px;
            }

.job-full-details .job-description-content {
    width: 100%;
    float: left;
    position: relative;
    color: #4E5B73;
    font-size: 16px !important;
    line-height: 26px !important;
}

    .job-full-details .job-description-content ul {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        font-size: 16px !important;
        line-height: 26px !important;
    }

        .job-full-details .job-description-content ul li {
            width: 100%;
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 20px !important;
            margin-left: 0 !important;
            font-size: 16px !important;
            line-height: 26px !important;
        }

            .job-full-details .job-description-content ul li:before {
                content: "";
                width: 6px;
                height: 6px;
                background: #4e5b73;
                position: absolute;
                top: 10px;
                left: 5px;
                border-radius: 180px;
                font-size: 16px !important;
                line-height: 26px !important;
            }

            .job-full-details .job-description-content ul li > p {
                margin: 0px !important;
            }

    .job-full-details .job-description-content p {
        width: 100%;
        float: left;
        position: relative;
        padding: 0px !important;
        color: #4E5B73;
        font-size: 16px !important;
        line-height: 26px !important;
    }

.job-full-details .job-location-map {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

    .job-full-details .job-location-map .job-location-map-name {
        width: 100%;
        float: left;
        position: relative;
        margin: 15px 0px;
        padding: 0px;
        line-height: 24px;
        font-weight: normal;
        color: #4e5b73;
        font-size: 16px;
    }

        .job-full-details .job-location-map .job-location-map-name img {
            float: left;
            height: 24px;
            padding: 4px 6px 4px 0px;
            width: 24px;
        }

    .job-full-details .job-location-map .job-map {
        width: 100%;
        float: left;
        position: relative;
    }

        .job-full-details .job-location-map .job-map a {
            width: 100%;
            float: left;
            position: relative;
        }

            .job-full-details .job-location-map .job-map a img {
                width: 100% !important;
                float: left;
                position: relative;
                height: 100% !important;
            }

.job-physician-information {
    width: 100%;
    float: left;
    position: relative;
    background: #F5FAFF;
    border: 1px solid #9CBCCD;
    box-sizing: border-box;
    border-radius: 10px;
}

    .job-physician-information .job-physician-information-header {
        width: 100%;
        float: left;
        position: relative;
        display: flex;
        padding: 20px;
    }

        .job-physician-information .job-physician-information-header .job-physician-information-image {
            width: 120px;
            float: left;
            position: relative;
            height: 145px;
        }

            .job-physician-information .job-physician-information-header .job-physician-information-image img {
                float: left;
                position: relative;
                border: 1px solid rgba(156, 188, 205, 0.5);
                height: auto !important;
                width: 120px;
            }

        .job-physician-information .job-physician-information-header .job-physician-information-content {
            width: 100%;
            padding-left: 20px;
            position: relative;
        }

        .job-physician-information .job-physician-information-header .physician-recruiter-detail-name {
            width: 100%;
            float: left;
            position: relative;
            color: #2D4245;
            font-weight: 700;
            font-size: 20px;
            cursor: pointer;
        }

        .job-physician-information .job-physician-information-header .physician-recruiter-detail-desgnation {
            color: #4E5B73;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 15px;
            line-height: 22px;
            font-style: italic;
        }

        .job-physician-information .job-physician-information-header .physician-recruiter-detail-contact {
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 20px;
        }

        .job-physician-information .job-physician-information-header .job-contacts {
            width: 100%;
            float: left;
            position: relative;
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

            .job-physician-information .job-physician-information-header .job-contacts li {
                float: left;
                position: relative;
                padding: 0px;
                margin: 0px;
                list-style: none;
                color: #4e5b73;
                font-size: 15px;
                margin-right: 25px;
            }

                .job-physician-information .job-physician-information-header .job-contacts li span {
                    font-weight: 800;
                    margin-right: 5px;
                }

    .job-physician-information .physician-recruiter-detail-location {
        width: 100%;
        float: left;
        position: relative;
    }

        .job-physician-information .physician-recruiter-detail-location a {
            color: #F37021;
            font-weight: 600;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 22px;
            text-decoration: underline !important;
        }

    .job-physician-information .physician-recruiter-detail-location-address {
        color: #4E5B73;
        font-weight: 600;
        width: 100%;
        float: left;
        position: relative;
        font-size: 16px;
        line-height: 22px;
    }

    .job-physician-information .job-physician-information-body {
        width: 100%;
        float: left;
        position: relative;
        padding: 20px;
        border-top: 1px solid #9CBCCD;
    }

    .job-physician-information .signin-pophover {
        bottom: calc(100% + 15px);
        top: initial;
        margin-top: 0px;
    }

        .job-physician-information .signin-pophover:before {
            bottom: -10px;
            top: initial;
            transform: rotate(180deg);
        }

.job-detail-full-width {
    height: calc(100% - 0px) !important;
    overflow-y: auto;
}

.job-full-details .job-actions .job-actions-ul li.active .signin-pophover {
    display: block;
}

.signin-pophover .signin-pophover-content {
    width: 100%;
    float: left;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
}

.job-physician-information .signin-pophover .signin-pophover-content:before {
    transform: rotate(180deg);
    bottom: -10px;
    top: initial;
}

.signin-pophover .signin-pophover-content:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0px solid #fff;
    border-bottom: 10px solid #fff;
    margin-left: -10px;
    right: 50px;
    left: initial;
}

.signin-pophover.jsr-job-like-block .signin-pophover-content::before {
    right: 13px;
    left: initial;
}

.signin-pophover .signin-close-icon {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
}

    .signin-pophover .signin-close-icon > img {
        width: 20px !important;
        height: 20px !important;
        float: left;
    }

.signin-pophover .signin-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2D4245;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    padding-right: 35px;
    font-family: "Open Sans", sans-serif;
}

.signin-pophover .btn {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 9px;
    line-height: 32px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0px 13px;
    text-transform: uppercase;
}

.signin-pophover .signin-paragraph {
    width: 100%;
    float: left;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    color: #4E5B73;
    font-family: "Open Sans", sans-serif;
}

.jsr-full-page-single {
    width: 100%;
    float: left;
    position: relative;
}

    .jsr-full-page-single .job-full-details .jsr-divider-theme {
        width: 100%;
        margin: 20px 0px;
    }

    .jsr-full-page-single .job-full-details .job-full-details-body {
        padding: 35px 0px 20px 0px;
        border: none;
        border-radius: 0px !important;
    }

    .jsr-full-page-single .job-full-details .job-full-details-header {
        padding: 20px 0px;
    }

    .jsr-full-page-single .job-full-details {
        border-radius: 0px;
    }

    .jsr-full-page-single .job-fullpage-container {
        width: 100%;
        max-width: 1440px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .jsr-full-page-single .job-full-details-header-group {
        background: #4E5B73;
        width: 100%;
        float: left;
        position: relative;
    }

.search-form .form-group-jsr .select2-container {
    position: absolute !important;
    top: 0px;
    right: 17px;
    height: 40px;
    width: calc(100% - 17px) !important;
    border-radius: 5px;
    padding-left: 105px !important;
}

    .search-form .form-group-jsr .select2-container .selection {
        width: 100%;
        height: 40px;
        float: left;
        position: relative;
        border-radius: 5px;
    }

        .search-form .form-group-jsr .select2-container .selection .select2-selection {
            width: 100%;
            height: 40px;
            float: left;
            position: relative;
            border: none;
            border-radius: 5px;
        }

        .search-form .form-group-jsr .select2-container .selection .select2-selection__rendered {
            border-radius: 5px;
            line-height: 40px;
            color: #4E5B73;
            font-size: 14px;
        }

        .search-form .form-group-jsr .select2-container .selection .select2-selection__arrow {
            height: 40px;
            top: 0px;
            right: 10px !important;
        }

.select2-container .select2-results__option {
    padding: 8px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #4E5B73 !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    font-size: 14px;
    font-weight: normal;
    background: #F37021 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #f3f7fa !important;
    color: #4E5B73 !important;
    background: #F37021 !important;
    color: #fff !important;
}

.select2-container .select2-dropdown {
    border: 1px solid #e9f1f7 !important;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
    border-radius: 4px !important;
    margin: 2px 0px !important;
}

.select2-container .select2-search--dropdown {
    padding: 6px 10px;
}

    .select2-container .select2-search--dropdown .select2-search__field {
        border: 1px solid #9dbccc !important;
        border-radius: 5px;
        height: 36px !important;
        padding: 0px 10px 0px 10px !important;
        width: 100% !important;
        position: relative !important;
        color: #4E5B73;
        font-size: 13px;
        outline: none !important;
    }

body.modal-open {
    overflow: hidden;
}

.modal-theme-jsr {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105111;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

    .modal-theme-jsr.in {
        display: block;
    }

        .modal-theme-jsr.in:before {
            content: "";
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: #000;
            opacity: 0.6;
        }

    .modal-theme-jsr .modal-theme-center {
        max-width: 930px;
        margin: 1.75rem auto;
        min-height: calc(100% - 3.5rem);
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .modal-theme-jsr .modal-theme-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        outline: 0;
        background: #FFFFFF;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 50px;
    }

    .modal-theme-jsr .modal-header {
        width: 95%;
        float: left;
        position: relative;
    }

        .modal-theme-jsr .modal-header .modal-title {
            width: 100%;
            float: left;
            position: relative;
            color: #2D4245;
            font-weight: 700;
            margin-bottom: 25px;
            font-size: 25px;
            cursor: pointer;
        }

    .modal-theme-jsr .close {
        position: absolute;
        top: 10px;
        right: 10px;
        background: transparent !important;
        border: none;
        padding: 0px !important;
        cursor: pointer;
    }

    .modal-theme-jsr .jsr-highlights-benefits {
        width: 100%;
        float: left;
        position: relative;
    }

        .modal-theme-jsr .jsr-highlights-benefits .jsr-highlights-benefits-ul {
            width: 100%;
            float: left;
            position: relative;
            padding: 0px;
            display: list-item;
            column-count: 2;
            margin: 0px;
            margin-bottom: 25px;
            list-style: none;
        }

            .modal-theme-jsr .jsr-highlights-benefits .jsr-highlights-benefits-ul li {
                width: 100%;
                float: left;
                list-style: none;
                padding: 0px;
                position: relative;
                margin-bottom: 10px;
                color: #4E5B73;
                font-size: 16px;
                line-height: 26px;
                padding-left: 40px;
                min-height: 30px;
            }

                .modal-theme-jsr .jsr-highlights-benefits .jsr-highlights-benefits-ul li img {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding: 6px 9px;
                    width: 40px;
                }

.next-previous-pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin: 25px 0px 50px 0px;
    position: relative;
    border-top: 1px solid rgba(156, 188, 205, 0.5);
    padding-top: 25px;
}

    .next-previous-pagination ul {
        float: left;
        margin: 0px;
        padding: 0px;
        border-radius: 6px;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-align: center;
        display: flex;
    }

        .next-previous-pagination ul li {
            list-style: none;
            padding: 0px;
            float: none;
            display: inline-block;
            vertical-align: top;
            margin: 0px;
            width: 100%;
        }

            .next-previous-pagination ul li .previous-button-footer {
                height: 36px;
                padding: 0px 15px;
                font-weight: 600;
                font-size: 13px;
                position: relative;
                margin: 0px !important;
                line-height: 34px;
                text-align: center;
                background: rgba(156, 188, 205, 0.15);
                border: 1px solid rgba(156, 188, 205, 0.5);
                border-radius: 5px;
                color: #4E5B73;
                float: left;
            }

                .next-previous-pagination ul li .previous-button-footer img {
                    float: left;
                    margin: 11px 11px 11px 0px;
                }

            .next-previous-pagination ul li .next-button-footer {
                height: 36px;
                padding: 0px 15px;
                float: right;
                font-weight: 600;
                font-size: 13px;
                position: relative;
                margin: 0px !important;
                line-height: 34px;
                text-align: center;
                background: rgba(156, 188, 205, 0.15);
                border: 1px solid rgba(156, 188, 205, 0.5);
                border-radius: 5px;
                color: #4E5B73;
            }

                .next-previous-pagination ul li .next-button-footer img {
                    margin: 11px 0px 11px 11px;
                    float: right;
                }

            .next-previous-pagination ul li .previous-pageination {
                font-family: "Open Sans", sans-serif;
                font-style: italic;
                color: #2D4245;
                font-weight: 600;
                line-height: 36px;
            }

                .next-previous-pagination ul li .previous-pageination span {
                    font-weight: normal;
                }

.JobsCountDropdown {
    border: 1px solid #9dbccc;
    border-radius: 5px;
    height: 36px;
    padding: 0px 10px;
    position: relative;
    color: #4e5b72;
    margin: 2px 2px 2px 20px;
}

.pagination-custom-jsr {
    float: left;
    text-align: center;
    position: relative;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
    min-width: 340px;
}

.pagination-custom-jsr-footer-center {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px;
    position: relative;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;
    white-space: nowrap;
}

.pagination-custom-jsr a.first-page, .pagination-custom-jsr a.last-page {
    width: initial;
    padding: 0px 10px;
}

.pagination-custom-jsr a.left-page {
    content: "";
    background-image: url("../images/icons/pagination-leftright-icon.svg");
    transform: rotate(180deg);
    position: inherit;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 70%;
    margin: 6px;
    padding: 21px;
    background-position: top 5px center;
}

    .pagination-custom-jsr a.left-page.active {
        content: "";
        background-image: url("../images/icons/pagination-leftright-white.svg");
        transform: rotate(180deg);
        position: inherit;
        background-repeat: no-repeat;
        background-size: 24%;
        margin: 6px;
        background-position: top 8px center;
    }

.pagination-custom-jsr a.right-page {
    content: "";
    background-image: url("../images/icons/pagination-leftright-icon.svg");
    transform: rotate(0deg);
    position: inherit;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 70%;
    margin: 6px;
    padding: 21px;
    background-position: top 5px center;
}

    .pagination-custom-jsr a.right-page.active {
        content: "";
        background-image: url("../images/icons/pagination-leftright-white.svg");
        transform: rotate(0deg);
        position: inherit;
        background-repeat: no-repeat;
        background-size: 24%;
        margin: 6px;
        background-position: top 8px center;
    }

.pagination-custom-jsr a {
    height: 44px;
    padding: 0px 0px;
    float: none;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    margin: 0px !important;
    width: 44px;
    line-height: 43px;
    text-align: center;
    background: rgba(156, 188, 205, 0.15);
    border: 1px solid rgba(156, 188, 205, 0.5);
    border-radius: 5px;
    color: #4E5B73;
    display: inline-block;
    vertical-align: top;
    margin: 2px !important;
}

    .pagination-custom-jsr a.active {
        background: #9CBCCD;
        color: #fff;
    }

    .pagination-custom-jsr a.hidden {
        display: none !important;
    }

.theme-home-banner {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: initial !important;
}

.home-banner-carousel {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 90px;
    z-index: 1;
}

    .home-banner-carousel .owl-stage-outer {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .home-banner-carousel .carousel-item {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        padding-top: 56.25%;
    }

        .home-banner-carousel .carousel-item.video-play-active .home-banner-video-carousel {
            z-index: 2;
        }

            .home-banner-carousel .carousel-item.video-play-active .home-banner-video-carousel p {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                margin: 0px;
            }

                .home-banner-carousel .carousel-item.video-play-active .home-banner-video-carousel p iframe {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                }

    .home-banner-carousel .carousel-video-thumbnail {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .home-banner-carousel .carousel-video-thumbnail .video-thumbnail {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

        .home-banner-carousel .carousel-video-thumbnail .carousel-video-play {
            position: absolute;
            background: rgb(0 0 0 / 40%);
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

            .home-banner-carousel .carousel-video-thumbnail .carousel-video-play > img {
                max-width: 100%;
                max-height: 100%;
                width: 100px;
                height: auto;
                position: absolute;
                bottom: auto;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                text-align: center;
                -webkit-transition: all 0.7s ease-out;
                -moz-transition: all 0.7s ease-out;
                -o-transition: all 0.7s ease-out;
                transition: all 0.7s ease-out;
                padding: 15px;
            }

    .home-banner-carousel .carousel-item img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        top: 0;
        width: 100%;
        position: absolute;
    }

    .home-banner-carousel .owl-item {
        float: left;
        position: relative;
    }

    .home-banner-carousel .owl-nav {
        display: none;
    }

    .home-banner-carousel .owl-dots {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        float: left;
        display: flex;
        z-index: 20000;
    }

        .home-banner-carousel .owl-dots .owl-dot {
            width: 100%;
            text-align: center;
            margin: 0px;
            opacity: 0.5;
            position: relative;
            cursor: pointer;
            max-width: 33.33%;
        }

            .home-banner-carousel .owl-dots .owl-dot:after {
                content: "";
                position: absolute;
                top: 0px;
                height: 100%;
                width: 100%;
                left: 0px;
                z-index: 2;
                cursor: pointer;
                opacity: 0;
            }

            .home-banner-carousel .owl-dots .owl-dot.active {
                opacity: 1;
            }

            .home-banner-carousel .owl-dots .owl-dot + .owl-dot {
                margin: 0px 0px 0px 10px;
            }

    .home-banner-carousel .single-indicator {
        width: 100%;
        float: left;
        position: relative;
    }

        .home-banner-carousel .single-indicator .indicator-image-group {
            width: 100%;
            height: 80px;
            display: inline-block;
            vertical-align: middle;
        }

            .home-banner-carousel .single-indicator .indicator-image-group .indicator-image {
                width: 100%;
                float: left;
                display: table-cell;
                vertical-align: middle;
                background-position: center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                background-size: cover;
                -o-background-size: cover;
                right: 0px;
                top: 0px;
                -webkit-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
                position: relative;
                height: 80px;
                border-radius: 0px;
            }

                .home-banner-carousel .single-indicator .indicator-image-group .indicator-image img {
                    -webkit-transition: all 0.2s ease-in-out;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    -o-object-fit: cover;
                    object-fit: cover;
                    height: 100%;
                    width: 100%;
                }

    .home-banner-carousel .home-banner-video-carousel {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

        .home-banner-carousel .home-banner-video-carousel source {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
        }

.nomatch-available {
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #4E5B73;
    width: 100%;
    float: left;
    position: relative;
    width: 47%
}

.modal-mobile-filter.active {
    display: block;
}

.modal-mobile-filter {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    padding: 0px;
    z-index: 1025;
    height: 100%;
    overflow: hidden;
}

    .modal-mobile-filter .modal-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }

        .modal-mobile-filter .modal-content .modal-header {
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 1;
            width: 100%;
            background: #ffffff;
            height: 70px;
            border-bottom: 1px solid rgb(156 188 205 / 50%);
            display: flex;
            padding: 15px;
        }

        .modal-mobile-filter .modal-content .modal-body {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            padding: 70px 0px;
            height: 100%;
            overflow-y: auto;
        }

        .modal-mobile-filter .modal-content .modal-footer {
            position: fixed;
            bottom: 0px;
            left: 0px;
            z-index: 1;
            width: 100%;
            background: #ffffff;
            height: 70px;
            border-top: 1px solid rgb(156 188 205 / 50%);
            display: flex;
            padding: 15px;
        }

            .modal-mobile-filter .modal-content .modal-footer .btn {
                width: 100%;
                line-height: 40px;
                height: 40px;
                border: none;
                cursor: pointer;
            }

        .modal-mobile-filter .modal-content .modal-header .filter-reset-button {
            color: #F37021;
            text-decoration: underline !important;
            text-align: left;
            width: 100%;
            line-height: 40px;
        }

        .modal-mobile-filter .modal-content .modal-header .filter-reset-header-title {
            text-align: center;
            width: 100%;
            line-height: 40px;
            font-style: normal;
            font-weight: 700;
            font-size: 17px;
            color: #2D4245;
        }

        .modal-mobile-filter .modal-content .modal-header .btn-cancel {
            color: #F37021;
            text-decoration: underline !important;
            text-align: right;
            width: 100%;
            line-height: 40px;
        }

.filter-mobile-list {
    width: 100%;
    float: left;
    position: relative;
}

    .filter-mobile-list .filter-mobile-details {
        border-bottom: 1px solid rgb(156 188 205 / 50%);
        padding: 20px 15px 20px 15px;
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
    }

        .filter-mobile-list .filter-mobile-details:last-child {
            border-bottom: none !important;
        }

        .filter-mobile-list .filter-mobile-details .filter-mobile-title {
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            color: #2D4245;
            width: 100%;
            float: left;
            position: relative;
            padding-left: 30px;
            margin-bottom: 10px;
        }

        .filter-mobile-list .filter-mobile-details li.filter-mobile-title.filter-mobile-ul-selected {
            color: #F37021;
        }

        .filter-mobile-list .filter-mobile-details .filter-mobile-title img {
            width: 12px;
            position: absolute;
            height: 12px;
            top: 3px;
            left: 0px;
        }

ul.filter-mobile-details.mobile-view-all-states {
    height: 290px;
    overflow: auto;
    max-height: 400px;
}

.filter-mobile-list .filter-mobile-ul {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
}

    .filter-mobile-list .filter-mobile-ul li {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        width: 100%;
        float: left;
        position: relative;
        color: #4E5B73;
        margin: 5px 0px;
        list-style: none;
    }

        .filter-mobile-list .filter-mobile-ul li a {
            color: #F37021;
            text-decoration: underline !important;
        }

.single-job .job-actions .block-job.active .signin-pophover, .single-job .job-actions .save-job.active .signin-pophover {
    display: block;
    right: -10px;
    left: initial;
    position: absolute;
    top: 32px;
    width: 330px;
    text-align: center;
}

.job-full-details .job-actions .job-actions-ul li.save-button img {
    width: 17px;
    height: 15px;
}

.job-actions .save-button .heart-active {
    background-image: url("../images/heart-active.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
}

.block-btn-hide, .save-btn-hide {
    display: none;
}

.keyword-search input::placeholder {
    color: #2D4245 !important;
    font-weight: 600;
    opacity: inherit;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
}

.scroll-up-button {
    display: none;
}

@media print {

    * {
        -webkit-print-color-adjust: exact;
    }

    .job-full-details-header {
        background-color: #4E5B73 !important;
        display: flex;
        padding: 20px;
        position: relative;
        align-items: center;
        z-index: 2;
        border-radius: 10px 10px 0px 0px;
    }

        .job-full-details-header .close-btn {
            display: none;
        }

        .job-full-details-header .full-screen-btn {
            display: none;
        }

        .job-full-details-header .jsr-client-logo {
            margin-bottom: -40px;
            box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
            width: 240px;
            min-width: 240px !important;
            position: relative;
            height: 102px;
            background: #fff;
        }

            .job-full-details-header .jsr-client-logo img {
                max-width: 100%;
                max-height: 100%;
                width: 240px;
                height: 102px;
                position: absolute;
                bottom: auto;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                -ms-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
                text-align: center;
                -webkit-transition: all 0.7s ease-out;
                -moz-transition: all 0.7s ease-out;
                -o-transition: all 0.7s ease-out;
                transition: all 0.7s ease-out;
                padding: 20px;
            }

        .job-full-details-header .jsr-client-name {
            width: 100%;
            padding-left: 25px;
            color: #fff;
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            display: table-cell;
            vertical-align: middle;
            padding-right: 30px;
        }

    .job-full-details-body {
        width: 100%;
        float: left;
        border: 1px solid #cddde6;
        border-top: none !important;
        padding: 35px 20px 20px 20px;
        border-radius: 0px 0px 10px 10px;
    }

        .job-full-details-body .job-applied {
            background: #;
            border-radius: 5px;
            font-family: "Open Sans", sans-serif !important;
            font-style: normal;
            font-weight: 600;
            font-size: 12px;
            line-height: 130%;
            color: #FFFFFF;
            padding: 10px 18px 10px 18px;
            display: inline-block;
            margin-bottom: 10px;
        }

            .job-full-details-body .job-applied img {
                padding-right: 10px;
            }

    .job-header-information {
        width: 100%;
        float: left;
        display: flex;
        position: relative;
        margin-bottom: 20px;
        align-items: center;
    }

        .job-header-information .job-header-left-information {
            width: 50%;
            text-align: left;
            float: left;
            position: relative;
        }

        .job-header-information .job-header-right-information {
            width: 50%;
            text-align: right;
            float: left;
            position: relative;
        }

        .job-header-information .job-header-single-info {
            color: #4E5B73;
            font-size: 13px;
            line-height: 22px;
            font-style: italic;
        }

            .job-header-information .job-header-single-info span {
                font-style: normal;
                font-weight: 600;
            }

    .job-body-information {
        width: 100%;
        float: left;
        position: relative;
    }

        .job-body-information .job-body-title {
            color: #2D4245;
            font-weight: 700;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 10px;
            font-size: 26px;
            cursor: pointer;
        }

        .job-body-information .job-posted-by {
            color: #F37021;
            font-weight: 600;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 22px;
            text-decoration: underline !important;
        }

        .job-body-information .job-posted-by-subtitle {
            color: #F37021;
            font-weight: normal;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 22px;
            font-style: italic;
        }

        .job-body-information .job-body-location {
            width: 100%;
            float: left;
            position: relative;
            margin: 5px 0px;
            padding: 0px;
            line-height: 24px;
            font-weight: normal;
            color: #4e5b73;
            font-size: 16px;
        }

            .job-body-information .job-body-location img {
                float: left;
                height: 24px;
                padding: 4px 6px 4px 0px;
                width: 24px;
            }

    .jsr-divider-theme {
        width: calc(100% + 40px);
        float: left;
        position: relative;
        background: #cddde6;
        height: 2px;
        margin: 15px -20px;
    }

    .jsr-job-labels {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

        .jsr-job-labels .jsr-job-labels-ul {
            width: 100%;
            float: left;
            position: relative;
            margin: 0px;
            padding: 0px;
        }

            .jsr-job-labels .jsr-job-labels-ul li {
                float: left;
                list-style: none;
                padding: 0px;
                margin: 0px 10px 10px 0px;
            }

                .jsr-job-labels .jsr-job-labels-ul li a {
                    background: #d7e4eb;
                    border: none;
                    width: auto;
                    line-height: 36px;
                    font-weight: 600;
                    white-space: nowrap;
                    padding: 0px 15px;
                    border-radius: 5px;
                    color: #4E5B73;
                    font-size: 13px;
                    cursor: pointer;
                    font-family: "Open Sans", sans-serif;
                    position: relative;
                    float: left;
                }

                    .jsr-job-labels .jsr-job-labels-ul li a img {
                        position: relative;
                        background: transparent !important;
                        border: none !important;
                        line-height: 16px;
                        width: 14px;
                        text-align: center;
                        height: 14px;
                        float: left;
                        margin: 11px 10px 11px 0px;
                    }

    .job-details-common-title {
        width: 100%;
        float: left;
        position: relative;
        color: #2D4245;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 20px;
        cursor: pointer;
    }

    .jsr-highlights-benefits {
        width: 100%;
        float: left;
        position: relative;
    }

        .jsr-highlights-benefits .jsr-highlights-benefits-ul {
            width: 100%;
            float: left;
            position: relative;
            padding: 0px;
            display: list-item;
            column-count: 2;
            margin: 0px;
            margin-bottom: 10px;
            list-style: none;
        }

            .jsr-highlights-benefits .jsr-highlights-benefits-ul li {
                width: 100%;
                float: left;
                list-style: none;
                padding: 0px;
                position: relative;
                margin-bottom: 5px;
                color: #4E5B73;
                font-size: 12px;
                line-height: 24px;
                padding-left: 40px;
                min-height: 30px;
            }

                .jsr-highlights-benefits .jsr-highlights-benefits-ul li img {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding: 6px 9px;
                    width: 40px;
                }

    .job-description-content {
        width: 100%;
        float: left;
        position: relative;
        color: #4E5B73;
        font-size: 12px;
        line-height: 18px;
    }

        .job-description-content div {
            margin-left: 0 !important;
            border: none !important;
        }

        .job-description-content p {
            width: 100%;
            float: left;
            position: relative;
            margin: 0px 0px 5px 0px;
            color: #4E5B73;
            font-size: 12px;
            line-height: 18px;
        }

    .job-location-map {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 20px;
    }

        .job-location-map .job-location-map-name {
            width: 100%;
            float: left;
            position: relative;
            margin: 15px 0px;
            padding: 0px;
            line-height: 24px;
            font-weight: normal;
            color: #4e5b73;
            font-size: 16px;
        }

            .job-location-map .job-location-map-name img {
                float: left;
                height: 24px;
                padding: 4px 6px 4px 0px;
                width: 24px;
            }

        .job-location-map .job-map {
            width: 100%;
            float: left;
            position: relative;
        }

            .job-location-map .job-map a {
                width: 100%;
                float: left;
                position: relative;
            }

                .job-location-map .job-map a img {
                    width: 100%;
                    float: left;
                    position: relative;
                }

    .job-physician-information {
        width: 100%;
        float: left;
        position: relative;
        background: #F5FAFF;
        border: 1px solid #9CBCCD;
        box-sizing: border-box;
        border-radius: 10px;
    }

        .job-physician-information .job-physician-information-header {
            width: 100%;
            float: left;
            position: relative;
            display: flex;
            padding: 20px;
        }

            .job-physician-information .job-physician-information-header .job-physician-information-image {
                width: 175px;
                float: left;
                position: relative;
            }

                .job-physician-information .job-physician-information-header .job-physician-information-image img {
                    width: 100%;
                    float: left;
                    position: relative;
                    border: 1px solid #9CBCCD;
                }

            .job-physician-information .job-physician-information-header .job-physician-information-content {
                width: 100%;
                padding-left: 20px;
                position: relative;
            }

            .job-physician-information .job-physician-information-header .physician-recruiter-detail-name {
                width: 100%;
                float: left;
                position: relative;
                color: #2D4245;
                font-weight: 700;
                font-size: 20px;
                cursor: pointer;
            }

            .job-physician-information .job-physician-information-header .physician-recruiter-detail-desgnation {
                color: #4E5B73;
                font-weight: normal;
                width: 100%;
                float: left;
                position: relative;
                margin-bottom: 20px;
                font-size: 15px;
                line-height: 22px;
                font-style: italic;
                font-weight: 600;
            }

            .job-physician-information .job-physician-information-header .physician-recruiter-detail-contact {
                width: 100%;
                float: left;
                position: relative;
                margin-bottom: 20px;
            }

            .job-physician-information .job-physician-information-header .job-contacts {
                width: 100%;
                float: left;
                position: relative;
                padding: 0px;
                margin: 0px;
                list-style: none;
            }

                .job-physician-information .job-physician-information-header .job-contacts li {
                    float: left;
                    position: relative;
                    padding: 0px;
                    margin: 0px;
                    list-style: none;
                    color: #4e5b73;
                    font-size: 14px;
                    margin-right: 25px;
                }

                    .job-physician-information .job-physician-information-header .job-contacts li span {
                        font-weight: 700;
                        margin-right: 5px;
                    }

        .job-physician-information .physician-recruiter-detail-location {
            width: 100%;
            float: left;
            position: relative;
        }

            .job-physician-information .physician-recruiter-detail-location a {
                color: #F37021;
                font-weight: 600;
                width: 100%;
                float: left;
                position: relative;
                margin-bottom: 10px;
                font-size: 14px;
                line-height: 22px;
                text-decoration: underline !important;
            }

        .job-physician-information .physician-recruiter-detail-location-address {
            color: #4e5b73;
            font-weight: 600;
            width: 100%;
            float: left;
            position: relative;
            font-size: 14px;
            line-height: 22px;
        }
}
/*Loadedr css Start here */
.loader-width-1 {
    width: 100%;
    float: left
}

.loader-width-2 {
    width: 200px;
    float: left
}

.loader-width-150 {
    width: 100%;
    float: left;
    /*max-width: 150px;
     */
}

.loader-width-3 {
    width: 140px;
    float: left
}

.loader-width-4 {
    width: 75px;
    float: left
}

.loader-width-5 {
    width: 76%;
    float: left
}

.loader-width-6 {
    width: 90px;
    float: left
}

.loader-width-7 {
    width: 70px;
    float: left
}

.loader-width-8 {
    width: 50px;
    float: left
}

.loader-width-9 {
    width: 40px;
    float: left
}

.loader-width-10 {
    width: 30px;
    float: left
}

.search-location {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    min-height: 0;
    min-height: auto;
    line-height: normal
}

    .search-location li {
        color: #00678d;
        line-height: 22px;
        font-size: 12px;
        position: relative;
        white-space: nowrap;
        display: inline-block;
        vertical-align: top;
        text-transform: capitalize
    }

        .search-location li > div {
            float: left;
            margin-right: 5px !important;
            text-align: left;
            margin-top: 3px !important
        }

        .search-location li img {
            float: left;
            height: 16px;
            margin-right: 6px;
            width: auto !important;
            width: 16px !important
        }

        .search-location li + li {
            padding-left: 20px
        }

            .search-location li + li:before {
                content: "";
                width: 6px;
                height: 6px;
                position: absolute;
                background: #f37021;
                border-radius: 50%;
                top: 8px;
                left: 8px
            }

    .search-location.loader-data li + li:before {
        display: none
    }

.k-loading-color, .k-loading-image, .k-loading-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.single-program-loader-group {
    background: none;
}

.single-program.single-program-loader, .single-program.single-program-loader:hover {
    border: none;
    background: #fff !important;
}

.single-program {
    border: 1px solid #dcdcdc;
    width: 100%;
    float: left;
    position: relative;
    padding: 12px;
    margin-bottom: 10px;
}

.single-program-loader-dropdown {
    display: none;
}

    .single-program-loader-dropdown .single-program.single-program-loader, .single-program-loader-dropdown .single-program.single-program-loader:hover {
        border: none;
        background: #fff !important;
        border-radius: 5px;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none;
        padding: 10px 10px;
    }

    .single-program-loader-dropdown .single-program .program-location {
        width: 100%;
        padding-left: 0;
    }

    .single-program-loader-dropdown .search-location li + li {
        padding-left: 0;
    }

    .single-program-loader-dropdown .loader-width-4 {
        width: 122px;
        float: left;
    }

    .single-program-loader-dropdown .single-program.single-program-loader, .single-program-loader-dropdown .single-program.single-program-loader:hover {
        border: none;
        background: #fff !important;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
        padding: 10px 10px;
    }

.search-location.job-loader-header img {
    width: 100%;
    margin-bottom: 20px;
}

.k-loading-mask.single-program-loader-group {
    margin-top: 20px;
}

.single-program-loader-group .single-program.single-program-loader, single-program-loader-group .single-program.single-program-loader:hover {
    border: none;
    background: #fff !important;
    border: 1px solid #dcdcdc;
    padding: 0;
    border-radius: 10px;
}

.loader-for-filter ul.search-location li span.loader-content-light.loader-width-4 {
    width: 127px;
}

.loader-for-filter ul.search-location li span.loader-content-light.loader-width-1 {
    width: 115px;
}

.loader-for-filter ul.search-location li span.loader-content-light.loader-width-6 {
    width: 120px;
}

.single-program {
    border: 1px solid #dcdcdc;
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 12px;
    margin-bottom: 10px
}

    .single-program.active, .single-program:hover {
        border: 1px solid #9cd8ec;
        background: #d5f4ff
    }

    .single-program .program-header {
        width: 100%;
        float: left;
        position: relative;
        display: table;
        margin-bottom: 4px
    }

        .single-program .program-header .program-title {
            display: table-cell;
            vertical-align: top;
            font-size: 16px;
            color: #00678d;
            position: relative;
            font-weight: 700;
            overflow: hidden;
            line-height: 24px;
            text-transform: capitalize
        }

    .single-program .program-location {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        width: 200px;
        padding-left: 20px
    }

        .single-program .program-location .search-location {
            float: left;
            text-align: left;
            width: auto;
            margin: 0
        }

            .single-program .program-location .search-location + .search-location {
                margin-top: 5px
            }

    .single-program .program-body {
        width: 100%;
        float: left;
        position: relative;
        display: table
    }

    .single-program .program-information {
        display: table-cell;
        vertical-align: top
    }

        .single-program .program-information .program-feature {
            margin: 0;
            padding: 0;
            list-style: none;
            width: 100%;
            float: left;
            position: relative
        }

            .single-program .program-information .program-feature li {
                width: 100%;
                float: left;
                position: relative;
                font-size: 13px
            }

                .single-program .program-information .program-feature li .feature-label {
                    color: #f37021;
                    margin-right: 6px
                }

                .single-program .program-information .program-feature li .feature-value {
                    color: #00678d;
                    font-weight: 600
                }

    .single-program .program-actions {
        display: table-cell;
        vertical-align: bottom;
        width: 200px;
        padding-left: 20px
    }

        .single-program .program-actions .save-program {
            float: left;
            line-height: 15px;
            font-size: 13px;
            white-space: nowrap
        }

            .single-program .program-actions .save-program > div {
                margin-right: 5px !important;
                vertical-align: top;
                height: 14px !important;
                width: 16px !important;
                float: left
            }

            .single-program .program-actions .save-program .heart-active {
                display: none;
                margin: 2px 7px 2px 0;
                margin: 0 !important
            }

            .single-program .program-actions .save-program .heart-active, .single-program .program-actions .save-program .heart-normal {
                height: 14px !important;
                width: 16px !important;
                position: relative;
                float: left;
                min-height: 14px !important;
                max-height: 14px !important;
                min-width: 16px !important;
                max-width: 16px !important
            }

            .single-program .program-actions .save-program .heart-normal {
                margin: 2px 7px 2px 0
            }

        .single-program .program-actions.active .save-program .heart-active {
            display: block
        }

        .single-program .program-actions.active .save-program .heart-normal {
            display: none
        }

.loader-content-light {
    color: transparent;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: -webkit-gradient(linear,left top,right top,color-stop(8%,#f6f6f6),color-stop(18%,#f0f0f0),color-stop(33%,#f6f6f6));
    background: -webkit-linear-gradient(left,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background: linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background-size: 800px 104px;
    position: relative;
    margin-right: 5px;
    height: 23px !important;
    margin: 2px 0px 2px 5px;
}

.mt-10 {
    margin-top: 10px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}
/*Loadedr css end here */
.jsr-page-active-full-width {
    width: 100% !important;
}

a.minimize-screen-btn {
    position: absolute;
    right: 20px;
    top: 64px;
    cursor: pointer;
    z-index: 1;
}

    a.minimize-screen-btn img {
        width: 20px;
        height: 20px;
        float: left;
        position: relative;
        margin: 2px;
    }

.jsr-job-full-details-full-width {
    height: 100% !important;
}

    .jsr-job-full-details-full-width .job-full-details-body {
        overflow-y: inherit;
        height: 100%;
    }

    .jsr-job-full-details-full-width.jsr-job-full-details-outer {
        height: 100% !important;
    }

.mobile-view-single-page a {
    display: none;
}

.mobile-view-back-arrow {
    display: none;
}

button.close.mobile-display-none {
    display: block;
}

.apply-now-button-footer-group {
    display: none;
}

.jsr-full-page-single .home-banner-carousel {
    padding-bottom: 90px;
}

.jsr-full-page-single .theme-home-banner {
    height: auto;
}

span.mobile-view-text {
    display: none;
}

.hide-desktop-divider {
    display: none;
}

.favourite-btn img {
    width: 19px;
}

.right-btns img:hover {
    opacity: 50%;
}

span.jobs-header-mobile {
    display: none;
}

.fixed-scroll-view-desktop {
    overflow: auto;
    height: auto;
    height: auto;
    height: auto;
    max-height: 340px;
}

.jsr-section-footer-group {
    width: 100%;
    float: left;
    position: relative;
}

.search-form-main-group {
    width: 100%;
    float: left;
    position: relative;
}

.search-form-group {
    width: 100%;
    float: left;
    position: relative;
}
/* CSS for Height According to header*/
.jsr-job-full-details-outer {
    float: left;
    position: relative;
    margin-top: -15px;
    width: 100%;
}

.jsr-page .jsr-full-page-single .jsr-job-full-details {
    height: 100% !important;
}

.jsr-job-full-details {
    height: 100%;
}

.job-full-details {
    height: 100%;
    padding: 0px;
}

    .job-full-details .job-full-details-body .job-fullpage-container {
        width: 100%;
        float: none;
        position: relative;
        display: inline-block;
        text-align: left;
        vertical-align: top;
    }

.single-line-linking {
    width: 100%;
    float: left;
    position: relative;
}

    .single-line-linking a {
        width: auto !important;
    }

.theme-home-banner-with-loader {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: initial !important;
}

    .theme-home-banner-with-loader .home-banner-carousel {
        position: absolute;
        top: 0px;
    }

    .theme-home-banner-with-loader.loader-removed .theme-banner-carousel-loader {
        opacity: 0;
        z-index: -1;
    }

.theme-banner-carousel-loader {
    position: relative;
    width: 100%;
    padding-bottom: 90px;
    z-index: 3;
    float: left;
}

    .theme-banner-carousel-loader:before {
        content: "";
        width: 100%;
        height: 100%;
        background: white;
        z-index: 0;
        top: 0px;
        left: 0px;
        position: absolute;
    }

    .theme-banner-carousel-loader .theme-carousel-loader-image {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        padding-top: 56.25%;
    }

        .theme-banner-carousel-loader .theme-carousel-loader-image > span {
            width: 100%;
            height: 100% !important;
            position: absolute;
            top: 0px;
            left: 0px;
        }

    .theme-banner-carousel-loader .theme-carousel-loader-thumbnail {
        position: absolute;
        bottom: 0px;
        width: 100%;
        left: 0px;
        float: left;
        display: flex;
        z-index: 20000;
    }

        .theme-banner-carousel-loader .theme-carousel-loader-thumbnail .theme-carousel-loader-thumbnail-single {
            width: 100%;
            height: 80px;
            display: inline-block;
            vertical-align: middle;
            background: red;
            margin: 0px 10px 0px 0px;
            position: relative;
        }

            .theme-banner-carousel-loader .theme-carousel-loader-thumbnail .theme-carousel-loader-thumbnail-single:last-child {
                margin: 0px 0px 0px 0px;
            }

            .theme-banner-carousel-loader .theme-carousel-loader-thumbnail .theme-carousel-loader-thumbnail-single > span {
                width: 100%;
                height: 100% !important;
                position: absolute;
                top: 0px;
                left: 0px;
            }

.job-header-right-information span.show-only-mobile {
    display: none;
}
/*overlay css*/
#jsr-overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 22;
}

.jsr-preview-mode {
    width: 100%;
    background-color: #404041;
    border-bottom: 1px solid #000;
    color: #ccc;
    left: 0px;
    top: 0px;
    padding: 15px 19px 15px 20px;
    overflow: hidden;
    z-index: 99;
    position: relative;
}

.fixed-Header {
    position: fixed;
}

.JSR-top-custome-head-h {
    color: #eee;
    font-size: 26px;
    line-height: 25px;
    text-align: center;
    width: 33%;
}

    .JSR-top-custome-head-h span {
        color: #ccc;
        font-size: 14px;
        line-height: 17px;
    }

.jsr-vertical-text-centre {
    display: flex;
}

.jsr-return-edit-mode {
    float: left;
    width: 33%;
    margin-top: 10px;
}

.jsr-save-preview-mode {
    float: right;
    width: 33%;
}

    .jsr-save-preview-mode input {
        float: right;
        background: #F37021;
        border: none;
        color: #fff;
        padding: 9px 25px;
        border-radius: 4px;
        margin-top: 10px;
        cursor: pointer;
    }

        .jsr-save-preview-mode input:hover {
            background: #B74500;
        }

.jsr-return-edit-mode img {
    height: 10px;
    padding: 0 7px 0 0px;
}

.jsr-return-edit-mode a span {
    color: #fff;
}

    .jsr-return-edit-mode a span:hover {
        color: #F37021;
    }

.jsr-return-edit-mode a {
    background-image: url(/Content/jsr/images/white-arrow-back-jsr.svg);
    background-repeat: no-repeat;
    float: left;
    padding: 0px 0 0 20px;
    background-position: left top 6px;
}

    .jsr-return-edit-mode a:hover {
        background-image: url(/Content/jsr/images/jsr-preview-back-icon.svg);
        color: #F37021;
        background-size: 13px auto;
    }
/*Agency popup css Start here */
.agency-information-popup .modal-theme-content {
    width: 50%;
}

.agency-information-popup label {
    display: block;
    width: 100%;
    color: #4E5B73;
    font-weight: 700;
    width: 100%;
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 10px 0 10px 0px;
}

.agency-information-popup input {
    border: 1px solid #9CBCCD;
    border-radius: 5px;
    height: 42px;
    padding: 0px 15px;
    width: 100%;
    position: relative;
    color: #4E5B73;
}

.agency-information-popup textarea {
    border: 1px solid #9CBCCD;
    border-radius: 5px;
    padding: 0px 15px;
    width: 100%;
    position: relative;
    color: #4E5B73;
}

.agency-information-popup h4.modal-title label, .agency-information-popup h4 {
    font-size: 24px !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
}

.agency-buttons-section {
    display: inline-flex;
    margin-top: 25px;
    width: 100%;
}

    .agency-buttons-section input {
        background: #F37021;
        color: #fff;
        border-radius: 4px;
        padding: 0px 8px;
        margin-right: 10px;
        width: 50%;
        border: none;
        cursor: pointer;
    }

        .agency-buttons-section input:hover {
            background: #B74500;
        }

    .agency-buttons-section button {
        background: #9CBCCD;
        color: #fff;
        border: none;
        border-radius: 4px;
        width: 50%;
        cursor: pointer;
    }

        .agency-buttons-section button:hover {
            background: #7ea7bd;
        }

    .agency-buttons-section label.url-link-not-allowed {
        font-size: 13px;
        font-weight: 600;
        color: #4E5B73;
    }

.agency-information-sec-group {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
}

    .agency-information-sec-group .agency-information-sec {
        display: inline-block;
        vertical-align: middle;
    }

        .agency-information-sec-group .agency-information-sec label {
            font-size: 15px !important;
            font-weight: 700;
            color: #4e5b73;
        }

    .agency-information-sec-group .label-normal2 {
        font-size: 15px !important;
        font-weight: normal;
        color: #4e5b73;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px
    }

    .agency-information-sec-group .click-here-button-agency {
        background: #fff !important;
        color: #F37021 !important;
        border-radius: 5px;
        padding: 5px 10px;
        text-align: center;
        line-height: 36px;
        border: 1px solid #F37021;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        margin-left: 10px;
    }

        .agency-information-sec-group .click-here-button-agency:hover {
            background: #F37021 !important;
            color: #fff !important;
        }

.modal-theme-jsr.in.agency-information-popup {
    display: block;
    left: 10%;
}
/*Agency popup css Start here */
.agency-information-popup .modal-theme-content {
    width: 50%;
}

.agency-information-popup label {
    display: block;
    width: 100%;
    color: #4E5B73;
    font-weight: 700;
    width: 100%;
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 10px 0 10px 0px;
}

.agency-information-popup input {
    border: 1px solid #9CBCCD;
    border-radius: 5px;
    height: 42px;
    padding: 0px 15px;
    width: 100%;
    position: relative;
    color: #4E5B73;
}

.agency-information-popup textarea {
    border: 1px solid #9CBCCD;
    border-radius: 5px;
    padding: 0px 15px;
    width: 100%;
    position: relative;
    color: #4E5B73;
}

.agency-information-popup h4.modal-title label, .agency-information-popup h4 {
    font-size: 24px !important;
    padding: 0;
    margin: 0 0 10px 0 !important;
}

.agency-buttons-section {
    display: inline-flex;
    margin-top: 25px;
    width: 100%;
}

    .agency-buttons-section input {
        background: #F37021;
        color: #fff;
        border-radius: 4px;
        padding: 0px 8px;
        margin-right: 10px;
        width: 50%;
        border: none;
        cursor: pointer;
    }

        .agency-buttons-section input:hover {
            background: #B74500;
        }

    .agency-buttons-section button {
        background: #9CBCCD;
        color: #fff;
        border: none;
        border-radius: 4px;
        width: 50%;
        cursor: pointer;
    }

        .agency-buttons-section button:hover {
            background: #7ea7bd;
        }

    .agency-buttons-section label.url-link-not-allowed {
        font-size: 13px;
        font-weight: 600;
        color: #4E5B73;
    }

a.click-here-button-agency {
    background: #fff !important;
    color: #F37021 !important;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #F37021;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
}

    a.click-here-button-agency:hover {
        background: #F37021 !important;
        color: #fff !important;
    }

span.agency-information-sec label {
    font-size: 15px !important;
    font-weight: 700;
    color: #4e5b73;
}

.modal-theme-jsr.in.agency-information-popup {
    display: block;
    left: 10%;
}

.required-information-sign:after {
    color: #e74c3c;
    content: "*";
    font-size: 16px;
    height: 22px;
    padding-left: 1px;
    padding-top: 2px;
    position: relative;
    width: 14px;
    text-align: center;
    top: -32px;
    right: 10px;
    float: right;
}

span.required-information-textarea {
    position: absolute;
    top: 48px;
    right: 10px;
    color: #e74c3c;
    font-size: 16px;
}

.captcha-section {
    display: block;
}

.textarea-outer {
    display: block;
    position: relative;
}

.agency-information-popup .modal-theme-content {
    height: auto !important;
    margin: 10px !important;
    border-radius: 10px !important;
}

.track-ziprecruiter {
    height: 0px !important;
    float: left;
    width: 100%;
}

.job-expired-message {
    width: 100%;
    float: left;
    position: relative;
    background: #C10000;
    text-align: center;
    padding: 20px 0px;
}

    .job-expired-message p {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        margin: 0px;
        width: 100%;
        float: left;
        position: relative;
        line-height: 26px;
    }

.jsr-results-body .jsr-results-group.jsr-expired-results-group {
    width: 100%;
    float: left;
    position: relative;
}

.rssfeed-section a img {
    float: right;
}

.select2-pagination {
    height: 42px;
    padding: 0px 0px;
    float: none;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    width: auto;
    line-height: 34px;
    text-align: center;
    background: rgba(156, 188, 205, 0.15);
    border: none !important;
    border-radius: 5px;
    color: #4E5B73;
    display: inline-block;
    vertical-align: top;
    margin: 2px !important;
}

    .select2-pagination .JobsCountDropdown {
        border: 1px solid #9dbccc !important;
        border-radius: 5px;
        height: 44px !important;
        padding: 0px 8px !important;
        width: 54px !important;
        float: left;
        position: relative !important;
        color: #4E5B73;
        font-size: 14px;
        margin: 0px !important;
    }

    .select2-pagination .select2-container {
        position: absolute !important;
        top: 1px;
        left: 1px;
        height: 34px;
        width: calc(100% - 2px) !important;
        border-radius: 5px;
    }

        .select2-pagination .select2-container .selection {
            width: 100%;
            height: 34px;
            float: left;
            position: relative;
            border-radius: 5px;
        }

            .select2-pagination .select2-container .selection .select2-selection {
                width: 100%;
                height: 42px;
                float: left;
                position: relative;
                border: none;
                border-radius: 5px;
            }

            .select2-pagination .select2-container .selection .select2-selection__rendered {
                border-radius: 5px;
                line-height: 43px;
                color: #4E5B73;
                font-size: 14px;
                text-align: left;
            }

            .select2-pagination .select2-container .selection .select2-selection__arrow {
                height: 44px;
                top: 0px;
                right: 4px;
            }

.signin-pophover-start-chat {
    margin-left: -264px;
}

    .signin-pophover-start-chat .signin-pophover-content:before {
        left: 76%;
    }

.search-form .form-group-jsr .form-control::placeholder {
    color: #4E5B73 !important;
}

input.employer-search-filter:focus-visible {
    outline: none;
}

.filter-checkbox-group.employer-searchfilter-new {
    background-color: rgb(255, 255, 255);
    width: 345px !important;
    /* border-left: 1px solid rgba(0, 0, 0, 0.15);
     border-right: 1px solid rgba(0, 0, 0, 0.15);
     border-top: 1px solid rgba(0, 0, 0, 0.15);
     */
    border-radius: 4px 4px 0px 0px;
}

ul.filter-single.employer.active-employer-search.filter-single-active {
    border-top: 0;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
    width: 347px;
    left: -1px
}

ul.filter-single.employer.active-employer-search li a {
    word-break: break-word;
    word-break: break-all;
    white-space: break-spaces;
}

.select2-container .select2-search--dropdown:before {
    content: "";
    background-image: url(../images/search-job-new.svg);
    position: absolute;
    background-size: 14px 14px;
    right: 20px;
    top: 16px;
    width: 14px;
    height: 14px;
    z-index: 1;
    background-repeat: no-repeat;
}

.job-result-body-ad, .job-result-header-ad {
    width: 100%;
    float: left;
    position: relative;
    border: none;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

    .job-result-body-ad div, .job-result-header-ad div, .job-result-body-ad a, .job-result-header-ad a, .job-result-body-ad img, .job-result-header-ad img {
        width: 100%;
        float: left;
        position: relative;
        border: none;
        padding: 0px;
        max-width: 1210px;
        border-radius: 10px;
        overflow: hidden;
        height: initial !important;
    }

.jsr-seo-content + .jsr-seo-content {
    padding-top: 0px !important;
}
/*JSR saved and blocked jobs pop up*/
.single-modal {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

    .single-modal .modal-btn {
        font-size: 13px;
        float: none;
        line-height: 24px;
        padding: 4px 15px;
        border-radius: 4px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        background: #F37021;
        color: #fff;
        border: #F37021 1px solid;
        cursor: pointer;
    }

body.modal-open {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-theme.modal-in {
    display: block;
}

    .modal-theme.modal-in:before {
        content: "";
        background: rgb(0 0 0/50%);
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.modal-theme {
    display: none;
    position: fixed;
    z-index: 105111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

    .modal-theme .modal-dialog {
        display: table;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: relative;
    }

        .modal-theme .modal-dialog .modal-dialog-center {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            padding: 25px;
            text-align: center;
        }

        .modal-theme .modal-dialog .modal-content {
            background: #fff;
            -webkit-box-shadow: 0px 4px 24px rgb(0 0 0/25%);
            box-shadow: 0px 4px 24px rgb(0 0 0/25%);
            border-radius: 10px;
            width: 100%;
            max-width: 475px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }

.modal-status-content {
    width: 100%;
    float: none;
    position: relative;
    padding: 40px;
}

    .modal-status-content .modal-title {
        font-weight: 700;
        font-size: 25px;
        line-height: 34px;
        text-align: center;
        color: #2D4245;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 15px;
    }

    .modal-status-content .modal-subtitle {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #4E5B73;
    }
/* share new design css start here */
.share-main-section-jsr .signin-title span {
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.share-main-section-jsr .signin-title {
    font-size: 25px;
    color: #2D4245;
    text-align: center;
    padding: 0;
}

.share-image-icon img {
    height: 40px !important;
    width: 40px !important;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.share-icon-section ul li {
    padding: 0 !important;
    margin: 0px 7px 7px 7px !important;
}

    .share-icon-section ul li img {
        height: 45px !important;
        width: 45px !important;
    }

.share-main-section-jsr .form-input-btn {
    width: 100%;
    float: left;
    position: relative;
}

.share-main-section-jsr .form-group .form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #4E5B73;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 5px;
}

.input-area-copy-link {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.btn-theme {
    font-size: 14px;
    float: none;
    line-height: 24px;
    padding: 0px 15px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    background: #F37021;
    color: #fff;
}

.share-main-section-jsr .form-input-btn .btn:hover, .share-main-section-jsr .form-input-btn .btn:focus {
    background: #B74500;
    color: #fff;
    border: none;
    line-height: 30px;
}

.share-main-section-jsr a.btn.btn-theme {
    text-decoration: none;
}

.share-main-section-jsr .form-group .form-control {
    background: #fff;
    border: 1px solid #9CBCCD;
    border-radius: 5px;
    width: 100%;
    float: left;
    position: relative;
    height: 44px;
    padding: 0px 10px 0 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    outline: none;
}

.share-main-section-jsr .form-input-btn .btn {
    height: 32px;
    line-height: 30px !important;
    text-transform: capitalize;
    max-width: 70px;
    font-size: 13px;
    min-width: 70px;
    position: absolute;
    right: 6px;
    top: 6px;
    font-weight: 500 !important;
    text-decoration: initial !important;
}

.share-main-section-jsr .signin-pophover-content:before {
    content: "";
    position: absolute;
    left: 61%;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    margin-left: -10px;
}

span.link-file-iocn.active {
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 5px;
}

.input-area-copy-link span.link-file-iocn img {
    height: 18px !important;
    width: 18px !important;
}

span.link-file-iocn.active {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 6px;
}

a.cancel-link-button {
    text-align: center;
    margin: auto;
    display: block;
    width: 100%;
}

.cancel-link-button {
    float: left;
    padding: 8px;
    width: 100%;
}

.st-btn {
    display: inline-block !important;
}

#st-1 .st-btn > img {
    display: inline-block;
    height: 24px !important;
    width: 20px;
    position: relative;
    top: 10px;
    vertical-align: top;
}

#st-1 .st-btn {
    height: 45px !important;
    width: 44px !important;
    line-height: 40px;
    margin-right: 8px;
}

    #st-1 .st-btn[data-network='email'] {
        background-color: #00a7ed !important;
    }
/* share new design css end here */
/* New Design Changes */
.jsr-result-left-parttwo-new .single-job {
    width: 32.5%;
    margin: 5px;
}

.jsr-sorting-group .top-order-pagination {
    text-align: right;
    float: right;
    width: auto;
}
/*New Jsr design chnages */
.jsr-container-all-jobs {
    display: flow-root;
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

    .jsr-container-all-jobs .rssfeed-section {
        position: absolute;
        top: 23px;
        right: 16px;
    }

    .jsr-container-all-jobs h1 {
        font-size: 27px;
        font-weight: bold;
        padding: 0;
        margin: 0px;
        color: #2D4245;
        width: calc(100% - 50px);
        float: left;
        position: relative;
    }

.all-jobs-outer-section {
    background: #fff;
    padding: 15px 0px 15px 0px;
    width: 100%;
    float: left;
    position: relative;
}

.breadcrumb-new-jsr-outer {
    background: #F4F7F9;
    padding: 4px 0 6px 0;
    border-top: 1px solid #E7E7E7;
    float: left;
    width: 100%;
}

    .breadcrumb-new-jsr-outer a:hover {
        color: #F37021;
    }

    .breadcrumb-new-jsr-outer a {
        color: #2D4245;
    }

.jsr-container-all-jobs span img {
    padding: 0px 5px 0 5px;
}

.jsr-container-all-jobs {
    font-weight: 600;
    font-size: 12px;
    color: #2D4245;
    padding: 8px 0 2px 15px;
}

.next-previous-top .next-previous-pagination, .back-to-search-result .next-previous-pagination {
    width: auto;
    border-top: none;
    margin: 25px 0px 15px 0px;
    padding: 0px;
}

    .next-previous-top .next-previous-pagination ul li, .back-to-search-result .next-previous-pagination ul li {
        width: auto;
        margin: 0px 0px 0 0px;
    }

        .next-previous-top .next-previous-pagination ul li a, .back-to-search-result .next-previous-pagination ul li a {
            margin: 0 10px 0 0px !important;
        }

.back-to-search-result {
    display: inline-block;
    float: right;
    position: relative;
    right: -11px;
}

.pagination-bottom .next-previous-pagination {
    margin: 0 0px 30px 0px;
    padding: 0;
}

.mobile-only-next-prev {
    display: none !important;
}

.display-none-dektop-view {
    display: none;
}

.show-only-mobile-device {
    display: none;
}

.next-previous-pagination.footer-next-previous {
    padding: 0;
    margin: 0 0 30px 0px;
}

.display-none-mobile {
    display: block;
}

.jsr-new-seo-contnet-section {
    width: 100%;
    float: left;
    padding: 15px;
    background: #F6F9FC;
    padding: 20px 20px 40px 20px;
    margin: 10px 0 0px;
}

    .jsr-new-seo-contnet-section h2 {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 25px;
        color: #2D4245;
    }

    .jsr-new-seo-contnet-section h3 {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: #2D4245;
    }

    .jsr-new-seo-contnet-section p {
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #4E5B73;
    }

.mobile-view {
    display: flex;
    margin-top: 30px;
}

p.nomatch-available.hide-desktop {
    display: none;
}

.single-job-highlighted h4 {
    font-weight: 600;
    font-size: 13px;
    color: #F37021;
    text-transform: capitalize;
    padding: 0;
    margin: 12px 0;
}

.blocked-job .job-blocked-container {
    display: block !important;
    margin: 0px !important;
    width: 100%;
}
/*Cutome checkbox css start */
.checkbox-theme {
    padding-right: 0px !important;
    margin: 0px 44px;
    float: left;
    position: relative;
    display: block;
    padding: 7px 0px;
}

    .checkbox-theme label::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 11px;
        left: 0;
        margin-left: -25px;
        border-radius: 3px;
        background-color: transparent;
        text-align: center;
        color: #fff;
        border: 1px solid #9CBCCD;
        font-family: 'Open Sans',sans-serif;
    }

    .checkbox-theme label::after {
        width: 18px;
        left: 1px;
        top: 0px;
        margin-left: -26px;
        font-size: 10px;
        color: #ffffff;
        line-height: 18px;
        text-align: center;
        border: none !important;
        border-radius: 3px;
        background: #268dcd;
        font-family: 'Open Sans',sans-serif;
    }

    .checkbox-theme input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
        margin: 0px 0px 0px -24px;
        cursor: pointer;
        position: absolute;
        left: 0;
        height: 20px;
        width: 20px;
    }

    .checkbox-theme a.filter-anchor {
        padding: 0px 0px 0px 15px !important;
    }

    .checkbox-theme input[type="checkbox"]:focus + label::before {
        outline: none;
    }

    .checkbox-theme input[type="checkbox"]:checked + label::before {
        content: "";
        color: #ffffff;
        background: #f37021;
        border: 1px solid #f37021;
        background-image: url(/Content/Images/check-icon.svg);
        background-repeat: no-repeat;
        background-size: 66%;
        background-position: center center;
    }

    .checkbox-theme label {
        font-family: 'Open Sans',sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        color: #4E5B73;
    }

.job-count-toggle {
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 0px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    padding: 0px;
    max-width: 22px;
    max-height: 22px;
}

    .job-count-toggle span {
        padding: 0 !important;
        padding-left: 0 !important;
        margin: 0 !important;
        font-weight: 600;
        font-size: 12px;
        color: #4E5B73;
        line-height: 22px;
        width: 22px;
        text-align: center;
        float: left;
    }

a.focus-your-search-all-title {
    display: none;
}

.mobile-filter-dropdown .filter-single li.mobile-donebutton {
    border-top: #9CBCCD 1px solid;
    padding: 15px 15px 13px 15px;
    /* margin-top: 15px !important;
     margin-bottom: 0px !important;
     */
}

    .mobile-filter-dropdown .filter-single li.mobile-donebutton a {
        background: #F37021;
        border: 1px solid rgba(243, 112, 33, 0.7);
        border-radius: 4px;
        width: auto;
        float: left;
        color: #fff !important;
        line-height: 30px;
        font-weight: 600;
        white-space: nowrap;
        padding: 0px 15px;
    }
/*li.for-desktop-filter a.apply-filter-btn {
     margin: -1px 20px 10px 14px !important;
}
 */
/*li.for-desktop-filter a.clear-all-filter-btn {
     margin: -41px 0px 8px 174px !important;
     background: #ccc !important;
     border: none !important;
}
 */
.mobile-filter-dropdown .filter-single li.filter-mobile-title, .mobile-filter-dropdown .filter-single li.mobile-donebutton {
    display: block !important;
    position: sticky;
    bottom: 0;
    z-index: 999;
    background: #fff;
}



a.focus-your-search-all-title {
    display: none;
}
/* .mobile-filter-dropdown .filter-single li.mobile-donebutton {
     border-top: #9CBCCD 1px solid;
     padding: 15px 0px 0px 0px;
     margin-top: 15px !important;
     margin-bottom: 0px !important;
}
 */
.mobile-filter-dropdown .filter-single li.mobile-donebutton a {
    background: #F37021;
    border: 1px solid rgba(243, 112, 33, 0.7);
    border-radius: 4px;
    width: auto;
    float: left;
    color: #fff !important;
    line-height: 30px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0px 15px;
}
/*li.for-desktop-filter a.apply-filter-btn {
     margin: -5px 30px 10px 18px !important;
}
 */
/*li.for-desktop-filter a.clear-all-filter-btn {
     margin: -41px 0px 8px 174px !important;
     background: #ccc !important;
     border: none !important;
}
 */
.mobile-filter-dropdown .filter-single li.filter-mobile-title, .mobile-filter-dropdown .filter-single li.mobile-donebutton {
    display: block !important;
    position: sticky;
    bottom: 0;
    z-index: 999;
    background: #fff;
}

li.mobile-donebutton.for-desktop-filter a.clear-all-filter-btn {
    background: #FFFFFF !important;
    border: none;
    color: #F37021 !important;
    font-weight: 600 !important;
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
    position: absolute;
    right: 15px;
    text-decoration: underline !important
}

    li.mobile-donebutton.for-desktop-filter a.clear-all-filter-btn:hover {
        background: none;
        border: none;
        font-weight: 600 !important;
        font-family: 'Open Sans',sans-serif;
    }

ul.filter-single.states.column2 li {
    display: block !important;
    width: 100% !important;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

ul.filter-single.states.column2 li {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;
    column-gap: 10px;
    width: 100%;
}

ul.desktop-state-width li {
    width: 48% !important;
}

    ul.desktop-state-width li.mobile-donebutton.for-desktop-filter.with-li-100 {
        width: 100% !important;
        display: block;
    }

ul.filter-single.states.desktop-state-width {
    width: 400px;
}

.disabled {
    color: #ccc !important;
    opacity: 1;
}

.span-job-count-right {
    float: right;
    margin-right: 45px;
}

ul.after-apply-filetr-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.after-apply-filetr-list li {
        padding: 10px 15px 10px 15px;
        background: #fff;
        margin: 3px 0px;
    }

        ul.after-apply-filetr-list li span {
            float: right;
        }

.filter-focus-title-count {
    display: none;
}

.sorting-list-new {
    width: auto;
    float: none;
    text-align: left;
}

    .sorting-list-new .jsr-sorting {
        padding: 0px;
        line-height: 30px;
    }

        .sorting-list-new .jsr-sorting .btn-sorting {
            text-align: left;
            white-space: normal;
            line-height: 26px;
        }
/*Over all dropdown css adjustments/corrections with the help of @jeevan..29-06-2023*/
.filter-single-selected-group .btn-filter {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    text-align: left !important;
    width: 100% !important;
    z-index: 1020;
}

.filter-single-selected-group .filter-selected {
    position: relative;
    top: 100%;
    left: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    padding-top: 40px;
    width: 100%;
}

    .filter-single-selected-group .filter-selected .filters-applied {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .filter-single-selected-group .filter-selected .filters-applied li {
            width: 100%;
            float: left;
            position: relative;
            margin: 2px 0px;
            background: #fff;
            font-size: 12px;
            font-weight: 600;
            border-radius: 4px;
            list-style: none;
            white-space: normal;
            padding: 8px 25px 8px 8px;
            color: #4E5B73;
        }

            .filter-single-selected-group .filter-selected .filters-applied li span {
                position: absolute;
                top: 14px;
                right: 8px;
                top: 50%;
                margin-top: -4px;
            }

                .filter-single-selected-group .filter-selected .filters-applied li span img {
                    float: left;
                    width: 8px;
                    height: 8px;
                    position: relative;
                }

#div-focus-your-search {
    z-index: 1;
}

.spn-remove-filter {
    cursor: pointer;
}

.hidden {
    display: none;
}

.filter-statesType {
    width: 150px;
}

.filter-statesType-selectedactive {
    width: 150px;
}

.filter-recruitmentType {
    width: 165px;
}

.filter-recruitmentType-selectedactive {
    width: 165px;
}

.filter-practiceType {
    width: 140px;
}

.filter-practiceType-selectedactive {
    width: 140px;
}

.filter-employmentType {
    width: 165px;
}

.filter-employmentType-selectedactive {
    width: 165px;
}

.filter-loanAssistanceType {
    width: 155px;
}

.filter-loanAssistanceType-selectedactive {
    width: 155px;
}

.filter-employerType {
    width: 140px;
}

.filter-employerType-selectedactive {
    width: 140px;
}

.filter-immigrationType {
    width: 200px;
}

.filter-immigrationType-selectedactive {
    width: 200px;
}

.filter-telemedicineType {
    width: 220px;
}

.filter-telemedicineType-selectedactive {
    width: 220px;
}

.filters-group .filter-single .btn-filter.active span.caretclose {
    float: right;
}

.filter-checkbox-group.states {
    min-width: 400px;
}

.filter-checkbox-group.recruitmentType {
    padding-bottom: 0px;
    min-width: 160px;
    max-width: 190px;
    width: fit-content;
}

    .filter-checkbox-group.recruitmentType .filter-checkbox-ul .filter-item .filter-anchor {
        font-size: 14px;
        color: #4E5B73;
        line-height: 22px;
        white-space: normal;
        padding: 2px 10px;
    }

        .filter-checkbox-group.recruitmentType .filter-checkbox-ul .filter-item .filter-anchor:hover {
            text-decoration: none !Important;
            color: #F37021;
        }

.filter-checkbox-group {
    display: none;
    position: relative;
    background: white;
    border-radius: 5px;
    min-width: 250px;
    border: 1px solid #ccc;
    padding-bottom: 60px;
    overflow: hidden;
    height: auto;
    max-height: 300px;
}

    .filter-checkbox-group.filter-single-active {
        display: block;
    }

    .filter-checkbox-group .filter-checkbox-body {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: auto;
        padding: 10px 5px;
        max-height: 240px;
        height: auto;
    }

    .filter-checkbox-group .filter-checkbox-footer {
        position: absolute;
        bottom: 0px;
        background: #fff;
        width: 100%;
        left: 0px;
        box-shadow: 0px 0px 2px 2px #dbe4e93b;
        z-index: 1;
        padding: 10px 10px 10px 10px;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

        .filter-checkbox-group .filter-checkbox-footer .apply-filter-btn {
            width: 100%;
            text-transform: uppercase;
            font-weight: 600;
            max-width: 140px;
            font-size: 13px;
            white-space: nowrap;
            padding: 0px 21px;
            border: none;
            cursor: pointer;
            background: #F37021;
            color: #fff !important;
            border-radius: 4px;
            height: 32px;
            line-height: 32px;
        }

        .filter-checkbox-group .filter-checkbox-footer .clear-all-filter-btn {
            color: #F37021;
            text-decoration: underline !important;
            font-size: 13px;
            cursor: pointer;
        }

        .filter-checkbox-group .filter-checkbox-footer:after {
            content: "";
            width: calc(100% - 20px);
            position: absolute;
            top: 8px;
            height: 1px;
            left: 10px;
        }

.filter-checkbox-ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    position: relative;
}

    .filter-checkbox-ul .filter-item {
        margin: 0px;
        padding: 0px;
        width: 100%;
        float: left;
        position: relative;
        list-style: none;
    }
        .filter-checkbox-ul .filter-item.norecord-found-search-li {
            width: 100% !important;
        }

            .filter-checkbox-ul .filter-item.norecord-found-search-li .norecord-found-search {
                text-align: center;
                color: #4E5B73;
                font-weight: normal;
                width: 100%; 
                position: relative; 
                font-size: 13px !important;
            }
    .filter-checkbox-group.states .filter-checkbox-ul .filter-item {
        width: 50%;
    }

.filter-checkbox-ul .checkbox-theme {
    width: calc(100% - 36px);
    float: left;
    margin: 0px 0px 0px 36px;
    padding: 4px 0px;
}

    .filter-checkbox-ul .checkbox-theme label::before {
        width: 16px;
        height: 16px;
        top: 5px;
        margin-left: -28px;
    }

    .filter-checkbox-ul .checkbox-theme input[type="checkbox"] {
        margin: 0px 0px 0px -30px;
        height: 18px;
        width: 18px;
    }

    .filter-checkbox-ul .checkbox-theme a.filter-anchor {
        padding: 0px 0px 0px 0px !important;
        font-size: 14px;
        color: #4E5B73;
        line-height: 22px;
        white-space: normal;
    }

    .filter-checkbox-ul .checkbox-theme input[type="checkbox"]:checked + label::before {
        border: 1px solid #f37021;
    }

.employer-searchfilter-new .filter-checkbox-group {
    padding-top: 60px;
}

.employer-searchfilter-new .filter-checkbox-head {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    width: calc(100% - 20px);
    margin: 10px;
}

    .employer-searchfilter-new .filter-checkbox-head .employer-search-filter {
        border: 1px solid #9CBCCD;
        border-radius: 5px;
        padding: 8px 50px 8px 10px;
        font-family: "Open Sans", sans-serif !important;
        font-size: 13px;
        display: inline;
        position: relative;
        width: 100%;
        height: 40px;
    }

    .employer-searchfilter-new .filter-checkbox-head .employer-search-icon {
        position: absolute;
        right: 0px;
        top: 0px;
        opacity: .8;
        width: 14px;
        height: 14px;
        margin: 13px;
    }

.filter-form .filter-focus-title.filter-focus-title-new {
    color: #4E5B73;
    font-weight: 600;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    margin-top: 0px !important;
}

    .filter-form .filter-focus-title.filter-focus-title-new span {
        font-size: 13px !important;
    }

.filters-group .filter-single .btn-filter .caret-active {
    float: right;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4E5B73;
    border-bottom: none;
    height: 5px;
    width: 10px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0px 15px 0px;
}
.filters-group .filter-single.active .btn-filter .caret-active {
    border-top: 5px solid #fff;
    transform: rotate(180deg);
}

    .salary-range {
        color: #4E5B73 !important;
        /* font-weight: 600 !important;
     */
    }
/*ends here*/
/*New video section css start here*/
.video-box-size {
    width: 75%;
    padding: 20px 0 0 0px;
}

.video-page-section {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    height: auto;
    float: left;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.video-slides-tabs {
    display: flex;
    /* justify-content: space-around;
     */
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #cddde6;
}

.video-slide-innerr-tab {
    flex: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    color: #cdcdcd;
    border-bottom: 1px solid #cddde6;
}

video-slide-innerr-tab.active {
    color: #1babf9;
    border-bottom: 2px solid #1babf9;
}

.video-tab-li {
    margin-bottom: 0;
    width: 15%;
}

    .video-tab-li a {
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        padding: 10px 0;
        color: #4E5B73;
        margin-bottom: 0;
        width: 100%;
        display: block;
        font-size: 16px;
    }

        .video-tab-li a:hover {
            border-bottom: 3px solid #F37021;
            color: #F37021;
            font-weight: 600;
        }

        .video-tab-li a.active {
            color: #F37021;
            border-bottom: 3px solid #F37021;
        }

.video-page-section iframe {
    height: 440px;
}
/*New video section css end here*/
.search-form-link a {
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 140px;
    font-size: 14px;
    white-space: nowrap;
    padding: 0px 25px;
    color: #4E5B73;
    border: none;
    cursor: pointer;
}

#slideshow-div {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.rs-slideshow .slide-container img {
    display: block !important;
    margin: 0 auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: absolute;
}

.show-alert-message {
    float: left;
    width: 100%;
}

    .show-alert-message p {
        padding: 4px 0 4px 0px;
        margin: 0;
    }

    .show-alert-message .alert-green {
        background-color: #e7f5e2;
        border: 1px solid #c4e0ba;
        color: #3d991f;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        padding: 6px 18px;
        text-align: left;
        width: 100%;
    }

    .show-alert-message .alert-yellow {
        background-color: #ffc;
        border: 1px solid #c4e0ba;
        color: #3d991f;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        margin: 0 0 0px 0;
        padding: 6px 18px;
        text-align: left;
        width: 100%;
    }

    .show-alert-message .alert-red {
        background-color: #f2dede;
        border: 1px solid #d59d9d;
        color: #a94442;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 0px 0;
        padding: 6px 18px;
        text-align: left;
        width: 100%;
        border-radius: 0;
    }

    .show-alert-message .alert-warning {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

.employer-legal-disclaimer {
    height: auto;
    float: left;
    border: 1px solid #9CBCCD;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    padding: 15px;
}

    .employer-legal-disclaimer h5 {
        font-size: 15px !important;
        font-weight: 700;
        color: #4e5b73;
        padding: 0;
        margin: 0;
    }

    .employer-legal-disclaimer p {
        color: #4E5B73;
        font-size: 16px;
        line-height: 26px;
        font-style: italic;
        font-family: "Open Sans", sans-serif !important;
    }

        .employer-legal-disclaimer p span {
            font-size: 16px !important;
            font-family: "Open Sans", sans-serif !important;
            font-style: italic;
        }

a.button-scroll-down {
    display: block;
    float: right;
    margin: 15px 0 15px 0;
}

.button-scroll-down.disabled {
    color: gray;
    pointer-events: none;
}

p.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast {
    text-indent: inherit !important;
}

p.MsoNormal {
    text-indent: inherit !important;
}

p.filter-by-recruitment-content {
    color: #4E5B73;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    padding: 0 15px 0 0px;
}
/*Filter by Recruitment Type css*/
.filter-by-recruitment {
    display: flex;
    padding: 2px 0 20px 0px;
}

    .filter-by-recruitment button {
        background: #FFA873;
        border: none;
        font-size: 12px;
        font-weight: 600;
        margin-right: 6px;
        height: 36px;
        margin-top: 3px;
        cursor: pointer;
    }

        .filter-by-recruitment button:hover {
            background: #F37021 !important;
            border: none;
            font-size: 12px;
            font-weight: 600;
        }

.disabled-class {
    background: #FFA873 !important;
    cursor: not-allowed !important;
}

.filter-by-recruitment-mobile-view {
    display: none;
}

.filter-by-recruitment button.active {
    background: #F37021;
}
/*New jsr design css start here 25/04/2024*/
.view {
    text-align: right;
    width: 80px;
    float: right;
}

    .view i {
        cursor: pointer;
    }

.prod {
    width: 100%;
    margin: 14px auto;
}

    .prod.grid-view .item h3 {
        color: #615e5e;
        margin: 0;
    }

    .prod.grid-view .item .date {
        color: #888;
        font-size: 12px;
        padding: 2px 0;
        display: block
    }

    .prod.grid-view .item i {
        border: 1px solid #ccc;
        background-color: #eee;
        display: block;
        color: #333;
        cursor: pointer;
        padding: 5px;
        font-size: 16px
    }

    .prod.grid-view .item p {
        color: #333;
        padding: 10px 0;
        display: none
    }

.new-jsr-listing {
    float: left;
    width: 61%;
}

.top-section-jsr-job-listing {
    float: left;
}

.sign-in-view-job {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
    width: 250px;
}

.jsr-expired-results-group .top-section-jsr-job-listing .sign-in-view-job {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
    width: 250px;
}

.sign-in-view-job ul li, .sign-in-view-job ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #4e5b73;
    list-style: none;
}

.view i.selected, .view i:hover {
    background: #4e5b73;
}

.sign-in-view-job a {
    padding: 0px 4px 0px 6px;
}

.sign-in-view-job img {
    position: relative;
    top: 0px;
}

.span.info-img-new-sign-blue img {
    position: relative;
    top: 3px;
    right: -3px;
}

i.selected.fa.fa-th.grid-view-icon img, i.fa.fa-list.list-view-icon.selected img {
    filter: brightness(0) invert(1);
}
/*Custom tool tip css start here */
.container-tooltip {
    transition: 0.3s;
    position: relative;
    display: inline-flex;
}

.tipClick > a {
    font-size: 20px;
    line-height: 0;
    padding: 0 0 0 0px;
    font-family: 'Open Sans',sans-serif;
}

.tipClick {
    display: block;
    position: relative
}

    .tipClick > a:focus + .tooltipT {
        display: block;
    }

.tooltipT {
    display: none;
    position: absolute;
    border: solid #FFFFFF;
    color: #636363;
    padding: 20px;
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    text-align: left;
    bottom: 44px;
    left: -118px;
    right: 0;
    z-index: 10;
    width: 325px;
    position: absolute;
    background: #4E5B73;
    color: #fff;
    border-radius: 10px;
    font-family: 'Open Sans',sans-serif;
}

    .tooltipT .tooltip-top-heading {
        padding: 0 0 0 10px;
        font-family: 'Open Sans',sans-serif;
    }

    .tooltipT p {
        margin: 10px;
    }
    /*=====CLOSE BUTTON=====*/
    .tooltipT span {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        line-height: 1;
        font-family: 'Open Sans',sans-serif;
    }

        .tooltipT span a {
            text-decoration: none;
            color: #00529B;
        }

        .tooltipT span:focus .tooltipT {
            display: none;
        }
    /*======ARROW=====*/
    .tooltipT > .arrow, .tooltipT > .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
    }

.tipClick > .tooltipT > .arrow {
    border-width: 11px;
    bottom: -10px;
    right: 16px;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

    .tipClick > .tooltipT > .arrow:after {
        content: "";
        border-width: 10px;
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #4E5B73;
        border-bottom-width: 0
    }

.tooltip-custom-design label {
    display: flex;
}

strong.tooltipT p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans',sans-serif;
    line-height: 140%;
    color: #fff !important;
}

.disabled {
    opacity: 0.6 !important;
}

.thankyou-tool-tip p {
    text-align: left;
    padding: 0;
}

.thankyou-tool-tip {
    text-align: center;
}

    .thankyou-tool-tip p.tooltip-custom-design {
        display: inline-block;
        padding: 0;
    }

button.btn.tooltip-gotit-button {
    background: #00AAE7;
    border: 1px solid #00AAE7;
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 12px;
}

strong.tooltipT p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 140%;
    color: #fff !important;
    display: block !important;
}

.tooltip-top-heading {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
/*tooltip Box*/
.con-tooltip {
    border-radius: 10px;
    display: inline-block;
    cursor: default;
    z-index: 1;
}

.tooltip-custom {
    visibility: hidden;
    z-index: 1;
    width: 325px;
    padding: 20px;
    background: #4E5B73;
    color: #fff;
    position: absolute;
    top: -210px;
    right: -38px;
    border-radius: 10px;
    font: 16px;
    transform: translateY(9px);
    display: block !important;
}

    .tooltip-custom::after {
        content: " ";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12.5px 0 12.5px;
        border-color: #4E5B73 transparent transparent transparent;
        position: absolute;
        right: 35px;
        bottom: -10px
    }

.con-tooltip:hover .tooltip-custom {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
}

.btn-gotit-button {
    background: #00AAE7;
    border: 1px solid #00AAE7;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}

.tooltip-top-heading {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans',sans-serif;
}

    .tooltip-top-heading span {
        font-family: 'Open Sans',sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #FFFFFF;
        display: block;
        padding: 8px 0 15px 0px;
    }

.target-popup-open {
    background: transparent;
    width: 250px;
    height: 300px;
    height: auto;
    padding: 5px;
    display: none;
    position: relative;
    bottom: -10px;
    right: 0px;
}

.hide-job-responce {
    display: none;
}

.select-sign-in-viw-job button.toggle-open-job-view {
    background: transparent;
    border: none;
    outline: none;
    z-index: 99;
}

.new-jsr-mobile-view-layout {
    float: left;
    display: block;
}

.new-jsr-mobile-view-layout {
    display: block;
}

.applied-job-jsr-button {
    background: #00AE1C;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 6px 18px 6px 18px;
    display: inline-block;
    margin-top: 10px;
}

    .applied-job-jsr-button img.applied-job-img {
        margin: 2px 6px 2px 2px;
        width: 12px !important;
        height: 12px !important;
    }

.only-mobile-view-jsr-job-activity {
    display: none;
}

span.toggle-icon-new-jsr {
    display: none;
}

.only-mobile-view-jsr-job-activity span {
    font-weight: 600;
    color: #4E5B73;
}

.select-sign-in-viw-job ul {
    padding: 0;
}

.for-desktop-job-view .for-mobile-view-sign-in span {
    position: relative;
    top: -3px;
}

.tooltip-and-view-list button a {
    font-weight: 600 !important;
}

.grid-list-view-icon-area {
    display: flex;
    border: 1px solid #9CBCCD;
    padding: 0px;
    border-radius: 5px !important;
    float: left;
    position: relative;
    width: 81px;
    overflow: hidden;
    height: 41px;
}

.for-mobile-view-sign-in {
    display: flex;
}

.toggle-open-job-view-for.for-desktop-job-view .target-popup-open ul {
    padding: 0;
}

.sign-in-view-job.jsr-slide-toggle.mobile-view-signin-view ul li {
    font-weight: normal;
    font-size: 14px !important;
}

li.viewed-message.move-to-left-align {
    padding-left: 21px;
}

.tooltip-and-view-list span.info-img-new-sign-blue img {
    top: 2px;
}

.tooltip-and-view-list-new-jsr li.viewed-message span {
    font-weight: 600;
}

#click-icon-open-popup {
    cursor: pointer;
}

#mydiv-show {
    margin-top: 10px;
    padding: 10px;
    display: none;
    /* Initially hidden */
}

.hidden-default-tooltip-popup {
    display: none;
}

.jsr-expired-results-group .target-popup-open {
    bottom: -30px;
}

.jsr-expired-results-group .single-job .single-job-body {
    display: flex;
}

.jsr-result-2024 {
    width: 100%;
    float: left;
    position: relative;
}

.jsr-jobs-list {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
    margin-bottom: 30px;
}

.jsr-result-2024 .jsr-jobs-list .single-job {
    max-width: calc(50% - 8px);
    flex: calc(50% - 8px);
    margin: 0px;
}

    .jsr-result-2024 .jsr-jobs-list .single-job .body-footer-feature-box {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        height: auto;
    }

.jsr-result-2024 .single-job .single-job-body.single-job-highlighted {
    background: #fef1e9 !important;
    border: 1px solid #F37021 !important;
}

    .jsr-result-2024 .single-job .single-job-body.single-job-highlighted:hover {
        background: #fdeadf !important;
        border: 1px solid #F37021 !important;
        box-shadow: 0 3px 3px rgba(144, 171, 185, 0.2) !important;
    }

.jsr-result-2024 .single-job .single-job-body {
    float: left;
    position: relative;
    height: 100%;
    background: transparent !important;
    width: 100%;
    margin: 0px !important;
    box-shadow: none !important;
    padding: 15px;
    border: 1px solid #cddde6;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    row-gap: 12px;
    column-gap: 12px;
}

    .jsr-result-2024 .single-job .single-job-body:hover {
        background: rgba(239, 251, 255, .3) !important;
        border: 1px solid #9cbccd !important;
        box-shadow: 0 3px 3px rgb(144 171 185 / 12%) !important;
    }

.jsr-result-2024 .header-feature-box {
    width: 100%;
    float: left;
    position: relative;
}

    .jsr-result-2024 .header-feature-box .header-feature-box-top {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 5px;
        display: flex;
    }

        .jsr-result-2024 .header-feature-box .header-feature-box-top .header-RecruitmentType {
            color: #4E5B73;
            font-weight: 600;
            width: auto;
            float: left;
            position: relative;
            font-size: 14px;
            line-height: 22px;
            font-family: "open sans", sans-serif;
            margin: 0px;
        }

        .jsr-result-2024 .header-feature-box .header-feature-box-top .header-location {
            text-align: left;
            color: #4E5B73;
            font-weight: 600;
            width: auto;
            float: left;
            position: relative;
            font-size: 14px;
            line-height: 22px;
            font-family: "open sans", sans-serif;
            margin: 0px 20px 0px 0px;
        }

            .jsr-result-2024 .header-feature-box .header-feature-box-top .header-location img {
                display: inline-block;
                vertical-align: top;
                padding: 4px 0px;
                width: 14px !important;
                height: 22px !important;
            }

            .jsr-result-2024 .header-feature-box .header-feature-box-top .header-location .header-location-info {
                text-align: left;
                color: #4E5B73;
                font-weight: 600;
                width: auto;
                position: relative;
                font-size: 14px;
                line-height: 22px;
                display: inline-block;
                vertical-align: top;
            }

    .jsr-result-2024 .header-feature-box .header-feature-box-bottom {
        width: 100%;
        float: left;
        position: relative;
    }

.jsr-result-2024 .job-top-section-listing {
    width: 100%;
    float: left;
    position: relative;
}

.jsr-result-2024 .job-location.distance {
    left: initial !important;
}

    .jsr-result-2024 .job-location.distance img {
        height: 24px;
        padding: 5px;
        width: 20px;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.jsr-result-2024 .single-job .single-job-body .body-feature-box {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.jsr-result-2024 .single-job .single-job-body .footer-feature-box {
    width: auto;
    float: left;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 250px;
}

    .jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list {
        width: 100%;
        float: left;
        position: relative;
        text-align: right;
        top: initial;
        right: initial;
        min-height: 20px;
    }

        .jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list .for-mobile-view-sign-in {
            width: auto;
            float: right;
            position: relative;
            line-height: 16px;
            font-size: 13px;
            color: #4E5B73;
            top: inherit;
            right: initial;
            white-space: nowrap;
        }

            .jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list .for-mobile-view-sign-in span {
                padding: 0px 5px;
                font-weight: 600;
                color: #4E5B73;
                cursor: pointer;
                white-space: nowrap;
            }

            .jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list .for-mobile-view-sign-in img {
                display: inline-block;
                vertical-align: top;
                width: 16px !important;
                height: 16px !important;
            }

.jsr-result-2024 .job-title-group {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .jsr-result-2024 .job-title-group a {
        width: 100%;
        float: left;
        position: relative;
    }

    .jsr-result-2024 .job-title-group .job-title-toggle {
        width: 24px;
        height: 24px;
        float: left;
        position: relative;
        display: none;
        margin-bottom: 6px;
    }

        .jsr-result-2024 .job-title-group .job-title-toggle .rotate-new-toggle-icon {
            width: 18px;
            height: 18px;
            float: left;
            position: relative;
            margin: 4px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

.jsr-result-2024 .single-job-body.toggle-active-header .job-title-group .job-title-toggle .rotate-new-toggle-icon {
    transform: rotate(180deg);
}

.jsr-result-2024 .for-mobile-view-sign-in {
    display: inline;
}

.toggle-open-job-group {
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
    border-radius: 0px;
    overflow: hidden;
}

    .toggle-open-job-group .toggle-open-job-header {
        width: 100%;
        background: #e1ebf4;
        padding: 10px 20px;
        text-align: left;
        border-radius: 0px;
        border: none;
    }

        .toggle-open-job-group .toggle-open-job-header .toggle-open-job-header-title {
            color: #4E5B73;
            font-weight: 600;
            width: 100%;
            float: left;
            position: relative;
            font-size: 13px;
            line-height: 18px;
            font-family: "open sans", sans-serif;
            text-align: left;
        }

        .toggle-open-job-group .toggle-open-job-header .toggle-open-job-icon {
            position: relative;
            float: left;
            width: 18px !important;
            height: 18px !important;
            cursor: pointer;
        }

            .toggle-open-job-group .toggle-open-job-header .toggle-open-job-icon img {
                float: left;
                width: 18px !important;
                height: 18px !important;
                -webkit-transition: all 0.2s ease-out;
                -moz-transition: all 0.2s ease-out;
                -o-transition: all 0.2s ease-out;
                transition: all 0.2s ease-out;
            }

    .toggle-open-job-group.toggle-active-footer .toggle-open-job-header .toggle-open-job-icon img {
        transform: rotate(180deg);
    }

    .toggle-open-job-group .toggle-open-job-body {
        width: 100%;
        float: left;
        position: relative;
        text-align: right;
    }

        .toggle-open-job-group .toggle-open-job-body ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
            width: auto;
            float: right;
            position: relative;
            text-align: right;
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

            .toggle-open-job-group .toggle-open-job-body ul li.viewed-message {
                width: 100%;
                float: left;
                position: relative;
                color: #4E5B73;
                font-size: 12px !important;
                line-height: 24px !important;
                text-align: left;
                white-space: nowrap;
            }

                .toggle-open-job-group .toggle-open-job-body ul li.viewed-message.italic {
                    font-style: italic;
                }

                .toggle-open-job-group .toggle-open-job-body ul li.viewed-message span {
                    font-weight: 600;
                }

                .toggle-open-job-group .toggle-open-job-body ul li.viewed-message.move-to-left-align {
                    padding-left: 28px !important;
                }

                .toggle-open-job-group .toggle-open-job-body ul li.viewed-message img {
                    display: inline-block;
                    vertical-align: top;
                    margin: 4px 8px 4px 4px;
                    width: 16px !important;
                    height: 16px !important;
                }

                    .toggle-open-job-group .toggle-open-job-body ul li.viewed-message img.applied-job-img {
                        margin: 2px 6px 2px 2px;
                        width: 12px !important;
                        height: 12px !important;
                    }

.tooltip-and-view-list .common-popover-feature {
    display: none;
}

.tooltip-and-view-list.common-popover-active .common-popover-feature {
    display: block;
    position: absolute;
    bottom: 32px;
    right: 5px;
    height: initial;
}

    .tooltip-and-view-list.common-popover-active .common-popover-feature .signin-pophover {
        display: block;
    }

.tooltip-and-view-list .common-popover-feature .signin-pophover .signin-pophover-content::before {
    content: "";
    right: 36px;
    bottom: -10px;
    top: initial;
    transform: rotate(180deg);
    left: initial;
}

.jsr-result-2024 .signin-pophover {
    position: relative;
    display: none;
    float: left;
    z-index: 9999;
    margin: 0px !important;
    left: initial;
    min-height: initial;
    top: initial;
    right: initial;
    bottom: initial;
}

    .jsr-result-2024 .signin-pophover .signin-title {
        text-align: center;
        padding: 0px;
    }

.jsr-result-2024 .single-job .job-actions .common-popover-feature.save-job.active .signin-pophover, .jsr-result-2024 .single-job .job-actions .common-popover-feature.block-job.active .signin-pophover {
    display: block;
    right: -10px;
    left: initial;
    position: absolute;
    top: 32px;
    width: 330px;
    text-align: center;
}

.jsr-result-2024 .single-job .job-actions .common-popover-feature.block-job .signin-pophover.signin-pophover .signin-pophover-content::before {
    right: 50px;
    left: initial;
}

.jsr-result-2024 .single-job .job-actions .common-popover-feature.save-job .signin-pophover.signin-pophover .signin-pophover-content::before {
    right: 13px;
    left: initial;
}

.jsr-result-2024 .job-activity-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    .jsr-result-2024 .job-activity-group .job-activity-icon {
        cursor: pointer;
    }

    .jsr-result-2024 .job-activity-group .job-activity-modal {
        display: none;
        position: absolute;
        text-align: left;
        z-index: 10;
        width: 450px;
        bottom: 30px;
        right: -10px;
    }

    .jsr-result-2024 .job-activity-group.job-activity-active .job-activity-modal, .jsr-result-2024 .job-activity-group.active .job-activity-modal {
        display: block;
    }

        .jsr-result-2024 .job-activity-group.active .job-activity-modal .job-activity-modal-content:after, .jsr-result-2024 .job-activity-group.job-activity-active .job-activity-modal .job-activity-modal-content:after {
            content: "";
            position: absolute;
            right: 8px;
            bottom: -10px;
            border-width: 0px 10px 10px;
            border-style: solid;
            border-color: #4E5B73 transparent;
            margin-left: -10px;
            top: initial;
            transform: rotate(180deg);
            left: initial;
        }

    .jsr-result-2024 .job-activity-group .job-activity-modal .job-activity-modal-content {
        width: 100%;
        float: left;
        position: relative;
        background: #4E5B73;
        border-radius: 10px;
        padding: 12px 110px 12px 15px;
        box-shadow: 0px 4px 24px rgb(0 0 0 / 25%);
    }

        .jsr-result-2024 .job-activity-group .job-activity-modal .job-activity-modal-content .job-activity-modal-title {
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: #FFF;
            font-family: 'Open Sans', sans-serif;
            width: 100%;
            float: left;
            position: relative;
            margin-bottom: 6px;
        }

        .jsr-result-2024 .job-activity-group .job-activity-modal .job-activity-modal-content p {
            font-style: normal;
            font-weight: 400;
            font-size: 13px;
            font-family: 'Open Sans', sans-serif;
            line-height: 160%;
            color: #fff !important;
            display: block !important;
            width: 100%;
            float: left;
            position: relative;
            white-space: normal;
            margin: 0px;
        }

        .jsr-result-2024 .job-activity-group .job-activity-modal .job-activity-modal-content .job-activity-modal-btn {
            width: 100%;
            float: left;
            position: absolute;
            right: 15px;
            bottom: 15px;
        }

            .jsr-result-2024 .job-activity-group .job-activity-modal .job-activity-modal-content .job-activity-modal-btn .btn {
                float: right;
            }

.jsr-result-2024 .single-job.blocked-job .single-job-body {
    display: none;
}

.jsr-result-2024 .single-job.blocked-job .job-blocked-container {
    display: block;
    height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

    .jsr-result-2024 .single-job.blocked-job .job-blocked-container .single-job-body {
        display: block;
    }

.sorting-list-new .jsr-sorting .btn-sorting {
    padding-left: 18px !important;
    position: relative;
}

    .sorting-list-new .jsr-sorting .btn-sorting .sort-label {
        font-weight: normal !important;
        display: inline-block;
    }

    .sorting-list-new .jsr-sorting .btn-sorting .sort-img {
        position: absolute;
        left: 0px;
        top: 0px;
    }

.header-body-feature-box {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 12px;
    column-gap: 12px;
}

.jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list.view-job-active .view-job.common-popover-feature {
    display: block !important;
}

.jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list.view-job-active .signin-pophover {
    display: block !important;
    bottom: 32px;
    top: initial;
    right: -5px;
    position: absolute;
    width: 350px;
}

.list-view .new-jsr-listing {
    width: 30%;
    float: left;
    display: block;
}

.list-view .top-section-jsr-job-listing {
    width: 100%;
    float: left;
}

.list-view .single-job.item.first {
    height: auto !important;
}

.list-view .sign-in-view-job {
    bottom: 10px;
}

.list-view-grid-view i {
    background: #F0F5F8;
    padding: 0px;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 0px !important;
}

    .list-view-grid-view i img {
        width: 40px;
        height: 40px;
        padding: 10px;
        float: left;
    }

    .list-view-grid-view i.fa.fa-list.list-view-icon {
        border-radius: 0px 5px 5px 0px;
    }

    .list-view-grid-view i:hover img {
        filter: brightness(4.5) saturate(0%);
    }

.list-view .target-popup-open {
    width: 280px;
    position: absolute;
}

.list-view .new-jsr-mobile-view-layout {
    float: left;
    display: block;
    width: 100%;
}

.list-view .job-top-section-listing {
    float: left;
    width: 100%;
}

.list-view .main-jsr-job-new-sec-two {
    width: 100%;
    float: left;
}

.list-view .main-jsr-job-new-sec {
    width: 42%;
    float: left;
}

.list-view .select-sign-in-viw-job ul {
    text-align: right;
}

.list-view .for-desktop-job-view .target-popup-open {
    right: 15px;
    bottom: 0px;
    text-align: right;
}

.list-view a.desktop-list-view-icon {
    display: block !important;
}

.list-view .recruitment-types img {
    display: unset;
}

.list-view .job-location.distance img {
    display: none;
}

.list-view span.recruitment-types {
    position: relative;
    left: -4px;
}

.list-view .sign-in-view-job.jsr-slide-toggle.mobile-view-signin-view ul li {
    font-size: 14px !important;
}

.list-view span.hide-grid-view-state {
    display: inline-block;
}

.list-view .toggle-open-job-group .toggle-open-job-body ul li.viewed-message img {
    float: none;
    display: inline-block;
    margin: 4px;
}

.list-view .jsr-result-2024 {
    flex-direction: column;
}

    .list-view .jsr-result-2024 .single-job .single-job-body {
        gap: 15px;
        flex-direction: row !important;
    }

    .list-view .jsr-result-2024 .header-body-feature-box {
        flex-direction: row;
    }

    .list-view .jsr-result-2024 .single-job .single-job-body .header-feature-box {
        width: 50%;
        height: auto;
    }

    .list-view .jsr-result-2024 .single-job .single-job-body .body-feature-box {
        width: 50%;
        height: auto;
    }

    .list-view .jsr-result-2024 .single-job .single-job-body .footer-feature-box .target-popup-open {
        justify-content: flex-end;
        height: 100%;
        flex-direction: column;
        display: flex !important;
    }

    .list-view .jsr-result-2024 .single-job .job-location {
        padding-left: 0px;
    }

    .list-view .jsr-result-2024 .single-job .single-job-body .footer-feature-box {
        padding-top: 30px;
    }

.list-view .toggle-open-job-group .toggle-open-job-header {
    display: none !important;
}

.list-view .jsr-result-2024 .jsr-jobs-list .single-job {
    max-width: 100%;
    flex: 100%;
}

.list-view .toggle-open-job-group .toggle-open-job-body ul li.viewed-message {
    text-align: right;
}

.grid-view .recruitment-types img {
    display: none;
}

.grid-view .sign-in-view-job.jsr-slide-toggle.mobile-view-signin-view ul li {
    font-size: 12px !important;
}

.grid-view span.hide-grid-view-state {
    display: none;
}

.grid-view .toggle-open-job-group .toggle-open-job-body ul {
    float: right;
    width: auto;
}

.grid-view a.desktop-list-view-icon {
    display: block !important;
}

.grid-view .toggle-open-job-group .toggle-open-job-header, .grid-view .jsr-result-2024 .header-feature-box .header-feature-box-top .header-location {
    display: none !important;
}

.grid-view .jsr-result-2024 .job-activity-group .job-activity-modal {
    width: 380px;
}

.featured-jobs {
    width: 100%;
    float: left;
    padding: 15px 15px 15px 15px;
    background: rgba(254, 255, 205, 0.5);
    border: 1px solid #EAECA3;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}

    .featured-jobs .featured-job-title {
        color: #2D4245;
        font-weight: 700;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
        font-size: 20px;
        margin-top: 0;
        text-transform: capitalize;
        font-family: "Open Sans", sans-serif;
    }

@media (max-width: 991px) {
    .header-mobile-right-menu {
        z-index: 100000 !important;
    }
}

.hyper_pasted div {
    margin: 0px !important;
}

.hyper_pasted strong, .hyper_pasted b, .hyper_pasted strong span, .hyper_pasted b span {
    font-weight: 700 !important;
}

.hyper_pasted i, .hyper_pasted em {
    font-style: italic !important;
}

.hyper_pasted s {
    text-decoration: line-through !important;
}

.hyper_pasted u {
    text-decoration: underline !important;
}

.hyper_pasted p {
    line-height: 1.5 !important;
    text-indent: initial !important;
}

.hyper_pasted p {
    margin-left: 0px !important;
    text-indent: 0px !important;
}

.hyper_pasted span {
    line-height: 1.5 !important;
}

.hyper_pasted p span {
    line-height: 1.5 !important;
}

.hyper_pasted ul {
    padding: 0px 0px 0px 30px !important;
    text-indent: initial !important;
}

    .hyper_pasted ul li {
        line-height: 1.5 !important;
        text-indent: initial !important;
    }

.hyper_pasted ol {
    padding: 0px 0px 0px 30px !important;
    text-indent: initial !important;
}

    .hyper_pasted ol li {
        line-height: 1.5 !important;
        text-indent: initial !important;
    }

.hyper_pasted ul li ul li, .hyper_pasted ul ul li, .hyper_pasted ul ul {
    list-style-type: circle !important;
}

    .hyper_pasted ul li ul li ul li, .hyper_pasted ul ul ul li, .hyper_pasted ul ul ul {
        list-style-type: square !important;
    }

.hyper_pasted table {
    display: table !important;
    border-collapse: separate !important;
    box-sizing: border-box !important;
    text-indent: initial !important;
    unicode-bidi: isolate !important;
    border-spacing: 2px !important;
    border-color: gray !important;
}

    .hyper_pasted table tbody tr td {
        border: solid windowtext 1.0pt !important;
    }

.hyper_pasted div.list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.job-full-details .job-description-content .hyper_pasted p {
    margin-bottom: 10px !important;
}

    .job-full-details .job-description-content .hyper_pasted span, .job-full-details .job-description-content .hyper_pasted p, .job-full-details .job-description-content .hyper_pasted p span, .job-full-details .job-description-content .hyper_pasted ol li, .job-full-details .job-description-content .hyper_pasted ul li {
        line-height: 26px !important;
    }

.job-full-details .job-description-content .hyper_pasted ol li, .job-full-details .job-description-content .hyper_pasted ul li {
    padding: 0 0 0 0px !important;
    display: list-item !important;
    margin-bottom: 0px !important;
}

    .job-full-details .job-description-content .hyper_pasted ol li:before, .job-full-details .job-description-content .hyper_pasted ul li:before {
        display: none !important;
    }

.job-full-details .job-description-content .hyper_pasted table p {
    margin-bottom: 0px !important;
}

.jsr-result-2024 .single-job .single-job-body .footer-feature-box .tooltip-and-view-list.view-job-active .signin-pophover .signin-pophover-content::before {
    right: 25px;
}



.signin-pophover {
    display: none;
    z-index: 99999;
    cursor: default;
    margin: 0;
    padding: 0;
    width: 330px;
    height: auto;
    position: absolute;
    transform-origin: bottom right;
    transition: opacity .4s, transform .4s;
    transition-timing-function: ease, cubic-bezier(.6,0,.4,1);
    margin-top: 55px;
    margin-left: -250px;
    left: 0px;
    top: 0;
    right: 0px;
}

.jsr-header-results-group {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
    gap: 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

    .jsr-header-results-group .jsr-sorting-group {
        margin: 0px;
    }

    .jsr-header-results-group .filter-focus-title-count {
        display: none;
        width: 100%;
        margin: 0px;
        color: #4e5b73;
        font-weight: 700;
    }

    .jsr-header-results-group .list-view-grid-view {
        width: 80px;
        position: relative;
    }

    .jsr-header-results-group .list-view-grid-view-desktop-group {
        width: 80px;
        position: relative;
    }

.single-job.blocked-job .single-job-body.single-job-body-main, .single-job.blocked-job .job-actions {
    display: none !important;
}

.job-full-details .job-actions .job-actions-ul .job-actions-ul-btn {
    position: relative;
}

    .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover {
        left: 50% !important;
        top: 55px !important;
        right: initial !important;
        margin: 0px 0px 0px -165px !important;
    }


        .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content::before {
            right: initial !important;
            left: 50% !important;
            margin-left: -10px !important;
            top: -10px !important;
        }

        .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content.share-new-widgets::before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 0px solid #fff;
            border-bottom: 10px solid #fff;
            right: initial !important;
            left: 50% !important;
            margin-left: -10px !important;
            top: -10px !important;
        }

.job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content::before, .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content.share-new-widgets::before {
    bottom: -10px !important;
    top: initial !important;
}

.job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover {
    bottom: 55px !important;
    top: initial !important;
}


@media (max-width:991px) {
    .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover,
    .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover {
        left: initial !important;
        right: 0px !important;
        margin: 0px !important;
    }

        .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover .signin-pophover-content::before,
        .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover .signin-pophover-content::before {
            left: initial !important;
            right: 30px !important;
        }
}


@media (max-width:781px) {
    .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover {
        left: 0px !important;
        right: initial !important;
        margin: 0px !important;
    }

        .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover .signin-pophover-content::before {
            left: 30px !important;
            right: initial !important;
        }
}

@media (max-width:739px) {
    .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover {
        left: 0px !important;
        right: initial !important;
        margin: 0px !important;
    }

        .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn.start-chat .signin-pophover .signin-pophover-content::before {
            left: 30px !important;
            right: initial !important;
        }
}

@media (max-width:675px) {
    .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.share-job-button .signin-pophover {
        left: calc(50% - 30px) !important;
    }
}

@media (max-width:650px) {

    .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn.share-job-button .signin-pophover,
    .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover,
    .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 40%);
        margin: 0px !important;
        z-index: 100000;
        max-width: initial;
        text-align: center;
        float: left;
        bottom: 0px !important;
        left: 0px !important;
        top: 0px !important;
        right: 0px !important;
    }

        .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content,
        .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content {
            max-width: calc(100% - 80px);
            max-height: 100%;
            width: 100%;
            height: auto;
            position: absolute;
            bottom: auto;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
            -webkit-transition: all .7s ease-out;
            -moz-transition: all .7s ease-out;
            -o-transition: all .7s ease-out;
            transition: all .7s ease-out;
            padding: 20px;
            margin: 0 !important;
        }

            .job-full-details .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content:before,
            .job-full-details .job-physician-information .job-actions .job-actions-ul .job-actions-ul-btn .signin-pophover .signin-pophover-content:before {
                display: none !important;
            }
}

.job-full-details .job-description-content ul ul {
    margin: initial;
}

    .job-full-details .job-description-content ul ul li {
        margin: initial !important;
    }

.jsr-full-page-single .job-full-details .job-full-details-body .job-description-content a {
    color: #4e5b73 !important;
}


.nomatch-available-group {
    width: 100%;
    float: left;
    position: relative;
}

    .nomatch-available-group .desktop-view {
        width: 100%;
        float: left;
        position: relative;
    }


    .nomatch-available-group .mobile-view {
        width: 100%;
        float: left;
        position: relative;
    }


    .nomatch-available-group .desktop-view .nomatch-available {
        width: 100%;
    }


.filter-result-items {
    width: 100%;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding: 0px 0 0px 0px;
}

    .filter-result-items .filter-result-single-item {
        background: #ffffff;
        border: none;
        width: auto;
        line-height: 36px;
        font-weight: 600;
        white-space: nowrap;
        padding: 0px 8px;
        border-radius: 5px;
        color: #2D4245;
        font-size: 12px;
        cursor: pointer;
        font-family: "Open Sans", sans-serif;
        float: left;
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: space-between;
    }

        .filter-result-items .filter-result-single-item .filter-result-single-value {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .filter-result-items .filter-result-single-item .filter-result-single-value span {
                min-width: 21px !important;
                display: flex;
                padding: 0px;
                width: 21px;
                height: 21px;
                align-items: center;
                justify-content: center;
                float: left;
                margin: 0px !important;
                background: #4e5b72;
                border-radius: 180px;
                color: #fff;
            }

        .filter-result-items .filter-result-single-item .filter-result-single-title {
            color: #4E5B73;
        }

        .filter-result-items .filter-result-single-item .filter-result-single-remove {
            display: flex;
            cursor: pointer;
        }

            .filter-result-items .filter-result-single-item .filter-result-single-remove img {
                width: 8px;
                height: 8px;
            }




.employer-searchfilter-new.filter-employer-active .filter-checkbox-head {
    display: block  !important;
}

.employer-searchfilter-new .filter-checkbox-head {
    display: none !important;
}


.outer-filter-mobile-list.no-record-found {
    width: 100% !important;
}


    .outer-filter-mobile-list.no-record-found .mobile-view-fixed-height {
        height: initial !important;
    }

    .outer-filter-mobile-list.no-record-found .norecord-found-search {
        color: #4E5B73;
        font-weight: normal;
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 0px !important;
        font-size: 13px !important;
    }