.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.swiper-slide {
  width: 25%;
}

.ck-jobs-slider {
  position: relative;
}

.ck-jobs-slider .slick-list {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 20px 20px;
}

.ck-jobs-slider .slide-content {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 20px 25px 35px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.09);
  min-height: 296px;
  display: flex;
  flex-direction: column;
}

.slide-link-wrap {
  margin-top: auto;
}

.ck-jobs-slider .slide.slick-slide {
  transition: opacity 0.25s;
}

.ck-jobs-slider .slide.slick-slide:not(.slick-active) {
  opacity: 0;
}

.ck-jobs-slider h3 {
  margin: 0 0 10px !important;
}

.ck-jobs-slider .slide-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  line-height: 20px;
  text-decoration: none;
  color: var(--global-palette1);
  margin-top: 0;
}

.slide-owner {
  display: none;
}

.ck-jobs-slider .slide-title {
  font-size: 18px;
}

.ck-jobs-slider .top-control {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ck-member-slider h4:after {
  border-color: #fff;
}

.ck-member-slider h2, .ck-member-slider h4 {
  color: #fff;
}

.ck-jobs-slider .slick-slide {
  padding: 0 10px;
}

.ck-slider-btn {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--global-palette1);
  border-radius: 3px;
  display: inline-block;
  background-size: 50%;
  transition: background-color 0.25s;
}

.ck-slider-btn:not(.slick-disabled):hover {
  background-color: var(--global-palette1);
}

.ck-jobs-slider .arrow-container {
  position: absolute;
  width: calc(100% + 160px);
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  left: -80px;
  top: 35%;
}

.ck-slider-btn:hover {
  cursor: pointer;
}

.ck-jobs-slider img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

button.ck-slider-btn.prev, button.ck-slider-btn.prev:hover {
  background-image: url("/wp-content/plugins/carekom-jobs/assets/img/slide_arrow_black.svg") !important;
  background-size: 50% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

button.ck-slider-btn.next, button.ck-slider-btn.next:hover {
  background-image: url("/wp-content/plugins/carekom-jobs/assets/img/slide_arrow.svg") !important;
  background-size: 50% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.ck-slider-btn.slick-disabled {
  background-color: #26364a;
}

.ck-jobs-slider .ck-slider-btn.slick-disabled {
  background-color: var(--global-palette1) !important;
  opacity: 0.4;
}

.ck-slider-btn.slick-disabled:hover {
  cursor: not-allowed;
}

.ck-jobs-slider .slide-link {
  color: var(--global-palette1);
  font-size: 14px;
  position: relative;
  font-weight: 400;
  transition: 0.2s;
}

.ck-jobs-slider .slide-link:hover {
  background: var(--global-palette1);
  color: #fff;
}

p.slide-desc {
  min-height: 81px;
}

a.slide-link {
  border: 1px solid var(--global-palette1);
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
}

.ck-jobs-slider .label {
  display: inline-flex;
  margin-bottom: 20px;
}

.ck-jobs-slider .label .item {
  background: var(--global-palette1);
  color: #fff;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 400;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 2px;
}

@media screen and (max-width: 1400px) {
  .ck-jobs-slider .arrow-container {
    width: calc(100% + 80px);
    left: -40px;
  }
  .ck-jobs-slider .arrow-container .ck-slider-btn {
    width: 40px;
    height: 40px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .ck-jobs-slider .arrow-container {
    width: calc(100% + 60px);
    left: -30px;
  }
}
.sidebar .label svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}

svg:not(:root) {
  overflow: hidden;
}

.sidebar.widget.widget_ck_job_widget_job_info {
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.0901960784);
  margin-bottom: 35px !important;
}

.sidebar .content {
  padding: 20px;
  list-style: none;
  margin: 0;
}

.sidebar .head img {
  border-radius: 10px 10px 0 0;
}

.sidebar .item {
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
}

.sidebar h3.title {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.sidebar .label svg {
  width: 15px;
  height: 15px;
  margin-right: 9px;
}

.sidebar svg path {
  fill: var(--global-palette1);
}

.sidebar .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .value {
  font-size: 15px;
  padding-left: 25px;
}

.sidebar .label {
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  color: var(--global-palette1);
  font-size: 15px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .single.single-ck_job_post.has-sidebar .content-container {
    display: grid;
    grid-template-columns: 5fr 3fr;
  }
}

.btn {
  padding: 10px 20px 12px;
  border-radius: 3px 3px 3px 3px;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
  line-height: 1.6;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: var(--global-palette-btn-bg-hover);
  color: #fff;
}

.bottom-content {
  border-top: 1px solid rgba(0, 0, 0, 0.168627451);
  padding-top: 35px;
}

.ck-employee-form .col {
  padding-top: 10px;
}

.ck-employee-form .col {
  margin: 0 -5px;
}

.ck-employee-form .col > * {
  margin: 0 5px;
}

@media screen and (min-width: 1025px) {
  .ck-form-6 {
    width: 50%;
  }
}
select.wpcf7-form-control {
  margin-bottom: 20px;
}

.ck-employee-form label {
  font-size: 16px;
}

span.wpcf7-list-item {
  width: 100%;
  margin-bottom: 10px !important;
  display: block;
}

span.wpcf7-list-item label {
  padding-left: 25px;
  position: relative;
  display: block;
}

span.wpcf7-list-item.first {
  margin-top: 15px !important;
}

.menu-title > a:first-child {
  font-weight: 600 !important;
}

.item-hide > a:first-child {
  display: none !important;
}

.header-navigation ul ul.sub-menu > li:last-child {
  padding-bottom: 10px;
}

.header-navigation ul ul.sub-menu > li:first-child {
  padding-top: 5px;
}

.no-click > a:first-child {
  pointer-events: none;
}
.no-click > a:first-child:hover {
  color: #000 !important;
  cursor: default;
}

.menu-btns a {
  background: var(--global-palette1);
  border-radius: 3px;
  padding: 15px 20px;
  color: #fff;
}
.menu-btns a:hover {
  background: var(--global-palette2);
  color: #fff;
}

span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}

span.wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 7px;
}

.form-space {
  height: 15px;
}

.ck-form-6 p {
  margin: 10px 0;
}

.ck-employee-form .ck-form-12 {
  width: 100%;
}

span.wpcf7-form-control.wpcf7-acceptance {
  margin-top: 10px !important;
  display: block;
}

.ck-employee-form .col {
  display: flex;
}

.type-ck_job_post .entry-content p {
  margin: 10px 0 10px;
}

.ck-employee-form span.req {
  color: #ce1818;
}

.ck-req-hint {
  font-size: 14px;
  margin-top: 10px;
}

.ck-employee-form span.wpcf7-list-item {
  margin: 0;
}

.ck-latest-jobs {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  border-radius: 5px;
}
.ck-latest-jobs a.ck-latest-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.ck-latest-jobs a.ck-latest-item h3 {
  font-size: 17px;
  color: black;
  font-weight: 400;
}
.ck-latest-jobs .img {
  flex: 0 0 150px;
}
.ck-latest-jobs .img img {
  border-radius: 3px;
}
.ck-latest-jobs .info > div:first-child {
  font-size: 17px;
  line-height: 24px;
}
.ck-latest-jobs .info > div:nth-child(2) {
  font-size: 14px;
  color: black;
}

.ck-employee-form .select2-container, .ck-employee-form textarea, .ck-employee-form select {
  width: 100% !important;
  min-height: 40px;
}

.ck-employee-form h3.title {
  color: var(--global-palette1);
  font-weight: 300;
  font-size: 32px;
  margin: 0;
}
.ck-employee-form input[type=email], .ck-employee-form input[type=number], .ck-employee-form input[type=password], .ck-employee-form input[type=search], .ck-employee-form input[type=tel], .ck-employee-form input[type=text], .ck-employee-form input[type=url], .ck-employee-form select, .ck-employee-form textarea {
  color: #222;
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.0980392) 0 1px 0;
}
.ck-employee-form input[type=email], .ck-employee-form input[type=number], .ck-employee-form input[type=password], .ck-employee-form input[type=search], .ck-employee-form input[type=tel], .ck-employee-form input[type=text], .ck-employee-form input[type=url], .ck-employee-form textarea {
  padding: 10px;
  line-height: 20px;
  border: 0;
}
.ck-employee-form input[readonly] {
  color: #787878;
}
.ck-employee-form input[readonly]:hover {
  cursor: default;
}

.job-location-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.pojo-a11y-toolbar-link {
  text-decoration: none !important;
}

body.parent-pageid-743 h5 {
  font-size: 17px !important;
  font-weight: bold;
}

.twentytwenty-overlay {
  border-radius: 10px;
}
.twentytwenty-overlay > * {
  border-radius: 10px;
}

.ib-image-comparison {
  border-radius: 10px;
}
.ib-image-comparison > * {
  border-radius: 10px;
}

html body[class*=pojo-a11y-resize-font-].page .primary-menu-container li {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 767px) {
  .kt-modal-container h4 {
    font-size: 18px !important;
  }
  .kt-modal-container h6 {
    font-size: 18px !important;
    font-weight: bold !important;
  }
}

/*# sourceMappingURL=style.css.map */
