.rentingWorkersNew {
    .rentingWorkers {
        padding: 60px 12px;
    }

    .rentingWorkers .bs-stepper-header {
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 8px;
    }

    .rentingWorkers .bs-stepper-header .step {
        margin-bottom: 12px;
    }

    .rentingWorkers .bs-stepper-header .step .bs-stepper-circle {
        min-width: 48px;
        height: 48px;
    }

    .rentingWorkers .bs-stepper-header .step .bs-stepper-circle img {
        height: 32px;
    }

    .rentingWorkers .btn-next {
        border: none;
        background: none;
        outline: none;
        padding: 8px 16px;
        background: #1d70b7;
        border-radius: 4px;
        color: #fff;
        transition: all 0.4s ease-in-out;
    }

    .rentingWorkers .btn-next:hover {
        background: #191936;
    }

    .rentingWorkers .addLoation {
        padding: 8px 16px;
        border: none;
        background: none;
        outline: none;
        border: 1px solid #1d70b7;
        color: #1d70b7;
        border-radius: 4px;
    }

    .rentingWorkers label {
        cursor: pointer;
        isolation: isolate;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-radius: 8px;
        padding: 16px;
    }

    .rentingWorkers label .location {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .rentingWorkers label .location h6 {
        color: #191936;
        font-weight: 700;
        margin-bottom: 8px;
        font-size: 20px;
    }

    .rentingWorkers label .location h6 span {
        font-size: 24px;
    }

    .rentingWorkers label .location ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .rentingWorkers label .location ul li {
        color: #777777;
        font-size: 14px;
    }

    .rentingWorkers label .location ul li i {
        font-size: 16px;
    }

    .rentingWorkers label input {
        z-index: -1;
        position: absolute;
        left: 0 !important;
        top: 0;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        height: 100%;
        border-radius: 4px;
        border: 2px solid #c8e1f6;
        background: #fafafa;
        transition: all 0.3s ease-in-out;
    }

    .rentingWorkers label input:checked {
        border-color: #1d70b7;
        background: #c8e1f6;
    }

    .rentingWorkers .cv {
        box-shadow: none;
        /* background: #edf4fa; */
    }

    .rentingWorkers .accept {
        padding: 0;
        border-radius: 0;
        flex-direction: row;
    }

    .rentingWorkers .accept a {
        color: #1d70b7;
        padding-right: 4px;
    }

    .rentingWorkers .accept a:hover {
        text-decoration: underline;
    }

    .rentingWorkers input[type=checkbox] {
        width: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        cursor: pointer;
    }

    .rentingWorkers input[type=checkbox]::after {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        content: "";
        font-family: "FontAwesome";
        width: 16px;
        height: 16px;
        border: 1px solid #c8e1f6;
        border-radius: 4px;
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #191936;
    }

    .rentingWorkers input[type=checkbox]:checked::after {
        content: "\f00c";
        background: #1d70b7;
        color: #fff;
        border-color: #1d70b7;
    }

    /*!
 * bsStepper v1.7.0 (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - 2019 Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */
    .bs-stepper .step-trigger {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
        color: #6c757d;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: none;
        border-radius: .25rem;
        transition: background-color .15s ease-out, color .15s ease-out;
    }

    .bs-stepper .step-trigger:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .bs-stepper .step-trigger:disabled,
    .bs-stepper .step-trigger.disabled {
        pointer-events: none;
        opacity: .65;
    }

    .bs-stepper .step-trigger:focus {
        color: #007bff;
        outline: none;
    }

    .bs-stepper .step-trigger:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.06);
    }

    @media (max-width: 520px) {
        .bs-stepper .step-trigger {
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 10px;
        }
    }

    .bs-stepper-label {
        display: inline-block;
        margin: .25rem;
    }

    .bs-stepper-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    @media (max-width: 520px) {
        .bs-stepper-header {
            margin: 0 -10px;
            text-align: center;
        }
    }

    .bs-stepper-line,
    .bs-stepper .line {
        -ms-flex: 1 0 32px;
        flex: 1 0 32px;
        min-width: 1px;
        min-height: 1px;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.12);
    }

    @media (max-width: 400px) {

        .bs-stepper-line,
        .bs-stepper .line {
            -ms-flex-preferred-size: 20px;
            flex-basis: 20px;
        }
    }

    .bs-stepper-circle {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2em;
        height: 2em;
        padding: .5em 0;
        margin: .25rem;
        line-height: 1em;
        color: #fff;
        background-color: #c8e1f6;
        border-radius: 1em;
    }

    .active .bs-stepper-circle {
        background-color: #1d70b7;
    }

    .bs-stepper-content {
        padding: 0 20px 20px;
    }

    @media (max-width: 520px) {
        .bs-stepper-content {
            padding: 0;
        }
    }

    .bs-stepper.vertical {
        display: -ms-flexbox;
        display: flex;
    }

    .bs-stepper.vertical .bs-stepper-header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 0;
    }

    .bs-stepper.vertical .bs-stepper-pane,
    .bs-stepper.vertical .content {
        display: block;
    }

    .bs-stepper.vertical .bs-stepper-pane:not(.fade),
    .bs-stepper.vertical .content:not(.fade) {
        display: block;
        visibility: hidden;
    }

    .bs-stepper-pane:not(.fade),
    .bs-stepper .content:not(.fade) {
        display: none;
    }

    .bs-stepper .content.fade,
    .bs-stepper-pane.fade {
        visibility: hidden;
        transition-duration: .3s;
        transition-property: opacity;
    }

    .bs-stepper-pane.fade.active,
    .bs-stepper .content.fade.active {
        visibility: visible;
        opacity: 1;
    }

    .bs-stepper-pane.active:not(.fade),
    .bs-stepper .content.active:not(.fade) {
        display: block;
        visibility: visible;
    }

    .bs-stepper-pane.dstepper-block,
    .bs-stepper .content.dstepper-block {
        display: block;
    }

    .bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
    .bs-stepper:not(.vertical) .content.dstepper-none {
        display: none;
    }

    .vertical .bs-stepper-pane.fade.dstepper-none,
    .vertical .content.fade.dstepper-none {
        visibility: hidden;
    }

    .bs-stepper {
        border-radius: .375rem;
    }

    .bs-stepper .line {
        flex: 0;
        min-width: auto;
        min-height: auto;
        background-color: rgba(0, 0, 0, 0);
        margin: 0;
    }

    .bs-stepper .bs-stepper-header {
        padding: 1.5rem 1.5rem;
    }

    .bs-stepper .bs-stepper-header .step .step-trigger {
        padding: 0 1rem;
        flex-wrap: nowrap;
        gap: 1rem;
        font-weight: 500;
    }

    .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
        margin: 0;
        max-width: 224px;
        text-overflow: ellipsis;
        white-space: normal;
        text-align: start;
        display: inline-grid;
        font-weight: 500;
        font-size: .9375rem;
        line-height: 24px;
    }

    .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
        line-height: 1;
        font-weight: 600;
        color: #191936;
    }

    .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
        font-size: .8125rem;
        line-height: normal;
        font-weight: 400;
        margin-top: .25rem;
    }

    .bs-stepper .bs-stepper-header .step .step-trigger:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
        padding-left: 0;
    }

    [dir=rtl] .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
        padding-right: 0;
    }

    html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
        padding-right: 0;
    }

    [dir=rtl] .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
        padding-left: 0;
    }

    .bs-stepper .bs-stepper-header .step .bs-stepper-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .375rem;
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.125rem;
        font-weight: 500;
    }

    .bs-stepper.vertical .bs-stepper-header {
        min-width: 18rem;
    }

    .bs-stepper.vertical .bs-stepper-header .step .step-trigger {
        padding: .5rem 0;
    }

    .bs-stepper.vertical .bs-stepper-header .step:first-child .step-trigger {
        padding-top: 0;
    }

    .bs-stepper.vertical .bs-stepper-header .step:last-child .step-trigger {
        padding-bottom: 0;
    }

    .bs-stepper.vertical .bs-stepper-header .line {
        position: relative;
        min-height: 1px;
    }

    .bs-stepper.vertical .bs-stepper-content {
        width: 100%;
    }

    .bs-stepper.vertical .bs-stepper-content .content:not(.active) {
        display: none;
    }

    .bs-stepper.vertical.wizard-icons .step {
        text-align: center;
        padding: .75rem 0;
    }

    .bs-stepper.wizard-icons .bs-stepper-header {
        justify-content: space-around;
    }

    .bs-stepper.wizard-icons .bs-stepper-header .step-trigger {
        flex-direction: column;
        gap: .5rem;
    }

    .bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon svg {
        height: 3.125rem;
        width: 3.125rem;
    }

    .bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon i {
        font-size: 1.6rem;
    }

    .bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-label {
        font-weight: 400;
    }

    .bs-stepper.wizard-modern .bs-stepper-header {
        border-bottom: none !important;
    }

    .bs-stepper.wizard-modern .bs-stepper-content {
        border-radius: .375rem;
    }

    .bs-stepper.wizard-modern.vertical .bs-stepper-header {
        border-right: none !important;
    }

    #wizard-create-app.vertical .bs-stepper-header {
        min-width: 15rem;
    }

    .light-style .bs-stepper {
        background-color: #fff;
    }

    .light-style .bs-stepper:not(.wizard-modern) {
        box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
    }

    .light-style .bs-stepper .bs-stepper-header {
        border-bottom: 1px solid #dbdade;
    }

    .light-style .bs-stepper .bs-stepper-header .line i {
        color: #a5a3ae;
    }

    .light-style .bs-stepper .bs-stepper-header .bs-stepper-title,
    .light-style .bs-stepper .bs-stepper-header .bs-stepper-label {
        color: #5d596c;
    }

    .light-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
        color: #a5a3ae !important;
    }

    .light-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
        background-color: #f1f0f2;
        color: #6f6b7d;
    }

    .light-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
        box-shadow: 0 .125rem .25rem rgba(165, 163, 174, .3);
    }

    .light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
    .light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
        color: #a5a3ae;
    }

    .light-style .bs-stepper .step-trigger:focus {
        color: #5d596c;
    }

    .light-style .bs-stepper.vertical .bs-stepper-header {
        border-bottom: none;
    }

    @media (max-width: 991.98px) {
        .light-style .bs-stepper.vertical .bs-stepper-header {
            border-right: none !important;
            border-left: none !important;
            border-bottom: 1px solid #dbdade;
        }
    }

    .light-style .bs-stepper.wizard-modern {
        background-color: rgba(0, 0, 0, 0);
    }

    .light-style .bs-stepper.wizard-modern .bs-stepper-content {
        background-color: #fff;
        box-shadow: 0 .25rem 1.125rem rgba(75, 70, 92, .1);
    }

    .light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
        fill: #6f6b7d;
    }

    .light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
        fill: #6f6b7d;
    }

    .light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
        color: #6f6b7d;
    }

    [dir=rtl].light-style .bs-stepper.vertical .bs-stepper-header {
        border-left: 1px solid #dbdade;
    }

    html:not([dir=rtl]).light-style .bs-stepper.vertical .bs-stepper-header {
        border-right: 1px solid #dbdade;
    }

    .dark-style .bs-stepper {
        background-color: #2f3349;
    }

    .dark-style .bs-stepper .bs-stepper-header {
        border-bottom: 1px solid #434968;
    }

    .dark-style .bs-stepper .bs-stepper-header .line i {
        color: #7983bb;
    }

    .dark-style .bs-stepper .bs-stepper-header .bs-stepper-label,
    .dark-style .bs-stepper .bs-stepper-header .bs-stepper-title {
        color: #cfd3ec;
    }

    .dark-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
        color: #7983bb !important;
    }

    .dark-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
        background-color: #363b54;
        color: #b6bee3;
    }

    .dark-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
        box-shadow: 0 .125rem .25rem rgba(15, 20, 34, .4);
    }

    .dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
    .dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
        color: #7983bb;
    }

    .dark-style .bs-stepper .step-trigger:focus {
        color: #cfd3ec;
    }

    .dark-style .bs-stepper.vertical .bs-stepper-header {
        border-bottom: none;
    }

    @media (max-width: 991.98px) {
        .dark-style .bs-stepper.vertical .bs-stepper-header {
            border-right: none !important;
            border-left: none !important;
            border-bottom: 1px solid #434968;
        }
    }

    .dark-style .bs-stepper.wizard-modern {
        background-color: rgba(0, 0, 0, 0);
    }

    .dark-style .bs-stepper.wizard-modern .bs-stepper-content {
        background-color: #2f3349;
        box-shadow: 0 .25rem 1.25rem rgba(15, 20, 34, .4);
    }

    .dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
        color: #b6bee3;
    }

    .dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
        fill: #b6bee3;
    }

    .dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
        color: #b6bee3;
    }

    [dir=rtl].dark-style .bs-stepper.vertical .bs-stepper-header {
        border-left: 1px solid #434968;
    }

    html:not([dir=rtl]).dark-style .bs-stepper.vertical .bs-stepper-header {
        border-right: 1px solid #434968;
    }

    [dir=rtl] .bs-stepper .bs-stepper-content .btn-next:not(.btn-submit) i,
    [dir=rtl] .bs-stepper .bs-stepper-content .btn-prev i {
        transform: rotate(180deg);
    }

    [dir=rtl] .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
        right: 50%;
    }

    [dir=rtl] .bs-stepper.wizard-modern.vertical .bs-stepper-header {
        border-left: none !important;
    }

    @media (min-width: 992px) {
        [dir=rtl] .bs-stepper .bs-stepper-header .line i {
            transform: rotate(180deg);
        }
    }

    @media (max-width: 991.98px) {
        [dir=rtl] .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
            margin-left: 0;
            margin-right: 1rem;
        }

        [dir=rtl] .bs-stepper.wizard-icons .bs-stepper-header .line:before {
            margin-right: .75rem;
        }
    }

    @media (max-width: 991.98px) {
        .bs-stepper .bs-stepper-header {
            flex-direction: column;
            align-items: flex-start;
        }

        .bs-stepper .bs-stepper-header .step .step-trigger {
            padding: .5rem 0;
            flex-direction: row;
        }

        .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
            margin-left: .35rem;
        }

        .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
            padding-top: 0;
        }

        .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
            padding-bottom: 0;
        }

        .bs-stepper.vertical {
            flex-direction: column;
        }

        .bs-stepper.vertical .bs-stepper-header {
            align-items: flex-start;
        }

        .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
            left: .75rem;
            margin-left: 0;
        }

        .bs-stepper:not(.vertical) .bs-stepper-header .line i {
            display: none;
        }

        .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
            margin-top: .5rem;
        }
    }

    @media (max-width: 520px) {
        .bs-stepper-header {
            margin: 0;
        }
    }

    #wizard-create-app.vertical .bs-stepper-header {
        min-width: 15rem;
    }

    @media (max-width: 992px) {
        .bs-stepper-content {
            padding: 20px 2px 20px;
        }
    }

    .ppackage,
    .llocation {
        background: #f6f6f6;
        width: 100%;
        border-radius: 8px;
        height: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column;
    }

    .ppackage h6,
    .llocation h6 {
        color: #191936;
        font-weight: 700;
        margin-bottom: 8px;
        font-size: 20px;
    }

    .ppackage h6 span,
    .llocation h6 span {
        font-size: 24px;
    }

    .ppackage ul,
    .llocation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ppackage ul li,
    .llocation ul li {
        color: #777777;
        font-size: 14px;
    }

    .ppackage ul li i,
    .llocation ul li i {
        font-size: 16px;
    }


}

.page_header {
    width: 100%;
    height: 40vh;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    background-image: url(images/bg-pattern-1.png);
    background-repeat: no-repeat;
}

.page_header h1 {
    color: #191936;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.page_header h6 {
    font-size: 14px;
    color: #191936;
}

.page_header h6 a {
    color: #1d70b7;
}

.cvExploresNew {

    .exploreCVs {
        padding: 60px 12px;
    }

    .exploreCVs .small-filter-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: none;
        padding: 0 2px;
    }

    .exploreCVs .small-filter-header h6 {
        color: #191936;
        margin: 0;
    }

    .exploreCVs .small-filter-header button {
        border: none;
        background: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        background: #c8e1f6;
        padding: 8px;
        border-radius: 8px;
    }

    .exploreCVs .small-filter-header button i {
        font-size: 18px;
        color: #191936;
    }

    @media (max-width: 992px) {
        .exploreCVs .small-filter-header {
            display: flex;
        }
    }

    .exploreCVs .exploreFilter {
        padding: 24px 16px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 8px;
        position: sticky;
        top: 100px;
    }

    .exploreCVs .exploreFilter .head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .exploreCVs .exploreFilter .head h3 {
        font-size: 18px;
        color: #191936;
        margin-bottom: 8px;
    }

    .exploreCVs .exploreFilter .head .colse {
        display: none;
        cursor: pointer;
    }

    .exploreCVs .exploreFilter .head .colse i {
        font-size: 24px;
        color: #191936;
    }

    .exploreCVs .exploreFilter .deps {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .exploreCVs .exploreFilter .deps label {
        cursor: pointer;
        isolation: isolate;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-radius: 4px;
        padding: 8px 12px;
    }

    .exploreCVs .exploreFilter .deps label h6 {
        font-size: 14px;
        color: #191936;
        margin: 0;
        white-space: nowrap;
    }

    .exploreCVs .exploreFilter .deps label input {
        z-index: -1;
        position: absolute;
        left: 0 !important;
        cursor: pointer;
        top: 0;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        height: 100%;
        border-radius: 4px;
        border: 2px solid #c8e1f6;
        background: #fafafa;
        transition: all 0.3s ease-in-out;
    }

    .exploreCVs .exploreFilter .deps label input:checked {
        border-color: #1d70b7;
        background: #c8e1f6;
    }

    .exploreCVs .exploreFilter form {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .exploreCVs .exploreFilter form .field {
        display: flex;
        width: 100%;
        flex-direction: column;
        flex: 2;
    }

    .exploreCVs .exploreFilter form .field .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 14px !important;
    }

    .exploreCVs .exploreFilter form .field label {
        font-weight: 700;
        font-size: 12px;
        color: #191936;
    }

    .exploreCVs .exploreFilter form .field .bootstrap-select {
        direction: rtl !important;
        width: 100% !important;
    }

    .exploreCVs .exploreFilter form .apply {
        border: none;
        background: none;
        outline: none;
        background: #1d70b7;
        border-radius: 4px;
        padding: 4px;
        color: #fff;
        transition: all 0.4s ease-in-out;
    }

    .exploreCVs .exploreFilter form .apply:hover {
        background: #191936;
    }

    @media (max-width: 992px) {
        .exploreCVs .exploreFilter {
            display: block;
            position: fixed;
            top: 100%;
            z-index: 9999;
            overflow-y: scroll;
            width: 100%;
            background: #fff;
            left: 0;
            transition: all 0.4s ease-in-out;
            height: 100vh;
            padding: 32px 24px !important;
        }

        .exploreCVs .exploreFilter .head .colse {
            display: block;
        }

        .exploreCVs .exploreFilter::-webkit-scrollbar {
            display: none;
        }

        .exploreCVs .exploreFilter.active {
            top: 0;
        }
    }

    .exploreCVs .paginations {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .exploreCVs .paginations .paginations_btn {
        width: 32px;
        cursor: pointer;
        height: 32px;
        background: #1d70b7;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
        transition: all 0.4s ease-in-out;
    }

    .exploreCVs .paginations .paginations_btn:hover {
        background: #191936;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }

    .exploreCVs .paginations .paginations_btn.disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .exploreCVs .paginations ul {
        display: flex;
    }

    .exploreCVs .paginations ul li {
        padding: 0 16px;
    }

    .exploreCVs .paginations ul li span {
        font-size: 16px;
        -moz-columns: #191936;
        columns: #191936;
        cursor: pointer;
    }

    .exploreCVs .select_cutomer_services {
        width: 100%;
        padding: 24px 16px;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 8px;
    }

    .exploreCVs .select_cutomer_services h3 {
        font-size: 20px;
        font-weight: 700;
        color: #191936;
        margin-bottom: 8px;
    }

    .exploreCVs .select_cutomer_services p {
        font-size: 14px;
        line-height: 24px;
        color: #777777;
    }

    .exploreCVs .select_cutomer_services .agents {
        margin: 24px 0 16px;
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
    }

    .exploreCVs .select_cutomer_services .agents label {
        cursor: pointer;
        isolation: isolate;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        border-radius: 4px;
        padding: 8px 12px;
        min-width: 126px;
    }

    .exploreCVs .select_cutomer_services .agents label .agent {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }

    .exploreCVs .select_cutomer_services .agents label .agent img {
        height: 64px;
    }

    .exploreCVs .select_cutomer_services .agents label .agent h6 {
        font-size: 14px;
        color: #191936;
        margin: 0;
        white-space: nowrap;
    }

    .exploreCVs .select_cutomer_services .agents label input {
        z-index: -1;
        position: absolute;
        left: 0 !important;
        cursor: pointer;
        top: 0;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: none;
        height: 100%;
        border-radius: 4px;
        border: 2px solid #c8e1f6;
        background: #fafafa;
        transition: all 0.3s ease-in-out;
    }

    .exploreCVs .select_cutomer_services .agents label input:checked {
        border-color: #1d70b7;
        background: #c8e1f6;
    }

    .exploreCVs .select_cutomer_services button {
        width: 100%;
        border: none;
        background: none;
        outline: none;
        background: #1d70b7;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        transition: all 0.4s ease-in-out;
    }

    .exploreCVs .select_cutomer_services button:hover {
        background: #191936;
    }

    .exploreCVs .select_cutomer_services a {
        display: block;
        text-align: center;
        width: 100%;
        border: none;
        background: none;
        outline: none;
        background: #1d70b7;
        color: #fff;
        padding: 8px;
        border-radius: 4px;
        transition: all 0.4s ease-in-out;
    }

    .exploreCVs .select_cutomer_services a:hover {
        background: #191936;
    }


.cv {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    height: 100%;
}

.cv .cv_details {
    display: flex;
    gap: 32px;
}

@media (max-width: 576px) {
    .cv .cv_details {
        display: inline;
        gap: 24px;
    }

    .cv .cv_details .maidViewData {
        display: block;
        text-align: center;
    }
}

.cv .cv_details .img {
    width: 100%;
    flex: 2;
}

.cv .cv_details .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
}

.cv .cv_details .info {
    flex: 3;
}

.cv .cv_details .info ul {
    display: flex;
    flex-wrap: wrap;
}

.cv .cv_details .info ul li {
    width: 50%;
}

.cv .cv_details .info ul li span {
    font-size: 14px;
}

@media (max-width: 576px) {
    .cv .cv_details .info ul li span {
        font-size: 12px;
    }
}

.cv .cv_details .info ul li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #191936;
}

}
