@charset "UTF-8";
/* line 1, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper {
  background-color: #daf5f9;
  padding: 20px;
}

/* line 5, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* line 10, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  border-radius: 10px;
  background: white;
  transition: background-color 0.2s;
}

/* line 20, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item:last-child {
  border-bottom: none;
}

/* line 24, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item:hover {
  background-color: #f9f9f9;
}

/* line 28, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item .draft-job-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 15px;
}

/* line 35, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item .draft-job-thumb.placeholder-thumb {
  background: #ccc;
}

/* line 40, app/assets/stylesheets/shared/_business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item .draft-job-info {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 670px) {
  /* line 1, app/assets/stylesheets/shared/_business_companies.scss */
  .company_mypage_wrapper {
    padding: 8px;
  }
}

/* line 55, app/assets/stylesheets/shared/_business_companies.scss */
.job-section {
  position: relative;
  margin-top: 30px;
}

/* line 60, app/assets/stylesheets/shared/_business_companies.scss */
.company_show_body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #cdffd8, #94b9ff);
  font-family: 'Roboto';
}

/* line 68, app/assets/stylesheets/shared/_business_companies.scss */
.company_job_input_wrapper {
  margin: 0;
  padding: 0;
  background: white;
}

/* line 76, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_wrapper {
  display: flex;
  flex-direction: column;
}

/* line 82, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 2rem;
  padding: 0 1rem;
}

@media (max-width: 670px) {
  /* line 82, app/assets/stylesheets/shared/_business_companies.scss */
  .company_edit_flow {
    margin: 1rem 0;
    font-size: 13px;
  }
}

/* line 94, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 101, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step .circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: gray;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 1;
}

/* line 115, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step .label {
  margin-left: 0.5rem;
  color: gray;
  font-weight: 600;
  white-space: nowrap;
}

/* line 122, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step .line {
  height: 3px;
  background-color: gray;
  flex-grow: 1;
  margin-left: 2rem;
  margin-right: 0.5rem;
  max-width: 30px;
}

@media (max-width: 670px) {
  /* line 122, app/assets/stylesheets/shared/_business_companies.scss */
  .company_edit_flow .company_edit_step .line {
    height: 0px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}

/* line 138, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step.active .circle {
  background-color: #00b7e0;
  color: white;
}

/* line 143, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step.active .label {
  color: #00b7e0;
}

/* line 147, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step.active .line {
  background-color: #00b7e0;
}

/* line 152, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step:last-child .line {
  display: none;
}

/* line 158, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_main_title {
  background-color: #72d7ee;
  width: 60%;
  padding: 2%;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 670px) {
  /* line 158, app/assets/stylesheets/shared/_business_companies.scss */
  .company_edit_main_title {
    width: 90%;
  }
}

/* line 172, app/assets/stylesheets/shared/_business_companies.scss */
.company_form_item_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

/* line 181, app/assets/stylesheets/shared/_business_companies.scss */
.company_new_top_padding {
  padding-top: 60px;
}

/* line 185, app/assets/stylesheets/shared/_business_companies.scss */
.company_new_margin {
  margin-bottom: 20px;
}

/* line 190, app/assets/stylesheets/shared/_business_companies.scss */
.company_new_main_title {
  background-color: #72d7ee;
  width: 70%;
  padding: 2%;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* line 205, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_center_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 213, app/assets/stylesheets/shared/_business_companies.scss */
.new_company_banners_upper {
  width: 80%;
  margin-bottom: 30px;
}

/* line 217, app/assets/stylesheets/shared/_business_companies.scss */
.new_company_banners_upper .banner-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* line 224, app/assets/stylesheets/shared/_business_companies.scss */
.new_company_banners_lower {
  width: 89%;
}

/* line 227, app/assets/stylesheets/shared/_business_companies.scss */
.new_company_banners_lower .banner-image {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

@media (max-width: 670px) {
  /* line 224, app/assets/stylesheets/shared/_business_companies.scss */
  .new_company_banners_lower {
    width: 95%;
  }
}

/* line 238, app/assets/stylesheets/shared/_business_companies.scss */
.breakable-jp {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* line 244, app/assets/stylesheets/shared/_business_companies.scss */
.pencil_card_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

/* line 252, app/assets/stylesheets/shared/_business_companies.scss */
.show_pencil {
  position: absolute;
  top: -40px;
  z-index: 2;
  display: flex;
  justify-content: center;
}

/* line 259, app/assets/stylesheets/shared/_business_companies.scss */
.show_pencil img {
  width: 80px;
  height: auto;
}

/* line 265, app/assets/stylesheets/shared/_business_companies.scss */
.white_card {
  width: 80%;
  background-color: white;
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

/* line 275, app/assets/stylesheets/shared/_business_companies.scss */
.card_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 283, app/assets/stylesheets/shared/_business_companies.scss */
.form_placeholder {
  margin-top: 20px;
}

/* line 287, app/assets/stylesheets/shared/_business_companies.scss */
.centered_login_prompt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #00b7e0;
}

/* line 293, app/assets/stylesheets/shared/_business_companies.scss */
.centered_login_prompt a {
  color: #00b7e0;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 5px;
}

/* line 302, app/assets/stylesheets/shared/_business_companies.scss */
.new_company_form {
  max-width: 100%;
}

/* line 307, app/assets/stylesheets/shared/_business_companies.scss */
.company-icon-preview {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* line 315, app/assets/stylesheets/shared/_business_companies.scss */
.company_new_wrapper {
  background: #E5F7FC;
  padding: 0 5% 50px;
  box-sizing: border-box;
}

@media (max-width: 670px) {
  /* line 322, app/assets/stylesheets/shared/_business_companies.scss */
  .company_new_wrapper {
    padding: 0 0 50px;
  }
}

/* line 327, app/assets/stylesheets/shared/_business_companies.scss */
.remaining_time {
  font-size: 14px;
  color: #555;
  /* Subtle color for the remaining time */
  text-align: right;
}

/* 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: 100%;
  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: 100%;
  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: 100%;
  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/_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/_decorative.scss */
.lined_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 80%;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/shared/_decorative.scss */
.line {
  flex-grow: 1;
  height: 2px;
  background-color: black;
}

/* line 18, app/assets/stylesheets/shared/_decorative.scss */
.lined_text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}

/* line 24, app/assets/stylesheets/shared/_decorative.scss */
.line {
  display: block;
}

/* line 28, app/assets/stylesheets/shared/_decorative.scss */
.company_edit_main_title {
  background-color: #72d7ee;
  width: 60%;
  padding: 2%;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 670px) {
  /* line 28, app/assets/stylesheets/shared/_decorative.scss */
  .company_edit_main_title {
    width: 90%;
  }
}

/* line 42, app/assets/stylesheets/shared/_decorative.scss */
.far_left {
  position: relative;
  left: -20px;
  top: 20px;
}

/* line 1, app/assets/stylesheets/shared/_modals.scss */
#applicationModal {
  z-index: 1000;
  /* Ensure modal appears above slider */
  position: fixed;
}

/* line 7, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 19, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-overlay.hidden {
  display: none;
}

/* line 24, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup {
  background-color: white;
  width: 90%;
  max-width: 400px;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}

/* line 33, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-message {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* line 39, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-subtext {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

/* line 45, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-image {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* line 51, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-buttons {
  display: flex;
  width: 100%;
}

/* line 56, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-btn {
  width: 50%;
  padding: 12px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-btn.close {
  background-color: white;
  color: black;
  border-right: 1px solid #ddd;
  font-size: 16px;
}

/* line 70, app/assets/stylesheets/shared/_modals.scss */
.payment_plan-popup-btn.view {
  background-color: #00b7e0;
  color: white;
}

/* line 1, app/assets/stylesheets/shared/_scouts.scss */
.share_candidate_list {
  padding: 40px 0 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*background: #00B4DE; */
}

/* line 10, app/assets/stylesheets/shared/_scouts.scss */
.share_candidate_list li {
  width: 45%;
  border-radius: 10px 10px 0 0;
}

/* line 16, app/assets/stylesheets/shared/_scouts.scss */
.share_candidate_list li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 15px 0 20px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  color: #545454;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}

/* line 29, app/assets/stylesheets/shared/_scouts.scss */
.share_candidate_list li:first-child a {
  border-right: 0px;
}

/* line 33, app/assets/stylesheets/shared/_scouts.scss */
li.share_candidate_current a {
  background: #00b7e0;
  border-bottom: 0px;
  color: white;
  position: relative;
}

/* line 40, app/assets/stylesheets/shared/_scouts.scss */
li.share_candidate_current a::before {
  content: "▼";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
}

/* line 50, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 20px auto;
  padding: 0 20px 20px 20px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 20px;
  height: 60%;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 670px) {
  /* line 61, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
  }
}

/* line 76, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: block;
  width: 50%;
  margin-left: 6px;
}

@media (max-width: 670px) {
  /* line 76, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top a {
    width: 100%;
    margin-left: 0;
  }
}

/* line 90, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper {
  flex-grow: 1;
  min-width: 20%;
  text-wrap: nowrap;
}

@media (max-width: 670px) {
  /* line 90, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top .top_user_info_wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* line 100, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* line 105, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 110, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group p {
  margin: 4px 0;
}

/* line 114, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_name {
  font-size: 1em;
}

/* line 118, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_details,
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_profession {
  font-size: 0.95em;
  color: #555;
}

/* line 129, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_image_wrapper {
  width: 81.5px;
  height: 81.5px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 670px) {
  /* line 129, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top .top_image_wrapper {
    width: 61px;
    height: 61px;
  }
}

/* line 142, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_image_wrapper .comp_user_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}

/* line 152, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

/* line 159, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group p {
  margin: 4px 0;
}

/* line 163, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group .user_name {
  font-size: 1.0em;
}

/* line 168, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group .user_details,
.company_user_index_item .company_user_item_top .top_text_group .user_profession {
  font-size: 1.0em;
  color: #555;
}

/* line 175, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

/* line 182, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide p {
  margin: 4px 0;
}

/* line 186, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide .user_name {
  font-size: 1.0em;
}

/* line 191, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide .user_details,
.company_user_index_item .company_user_item_top .top_text_group_wide .user_profession {
  font-size: 1.0em;
  color: #555;
}

/* line 198, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_action_button_wrapper {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: center;
}

@media (max-width: 670px) {
  /* line 198, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top .top_action_button_wrapper {
    flex-shrink: 0;
    text-wrap: nowrap;
    max-width: 100px;
    width: auto;
    padding: 8px 14px;
    font-size: 14px;
    justify-content: center;
  }
  /* line 213, app/assets/stylesheets/shared/_scouts.scss */
  .company_user_index_item .company_user_item_top .top_action_button_wrapper .applied_card_gradient_button {
    width: 100%;
  }
}

/* line 218, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_top .top_action_button_wrapper .capsule_button {
  padding: 10px 30px;
  background-color: #4fd1eb;
  border: none;
  border-radius: 9999px;
  color: white;
  font-size: 1em;
  cursor: pointer;
  white-space: nowrap;
}

/* line 231, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .divider_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 236, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .divider_wrapper .divider_image {
  width: 50%;
  height: auto;
}

/* line 242, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_bottom {
  width: 100%;
  padding: 20px 20px 0 20px;
}

/* line 247, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_bottom .bottom_header {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

/* line 253, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .bottom_title {
  width: 16%;
  color: #4fd1eb;
  font-weight: bold;
  text-align: right;
}

/* line 262, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .user_job_list {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 4px;
}

/* line 272, app/assets/stylesheets/shared/_scouts.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .user_job_list .user_job_item {
  color: #000;
  font-size: 0.95em;
}

/* line 281, app/assets/stylesheets/shared/_scouts.scss */
.applied_done {
  width: 70%;
  text-align: center;
  background: #F2F2F2;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  border-radius: 30px;
}

/* line 291, app/assets/stylesheets/shared/_scouts.scss */
.applied_card_gradient_button {
  background: linear-gradient(to right, #5ddfe6, #004bad);
  color: white !important;
  border: none;
  padding: 12px 10px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-align: center;
  width: 100%;
  max-width: 300px;
  display: inline-block;
}

/* line 306, app/assets/stylesheets/shared/_scouts.scss */
.applied_card_gradient_button a {
  color: white !important;
}

/* line 310, app/assets/stylesheets/shared/_scouts.scss */
.applied_card_gradient_button:hover {
  opacity: 0.85;
}

/* line 315, app/assets/stylesheets/shared/_scouts.scss */
.applied_button_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  width: 100%;
}

@media (min-width: 670px) {
  /* line 315, app/assets/stylesheets/shared/_scouts.scss */
  .applied_button_centering_wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 670px) {
  /* line 315, app/assets/stylesheets/shared/_scouts.scss */
  .applied_button_centering_wrapper {
    margin-right: auto;
  }
}

/* line 332, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_wrapper {
  display: none;
}

/* line 336, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

/* line 348, app/assets/stylesheets/shared/_scouts.scss */
.scout_button {
  width: 90%;
}

/* line 352, app/assets/stylesheets/shared/_scouts.scss */
.full_size_scout {
  width: 90%;
}

@media (max-width: 670px) {
  /* line 352, app/assets/stylesheets/shared/_scouts.scss */
  .full_size_scout {
    width: 100%;
  }
}

/* line 360, app/assets/stylesheets/shared/_scouts.scss */
.scout_button span {
  display: flex;
  align-items: center;
  background: #00b7e0;
  color: #fff;
  border-radius: 30px;
  margin: 0 0 0 auto;
  justify-content: center;
  padding: 13px 10px;
  font-size: 14px;
}

/* line 374, app/assets/stylesheets/shared/_scouts.scss */
.scout_button span img {
  width: 30px;
  margin-right: 5px;
}

/* line 379, app/assets/stylesheets/shared/_scouts.scss */
.scout_button a {
  text-decoration: none;
  width: 100% !important;
}

/* line 385, app/assets/stylesheets/shared/_scouts.scss */
.scout_button span.done {
  background: #bdbdbd;
}

/* line 390, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_inner {
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 80%;
  max-width: 600px;
  /* Optional: Set a max-width for the popup */
  padding: 10px;
  text-align: center;
}

/* line 405, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_text_area {
  width: 100%;
  /* Full width of the popup container */
  max-width: 500px;
  /* Optional: Prevents the text area from getting too wide */
  box-sizing: border-box;
  /* Ensure padding and border are included in the width */
  padding: 10px;
  margin: 0 auto;
  /* Center the text area if it’s a block-level element */
  font-size: 16px;
  /* Adjust font size as needed */
}

/* line 419, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_mark_wrapper {
  text-align: right;
  padding-right: 20px;
  font-size: 25px;
}

/* line 425, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_midashi {
  margin: 0 0 10px;
}

/* line 429, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_select select {
  width: 50%;
  height: 35px;
}

@media (min-width: 721px) {
  /* line 429, app/assets/stylesheets/shared/_scouts.scss */
  .scout_button_select select {
    font-size: 16px;
    /* Font size for medium screens and larger */
  }
}

/* line 440, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_text_area {
  margin-top: 10px;
  width: 80%;
  /* Adjust width as needed */
  max-width: 600px;
  /* Optional: Set a max-width to prevent it from getting too wide */
  margin: 0 auto;
  /* Center the text area horizontally */
  display: block;
  /* Ensure it behaves as a block-level element */
}

@media (min-width: 721px) {
  /* line 440, app/assets/stylesheets/shared/_scouts.scss */
  .scout_button_text_area {
    font-size: 16px;
  }
  /* line 455, app/assets/stylesheets/shared/_scouts.scss */
  .scout_button_text_area .scout_button_text_area textarea {
    width: 100%;
  }
}

/* line 461, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_submit {
  margin-top: 10px;
}

@media (min-width: 721px) {
  /* line 461, app/assets/stylesheets/shared/_scouts.scss */
  .scout_button_submit {
    font-size: 16px;
  }
}

/* line 469, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_submit input {
  background: #00b7e0;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 0;
  width: 40%;
  -webkit-appearance: none;
}

/* line 479, app/assets/stylesheets/shared/_scouts.scss */
.scout_button_doing {
  cursor: pointer;
}

/* line 485, app/assets/stylesheets/shared/_scouts.scss */
.done {
  cursor: not-allowed;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/shared/_users.scss */
.miyako-box {
  display: inline-block;
  padding: 0px 16px;
  margin: 4px 0;
  border: 2px solid #ec6969;
  border-radius: 12px;
  background-color: white;
  color: #ec6969;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/shared/_users.scss */
.moving-box {
  display: inline-block;
  padding: 0px 16px;
  margin: 4px 0;
  border: 2px solid #e4be5b;
  border-radius: 12px;
  background-color: white;
  color: #e4be5b;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/* line 27, app/assets/stylesheets/shared/_users.scss */
.user_show_top_wrapper .applied_index_item_top_img_wrapper {
  width: 23%;
  height: 20vw;
}

/* line 32, app/assets/stylesheets/shared/_users.scss */
.user_show_top_wrapper .applied_index_item_top_right_wrapper {
  width: 75%;
}

/* line 37, app/assets/stylesheets/shared/_users.scss */
.applied_index_item {
  background: #fff;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

/* line 46, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}

/* line 54, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_image_wrapper {
  width: 20%;
  align-self: center;
}

/* line 58, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_image_wrapper .applied_index_item_image {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  /*border: 2px solid #00b7e0;*/
}

/* line 65, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_image_wrapper .applied_index_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* line 74, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info {
  width: 40%;
  text-align: left;
}

@media (max-width: 670px) {
  /* line 74, app/assets/stylesheets/shared/_users.scss */
  .applied_index_item .applied_index_item_info {
    width: 50%;
  }
}

/* line 82, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .applied_index_item_top_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

/* line 88, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .applied_index_item_top_info_upper {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 4px;
}

/* line 94, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .applied_index_item_top_info_upper .applied_index_item_top_info_upper_item {
  margin-right: 4px;
}

/* line 99, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .applied_index_item_top_info_skill_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* line 104, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .applied_index_item_top_info_skill_wrapper span {
  background-color: #f0f0f0;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 13px;
}

/* line 112, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_info .user_index_item_profile {
  margin-top: 8px;
  font-size: 14px;
  color: #444;
}

/* line 119, app/assets/stylesheets/shared/_users.scss */
.applied_index_item .applied_index_item_button_wrapper {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: center;
  /*margin-right: 20px;*/
}

/* line 131, app/assets/stylesheets/shared/_users.scss */
.applied_index_item a {
  text-decoration: none;
  color: #666;
}

/* line 136, app/assets/stylesheets/shared/_users.scss */
.applied_index_item:last-child {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_wrapper {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

/* line 146, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_wrapper a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #666;
  width: 100%;
}

/* line 154, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_right_wrapper a {
  display: inline-block;
}

/* line 158, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_img_wrapper {
  width: 18%;
  height: 14vw;
  margin-right: 2%;
}

/* line 164, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_img_wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* line 171, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_right_wrapper {
  width: 76%;
}

/* line 175, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_info_upper {
  align-items: center;
  margin: 5px 0;
}

/* line 180, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_top_info_upper_item {
  margin: 0;
  display: inline-block;
}

/* line 185, app/assets/stylesheets/shared/_users.scss */
.applied_index_wrapper {
  background: #00B4DE;
  padding: 0 5%;
  box-sizing: border-box;
}

/* line 191, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_wrapper {
  margin: 0 3%;
  /*padding: 40px 20px;*/
  padding: 20px 0;
  box-sizing: border-box;
  background: #00b7e0;
  border-radius: 10px;
}

/* line 200, app/assets/stylesheets/shared/_users.scss */
.applied_index_inner {
  padding-bottom: 20px;
}

/* line 204, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_wrapper {
  padding-top: 20px;
  border-top: 2px dotted #00B4DE;
}

/* line 209, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* line 215, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item:last-child {
  margin-bottom: 0;
}

/* line 219, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_title {
  margin: 0;
  width: 30%;
  text-align: center;
}

/* line 225, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_title span {
  width: 80%;
  display: inline-block;
  text-align: center;
  border: 1px solid #F88186;
  color: #F88186;
  padding: 3px 0;
  border-radius: 30px;
  font-size: 12px;
}

/* line 236, app/assets/stylesheets/shared/_users.scss */
.applied_done {
  width: 70%;
  text-align: center;
  background: #F2F2F2;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  border-radius: 30px;
}

/* line 246, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_job_title {
  width: 70%;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 255, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_button_wrapper {
  display: flex;
  align-items: stretch;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
}

/* line 263, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_approval_button {
  width: 49%;
}

/* line 267, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_button_wrapper a {
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 275, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_approval_button a {
  background: #00b7e0;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}

/* line 284, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_approval_button a span {
  width: 100%;
}

/* line 289, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_non_approval_button {
  width: 49%;
  margin-left: 2%;
}

/* line 294, app/assets/stylesheets/shared/_users.scss */
.applied_index_item_down_item_non_approval_button a {
  background: #fff;
  color: #fff;
  background: #AFAFAF;
  padding: 10px 0;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}

/* line 304, app/assets/stylesheets/shared/_users.scss */
.blurred-text {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #333;
  filter: blur(6px);
}

/* line 311, app/assets/stylesheets/shared/_users.scss */
.horizontal_justification_wrapper user_new_form_wrapper medium_width {
  margin-top: 50px;
}

/* line 11, app/assets/stylesheets/pages/scouts.scss */
.user_list_top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 5%;
}

/* line 20, app/assets/stylesheets/pages/scouts.scss */
.user_search_form_wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 20px 0;
}

/* line 28, app/assets/stylesheets/pages/scouts.scss */
.user_search_form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

@media (max-width: 670px) {
  /* line 28, app/assets/stylesheets/pages/scouts.scss */
  .user_search_form_row {
    margin-left: 20px;
  }
}

/* line 39, app/assets/stylesheets/pages/scouts.scss */
.user_search_input_group {
  display: flex;
  background-color: #00b7e0;
  border-radius: 12px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  max-width: 45%;
}

@media (max-width: 670px) {
  /* line 39, app/assets/stylesheets/pages/scouts.scss */
  .user_search_input_group {
    max-width: 46%;
  }
}

/* line 53, app/assets/stylesheets/pages/scouts.scss */
.user_search_text_field {
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
  flex: 1;
  min-width: 200px;
  background-color: white;
}

@media (max-width: 670px) {
  /* line 53, app/assets/stylesheets/pages/scouts.scss */
  .user_search_text_field {
    min-width: 80px;
  }
}

/* line 68, app/assets/stylesheets/pages/scouts.scss */
.user_search_icon_button {
  background-color: white;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/pages/scouts.scss */
.user_search_icon_button img {
  width: 20px;
  height: 20px;
}

/* line 87, app/assets/stylesheets/pages/scouts.scss */
.user_search_select_wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 60px;
}

@media (max-width: 670px) {
  /* line 87, app/assets/stylesheets/pages/scouts.scss */
  .user_search_select_wrapper {
    width: 40%;
  }
}

/* line 98, app/assets/stylesheets/pages/scouts.scss */
.user_search_select {
  appearance: none;
  background-color: white;
  border: 3px solid #00b7e0;
  border-radius: 12px;
  padding: 0 40px 0 12px;
  font-size: 16px;
  cursor: pointer;
  min-width: 220px;
  height: 100%;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 9l6 6 6-6" stroke="%2300b7e0" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

@media (max-width: 670px) {
  /* line 98, app/assets/stylesheets/pages/scouts.scss */
  .user_search_select {
    min-width: 100px;
  }
}
