@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: 'Zen Maru Gothic', sans-serif;
}

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

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

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

/* line 86, 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 93, 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 107, 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 114, 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 114, 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 130, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_flow .company_edit_step.active .circle {
  background-color: #00b7e0;
  color: white;
}

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

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

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

/* line 150, 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 150, app/assets/stylesheets/shared/_business_companies.scss */
  .company_edit_main_title {
    width: 90%;
  }
}

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

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

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

/* line 181, 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 196, app/assets/stylesheets/shared/_business_companies.scss */
.company_edit_center_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

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

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

/* line 218, 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 215, app/assets/stylesheets/shared/_business_companies.scss */
  .new_company_banners_lower {
    width: 95%;
  }
}

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

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

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

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

/* line 256, 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 266, app/assets/stylesheets/shared/_business_companies.scss */
.card_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

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

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

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

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

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

/* line 306, 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 313, app/assets/stylesheets/shared/_business_companies.scss */
  .company_new_wrapper {
    padding: 0 0 50px;
  }
}

/* line 318, 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: 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/_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/_company_forms.scss */
.new_company_form .company_form_item_field_wrapper input[type="text"],
.new_company_form .company_form_item_field_wrapper input[type="number"],
.new_company_form .company_form_item_field_wrapper input[type="file"],
.new_company_form .company_form_item_field_wrapper textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: none;
  outline: none;
  box-sizing: border-box;
  line-height: 1.6;
}

/* line 16, app/assets/stylesheets/shared/_company_forms.scss */
.new_company_form textarea.sized_text_area {
  height: 120px;
}

/* line 21, app/assets/stylesheets/shared/_company_forms.scss */
.company_edit_form {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 27, app/assets/stylesheets/shared/_company_forms.scss */
.company_edit_form form {
  width: 80%;
}

/* line 32, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_white_wrapper {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 41, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item {
  width: 100%;
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_label_wrapper label {
  display: block;
  color: #545454;
  margin-left: 0.1rem;
  margin-bottom: 4px;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper {
  width: 100%;
}

/* line 59, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper input {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: none;
  outline: none;
  box-sizing: border-box;
}

/* line 71, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper input[type="text"],
.company_form_item_field_wrapper input[type="number"],
.company_form_item_field_wrapper input[type="file"],
.company_form_item_field_wrapper textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: none;
  outline: none;
  box-sizing: border-box;
  line-height: 1.6;
}

/* line 86, app/assets/stylesheets/shared/_company_forms.scss */
textarea.sized_text_area {
  height: 120px;
}

/* line 90, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper.review-mode input {
  background-color: #daf5f9;
  font-weight: bold;
}

/* line 95, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper.review-mode input {
  background-color: #daf5f9;
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_field_wrapper.review-mode input[type="text"],
.company_form_item_field_wrapper.review-mode input[type="number"],
.company_form_item_field_wrapper.review-mode input[type="file"],
.company_form_item_field_wrapper.review-mode textarea {
  background-color: #daf5f9;
  font-weight: bold;
}

/* line 109, app/assets/stylesheets/shared/_company_forms.scss */
.readonly_checkbox_label_section {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.5rem 0;
}

/* line 117, app/assets/stylesheets/shared/_company_forms.scss */
.readonly_checkbox_label {
  margin-bottom: 0.5em;
  padding: 0.4em 0.6em;
  background-color: #daf5f9;
  border-radius: 4px;
  font-size: 0.95em;
}

/* line 125, app/assets/stylesheets/shared/_company_forms.scss */
.hidden-destroy-checkbox {
  display: none;
}

/* line 132, app/assets/stylesheets/shared/_company_forms.scss */
.website-field {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

/* line 139, app/assets/stylesheets/shared/_company_forms.scss */
.website-field input {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: none;
  outline: none;
}

/* line 148, app/assets/stylesheets/shared/_company_forms.scss */
.website-field button.remove-website-field {
  margin-left: 10px;
  background-color: #00b8e0;
  color: white;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 163, app/assets/stylesheets/shared/_company_forms.scss */
#add-website-field {
  margin-top: 6px;
  background: none;
  border: none;
  color: #00b8e0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

/* line 174, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 180, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit .button-row {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  max-width: 100%;
  width: 100%;
  justify-content: center;
}

/* line 190, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit .text-button {
  background: none;
  border: none;
  color: #004bad;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

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

@media (max-width: 670px) {
  /* line 201, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .gradient-button {
    width: 60%;
  }
}

/* line 224, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit .gradient-button:hover {
  opacity: 0.85;
}

@media (max-width: 670px) {
  /* line 229, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .save-draft-button {
    font-size: 14px;
    padding: 14px 10px;
  }
}

/* line 238, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_img_field_wrapper {
  text-align: center;
  padding: 10px 0;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 248, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_combobox_field_wrapper select {
  appearance: none;
  /* Removes native styling (Safari, Firefox, etc.) */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-color: #ededed;
  border: none;
  border-radius: 10px;
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  color: #000;
  /* default text color */
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%235e5e5e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}

/* Placeholder prompt text style (when selected) */
/* line 273, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}

/* line 277, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

/* line 283, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 8px 14px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}

@media (max-width: 670px) {
  /* line 283, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
    padding: 1px 1px;
    padding-bottom: 3px;
  }
}

/* line 301, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper:hover {
  background-color: #f5f5f5;
}

/* line 305, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media (max-width: 670px) {
  /* line 305, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
    top: 0px;
  }
}

/* line 323, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio']:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 50%;
  position: relative;
  left: -12px;
  top: -12px;
}

/* line 339, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
  font-size: 16px;
  color: #333;
  line-height: 1;
}

@media (max-width: 670px) {
  /* line 346, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
    font-size: 10px;
  }
}

/* line 353, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_checkbox_field_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 10px;
  padding: 12px;
}

/* line 362, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4px 5px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 30px);
  position: relative;
}

/* line 376, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper:hover {
  background-color: #f5f5f5;
}

/* line 380, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected {
  background-color: #00b7e0;
  border-color: #00b7e0;
}

/* line 384, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected span {
  color: white;
}

/* line 388, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected input[type="checkbox"] {
  border-color: white;
}

/* line 391, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected input[type="checkbox"]:checked::before {
  background-color: white;
}

/* line 397, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 15px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

/* line 409, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 15px;
  position: relative;
  top: -12px;
  left: -12px;
}

/* line 422, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"]:focus {
  outline: none;
}

/* line 427, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper label {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}

/* line 433, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper label span {
  color: #333;
}

@media (max-width: 600px) {
  /* line 440, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_checkbox_button_wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* line 446, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 453, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ededed;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300b7e0' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(-90 12 12)'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2300b7e0'/%3E%3Cline x1='12' y1='12' x2='17' y2='12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12' y1='12' x2='12' y2='17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* prevent iOS shrinking */
  position: relative;
}

@media (max-width: 670px) {
  /* line 453, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_time_field_wrapper input[type="time"] {
    height: 45px;
  }
}

/* line 485, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper input[type="time"]::-webkit-inner-spin-button, .company_form_item_time_field_wrapper input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

/* line 491, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper input[type="time"]::-moz-focus-inner {
  border: 0;
}

/* line 495, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper input[type="time"]::-ms-clear {
  display: none;
}

@media (max-width: 670px) {
  /* line 453, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_time_field_wrapper input[type="time"] {
    max-width: 150px;
  }
}

/* line 506, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_time_field_wrapper span {
  font-size: 20px;
  color: #666;
  margin: 0 4px;
  line-height: 1;
  position: relative;
  top: 1px;
}

@media (max-width: 600px) {
  /* line 446, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 518, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}

/* line 525, app/assets/stylesheets/shared/_company_forms.scss */
.radio_split_two_rows {
  flex-wrap: wrap;
}

/* line 528, app/assets/stylesheets/shared/_company_forms.scss */
.radio_split_two_rows .company_form_radio_button_wrapper {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 40px);
}

@media (max-width: 670px) {
  /* line 528, app/assets/stylesheets/shared/_company_forms.scss */
  .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(50% - 20px);
  }
}

/* line 538, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview_group {
  display: flex;
  justify-content: center;
  /* center if one, evenly spaced if more */
  gap: 20px;
  /* space between images */
  flex-wrap: wrap;
  /* wrap to next line on small screens */
  margin-top: 1em;
}

/* line 549, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview_wrapper {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* line 557, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview {
  max-width: 150px;
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

/* line 568, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .confirm_value_box {
  background-color: #daf5f9;
  /* light blue */
  color: #333;
  /* darker blue text */
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: bold;
}

/* line 579, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode {
  /* Placeholder prompt text style (when selected) */
}

/* line 582, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_field_wrapper .confirm_display_field {
  background-color: #daf5f9;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: #333;
  border: none;
}

/* line 597, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .insta_form_item {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 20px;
}

/* line 605, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .insta_form_item_horizontal {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 20px;
}

/* line 612, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_field_wrapper input[type="text"],
.confirm_mode .company_form_item_field_wrapper input[type="number"],
.confirm_mode .company_form_item_field_wrapper input[type="file"],
.confirm_mode .company_form_item_field_wrapper textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #daf5f9;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.6;
}

/* line 629, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_img_field_wrapper {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  background-color: #daf5f9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 641, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select {
  appearance: none;
  /* Removes native styling (Safari, Firefox, etc.) */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  background-color: #daf5f9;
  border: none;
  border-radius: 10px;
  padding: 10px 40px 10px 12px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  /* default text color */
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%235e5e5e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}

/* line 667, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}

/* line 671, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select:disabled {
  background-color: #daf5f9;
  /* light grey to show it's disabled */
  color: #888;
  /* dim the text */
  cursor: not-allowed;
  background-image: none;
  /* remove custom arrow if needed */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%235e5e5e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}

/* line 686, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

/* line 692, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 8px 14px;
  border: 3px solid #daf5f9;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}

@media (max-width: 670px) {
  /* line 692, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
    padding: 1px 1px;
    padding-bottom: 3px;
  }
}

/* line 710, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper:hover {
  background-color: #f5f5f5;
}

/* line 714, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

@media (max-width: 670px) {
  /* line 714, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
    top: 0px;
  }
}

/* line 732, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio']:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 50%;
  position: relative;
  left: -12px;
  top: -12px;
}

/* line 748, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
  font-size: 16px;
  color: #333;
  line-height: 1;
}

@media (max-width: 670px) {
  /* line 755, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
    font-size: 10px;
  }
}

/* line 762, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_checkbox_field_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 10px;
  padding: 12px;
}

/* line 771, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4px 5px;
  border: 3px solid #daf5f9;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 30px);
  position: relative;
}

/* line 785, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper:hover {
  background-color: #f5f5f5;
}

/* line 789, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected {
  background-color: #00b7e0;
  border-color: #00b7e0;
}

/* line 793, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected span {
  color: white;
}

/* line 797, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected input[type="checkbox"] {
  border-color: white;
}

/* line 800, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected input[type="checkbox"]:checked::before {
  background-color: white;
}

/* line 806, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 15px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

/* line 818, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 15px;
  position: relative;
  top: -12px;
  left: -12px;
}

/* line 831, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper input[type="checkbox"]:focus {
  outline: none;
}

/* line 836, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper label {
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

/* line 842, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper label span {
  color: #333;
}

@media (max-width: 600px) {
  /* line 849, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_checkbox_button_wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* line 855, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

/* line 862, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #daf5f9;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300b7e0' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2300b7e0'/%3E%3Cline x1='12' y1='12' x2='17' y2='12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12' y1='12' x2='12' y2='17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}

@media (max-wid: 670px) {
  /* line 862, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
    max-width: 150px;
  }
}

/* line 886, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_time_field_wrapper span {
  font-size: 20px;
  color: #666;
  margin: 0 4px;
  line-height: 1;
  position: relative;
  top: 1px;
}

@media (max-width: 600px) {
  /* line 855, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 898, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}

/* line 904, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .radio_split_two_rows {
  flex-wrap: wrap;
}

/* line 907, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .radio_split_two_rows .company_form_radio_button_wrapper {
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 40px);
}

@media (max-width: 670px) {
  /* line 907, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(50% - 20px);
  }
}

/* line 918, app/assets/stylesheets/shared/_company_forms.scss */
.employment-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

/* line 929, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_combobox_field_wrapper select {
  background-color: #ededed;
}

/* line 934, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_combobox_field_wrapper.confirm_mode select {
  background-color: #daf5f9;
}

/* line 940, app/assets/stylesheets/shared/_company_forms.scss */
.sub_image_field {
  margin-bottom: 5px;
}

/* line 944, app/assets/stylesheets/shared/_company_forms.scss */
#form_sub_img_field_3 {
  margin-bottom: 0;
}

/* line 948, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 954, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form form {
  width: 90%;
}

/* line 1, app/assets/stylesheets/shared/_forms.scss */
textarea,
input,
select,
button {
  font-family: 'Zen Maru Gothic', sans-serif !important;
}

/* line 8, app/assets/stylesheets/shared/_forms.scss */
::placeholder {
  color: #CFCFCF;
}

/* line 12, app/assets/stylesheets/shared/_forms.scss */
.clear_form {
  background: transparent;
}

/* line 16, app/assets/stylesheets/shared/_forms.scss */
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 22, app/assets/stylesheets/shared/_forms.scss */
.form-label {
  width: 20%;
  padding-right: 10px;
  font-weight: bold;
}

/* line 28, app/assets/stylesheets/shared/_forms.scss */
.form-control {
  width: 80%;
  padding: 10px;
  font-size: 1.2rem;
}

/* line 34, app/assets/stylesheets/shared/_forms.scss */
form .form-control {
  width: 97%;
  margin-right: 20px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 43, app/assets/stylesheets/shared/_forms.scss */
.form_item_radio_field_wrapper,
.form_item_checkbox_field_wrapper {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 50, app/assets/stylesheets/shared/_forms.scss */
.form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 56, app/assets/stylesheets/shared/_forms.scss */
.form_item_time_field_wrapper span {
  margin: 0 5px;
}

/* line 60, app/assets/stylesheets/shared/_forms.scss */
.form_item_time_field_wrapper input {
  width: 35%;
}

/* line 64, app/assets/stylesheets/shared/_forms.scss */
.form_radio_button_wrapper,
.form_checkbox_button_wrapper {
  display: inline-block;
  font-size: 15px;
  width: 49%;
  background: #fff;
  border: 1px solid #00B4DE;
  color: #00B4DE;
  border-radius: 5px;
  padding: 10px 0 10px 5px;
  box-sizing: border-box;
}

/* line 77, app/assets/stylesheets/shared/_forms.scss */
.form_radio_button_wrapper input[type="radio"] {
  width: auto;
  height: auto;
  accent-color: #00B4DE;
}

/* line 83, app/assets/stylesheets/shared/_forms.scss */
.form_checkbox_button_wrapper {
  margin-bottom: 5px;
}

/* line 87, app/assets/stylesheets/shared/_forms.scss */
.form_checkbox_button_wrapper:nth-last-child(1),
.form_checkbox_button_wrapper:nth-last-child(2) {
  margin-bottom: 0;
}

/* line 92, app/assets/stylesheets/shared/_forms.scss */
.form_radio_button_wrapper:nth-child(2n-1),
.form_checkbox_button_wrapper:nth-child(2n-1) {
  margin-right: 2%;
}

/* line 97, app/assets/stylesheets/shared/_forms.scss */
.form_radio_button_wrapper:nth-child(1),
.form_radio_button_wrapper:nth-child(2) {
  margin-bottom: 5px;
}

/* line 102, app/assets/stylesheets/shared/_forms.scss */
.form_radio_button_checked,
.form_checkbox_button_checked {
  background: #00B4DE;
  color: #fff;
}

/* line 109, app/assets/stylesheets/shared/_forms.scss */
.form_item_half_field_wrapper {
  display: flex;
  align-items: center;
}

/* line 114, app/assets/stylesheets/shared/_forms.scss */
.form_item_half_field {
  width: 49%;
}

/* line 118, app/assets/stylesheets/shared/_forms.scss */
.form_item_half_symbol {
  width: 2%;
  margin: 0;
  text-align: center;
}

/* line 125, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_field_wrapper input[type="checkbox"] {
  display: none;
}

/* line 129, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_field_wrapper input[type=checkbox] + label {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 5px;
  display: flex;
  align-items: center;
}

/* line 141, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_field_wrapper input[type=checkbox] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: '';
  background: #00B4DE;
}

/* line 154, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_field_wrapper input[type=checkbox]:checked + label::after {
  background: #fff;
  content: '';
  display: block;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translate(0%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* line 169, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  /* Adjust margin as needed */
  padding-left: 10px;
  /* Add padding to shift the entire container */
}

/* line 179, app/assets/stylesheets/shared/_forms.scss */
.checkbox_label {
  position: relative;
  padding-left: 30px;
  /* Space for the custom checkbox */
  cursor: pointer;
  user-select: none;
  /* Prevent text selection */
  margin-left: 10px;
  /* Add some space between the checkbox and the label */
}

/* Hide the default checkbox */
/* line 192, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox {
  display: none;
  /* Hide the default checkbox */
}

/* Custom checkbox styles */
/* line 198, app/assets/stylesheets/shared/_forms.scss */
.checkbox_label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  /* Width of custom checkbox */
  height: 20px;
  /* Height of custom checkbox */
  border: 2px solid #00B4DE;
  /* Blue border */
  border-radius: 4px;
  /* Optional: round corners */
  background-color: #fff;
  /* Background color of checkbox */
  transition: background-color 0.2s, border-color 0.2s;
}

/* Change styles when the checkbox is checked */
/* line 218, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox:checked + .checkbox_label:before {
  background-color: #00B4DE;
  /* Background color when checked */
  border-color: #00B4DE;
  /* Change border color */
}

/* line 225, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox:checked + .checkbox_label:after {
  content: '✔';
  /* Checkmark symbol */
  position: absolute;
  left: 5px;
  /* Position of checkmark */
  top: 50%;
  transform: translateY(-50%);
  color: white;
  /* Color of the checkmark */
  font-size: 16px;
  /* Adjust size of the checkmark */
}

/* line 242, app/assets/stylesheets/shared/_forms.scss */
.new_confirm_item {
  margin-top: 30px;
}

/* line 246, app/assets/stylesheets/shared/_forms.scss */
.form_item_container_inner {
  margin-top: 30px;
}

/* line 250, app/assets/stylesheets/shared/_forms.scss */
.form_item_container_inner:first-child {
  margin-top: 0;
}

/* line 254, app/assets/stylesheets/shared/_forms.scss */
.form_item_container_txt {
  margin-bottom: 30px;
  margin-top: 100px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  color: red;
  position: relative;
}

/* line 266, app/assets/stylesheets/shared/_forms.scss */
.form_item_container_txt::before {
  content: "";
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 277, app/assets/stylesheets/shared/_forms.scss */
.form_item_container_inner.form_item_submit {
  margin-top: 50px;
}

/* line 282, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_salary_wrapper {
  display: flex;
  align-items: center;
}

/* line 287, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_salary_radio_wrapper.form_item_field_radio_wrapper {
  width: 32%;
  margin: 0;
}

/* line 292, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_salary_radio_wrapper.form_item_field_radio_wrapper:nth-child(2) {
  margin: 0 2%;
}

/* line 296, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_salary_input_wrapper {
  display: flex;
  align-items: center;
}

/* line 301, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_salary_input_wrapper span {
  margin: 0 1%;
}

/* line 305, app/assets/stylesheets/shared/_forms.scss */
.form_search_wrapper .form_item_radio_button:checked + .form_item_radio_label {
  border: 1px solid #fff;
}

/* White box container */
/* line 311, app/assets/stylesheets/shared/_forms.scss */
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Space between checkbox and text */
  background: white;
  /*padding: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
  width: fit-content;
}

/* Hide the default checkbox */
/* line 324, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox {
  display: none;
}

/* Custom checkbox wrapper */
/* line 329, app/assets/stylesheets/shared/_forms.scss */
.checkbox-wrapper {
  width: 25px;
  /* Adjust size as needed */
  height: 25px;
  background-color: white;
  /* White background */
  border: 3px solid #4fd1eb;
  /* Blue border */
  border-radius: 8px;
  /* Optional: rounded corners */
  position: relative;
  cursor: pointer;
}

/* Custom checkbox label (acts as the visual checkbox) */
/* line 344, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox + .custom-checkbox-label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Custom checkmark (extends past top-right corner) */
/* line 352, app/assets/stylesheets/shared/_forms.scss */
.custom-checkbox:checked + .custom-checkbox-label::after {
  content: '✔';
  /* Unicode checkmark */
  font-size: 28px;
  /* Bigger than the box */
  color: #4fd1eb;
  /* Blue checkmark */
  position: absolute;
  top: -10px;
  /* Moves checkmark up */
  right: -5px;
  /* Moves checkmark right */
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}

@media (max-width: 670px) {
  /* line 352, app/assets/stylesheets/shared/_forms.scss */
  .custom-checkbox:checked + .custom-checkbox-label::after {
    top: -13px;
  }
}

/* Checkbox text (aligned to the right) */
/* line 376, app/assets/stylesheets/shared/_forms.scss */
.checkbox-text {
  font-size: 16px;
  color: #333;
}

/* line 382, app/assets/stylesheets/shared/_forms.scss */
.form_item_wrapper {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 390, app/assets/stylesheets/shared/_forms.scss */
.form_item_wrapper_connect {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
}

/* line 396, app/assets/stylesheets/shared/_forms.scss */
.form_item {
  margin-bottom: 20px;
}

/* line 400, app/assets/stylesheets/shared/_forms.scss */
.form_item:last-child {
  margin-bottom: 0;
}

/* line 404, app/assets/stylesheets/shared/_forms.scss */
.form_item_label_wrapper {
  font-size: 18px;
  color: #00B4DE;
}

/* line 409, app/assets/stylesheets/shared/_forms.scss */
.form_item_img_field_wrapper {
  text-align: center;
  padding: 30px 0;
  border: 1px dotted #707070;
  border-radius: 10px;
}

/* line 416, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_birthday_wrapper {
  display: flex;
  align-items: flex-end;
}

/* line 421, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_birthday_wrapper select:nth-child(2),
.form_item_field_birthday_wrapper select:nth-child(3) {
  margin-left: 5px;
}

/* line 426, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_wrapper {
  margin-top: 5px;
}

/* line 430, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_wrapper input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #f2f2f2;
  box-sizing: border-box;
  padding: 0 15px;
  /*margin-top: 2px;*/
}

/* line 441, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_wrapper select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #f2f2f2;
  padding: 0 15px;
  margin-right: 2px;
}

/* line 451, app/assets/stylesheets/shared/_forms.scss */
.form_item_radio_button {
  display: none;
}

/* line 455, app/assets/stylesheets/shared/_forms.scss */
.form_item_radio_label {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #00B4DE;
  color: #00B4DE;
  box-sizing: border-box;
  text-align: center;
}

/* line 466, app/assets/stylesheets/shared/_forms.scss */
.form_item_radio_button:checked + .form_item_radio_label {
  background: #00B4DE;
  color: #fff;
}

/* line 471, app/assets/stylesheets/shared/_forms.scss */
.form_item_append_link_wrapper {
  text-align: center;
  color: #666666;
}

/* line 476, app/assets/stylesheets/shared/_forms.scss */
.form_item_append_inner {
  max-width: 100vw;
  width: 100%;
}

/* line 481, app/assets/stylesheets/shared/_forms.scss */
.form_item_submit {
  text-align: center;
  margin-top: 40px;
}

/* line 486, app/assets/stylesheets/shared/_forms.scss */
.form_item_submit input {
  width: 80%;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  display: inline-block;
  padding: 15px 0;
  background: #F88186;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 500, app/assets/stylesheets/shared/_forms.scss */
.form_item_submit input:hover {
  background: #D95B5F;
  /* New color when hovered */
}

/* line 505, app/assets/stylesheets/shared/_forms.scss */
.mid-screen {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 50%;
  margin: 0 auto;
  /* Centers the div in the middle of the screen */
}

/* line 515, app/assets/stylesheets/shared/_forms.scss */
.form_buttons_group {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  /* Space between buttons */
  margin-top: 40px;
}

/* line 523, app/assets/stylesheets/shared/_forms.scss */
.delete_link {
  text-decoration: none;
  color: #56a0b8;
  margin-top: 20px;
}

/* line 529, app/assets/stylesheets/shared/_forms.scss */
.delete_link a {
  text-decoration: none;
}

/* line 533, app/assets/stylesheets/shared/_forms.scss */
.form_item_append_link_wrapper {
  margin-top: 15px;
}

/* line 537, app/assets/stylesheets/shared/_forms.scss */
.form_item_append_link_wrapper a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
}

/* line 543, app/assets/stylesheets/shared/_forms.scss */
.form_item_fields_wrapper {
  margin-top: 20px;
}

/* line 547, app/assets/stylesheets/shared/_forms.scss */
.form_item_fields_wrapper:first-child {
  margin-top: 0;
}

/* Wrapper for the checkbox */
/* line 552, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_wrapper {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

/* Hide the default checkbox */
/* line 559, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_wrapper input[type="checkbox"] {
  display: none;
}

/* Custom checkbox design */
/* line 564, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_label {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 2px solid #00B4DE;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Checkmark inside the custom checkbox */
/* line 578, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 8px;
  height: 14px;
  border: solid #00B4DE;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.3s ease;
}

/* When the checkbox is checked, change background and border colors */
/* line 593, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_wrapper input[type="checkbox"]:checked + .form_item_checkbox_label {
  background-color: #00B4DE;
  border-color: #00B4DE;
}

/* Show the checkmark when checked */
/* line 599, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_wrapper input[type="checkbox"]:checked + .form_item_checkbox_label::after {
  opacity: 1;
  border-color: #fff;
}

/* Optional: Add some hover effect */
/* line 605, app/assets/stylesheets/shared/_forms.scss */
.form_item_checkbox_wrapper input[type="checkbox"]:hover + .form_item_checkbox_label {
  border-color: #007ba0;
}

/* line 609, app/assets/stylesheets/shared/_forms.scss */
.form_item_blue_checkbox_input_wrapper {
  border-color: #4fd1eb;
}

/* line 614, app/assets/stylesheets/shared/_forms.scss */
.form_item_label_img_wrapper {
  width: 45px;
  height: 45px;
  background: rgba(0, 180, 222, 0.4);
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

/* line 623, app/assets/stylesheets/shared/_forms.scss */
.form_item_label_container {
  display: flex;
  align-items: center;
}

/* line 628, app/assets/stylesheets/shared/_forms.scss */
.form_item_label_img_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}

/* line 636, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_radio_wrapper {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

/* line 642, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_radio_wrapper:first-child,
.form_item_field_radio_wrapper:nth-child(2) {
  margin-bottom: 5px;
}

/* line 647, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_radio_wrapper .form_item_radio_label {
  width: 100%;
}

/* line 651, app/assets/stylesheets/shared/_forms.scss */
.form_title {
  padding: 15px 20px;
  /*background: #00B4DE;*/
  background: #4fd1eb;
  color: #fff;
  padding: 8px 12px;
  /* Optional: slight padding */
  border-radius: 7px;
  margin: 0;
  margin-left: 5px;
}

/* line 664, app/assets/stylesheets/shared/_forms.scss */
.form_title a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

/* line 671, app/assets/stylesheets/shared/_forms.scss */
.form_title a:visited {
  color: #ffffff;
}

/* line 675, app/assets/stylesheets/shared/_forms.scss */
.form_title a:hover,
.form_title a:focus {
  color: #003344;
  text-decoration: underline;
}

/* line 681, app/assets/stylesheets/shared/_forms.scss */
.form_title a {
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
}

/* line 687, app/assets/stylesheets/shared/_forms.scss */
.form_title a:hover {
  background-color: rgba(0, 51, 68, 0.15);
  color: #003344;
}

/* line 695, app/assets/stylesheets/shared/_forms.scss */
.form_item_field_wrapper textarea {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background: #f2f2f2;
  border: none;
  box-sizing: border-box;
}

/* line 706, app/assets/stylesheets/shared/_forms.scss */
.remove_nested_fields {
  margin-top: 10px;
}

/* line 711, app/assets/stylesheets/shared/_forms.scss */
.password_field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 718, app/assets/stylesheets/shared/_forms.scss */
.password_field input {
  flex: 1;
  padding-right: 30px;
}

/* line 1, app/assets/stylesheets/shared/_decorative.scss */
.lined_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  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 9, app/assets/stylesheets/pages/business_payment.scss */
.payment-plan-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
}

/* line 18, app/assets/stylesheets/pages/business_payment.scss */
.payment-plan-options .inline-plan-form {
  display: inline-block;
}

/* line 21, app/assets/stylesheets/pages/business_payment.scss */
.payment-plan-options .inline-plan-form .plan-image {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* line 27, app/assets/stylesheets/pages/business_payment.scss */
.payment-plan-options .inline-plan-form .plan-image:hover {
  transform: scale(1.05);
}

/* line 34, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
  padding: 20px;
  gap: 15px;
}

@media (max-width: 670px) {
  /* line 34, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-option_selections {
    gap: 0;
  }
}

/* line 47, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  /* Checked overlay */
}

@media (max-width: 670px) {
  /* line 47, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-option_selections .option-select-label {
    max-height: 80px;
  }
}

/* line 57, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label input {
  display: none;
}

/* line 61, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  left: -5px;
  /* Overlay for clickable area: image + upper-right text */
}

/* line 67, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper .option-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* line 74, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper .text-upper-right {
  position: absolute;
  top: 19px;
  right: 60px;
  font-size: 28px;
  font-weight: bold;
  color: #ec6969;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 670px) {
  /* line 74, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-option_selections .option-select-label .option-image-wrapper .text-upper-right {
    position: relative;
    top: -58px;
    right: -200px;
    font-size: 18px;
  }
}

/* line 92, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper .text-lower-right {
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 18px;
  z-index: 3;
}

@media (max-width: 670px) {
  /* line 92, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-option_selections .option-select-label .option-image-wrapper .text-lower-right {
    position: relative;
    top: -54px;
    right: -202px;
    font-size: 12px;
  }
}

/* line 106, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper .text-lower-right a {
  color: #004aad;
  text-decoration: none;
  pointer-events: auto;
}

/* line 114, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 126, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-checkbox:checked + .option-image-wrapper::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 295px;
  width: 100%;
  height: 107%;
  transform: translateX(-50%);
  background-image: url(/assets/select_option-1e0158e12abc57fb043933bac0c6825101ba67f830e063531308edc007b07da6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  pointer-events: none;
}

/* line 142, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-option_selections .option-select-label .option-none-checkbox:checked + .option-image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/assets/select_none-b7fd16f9c79ba2701ac7727414f43236881c94ca63b32d8232f0f6c0916643dc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  pointer-events: none;
}

/* line 161, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-inline-form {
  display: inline-block;
  margin: 10px;
}

/* line 167, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-affiliation-block {
  margin-top: 30px;
  text-align: center;
}

/* line 172, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 auto;
}

/* line 180, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-radio {
  display: inline-flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: white;
  border: 1px solid #ccc;
  font-size: 16px;
  cursor: pointer;
}

/* line 192, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-radio input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}

/* line 202, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-radio input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #00b7e0;
  border-radius: 50%;
}

/* line 213, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-radio-label {
  font-size: 16px;
}

@media (max-width: 670px) {
  /* line 217, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-text-mobile {
    font-size: 14px;
  }
}

/* line 227, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  width: 100%;
  margin: 0 auto;
}

/* line 236, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox {
  width: 50%;
  min-width: 250px;
  background-color: white;
  border-radius: 6px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s, box-shadow 0.2s;
}

/* line 250, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 670px) {
  /* line 236, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-checkbox {
    width: 50%;
  }
}

/* line 260, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox input[type="checkbox"] {
  display: none;
}

/* line 264, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox-label {
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  color: #333;
}

/* line 271, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  box-sizing: border-box;
  background: white;
  transition: background-color 0.2s;
}

/* line 285, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-checkbox input[type="checkbox"]:checked + .payment_plan-checkbox-label::before {
  background-color: #00b7e0;
}

/* line 295, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-font-med {
  font-size: 20px;
}

@media (max-width: 670px) {
  /* line 295, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-font-med {
    font-size: 12px;
  }
}

/* line 303, app/assets/stylesheets/pages/business_payment.scss */
.checkbox-warning {
  color: red;
  margin-top: 0.5em;
  display: block;
}

/* line 310, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  margin-top: 24px;
  width: 80%;
}

/* line 320, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-button {
  flex: 1;
  padding: 12px 20px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #00b7e0;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

@media (max-width: 670px) {
  /* line 320, app/assets/stylesheets/pages/business_payment.scss */
  .payment_plan-button {
    font-size: 14px;
  }
}

/* line 337, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 342, app/assets/stylesheets/pages/business_payment.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 354, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-popup-overlay.hidden {
  display: none !important;
}

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

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

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

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

/* line 386, app/assets/stylesheets/pages/business_payment.scss */
.payment_plan-popup-buttons {
  display: flex;
  width: 100%;
}

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

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

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

/* line 411, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 420, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label input {
  display: none;
}

/* line 424, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label .plan-image,
.plan-select-label .option-image {
  width: 100%;
  height: auto;
  border: 8px solid transparent;
  transition: border 0.2s ease;
}

/* line 432, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label input:checked + .plan-image,
.plan-select-label input:checked + .option-image {
  border: 8px solid #ffed4a;
}

/* line 439, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 444, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label input {
  display: none;
}

/* line 448, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label .plan-image-wrapper {
  position: relative;
  display: inline-block;
}

/* line 452, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label .plan-image-wrapper .plan-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  left: -5px;
  z-index: 2;
}

/* line 461, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label .plan-image-wrapper .plan-sticker {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 200px;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 670px) {
  /* line 461, app/assets/stylesheets/pages/business_payment.scss */
  .plan-select-label .plan-image-wrapper .plan-sticker {
    left: -7px;
    width: 160px;
  }
}

/* line 475, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label .plan-image-wrapper::after {
  content: "";
  position: absolute;
  top: 8px;
  right: -2px;
  width: 100%;
  height: 100%;
  background-image: url(/assets/plan_selection-5452b911b62cdc9906296b689fa2abc0a1279082545b7ad6e42fcaac4c126971.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
  pointer-events: none;
}

/* line 492, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label input:checked + .plan-image-wrapper::after {
  display: block;
}

/* line 498, app/assets/stylesheets/pages/business_payment.scss */
.plan-select-label.plan-2-weeks .plan-image-wrapper::after {
  background-image: url(/2_weeks_selected.svg);
}

/*.option-select-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}*/
/* line 510, app/assets/stylesheets/pages/business_payment.scss */
.option-checkbox {
  display: none;
}

/*.option-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  left: -5px;
}

.option-image {
  width: 100%;
  height: auto;
  display: block;
}*/
/* Add overlay when selected */
/*.option-checkbox:checked+.option-image-wrapper::after {
  content: "";
  background-image: asset-url(/assets/select_option-1e0158e12abc57fb043933bac0c6825101ba67f830e063531308edc007b07da6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -0px;
  left: 303px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;

  @media(max-width: 670px) {
    left: 160px;
  }
}*/
/* line 549, app/assets/stylesheets/pages/business_payment.scss */
.option-none-checkbox:checked + .option-image-wrapper::after {
  width: 100%;
  background-image: url(/assets/select_none-b7fd16f9c79ba2701ac7727414f43236881c94ca63b32d8232f0f6c0916643dc.svg);
}

/* line 555, app/assets/stylesheets/pages/business_payment.scss */
.checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 562, app/assets/stylesheets/pages/business_payment.scss */
.checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  /* Thicker border */
  appearance: none;
  /* Remove default styling */
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

/* line 575, app/assets/stylesheets/pages/business_payment.scss */
.checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 594, app/assets/stylesheets/pages/business_payment.scss */
.plan_invoice {
  margin-top: 40px;
}

/* line 598, app/assets/stylesheets/pages/business_payment.scss */
.plan_invoice_wrapper {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 608, app/assets/stylesheets/pages/business_payment.scss */
.plan_invoice_description_wrapper {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 20px;
}

/* line 618, app/assets/stylesheets/pages/business_payment.scss */
.gray_label {
  width: 84%;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 auto;
  background: linear-gradient(to right, #a6a6a6, rgba(166, 166, 166, 0));
  color: white;
}

/* Split: left and right alignment */
/* line 630, app/assets/stylesheets/pages/business_payment.scss */
.invoice_split {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}

/* Left-aligned: aligns with left of invoice_split */
/* line 639, app/assets/stylesheets/pages/business_payment.scss */
.invoice_left_aligned {
  font-size: 20px;
  padding-left: 0;
  /* Matches invoice_split left span naturally */
}

/* line 645, app/assets/stylesheets/pages/business_payment.scss */
.invoice_right_block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  max-width: 300px;
  margin-left: auto;
}

/* line 654, app/assets/stylesheets/pages/business_payment.scss */
.invoice_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  margin-bottom: 4px;
}

/* line 662, app/assets/stylesheets/pages/business_payment.scss */
.invoice_label {
  text-align: left;
  min-width: 100px;
}

/* line 667, app/assets/stylesheets/pages/business_payment.scss */
.invoice_value {
  text-align: right;
  min-width: 80px;
}

/* line 672, app/assets/stylesheets/pages/business_payment.scss */
.invoice_row.total {
  font-weight: bold;
}

/* line 678, app/assets/stylesheets/pages/business_payment.scss */
.invoice_divider {
  width: 100%;
  height: 1px;
  background-color: #a6a6a6;
  margin: 16px 0;
  /* optional spacing above/below */
}

/* line 686, app/assets/stylesheets/pages/business_payment.scss */
.invoice_smaller_text {
  font-size: 16px;
}

/* line 690, app/assets/stylesheets/pages/business_payment.scss */
.confirmation-buttons {
  display: flex;
  width: 100%;
}

/* line 695, app/assets/stylesheets/pages/business_payment.scss */
.confirmation-buttons .invoice_back-button,
.confirmation-buttons .invoice_submit-button {
  flex: 1;
  padding: 12px 0;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
}

/* line 705, app/assets/stylesheets/pages/business_payment.scss */
.confirmation-buttons .invoice_back-button {
  background-color: white;
  color: black;
}

/* line 711, app/assets/stylesheets/pages/business_payment.scss */
.confirmation-buttons .invoice_submit-button {
  background-color: #2d7cc8;
  color: white;
}

/* line 717, app/assets/stylesheets/pages/business_payment.scss */
.invoice_button_group {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 723, app/assets/stylesheets/pages/business_payment.scss */
.white_box_full_round {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 733, app/assets/stylesheets/pages/business_payment.scss */
.white_box_round_top {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 744, app/assets/stylesheets/pages/business_payment.scss */
.white_box_round_bottom {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* line 755, app/assets/stylesheets/pages/business_payment.scss */
.bottom_margin_20 {
  margin-bottom: 20px;
}

/* line 759, app/assets/stylesheets/pages/business_payment.scss */
.top_margin_20 {
  margin-top: 20px;
}

/* line 763, app/assets/stylesheets/pages/business_payment.scss */
.ends_margin_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 770, app/assets/stylesheets/pages/business_payment.scss */
.plan_invoice_wrapper,
.plan_invoice_description_wrapper {
  width: 90%;
  margin: 0 auto;
}

/* line 777, app/assets/stylesheets/pages/business_payment.scss */
.invoice_button_group {
  width: 90%;
  margin: 20px auto 40px auto;
}
