/* line 1, app/assets/stylesheets/shared/_common_containers.scss */
.contents_header_title {
  background: #00B4DE;
  color: #fff;
  padding: 30px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

/* line 11, app/assets/stylesheets/shared/_common_containers.scss */
.contents_header_title::before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 21, app/assets/stylesheets/shared/_common_containers.scss */
.contents_header_title_pale {
  background: #E5F7FC;
  color: #00B4DE;
}

/* line 26, app/assets/stylesheets/shared/_common_containers.scss */
.contents_header_title_pale::before {
  border-bottom: 3px solid #00B4DE;
}

/* line 30, app/assets/stylesheets/shared/_common_containers.scss */
.horizontal_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 37, app/assets/stylesheets/shared/_common_containers.scss */
.centering_wrapper {
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  /* Full viewport height */
  text-align: center;
  /* Optional: center text inside the content */
}

/* line 49, app/assets/stylesheets/shared/_common_containers.scss */
.sizing_wrapper {
  max-width: 100vw;
  width: 80%;
}

/* line 55, app/assets/stylesheets/shared/_common_containers.scss */
.single_button_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

/* line 63, app/assets/stylesheets/shared/_common_containers.scss */
.horizontal_justification_wrapper {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /* Centers the form and login link */
}

/* line 70, app/assets/stylesheets/shared/_common_containers.scss */
.bottom_padding {
  padding-bottom: 10px;
}

/* line 74, app/assets/stylesheets/shared/_common_containers.scss */
.top_margin_10 {
  margin-top: 10px;
}

/* line 78, app/assets/stylesheets/shared/_common_containers.scss */
.bottom_margin_20 {
  margin-bottom: 20px;
}

/* line 82, app/assets/stylesheets/shared/_common_containers.scss */
.bottom_margin_40 {
  margin-bottom: 40px;
}

/* line 86, app/assets/stylesheets/shared/_common_containers.scss */
.top_margin_20 {
  margin-top: 20px;
}

/* line 90, app/assets/stylesheets/shared/_common_containers.scss */
.top_margin_40 {
  margin-top: 40px;
}

/* line 94, app/assets/stylesheets/shared/_common_containers.scss */
.bottom_margin_80 {
  margin-bottom: 80px;
}

/* line 98, app/assets/stylesheets/shared/_common_containers.scss */
.bottom_padding_20 {
  padding-bottom: 20px;
}

/* line 102, app/assets/stylesheets/shared/_common_containers.scss */
.top_padding_20 {
  padding-top: 20px;
}

/* line 106, app/assets/stylesheets/shared/_common_containers.scss */
.top_padding_40 {
  padding-top: 40px;
}

/* line 110, app/assets/stylesheets/shared/_common_containers.scss */
.left_margin_20 {
  margin-left: 20px;
}

/* line 114, app/assets/stylesheets/shared/_common_containers.scss */
.sides_margin_20 {
  margin-left: 20px;
  margin-right: 20px;
}

/* line 119, app/assets/stylesheets/shared/_common_containers.scss */
.unstyled-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* line 125, app/assets/stylesheets/shared/_common_containers.scss */
.no_bottom_margin {
  margin-bottom: 0 !important;
}

/* line 129, app/assets/stylesheets/shared/_common_containers.scss */
.form_inner_basic {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 134, app/assets/stylesheets/shared/_common_containers.scss */
.form_field_wrapper_basic {
  width: 100%;
}

/* line 138, app/assets/stylesheets/shared/_common_containers.scss */
.form_field_wrapper_basic input {
  width: 100%;
  height: 30px;
}

/* line 143, app/assets/stylesheets/shared/_common_containers.scss */
.banner_large_width {
  width: 90%;
}

/* line 147, app/assets/stylesheets/shared/_common_containers.scss */
.large_width {
  width: 80%;
}

/* line 151, app/assets/stylesheets/shared/_common_containers.scss */
.medium_width {
  width: 50%;
}

/* line 155, app/assets/stylesheets/shared/_common_containers.scss */
.top_lower_banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  list-style: none;
  background-color: white;
  padding-inline-start: 0;
}

/* line 171, app/assets/stylesheets/shared/_common_containers.scss */
.top_lower_banner_wrapper a img {
  max-width: 100vw;
  width: 100%;
}

/* line 176, app/assets/stylesheets/shared/_common_containers.scss */
.top_lower_banner_wrapper li {
  width: 100%;
  text-align: center;
}

/* line 183, app/assets/stylesheets/shared/_common_containers.scss */
.top_lower_banner_wrapper li img {
  max-width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 190, app/assets/stylesheets/shared/_common_containers.scss */
.company_padding_top {
  padding-top: 40px !important;
}

/* line 194, app/assets/stylesheets/shared/_common_containers.scss */
.company_centering_wrapper {
  display: flex;
  justify-content: center;
  /* Horizontally center */
  align-items: center;
  /* Vertically center */
  /* Full viewport height */
  text-align: center;
  margin: 0 auto;
}

/* line 208, app/assets/stylesheets/shared/_common_containers.scss */
.ends_padding_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 213, app/assets/stylesheets/shared/_common_containers.scss */
.ends_padding_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 218, app/assets/stylesheets/shared/_common_containers.scss */
.ends_padding_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 223, app/assets/stylesheets/shared/_common_containers.scss */
.ends_margin_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 228, app/assets/stylesheets/shared/_common_containers.scss */
.small_spread {
  margin-top: 10px;
}

/* line 232, app/assets/stylesheets/shared/_common_containers.scss */
.empty-message-space {
  height: 40px;
}

/* line 1, app/assets/stylesheets/shared/_job_cards.scss */
.job_slide {
  flex: none;
  justify-content: center;
  align-items: center;
}

/* line 7, app/assets/stylesheets/shared/_job_cards.scss */
.job_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

/* line 20, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_link,
.job_card_link * {
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/shared/_job_cards.scss */
.job_sticker {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
}

/* line 33, app/assets/stylesheets/shared/_job_cards.scss */
.job_sticker img {
  width: 90%;
  height: auto;
}

/* line 38, app/assets/stylesheets/shared/_job_cards.scss */
.job_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

/* line 46, app/assets/stylesheets/shared/_job_cards.scss */
.job_content a {
  width: 100%;
  text-decoration: none;
  color: inherit;
}

/* line 52, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

/* line 60, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_content a {
  width: 100%;
  height: 20px;
  text-decoration: none;
  color: inherit;
}

/* line 67, app/assets/stylesheets/shared/_job_cards.scss */
.job_company_name {
  display: block;
  margin-block-start: 0.4em;
  margin-block-end: 0.2em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  max-height: 17px;
  font-size: 14px;
}

/* line 77, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 190px;
  overflow: hidden;
  position: relative;
}

/* line 88, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_img {
  width: 100%;
  height: 190px;
  max-height: 190px;
  object-fit: cover;
}

/* line 97, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_card_img_wrapper {
  max-height: 254px;
  width: 100%;
  aspect-ratio: 3 / 2;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #f5f5f5;
}

/* line 108, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_card_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* line 118, app/assets/stylesheets/shared/_job_cards.scss */
.job_name {
  display: block;
  font-size: 1.17em;
  margin-block-start: 0.7em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  max-height: 21px;
}

/* line 130, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  max-height: 500px;
}

/* line 146, app/assets/stylesheets/shared/_job_cards.scss */
.job_name_show_card {
  display: block;
  font-size: 1.17em;
  margin-block-start: 0.7em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  max-height: 52px;
  text-wrap: balance;
  line-height: 1.2;
}

@media (max-width: 670px) {
  /* line 146, app/assets/stylesheets/shared/_job_cards.scss */
  .job_name_show_card {
    font-size: 1.0em;
  }
}

/* line 167, app/assets/stylesheets/shared/_job_cards.scss */
.job_points {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  width: 100%;
  overflow: visible;
}

/* line 177, app/assets/stylesheets/shared/_job_cards.scss */
.job_points img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  margin-right: 10px;
}

/* line 184, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_card_points_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* line 193, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points {
  display: flex;
  align-items: flex-center;
  width: 100%;
  overflow: hidden;
}

/* line 201, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
}

/* line 207, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points span,
.job_show_points div {
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points_content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  max-width: 90%;
}

/* line 224, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points_button {
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 4px;
  border: 1px solid #6ec1e4;
  background-color: #fff;
  color: #6ec1e4 !important;
  text-align: center;
  align-content: center;
  align-self: flex-end;
  justify-self: end;
  max-width: 100%;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

/* line 244, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_points_button:hover {
  background-color: #6ec1e4;
  color: #fff;
}

/* line 250, app/assets/stylesheets/shared/_job_cards.scss */
.job_show_card_divider_line {
  border: none;
  height: 1px;
  background-color: #a6a6a6;
  margin: 10px 0px;
  width: 100%;
}

/* line 262, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_keeps_apply {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 270, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_keeps_apply img {
  width: 20px;
  margin-right: 10px;
}

/* line 275, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_keeps_wrapper {
  display: flex;
  flex-direction: row;
  margin-right: 3%;
  align-items: center;
}

/* line 282, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_keeps_wrapper img {
  width: 25px !important;
  height: 25px !important;
}

/* line 287, app/assets/stylesheets/shared/_job_cards.scss */
.keep_star_icon {
  margin-right: 10px;
}

/* line 290, app/assets/stylesheets/shared/_job_cards.scss */
.keep_star_icon svg {
  height: 30px;
  width: 30px;
}

@media (max-width: 670px) {
  /* line 290, app/assets/stylesheets/shared/_job_cards.scss */
  .keep_star_icon svg {
    height: 20px;
    width: 20px;
  }
}

/* line 301, app/assets/stylesheets/shared/_job_cards.scss */
.show_keep_star_icon {
  margin-right: 10px;
}

/* line 305, app/assets/stylesheets/shared/_job_cards.scss */
.show_keep_star_icon svg {
  height: 30px;
  width: 30px;
}

/* line 310, app/assets/stylesheets/shared/_job_cards.scss */
.keeps_count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-style: bold;
  font-size: 10px;
  white-space: nowrap;
}

/* line 321, app/assets/stylesheets/shared/_job_cards.scss */
.show_keeps_count {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-style: bold;
  font-size: 10px;
  white-space: nowrap;
}

/* Card list */
/* line 333, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_list {
  display: flex;
  flex-direction: column;
}

/* Outer wrapper draws borders & spacing */
/* line 339, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_wrapper {
  border: 2px solid #d9d9d9;
  padding: 10px;
  background-color: white;
}

/* Separator between cards */
/* line 346, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_wrapper + .new_job_card_wrapper {
  border-top: none;
  /* avoids double-thick border */
}

/* line 351, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card {
  display: flex;
  height: 80px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

/* Image */
/* line 361, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_image {
  height: 100%;
  aspect-ratio: 3 / 2;
  flex-shrink: 0;
  overflow: hidden;
}

/* line 369, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f5f5;
}

/* Right side */
/* line 378, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_content {
  flex: 1;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 387, app/assets/stylesheets/shared/_job_cards.scss */
.job_card_link:hover .new_job_card_title_arrow {
  transform: translateX(2px);
}

/* Company */
/* line 393, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_company {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}

/* Job title */
/* Title row */
/* line 402, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Job title */
/* line 409, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_title {
  font-size: 16px;
  color: #00b7e0;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Blue arrow on the right */
/* line 420, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_title_arrow {
  color: #004aad;
  font-size: 25px;
  font-weight: 700;
  margin-left: 8px;
  flex-shrink: 0;
}

/* Meta row */
/* line 430, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* Employment type badge */
/* line 438, app/assets/stylesheets/shared/_job_cards.scss */
.employment_type_badge {
  background-color: #ffc107;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  white-space: nowrap;
}

/* Salary */
/* line 448, app/assets/stylesheets/shared/_job_cards.scss */
.employment_salary {
  color: #000;
  white-space: nowrap;
}

/* line 455, app/assets/stylesheets/shared/_job_cards.scss */
.top_ranking_job_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Outer wrapper draws borders & spacing */
/* line 463, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_job_card_wrapper {
  position: relative;
  border-radius: 4px;
  padding: 10px;
  background-color: white;
}

/* line 472, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_job_card {
  position: relative;
  display: flex;
  height: 95px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

@media (max-width: 670px) {
  /* line 472, app/assets/stylesheets/shared/_job_cards.scss */
  .ranking_job_card {
    height: 80px;
  }
}

/* line 486, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_job_card_company {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.0;
}

/* Title row */
/* line 494, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_title_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Job title */
/* line 501, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_job_card_title {
  font-size: 16px;
  color: #00b7e0;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 670px) {
  /* line 501, app/assets/stylesheets/shared/_job_cards.scss */
  .ranking_job_card_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 523, app/assets/stylesheets/shared/_job_cards.scss */
.new_job_card_wrapper {
  position: relative;
}

/* Ribbon body */
/* line 528, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_ribbon {
  position: absolute;
  top: -6px;
  /* slightly above card */
  left: 6px;
  background: #ffc107;
  color: black;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 14px 10px 10px;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  width: 4px;
  height: 19px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 70%, 0% 100%);
}

/*.ranking_ribbon::after {
  content: "";
  position: absolute;
  left: -2px;
  /* shift left edge slightly */
/* extend right side */
/* line 576, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_meta_container {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 16px;
  row-gap: 4px;
  color: black;
}

@media (max-width: 670px) {
  /* line 576, app/assets/stylesheets/shared/_job_cards.scss */
  .ranking_meta_container {
    grid-template-columns: 100px 1fr;
  }
}

/* line 589, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_meta_item {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

@media (max-width: 670px) {
  /* line 589, app/assets/stylesheets/shared/_job_cards.scss */
  .ranking_meta_item {
    font-size: 12px;
  }
}

/* line 599, app/assets/stylesheets/shared/_job_cards.scss */
.ranking_icon {
  width: 20px;
  height: 20px;
}

/* line 1, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100vw;
  height: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}

/* line 18, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_card a {
  text-decoration: none;
  max-width: 100%;
}

/* line 24, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_hero {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 34, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_link {
  max-width: 100%;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero {
  max-width: 100%;
  width: 90%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 48, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_image {
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

/*
.job_hero_image img {
  height: 60%;
}
  */
/* line 64, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_card_img {
  width: auto;
  height: 150px;
  max-height: 150px;
  object-fit: cover;
}

/* line 73, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_text {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

/* line 83, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_pins_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* line 89, app/assets/stylesheets/shared/_job_search_cards.scss */
.appeal_points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 95, app/assets/stylesheets/shared/_job_search_cards.scss */
.appeal_point {
  border: 1px solid #ec6969;
  color: #ec6969;
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}

/* line 105, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_details_button {
  display: block;
  margin: 10px auto;
  padding: 8px 12px;
  border: 2px solid #3a7bd5;
  color: #3a7bd5;
  background-color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
}

/* line 123, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_details_button:hover {
  background-color: #3a7bd5;
  color: #ffffff;
}

/* line 130, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_points {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Ensure alignment */
  gap: 10px;
  /* Add spacing between image and text */
  margin: 10px 0;
  width: 100%;
  /* Make sure it takes the full width */
  overflow: visible;
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_points img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  /* Prevents it from shrinking */
  margin-right: 10px;
  /* Adjust spacing */
}

/* line 153, app/assets/stylesheets/shared/_job_search_cards.scss */
.add_top_bottom_margin {
  margin: 10px 0;
}

/* line 159, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_badges {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  gap: 1rem;
  /* space between items if multiple */
  justify-content: baseline;
  align-items: center;
}

/* line 173, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_badges > :only-child {
  margin-left: 1rem;
  margin-right: auto;
  justify-self: start;
}

/* line 183, app/assets/stylesheets/shared/_job_search_cards.scss */
.open-insta-modal-button {
  position: relative;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

/* line 201, app/assets/stylesheets/shared/_job_search_cards.scss */
.open-insta-modal-button:hover {
  opacity: 0.8;
}

/* line 206, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_search_hero_separation_line {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

/* line 214, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_hero_separation_line {
  max-width: 100vw;
  width: 80%;
  object-fit: contain;
  overflow: hidden;
}

/* line 221, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button_wrapper {
  height: 0;
}

/* line 226, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: linear-gradient(135deg, #ff66c4, #ffde59);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 670px) {
  /* line 226, app/assets/stylesheets/shared/_job_search_cards.scss */
  .job_card_instagram_button {
    padding: 5px 5px;
  }
}

/* line 244, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button .insta-camera-icon {
  width: 20px;
  height: 20px;
}

/* line 249, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button .insta-button-text {
  color: #fff;
  white-space: nowrap;
}

/* line 254, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button:hover {
  opacity: 0.9;
}

/* line 258, app/assets/stylesheets/shared/_job_search_cards.scss */
.job_card_instagram_button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6);
}

/* line 1, app/assets/stylesheets/shared/_buttons.scss */
.button-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

/* line 8, app/assets/stylesheets/shared/_buttons.scss */
.scout_button_unpaid {
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/shared/_buttons.scss */
.user_index_item_scout_button_wrapper {
  width: 100%;
}

/* line 17, app/assets/stylesheets/shared/_buttons.scss */
.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  width: 20px;
  height: 20px;
}

/* line 28, app/assets/stylesheets/shared/_buttons.scss */
.centered_button {
  display: flex;
  justify-content: center;
}

/* line 34, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button {
  color: white;
  border: none;
  cursor: pointer;
  height: 100%;
  border-radius: 50px;
  font-size: 12px;
  width: 100%;
}

/* line 44, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button {
  text-align: center;
}

/* line 48, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button span,
.job_apply_button a,
.job_apply_button button,
.job_apply_button input {
  max-width: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  display: inline-block;
  padding: 10px 0;
  border: none;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_non_link {
  padding: 10px 0;
}

/* line 71, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button a,
.job_apply_button button,
.job_apply_button input {
  background: linear-gradient(to right, #5de0e6, #014bae);
  color: #fff !important;
}

/* line 78, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button button:hover,
.job_apply_button a:hover {
  background: linear-gradient(to right, #4ccbd6, #013a87);
}

/* line 84, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_link.disabled {
  background-color: #d3d3d3 !important;
  color: #808080 !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed;
}

/* line 91, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button button.disabled {
  background-color: #d3d3d3 !important;
  color: #808080 !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed;
  background: #d3d3d3 !important;
}

/* line 99, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 105, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button button {
  max-width: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border-radius: 50px;
  font-size: 13px;
  display: inline-block;
  padding: 10px 0;
  border: none;
  cursor: pointer;
  background: linear-gradient(to right, #5de0e6, #014bae) !important;
}

/* line 120, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button button:hover {
  background: linear-gradient(to right, #4ccbd6, #013a87) !important;
}

/* line 124, app/assets/stylesheets/shared/_buttons.scss */
.job_apply_button button.disabled {
  background-color: #d3d3d3 !important;
  color: #808080 !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed !important;
  background: #d3d3d3 !important;
}

/* line 1, app/assets/stylesheets/shared/_jobs.scss */
.job_index_appeal_point_wrapper {
  margin: 15px 0 0 auto;
}

/* line 5, app/assets/stylesheets/shared/_jobs.scss */
.job_index_appeal_point {
  display: inline-block;
  font-size: 12px;
  border-radius: 3px;
  padding: 1px 1px;
  box-sizing: border-box;
  color: #ED6A6A;
  border: 1px solid #ED6A6A;
}

/* line 15, app/assets/stylesheets/shared/_jobs.scss */
.job_index_employment {
  color: #fff;
  background: #00B4DE;
  border: none;
  padding: 2px 3px;
}

/* line 24, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_count,
.apply_job_index_count,
.scout_job_index_count,
.search_job_index_count {
  margin: 0 0 30px;
  text-align: right;
}

/* line 32, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_count span,
.apply_job_index_count span,
.scout_job_index_count span,
.search_job_index_count span {
  font-size: 20px;
  font-weight: bold;
  color: #EB3B43;
  margin-left: 5px;
}

/* line 43, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item,
.apply_job_index_item,
.scout_job_index_item {
  position: relative;
  margin-bottom: 30px;
  max-width: 238px;
}

/* line 51, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item:last-child,
.apply_job_index_item:last-child,
.scout_job_index_item:last-child {
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_txt,
.apply_job_index_item_txt,
.scout_job_index_item_txt {
  margin: 0;
  padding: 7px 15px;
  background: #00B4DE;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

/* line 67, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_contents_wrapper,
.apply_job_index_item_contents_wrapper,
.scout_job_index_item_contents_wrapper {
  background: #fff;
  padding: 15px 12px;
  border-radius: 0 0 10px 10px;
}

/* line 75, app/assets/stylesheets/shared/_jobs.scss */
.apply_job_index_item_contents_wrapper a,
.keep_job_index_item_contents_wrapper a,
.scout_job_index_item_contents_wrapper a {
  text-decoration: none;
  color: #666;
}

/* line 82, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_company_name,
.apply_job_index_item_company_name,
.scout_job_index_item_company_name {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

/* line 94, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_up_wrapper,
.apply_job_index_up_wrapper,
.apply_job_index_up_wrapper,
.scout_job_index_up_wrapper {
  padding-bottom: 15px;
  border-bottom: 1px dotted #00B4DE;
}

/* line 102, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_detail_wrapper,
.apply_job_index_down_wrapper,
.apply_job_index_down_wrapper,
.scout_job_index_down_wrapper {
  padding-top: 15px;
}

/* line 109, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_title,
.apply_job_index_item_title,
.scout_job_index_item_title {
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* line 121, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_salary_wrapper,
.keep_job_index_item_location_wrapper,
.apply_job_index_item_salary_wrapper,
.scout_job_index_item_salary_wrapper,
.share_keep_job_index_item_salary_wrapper,
.share_keep_job_index_item_location_wrapper {
  display: flex;
  align-items: center;
}

/* line 131, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_salary_icon_wrapper,
.keep_job_index_item_location_icon_wrapper,
.apply_job_index_item_salary_icon_wrapper,
.scout_job_index_item_salary_icon_wrapper,
.share_keep_job_index_item_salary_icon_wrapper,
.share_keep_job_index_item_location_icon_wrapper {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  background: rgba(0, 180, 222, 0.4);
  margin-right: 10px;
}

/* line 145, app/assets/stylesheets/shared/_jobs.scss */
.keep_job_index_item_salary_icon_wrapper img,
.apply_job_index_item_salary_icon_wrapper img,
.scout_job_index_item_salary_icon_wrapper img,
.share_keep_job_index_item_salary_icon_wrapper img,
.share_keep_job_index_item_location_icon_wrapper img {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 7, app/assets/stylesheets/pages/jobs.scss */
.job_show_wrapper {
  position: relative;
  padding: 40px 5% 0;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_wrapper {
  margin-bottom: 30px;
}

/* line 17, app/assets/stylesheets/pages/jobs.scss */
.job_show_history_size {
  text-align: right;
  font-size: 13px;
  margin-bottom: 5px;
}

/* line 23, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_company_name {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_title {
  font-weight: bold;
  margin-top: 5px;
  font-size: 18px;
}

/* line 33, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_img_wrapper {
  width: 320px;
  height: 200px;
  margin: 20px auto 0;
  text-align: center;
  position: relative;
}

@media (max-width: 670px) {
  /* line 33, app/assets/stylesheets/pages/jobs.scss */
  .job_show_common_img_wrapper {
    height: 200px;
  }
}

/* line 45, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 54, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_subimg_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  margin: 10px auto 0;
}

/* line 62, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_subimg_inner {
  width: 24.5%;
  height: 70px;
  margin: 0 1% 0 0;
}

/* line 68, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_subimg_inner:last-child {
  margin: 0;
}

/* line 72, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_subimg_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 78, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_txt {
  width: 80%;
  margin: 15px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 86, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_button_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: #fff;
  padding: 15px 10px 15px;
  box-shadow: 0px -3px 5px black;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

@media (min-width: 670px) {
  /* line 86, app/assets/stylesheets/pages/jobs.scss */
  .job_show_common_button_wrapper {
    width: 670px;
  }
}

/* line 109, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item_wrapper {
  margin: 20px 0 0;
}

/* line 113, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 119, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item:last-child {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item_label {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  padding-left: 2px;
}

/* line 130, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item_label_wrapper {
  width: 15%;
}

/* line 134, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item_img_wrapper {
  width: 35%;
  padding-left: 4px;
  display: flex;
  align-items: center;
}

/* line 141, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item_img_wrapper img {
  width: 100%;
}

/* line 145, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_info_item:nth-child(2) .job_show_common_info_item_img_wrapper {
  width: 40%;
}

/* line 149, app/assets/stylesheets/pages/jobs.scss */
.job_show_tab_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 155, app/assets/stylesheets/pages/jobs.scss */
.job_show_tab_label_wrapper {
  width: 30%;
  text-align: center;
}

/* line 160, app/assets/stylesheets/pages/jobs.scss */
.job_show_tab_label_wrapper label {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  background: #fff;
  border-left: 1px solid #B4B4B4;
  border-top: 1px solid #B4B4B4;
  box-sizing: border-box;
}

/* line 170, app/assets/stylesheets/pages/jobs.scss */
.job_show_tab_label_wrapper:last-child label {
  border-right: 1px solid #B4B4B4;
}

/* line 174, app/assets/stylesheets/pages/jobs.scss */
#job_show_recruit_tab:checked ~ .job_show_tab_wrapper #job_show_recruit_tab_label,
#job_show_company_tab:checked ~ .job_show_tab_wrapper #job_show_company_tab_label,
#job_show_campaign_tab:checked ~ .job_show_tab_wrapper #job_show_campaign_tab_label {
  border-top: 5px solid #00B4DE;
}

/* line 180, app/assets/stylesheets/pages/jobs.scss */
#job_show_recruit_tab:checked ~ .job_show_info_contents_wrapper #job_show_recruit,
#job_show_company_tab:checked ~ .job_show_info_contents_wrapper #job_show_company,
#job_show_campaign_tab:checked ~ .job_show_info_contents_wrapper #job_show_campaign {
  display: block;
}

/* line 186, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_wrapper,
.job_show_info_company_wrapper,
.job_show_info_campaign_wrapper {
  display: none;
}

/* line 192, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_contents_wrapper {
  padding: 30px 5% 0;
  box-sizing: border-box;
  border-top: 1px solid #B4B4B4;
}

/* line 198, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item,
.job_show_info_company_item,
.job_show_info_campaign_item {
  margin-bottom: 30px;
}

/* line 204, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item:last-child,
.job_show_info_company_item:last-child,
.job_show_info_campaign_item:last-child {
  margin-bottom: 0;
}

/* line 210, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_label,
.job_show_info_company_item_label,
.job_show_info_campaign_item_label {
  margin: 0;
  background: #00B4DE;
  color: #fff;
  padding: 3px 5px;
}

/* line 219, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item,
.job_show_info_company_item_contents_item,
.job_show_info_campaign_item_contents_item {
  margin-top: 20px;
}

/* line 225, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_company_item_contents_item {
  font-size: 15px;
}

/* line 229, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_title {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

/* line 235, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_work {
  font-size: 15px;
  margin-top: 10px;
}

/* line 240, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_feature_wrapper {
  margin-top: 10px;
}

/* line 244, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_feature {
  display: inline-block;
  width: 32%;
  text-align: center;
}

/* line 250, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_feature_img,
.job_show_info_recruit_item_appeal_point_list_img {
  width: 100%;
  height: 100px;
  position: relative;
}

/* line 257, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_contents_item_feature_img img,
.job_show_info_recruit_item_appeal_point_list_img img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 267, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_appeal_point_list li.job_show_info_recruit_item_appeal_point_list_name_none {
  text-align: left;
}

/* line 271, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_access,
.job_show_info_recruit_item_work_hour_wrapper {
  margin-top: 20px;
  font-size: 15px;
}

/* line 277, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_work_hour_remarks {
  margin-top: 20px;
}

/* line 281, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_work_hour_feature {
  margin-top: 20px;
}

/* line 285, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_work_hour_feature_title {
  margin: 0;
}

/* line 289, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_work_hour_feature_list,
.job_show_info_recruit_item_holiday_feature_list {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 15px;
}

/* line 296, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_holiday_feature_list {
  margin-top: 20px;
}

/* line 300, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_appeal_point_list {
  margin-top: 20px;
  font-size: 0;
  list-style: none;
  padding: 0;
}

/* line 307, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_appeal_point_list li {
  display: inline-block;
  width: 25%;
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
  vertical-align: top;
}

/* line 316, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_appeal_point_list li:nth-last-child(1),
.job_show_info_recruit_item_appeal_point_list li:nth-last-child(2),
.job_show_info_recruit_item_appeal_point_list li:nth-last-child(3),
.job_show_info_recruit_item_appeal_point_list li:nth-last-child(4) {
  margin-bottom: 0;
}

/* line 323, app/assets/stylesheets/pages/jobs.scss */
.job_show_info_recruit_item_welfare_wrapper {
  font-size: 15px;
  margin-top: 20px;
}

/* line 328, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_keep_wrapper {
  width: 40%;
  margin-right: 2%;
}

/* line 333, app/assets/stylesheets/pages/jobs.scss */
.job_show_common_apply_wrapper {
  width: 49%;
}

/* line 337, app/assets/stylesheets/pages/jobs.scss */
.job_show_left_border {
  padding-left: 20px;
}

/* line 341, app/assets/stylesheets/pages/jobs.scss */
.new_job_show_info_keep_inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 348, app/assets/stylesheets/pages/jobs.scss */
.your_keeps_midashi {
  margin: 0;
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  background: #fff;
  width: 80%;
  text-align: center;
}

/* line 360, app/assets/stylesheets/pages/jobs.scss */
.keep_job_keyvisual_wrapper {
  display: flex;
  align-content: space-around;
  align-items: center;
  background-color: rgba(234, 249, 252, 0.5);
  background-size: 110% 448px;
  background-repeat: no-repeat;
  flex-direction: column;
}

/* line 370, app/assets/stylesheets/pages/jobs.scss */
.keep_job_list_mobile_wrapper .slick-list {
  margin-left: 50px !important;
}

/* line 374, app/assets/stylesheets/pages/jobs.scss */
.keep_job_list_desktop_wrapper .slick-list {
  width: 480px !important;
  margin-left: 22px !important;
}

/* line 380, app/assets/stylesheets/pages/jobs.scss */
.keep_job_keyvisual_mobile_wrapper {
  width: 70vw;
}

/* line 384, app/assets/stylesheets/pages/jobs.scss */
.keep_job_keyvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1%;
  padding-bottom: 3%;
  box-sizing: border-box;
  max-width: 670px;
  background-color: #6bd5ed;
}

@media (max-width: 670px) {
  /* line 384, app/assets/stylesheets/pages/jobs.scss */
  .keep_job_keyvisual {
    padding-top: 10px;
  }
}

/* line 400, app/assets/stylesheets/pages/jobs.scss */
.keep_job_list_wrapper {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  max-width: 100vw;
  width: 100%;
  /* Adjust based on layout */
}

/* line 411, app/assets/stylesheets/pages/jobs.scss */
.keep_job_list_wrapper li {
  max-width: 300px;
  width: 100%;
  max-height: 500px;
  margin: 0 20px;
}

/* line 419, app/assets/stylesheets/pages/jobs.scss */
.keep_job_slide {
  padding: 10px;
}

/* line 424, app/assets/stylesheets/pages/jobs.scss */
.lower_keep_cards img {
  width: auto;
  height: 392px !important;
  max-width: 300px !important;
}

/* line 430, app/assets/stylesheets/pages/jobs.scss */
.keep_job_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  max-height: 550px;
  height: 100%;
  box-sizing: border-box;
}

/* line 447, app/assets/stylesheets/pages/jobs.scss */
.keep_job_search_card {
  position: relative;
  /* Ensures the sticker is positioned relative to this container */
  display: flex;
  flex-direction: column;
  /* Stack content vertically */
  align-items: flex-start;
  /* Left-justify content */
  /* Add spacing between elements */
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  height: 340px;
  box-sizing: border-box;
  /*width: 100%;*/
  /* Set a fixed width (adjust as needed) */
  margin: 10px 0;
}

/* line 473, app/assets/stylesheets/pages/jobs.scss */
.keep_job_search_card a {
  text-decoration: none;
}

/* line 477, app/assets/stylesheets/pages/jobs.scss */
.keep_job_hero {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 486, app/assets/stylesheets/pages/jobs.scss */
.keep_job_hero_text {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 122px;
  gap: 10px;
}

/* line 498, app/assets/stylesheets/pages/jobs.scss */
.keep_hero_separation_line {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

/* line 505, app/assets/stylesheets/pages/jobs.scss */
.keep_hero_separation_line img {
  max-width: 100%;
  width: 100%;
  height: 10px;
  object-fit: contain;
  overflow: hidden;
}

/* line 513, app/assets/stylesheets/pages/jobs.scss */
.keep_job_hero_spacer {
  min-height: 5px;
  /* Ensures at least 5px spacing */
  flex-grow: 1;
  /* Allows it to expand dynamically */
}

/* line 521, app/assets/stylesheets/pages/jobs.scss */
.keep_appeal_spacer {
  height: 33px;
}

/* line 526, app/assets/stylesheets/pages/jobs.scss */
.job_hero_company {
  color: #68927e;
}

/* line 531, app/assets/stylesheets/pages/jobs.scss */
.job_hero_job_title {
  color: black;
  font-weight: bold;
}

/* line 536, app/assets/stylesheets/pages/jobs.scss */
.job_hero_working_type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  border-radius: 10px;
  background-color: #4fd1eb;
  color: white;
  padding: 5px 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 670px) {
  /* line 536, app/assets/stylesheets/pages/jobs.scss */
  .job_hero_working_type {
    width: 82px;
    position: relative;
    left: -10px;
  }
}

/* line 557, app/assets/stylesheets/pages/jobs.scss */
.keep_appeal_points {
  display: flex;
  flex-wrap: nowrap;
  /* Prevents items from wrapping to a new line */
  overflow: hidden;
  /* Hides anything that doesn't fit */
  white-space: nowrap;
  /* Prevents text from breaking into multiple lines */
  text-overflow: ellipsis;
  /* Adds "..." if overflow occurs */
  max-width: 250px;
  /* Ensures it doesn't overflow the parent container */
  gap: 10px;
}

/* line 572, app/assets/stylesheets/pages/jobs.scss */
.keep_appeal_point {
  border: 1px solid #ec6969;
  color: #ec6969;
  background-color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  /* Adds spacing between items */
  flex-shrink: 0;
  /* Prevents items from shrinking too much */
  white-space: nowrap;
  /* Ensures text remains on one line */
}

/*
.no_apply_insta_shift {
  top: -236px !important;
}*/
