@charset "UTF-8";
/* 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/_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 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: 100%;
  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/_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 .button-row.unbalanced-buttons {
  position: relative;
  justify-content: center;
}

/* line 195, 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;
  margin-right: 40px;
}

/* line 207, 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 20px;
  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 207, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .gradient-button {
    width: 50%;
  }
}

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

/* line 234, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit .save-draft-button {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: #fff;
  color: #000;
  border: 2px solid #00b8e0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* line 252, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_submit .save-draft-button:hover {
  background-color: rgba(0, 184, 224, 0.08);
}

@media (max-width: 670px) {
  /* line 258, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .save-draft-button {
    font-size: 12px;
    padding: 6px 10px;
  }
  /* line 266, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .company_form_item_submit .button-row.unbalanced-buttons {
    flex-direction: column;
    gap: 10px;
  }
  /* line 271, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .company_form_item_submit .save-draft-button {
    position: static;
    margin-top: 6px;
  }
  /* line 276, app/assets/stylesheets/shared/_company_forms.scss */
  .company_form_item_submit .company_form_item_submit .gradient-button {
    width: 80%;
  }
}

/* line 283, 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 293, 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 318, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}

/* line 322, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper {
  width: 100%;
  display: flex;
  /* ✅ Selected state */
}

/* line 326, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border: 2px solid #00b7e0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  /* Hide native radio */
}

/* line 338, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper .company_form_radio_button_wrapper:hover {
  background-color: rgba(0, 183, 224, 0.08);
}

/* line 343, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
  display: none;
}

/* line 347, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
  font-size: 15px;
  color: black;
  font-weight: 500;
}

/* line 355, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper input[type='radio']:checked + span {
  color: #fff;
}

/* line 359, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper input[type='radio']:checked {
  /* Style the label when checked */
}

/* line 360, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper input[type='radio']:checked + span {
  background: none;
}

/* line 365, app/assets/stylesheets/shared/_company_forms.scss */
label:has(input[type='radio']:checked) {
  background-color: #00b7e0;
}

/* line 371, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_radio_field_wrapper.salary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

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

/* First two buttons → top row (2 items) */
/* line 388, app/assets/stylesheets/shared/_company_forms.scss */
.employment-grid > :nth-child(1),
.employment-grid > :nth-child(2) {
  grid-column: span 3;
}

/* Remaining three → bottom row (3 items) */
/* line 394, app/assets/stylesheets/shared/_company_forms.scss */
.employment-grid > :nth-child(n + 3) {
  grid-column: span 2;
}

/* line 399, 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 408, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 2px solid #00b7e0;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex: 1 1 calc(50% - 12px);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  /* selected state */
  /* HIDE the checkbox visually but keep it accessible */
}

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

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

/* line 432, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected span {
  color: #fff;
}

/* line 437, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper span {
  font-size: 14px;
  color: #000;
  /* always black when unselected */
  line-height: 1.2;
  pointer-events: none;
}

/* line 446, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 454, 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 460, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper label span {
  color: #333;
}

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

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

/* line 481, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_time_field_wrapper input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ededed;
  border: none;
  border-radius: 6px;
  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: left 12px center;
  padding-left: 40px;
  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 481, app/assets/stylesheets/shared/_company_forms.scss */
  .company_job_form_item_time_field_wrapper input[type="time"] {
    height: 45px;
  }
}

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

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

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

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

/* line 535, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_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 474, app/assets/stylesheets/shared/_company_forms.scss */
  .company_job_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 547, app/assets/stylesheets/shared/_company_forms.scss */
  .company_job_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}

/* line 554, app/assets/stylesheets/shared/_company_forms.scss */
.radio_split_two_rows {
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 670px) {
  /* line 554, app/assets/stylesheets/shared/_company_forms.scss */
  .radio_split_two_rows {
    gap: 2px;
  }
}

/* line 562, 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 562, app/assets/stylesheets/shared/_company_forms.scss */
  .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(45% - 20px);
  }
}

/* line 573, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_confirm_title_container {
  display: flex;
  width: 80%;
  background-color: #00b7e0;
  color: white;
  margin: 10px auto;
  padding: 10px;
  justify-items: center;
  justify-content: center;
  font-size: 16px;
}

/* line 586, 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 597, 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 605, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview {
  max-width: 150px;
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

/* line 613, 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 623, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_checkbox_field_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

/* This being used */
/* line 631, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 2px solid #00b7e0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  /* ensure full column width */
  width: 100%;
  box-sizing: border-box;
  /* SELECTED STATE */
}

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

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

/* line 655, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.selected span {
  color: #000;
}

/* line 661, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper span {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  user-select: none;
}

@media (max-width: 600px) {
  /* line 669, app/assets/stylesheets/shared/_company_forms.scss */
  .company_job_form_item_checkbox_field_wrapper {
    grid-template-columns: 1fr;
  }
}

/* line 674, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper:active {
  transform: scale(0.99);
}

/* line 678, app/assets/stylesheets/shared/_company_forms.scss */
.company_form_checkbox_button_wrapper.disabled {
  background-color: #eee;
  border-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 689, 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 700, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode {
  /* Placeholder prompt text style (when selected) */
}

/* line 703, 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 718, 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 726, 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 733, 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 750, 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 762, 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 788, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}

/* line 792, 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: #222;
  /* 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 807, 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 813, 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;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 670px) {
  /* line 813, 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 834, 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 841, 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 848, 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 857, 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 871, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper:hover {
  background-color: #f5f5f5;
}

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

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

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

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

/* line 892, 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 904, 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 917, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper input[type="checkbox"]:focus {
  outline: none;
}

/* line 922, 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 928, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_form_checkbox_button_wrapper label span {
  color: #333;
}

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

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

/* line 948, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_job_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 948, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_job_form_item_time_field_wrapper input[type="time"] {
    max-width: 180px;
  }
}

/* line 972, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_mode .company_job_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 941, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_job_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 984, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .company_job_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}

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

/* line 993, 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 993, app/assets/stylesheets/shared/_company_forms.scss */
  .confirm_mode .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(45% - 20px);
  }
}

/* line 1007, app/assets/stylesheets/shared/_company_forms.scss */
.confirm_text_block {
  padding: 0px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #daf5f9;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

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

/* line 1041, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}

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

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

/* line 1061, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  width: 100%;
}

/* Label wrapper */
/* line 1069, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_label_wrapper {
  position: relative;
  padding-left: 12px;
  margin-bottom: 0.5rem;
  /* vertical line */
}

/* line 1075, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_label_wrapper::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background-color: #00b7e0;
}

/* line 1085, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_label_wrapper label {
  font-size: 21px;
  font-weight: 600;
  color: #333;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}

/* Required asterisk (only when editable) */
/* line 1097, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item.editable .company_job_form_item_label_wrapper label::after {
  content: " *";
  color: #d32f2f;
  font-weight: bold;
  margin-left: 4px;
}

/* Field wrapper */
/* line 1108, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_field_wrapper input[type="text"],
.company_job_form_item_field_wrapper input[type="email"],
.company_job_form_item_field_wrapper input[type="password"],
.company_job_form_item_field_wrapper input[type="number"],
.company_job_form_item_field_wrapper textarea {
  width: 96%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 0.6rem;
  font-size: 14px;
  border-radius: 3px;
}

/* line 1120, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_field_wrapper input[type="text"]:focus,
.company_job_form_item_field_wrapper input[type="email"]:focus,
.company_job_form_item_field_wrapper input[type="password"]:focus,
.company_job_form_item_field_wrapper input[type="number"]:focus,
.company_job_form_item_field_wrapper textarea:focus {
  outline: none;
  border-color: #00b7e0;
  background-color: #fff;
}

/* line 1126, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_field_wrapper input[type="text"]:disabled,
.company_job_form_item_field_wrapper input[type="email"]:disabled,
.company_job_form_item_field_wrapper input[type="password"]:disabled,
.company_job_form_item_field_wrapper input[type="number"]:disabled,
.company_job_form_item_field_wrapper textarea:disabled {
  background-color: #daf5f9;
  color: #222;
}

/* line 1131, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_field_wrapper input[type="text"]:placeholder-shown,
.company_job_form_item_field_wrapper input[type="email"]:placeholder-shown,
.company_job_form_item_field_wrapper input[type="password"]:placeholder-shown,
.company_job_form_item_field_wrapper input[type="number"]:placeholder-shown,
.company_job_form_item_field_wrapper textarea:placeholder-shown {
  background-color: #ededed;
}

/* line 1136, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_field_wrapper input[readonly] {
  background-color: #daf5f9;
}

/* line 1143, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_text_field_wrapper textarea {
  height: 220px;
  resize: vertical;
  /* allow user resizing if desired */
}

/* line 1150, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper {
  /* Remove arrows */
}

/* line 1151, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"] {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.5rem 0.6rem;
  font-size: 14px;
  border-radius: 3px;
  box-sizing: border-box;
}

/* line 1160, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"]:placeholder-shown {
  background-color: #ededed;
}

/* line 1164, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"]:focus {
  outline: none;
  border-color: #00b7e0;
  background-color: #fff;
}

/* line 1170, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"]:disabled {
  background-color: #daf5f9;
  color: #222;
}

/* line 1175, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"] input[readonly] {
  background-color: #daf5f9;
}

/* line 1183, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"]::-webkit-inner-spin-button,
.company_job_form_item_number_field_wrapper input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1189, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[type="number"] {
  -moz-appearance: textfield;
}

/* line 1193, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_number_field_wrapper input[readonly] {
  background-color: #daf5f9;
}

/* line 1199, app/assets/stylesheets/shared/_company_forms.scss */
.info_bar {
  width: 94%;
  background-color: #00b7e0;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

/* line 1207, app/assets/stylesheets/shared/_company_forms.scss */
.info_bar_icon {
  height: 24px;
  /* adjust as needed */
  width: auto;
  margin-right: 10px;
}

/* line 1214, app/assets/stylesheets/shared/_company_forms.scss */
.info_bar_text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

/* line 1221, app/assets/stylesheets/shared/_company_forms.scss */
.form_item_half_field_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* line 1228, app/assets/stylesheets/shared/_company_forms.scss */
.form_item_half_field {
  flex: 1;
  /* each number field takes equal width */
}

/* line 1233, app/assets/stylesheets/shared/_company_forms.scss */
.form_item_half_symbol {
  flex: 0 0 auto;
  font-size: 16px;
  color: #555;
  line-height: 1;
  margin: 0;
  user-select: none;
}

@media (max-width: 670px) {
  /* line 1243, app/assets/stylesheets/shared/_company_forms.scss */
  .form_item_half_field_wrapper {
    gap: 8px;
  }
  /* line 1247, app/assets/stylesheets/shared/_company_forms.scss */
  .form_item_half_symbol {
    font-size: 14px;
  }
}

/* line 1254, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_img_field_wrapper {
  border: 1px solid #a6a6a6;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1262, app/assets/stylesheets/shared/_company_forms.scss */
.image_input_row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

/* line 1268, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_img_field_wrapper input[type="file"] {
  display: none;
}

/* line 1272, app/assets/stylesheets/shared/_company_forms.scss */
.small_spacer {
  height: 3px;
}

/* line 1276, app/assets/stylesheets/shared/_company_forms.scss */
.image_select_box {
  width: 133px;
  height: 89px;
  background-color: #ededed;
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 2px;
  overflow: hidden;
}

/* line 1294, app/assets/stylesheets/shared/_company_forms.scss */
.image_select_box.disabled {
  cursor: default;
  opacity: 0.6;
}

/* line 1299, app/assets/stylesheets/shared/_company_forms.scss */
.image_select_box:hover {
  opacity: 0.85;
}

/* line 1303, app/assets/stylesheets/shared/_company_forms.scss */
.image_select_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1309, app/assets/stylesheets/shared/_company_forms.scss */
.image_select_placeholder {
  font-size: 10px;
  color: #000;
  text-align: center;
  line-height: 1.3;
}

/* line 1316, app/assets/stylesheets/shared/_company_forms.scss */
.image_input_text {
  display: flex;
  flex-direction: column;
}

/* line 1321, app/assets/stylesheets/shared/_company_forms.scss */
.image_input_text .status {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000;
}

/* line 1328, app/assets/stylesheets/shared/_company_forms.scss */
.image_input_text .note {
  font-size: 11px;
  line-height: 1.4;
  color: #000;
}

/* line 1335, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item.main_image .image_input_text .note {
  display: block;
}

/* line 1342, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item.sub_image .image_input_text .note > :not(:first-child) {
  display: none;
}

/* line 1348, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview_wrapper {
  margin-top: 0.5rem;
}

/* line 1351, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview_wrapper img.new_job_image_preview {
  max-width: 100px;
  height: auto;
  border: 1px solid #ccc;
}

/* line 1358, app/assets/stylesheets/shared/_company_forms.scss */
.new_job_image_preview_group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

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

/* line 1367, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_combobox_field_wrapper select {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  background-color: #ededed;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 1394, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_combobox_field_wrapper select:focus {
  outline: none;
  border-color: #666;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* line 1400, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_combobox_field_wrapper select:disabled {
  background-color: #daf5f9;
  color: #222;
  cursor: not-allowed;
  background-image: none;
}

/* line 1408, app/assets/stylesheets/shared/_company_forms.scss */
.company_job_form_item_combobox_field_wrapper .error_message {
  margin-top: 6px;
  font-size: 12px;
  color: #d93025;
}

/* line 1420, app/assets/stylesheets/shared/_company_forms.scss */
.job_creation_confirmation_label_wrapper {
  width: 80%;
  background-color: #00b7e0ff;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

/* line 1432, app/assets/stylesheets/shared/_company_forms.scss */
.job_creation_confirmation_label {
  width: 80%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 80px;
  box-sizing: border-box;
}

/* 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/_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 9, app/assets/stylesheets/pages/accounts.scss */
.normal_form_outer_wrapper {
  background: #daf5f9;
  padding: 10% 5% 50px;
  box-sizing: border-box;
}

/* line 15, app/assets/stylesheets/pages/accounts.scss */
.bottom_padding {
  padding-bottom: 10px;
}

/* line 20, app/assets/stylesheets/pages/accounts.scss */
.account_complete_wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 29, app/assets/stylesheets/pages/accounts.scss */
.account_complete_title {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}

/* line 35, app/assets/stylesheets/pages/accounts.scss */
.account_complete_txt span {
  display: block;
}

/* line 39, app/assets/stylesheets/pages/accounts.scss */
.account_complete_txt:first-child {
  margin-bottom: 20px;
}

/* line 43, app/assets/stylesheets/pages/accounts.scss */
.account_complete_link {
  margin-top: 30px;
}

/* line 47, app/assets/stylesheets/pages/accounts.scss */
.account_complete_link a {
  text-decoration: none;
  color: #fff;
  background: #ED6A6A;
  border-radius: 50px;
  width: 80%;
  padding: 20px 0;
  display: inline-block;
  font-size: 20px;
}

/* line 58, app/assets/stylesheets/pages/accounts.scss */
.account_new_complete_submit {
  width: 75%;
  text-align: center;
  margin-top: 40px;
}

/* line 64, app/assets/stylesheets/pages/accounts.scss */
.account_new_complete_submit a {
  display: inline-block;
  width: 80%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 15px 0;
  background: #30aadd;
  border: none;
}

/* line 77, app/assets/stylesheets/pages/accounts.scss */
.account_new_complete_submit a:hover {
  background: #34a2d1;
}

/* line 81, app/assets/stylesheets/pages/accounts.scss */
.deletion-page {
  background: #daf5f9;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  padding-top: 200px;
}

/* White Box */
/* line 91, app/assets/stylesheets/pages/accounts.scss */
.deletion-container {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 80%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

/* Warning Icon */
/* line 102, app/assets/stylesheets/pages/accounts.scss */
.warning-icon {
  width: 75px;
  height: 75px;
  background: red;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid white;
}

/* Exclamation Mark */
/* line 119, app/assets/stylesheets/pages/accounts.scss */
.exclamation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 126, app/assets/stylesheets/pages/accounts.scss */
.exclamation::before {
  content: "";
  width: 15px;
  height: 40px;
  /* Taller for better balance */
  background: white;
  border-radius: 8px;
  /* Rounded edges */
  margin-bottom: 5px;
}

/* line 137, app/assets/stylesheets/pages/accounts.scss */
.exclamation::after {
  content: "";
  width: 15px;
  height: 15px;
  /* Bigger dot */
  background: white;
  border-radius: 50%;
}

/* Info Box */
/* line 148, app/assets/stylesheets/pages/accounts.scss */
.info-box {
  background: #f0f0f0;
  padding: 15px;
  border-radius: 5px;
  text-align: left;
  margin-bottom: 15px;
}

/* Account deletion Checkbox */
/* line 157, app/assets/stylesheets/pages/accounts.scss */
.deletion_checkbox-container {
  background: white;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Buttons */
/* line 166, app/assets/stylesheets/pages/accounts.scss */
.button-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* Adds spacing between buttons */
}

/* line 173, app/assets/stylesheets/pages/accounts.scss */
.button-container a {
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/pages/accounts.scss */
.cancel_delete_button,
.delete_account_button {
  flex: 1;
  /* Makes both buttons take up equal width */
  text-align: center;
  padding: 12px 0;
  /* Uniform padding */
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

/* Cancel Button */
/* line 191, app/assets/stylesheets/pages/accounts.scss */
.cancel_delete_button {
  background: white;
  border: 2px solid black;
  color: black;
  text-decoration: none;
}

/* line 198, app/assets/stylesheets/pages/accounts.scss */
.delete_account_button a {
  text-decoration: none;
}

/* Delete Button - Default (Disabled) */
/* line 203, app/assets/stylesheets/pages/accounts.scss */
.delete_account_button {
  background: gray;
  /* Default disabled state */
  color: white;
  border: none;
  cursor: not-allowed;
  pointer-events: none;
  /* Prevents clicking */
}

/* Delete Button - Enabled (Checked) */
/* line 214, app/assets/stylesheets/pages/accounts.scss */
.delete_account_button.enabled {
  background: red;
  cursor: pointer;
  pointer-events: auto;
  /* Allows clicking */
}
