.gj-flex {
    display: -webkit-flex;
    display: flex;
}
.gj-flex-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.pull-right {
    order: 2;
}
.gj-sign-form-popup.modal-popup.modal {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
}
.gj-btn-primary:hover, .gj-btn-primary:focus, .gj-btn-primary:active {
    outline: none !important;
    opacity: 0.8;
}
.gj-candidates-page .widget h3.widget-title,
.gj-employers-page .widget h3.widget-title,
.gj-jobs-page .widget h3.widget-title{
    font-size: 18px;
}
/*------------------------------*/
/*  Jobs Listing
/*------------------------------*/
.gj-result-sorting {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.gj-result-sorting .total-result {
    float: none;
    width: auto;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 22px;
    text-transform: none;
}
.gj-result-sorting .total-result .total {
    color: #1dae0e;
}
.gj-result-sorting .form-left {
    flex-grow: 1;
    -webkit-flex: 1;
    text-align: right;
    margin-bottom: 22px;
}
.gj-result-sorting .gj-default-sorting {
    display: inline-block;
     float: none;
     max-width: none;
    margin: 0;
}
.gj-result-sorting .gj-default-sorting form {
    display: inline-block;
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
    border: 1px #d1d3da solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
}
.gj-default-sorting form label {
    line-height: 33px;
    color: #666666;
    font-weight: 400;
}
.gj-result-sorting .gj-default-sorting:after {
    content: "";
    display: table;
    clear: both;
}
body .gj-default-sorting .select2-container .select2-selection--single {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 33px;
    line-height: 33px;
}
body .gj-default-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-weight: 600;
    padding-left: 0;
    padding-right: 46px;
    line-height: 33px;
}
body .gj-default-sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 0;
    top: 0;
}
.gj-default-sorting > .select2-container.select2-container--default.select2-container--open,
.gj-default-sorting > .select2-container.select2-container--default.select2-container--open .select2-dropdown {
    text-align: left;
}
body .select2-container--default .select2-results__option {
    font-weight: 400 !important;
    color: #333 !important;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option:hover,
body .select2-container--default .select2-results__option.select2-results__option--highlighted {
    font-weight: 600 !important;
    color: #333 !important;
}
.gj-filter-form .layout-switcher {
    float: right;
    margin: 0;
}
.gj-filter-form .layout-switcher ul li {
    float: left;
    margin: 0 0 0 20px;
}
.gj-filter-form .layout-switcher ul li a {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: none;
    font-size: 22px;
    color: #666666;
}
.gj-filter-form .layout-switcher ul li a:hover,
.gj-filter-form .layout-switcher ul li.active a {
    background: none !important;
}
.gj-filter-form .layout-switcher ul li a i:before {
    margin: 0;
}
.gj-job-alert-form .btn-open-form {
    background: none !important;
    padding: 0 20px;
    border: none !important;
    color: #666666;
    line-height: 35px;
    cursor: pointer;
}
.gj-job-alert-form .job-alert-form {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 50px 0 rgba(0,0,0,0.1);
    z-index: 99;
}
.gj-jobs.gj-grid, .gj-jobs.gj-listing {
    padding-bottom: 0;
}
.gj-jobs .gj-job-items .grid-content {
    margin-bottom: 20px;
}
.gj-jobs .gj-job-items .job-item {
    padding: 32px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px #e2e4ea solid;
    margin: 0;
}
.gj-jobs.gj-listing .job-item:hover {
     margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.gj-jobs.gj-grid .for-listing {
    display: none !important;
}
.gj-jobs.gj-listing .for-grid {
    display: none !important;;
}
.gj-jobs .gj-job-items .job-item:after, .job-detail.default .job-related .item:after {
    display: none;
}
.gj-jobs .job-item .job-image {
    height: auto;
    border: none;
    width: 80px;
    min-width: 80px;
    text-align: center;
    margin: 0 30px 0 0;
    padding: 10px 0;
}
.gj-jobs.gj-listing .job-item .job-info {
    width: 100%;
    margin: 0 0 0 auto !important;
    z-index: 9;
    display: block;
     -webkit-align-items: unset;
     align-items: unset;
}
.gj-jobs.gj-listing .job-item .info-top .job-info-top {
    display: -webkit-flex;
    display: flex;
}
.gj-jobs.gj-listing .job-item .info-top .job-info-top .title-name {
    width: 100%;
}
.gj-jobs.gj-listing .job-item .info-top .saveJob {
    order: 2;
}
.gj-jobs .job-item .job-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    color: #333;
}
.gj-jobs .job-item .job-title a {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}
.gj-jobs .job-item .employer-name a {
    display: inline-block;
    color: #666666;
}
.employer-name i,
.gj-jobs .job-item .employer-name i {
    font-size: 14px;
    display: inline-block;
    padding: 0 2px;
    color: #1dae0e;
}
.gj-employer-detail .employer-name i{
	font-size: 18px;
}
.gj-jobs .job-item .employer-name a:hover {
    color: #1dae0e;
}
.gj-jobs .job-item .job-info .job-meta {
    font-weight: 400;
    color: inherit;
    display: inline-table;
    line-height: 1.9;
}
.gj-jobs.gj-listing .job-item .job-info .job-meta > div {
    padding-left: 12px;
    margin-right: 12px;
    position: relative;
}
.gj-jobs.gj-listing .job-item .job-info .job-meta > div.field-editor,
.gj-jobs.gj-listing .job-item .job-info .job-meta > div.field-taxonomy_skill {
    padding-left: 0;
    margin-right: 0;
}
.gj-jobs.gj-listing .job-item .job-info .job-meta > div:first-child {
    padding-left: 0;
    margin-left: 0;
}
.gj-jobs.gj-listing .job-item .job-info .job-meta > div:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    background: #cccccc;
}

.gj-jobs.gj-listing .job-item .job-info .job-meta > div.field-editor:before,
.gj-jobs.gj-listing .job-item .job-info .job-meta > div.field-taxonomy_skill:before,
.gj-jobs.gj-listing .job-item .job-info .job-meta > div:first-child:before {
    display: none;
}
.gj-jobs .job-item .job-info .job-meta .field-salary_from {
    color: #ff2626;
    font-weight: 600;
}
.gj-jobs .job-item .job-info .job-meta .field-type {
    font-weight: 600;
}
.gj-jobs.gj-listing .job-item .action-buttons .type-name {
    display: none;
}
.gj-jobs.gj-listing .job-item .info-top .saveJob {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    white-space: nowrap;
}
.gj-jobs .job-item .info-top .saveJob button,
.gj-jobs .job-item .info-top .saveJob a {
    margin: 0;
    display: inline-block;
    height: auto;
    line-height: 1;
    width: auto;
    text-align: center;
    color: #bbbbbb;
    border: none;
    font-size: 18px;
    outline: none;
}
.gj-jobs.gj-listing .job-item .info-top .saveJob button,
.gj-jobs.gj-listing .job-item .info-top .saveJob a {
    margin: 0 0 0 20px;
}
.gj-jobs .job-item .featured-label {
    display: inline-block;
    padding: 0 7px;
    font-weight: 700;
    font-size: 14px;
    color: #1dae0e;
    line-height: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    background: #d0f7ca;
}
.gj-jobs.gj-listing .job-item .featured-label {
    top: -2px;
}
.gj-jobs .job-item .info-top .saveJob button i,
.gj-jobs .job-item .info-top .saveJob a i {
    color: #bbbbbb;
}
.gj-jobs .job-item .info-top .saveJob button:hover i,
.gj-jobs .job-item .info-top .saveJob a:hover i,
.gj-jobs .job-item .info-top .saveJob button.saved i,
.gj-jobs .job-item .info-top .saveJob a.saved i {
    color: #ff2626 !important;
}
.gj-jobs .job-item .info-top .saveJob button.saved, .gj-jobs .job-item .info-top .saveJob a.saved {
    background: none;
    border: none;
}
.gj-jobs .job-item .info-top .saveJob a.type {
    font-size: 14px;
    font-weight: 600;
}
.w-pagination {
    padding: 20px 0 0;
}
.page-nav.pagination-job {
    margin: 0 !important;
}
body .page-nav .page-numbers {
    border: 1px #e2e4ea solid;
    margin: 0 5px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
}
.page-nav .page-numbers a, .page-nav .page-numbers span {
    color: #333;
}
.page-nav .page-numbers a:hover{
    text-decoration: none;
}
.page-nav .page-numbers:hover,
.page-nav .page-numbers.active {
    background: #1dae0e;
    border-color: #1dae0e;
}

.gj-jobs.gj-grid .gj-job-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.gj-jobs.gj-grid .gj-job-items .gj-not-found {
    padding: 0 10px;
}
.gj-jobs.gj-grid .gj-job-items .grid-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.gj-jobs.gj-grid .gj-job-items .job-item {
    height: 100%;
    padding: 25px 30px 30px;
    margin: 0;
}
.gj-jobs.gj-grid .job-item .info-top,
.gj-jobs.gj-grid .job-item .job-info {
    display: block;
    width: auto;
}
.gj-jobs.gj-grid .job-item .info-top .job-info-inner {
    margin-right: 0;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job {
    float: right;
    height: 36px;
    line-height: 34px;
    padding: 0 20px;
    border: 1px #1dae0e solid;
    font-size: 14px;
    font-weight: 600;
    color: #1dae0e;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob .gj-save-job:before {
    font-size: 18px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job i {
    color: #1dae0e;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job:hover,
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job.saved,
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job:hover i,
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job.saved i {
    color: #ff2626;
}
.gj-jobs.gj-grid .job-item .info-top .saveJob .save-job i {
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}
.gj-jobs.gj-grid .job-item .job-image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: none;
    height: auto;
    border: none;
    width: auto;
    text-align: inherit;
    margin: 0 0 20px;
    padding: 0;
}
.gj-jobs.gj-grid .job-item .job-image a {
    margin: 0;
}
.gj-jobs.gj-grid .job-item .job-meta .for-list,
.gj-jobs.gj-grid .job-item .job-meta i {
    display: inline-block;
}
.gj-jobs.gj-grid .job-item .action-buttons {
    position: absolute;
    top: 0;
    right: 0;
}
.gj-jobs.gj-grid .job-item .action-buttons .type-name {
    display: inline-block;
    font-weight: 600;
}
.gj-jobs.gj-grid .job-item .job-meta .field-type {
    display: none;
}
.gj-jobs.gj-grid .job-item .job-info .job-meta {
    margin-top: 15px;
}
.gj-jobs.gj-grid .job-item .job-info .job-meta,
.gj-jobs.gj-grid .job-item .job-info .job-meta a {
    color: inherit;
}
.gj-jobs.gj-grid .job-item .job-meta > div {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    line-height: inherit;
    font-weight: 600;
    color: #333;
}
.gj-jobs.gj-grid .job-item .job-info .job-meta i {
    color: #333;
}
.gj-jobs .job-item .job-meta > div.field-descriptions {
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    color: #666666;
    line-height: 1.5;
    margin: 15px 0 0;
    border: none;
}
.gj-jobs.gj-listing .job-item .job-meta > div.field-descriptions {
    display: none !important;
}
.gj-jobs .job-item .job-meta div.field-taxonomy_skill {
    display: table;
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    border: none;
}
.gj-jobs .job-item .job-meta .field-taxonomy_skill span,
.gj-jobs .job-item .job-meta .field-taxonomy_skill i {
    display: none;
}
.gj-jobs .job-item .job-meta .field-taxonomy_skill a {
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
    color: #999999;
}
.gj-jobs.gj-grid .job-item .job-meta .field-taxonomy_skill a {
    color: #999999;
}
.gj-jobs .job-item .job-info .job-meta i {
    color: #666666;
}
/*------------------------------*/
/*  End Jobs Listing
/*------------------------------*/

/*------------------------------*/
/*  Jobs With Map
/*------------------------------*/
.gj-jobs-with-map {
    min-height: 100vh;
}
.gj-jobs-with-map > .row {
    margin: 0;
}
.gj-jobs-with-map .gj-left-side {
    padding: 40px;
}
.gj-jobs-with-map .gj-left-side .section-filter {
    position: relative;
}
.gj-jobs-with-map .gj-left-side .section-filter > i {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 15px;
    color: #999999;
}
.gj-jobs-with-map .gj-left-side input.location  {
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding: 0 240px 0 45px;
    background: #ffffff;
    border: 1px #d1d3da solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
}
.gj-jobs-with-map .gj-left-side .section-filter > span {
    position: absolute;
    width: 240px;
    height: 26px;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: #999999;
    border-left: 1px #dddddd solid;
}
.gj-jobs-with-map .gj-left-side .open-slide-range {
    position: absolute;
    width: 240px;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0 20px;
    color: #999999;
    line-height: 46px;
}
.gj-jobs-with-map .gj-left-side .open-slide-range:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    top: 10px;
    left: 0;
    background: #dddddd;
}
.gj-jobs-with-map .gj-left-side .open-slide-range .open-range {
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 16px;
    cursor: pointer;
}
.gj-jobs-with-map .gj-left-side .open-slide-range .open-range:after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
}
.gj-jobs-with-map .gj-left-side .content-search.visible .open-slide-range .open-range:after {
    content: "\e873";
}
.gj-jobs-with-map .gj-left-side .section-filter .open-slide-range > span {
    color: #333333;
}
.gj-jobs-with-map .slide-range {
    display: none;
    padding: 36px 0 0;
    margin-bottom: 20px;
}
.gj-jobs-with-map .slide-range .asRange {
    width: 100% !important;
    height: 5px;
    background: #e5e5e5;
}
.gj-jobs-with-map .slide-range .asRange .asRange-selected {
    height: 5px;
    background: #1dae0e;
}
.gj-jobs-with-map form.filter-map {
    margin-top: 20px;
}
.gj-jobs-with-map form.filter-map .row {
    margin-left: -10px;
    margin-right: -10px;
}
.gj-jobs-with-map form.filter-map .filter-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.gj-jobs-with-map form.filter-map .filter-item .select2-container {
    width: 100% !important;
    min-width: auto;
}
.gj-jobs-with-map form.filter-map input[type=text] {
    width: 100%;
    height: 46px;
    line-height: 44px;
    padding: 0 20px;
    background: #ffffff;
    border: 1px #d1d3da solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
}
body .gj-jobs-with-map .content-search .select2-container .select2-selection--single {
    height: 46px;
    border: 1px solid #d1d3da;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
body .gj-jobs-with-map .content-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
body .gj-jobs-with-map .content-search .select2-container--open .select2-dropdown {
    border: 1px #d1d3da solid;
}
.gj-jobs-with-map .field-item-submit .btn-search {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    padding: 0 40px;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
}
.gj-jobs-with-map .field-item-submit .btn-search:hover{
    background-color: #000 !important;
}
.gj-jobs-with-map .bottom-section-filter {
    margin-top: 35px;
    margin-bottom: 30px;
    border-bottom: 1px #e2e4ea solid;
}
.gj-jobs-with-map .bottom-section-filter {
    position: relative;
}
.gj-jobs-with-map .gj-job-alert-form .btn-open-form {
    padding: 0;
}
.gj-jobs-with-map .bottom-section-filter .action-advance {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 5px;
}
.gj-jobs-with-map .bottom-section-filter .action-advance span {
    color: #333;
    position: relative;
    cursor: pointer;
}
.gj-jobs-with-map .bottom-section-filter .action-advance span:after {
    content: "\e873";
    font-family: 'Linearicons-Free';
    margin-left: 14px;
}
.gj-jobs-with-map .bottom-section-filter .action-advance.active span:after {
    content: "\e874";
}
.gj-jobs-with-map .gj-search-right-side {
    padding: 0;
    position: fixed;
    right: 0;
}
.gj-jobs-with-map .micon {
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 20px;
}
.infor-search-map .job-item {
    display: flex;
    display: -webkit-flex;
}
.infor-search-map .job-item .job-image {
    max-width: 75px;
    min-width: 75px;
    margin-right: 20px;
}
.infor-search-map .job-item .job-image img {
    width: 100%;
}
.infor-search-map .job-item .job-info {
    margin: 0 !important;
}
.infor-search-map .job-item .job-info .job-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin: 0 ;
    padding-right: 25px;
}
.infor-search-map .job-item .job-info .company a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin: 5px 0 0;
}
.infor-search-map .job-item .job-info .job-meta {
    margin-top: 20px;
}
.infor-search-map .job-item .job-info .job-meta .type-name {
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px #666666 solid;
}
img.js-info-bubble-close {
    top: 30px !important;
    right: 30px !important;
}
/*------------------------------*/
/*  End Jobs With Map
/*------------------------------*/

/*------------------------------*/
/*  Jobs Slider
/*------------------------------*/
.gj-recent-viewed {
    padding: 90px 0 100px;
    background: #ffffff;
}
.gj-recent-viewed h3.title-recent-viewed {
    font-size: 30px;
    color: #333;
    margin-bottom: 37px;
}
.gj-jobs-slider .owl-stage {
    display: -webkit-flex;
    display: flex;
}
.gj-jobs-slider .owl-stage .owl-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.job-slider-item {
    padding: 25px 30px 30px;
    border: 1px #e2e4ea solid;
}
.job-slider-item .job-image {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
.job-slider-item .job-image img {
    display: inline-block;
    width: auto;
    padding-right: 15px;
}
.job-slider-item .job-image .employer-name {
    text-transform: uppercase;
    font-weight: 600;
    color: #999999;
}
.job-slider-item .job-info .job-title {
    font-size: 20px;
    font-weight: 600;
}
.job-slider-item .job-info .job-title a {
    color: #333;
    font-size: 20px;
}
.job-slider-item .job-info .job-meta i {
    display: inline-block;
    margin-right: 5px;
    color: #ccc;
}
.gj-jobs-slider .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    color: #999999 !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.gj-jobs-slider .owl-nav button.owl-next {
    right: -40px;
}
.gj-jobs-slider .owl-nav button.owl-prev {
    left: -40px;
}
/*------------------------------*/
/*  End Jobs Slider
/*------------------------------*/

/*------------------------------*/
/*  Sidebar Filter
/*------------------------------*/
@media (min-width: 992px) {
    .gj-sidebar-1.left {
        padding-right: 55px;
    }
    .gj-sidebar-1.right {
        padding-left: 55px;
    }
}
.gj-widget-collapse .gj-widget-title-collapse {
    padding: 0;
}
.gj-widget-collapse .gj-widget-title-collapse:before {
    line-height: inherit;
    font-family: inherit;
    width: auto;
    margin: 0;
    right: 0;
}
body .gj-form-search-keyword input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #d1d3da;
    border-radius: 3px;
    padding: 7px 16px 7px 35px !important;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gj-form-search-keyword .input-group i {
    position: absolute;
    width: auto;
    top: 50%;
    left: 16px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999;
}
.gj-form-search-keyword button.btn-gj-search {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    outline: none !important;
    padding: 10px 15px;
    text-align: center;
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
}
.gj-form-search-keyword button.btn-gj-search:hover {
    background-color: #000 !important;
}
.search-by-first-letter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}
.search-by-first-letter a {
    -ms-flex: 0 0 16.666667%;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 10px 3px;
    text-align: center;
    font-weight: 600;
    color: #333;
    position: relative;
    z-index: 0;
}
.search-by-first-letter a.active,
.search-by-first-letter a:hover {
    color: #ffffff;
}
.search-by-first-letter a:before {
    content: "";
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
    border: 1px #e0e0e0 solid;
    z-index: -1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.filter-by-rating ul {
    padding: 0;
    margin: 0;
}
.filter-by-rating ul li {
    list-style: none;
}
.filter-by-rating ul li a {
    display: inline-block;
    position: relative;
    padding-left: 55px;
}
.filter-by-rating ul li a:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 18px;
    top: 2px;
    left: 0;
    line-height: 18px;
    border: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #dddddd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.filter-by-rating ul li a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    top: 4px;
    left: 2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.filter-by-rating ul li a i {
    font-size: 20px;
    color: #dddddd;
}
.filter-by-rating ul li a i.gj-icon-star {
    color: #ffbf02;
}
.filter-by-rating ul li a i:before {
    margin: 0;
}
.filter-by-rating ul li a.active:after {
    left: 24px;
}
.gj-filter-selected label.title-filter {
    display: none;
}
.gj-filter-selected label.title-filter + .gj-filter-selected-list {
    display: inline-block;
}
.gj-filter-selected .gj-filter-selected-list {
    display: inline-block;
    padding: 0 30px 0;
    position: relative;
    margin: 0;
}
.gj-filter-selected .gj-filter-selected-list .heading {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 18px;
}
.gj-filter-selected .gj-filter-selected-list .heading h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.gj-filter-selected .gj-filter-selected-list .heading button {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    height: auto;
    margin: 0;
}
.gj-filter-selected .gj-filter-selected-list > ul li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 5px 5px 0;
    padding: 2px 10px !important;
    font-size: 13px;
    color: #999999;
    font-weight: 500;
    line-height: 24px;
    border: none;
    background: #eff1f8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.gj-filter-selected .gj-filter-selected-list > ul li:last-child {
    margin: 0;
}
.gj-filter-selected .gj-filter-selected-list > ul li a {
    font-size: 14px;
    line-height: 24px;
}

.gj-count {
    float: none;
    position: relative;
    color: #999999;
}
.gj-count:before {
    content: "(";
}
.gj-count:after {
    content: ")";
}
.gj-input-checkbox [type="checkbox"]:not(:checked) + label, .gj-input-checkbox [type="checkbox"]:checked + label {
    padding-left: 35px;
    line-height: 18px;
    color: #333333;
}
.gj-input-checkbox [type="checkbox"]:not(:checked) + label:before, .gj-input-checkbox [type="checkbox"]:checked + label:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-color: #d1d3da;
}
.gj-input-checkbox [type="checkbox"]:checked + label:after {
    top: 6px;
    left: 4px;
    font-size: 11px;
}
.gj-input-radio [type="radio"]:checked + label, .gj-input-radio [type="radio"]:not(:checked) + label {
    padding-left: 35px;
    line-height: 18px;
    color: #333333;
}
.gj-input-radio [type="radio"]:checked + label:before, .gj-input-radio [type="radio"]:not(:checked) + label:before {
    width: 18px;
    height: 18px;
}
.gj-input-radio [type="radio"]:not(:checked) + label:before {
    border: 1px solid #d1d3da;
}
.gj-input-radio [type="radio"]:checked + label:after, .gj-input-radio [type="radio"]:not(:checked) + label:after {
    top: 5px;
    left: 5px;
}
.gj-input-checkbox input:checked + label,
.gj-input-radio [type="checkbox"]:checked + label {
    color: #1dae0e;
}
.sidebar-jobs-item.sidebar-gj_type input:not(:checked) + label,
.sidebar-jobs-item.sidebar-gj_type input:checked + label {
    padding-left: 57px;
}
.sidebar-jobs-item.sidebar-gj_type input:not(:checked) + label:before,
.sidebar-jobs-item.sidebar-gj_type input:checked + label:before {
    width: 40px;
    height: 18px;
    line-height: 18px;
    border: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background: #1dae0e;
}
.sidebar-jobs-item.sidebar-gj_type input:not(:checked) + label:before {
    background: #dddddd;
}
.sidebar-jobs-item.sidebar-gj_type input:checked + label:before {
    background: #1dae0e;
}
.sidebar-jobs-item.sidebar-gj_type input:not(:checked) + label:after,
.sidebar-jobs-item.sidebar-gj_type input:checked + label:after {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    top: 2px;
    left: 2px;
}
.sidebar-jobs-item.sidebar-gj_type input:not(:checked) + label:after {
    left: 2px;
}
.sidebar-jobs-item.sidebar-gj_type input:checked + label:after {
    left: 24px;
}
.sidebar-jobs-item.sidebar-gj_skill ul.gj-list-gj_skill {
    display: table;
    width: 100%;
}
.sidebar-jobs-item.sidebar-gj_skill .gj-list-gj_skill li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}
.sidebar-jobs-item.sidebar-gj_skill li.gj-more-filter-btn {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.sidebar-jobs-item.sidebar-gj_skill li .filter-name-item {
    max-width: none;
    cursor: pointer;
}
.sidebar-jobs-item.sidebar-gj_skill li .gj-count {
    display: none;
}
.sidebar-jobs-item.sidebar-gj_skill li input:not(:checked) + label,
.sidebar-jobs-item.sidebar-gj_skill li input:checked + label {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    line-height: 24px;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
}
.sidebar-jobs-item.sidebar-gj_skill li input:checked + label {
    color: #ffffff !important;
}
.sidebar-jobs-item.sidebar-gj_skill li label:after,
.sidebar-jobs-item.sidebar-gj_skill li label:before {
    display: none !important;
}
.gj-location-search-form .asRange {
    height: 5px;
    background: #e5e5e5;
}
.gj-location-search-form .asRange .asRange-selected {
    height: 5px;
}
.slide-range .asRange .asRange-pointer {
    width: 11px;
    height: 11px;
    top: -3px;
    margin-left: -6px;
    border-radius: 50%;
}
.slide-range .asRange .asRange-pointer:before {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
}
.asRange .asRange-selected {
    top: 0;
}
.gj-range-price #gj-range-price {
    position: relative;
    height: 5px;
    background: #e5e5e5;
}
.gj-range-price .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #1dae0e;
}
.gj-range-price .ui-slider .ui-slider-handle {
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: none;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -6px;
    margin-left: -9px;
    border: 3px solid #1dae0e;
}
.gj-range-price .price-label {
    margin-top: 16px;
}
.gj-range-price .price-label label {
    font-weight: 400;
    margin: 0 6px 0 0;
    white-space: nowrap;
}
.gj-range-price .price-label span {
    font-size: 16px;
    font-weight: 600;
    color: #ff2626;
}

.gj-range-rate #gj-range-rate {
    position: relative;
    height: 5px;
    background: #e5e5e5;
}
.gj-range-rate .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    background: #1dae0e;
}
.gj-range-rate .ui-slider .ui-slider-handle {
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: none;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -6px;
    margin-left: -9px;
    border: 3px solid #1dae0e;
}
.gj-range-rate .rate-label {
    margin-top: 16px;
}
.gj-range-rate .rate-label label {
    font-weight: 400;
    margin: 0 6px 0 0;
    white-space: nowrap;
}
.gj-range-rate .rate-label span {
    font-size: 16px;
    font-weight: 600;
    color: #ff2626;
}
/*------------------------------*/
/*  End Sidebar Filter
/*------------------------------*/

/*====== Candidate ======*/
.gj-field-default{
    margin-bottom: 60px;
}
.gj-field-default .field-label {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin: 0 0 32px;
}
.candidate-main-content .gj-field-default .field-label{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 35px;
}
/*== Fields ==*/
/* Experience */
.experience-item{
    padding: 40px 0;
    border-bottom: 1px solid #eaeaea;
}
.experience-item:last-child{
    border: none;
    padding-bottom: 0;
}
.experience-item:first-child{
    padding-top: 0;
}
.experience-item .content-left{
    width: calc(100% - 40px);
}
.experience-item .content-left .company-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.experience-item .content-right .position-company{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #333;
}
/* Education */
.education-item{
    padding: 40px 0;
    border-bottom: 1px solid #eaeaea;
}
.education-item:last-child{
    border: none;
    padding-bottom: 0;
}
.education-item:first-child{
    padding-top: 0;
}
.education-item .content-left{
    width: calc(100% - 40px);
}
.education-item .content-left .speciality-school{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.education-item .content-right .school-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #333;
}
/* Award */
.award-item{
    padding: 40px 0;
    border-bottom: 1px solid #eaeaea;
}
.award-item:first-child{
    padding-top: 0;
}
.award-item:last-child{
    border: none;
    padding-bottom: 0;
}
.award-item .content-left .speciality-school {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
/* Skills */
.candidate-main-content .field-skills.gj-field-default .field-value a{
    background-color: #f2f5fc;
    padding: 5px 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #444;
}
/*== End Fields ==*/

/*== Candidate Detail ==*/
.gj-candidate-detail .gj-detail-sidebar aside.widget{
    border: none;
}
.gj-candidate-detail .download-button{
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 600;
}
.gj-candidate-detail .download-button:hover a{
    color: #fff;
}
.gj-candidate-detail .download-button a i{
    margin-right: 5px;
}
.gj-candidate-detail .page-heading{
    background-color: #f2f5fc;
    margin-bottom: 70px;
    padding: 65px 0;
}
.gj-candidate-detail .page-heading .breadcrumbs{
    margin-bottom: 40px;
    position: relative;
}
.gj-candidate-detail .candidate-logo{
    width: 80px !important;
    display: inline-block !important;
    box-shadow: none !important;
    height: auto !important;
}
.gj-candidate-detail .candidate-logo a {
    display: block;
}
.gj-candidate-detail .candidate-logo img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.gj-candidate-detail .info-candidate .candidate-name{
    font-size: 34px;
    line-height: 45px;
    color: #333;
    margin-bottom: 0 !important;
}
.gj-candidate-detail .info-candidate .candidate-name i{
    font-size: 18px;
    color: #1dae0e;
}
.gj-candidate-detail .info-candidate .candidate-meta {
    display: table;
    width: 100%;
    padding: 0;
    margin: 8px 0 0;
}
.gj-candidate-detail .info-candidate .candidate-meta li {
    float: left;
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    margin-right: 10px;
    line-height: 1em;
    color: inherit !important;
    background: none !important;
    border-radius: 0 !important;
}
.gj-candidate-detail .info-candidate .candidate-meta li i{
    color: #aaa;
}
.gj-candidate-detail .info-candidate .candidate-meta li:last-child{
    border: none;
    padding-right: 0;
    margin-right: 0;
}
.gj-candidate-detail .candidate-action {
    text-align: right;
}
.gj-candidate-detail .page-heading .candidate-action > div {
    display: inline-block;
    margin: 2px;
}
.gj-candidate-detail .page-heading .candidate-action .action-button {
    display: inline-block;
    padding: 8px 12px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid;
    width: auto;
}
.gj-candidate-detail .page-heading .candidate-action .action-button:hover {
    color: #ffffff;
}
.gj-candidate-detail .candidate-action .share-candidate {
    position: relative;
}
.gj-candidate-detail .candidate-action .share-candidate .share-popup {
    position: absolute;
    top: 120%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    border-radius: 3px;
    padding: 5px 6px;
    min-width: 140px;
    text-align: center;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-candidate-detail .candidate-action .share-candidate .share-popup:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f2f5fc;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.gj-candidate-detail .candidate-action .share-candidate:hover .share-popup {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
}
.gj-candidate-detail .candidate-action .share-candidate .share-popup a {
    display: inline-block;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    color: #ffffff;
}
.gj-candidate-detail .candidate-action .share-candidate .share-popup a i {
    font-size: 14px;
    top: auto;
}
.gj-candidate-detail .page-heading .action-button{
    padding: 0;
}
.gj-candidate-detail .candidate-action > div i{
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.save-resume-button a:hover, .gj-save-resume:hover, .gj-save-resume.saved {
    color: #ffffff !important;
}
.gj-candidate-detail .gj-gallery .owl-dots{
    display: none;
}
.gj-candidate-detail > div{
    margin-bottom: 10px;
}
.gj-candidates.gj-listing .candidate-info-right{
    position: absolute;
    top: 27px;
    right: 25px;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.gj-candidates .candidate-info-right .label_featured{
    display: inline-block;
    padding: 0 7px;
    font-weight: 700;
    font-size: 14px;
    color: #1dae0e;
    line-height: 20px;
    text-transform: capitalize;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 0;
    background: #d0f7ca;
}
.gj-candidates .resume-button {
    margin-left: 20px;
}
.gj-candidates .resume-button a{
    background: none !important;
    color: #bbb !important;
    font-size: 18px !important;
}
.gj-candidates.gj-grid .candidate-info-right:after{
    display: table;
    content: "";
    clear: both;
}
.gj-candidates.gj-grid .candidate-info-right .resume-button{
	float: right;
	line-height: initial;
}
.gj-candidates.gj-grid .candidate-info-right .label_featured{
	float: left;
}
/*== Sidebar Candidate Detail ==*/
.gj-detail-sidebar.right{
    padding-left: 15px;
}
/* Candidate Information */
.widget.widget_gj_candidate_infomation{
    background: none;
}
.widget.widget_gj_candidate_infomation .widget-title{
    background: none;
    padding: 0;
    margin-bottom: 30px;
}
.widget.widget_gj_candidate_infomation ul{
    padding: 25px;
    list-style-type: none;
    border: 1px solid #eaeaea;
}
.widget.widget_gj_candidate_infomation ul li{
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.widget.widget_gj_candidate_infomation ul li:first-child{
    padding-top: 0;
}
.widget.widget_gj_candidate_infomation ul li:last-child{
    padding-bottom: 0;
}
.widget.widget_gj_candidate_infomation ul li:last-child{
    border-bottom: none;
}
.widget.widget_gj_candidate_infomation ul li .gj-field-default .field-label i{
    width: 40px;
    top: 16px;
    margin: 0;
    font-size: 26px;
}
.widget.widget_gj_candidate_infomation ul li .gj-field-default .field-label i:before {
    margin: 0;
}
.widget.widget_gj_candidate_infomation ul li .gj-field-default .field-value{
    margin-left: 40px;
}
.widget.widget_gj_candidate_infomation ul li .gj-field-default.field-type .field-value a{
    font-weight: 600;
}
.widget.widget_gj_candidate_infomation ul li .gj-field-default.field-hour_rate .field-value{
    color: #ff2626;
    font-weight: 600;
}
/* Candidate Contact Form */
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap{
    padding: 30px 25px;
    background-color: #f2f5fc;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul{
    list-style-type: none;
    padding: 0;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul li{
    margin-bottom: 5px;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul li .field-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    width: 110px;
    display: inline-block;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul .field-social .field-title{
    margin-bottom: 10px;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul .field-social a i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 8px;
    font-size: 18px;
    display: inline-block;
}
.gj-single-widget.candidate-action-button{
    padding-top: 30px;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .gj-single-widget.candidate-action-button .form-title{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget_gj_candidate_contact_form .gj-candidate-widget-wrap .gj-single-widget.candidate-action-button .form-description{
    margin-bottom: 20px;
    display: block;
}
/* Version 2 */
.gj-candidate-detail .candidate-detail.style2 .page-heading {
    padding: 260px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 70px;
}
.gj-candidate-detail .candidate-detail.style2 .page-heading .iw-overlay-gradient{
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.gj-candidate-detail .candidate-detail.style2 .candidate-action > div{
    border-color: #fff !important;
    margin-bottom: 5px;
}
.gj-candidate-detail .candidate-detail.style2 .page-heading a,
.gj-candidate-detail .candidate-detail.style2 .page-heading .breadcrumbs li:not(.current),
.gj-candidate-detail .candidate-detail.style2 .page-heading .info-candidate .candidate-meta li,
.gj-candidate-detail .candidate-detail.style2 .page-heading .date-publish label,
.gj-candidate-detail .candidate-detail.style2 .info-candidate .candidate-name{
    color: #fff !important;
}
.gj-candidate-detail .candidate-detail.style2 .page-heading .breadcrumbs li.current {
    color: #aaaaaa;
}
.field-candidate-information ul {
    padding: 0;
    margin: 0;
}
.field-candidate-information li{
    list-style-type: none;
}
.field-candidate-information ul > div{
    margin-bottom: 0 !important;
}
.field-candidate-information .gj-field-default{
    margin-bottom: 10px;
}
.field-candidate-information .gj-field-default > div{
    display: inline-block;
}
.field-candidate-information .gj-field-default > .field-label{
    margin: 0;
}
.field-candidate-information .gj-field-default > .field-label i{
    width: 40px;
    display: inline-block;
    font-size: 16px;
}
.field-candidate-information .gj-field-default > .field-label span{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 600;
    width: 200px;
    display: inline-block;
}
.field-candidate-information .gj-field-default.field-type .field-value a{
    font-weight: 600;
}
.field-candidate-information .gj-field-default.field-hour_rate .field-value{
    color: #ff2626;
    font-weight: 600;
}
.gj-candidate-detail .gj-review-area {
    margin-top: 0;
    margin-bottom: 10px;
}
/*== End Candidate Detail ==*/

/*=== Candidate Listing ===*/
.gj-candidates-page .gj-sidebar.left{
    padding-right: 55px;
}
.gj-candidates-page .gj-sidebar.right{
    padding-left: 55px;
}
/* Listing */
body.gj-candidates-page .contents-main{
    padding-top: 0;
}
.gj-heading-candidates .count-candidate{
    font-weight: 600;
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 22px;
    text-transform: none;
}
.gj-candidates.gj-listing .candidate-item{
    border: 1px solid #eaeaea;
    border-radius: 0;
    -webkit-align-items: inherit;
    align-items: inherit;
    position: relative;
}
.gj-candidates.gj-listing .candidate-item:after{
    display: none;
}
.gj-candidates.gj-listing .candidate-item .content-item{
    width: 100%;
}
.gj-candidates.gj-listing .candidate-image{
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.gj-candidates .candidate-item .candidate-title a,
.gj-candidates .candidate-item .candidate-title span{
    display: block;
}
.gj-candidates .candidate-item .candidate-title a{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin-bottom: 5px;
}
.gj-candidates .candidate-item .candidate-title a i{
    font-size: 14px !important;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0 2px;
}
.gj-candidates .candidate-item .candidate-title span{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    font-weight: normal;
}
.gj-candidates.gj-listing .candidate-meta > div{
    display: block;
}
.gj-candidates .candidate-meta .meta-top{
    margin: 10px 0 15px;
}
.gj-candidates .candidate-meta .meta-top .field-hour_rate .field-value{
    font-weight: 600;
    color: #ff2626;
}
.gj-candidates.gj-listing .candidate-meta .meta-top > div {
    display: inline-block;
    padding-left: 12px;
    margin-right: 12px;
    position: relative;
}
.gj-candidates.gj-listing .candidate-meta .meta-top > div:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    left: 0;
    background: #cccccc;
}
.gj-candidates.gj-listing .candidate-meta .meta-top > div:first-child,
.gj-candidates.gj-listing .candidate-meta .meta-top > div.field-taxonomy_skill,
.gj-candidates.gj-listing .candidate-meta .meta-top > div.field-editor {
    padding-left: 0;
    margin-left: 0;
}
.gj-candidates.gj-listing .candidate-meta .meta-top > div:first-child:before,
.gj-candidates.gj-listing .candidate-meta .meta-top > div.field-editor:before,
.gj-candidates.gj-listing .candidate-meta .meta-top > div.field-taxonomy_skill:before {
    display: none;
}
.gj-candidates.gj-listing .candidate-meta > .meta-top div:first-child {
    padding-left: 0;
}
.gj-candidates.gj-listing .candidate-meta > .meta-top div:last-child {
    border: none;
}
.gj-candidates.gj-listing .candidate-meta > .meta-top .field-hour_rate {
    font-weight: 600;
    color: #ff2626;
}
.gj-candidates .candidate-meta > div .field-label,
.gj-candidates .candidate-meta > div .field-value{
    display: inline-block;
}
.gj-candidates .candidate-info i{
    position: relative;
    top: 2px;
    font-size: 16px !important;
}
.gj-candidates .candidate-info .candidate-title a i {
    color: #1dae0e;
}
.gj-candidates .candidate-meta > div span.label {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
}
.gj-candidates .candidate-meta > div .field-skills{
    margin-bottom: 15px;
}
.gj-candidates .candidate-meta > div .field-skills span{
    background-color: #f2f5fc;
    padding: 0 10px;
    margin: 0 3px 5px 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
}
.gj-candidates .candidate-meta > div .field-skills span a{
    color: inherit;
    font-size: 14px;
}
.gj-candidates .candidate-meta > div .field-gallery img{
    width: 57px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
/* Grid */
.gj-candidates.gj-grid{
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}
.gj-candidates.gj-grid .grid-content{
    padding: 0 12px;
    width: 33.33333%;
    margin-bottom: 24px;
    position: relative;
}
.gj-candidates.gj-grid .candidate-item{
    padding: 25px;
    float: left;
    background: #fff;
    border: 1px solid #eaeaea;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.gj-candidates.gj-grid .candidate-image{
    text-align: center;
    padding: 20px 0 40px;
    border-bottom: 1px solid #eaeaea;
}
.gj-candidates.gj-grid .candidate-image img{
    width: 105px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.gj-candidates.gj-grid .candidate-item .candidate-title a {
    margin-top: 30px;
    color: #333;
}
.gj-candidates.gj-grid .candidate-meta > div{
    display: block;
}
.gj-candidates.gj-grid .candidate-meta .meta-top i{
	margin-right: 10px;
}
.gj-candidates.gj-grid .candidate-info i {
    margin-right: 5px;
    width: 15px;
    display: inline-block;
}
.gj-candidates.gj-grid .candidate-meta > div .field-gallery img {
    margin-bottom: 5px;
    width: 52px;
}
/* Recent View */
.gj-recent-viewed .gj-candidates.gj-grid .grid-content{
    width: 100%;
    padding: 0;
}
.gj-candidates-slider.gj-candidates.gj-grid {
    margin: 0;
}
.gj-candidates-slider .owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px !important;
    color: #999999 !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.gj-candidates-slider .owl-nav button.owl-prev {
    left: -40px;
}
.gj-candidates-slider .owl-nav button.owl-next {
    right: -40px;
}
.gj-candidates-slider img{
    text-align: center;
    display: inline-block !important;
}
.gj-candidates-slider .owl-stage-outer{
    height: 100%;
}
.gj-candidates-slider .owl-stage {
    display: -webkit-flex;
    display: flex;
}
.gj-candidates-slider .owl-stage .owl-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.gj-candidates-slider .owl-stage > div > div{
    height: 100%;
}
/*=== End Candidate Listing ===*/

/*====== End Candidate ======*/

/*====== Employer Contact Form ======*/
.widget_gj_employer_contact_form .gj-employer-widget-wrap{
    padding: 30px 25px;
    background-color: #f2f5fc;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 1rem;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info ul li{
    margin-bottom: 5px;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info ul li .field-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    width: 110px;
    display: inline-block;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info ul .field-social .field-title{
    margin-bottom: 10px;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .employer-info ul .field-social a i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 8px;
    font-size: 18px;
    display: inline-block;
}
.gj-single-widget.gj-single-contact-form{
    padding-top: 30px;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .gj-single-widget.gj-single-contact-form .form-title{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget_gj_employer_contact_form .gj-employer-widget-wrap .gj-single-widget.gj-single-contact-form .form-description{
    margin-bottom: 20px;
    display: block;
}

/*====== Job Contact Form ======*/
.widget_gj_job_contact_form .gj-job-widget-wrap{
    padding: 30px 25px;
    background-color: #f2f5fc;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul{
    list-style-type: none;
    padding: 0;
    border: none;
    margin-bottom: 1rem;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul li{
    margin-bottom: 5px;
    padding: 0;
    border: none;
    display: inline-block;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul li .field-title{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    width: 110px;
    display: inline-block;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul li .iw-social-all {
    position: relative;
    top: -10px
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul .field-social .field-title{
    margin-bottom: 10px;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .job-info ul .field-social a i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 8px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.gj-single-widget.gj-single-contact-form{
    padding-top: 30px;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .gj-single-widget.gj-single-contact-form .form-title{
    font-size: 18px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget_gj_job_contact_form .gj-job-widget-wrap .gj-single-widget.gj-single-contact-form .form-description{
    margin-bottom: 20px;
    display: block;
}
/*====== Dashboard ======*/
.gj-block {
    padding: 55px 50px 80px;
}
.gj-form-2 .form-group.field-input input[type="password"],
.gj-form-2 .form-group.field-input input[type="number"],
.gj-form-2 .form-group.field-input input[type="text"],
.gj-form-2 .form-group.field-input input[type="email"],
.gj-form-2 .form-group.field-input input[type="url"],
.gj-form-2 .form-group.field-input input[type="textarea"],
.gj-form-2 .form-group.field-input select,
.gj-form-2 .form-group textarea, .gj-form-2 .form-group.field-dateTime input,
.gj-form-2 .inputs input,
.gj-form-2 .multiselect__tags,
.gj-dashboard-main-inner .vue-form-generator .form-control {
    border: 1px solid #d0d0d0;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    color: #666666 !important;
}
body .multiselect__input, body .multiselect__single,
.form-group .wrapper .ql-container.ql-snow .ql-editor {
    font-size: 14px;
    color: #666666;
}
.gj-form-2 .form-group label {
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 7px;
    color: #333;
    text-transform: uppercase;
}
.gj-form-2 .vue-form-generator fieldset legend {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.gj-form-2 .vue-form-generator fieldset legend:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 0;
    background: #eeeeee;
}
body .multiselect__tag {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #eff1f8;
    font-size: 13px;
    font-weight: 500;
    color: #999999;
}
.gj-form-2 .multiselect__tags .multiselect__placeholder {
    font-size: 14px;
}
.gj-form-2 .multiselect--active .multiselect__tags .multiselect__placeholder {
    display: inline-block;
}
body .multiselect__tag .multiselect__tag-icon,
body .multiselect__tag .multiselect__tag-icon:after {
    color: #999999;
}
.gj-btn-primary,
.gj-btn {
    padding: 0 35px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
/*====== Start Job ======*/
.breadcrumbs-job ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs-job ul li {
    display: inline-block;
}
.job-detail .container-box {
    padding-top: 70px;
}
.job-detail .job-box .job-title {
    font-size: 34px;
    color: #333;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 10px;
}
.job-detail .job-box .employer-name {
    font-size: 16px;
    font-weight: 600;
    color: #1dae0e;
    line-height: 1.2em;
    margin: 0 0 18px;
}
.job-detail .job-box .job-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.job-detail .job-box .job-meta ul li {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    margin: 0;
    padding-right: 20px;
}
.job-detail .job-box .job-meta ul li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 7px;
    background-color: #666666;
}
.job-detail .job-box .job-meta ul li:last-child:after {
    display: none;
}
.job-detail .job-box .job-meta ul li i {
    margin-right: 2px;
}
.job-detail .job-box .job-meta ul li span {
    display: inline-block;
}
.job-detail .job-box .job-meta ul li.view-job i {
    position: relative;
    top: 1px;
}
.job-detail .job-box .job-meta ul li.posted .time {
    color: #085dad;
}
.job-detail .job-box .job-meta ul li.expries .date {
    padding: 3px 9px 5px;
    border-radius: 2px;
    font-weight: 600;
    background-color: #d0f7ca;
}
.job-detail .job-meta-box > div {
    padding: 18px 30px;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}
.job-detail .job-meta-box .field-label {
    margin: 0;
}
.job-detail .job-meta-box .field-label span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    line-height: 1.75em;
    text-transform: capitalize;
    margin: 0;
    flex: 1;
    -webkit-flex: 1;
}
.job-detail .job-meta-box .field-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.job-detail .job-meta-box .field-label i {
    font-size: 30px;
    width: 50px;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.job-detail .job-meta-box .field-salary_from .field-label i {
    font-size: 25px;
}
.job-detail .job-meta-box > div .field-value {
    display: block;
    text-transform: capitalize;
    line-height: 1.3em;
    padding-left: 50px;
}
.job-detail .job-meta-box .field-salary_from .field-value,
.job-detail .job-meta-box .field-salary_to .field-value {
    font-size: 18px;
    color: #fe281f;
    font-weight: 600;
}
.job-detail .job-meta-box .field-taxonomy .field-value {
    color: #1dae0e;
}
.job-detail .job-meta-box .field-taxonomy .field-value a{
    position: relative;
    margin-right: 8px;
    text-transform: none;
}
.job-detail .job-meta-box .field-taxonomy:not(.field-taxonomy_skill) .field-value a:after{
    content: ',';
    position: absolute;
    right: -5px;
    top: 0;
}
.job-detail .job-meta-box .field-taxonomy .field-value a:last-child:after{
    display: none;
}
.job-detail .job-meta-box .field-taxonomy.field-taxonomy_skill .field-value a{
    padding: 4px 8px;
    background: #f2f5fc;
    color: #666;
    margin-bottom: 7px;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px;
}
.job-detail .job-meta-box .field-type .field-value {
    font-weight: 600;
}
.job-detail .job-meta-box > div .field-value ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job-detail .job-meta-box > div .field-value .gj-time-line:before,
.job-detail .job-meta-box > div .field-value .gj-time-line li:before {
    display: none;
}
.job-detail .job-meta-box > div .field-value .gj-time-line li {
    margin: 0;
}
.job-detail .job-meta-box > div .field-value .gj-time-line li > div {
    margin: 0 0 8px;
    line-height: 1.2em;
    font-size: 14px;
}
.job-detail .job-meta-box > div .field-value .gj-time-line li > div:last-child {
    margin-bottom: 0;
}
.job-detail .job-meta-box .field-taxonomy_skill .field-value span {
    font-size: 13px;
    color: #999999;
    line-height: 1.1em;
    padding: 5px 8px;
    margin-bottom: 5px;
    background-color: #eff1f8;
    border-radius: 3px;
}
.job-detail .job-meta-box .field-taxonomy_skill .field-value span:after {
    display: none;
}
.job-detail .job-meta-box > div .field-value .gj-time-line li .bottom {
    font-weight: 400;
}
.job-detail .job-detail-content .field-description .field-value {
    line-height: 1.9em;
}
.job-detail .job-detail-content .field-description .field-value p {
    margin-bottom: 32px;
}
.job-detail .job-detail-content .field-descriptions h3{
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 24px;
}
.job-detail.default .job-detail-content h3.title-block{
    font-weight: 700;
    margin-bottom: 25px !important;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
}
.job-detail aside.widget{
    border-top: none !important;
}
.job-detail .job-detail-content .field-description .field-value ul {
    margin-bottom: 35px;
}
.job-detail .job-detail-content .field-description .field-value ul li {
    line-height: 1.75em;
}
.job-detail .job-detail-content .gj-field-default {
    margin-bottom: 60px;
}
.job-detail .job-detail-content .job-apply {
    margin-top: 10px;
}
.job-detail .job-apply a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 15px 12px;
    text-transform: capitalize;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.job-detail .job-apply a:hover {
    opacity: 0.8;
}
.job-detail .job-apply a i {
    margin-left: 10px;
}
.job-detail.default.style-1 .job-related {
    background-color: #f2f5fc;
}
.job-detail.default .job-related {
    padding: 80px 0 90px;
}
.job-detail.default .job-related h3.title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 36px;
}
.job-detail.default .job-related .item {
    margin: 0;
    padding: 20px 20px 20px 25px;
    border: 1px solid #e2e4ea;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: none;
}
.job-related .job-related__list .item .item-info__top {
    margin-bottom: 15px;
}
.job-related .job-related__list .item .item-info__top .company-logo {
    margin-right: 15px;
    width: 80px;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}
.job-related .job-related__list .item .item-info__top .company-logo a {
    display: block;
}
.job-related .job-related__list .item .item-info__top .job-type {
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}
.job-detail .job-related .job-related__list .job-meta h3.job-title {
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 4px;
}
.job-detail .job-related .job-related__list .job-meta h3.job-title a {
    display: inline-block;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top {
    margin:  0 0 16px;
}
.job-related .job-related__list .item .job-meta .company-title i{
    color: #1dae0e;
}
.job-related .job-related__list .item .job-meta .company-title {
    margin: 0 0 18px;
    color: #999999;
    font-size: 14px;
    line-height: 1.2em;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top span {
    position: relative;
    display: inline-block;
    line-height: 1.75em;
    padding-right: 10px;
    margin-right: 10px;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top span:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 60%;
    width: 1px;
    background-color: #808080;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.job-detail .job-related .job-related__list .job-meta {
    flex: 1;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top span:last-child {
    padding-right: 0;
    margin-right: 0;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top span:last-child:after {
    display: none;
}
.job-detail .job-related .job-related__list .job-meta .job-meta__top span.time {
    color: #085dad;
}
.job-detail .job-related .job-related__list .job-meta .job-salary-related {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    color: #ff2626;
    font-weight: 600;
    margin-bottom: 3px;
}
.job-detail .job-related .job-related__list .job-skill-list .item-skill {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    line-height: 1.1em;
    padding: 5px 8px;
    margin: 0 1px 8px 0;
    background-color: #eff1f8;
    border-radius: 3px;
}
.job-detail .job-related .job-related__list .job-skill-list .item-skill:last-child {
    margin-right: 0;
}
.job-detail .job-related .job-related__list .owl-stage,
.job-detail .job-related .job-related__list .owl-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}
.job-detail .job-related .job-related__list .owl-nav button:focus {
    outline: none;
}
.job-detail .job-related .job-related__list .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 25px;
    color: #999999;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.job-detail .job-related .job-related__list .owl-nav button.owl-prev {
    left: -60px;
}
.job-detail .job-related .job-related__list .owl-nav button.owl-next {
    right: -60px;
}
.save-job-login {
    background-color: transparent;
    border: none;
}
.save-job-login:focus {
    outline: none;
    color: #bbbbbb;
}
.save-job-style {
    padding: 0;
    margin-left: 15px;
    font-size: 18px;
    color: #bbbbbb;
    line-height: initial;
}
.save-job-style:focus {
    color: #bbbbbb;
}
.save-job-style:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 400;
}
.save-job-style.saved:before {
    font-weight: 900;
    color: #ff2626;
}
.save-job-style:hover {
    color: #ff2626;
}
.gj-field-default .field-value > ul {
    padding: 0;
}
/* Job Style 1 */
.breadcrumbs-job {
    margin-bottom: 35px;
}
.job-detail .job-cover-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.job-detail.style-1 .job-cover-image {
    height: 550px;
}
.job-detail.style-1 .job-box {
    background-color: #f2f5fc;
    padding: 0 0 70px;
}
.job-detail.style-1 .job-box .job-meta {
    margin-bottom: 35px;
    color: #777;
}
.job-detail.style-1 .job-box .job-meta i {
    color: #aaa;
}
.job-detail.style-1 .job-box .job-meta ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.job-detail.style-1 .job-box .job-meta ul li {
    float: left;
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    font-size: 14px;
    line-height: 1.9;
}
.job-detail.style-1 .job-box .job-meta ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.job-detail.style-1 .job-box .job-meta ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    right: 0;
    background: #666666;
}
.job-detail.style-1 .job-box .job-meta ul li:last-child:after {
    display: none;
}
.job-detail.style-1 .job-box .job-meta ul li.expries .date {
    padding: 0 9px 0;
}
/* Job Style 2 */
.job-detail.style-2 {
    padding-top: 50px;
    border-top: 1px solid #e2e4ea;
    background-color: #f2f5fc;
}
.job-detail.style-2 .job-cover-image {
    height: 460px;
}
.job-detail.style-2 .container {
    padding: 0;
}
.job-detail.style-2 .content-wrap {
    padding: 0 0 100px;
}
.job-detail.style-2 .container-box,
.job-detail.style-2 .container-related {
    padding: 0 50px;
}
.job-detail.style-2 .container-box {
    background-color: #ffffff;
}
.job-detail.style-2 .job-box .container-box {
    padding-top: 50px;
    padding-bottom: 50px;
}
.job-detail.style-2 .content-detail .container-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
}
.job-detail.style-2 .content-detail .container-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    right: 50px;
    width: auto;
    height: 1px;
    background-color: #eaeaea;
}
.job-detail.style-2 .job-box .job-apply {
    margin-bottom: 18px;
}
.single-gj_job .modal .modal-dialog .modal-content {
    border: none;
    background-color: #f7f7fc;
}
.job-detail.style-2 .job-box .job-meta{
    color: #777;
}
.job-detail.style-2 .job-box .job-meta i{
    color: #aaa;
}
/*====== End Job ======*/

/*====== Start Detail Employer ======*/
.gj-employer-detail .page-heading .employer-logo {
    width: auto;
}
.gj-employer-detail .page-heading .content-heading {
    padding: 0;
    width: auto;
}
.gj-employer-detail .page-heading .content-heading .employer-logo {
    background-color: transparent;
    padding: 10px;
    min-height: auto;
    margin-right: 28px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    align-items: center;
}
.gj-employer-detail .page-heading .content-heading .employer-logo a {
    overflow: hidden;
    display: block;
}
.gj-employer-detail .page-heading .employer-info .employer-name {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
}
.gj-employer-detail .employer-rate {
    line-height: initial;
}
.gj-employer-detail .employer-rate i {
    font-size: 17px;
    color: #ffbf02;
}
.gj-employer-detail .employer-rate .text {
    margin-left: 5px;
}
.gj-employer-detail .page-heading .employer-info .list-meta li {
    line-height: 1.2em;
}
.gj-employer-detail .page-heading .employer-info .list-meta li i {
    margin-right: 0;
}
.gj-employer-detail .page-heading .employer-info .list-meta li .number {
    font-weight: 600;
    color: #333;
}
.gj-employer-detail .page-heading .action-button {
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gj-employer-detail .page-heading .action-button .btn-item {
    justify-content: center;
    -webkit-justify-content: center;
}
.gj-employer-detail .page-heading .action-button .btn-item:after {
    display: none;
}
.gj-employer-detail .page-heading .action-button .btn-item {
    text-align: center;
    padding: 5px 0;
    color: #1dae0e;
    border: 1px solid #1dae0e;
    border-radius: 3px;
    width: 99px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-employer-detail .page-heading .action-button .btn-item.btn-share {
    padding-top: 7px;
}
.gj-employer-detail .page-heading .action-button .btn-item:hover {
    color: #ffffff;
}
.gj-employer-detail .follow-button {
    margin-left: 8px;
}
.gj-employer-detail .follow-button .follow {
    display: inline-block;
    text-align: center;
    padding: 5px 0 6px;
    margin: 0;
    color: #1dae0e;
    border: 1px solid #1dae0e;
    border-radius: 3px;
    min-width: 99px;
    width: auto;
    font-size: 14px;
    box-shadow: none;
    background: transparent;
}
.gj-employer-detail .follow-button .follow span {
    display: inline-block;
}
.gj-employer-detail .follow-button .follow:hover {
    background: transparent !important;
}
.gj-employer-detail .page-heading .action-button .btn-item i,
.gj-employer-detail .follow-button .follow.followed i {
    font-size: 18px;
}
.gj-employer-detail .follow-button .follow:hover
.gj-employer-detail .follow-button .follow.followed {
    color: #ffffff;
}
.gj-employer-detail .follow-button .follow:hover a {
    background: transparent !important;
}
.gj-employer-detail .follow-button .follow i {
    margin-right: 5px;
}
.gj-employer-detail .follow-button .follow i:before {
    position: relative;
    top: 2px;
}
.gj-employer-detail .page-heading .action-button .btn-item:hover a {
    color: #ffffff;
}
.gj-employer-detail .follow-button:hover .follow.followed {
    color: #ffffff !important;
}
.gj-employer-detail .widget-btn-action-job-warp .btn-item .share-box {
    padding: 5px 6px;
    min-width: 140px;
    text-align: center;
}
.gj-employer-detail .widget-btn-action-job-warp .btn-item.btn-share:hover .share-box {
    top: 115%;
}
.gj-employer-detail .widget-btn-action-job-warp .btn-item.btn-share .share-box a {
    margin: 0 6px;
}
.gj-employer-detail .widget-btn-action-job-warp .btn-item.btn-share .share-box i {
    font-size: 14px;
    top: auto;
}
.gj-employer-detail .gj-employer-content .gj-field-default {
    margin-bottom: 60px;
}
.gj-employer-detail .gj-employer-content .gj-field-default .field-label {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}
.gj-employer-detail .gj-employer-content .gj-field-default .field-label i {
    font-size: 18px;
    margin-right: 5px;
}
.gj-employer-detail .gj-employer-content .gj-field-default .field-label i {
    display: none;
}
.gj-employer-detail .gj-employer-content .gj-field-default .field-label span {
    font-size: 24px;
    font-weight: 700;
}
.gj-employer-detail .gj-employer-content .gj-field-default.field-taxonomy_skill .field-value {
    display: table;
    width: 100%;
}
.gj-employer-detail .gj-employer-content .gj-field-default.field-taxonomy_skill .field-value a {
    display: inline-block;
    float: left;
    color: #666666;
    padding: 5px 15px;
    background: #eff1f8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 5px 5px 0;
}
.gj-employer-detail .gj-employer-content .field-description h3{
    margin-top: 60px;
}
.gj-employer-detail .gj-employer-content .field-description h3:first-child{
    margin-top: 0;
}
.gj-review-area .gj-review-container h3.title-block{
    font-weight: 700;
    margin-bottom: 25px !important;
    color: #333;
}
/*====== End Detail Employer ======*/

/*====== Start Employer ======*/
.gj-employers-page .gj-sidebar.left{
    padding-right: 55px;
}
.gj-employers-page .gj-sidebar.right{
    padding-left: 55px;
}
.gj-employers-page .page-heading {
    background-color: #f2f5fc;
    padding-bottom: 15px;
}
.gj-employers-page .contents-main {
    background-color: #f2f5fc;
    padding-top: 30px;
}
.gj-employers-page .gj-result-sorting .gj-default-sorting {
    margin: 0;
}
.gj-employers-page .gj-result-sorting .layout-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gj-employers-page .gj-result-sorting .layout-switcher ul li:last-child {
    margin-right: 0;
}
.gj-employers-page .gj-result-sorting .layout-switcher ul li a {
    font-size: 22px;
    color: #666666;
}
.gj-employers-page .gj-result-sorting .gj-default-sorting {
    -webkit-flex-grow: initial;
    flex-grow: initial;
    -webkit-flex: initial;
    flex: initial;
}
.gj-employers.gj-listing .gj-employer-item {
    display: block;
    padding: 32px;
    border: 1px solid #e2e4ea;
    border-radius: 0;
    box-shadow: none;
}
.gj-employers.gj-listing .gj-employer-item:last-child{
    margin-bottom: 0;
}
.gj-employers.gj-listing .gj-employer-item:after {
    border-radius: 0;
    border-width: 1px;
}
.gj-employers.gj-listing .gj-employer-item:hover:after {
    border-color: #1dae0e;
}
.gj-employers.gj-listing .gj-employer-item .employer-image {
    border: none;
    padding: 0;
}
.gj-employers.gj-listing .gj-employer-item .employer-image a {
    display: block;
    margin: 0;
}
.gj-employers.gj-listing .gj-employer-item .employer-image {
    display: block;
    width: 80px;
    min-width: 80px;
    min-height: initial;
    max-height: initial;
    border-radius: 0;
}
.gj-employers.gj-listing .gj-employer-item .employer-name {
    font-size: 18px;
    margin: 0;
}
.gj-employers.gj-listing .gj-employer-item .employer-name a{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
    display: inline-block;
}
.gj-employers .gj-employer-item .employer-name a {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
    color: #333;
}
.gj-employers .gj-employer-item .employer-name i {
    display: inline-block;
    font-size: 14px;
    padding: 0 2px;
    color: #1dae0e;
}
.gj-employers.gj-listing .gj-employer-item .employer-info {
    width: 100%;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: unset;
    align-items: unset;
}
.gj-employers .gj-employer-item .employer-info-rate .star {
    color: #ffbf02;
    font-size: 16px;
    margin-right: 10px;
}
.gj-employers .gj-employer-item .employer-info-rate .star i {
    margin-right: -5px;
}
.gj-employers .gj-employer-item .employer-info-rate .star i:last-child {
    margin-right: 0;
}
.gj-employers .gj-employer-item .employer-info-rate .total {
    color: #999999;
}
span.featured_label {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 0 7px;
    color: #1dae0e;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: capitalize;
    white-space: nowrap;
    background-color: #d0f7ca;
    border-radius: 3px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gj-employers.gj-listing .gj-employer-item .employer-meta > div {
    position: relative;
    padding-right: 10px;
    margin-right: 12px;
    line-height: 1.9;
}
.gj-employers.gj-listing .gj-employer-item .employer-meta > div:last-child {
    margin-right: 0;
    padding-right: 0;
}
.gj-employers.gj-listing .gj-employer-item .employer-meta > div:not(:first-child):before {
    position: absolute;
    content: "";
    width: 1px;
    height: 65%;
    top: 50%;
    left: -10px;
    background-color: #cccccc;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gj-employers.gj-listing .gj-employer-item .employer-meta > div.field-editor:before {
    display: none;
}
.gj-employers.gj-listing .gj-employer-item .employer-meta > div.field-editor {
    display: block;
    margin-top: 14px;
    line-height: 1.45em;
}
.gj-employers .gj-employer-item .employer-meta div.field-taxonomy_skill {
    display: table;
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
    border: none;
}
.gj-employers .gj-employer-item .employer-meta div.field-taxonomy_skill:before {
    display: none;
}
.gj-employers .gj-employer-item .employer-meta .field-taxonomy_skill span,
.gj-employers .gj-employer-item .employer-meta .field-taxonomy_skill i {
    display: none;
}
.gj-employers .gj-employer-item .employer-meta .field-taxonomy_skill a {
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #eff1f8;
    color: #999999;
}
.gj-employers.gj-listing .gj-employer-item .employer-meta i {
    margin-right: 10px;
}
.gj-employers.gj-listing .gj-employer-item .employer-info-inner {
    width: 100%;
}
.gj-employers.gj-listing .gj-employer-item .employer-info-top {
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 15px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.gj-employers.gj-listing .gj-employer-item .employer-info-top .button-actions {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.gj-employers .gj-employer-item .follow-button {
    line-height: initial;
    margin-left: 18px;
}
.gj-employers .gj-employer-item .follow-button a {
    display: inline-block;
    font-size: 18px;
    color: #bbbbbb;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-employers .gj-employer-item .follow-button a:before,
.saveJob a.gj-save-job:before,
.gj-candidates .candidate-item .resume-button a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 400;
}
.gj-employers .gj-employer-item .follow-button a:hover:before,
.saveJob a.gj-save-job:hover:before,
.gj-candidates .candidate-item .resume-button a:hover:before{
    color: #ff2626;
}
.gj-employers .gj-employer-item .follow-button a.followed:before,
.saveJob a.gj-save-job.saved:before,
.gj-candidates .candidate-item .resume-button a.saved:before{
    font-weight: 900;
    color: #ff2626;
}
.gj-employers .gj-employer-item .employer-info div.openjobs {
    margin: 0 !important;
}
.gj-employers .gj-employer-item .employer-info div.openjobs a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 10px 2px !important;
    line-height: 1.4em;
    border-radius: 3px;
    border-color: transparent;
    background-color: #1dae0e;
}
.gj-employers.gj-grid {
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gj-employers.gj-grid .gj-employer-item {
    float: none;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.gj-employers.gj-grid .gj-employer-item .item {
    position: relative;
    padding: 29px 24px 29px 30px;
    border: 1px solid #e2e4ea;
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    flex: 1;
}
.gj-employers.gj-grid .gj-employer-item .item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-employers.gj-grid .gj-employer-item .item:hover::after {
    border-color: #1dae0e;
}
.gj-employers.gj-grid .gj-employer-item .employer-info {
    position: relative;
    z-index: 1;
}
.gj-employers.gj-grid .gj-employer-item .employer-info-top {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.gj-employers.gj-grid .gj-employer-item .employer-info-top:after {
    display: table;
    content: "";
    clear: both;
}
.gj-employers .gj-employer-item .for-grid,
.gj-employers.gj-grid .gj-employer-item .for-listing {
    display: none !important;
}
.gj-employers.gj-grid .gj-employer-item .for-grid {
    display: block !important;
}
.gj-employers.gj-grid .gj-employer-item .employer-info-top .featured_label {
    float: left;
}
.gj-employers.gj-grid .gj-employer-item .employer-info-top .follow-button {
    float: right;
}
.gj-employers.gj-grid .gj-employer-item .employer-image {
    position: relative;
    text-align: center;
    margin-bottom: 21px;
    z-index: 1;
}
.gj-employers.gj-grid .gj-employer-item .employer-image a {
    display: inline-block;
    width: 120px;
}
.gj-employers.gj-grid .employer-info-meta .employer-meta > div {
    display: table;
    width: 100%;
    margin: 0 0 1px;
}
.gj-employers.gj-grid .gj-employer-item .employer-meta div.field-taxonomy_skill {
    margin-top: 10px;
}
.gj-employers.gj-grid .employer-info-meta .employer-meta .field-editor {
    display: none;
}
.gj-employers.gj-grid .employer-info-meta .employer-meta > div i {
    margin-right: 15px;
    font-size: 15px;
}
.gj-employers.gj-grid .employer-info-meta .employer-meta .field-companysize span {
    font-weight: 600;
    color: #333;
}
.gj-employers.gj-grid .employer-info-meta .employer-meta .field-companysize span.label{
    font-weight: normal;
    color: #666;
}
.gj-employers.gj-grid .gj-employer-item .employer-info .openjobs {
    margin-top: 20px !important;
}
.employer-info .employer-meta span.label:after{
    content: ": ";
}
.gj-location-search-form .search-distance-label {
    color: #1dae0e !important;
}
.asRange .asRange-pointer:before {
    background-color: #1dae0e !important;
}
.gj-location-search-form .asRange .asRange-selected,
.gj-input-checkbox [type="checkbox"]:checked + label:before {
    background-color: #1dae0e;
}
.single-gj_employer .gj-jobs-employer {
    margin-top: 60px;
}
.single-gj_employer .gj-jobs-employer h3{
    font-size: 24px;
}
.single-gj_employer .gj-jobs-employer .gj-job-items .job-item {
    padding: 25px 30px 22px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-info-inner {
    margin-bottom: 18px;
}
.single-gj_employer .gj-jobs-employer .job-item .job-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.single-gj_employer .gj-jobs-employer .job-item .job-title a {
    color: #333;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta {
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 11px;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta p {
    margin: 0 10px 0 0;
    border-right: 1px solid #e2e2e2;
    display: inline-block;
    padding-right: 10px;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta p i {
    margin-right: 0;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta .salary {
    font-weight: 600;
    font-size: 16px;
    color: #ff2626;
}
.single-gj_employer .gj-jobs-employer .job-item .action-buttons {
    line-height: initial;
}
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .saveJob button {
    font-size: 18px;
    border: none;
    background-color: transparent;
}
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .saveJob button:before,
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .saveJob a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-weight: 400;
    color: #bbbbbb;
}
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .type {
    font-weight: 600;
    margin-right: 20px;
}
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .saveJob button:hover:before,
.single-gj_employer .gj-jobs-employer .job-item .action-buttons .saveJob a.saved:before {
    font-weight: 900;
    color: #ff2626;
}
.single-gj_employer .gj-jobs-employer .job-item .job-skill-list .item-skill {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    line-height: 1.1em;
    padding: 5px 8px;
    margin: 0 1px 8px 0;
    background-color: #eff1f8;
    border-radius: 3px;
}
.widget.widget_gj_employer_infomation {
    background-color: #f2f5fc;
}
.widget.widget_gj_employer_infomation .gj-field-social li {
    margin-bottom: 0;
}
.widget.widget_gj_employer_infomation .gj-info-sidebar > ul {
    padding: 30px 30px 35px;
}
.widget.widget_gj_employer_infomation .gj-info-sidebar > ul > li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.widget.widget_gj_employer_infomation .gj-info-sidebar > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget.widget_gj_employer_infomation .gj-info-sidebar > ul > li:not(:first-child) .field-social {
    margin-top: 30px;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default .field-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default .field-label span {
    line-height: 1.5em;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default .field-label i {
    font-size: 26px;
    color: #1dae0e;
    margin-right: 25px;
    width: auto;
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.widget.widget_gj_employer_infomation ul li .gj-field-default .field-value {
    margin-left: 52px;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default.field-category .field-value {
    color: #1dae0e;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default.field-social .field-label {
    display: none;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default.field-social .field-value {
    margin: 0;
}
.widget.widget_gj_employer_infomation .gj-field-social li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    background-color: #333333;
}
.widget.widget_gj_employer_infomation .gj-field-social li a:hover {
    opacity: 0.8;
}
.widget.widget_gj_employer_infomation .gj-field-social .twitter a {
    background-color: #50abf1;
}
.widget.widget_gj_employer_infomation .gj-field-social .linkedin a {
    background-color: #2868b2;
}
.widget.widget_gj_employer_infomation .gj-field-social .facebook a {
    background-color: #2980b9;
}
.widget.widget_gj_employer_infomation .gj-field-social .pinterest a {
    background-color: #BD081C;
}
.widget.widget_gj_employer_infomation .gj-field-social .behance a {
    background-color: #0056ff;
}
.widget.widget_gj_employer_infomation .gj-field-social .google a {
    background-color: #DB4437;
}
.widget.widget_gj_employer_infomation .gj-field-social .dribbble a {
    background-color: #ea4c88;
}

/* Employer Single Style 1 */
.gj-employer-detail aside.widget{
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gj-employer-detail .style-1 .page-heading {
    background-color: #ffffff;
    padding: 42px 0 30px;
}
.gj-employer-detail .job-cover-image {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gj-employer-detail .style-1 .job-cover-image {
    height: 550px;
}
.gj-employer-detail .style-1 .job-cover-image ~ .page-heading {
    padding-top: 0;
}
.gj-employer-detail .style-1 .job-cover-image ~ .page-heading .container {
    position: relative;
    padding-top: 42px;
    margin-top: -60px;
    background-color: #ffffff;
}
.gj-employer-detail .style-1 .page-heading .warp {
    padding-bottom: 26px;
    border-bottom: 1px solid #e0e0e0;
}
.gj-employer-detail .style-1 .employer-detail-wrap.main-content {
    padding-top: 20px;
    padding-bottom: 102px;
}
.gj-employer-detail .style-1 .page-heading .content-heading .employer-logo {
    width: 100px;
    height: 100px;
}
.gj-employer-detail .style-1 .page-heading .employer-info .employer-name {
    margin-bottom: 4px;
}
.gj-employer-detail .style-1 .employer-rate {
    margin-bottom: 14px;
}
.gj-employer-detail .style-1 .page-heading .employer-info .list-meta li {
    border-right: 1px solid #cccccc;
    margin-right: 10px;
    padding-right: 12px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}
.gj-employer-detail .style-1 .page-heading .employer-info .list-meta li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

/* Employer Single Style 2 */
.gj-employer-detail .style-2 {
    padding-top: 50px;
    background-color: #f2f5fc;
}
.gj-employer-detail .style-2 .job-cover-image {
    height: 460px;
}
.gj-employer-detail .style-2 .job-cover-image.container {
    padding: 0;
}
.gj-employer-detail .style-2 .page-heading {
    padding: 0;
    background-color: transparent;
}
.gj-employer-detail .style-2 .container {
    background-color: #ffffff;
}
.gj-employer-detail .style-2 .warp {
    margin-bottom: 30px;
}
.gj-employer-detail .style-2 .item-warp {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 60px;
}
.gj-employer-detail .style-2 .item-warp:first-child {
    border-bottom: 0;
    padding-top: 42px;
    padding-bottom: 0;
}
.gj-employer-detail .style-2 .gj-employer-content {
    background-color: transparent;
}
.gj-employer-detail .style-2 .employer-detail-wrap.main-content {
    padding-top: 0;
}
.gj-employer-detail .style-2 .page-heading .content-heading .employer-logo {
    width: 170px;
    height: 170px;
}
.gj-employer-detail .style-2 .page-heading .employer-info .employer-name {
    margin-bottom: 7px;
}
.gj-employer-detail .style-2 .employer-rate {
    margin-bottom: 25px;
}
.gj-employer-detail .style-2 .page-heading div.action-button {
    margin-bottom: 15px;
}
.gj-employer-detail .style-2 .page-heading .employer-info ul {
    margin: 0;
}
.gj-employer-detail .style-2 .page-heading .employer-info .list-meta li {
    margin-bottom: 9px;
}
.gj-employer-detail .style-2 .page-heading .employer-info .list-meta li:last-child {
    margin-bottom: 0;
}
.gj-employer-detail .post-social-share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin-right: 7px;
    border-radius: 3px;
    overflow: hidden;
}
.gj-employer-detail .post-social-share a:hover {
    opacity: 0.8;
}
.gj-employer-detail .post-social-share a:last-child {
    margin-right: 0;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar {
    padding: 25px 0 0;
    background-color: #f2f5fc;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default {
    margin: 0;
    padding: 0 25px;
    margin-bottom: 25px;
    border-right: 1px solid #dddddd;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default:nth-child(4n),
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default:last-child {
    border-right: 0;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-label {
    margin: 0 0 3px;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-label i {
    margin-right: 10px;
    font-size: 16px;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-label span {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-value {
    line-height: 1.3em;
    font-weight: 600;
    font-size: 17px;
    color: #333;
}
.gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-value span {
    display: inline-block;
}
.gj-employer-detail .style-2 .employer-info-wrap .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*====== End Employer ======*/

/*====== Start Review ======*/
.gj-employer-detail .gj-review-area {
    margin-bottom: 20px;
    margin-top: 0;
}
.gj-employer-detail .gj-review-area .title-block {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.gj-review-area .gj-review-item {
    padding: 40px 35px 32px 40px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.gj-review-area .gj-review-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
}
.gj-review-area .gj-review-item .review-avatar {
    float: none;
    width: 80px;
    height: 80px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.gj-review-area .gj-review-item .review-details span.er-rate-count > i {
    margin-right: -7px;
}
.gj-review-area .gj-review-item .review-details span.er-rate-count > i:last-child {
    margin-right: 0;
}
.gj-review-area .gj-review-item .review-avatar img {
    width: 100%;
}
.gj-review-area .gj-review-item .review-details {
    width: 100%;
    padding-left: 40px;
}
.gj-review-area .gj-review-item .review-details .er-review-title {
    width: auto;
    margin-top: -10px;
    margin-bottom: 0;
}
.gj-review-area .gj-review-item .review-details .er-review-title .er-title-bold {
    font-size: 18px;
    color: #333;
    margin: 0;
}
.gj-review-area .gj-review-item .review-details .er-review-des {
    line-height: 1.6em;
}
.gj-review-area .gj-review-item .review-details .er-review-title .review-author {
    font-size: 14px;
    font-weight: 400;
}
.gj-review-area .gj-review-item .review-details .meta {
    margin-bottom: 20px;
}
.gj-review-area .gj-review-item .review-details .meta p {
    display: inline-block;
    line-height: 1.2em;
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
}
.gj-review-area .gj-review-item .review-details .meta p i{
    color: #aaa;
}
.gj-review-area .gj-review-item .review-details .meta p:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.gj-review-area .gj-review-item .review-details .meta-review {
    color: #999999;
}
.review-details .er-review-title.er-rate-content {
    margin: 0;
}
.gj-review-area .form-review {
    margin-top: 20px;
    border-top: 0;
    padding: 12px 30px !important;
    background-color: #f2f5fc;
}
.gj-review-area .form-review .re-form-container .re-post-form-submit {
    padding-left: 0;
}
.gj-review-area .form-review .re-form-container .rve-avatar img {
    max-width: 100%;
}
.gj-review-area .form-review .form-review-top .text-collapse {
    margin: 0 10px 0 0;
    font-size: 16px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gj-review-area .form-review .form-review-top .text-collapse .text-title {
    font-weight: 600;
    color: #333;
}
.gj-review-area .form-review .form-review-top .btn {
    padding: 9px 27px;
    color: #ffffff;
    outline: none;
}
.gj-review-area .form-review .form-review-top .btn:hover {
    color: #ffffff;
}
.gj-review-area .form-review .form-review-top .btn:focus {
    box-shadow: none;
}
.gj-review-area .form-review .form-review-top .btn:active {
    border-color: transparent;
    background-color: transparent;
}
.gj-review-area .form-review .form-review-top .btn.active {
    font-size: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
}
.gj-review-area .form-review .form-review-top .btn.active:before {
    content: "\e873";
    font-size: 14px;
    color: #333;
    font-family: 'Linearicons-Free';
}
.gj-review-area .form-review .gj-review-form {
    border-top: 1px solid #e2e2e2;
    margin-top: 14px;
    padding-top: 25px;
    padding-bottom: 28px;
}
.form-review .re-form-container .re-post-form-submit .gj-review-stars {
    margin-bottom: 15px;
}
.form-review .re-form-container .re-post-form-submit .gj-review-title {
    margin-bottom: 9px;
}
.form-review .re-form-container .re-post-form-submit .gj-review-stars .re-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.gj-review-area .form-review .gj-count-stars .gj-rating-icon i[class*="ion-android-"] {
    font-size: 16px;
}
.gj-review-area .form-review .gj-count-stars .gj-rating-icon i {
    margin-right: -10px;
}
.gj-review-area .form-review .gj-count-stars .gj-rating-icon i:last-child {
    margin-right: 0;
}
.form-review .re-form-container .re-post-form-submit .gj-review-btn {
    margin: 0;
    padding: 12px 30px;
    height: auto;
    line-height: normal;
}
.form-review .re-form-container .re-post-form-submit .gj-review-content {
    margin-bottom: 0;
}
.form-review .re-form-container .re-post-form-submit .gj-review-content .gj-textarea {
    height: 150px;
}
.gj-review-area .form-review .gj-respon-msg {
    margin: 0;
}
.gj-review-area .form-review .gj-review-btn-submit {
    margin-top: 12px;
}
/*====== End Review ======*/
/* Dashboard Employer */
body .gj-dashboard .gj-dashboard-main .gj-table-default table tbody tr {
    border: none;
}
body .gj-dashboard .gj-dashboard-main .gj-table-default table tbody tr:hover {
    border: none;
    background: none;
}
body .gj-dashboard .gj-dashboard-main .gj-table-default table > thead > tr > th {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.gj-dashboard .gj-dashboard-main .gj-table-default table tbody tr td {
    padding: 10px 5px !important;
    color: #666666;
    vertical-align: middle;
    font-weight: 400;
}
.gj-overview-employer .info-top-wrap .row-top {
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.gj-overview-employer .info-top-wrap .row-top .left {
    background: #ffffff;
    border: 1px #e2e4ea solid;
}
.gj-overview-employer .info-top-wrap .row-top > div {
    padding: 0;
    margin-bottom: 30px;
}
.gj-dashboard .gj-overview-employer .info-top-wrap .row-top .gj-search-form {
    border-width: 0 0 1px 0;
    border-color: #eeeeee;
    border-style: solid;
    padding: 12px 28px;
}
.gj-dashboard .gj-overview-employer .info-top-wrap .row-top .gj-main-block {
    border: none;
}
.gj-dashboard .gj-dashboard-main .gj-overview-employer .gj-table-custom .gj-applications-table table tbody tr td:last-child,
.gj-dashboard .gj-dashboard-main .gj-overview-employer .gj-table-custom .gj-applications-table table > thead > tr > th:last-child {
    padding-right: 30px !important;
}
.gj-dashboard .gj-overview-employer .gj-search-form form {
    width: 100%;
    padding: 0;
    border: none;
    line-height: 45px;
}
.gj-dashboard .gj-overview-employer .gj-search-form form h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.gj-dashboard .gj-overview-employer .gj-main-block {
    margin: 0;
}
.gj-overview-employer .gj-select-option {
    text-align: right;
    margin: 0;
}
.gj-overview-employer .gj-search-form .gj-select-option .select2-container {
    width: auto !important;
    height: auto;
    margin: 0;
    min-width: auto;
}
.gj-overview-employer .gj-search-form .row {
    -webkit-align-items: center;
    align-items: center;
}
body .gj-overview-employer .gj-select-option .select2-container .select2-selection--single {
    height: auto;
}
body .gj-overview-employer .gj-select-option .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding-right: 20px;
}
body .gj-overview-employer .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    left: auto;
    right: 0;
    line-height: 24px;
}
.gj-overview-employer .content-count {
    height: 100%;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e2e4ea;
    background: #ffffff;
}
.gj-overview .application-applier .candidate-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.gj-overview .application-applier .avatar {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 30px 0 0;
}
.gj-overview .application-applier .avatar img {
    margin: 0;
}
.gj-overview .application-applier .avatar:after {
    display: none;
}
.gj-overview .application-applier h3 {
    font-size: 16px;
    margin: 0;
}
.gj-overview .application-applier h3 i {
    font-size: 14px;
    color: #1dae0e;
}
.gj-dashboard-actions-2 .action {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px #1dae0e solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    margin: 5px 5px 5px 0;
}
.gj-dashboard-actions-2 .action:last-child {
    margin: 0;
}
.gj-dashboard-actions-2 .action.bg-btn {
    background: #1dae0e;
}
.gj-dashboard-actions-2 .action.bg-btn:hover {
    opacity: 0.8;
}
.gj-dashboard-actions-2 .action.border-btn {
    color: #1dae0e;
}
.gj-dashboard-actions-2 .action.border-btn:hover {
    color: #ffffff;
    background: #1dae0e;
}
.gj-dashboard-actions-2 .action i {
    display: inline-block;
    margin-right: 10px;
}
.gj-heading {
    padding: 12px 28px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #e2e4ea;
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.gj-heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
    text-transform: capitalize;
}
.gj-overview-employer .count-list {
    padding: 30px 30px 10px;
}
.gj-overview-employer .count-list .row {
    margin-left: -10px;
    margin-right: -10px;
}
.gj-overview-employer .count-list .row > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.gj-overview-employer .count-list .count-item {
    padding: 20px 30px;
    background: #1dae0e;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.gj-overview-employer .count-list .count-item.view {
    background: #1dae0e;
}
.gj-overview-employer .count-list .count-item.application {
    background: #ff2626;
}
.gj-overview-employer .count-list .count-item.review {
    background: #ffa302;
}
.gj-overview-employer .count-list .count-item {
    background: #1dae0e;
}
.gj-overview-employer .count-list .count-item .content {
    width: calc(100% - 40px);
    word-break: break-word;
}
.gj-overview-employer .count-list .count-item span {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    line-height: 26px;
    display: block;
}
.gj-overview-employer .count-list .count-item .text {
    color: #ffffff;
}
.gj-overview-employer .count-list .count-item i {
    font-size: 34px;
    color: #ffffff;
    width: 40px;
    text-align: right;
}
.gj-overview-employer .info-bottom-wrap .item {
    height: 100%;
    background: #ffffff;
    border: 1px #e2e4ea solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* End Dashboard Employer */

/* Dashboard Jobs */
body .gj-dashboard .gj-search-form {
    border-width: 0 0 1px 0;
    border-color: #eeeeee;
}
body .gj-dashboard .gj-search-form form {
    padding: 0;
     width: 100%;
    display: block;
    border: none;
    line-height: inherit;
}
body .gj-dashboard .gj-search-form .search-text {
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #eeeeee solid;
}
body .gj-dashboard .gj-search-form .search-button {
    position: absolute;
    top: 50%;
    left: 20px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.gj-search-select {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
body .gj-search-form .gj-select-option {
    text-align: right;
    margin: 0;
}
body .gj-search-form select.search-select {
    background: none;
    border: none;
}
body .gj-search-form .gj-select-option .select2-container {
    width: auto !important;
    height: auto;
    margin: 0 0 0 30px;
}
body .gj-search-form .gj-select-option .select2-container .select2-selection--single {
    height: auto;
}
body .gj-search-form .gj-select-option .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-right: 20px;
    padding-left: 0;
}
body .gj-search-form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    left: auto;
    right: 0;
    line-height: 40px;
}
.gj-select-parent {
    position: relative;
}
.gj-select-parent .select2-container:not(.select2) {
    left: auto !important;
    right: 0;
    min-width: 200px;
    height: auto;
}
body .select2-container--default .select2-results__option {
    font-size: 14px;
}
.gj-jobs .gj-jobs-table .job-featured {
    text-align: inherit;
}
.gj-jobs .gj-jobs-table .job-featured a {
    text-align: center;
}

.gj-status span.status {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-left: 0;
    color: #ffffff;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1dae0e;
}
.gj-status span.status > span {
    display: none;
}
.gj-status span.status.draft {
    background: #373737;
}
.gj-status span.status.expired {
    background: #eaeaea;
    color: #666666;
}
.gj-status .status.gj-pending-payment {
    background: #02a4d9;
}
.gj-status .status.approved {
    background: #00C48C;
}
.gj-status .status.gj-rejected, .gj-status .status.reject {
    background: #ff2626;
}
.gj-status .status.gj-expired {
    background: #eaeaea;
    color: #666666;
}
.gj-status .status.gj-cancelled {
    background: #ff0000;
}
.gj-status .status.pending {
    background: #ffa302;
}
.gj-status .status.gj-completed {
    background: #00aadc;
}
.gj-status .status .gj-hold {
    background: #cc00cc;
}
.gj-dashboard-main .gj-jobs .job-title,
.gj-dashboard-main .gj-jobs .job-title a {
    font-size: 16px;
}
.gj-dashboard-actions {
    text-align: right;
}
.gj-dashboard-actions .action {
    display: inline-block;
    font-size: 16px;
    color: #999999;
    margin-right: 5px;
}
.gj-dashboard-actions .action:last-child {
    margin-right: 0;
}
.gj-dashboard-actions a {
    color: #999999;
}

.gj-dashboard-main .gj-jobs .job-featured a.featured{
    background: none;
    border: none;
}
.gj-dashboard-main .gj-jobs .job-featured a{
    border: none;
    font-size: 18px;
}
/* End Dashboard Jobs */

/* Dashboard Candidate */
.gj-overview-candidate .gj-submited-applications {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.gj-overview-candidate .gj-submited-applications-table {
    padding-bottom: 30px;
}
.gj-overview-candidate .gj-submited-applications .application-employer a {
    color: inherit;
}
.gj-overview-candidate .gj-submited-applications .status span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px;
    color: #ffffff;
    background: #1dae0e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.gj-overview-candidate .gj-submited-applications .status span.pending {
    background: #ffa302;
}
.gj-overview-candidate .gj-submited-applications .status span.draft {
    background: #ff2626;
}
.gj-overview-candidate .gj-submited-applications .view-application a {
    font-size: 14px;
}
.gj-overview-candidate .gj-submited-applications .application-item:hover .view-application a {
    text-decoration: underline;
}
.gj-overview-candidate .gj-save-jobs {
    margin-top: 30px;
}
.gj-overview-candidate .gj-search-form h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}
.gj-overview-candidate .gj-save-jobs .gj-table-custom {
    padding-bottom: 30px;
}
.gj-overview-candidate .job-item .job-image {
    min-width: 46px;
    margin-right: 30px;
}
.gj-overview-candidate .job-item .job-image img {
    width: 46px;
}
.gj-overview-candidate .job-item .job-image i {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    color: #cccccc;
    background: #eaeaea;
}
.gj-overview-candidate .job-item .job-meta {
    padding: 0;
    margin: 5px 0 0;
    display: table;
    width: 100%;
}
.gj-overview-candidate .job-item .job-meta li {
    list-style: none;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.gj-overview-candidate .job-item .job-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.gj-overview-candidate .job-item .job-meta li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: calc(50% - 7px);
    right: 0;
    background: #cccccc;
}
.gj-overview-candidate .job-item .job-meta li:last-child:after {
    display: none;
}
.gj-overview-candidate .job-item .job-meta li.salary {
    font-weight: 600;
}
.gj-overview-candidate .job-item .job-meta li.type {
    font-weight: 400;
}
.gj-overview-candidate .job-item .job-meta li i {
    color: #666666;
}
.gj-overview-candidate .gj-unsave-job {
    font-size: 19px;
    color: #666666;
    line-height: 1;
}
.gj-dashboard .gj-dashboard-main .gj-overview-candidate table tbody tr.save-job-item td.action a i {
    font-size: 19px;
}
.gj-overview-candidate .notifications {
    height: 100%;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
}
.gj-dashboard .gj-overview-candidate .notifications .gj-search-form.custom {
    border-width: 0 0 1px 0;
}
.gj-dashboard .gj-overview-candidate .notifications .gj-notification-listing {
    padding: 0;
}
.gj-dashboard .gj-overview-candidate .notifications .gj-notification-listing .notification-item-wrap {
    padding: 0 30px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard .gj-overview-candidate .notifications .gj-notification-listing .notification-item-wrap:hover {
    background: #f2f5fc;
}
.gj-dashboard .gj-overview-candidate .notifications .gj-notification-listing .notification-item {
    padding: 20px 0;
}
.gj-overview-candidate .gj-notification-listing .notification-item a span {
    margin-top: -5px;
}
/* End Dashboard Candidate */

.gj-dashboard .gj-application-details.gj-main-block {
    padding: 30px 50px 20px;
}
body .gj-application-details .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    line-height: 38px;
}

/*====== Start Dashboard ======*/
.gj-dashboard-page {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gj-dashboard-page > .wrapper {
    flex: 1 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gj-dashboard .gj-dashboard-main-inner {
    padding-bottom: 30px;
}
.gj-dashboard .gj-main-block {
    margin: 0;
}
.gj-dashboard-page .gj-dashboard {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.gj-dashboard .gj-overview .notifications .gj-search-form .gj-select-option .select2-container {
    min-width: auto;
}
.gj-dashboard-page .gj-dashboard .gj-dashboard-main {
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gj-dashboard-page .gj-main-block .gj-pagination {
    margin-bottom: 30px;
}
.gj-dashboard .gj-dashboard-sidebar {
    border-right: 1px solid #e2e4ea;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
.gj-dashboard .gj-dashboard-menu ul li ul li {
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard-menu ul li.active,
.gj-dashboard-menu ul li ul li:hover {
    border-left-color: #6979F8;
    background-color: #f2f5fc;
}
.gj-dashboard .gj-dashboard-menu > ul > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.gj-dashboard-menu > ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.gj-dashboard .gj-dashboard-menu ul li ul li a {
    padding-top: 9px;
    padding-bottom: 9px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard-menu ul li i {
    font-size: 18px;
    width: 37px;
    color:#666666;
    top: 2px;
}
.gj-dashboard-menu ul li h3{
    font-weight: 500;
}
.gj-dashboard-menu ul li.active, .gj-dashboard-menu ul li ul li:hover{
    border-left-color: #4D52B6;
    background-color: #F2F5FC;
}
.gj-dashboard-menu ul li ul li a{
    padding-top: 8px;
    padding-bottom: 8px;
}
.gj-dashboard-menu ul li h3{
    padding: 12px 32px;
}
body .gj-search-form .gj-select-option .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: 500;
}
body .gj-dashboard .gj-dashboard-main .gj-table-default table > thead > tr > th{
    font-weight: 500;
}
.gj-overview-employer .count-list .count-item .text{
    text-transform: capitalize;
}
.gj-overview .application-applier .avatar{
    margin: 0 20px 0 0;
}
.gj-heading{
    padding: 15px 28px 14px;
}
body .gj-dashboard.yes-sidebar:before {.gj-dashboard .gj-dashboard-main table > thead > tr > th:first-child
display: none !important;
}
.gj-dashboard-main-inner {
    padding: 45px 30px 72px;
}
.gj-dashboard .gj-page-heading {
    margin-bottom: 47px;
}
.gj-dashboard .gj-page-heading .breadcrumbs-dashboard {
    -webkit-flex: 1;
    flex: 1;
}
.gj-dashboard .gj-page-heading .page-heading-left,
.gj-dashboard .gj-page-heading .breadcrumbs-dashboard ul {
    margin: 0;
}
.gj-dashboard .gj-dashboard-main.jobs .gj-page-heading .page-heading-left {
    width: auto;
}
.gj-dashboard .gj-page-heading .page-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    float: none;
}
.gj-dashboard-main.jobs .gj-page-heading h1.page-title {
    float: none;
}
.gj-dashboard .gj-search-form.custom {
    padding: 12px 28px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e2e4ea;
    background-color: #ffffff;
}
.gj-dashboard .gj-search-form.custom form {
    width: auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.gj-dashboard .gj-search-form.custom .search-text {
    float: none;
    margin: 0;
    padding: 0;
    height: auto;
    line-height: inherit;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    border-radius: 0;
    border: none;
}
.gj-dashboard .gj-search-form.custom .gj-search-form-text {
    line-height: 1.75em;
    color: #999999;
}
.gj-dashboard .gj-search-form.custom .gj-search-form-text span {
    display: inline-block;
}
.gj-dashboard .gj-search-form.custom .gj-search-form-text .text {
    color: #333;
    font-weight: 500;
}
.gj-dashboard .gj-search-form.custom .search-box {
    padding: 0 17px;
    width: 300px;
    line-height: 40px;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
body .gj-dashboard .gj-search-form.custom .search-button {
    position: static;
    height: auto;
    line-height: inherit;
    font-size: 14px;
    margin-right: 10px;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.gj-dashboard .gj-main-block {
    border-color: #e2e4ea;
    padding: 0;
}
.gj-dashboard .gj-dashboard-main table thead tr th {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 22px 0 15px !important;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr {
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr:hover {
    background-color: #f2f5fc;
    border-color: #1dae0e;
}
.gj-dashboard .gj-dashboard-main table tbody tr td {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: middle;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table thead tr th {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td {
    color: #666666;
    vertical-align: middle;
    padding: 10px 15px !important;
}
body .gj-dashboard .gj-dashboard-main .gj-applications-table.gj-table-default table tbody tr td:first-child,
body .gj-dashboard .gj-dashboard-main .gj-applications-table.gj-table-default table > thead > tr > th:first-child {
    padding-left: 30px !important;
}
body .gj-dashboard .gj-dashboard-main .gj-applications-table.gj-table-default tbody tr td:last-child,
body .gj-dashboard .gj-dashboard-main .gj-applications-table.gj-table-default table > thead > tr > th:last-child {
    padding-right: 0px !important;
}
body .gj-dashboard .gj-dashboard-main table tbody tr td:first-child,
body .gj-dashboard .gj-dashboard-main table > thead > tr > th:first-child {
    padding-left: 50px !important;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:first-child,
.gj-dashboard .gj-dashboard-main .gj-table-custom table > thead > tr > th:first-child {
    padding-left: 50px !important;
}
body .gj-dashboard .gj-dashboard-main table tbody tr td:last-child,
body .gj-dashboard .gj-dashboard-main table > thead > tr > th:last-child {
    padding-right: 50px !important;
}
.gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:last-child,
.gj-dashboard .gj-dashboard-main .gj-table-custom table > thead > tr > th:last-child {
    padding-right: 45px !important;
}
.gj-dashboard .gj-dashboard-main .gj-vote-review.gj-table-custom table tbody tr td {
    padding-top: 12px !important;
    padding-bottom: 23px !important;
}
.gj-dashboard .gj-dashboard-main table tbody tr td .author-name {
    font-size: 14px;
    font-weight: 400;
}
.gj-dashboard .gj-dashboard-main table tbody tr td .author-name a {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard .gj-dashboard-main.reviews .navigation-bar,
.gj-dashboard .gj-dashboard-main.my-reviews .navigation-bar {
    border-bottom: 0;
}
.gj-dashboard .gj-vote-review table tbody tr:hover td .author-name a {
    text-decoration: underline;
}
.gj-dashboard .gj-vote-review table tbody tr td.review-title {
    font-weight: 600;
    color: #333;
}
.gj-dashboard .gj-vote-review table tbody tr td.review-content {
    color: #666666;
}
.gj-dashboard .gj-vote-review .gj-dasb-rate-num:after {
    display: none;
}
.gj-dashboard .gj-vote-review .gj-dasb-rate-num {
    margin: 0;
    line-height: initial;
}
.gj-dashboard .gj-vote-review .gj-dasb-rate-num i {
    color: #ffbf02;
    margin-right: -6px;
}
.gj-dashboard .gj-vote-review .gj-dasb-rate-num i:last-child {
    margin-right: 0;
}
.gj-dashboard .gj-vote-review .gj-dasb-rate-num i.ion-android-star-outline {
    color: #dddddd;
}
.gj-dashboard .gj-dashboard-main table tbody tr td.action a {
    display: inline-block;
    margin-right: 15px;
}
.gj-dashboard .gj-dashboard-main table tbody tr td.action a:last-child {
    margin-right: 0;
}
.gj-dashboard .gj-dashboard-main table tbody tr td.action a i {
    width: auto;
    height: auto;
    color: #999999;
    margin: 0;
    line-height: normal;
    background-color: transparent;
}
.gj-dashboard .gj-follows .follow-item h3 {
    line-height: 1em;
    margin: 0;
}
.gj-dashboard .gj-follows .follow-item h3 a {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
}
.gj-dashboard .gj-follows .avatar {
    border: none;
}
.gj-dashboard .gj-follows .avatar a {
    padding: 0;
}
.gj-dashboard .gj-follows .follow-content {
    width: auto;
    margin-top: 0;
}
.gj-dashboard .gj-follows .follow-content .follow-meta {
    margin: 0;
}
.gj-dashboard .gj-follows .follow-content p {
    display: inline-block;
    margin: 0;
    line-height: 1em;
    color: #666666;
    font-size: 14px;
    border-right: 2px solid #e0e0e0;
    padding-right: 10px;
    margin-right: 5px;
}
.gj-dashboard .gj-follows .follow-content p:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.gj-dashboard .gj-follows .follow-content p span {
    display: inline-block;
}
.gj-dashboard .gj-follows .follow-content .value-rate {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    border-radius: 3px;
    padding: 1px 3px;
    background-color: #ffa302;
}
.gj-dashboard .gj-follows .follow-item .count-jobs a {
    display: inline-block;
    color: #ffffff;
    padding: 3px 10px 4px;
    border-radius: 3px;
    background-color: #1dae0e;
}
.gj-dashboard .gj-dashboard-main table .gj-btn-send-message {
    display: inline-block;
    cursor: pointer;
    color: #1dae0e;
    font-weight: 500;
    padding: 4px 15px 3px;
    border-radius: 3px;
    border: 1px solid #1dae0e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gj-dashboard .gj-dashboard-main table .gj-btn-send-message:hover {
    color: #ffffff;
    background-color: #1dae0e;
}
.gj-dashboard .gj-dashboard-main table .gj-btn-send-message i {
    margin-right: 2px;
}
.gj-dashboard .gj-dashboard-main .gj-contact-form {
    padding: 15px 30px;
}
.gj-dashboard .gj-dashboard-main .gj-contact-form .gj-btn-action .gj-contact-btn {
    border: none;
    background-color: #1dae0e;
}
.gj-dashboard .gj-save-jobs .save-job-item h3 {
    line-height: 1.2em;
}
.gj-dashboard .gj-submited-applications .application-item h3 {
    line-height: inherit;
}
.gj-dashboard .gj-save-jobs .save-job-item h3 a,
.gj-dashboard .gj-submited-applications .application-item h3 a,
.gj-dashboard .gj-applications .application-applier h3,
.gj-dashboard .gj-save-resumes .title-meta h3 a {
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
    display: inline-block;
}
.gj-dashboard .gj-dashboard-main .gj-save-jobs table tbody tr td {
    padding-top: 8px !important;
    padding-bottom: 12px !important;
}
.gj-dashboard .gj-save-jobs a.company-name,
.gj-dashboard .gj-submited-applications .application-employer h3 a,
.gj-dashboard .gj-submited-applications .application-created {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.gj-dashboard .gj-submited-applications .application-employer h3 a {
    display: inline-block;
}
.gj-dashboard .gj-save-jobs .type {
    font-weight: 600;
}
.gj-dashboard .gj-save-jobs .salary {
    font-weight: 600;
    color: #fe281f;
}
.gj-dashboard .gj-save-jobs .time-ago {
    color: #1dae0e;
}
.gj-dashboard .gj-applications .gj-applications-table table thead tr th.dowload-cv {
    width: 15%;
}
.gj-dashboard .gj-applications .gj-applications-table table thead tr th.action {
    width: 18%;
}
.gj-dashboard .gj-dashboard-main .gj-applications .gj-table-custom table tbody tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle;
}
.gj-dashboard .gj-dashboard-main .gj-applications .gj-table-custom table tbody tr td.application-position {
    color: #1dae0e;
    font-weight: 500;
}
.gj-dashboard .gj-applications .application-item .candidate-info {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.gj-dashboard .gj-applications .application-item .avatar {
    display: inline-block;
    max-width: none;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0 30px 0 0;
    float: none;
    overflow: hidden;
    border-radius: 50%;
}
.gj-dashboard .gj-applications .application-item .avatar a {
    display: block;
}
.gj-dashboard .gj-applications .application-item .application-created {
    color: #666666;
    font-weight: 400;
}
.gj-dashboard .gj-applications .application-item .gj-status span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    color: #ffffff;
    margin: 0;
    padding: 2px 7px;
    border-radius: 3px;
}
.gj-dashboard .gj-applications .application-item .gj-status .pending {
    background-color: #ffa302;
}
.gj-dashboard .gj-applications .application-item .gj-status .publish {
    background-color: #1dae0e;
}
.gj-dashboard .gj-applications .application-item .gj-status .gj-rejected {
    background-color: #ff2626;
}
.gj-dashboard .gj-applications .application-item .application-cv {
    text-align: initial;
}
.gj-dashboard .gj-applications .application-item .application-cv a,
.gj-dashboard .gj-submited-applications .application-item .download-cv a,
.gj-dashboard .gj-applications .application-item .action a,
.gj-dashboard .gj-submited-applications .application-item .action a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    height: auto;
    padding: 7px 10px;
    margin-right: 5px;
    border-radius: 3px;
}
.gj-dashboard .gj-applications .application-item .application-cv a:last-child {
    margin-right: 0;
}
.gj-dashboard .gj-applications .application-item .application-cv a.gi-download-cv,
.gj-dashboard .gj-submited-applications .application-item .download-cv a,
.gj-dashboard .gj-applications .application-item .action .gj-view-application,
.gj-dashboard .gj-submited-applications .application-item .action .gj-view-application {
    color: #ffffff;
    border-color: #1dae0e;
    background-color: #1dae0e;
}
.gj-dashboard .gj-applications .application-item .application-cv a.gi-download-cv:hover,
.gj-dashboard .gj-submited-applications .application-item .download-cv a:hover,
.gj-dashboard .gj-applications .application-item .action .gj-view-application:hover,
.gj-dashboard .gj-submited-applications .application-item .action .gj-view-application:hover {
    opacity: 0.8;
}
.gj-dashboard .gj-applications .application-item .application-cv a i,
.gj-dashboard .gj-submited-applications .download-cv a i,
.gj-dashboard .gj-submited-applications .application-item .action a i {
    display: inline-block;
    margin-right: 5px;
}
.gj-dashboard .gj-applications .application-item .application-cv a span {
    display: inline-block;
}
.gj-dashboard .gj-submited-applications .gj-table-custom table tbody tr td {
    vertical-align: middle;
}
.gj-dashboard .gj-applications .application-item .action a i,
.gj-dashboard .gj-submited-applications .application-item .action a i {
    margin-right: 5px;
    color: #ffffff;
}
.gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn {
    color: #1dae0e;
    border: 1px solid #1dae0e;
}
.gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn:hover {
    background: #1dae0e;
    color: #ffffff;
}
.gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn i {
    color: #1dae0e;
}
.gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn:hover i {
    color: #ffffff;
}
.gj-dashboard .gj-applications .application-item .action .gj-view-application i {
    position: relative;
    top: 2px;
}
.gj-dashboard .gj-alerts table tbody tr td.position {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.gj-dashboard .gj-alerts table tbody tr td.text,
.gj-dashboard .gj-save-resumes table tbody tr td {
    color: #666666;
}
.gj-dashboard .gj-save-resumes table tbody tr td.email a {
    text-transform: initial;
    font-size: 14px;
    word-break: break-word;
}
.gj-dashboard .gj-save-resumes table tbody tr td.skill span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.gj-dashboard .gj-save-resumes table tbody tr td.skill span:not(:last-child):after {
    position: absolute;
    content: ",";
    bottom: 0;
    right: -4px;
}
.gj-dashboard .gj-save-resumes table tbody tr td.skill span:last-child {
    margin-right: 0;
}
.gj-dashboard .gj-dashboard-main .gj-search-form form.has-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.gj-dashboard .gj-dashboard-main.jobs .gj-search-form .gj-select-option {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.gj-dashboard .gj-dashboard-main.jobs .gj-search-form .gj-select-option .search-select {
    margin: 0;
    width: auto;
    max-width: none;
    min-width: initial;
}
.gj-dashboard .gj-dashboard-main .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
}
.gj-dashboard .gj-dashboard-main.jobs .gj-search-form .gj-select-option i {
    font-size: 14px;
    color: #333;
}
.gj-dashboard .gj-profile .gj-employer-form.gj-block {
    border-top-width: 0;
}
.gj-dashboard .gj-job-edit-form.gj-block {
    padding-top: 0;
    border-top-width: 0;
}
.gj-dashboard .gj-edit-job .gj-job-edit-form.gj-block {
    padding-top: 55px;
    border-top-width: 1px;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image {
    margin-left: -50px;
    margin-right: -50px;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator fieldset {
    margin-top: 0;
    margin-bottom: 52px;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image .valid {
    padding: 0;
    margin: 0;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image .field-wrap .inner {
    border-radius: 0;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image label,
.gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image legend,
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info legend {
    display: none;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-width-group .form-group {
    width: 25%;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info {
    position: relative;
    padding-left: 25%;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .form-group:not(.field-textArea):not(.field-image):not(.field-social-group) {
    width: 33.33333333% !important;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .field-image {
    position: absolute;
    text-align: center;
    left: 0;
    top: 10px;
    margin: 0;
    width: 25%;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .field-image .field-wrap {
    display: inline-block;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .field-image .inner,
.gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .field-image .field-wrap .image-holder {
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group label {
    font-weight: 500;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group.field-gallery .input-holder {
    width: 160px;
    height: 107px;
    border: none;
    border-radius: 0;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group.field-curriculumVitae .wrapper {
    display: block;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group.field-curriculumVitae .wrapper button {
    color: #666666;
    text-transform: capitalize;
    height: auto;
    padding: 4px 15px;
    line-height: initial;
    border-color: #d0d0d0;
    background-color: #eeeeee;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group.field-curriculumVitae .wrapper .new-file-name {
    display: block;
    font-size: 16px;
    color: #1dae0e;
    font-weight: 600;
}
.gj-dashboard .gj-job-edit-form .vue-form-generator .form-group .field-wrap a {
    font-size: 16px;
    font-weight: 600;
    color: #1dae0e;
}
.gj-dashboard .gj-job-edit-form .gj-btn-primary {
    border: none;
    background-color: #1dae0e;
}
.gj-dashboard .gj-job-edit-form .gj-btn-primary i {
    display: none;
}
.gj-dashboard .gj-job-edit-form.gj-form-2 fieldset .form-group.field-object {
    padding-left: 15px;
    padding-right: 15px;
}
.gj-dashboard .gj-job-edit-form.gj-form-2 fieldset .form-group.field-object .vue-form-generator {
    margin-left: -15px;
    margin-right: -15px;
}
.gj-dashboard .profile #profile-form {
    text-align: initial;
    margin-bottom: 30px;
}
.gj-dashboard .profile #profile-form .vue-form-generator {
    position: relative;
    padding-left: 201px;
    margin: 0 -15px;
}
.gj-dashboard .profile #profile-form .vue-form-generator .form-group.field-image {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    width: 201px;
}
.gj-dashboard .profile #profile-form .vue-form-generator .form-group:not(.field-image) {
    width: 33.33333333%;
}
.gj-dashboard .profile #profile-form .vue-form-generator .form-group.field-image .image-holder {
    border: none;
    border-radius: 0;
}
.gj-dashboard .gj-dashboard-main.plan .gj-table-custom table tbody tr td {
    color: #333;
    padding-top: 12px !important;
    padding-bottom: 15px !important;
}
.gj-dashboard .gj-dashboard-main.plan .gj-table-custom table tbody tr td.name-order {
    text-transform: uppercase;
}
.gj-dashboard .gj-dashboard-main.plan .gj-table-custom table tbody tr td.number-text {
    font-weight: 600;
}
.gj-dashboard .gj-dashboard-main.plan .gj-table-custom table tbody tr td.your-order {
    font-weight: 600;
    font-size: 16px;
}
.gj-dashboard .gj-dashboard-main.plan .current-plan-btn {
    padding: 0 50px;
    margin-top: 30px;
}
.gj-dashboard .gj-dashboard-main.plan .current-plan-btn a {
    background-color: #1dae0e;
    border: none;
}
.gj-dashboard-main .gj-order-details.gj-main-block table tbody tr td:first-child {
    padding-left: 0 !important;
}
.gj-dashboard-main .gj-order-details.gj-main-block table tbody tr td:last-child {
    padding-right: 0 !important;
}
.gj-dashboard-main .gj-order-details.gj-main-block table tbody tr td {
    color: #666666;
}
.gj-dashboard-main .gj-order-details.gj-main-block table tbody tr td strong {
    color: #333;
    font-size: 14px;
}
.gj-dashboard-main .gj-pagination .page-numbers:hover, .gj-dashboard-main .gj-pagination .page-numbers.current{
    color: #ffffff;
    background-color: #e2e4ea;
}
.gj-pagination .prev.page-numbers, .gj-pagination .next.page-numbers, .gj-pagination .page-numbers.current, .gj-pagination .page-numbers{
    border: 1px #e2e4ea solid;
    margin: 0 5px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #ffffff;
}
.gj-dashboard-menu ul li a, .entry-content .gj-dashboard-menu a:visited {
    color: #000;
    font-weight: 500;
}
.gj-dashboard .gj-application-view-modal .modal-content {
    padding: 26px 30px;
    border: none;
    background-color: #F8F8FD;
}
.gj-dashboard .gj-application-view-modal .modal-body {
    padding: 0;
}
.gj-dashboard .gj-application-view-modal .modal-body .avatar {
    top: -30px;
}
.gj-dashboard .gj-application-view-modal .modal-header {
    padding: 0 0 17px;
    margin-bottom: 22px;
    border-bottom: 1px solid #dddddd;
}
.gj-dashboard .gj-application-view-modal .modal-header .modal-title {
    text-transform: capitalize;
    font-size: 20px;
    padding: 0;
    font-weight: 600;
    margin-right: 5px;
}
.gj-dashboard .gj-application-view-modal .modal-header .close {
    display: initial;
    color: #333;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.gj-dashboard .gj-application-view-modal .modal-header .close:focus {
    outline: none;
}
.gj-dashboard .gj-applications .gj-application-view-modal .modal-header .print-button {
    display: none;
}
.gj-dashboard .modal .gj-application-details .application-job-date .application-job {
    color: #1dae0e;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5em;
}
.gj-dashboard .modal .gj-application-details .application-job-date {
    padding-bottom: 21px;
    margin: 0 0 23px;
    padding-left: 0;
    border-bottom: 1px solid #dddddd;
}
.gj-dashboard .modal .gj-application-details .application-job-date .application-date {
    line-height: 1.5em;
}
.gj-dashboard .modal .gj-application-details .gj-field-default:last-child {
    border-bottom: 0;
}
.gj-dashboard .modal .gj-application-details .gj-field-default {
    padding: 0;
    margin-bottom: 5px;
}
.gj-dashboard .modal .gj-application-details .gj-field-default:last-child {
    margin-bottom: 0;
}
.gj-dashboard .modal .gj-application-details .gj-field-default .field-label {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    width: 100px;

    padding-right: 3px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.gj-dashboard .modal .gj-application-details .gj-field-default .field-label:after {
    display: none;
}
.gj-dashboard .modal .gj-application-details .gj-field-default .field-label span {
    display: inline-block;
}
.gj-dashboard .modal .gj-application-details .gj-field-default .field-label span:after {
    content: ":";
}
.gj-dashboard .modal .gj-application-details .gj-field-default .field-value {
    color: #666666;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gj-dashboard .modal .gj-application-details .gj-field-default.field-cv .field-value a {
    color: #1dae0e;
}
.gj-application-details .gj-field-default .field-label,
.gj-application-details .application-details > li .title {
    float: none;
}
.gj-application-details .gj-field-default .field-value {
    float: none;
}
.gj-application-details .gj-field-default .field-label:after,
.gj-application-details .application-details > li .title:after {
    right: 0;
}
.gj-dashboard .modal .gj-application-details .gj-field-default.field-message {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.gj-dashboard .modal .gj-application-details .gj-field-default.field-message .field-value {
    padding: 10px 18px;
    border: 1px solid #dddddd;
    min-height: 150px;
    margin-top: 8px;
    border-radius: 3px;
    background-color: #ffffff;
}
.gj-dashboard .gj-notification-listing .empty{
    padding: 4px 30px;
}
.actions-holder .featured i:before {
    content: "\f005";
    color: #f4e241;
    font-family: "Font Awesome 5 Free";
}
.actions-holder .download i:before {
    content: "\f019";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
}
.field-avatar .remove i:before, .actions-holder .remove i:before {
    content: "\f2ed";
    color: #fe7676;
    font-family: "Font Awesome 5 Free";
}
.thankyou-panel h3{
    margin: 30px 0 0 50px;
}
.gj-dashboard .gj-search-form.custom .jobs-search-box .action-button-jobs a{
    height: 42px;
    padding-top: 0px;
    line-height: 40px;
}
.gj-dashboard .gj-search-form.custom .jobs-search-box .action-button-jobs{
    margin-left: 12px;
}
.gj-dashboard .gj-search-form.custom .jobs-search-box .action-button-jobs,
.gj-dashboard .gj-search-form.custom .jobs-search-box .search-box{
    float: left;
}
.gj-dashboard .jobs-search-box{
    width: 50%;
}

/*====== End Dashboard ======*/

/*====== Popup ======*/
.gj-popup-form {
    background: #f7f7fc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 30px 40px;
}
.gj-popup-form .modal-header {
    padding: 0 0 15px;
    border-bottom: 1px #e2e2e2 solid;
    margin-bottom: 25px;
    background: none;
}
.gj-popup-form .modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #333;
    -webkit-align-items: center;
    align-items: center;
}
.gj-popup-form .modal-header .close {
    display: inline-block;
    font-size: 20px;
    color: #333;
    padding: 0;
    margin: 0;
    outline: none !important;
}
.gj-popup-form .modal-header .close:hover {
    color: #fe281f;
}
.gj-popup-form .modal-body {
    padding: 0;
}
.gj-popup-form .modal-body .form-group input,
.gj-popup-form .modal-body .form-group textarea {
    background: #ffffff;
    padding: 5px 16px;
    border: 1px #d0d0d0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
.gj-popup-form .modal-body input {
    height: 46px;
    line-height: 44px;
    padding: 0 16px;
}
.gj-popup-form .modal-body .form-group input::-webkit-input-placeholder,
.gj-popup-form .modal-body .form-group textarea::-webkit-input-placeholder {
    color: #666666;
}

.gj-popup-form .modal-body .form-group input:-ms-input-placeholder,
.gj-popup-form .modal-body .form-group textarea:-ms-input-placeholder {
    color: #666666;
}

.gj-popup-form .modal-body .form-group input::placeholder,
.gj-popup-form .modal-body .form-group textarea::placeholder {
    color: #666666;
}
.gj-popup-form .form-group label {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.gj-popup-form .form-group .field-wrap .wrapper {
    background: none !important;
}
.gj-popup-form button {
    margin-top: 20px;
}
#gj-confirm-reply-review textarea,
#gj-confirm-edit-review .gj-candidate-rev-e .gj-cdd-rev-field input,
#gj-confirm-edit-review .gj-candidate-rev-e .gj-cdd-rev-field textarea {
    padding: 5px 16px;
    border: 1px #d0d0d0 solid;
}
#gj-confirm-reply-review textarea:hover,
#gj-confirm-edit-review .gj-candidate-rev-e .gj-cdd-rev-field input:hover,
#gj-confirm-edit-review .gj-candidate-rev-e .gj-cdd-rev-field textarea:hover {
    border-color: #d0d0d0;
}
.gj-dashboard-main.reviews .modal-content .gj-button-loader {
    padding: 0;
}
.single-gj_job .modal .modal-dialog .gj-application-form .form-check input[type="checkbox"] {
    position: relative;
    top: 3px;
}
.single-gj_job .modal .modal-dialog .gj-application-form .form-check label {
    margin: 0;
}
/*====== End Popup ======*/

/*====== Thank You ======*/
.gj-thank-you-block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    padding: 120px 60px 130px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.gj-thank-you-block.gj-thankyou-page {
    max-width: 700px;
    margin: 0 auto;

}
.gj-thank-you-block button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #333;
}
.gj-thank-you-block button.close:hover {
    color: #fe281f;
}
.gj-thank-you-block .thankyou-panel {
    max-width: 60%;
    margin: 0 0 0 auto;
    text-align: left;
}
.gj-thank-you-block .thankyou-panel h3 {
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 42px;
    margin: 0 0 20px;
}
.gj-thank-you-block .thankyou-panel p {
    margin: 0;
}
/*====== End Thank You ======*/

/*====== LOST PASS ======*/
.gj-login .gj-form {
    padding: 50px;
	max-width: none;
}
.gj-login .gj-form .gj-field label {
    font-weight: 400;
    color: #333;
}
.gj-login .gj-form .gj-field .gj-input input {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 48px;
    padding: 0 15px;
    line-height: 46px;
    color: #666666;
}
.gj-login .gj-form .gj-field .gj-input input::-webkit-input-placeholder {
    color: #999999;
}
.gj-login .gj-form .gj-field .gj-input input:-ms-input-placeholder {
    color: #999999;
}
.gj-login .gj-form .gj-field .gj-input input::placeholder {
    color: #999999;
}
.gj-login .gj-form .gj-button-loader .gj-btn-primary {
    height: 48px;
    line-height: 46px;
    padding: 0 15px;
}
.gj-job-alert-form .job-alert-form .title-form{
    font-style: normal;
    color: #333;
}
div.gj-dashboard-menu-mobile button{
    border-radius: 3px;
    font-weight: 600;
}
body.gj-login-page.page-template-default .iw-content-page-default{
    padding: 0;
}
body.gj-register-page.page-template-default .iw-content-page-default,
body.gj-login-page.page-template-default .iw-content-page-default,
body.gj-lostpass-page.page-template-default .iw-content-page-default{
    padding: 0;
}

.gj-search-jobs.style1 .field-item-submit button:hover{
    opacity: 0.9;
}
.widget.widget_gj_employer_infomation ul li .gj-field-default .field-label i{
	color: #1dae0e;
}
/*====== End LOST PASS ======*/
@media ( max-width: 1600px ) {

    .gj-dashboard .gj-applications .application-item .application-cv a {
        min-width: auto;
    }

}

@media  (min-width: 991px) and (max-width: 1500px) {
    .page-template-search-map .gj-jobs.gj-grid .gj-job-items .grid-content{
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}
@media ( min-width: 1200px ) and ( max-width: 1446px ) {

    .gj-dashboard .gj-dashboard-main.follows .gj-table-custom table thead tr th.opening-jobs,
    .gj-dashboard .gj-dashboard-main.follows .gj-table-custom table thead tr th.contact {
        width: 18%;
    }
    .gj-dashboard .gj-follows .follow-content p {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .gj-overview-employer .count-list .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gj-overview-employer .count-list .count-item {
        padding: 15px;
    }

}

@media ( min-width: 1366px ) and ( max-width: 1766px ) {

    .gj-dashboard .gj-applications .gj-applications-table table thead tr th.dowload-cv {
        width: 16%;
    }
    .gj-dashboard .gj-applications .gj-applications-table table thead tr th.action {
        width: 25%;
    }

}

@media ( min-width: 1200px ) and ( max-width: 1365px ) {

    body .gj-dashboard .gj-dashboard-main table tbody tr td:first-child,
    body .gj-dashboard .gj-dashboard-main table > thead > tr > th:first-child {
        padding-left: 30px !important;
    }
    body .gj-dashboard .gj-dashboard-main table tbody tr td:last-child,
    body .gj-dashboard .gj-dashboard-main table > thead > tr > th:last-child {
        padding-right: 30px !important;
    }
    .gj-dashboard .gj-dashboard-main table tbody tr td.action a {
        margin-right: 10px;
    }
    .gj-dashboard .gj-dashboard-main table .gj-btn-send-message span {
        display: none;
    }
    .gj-dashboard .gj-applications .gj-applications-table table thead tr th.dowload-cv {
        width: 20%;
    }
    .gj-dashboard .gj-applications .gj-applications-table table thead tr th.action {
        width: 18%;
    }
    .gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn i,
    .gj-dashboard .gj-applications .application-item .action .gj-view-application i {
        margin-right: 0;
    }
    .gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn span,
    .gj-dashboard .gj-applications .application-item .action .gj-view-application span {
        display: none;
    }
    .gj-dashboard .gj-vote-review .gj-dasb-rate-num i {
        font-size: 15px;
    }

}

@media ( min-width: 1200px ) and ( max-width: 1340px ) {

    .gj-dashboard .gj-overview .gj-submited-applications-table .gj-table-overflow-x {
        overflow-x: auto;
        margin-bottom: 30px;
    }
    .gj-dashboard .gj-overview .gj-submited-applications-table .gj-table-overflow-x table {
        width: 830px;
    }

}

@media ( max-width: 1360px ) {
    .gj-result-sorting {
        display: table;
        width: 100%;
    }
    .gj-result-sorting .total-result {
        margin-bottom: 15px;
    }
    .gj-job-alert-form .btn-open-form {
        padding: 0;
        margin-bottom: 15px;
    }
    .gj-result-sorting .form-left {
        display: table;
        text-align: inherit;
    }
    .gj-content-inner .show-filter-mobile {
        cursor: pointer;
    }
    .gj-close-filter {
        top: 5px;
        left: auto;
        right: 5px;
        -webkit-transform: none;
        transform: none;
        line-height: 1;
        color: #666666;
    }
    .gj-result-sorting .form-left{
        display: block;
    }
    .gj-jobs-with-map .gj-left-side {
        padding: 25px;
    }
    .gj-jobs-with-map form.filter-map .filter-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media ( min-width: 1200px ) {

    .job-detail.style-2 .container {
        max-width: 1270px;
    }
    .gj-employer-detail .container {
        max-width: 1270px;
        padding: 0 50px;
    }
    .gj-employers.gj-grid.column-4 .gj-employer-item {
        max-width: 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .gj-employers.gj-grid.column-3 .gj-employer-item {
        max-width: 33.33333333%;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }

    .gj-employers.gj-grid.column-2 .gj-employer-item {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

}

@media ( max-width: 1199px ) {
    .gj-jobs-with-map .gj-left-side input.location {
        padding: 0 16px 0 45px;
    }
    .gj-jobs-with-map .gj-left-side .open-slide-range {
         position: relative;
         width: 100%;
         height: 46px;
         top: auto;
         right: auto;
         padding: 0 20px;
        color: #999999;
        line-height: 44px;
        border: 1px #d1d3da solid;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-top: 20px;
    }
    .gj-jobs-with-map .gj-left-side .open-slide-range:before {
        display: none;
    }
    .gj-dashboard-main-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gj-dashboard .gj-search-form.custom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gj-dashboard .navigation-bar {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table thead {
        display: none;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr,
    .gj-dashboard .gj-dashboard-main .gj-table-custom .gj-jobs-table table tbody tr,
    .gj-dashboard .gj-dashboard-main.overview .gj-table-custom table tbody tr {
        display: block;
        border-left: 0;
        border-bottom: 3px solid #eeeeee;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td {
        border-bottom: 1px dashed #eeeeee !important;
        vertical-align: top;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr:last-child {
        border-bottom: 0;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:last-child {
        border-bottom: 0 !important;
    }
    body .gj-dashboard .gj-dashboard-main .gj-applications-table.gj-table-default table tbody tr td:first-child,
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:first-child {
        padding-left: 15px !important;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:last-child {
        padding-right: 15px !important;
    }
    .gj-dashboard .gj-dashboard-main .gj-table-custom table tbody tr td:not(.no-data-title):before {
        content: attr(data-title);
        font-weight: 500;
        color: #333;
        width: 115px;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .gj-dashboard .gj-dashboard-main table tbody tr td .author-name {
        line-height: 1.5em;
    }
    .gj-dashboard-actions {
        text-align: inherit;
    }

    .page-template-search-map .gj-listing.gj-jobs .job-item .info-top{
        display: block;
    }
    .page-template-search-map .gj-listing.gj-jobs .job-item .job-image{
        display: block;
        width: 100%;
        text-align: left;
    }
    .page-template-search-map .gj-listing.gj-jobs .job-item .job-info{
        display: block;
        width: 100%;
    }
    .page-template-search-map .gj-listing.gj-jobs .job-item .job-info-top{
        display: block;
    }
    .page-template-search-map .gj-jobs .job-item .info-top .saveJob{
        display: block !important;
        position: absolute;
        top: -10px;
        left: auto;
        right: 5px;
        width: auto;
    }

    .page-template-search-map .gj-jobs .job-item .info-top .saveJob a{
        margin-left: 15px;
    }
    .gj-jobs.gj-listing .job-item .job-info .job-meta > div:before{
        content: unset;
    }

    .gj-jobs.gj-listing .job-item .job-info .job-meta > div{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 24px;
    }
    .gj-jobs.gj-listing .job-item .job-info .job-meta > div:last-child{
        margin-right: 0;
    }

    .page-template-search-map .gj-jobs.gj-grid .gj-job-items .grid-content .featured-label.for-grid{
       display: none;
    }
    .page-template-search-map .gj-jobs.gj-grid .gj-job-items .grid-content .saveJob.for-grid{
       display: none !important;
    }

    .job-detail .job-related .job-related__list .job-meta .job-meta__top span:after{
        content: unset;
    }
    .job-detail .job-related .job-related__list .job-meta .job-meta__top span{
        margin-left: 0;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    .job-detail .job-related .job-related__list .owl-nav button.owl-next{
        right: -40px;
    }
    .job-detail .job-related .job-related__list .owl-nav button.owl-prev{
        left: -40px;
    }

    .job-detail.style-2,
    .gj-employer-detail .style-2 {
        padding-top: 0;
    }
    .job-detail.style-2 {
        border-top: 0;
    }
    .job-detail.style-2 .content-wrap{
        padding-bottom: 0;
    }
    .job-detail.style-2 .job-related{
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .widget_gj_candidate_contact_form .gj-candidate-widget-wrap .candidate-info ul li .field-title{
        width: 70px;
    }

    .gj-candidates.gj-grid .grid-content {
        width: 50%;
    }

}

@media ( max-width: 1024px ) {

    .single-gj_employer .gj-jobs-employer .job-item .job-info {
        margin: 0;
    }
    .gj-overview-candidate .job-item .job-info {
        margin-left: 0;
    }

}

@media ( min-width: 992px ) {

    .job-detail .job-meta-box > div {
        width: 33.33333333%;
    }
    .job-detail .job-meta-box > div:nth-child(3n+2),
    .job-detail .job-meta-box > div:nth-child(3n+3) {
        border-left: transparent;
    }
    .job-detail .job-meta-box > div:nth-child(n+4) {
        border-top: transparent;
    }

}

@media (max-width: 991px){

    .gj-candidate-detail .candidate-action{
        text-align: left;
        margin-top: 15px;
    }
    .gj-jobs-with-map .gj-search-right-side {
         padding: 0;
         position: relative;
         right: auto;
    }
    body.single .right {
        padding-right: 15px;
    }
    body.single .left {
        padding-right: 15px;
    }
    .job-detail .job-detail-content .job-apply {
        display: none;
    }
    body.gj-employers-page .gj-sidebar.left {
        padding-right: 0;
    }
    body.gj-employers-page .gj-sidebar.right {
        padding-left: 0;
    }
    .iw-vertical-align-center .modal-dialog {
        margin-bottom: 40px !important;
    }
    .gj-review-area .gj-review-item,
    .single-gj_employer .gj-jobs-employer .gj-job-items .job-item {
        padding: 20px;
    }
    .gj-employer-detail .gj-review-area {
        padding: 0;
    }
    .gj-review-area .gj-review-content .gj-box-each-vote.gj-review-voted:before {
        display: none;
    }
    .gj-dashboard-page .gj-dashboard {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .gj-employer-detail .style-2 .warp .post-social-share {
        margin-top: 0;
    }
    body .bottom-bar-mobile.list {
        display: block;
    }
    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default .field-value {
        font-size: 14px;
    }
    .breadcrumbs-job{
        margin-bottom: 15px;
    }
}

@media ( min-width: 768px ) and ( max-width: 1199px ) {

    .gj-dashboard .profile #profile-form .vue-form-generator {
        padding-left: 22%;
    }
    .gj-dashboard .profile #profile-form .vue-form-generator .form-group.field-image {
        width: 22%;
    }
    .gj-dashboard .profile #profile-form .vue-form-generator .form-group:not(.field-image),
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-width-group .form-group {
        width: 50%;
    }
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .form-group:not(.field-textArea):not(.field-image):not(.field-social-group) {
        width: 50% !important;
    }

}

@media ( min-width:  768px ) and ( max-width: 991px ) {

    .gj-dashboard .gj-overview .notifications .gj-search-form.custom {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .gj-select-option {
        text-align: inherit;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .gj-select-option .select2-container {
        margin: 0;
        min-width: auto;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .select2-container--open .select2-dropdown {
        left: 145px;
    }
    .gj-overview-employer .count-list .count-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .job-detail .job-box .job-meta ul li:after {
        display: none;
    }

}

@media (min-width: 768px) {

    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default {
        max-width: 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
    }
    .gj-review-area .gj-review-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media ( max-width: 767px ) {

    .gj-jobs.gj-listing .job-item .info-top .job-info-top {
        display: block;
    }
    .gj-jobs.gj-listing .job-item .info-top .saveJob {
        margin-bottom: 12px;
    }
    .gj-jobs.gj-listing .job-item .info-top .saveJob button,
    .gj-jobs.gj-listing .job-item .info-top .saveJob a,
    .gj-jobs.gj-listing .job-item .featured-label {
        margin: 0 20px 0 0;
    }
    .gj-jobs-with-map .bottom-section-filter .action-advance {
         position: relative;
         top: auto;
         right: auto;
    }
    .gj-candidate-detail .candidate-detail.style2 .page-heading {
        padding: 90px 0 70px;
    }
    .gj-review-area .gj-review-item .review-details {
        padding-left: 0;
    }
    body.single .right {
        padding-right: 15px;
    }
    .gj-overview-candidate .notifications {
        margin-top: 30px;
    }
    .gj-review-area .gj-review-item .review-avatar {
        margin-bottom: 20px;
    }
    .gj-dashboard .profile #profile-form .vue-form-generator ,
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info {
        padding: 0;
    }
    .gj-dashboard .profile #profile-form .vue-form-generator .form-group.field-image,
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .field-image {
        position: static;
        width: 100%;
        margin-bottom: 30px;
    }
    .gj-dashboard .profile #profile-form .vue-form-generator .form-group:not(.field-image),
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-width-group .form-group {
        width: 100%;
    }
    .gj-dashboard .gj-job-edit-form .vue-form-generator .custom-cv-info .form-group:not(.field-textArea):not(.field-image):not(.field-social-group) {
        width: 100% !important;
    }
    .gj-table-overflow-x {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .gj-applications-table .application-item .application-cv a {
        width: auto;
    }
    body .gj-overview-employer .gj-select-option {
        text-align: inherit;
    }
    .gj-overview-employer .gj-search-form .gj-select-option .select2-container {
        min-width: auto;
    }

    .gj-overview-employer .info-bottom-wrap .item-col {
        margin-bottom: 15px;
    }
    .comments-content ul.children li {
        margin-left: 40px;
    }
    .gj-employer-detail .style-1 .job-cover-image,
    .gj-employer-detail .style-2 .job-cover-image,
    .job-detail.style-1 .job-cover-image,
    .job-detail.style-2 .job-cover-image {
        height: 300px;
    }
    .gj-employer-detail .style-1 .job-cover-image ~ .page-heading .container {
        margin-top: 0;
    }
    .job-detail.style-2 .container-box,
    .job-detail.style-2 .container-related {
        padding: 0 15px;
    }
    .job-detail .job-box .job-title {
        font-size: 26px;
    }
    .job-detail.style-2 .job-box .job-apply {
        margin-top: 30px;
    }

}

@media (max-width: 640px){

    .gj-result-sorting .total-result, .gj-result-sorting .gj-default-sorting {
        width: auto;
    }
    .gj-jobs .job-item .job-image {
        display: block;
    }
    .gj-thank-you-block .thankyou-panel {
        max-width: none;
        margin: 0;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-info {
        display: block !important;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-info-top {
        margin: 20px 0 0;
        -webkit-justify-content: unset;
        justify-content: unset;
        flex-direction: unset;
        -webkit-flex-direction: unset;
    }
    .job-detail .container-box{
        padding: 40px 0;
    }
    .job-detail.style-1 .job-box{
        padding-bottom: 30px;
    }
}

@media (max-width: 600px){

    .gj-candidates.gj-listing .candidate-item{
        display: block;
    }
    .gj-candidates.gj-listing .candidate-image{
        float: none;
    }
    .field-candidate-information .gj-field-default > .field-label span{
        width: 120px;
    }

}

@media ( min-width: 576px ) and ( max-width: 1366px ) {

    .gj-submited-applications .download-cv a {
        width: auto;
    }
    .gj-submited-applications .download-cv a span {
        display: inline-block;
    }

}

@media ( min-width: 576px ) and ( max-width: 991px ) {

    .gj-candidates.gj-grid .grid-content {
        width: 50%;
    }
    .job-detail .job-meta-box > div {
        width: 50%;
    }
    .job-detail .job-meta-box > div:nth-child(2n+1) {
        border-right: transparent;
    }
    .job-detail .job-meta-box > div:nth-child(n+3) {
        border-top: transparent;
    }
    .gj-review-area .gj-review-content .gj-box-each-vote.gj-review-voted:after {
        right: 10px;
        left: auto;
        transform: translateX(0);
    }

}

@media ( min-width: 576px ) and ( max-width: 767px ) {

    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default:nth-child(2n+2) {
        border-right: none;
    }

}

@media (min-width: 576px) {

    .gj-employers.gj-listing .gj-employer-item .item {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: unset;
        align-items: unset;
    }
    .gj-dashboard .gj-search-form.custom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .gj-dashboard .gj-dashboard-main.jobs .gj-page-heading .page-heading-left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .gj-dashboard .modal .gj-application-details .gj-field-default,
    .gj-application-details .gj-field-default,
    .gj-application-details .application-details > li.application-status {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .gj-application-details .gj-field-default .field-label,
    .gj-application-details .application-details > li .title {
        width: 230px;
        margin-right: 15px;
        flex: 0 0 auto;
    }
    .gj-application-details .gj-field-default .field-value {
        flex: 1;
        width: auto;
    }
    .gj-employers.gj-grid .gj-employer-item {
        max-width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .gj-employer-detail .page-heading .action-button .widget-btn-action-job-warp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .single-gj_employer .gj-jobs-employer .job-item .job-info .job-info-inner {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .gj-dashboard .gj-application-view-modal .modal-dialog {
        max-width: 572px;
        width: auto;
    }
    .gj-employer-detail .page-heading .content-heading {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

}

@media ( max-width: 575px ) {

    .gj-jobs.gj-grid .gj-job-items .grid-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .gj-candidates.gj-grid .grid-content {
        width: 100%;
    }
    .gj-candidate-detail .info-candidate .candidate-meta li {
        display: block;
        float: none;
        margin-right: 0;
        padding-left: 0;
        border-right: none;
    }
    .gj-candidate-detail .gj-review-area {
        padding: 0;
    }
    body .gj-default-sorting .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-right: 25px;
    }
    .gj-thank-you-block {
        padding: 120px 20px 130px;
    }
    .gj-jobs.gj-listing .job-item .job-info .job-meta > div,
    .gj-candidates.gj-listing .candidate-meta .meta-top > div {
        display: block;
        padding-left: 0;
        margin-right: 0;
    }
    .gj-jobs.gj-listing .job-item .job-info .job-meta > div:before,
    .gj-candidates.gj-listing .candidate-meta .meta-top > div:before {
        display: none;
    }
    .review-details .er-review-title {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .review-details .er-review-title .er-rate-content {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .similar-employer-widget .item .meta p {
        border-right: 0;
        margin-bottom: 5px;
    }
    .similar-employer-widget .item .meta p:last-child {
        margin-bottom: 0;
    }
    .job-detail .job-meta-box > div {
        width: 100%;
    }
    .job-detail .job-meta-box > div:nth-child(n+2) {
        border-top: transparent;
    }
    .gj-employer-detail .follow-button {
        margin-top: 0;
    }
    .gj-employer-detail .page-heading .action-button .widget-btn-action-job-warp {
        text-align: initial;
    }
    .single-gj_employer .gj-jobs-employer .job-item .job-title {
        margin-bottom: 5px;
    }
    .single-gj_employer .gj-jobs-employer .job-item .job-info .job-meta p {
        margin-bottom: 10px;
    }
    .gj-review-area .gj-review-content .gj-box-each-vote.gj-review-voted:after {
        left: 10px;
        transform: translateX(0);
    }
    .gj-box-each-vote .gj-review-criteria {
        display: block;
    }
    .gj-review-area .gj-review-content .gj-box-each-vote.gj-review-voted .criteria-stars {
        justify-content: flex-start;
        margin: 0;
    }
    .gj-follows .follow-content > div {
        margin-right: 0;
    }
    .gj-dashboard .gj-follows .follow-item h3 {
        margin-bottom: 10px;
    }
    .gj-dashboard .gj-follows .follow-content p {
        display: block;
        border-right: 0;
        margin: 0 0 10px;
        padding-right: 0;
    }
    .gj-dashboard .gj-follows .follow-content p:last-child {
        margin-bottom: 0;
    }
    .gj-dashboard .gj-dashboard-main table .gj-btn-send-message {
        padding-left: 5px;
        padding-right: 5px;
    }
    .gj-dashboard .profile form.gj-employer-form,
    .gj-dashboard .gj-job-edit-form.gj-block {
        text-align: inherit;
        padding: 30px 15px;
    }
    .gj-form-2 button.gj-update-profile-btn,
    .gj-form-2 button.gj-delete-account-btn {
        margin: 0;
        display: block;
    }
    .gj-form-2 button.gj-update-profile-btn {
        margin-bottom: 15px;
    }
    .gj-dashboard .gj-job-edit-form .vue-form-generator .cover-image {
        margin-left: -15px;
        margin-right: -15px;
    }
    .gj-overview-candidate .job-item .job-image {
        float: none;
    }
    .gj-search-select {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .gj-select-option {
        text-align: inherit;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .gj-select-option .select2-container {
        margin: 0;
        min-width: auto;
    }
    .gj-dashboard .gj-overview .notifications .gj-search-form .select2-container--open .select2-dropdown {
        left: 120px;
    }
    .gj-dashboard-main.jobs .gj-page-heading h1.page-title {
        margin: 0 0 15px;
    }
    .gj-dashboard-main.jobs .gj-page-heading .action-button {
        margin-bottom: 15px;
    }
    .gj-applications-table .application-item .application-cv a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .gj-dashboard .gj-applications .application-item .action .gj-email-appication-btn {
        margin-bottom: 10px;
    }
    .gj-application-details .gj-field-default .field-label,
    .gj-application-details .application-details > li .title,
    .gj-application-details .gj-field-default .field-value {
        width: 100%;
    }
    .gj-application-details .gj-field-default .field-label:after,
    .gj-application-details .application-details > li .title:after {
        display: none;
    }
    .gj-application-details .select2-container {
        margin-top: 0;
    }
    .gj-application-view-modal .modal-dialog {
        width: auto;
    }
    .gj-dashboard .gj-application-details.gj-main-block,
    .gj-application-view-modal .modal-body,
    .gj-dashboard .gj-application-view-modal .modal-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gj-application-details div.avatar {
        position: static;
        margin-bottom: 30px;
    }
    .gj-application-view-modal .modal-header .modal-title {
        padding-left: 0;
    }
    .gj-application-details .application-job-date {
        margin: 0;
        padding: 0;
    }
    .gj-form-2 div.form-group {
        width: 100%;
    }
    .gj-save-resumes .avatar {
        margin-bottom: 10px;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-meta > div {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-meta > div:not(:first-child):before {
        display: none;
    }
    .gj-employer-detail .page-heading .employer-info .employer-name {
        font-size: 20px;
    }
    .gj-employer-detail .style-1 .page-heading .employer-info .employer-name {
        margin-bottom: 10px;
    }
    .job-detail .job-box .job-meta ul li:after {
        display: none;
    }
    .gj-employer-detail .style-2 .employer-field-detail-sidebar .gj-field-default {
        border-right: none;
        max-width: 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .gj-employer-detail .page-heading .action-button .btn-item i, .gj-employer-detail .follow-button .follow.followed i {
        font-size: 16px;
    }
    .widget-btn-action-job-warp .btn-item {
        margin-left: 4px;
    }
    .gj-review-area .form-review .form-review-top .text-collapse {
        margin: 0 0 15px;
    }

}

@media ( max-width: 480px ) {

    .gj-candidate-detail .page-heading .candidate-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gj-candidate-detail .page-heading .candidate-logo {
        margin-right: 20px;
    }
    .gj-login .gj-form {
        padding: 32px 20px;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-info-top {
        display: block;
    }
    .gj-employers.gj-listing .gj-employer-item .employer-info div.openjobs {
        margin: 15px 0 0 !important;
    }
    .page-template-search-map .gj-jobs.gj-grid .gj-job-items .grid-content{
        flex: none;
        width: 100%;
        max-width: 100%;
    }
}

@media ( min-width: 320px ) and ( max-width: 575px ) {

    .gj-employer-detail .page-heading .action-button .widget-btn-action-job-warp {
        display: flex;
    }
    .gj-employer-detail .page-heading .action-button .btn-item {
        max-width: 45%;
    }
    .gj-employer-detail .page-heading .action-button {
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
    }
    .gj-employer-detail .follow-button {
        margin-left: -12px;
    }

}

@media ( max-width: 320px ) {

    .gj-review-area > .gj-review-container {
        border: none;
    }

}
