.sjb-page { 
    color: #fff;
    font-size: 18px;
    line-height: 1.42857143;
    margin: 0;
    font-family: "relative-book" !important;
	background:transparent !important;
}

.sjb-search-keywords .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sjb-search-keywords input {
    width: 100%;
    position: relative;
}
.sjb-page .form-control {
    background: transparent !important;
    border-radius: 16px !important;
}

.sjb-search-keywords .sjb-search-button.col-md-3.col-xs-12 {
    width: 66px;
    position: absolute;
    right: 2%;
	    top: 10px;
}

.sjb-search-keywords  input.btn-search.btn.btn-primary {
    background-image: url(/wp-content/uploads/2022/03/search.svg);
    background-color: transparent !important;
    background-size: 27px;
    background-repeat: no-repeat;
    color: transparent !important;
    background-position: center;
}


.sjb-page .sjb-filters.sjb-filters-v1 {
    background: transparent !important;
	padding: 0;
}

.sjb-page .form-control {
    background: transparent !important;
    border-radius: 16px !important;
    padding: 15px 30px;
    height: 60px !important;
    font-size: 20px !important;
    color: #fff !important;
	margin-bottom: 0 !important;
}

span#clear-all-filter {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;cursor: pointer;
}

.sjb-search-location .form-group  select , .sjb-search-categories .form-group select, .sjb-search-job-type .form-group select{
	cursor:pointer;
}

.sjb-search-location .form-group  select option, .sjb-search-categories .form-group select option, .sjb-search-job-type .form-group select option{
	background:#000;
}

.sjb-search-location .form-group:after, .sjb-search-categories .form-group:after, .sjb-search-job-type .form-group:after {
    content: "\f105";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
    font-size: 20px;
    color: #81BCB8;
    right: 40px;
    top: 20%;
    z-index: 11;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
}

.current-vacancies { 
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
}

.sjb-page .list-data .v1 {
    background: #161F26;
    border-radius: 16px;
    border: 0;
    padding: 32px 40px;
}
.sjb-page .list-data .v1 a{
	color: #fff;
}

span.job-company {
    display: inline-block;
}

span.dot {
    content: "";
    background: #fff;
    height: 5px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    border-radius: 100%;
    color: transparent;
}

.sjb-page h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 20px 0;
}

.job-description {
    margin-bottom: 15px;
}

i.fa.fa-map-marker {
    color: #81BCB8 !important;
}

.job-location {
    color: #fff !important;
}

/* =============== no results =================== */
.sjb-page .sjb-listing .list-view .no-job-listing {
    padding: 30px;
    text-align: center;
}

.sjb-page .sjb-listing .list-view .no-job-listing p {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
}
.sjb-page .sjb-listing .list-view .no-job-listing p.nojob_des {
    font-size: 18px;
    font-weight: normal;
}
.sjb-page .sjb-listing .list-view .no-job-listing a.btn.btn-primary {
    display: none;
}


/*=========== Detail page ================= */

.type-jobpost ul.apply-steps {
    display: flex;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    list-style: none;
}

.apply-steps li:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #81BCB8;
    margin: 10px auto;
    border-radius: 100%;
        z-index: 2;
    pointer-events: none;
    position: relative;
}

.apply-steps li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #DCDCDC;
        padding: 0 30px;
        position: relative;
}
.apply-steps li:not(:last-child):after {
    content: "";
    border-top: 1px solid #DCDCDC;
    display: inline-block;
    position: absolute;
    height: 3px;
    width: 100%;
    top: 17px;
    left: 45%;
    z-index: 1;
}

.apply-steps li span {
    opacity: 0;
}

.apply-steps li.active span {
    opacity: 1;
}

/*========= Detail content ----------======= */

.type-jobpost .sjb-page .sjb-detail {
    margin: 70px 0 0;
}

.type-jobpost .inside-article > header.entry-header {
    display: none;
}

button.go-back {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #81BCB8;
    background: transparent !important;
    padding: 0;
}

button.go-back:before {
    content: "\f105";
    display: inline-block;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(180deg);
    margin-right: 12px;
}

.type-jobpost .sjb-page .v1 {
    background: transparent;
}

.sjb-detail ul.single-job-meta {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
}

.sjb-page .sjb-detail .list-data .v1 ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.015em;
    color: #C7D8D4;
    padding: 0 22px 0 0;
    margin-right: 16px;
} 
.sjb-page .sjb-detail .list-data .v1 ul li:before {
    left: auto;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    color: transparent;
    content: "";
    pointer-events: none;
    top: 13px;
}
.sjb-page .sjb-detail .list-data .v1 ul li:first-child {
    color: #81BCB8;
}
.sjb-page .sjb-detail .list-data .v1 ul li:last-child {
    /*color: #fff;*/
}

.sjb-page .sjb-detail .list-data .v1 ul li i.fa.fa-map-marker {
    margin-right: 5px;
}

.sjb-page .sjb-detail .list-data .v1 ul li:last-child:before{
    /*content: none;*/
}



.sjb-page .job-title h2 {
    font-weight: 400;
    font-size: 65px;
    line-height: 109%;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.sjb-page .list-data .v1 .job-description ul li {
    padding: 2px 15px;
    font-size: 18px;
}
.sjb-page .list-data .v1 .job-description ul li:before {
    left: 0;
}

.sjb-page  .apply-now-btn a.btn.btn-primary {
    background: #81BCB8 !important;
    border-radius: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #070A0E !important;
    padding: 20px 40px;
    margin-bottom: 50px;
}

.sjb-page .list-data .v1 .job-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.sjb-page .sjb-detail .list-data .v1 .steps h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #81BCB8;
}

/*============= Form page ====================== */

.sjb-page .sjb-detail .jobpost-form input {
    height: 48px !important;
    border-radius: 52px !important;
}

.jobapp_eligible__to_work_in_canada .form-group:after, .jobapp_covid_vaccination_certificate .form-group:after{
    content: "\f105";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
    font-size: 20px;
    color: #81BCB8;
    right: 40px;
    z-index: 11;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    bottom: 23px;
}
.jobapp_eligible_to_work_in_canada .form-group select option, .jobapp_covid_vaccination_certificate .form-group select option
{
    background-color: #000;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .required {
    color: #fff;
}

.sjb-page .jobpost-form select {
    height: 48px !important;
    padding: 0 10px !important;
    border-radius: 52px !important;
        appearance: none;
}
.sjb-page .jobpost-form select option{
    background-color: #000;
}

.row.upload-file {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}
.attach-only {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
    background: transparent;
    width: 68%;
    height: 53px;
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file input[type="file"]{
    cursor: pointer;
}
.file span {
    background: #161F26;
    border-radius: 10px;
    height: 53px;
    display: block;
    padding: 0 22px;
    line-height: 50px;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
    background: rgba(16, 37, 31, 0.6) !important;
    border: 1px dashed #81BCB8 !important;
    box-sizing: border-box;
    border-radius: 10px;
    height: 53px !important;
    line-height: 53px;
    padding: 0 16px;
    color: #81BCB8 !important;
    font-size: 16px;
    top: 0;
    cursor: pointer;
}




.sjb-page .sjb-detail #sjb-form-padding-button button.btn.btn-primary.app-submit {
    background: #81BCB8 !important;
    border: 1px solid #81BCB8 !important;
    border-radius: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #070A0E !important;
    padding: 20px 40px;
    margin-top: 50px;
}

/*======== Thanku page ================= */

#step3 {
    text-align: center;
    padding: 75px;
}

#step3 h2 {
    font-weight: 400;
    font-size: 72px;
    line-height: 109%;
    text-align: center;
    letter-spacing: -0.045em;
    color: #FFFFFF;
    margin: 0;
}

#step3 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.015em;
    color: #C7D8D4;
    margin: 40px 0 60px;
}

#step3 a {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #81BCB8;
}   

#step3 step3 a:after {
    content: "\f105";
    display: inline-block;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    margin-left: 12px;
    font-size: 17px;
}

/*===== Profile applied job ================= */
.applied-jobs{
        color: #fff;
    font-size: 18px;
    line-height: 1.42857143;
    margin: 0;
    font-family: "relative-book" !important;
    background: transparent !important;
}

.applied-jobs .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 
.row.job_status_head {
    padding: 32px 40px;
    font-weight: 400;
font-size: 14px;
line-height: 17px; 
color: #DDDDDD;
}

.row.applied_box {
    background: #161F26;
    border-radius: 16px;
    border: 0;
    padding: 32px 40px;
    margin-bottom: 40px;
    align-items: center;
}

.job-meta span:not(:first-child):before {
    content: "";
    background: #fff;
    height: 5px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    border-radius: 100%;
    color: transparent;
}

.applied_box h4, .job_last_date, .btn_status {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    margin: 20px 0;
}

.applied_box .job-location i.fa.fa-map-marker {
    margin-right: 10px;
}

.jobapp_eligible__to_work_in_canada .form-group:after, .jobapp_covid_vaccination_certificate .form-group:after{
    content: "\f105";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    transform: rotate(90deg);
    font-size: 20px;
    color: #81BCB8;
    right: 40px;
    z-index: 11;
    position: absolute;
    pointer-events: none;
    cursor: pointer;
    bottom: 23px;
}