/* line 5, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_section_divider_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 14, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.lined_text_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100vw;
  width: 80%;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 25, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.line {
  flex-grow: 1;
  height: 2px;
  background-color: black;
}

/* line 31, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.lined_text {
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}

/* line 38, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_wrapper {
  margin-top: 40px;
}

/* line 42, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item {
  margin-bottom: 15px;
}

/* line 46, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item:last-child {
  margin-bottom: 0;
}

/* line 50, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item a,
.account_new_mail_wrapper a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 20px;
  height: 60px;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
}

/* line 64, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.line_item a {
  background: #00B900;
}

/* line 68, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.google_item a {
  background: #fff;
  color: #666666;
}

/* line 73, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.facebook_item a {
  background: #005E9C;
}

/* line 77, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_wrapper {
  padding: 0 5% 50px;
  box-sizing: border-box;
  background: #E5F7FC;
}

/* line 83, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_mail_wrapper a {
  background: #ED6A6A;
}

/* line 87, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item_img {
  height: 30px;
}

/* line 91, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_mail_img {
  width: 30px;
}

/* line 95, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item_img img {
  height: 100%;
}

/* line 99, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_mail_img img {
  width: 100%;
}

/* line 103, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_sns_item_txt,
.account_new_mail_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 111, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_section_txt {
  margin: 30px 0;
  text-align: center;
  position: relative;
  color: #00B4DE;
}

/* line 118, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_section_txt::before,
.account_new_section_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40%;
  border-top: 1px solid #00B4DE;
}

/* line 128, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_section_txt::before {
  left: 0;
}

/* line 132, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_section_txt::after {
  right: 0;
}

/* line 136, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_login_wrapper {
  text-align: center;
  margin-top: 10px;
  color: #00B4DE;
}

/* line 142, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_login_link a {
  color: #00B4DE;
}

/* line 146, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_login_registered_wrapper {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00B4DE;
}

/* line 153, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_login_registered_wrapper a {
  color: #00B4DE;
}

/* line 157, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.form_title.account_new_mail_form_title {
  margin-top: 40px;
  border: none;
  margin-bottom: 15px;
}

/* line 163, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.form_item_pass_confirm {
  margin-top: 10px;
}

/* line 167, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_mail_form_wrapper {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 7px;
}

/* line 174, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_complete_wrapper {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

/* line 186, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_complete_txt span {
  display: block;
}

/* line 190, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_complete_txt:first-child {
  margin-bottom: 20px;
}

/* line 194, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_complete_link {
  margin-top: 30px;
}

/* line 198, /var/www/miyajob/app/assets/stylesheets/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 209, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_complete_submit {
  width: 75%;
  text-align: center;
  margin-top: 40px;
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/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 228, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.account_new_complete_submit a:hover {
  background: #34a2d1;
}

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

/* White Box */
/* line 244, /var/www/miyajob/app/assets/stylesheets/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 255, /var/www/miyajob/app/assets/stylesheets/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 272, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.exclamation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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

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

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

/* Checkbox */
/* line 310, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.checkbox-container {
  background: white;
  padding: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 20px;
}

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

/* line 326, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.button-container a {
  text-decoration: none;
}

/* line 330, /var/www/miyajob/app/assets/stylesheets/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 344, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.cancel_delete_button {
  background: white;
  border: 2px solid black;
  color: black;
  text-decoration: none;
}

/* line 351, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.delete_account_button a {
  text-decoration: none;
}

/* Delete Button - Default (Disabled) */
/* line 356, /var/www/miyajob/app/assets/stylesheets/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 367, /var/www/miyajob/app/assets/stylesheets/accounts.scss */
.delete_account_button.enabled {
  background: red;
  cursor: pointer;
  pointer-events: auto;
  /* Allows clicking */
}
/* line 1, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_header {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

/* line 6, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_container {
  margin-bottom: 1.5rem;
}
/* line 9, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_container a {
  margin-bottom: 1.5rem;
  position: relative;
  bottom: 30px;
}

/* line 17, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-header {
  margin-bottom: 1rem;
  text-align: right;
}

/* line 22, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  margin-top: 20px;
}
/* line 28, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-table th,
.campaign-events-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: center;
}
/* line 35, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-table th {
  background-color: #f7f7f7;
}
/* line 39, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
/* line 43, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.campaign-events-table tr:hover {
  background-color: #f1f1f1;
}

/* line 48, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  /* space between the buttons */
  align-items: center;
  /* optional: center-align the buttons horizontally */
}

/* line 57, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event-btn {
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  width: 100px;
  /* makes the buttons the same width, optional */
}

/* line 67, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event-btn-secondary {
  background-color: #607d8b;
  color: white;
}

/* line 72, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event-btn-danger {
  background-color: #f44336;
  color: white;
}

/* line 77, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event-btn-secondary:hover,
.event-btn-danger:hover {
  opacity: 0.8;
}

/* line 85, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-centering {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-section {
  margin-bottom: 2.5rem;
  margin-left: 2.5rem;
  max-width: 90%;
  width: 90%;
}
/* line 99, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #4caf50;
  padding-bottom: 0.5rem;
  color: #333;
}

/* line 108, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* line 115, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

/* line 124, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.datetime-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* line 130, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.date-part,
.time-part {
  display: flex;
  gap: 0.5rem;
}

/* line 136, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.date-part select,
.time-part select {
  padding: 0.5rem;
  font-size: 1rem;
}

/* line 142, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.date-part select,
.time-part select {
  width: auto;
  min-width: 5rem;
}

/* line 151, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-horiz-group {
  display: flex;
  flex-direction: row;
}

/* line 156, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-control {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 163, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-small {
  width: 50%;
}

/* line 168, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_form-actions {
  text-align: right;
}

/* line 172, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_btn-primary {
  background-color: #4caf50;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 1.5rem;
}

/* line 181, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_btn-secondary {
  background-color: #607d8b;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 191, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_btn-danger {
  background-color: #f44336;
  color: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
}

/* line 199, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_btn-primary:hover,
.event_btn-secondary:hover,
.event_btn-danger:hover {
  opacity: 0.8;
}

/* line 205, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_checkbox-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}

/* line 211, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* line 220, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_error-messages {
  background-color: #ffe6e6;
  border: 1px solid #ff6666;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #cc0000;
}

/* line 229, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_error-messages ul {
  margin: 0;
  padding-left: 20px;
}

/* line 234, /var/www/miyajob/app/assets/stylesheets/admin_campaign_events.scss */
.event_field-error {
  color: #cc0000;
  font-size: 0.9em;
  margin-top: 5px;
}
/* line 5, /var/www/miyajob/app/assets/stylesheets/admin_notifications.scss */
.admin_notification_form_wrapper {
  margin: 50px 0 0;
}

/* line 9, /var/www/miyajob/app/assets/stylesheets/admin_notifications.scss */
.admin_notification_title {
  margin: 5px 0 20px;
  font-size: 18px;
  font-weight: bold;
}

/* line 15, /var/www/miyajob/app/assets/stylesheets/admin_notifications.scss */
.admin_notification_wrapper {
  margin-top: 50px;
  background: #fff;
  border-radius: 3px;
  padding: 15px;
  box-sizing: border-box;
}

/* line 23, /var/www/miyajob/app/assets/stylesheets/admin_notifications.scss */
.admin_notification_date {
  margin: 0 0 5px;
  font-size: 13px;
  color: #bdbdbd;
  text-align: right;
}
/* line 1, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.business_company_management_container .business-company-jobs-container {
  margin: 20px !important;
  margin-left: 20px;
  margin-right: 20px;
}

/* line 7, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.business_company_management_inner_container {
  margin-left: 20px !important;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* General button styling */
/* line 14, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.custom-button {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  margin: 10px;
  /* Add margin for spacing between buttons */
  flex: 1;
  /* Allow buttons to grow equally */
  color: #000;
  /* Default text color */
}

/*
  .notification-button {
    margin-bottom: 20px;
  }
    */
/* line 35, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.business-search {
  margin-top: 20px;
}

/* line 39, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.user-notification-button {
  padding: 1px 2px;
  font-size: 16px;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  margin: 10px;
  /* Add margin for spacing between buttons */
  flex: 1;
  /* Allow buttons to grow equally */
  color: #000;
  /* Default text color */
}

/* Restore Account button styling */
/* line 55, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.restore-account-button {
  background-color: #f0f0f0;
  /* Background color */
  border-color: #00ff00;
  /* Green outline */
}

/* Manage Jobs button styling */
/* line 63, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.manage-jobs-button {
  background-color: #f0f0f0;
  /* Background color */
  border-color: #000;
  /* Black outline */
}

/* Dashboard container styling */
/* line 71, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.dashboard-container {
  margin-left: 20px;
}

/* Dashboard outer container styling */
/* line 80, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.company_management_buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

/* Restore button - full width */
/* line 93, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.restore-account-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.8rem;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

/* Row for the three smaller buttons */
/* line 108, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.small-buttons-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  box-sizing: border-box;
}

/* Smaller buttons in the row */
/* line 117, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 1.2rem;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

/* line 131, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.custom-button:hover {
  background-color: #e0e0e0;
}

/* line 135, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.custom-button:disabled {
  background-color: #d3d3d3;
  color: #999;
  cursor: not-allowed;
}

/* line 141, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.restore-account-button:hover {
  border-color: #00ff00;
}

/* line 146, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.manage-jobs-button:hover {
  border-color: #000;
  /* Black border on hover */
}

/* Dashboard button styling */
/* line 152, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.dashboard-button {
  background-color: #007bff;
  /* Blue background */
  border-color: #0056b3;
  /* Darker blue border */
  color: #fff;
  /* White text */
}

/* line 161, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.dashboard-button:hover {
  background-color: #0056b3;
  /* Darken blue on hover */
}

/* line 166, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.business-company-jobs-container {
  margin: 20px;
}

/* line 170, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.jobs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

/* line 176, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.jobs-table th,
.jobs-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

/* line 183, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.view-button,
.edit-button,
.delete-button {
  padding: 5px 10px;
  margin-right: 5px;
}

/* line 190, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.back-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #0cc0df;
  color: #fff;
  text-decoration: none;
}

/* line 199, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.paused-status {
  text-align: center;
}

/* line 203, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.status-check {
  color: green;
  font-size: 1.5em;
  /* Adjust size as needed */
}

/* line 209, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.status-x {
  color: red;
  font-size: 1.5em;
  /* Adjust size as needed */
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.actions-wrapper {
  display: flex;
  gap: 10px;
  /* Space between buttons */
  justify-content: start;
  /* Align the buttons horizontally at the start */
}

/* line 223, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.delete-job-button {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 231, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.delete-job-button:hover {
  background-color: darkred;
}

/* line 235, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.undelete-job-button {
  background-color: green;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 243, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.undelete-job-button:hover {
  background-color: darkgreen;
}

/* line 247, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.pause-job-button {
  background-color: yellow;
  color: black;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 255, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.pause-job-button:hover {
  background-color: darkkhaki;
}

/* line 259, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.resume-job-button {
  background-color: green;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 267, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.resume-job-button:hover {
  background-color: darkgreen;
}

/* line 271, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.delete-job-button {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 279, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.undelete-job-button {
  background-color: green;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* line 287, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.video-meta-btn-container {
  display: flex;
  /*justify-content: space-around;*/
  justify-content: flex-start;
  /* Align items to the left */
  align-items: center;
  /* Align items vertically in the center (optional) */
  gap: 20px;
  /* Space between items (optional) */
  margin-top: 10px;
  /* Add margin to the top of the container */
  margin-bottom: 20px;
  /* Distribute buttons evenly with space around them */
  max-width: 80%;
}

/* line 303, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.video_table {
  margin-left: -30px;
  margin-right: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

/* line 310, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
form table {
  width: 100%;
  border-spacing: 15px 10px;
  /* Adjusts spacing between table cells */
}

/*
form td {
  padding: 10px;
  /* Adds padding around the table cells */
/*}*/
/* line 322, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
form .form-control {
  width: 97%;
  margin-right: 20px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/*form .btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: 2px solid black;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

form .btn:hover {
  background-color: #0056b3;
}

form .btn-group-vertical {
  display: flex;
  flex-direction: column;
  /* Stacks buttons vertically */
/*gap: 10px;
  /* Optional: Adds space between buttons */
/*}*/
/* Button group for vertical layout */
/* line 357, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.btn-group-vertical {
  display: flex;
  flex-direction: column;
  /* Stacks buttons vertically */
  gap: 10px;
  /* Adds space between buttons */
}

/* line 365, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.btn-icon-vertical {
  padding: 5px 10px;
  font-size: 18px;
  margin: 0;
  /* Ensure no extra margin around the buttons */
}

/* Ensure buttons inside table have appropriate spacing */
/* line 373, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
form .btn {
  width: auto;
  /* Prevents button from expanding full width */
  padding: 10px;
  background-color: #007bff;
  color: white;
  border: 2px solid black;
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
  /* Remove top and bottom margin to avoid overlapping */
}

/* line 386, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
form .btn:hover {
  background-color: #0056b3;
}

/* Table styling */
/* line 391, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.video_table table {
  width: 100%;
  table-layout: auto;
  /* Allow columns to adjust automatically */
  border-spacing: 15px 10px;
  /* Adjusts spacing between table cells */
}

/* line 399, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
form td {
  padding: 10px;
  white-space: nowrap;
  /* Prevents text from wrapping in cells */
}

/* line 405, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.video_table img {
  max-width: 100px;
  height: auto;
}

/* Optional: Shrink the column to fit the buttons */
/* line 411, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.video_table td {
  max-width: 150px;
  /* Adjust to a reasonable max width for the column */
}

/* line 417, /var/www/miyajob/app/assets/stylesheets/admin_users.scss */
.coupon_table {
  padding: 10px;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.apply_wrapper {
  padding: 0 5% 50px;
  box-sizing: border-box;
  background: #E5F7FC;
}

/* line 12, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.apply_form_basic_wrapper,
.apply_form_skill_wrapper,
.apply_form_qualifications_wrapper,
.apply_form_careers_wrapper {
  margin-top: 30px;
}

/* line 19, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.apply_form_skill_wrapper .form_item_wrapper,
.apply_form_qualifications_wrapper .form_item_wrapper,
.apply_form_careers_wrapper .form_item_wrapper {
  display: none;
}

/* line 25, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.apply_form_skill_confirm_wrapper .form_item_wrapper,
.apply_form_qualifications_confirm_wrapper .form_item_wrapper,
.apply_form_careers_confirm_wrapper .form_item_wrapper {
  display: block;
}

/* line 31, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.application_complete_txt_wrapper {
  text-align: center;
  padding-top: 50px;
}

/* line 36, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.application_complete_txt_midashi {
  margin: 0;
  font-size: 25px;
}

/* line 41, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.application_complete_txt_submidashi {
  margin: 20px 0;
}

/* line 45, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.application_complete_txt span {
  display: block;
}

/* line 49, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.application_complete_txt a {
  color: #00B4DE;
}

/* line 53, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

/* line 62, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item a {
  text-decoration: none;
  color: #666;
}

/* line 67, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item:last-child {
  margin-bottom: 0;
}

/* line 71, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_wrapper {
  display: flex;
  align-items: flex-start;
  padding-bottom: 20px;
}

/* line 77, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_wrapper a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #666;
  width: 100%;
}

/* line 85, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_right_wrapper a {
  display: inline-block;
}

/* line 89, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_img_wrapper {
  width: 18%;
  height: 14vw;
  margin-right: 2%;
}

/* line 95, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* line 102, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_right_wrapper {
  width: 76%;
}

/* line 106, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_info_upper {
  align-items: center;
  margin: 5px 0;
}

/* line 111, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_top_info_upper_item {
  margin: 0;
  display: inline-block;
}

/* line 116, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_wrapper {
  background: #00B4DE;
  padding: 0 5%;
  box-sizing: border-box;
}

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

/* line 131, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_inner {
  padding-bottom: 20px;
}

/* line 135, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_wrapper {
  padding-top: 20px;
  border-top: 2px dotted #00B4DE;
}

/* line 140, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* line 146, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item:last-child {
  margin-bottom: 0;
}

/* line 150, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_title {
  margin: 0;
  width: 30%;
  text-align: center;
}

/* line 156, /var/www/miyajob/app/assets/stylesheets/applications.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 167, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_done {
  width: 70%;
  text-align: center;
  background: #F2F2F2;
  padding: 5px 0;
  border-radius: 10px;
  width: 100%;
  border-radius: 30px;
}

/* line 177, /var/www/miyajob/app/assets/stylesheets/applications.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 186, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_button_wrapper {
  display: flex;
  align-items: stretch;
  width: 80%;
  margin: 0 auto;
  gap: 10px;
}

/* line 194, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_approval_button {
  width: 49%;
}

/* line 198, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_button_wrapper a {
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 206, /var/www/miyajob/app/assets/stylesheets/applications.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 215, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_approval_button a span {
  width: 100%;
}

/* line 220, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.applied_index_item_down_item_non_approval_button {
  width: 49%;
  margin-left: 2%;
}

/* line 225, /var/www/miyajob/app/assets/stylesheets/applications.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 235, /var/www/miyajob/app/assets/stylesheets/applications.scss */
.non_approval_icon {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.browse_job_index_item_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

/* line 13, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.browse_job_index_item_button_detail {
  display: flex;
  align-items: center;
  width: 30%;
}

/* line 19, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.apply_job_index_item_contents_wrapper .browse_job_index_item_button_detail a {
  background: #ED6A6A;
  padding: 15px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

/* line 30, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.browse_job_index_item_button_keep .keep_job_button_wrapper a {
  border-radius: 5px;
}

/* line 34, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.browse_job_index_item_button_keep {
  margin-right: 3%;
  width: 50%;
}

/* line 39, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_wrapper.max750 {
  background: #fff;
  margin-top: 50px;
  padding: 30px 0;
  max-width: 100%;
  width: 100%;
}

/* line 47, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_title {
  margin: 0 0 30px;
  text-align: center;
  font-size: 20px;
}

/* line 53, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 60, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.custom-slider .slick-current {
  width: 330px;
  /* Adjust to your desired width */
}

/* line 66, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_image_wrapper {
  width: 49%;
  height: 120px;
  margin-right: 2%;
  position: relative;
}

/* line 73, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_image_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 82, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_right_wrapper {
  width: 49%;
}

/* line 86, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_wrapper li {
  width: 370px;
  margin: 0 15px;
}

/* line 91, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_wrapper li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #666;
}

/* line 98, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_company_name {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
}

/* line 107, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_title {
  margin: 8px 0 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 115, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_prev_wrapper {
  position: absolute;
  left: 15px;
  bottom: -13px;
  z-index: 5;
}

/* line 122, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_next_wrapper {
  position: absolute;
  right: 25px;
  bottom: -13px;
  z-index: 5;
}

/* line 129, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_prev_inner,
.history_next_inner {
  position: relative;
}

/* line 134, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_prev_wrapper::before,
.history_prev_wrapper::after {
  content: "";
  position: absolute;
  border-top: 4px solid #000;
  width: 10px;
}

/* line 142, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_prev_wrapper::before {
  top: 3px;
  transform: rotate(45deg);
}

/* line 147, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_prev_wrapper::after {
  top: -3px;
  transform: rotate(-45deg);
}

/* line 152, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_next_wrapper::before,
.history_next_wrapper::after {
  content: "";
  position: absolute;
  border-top: 4px solid #000;
  width: 10px;
}

/* line 160, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_next_wrapper::before {
  top: 3px;
  transform: rotate(-45deg);
}

/* line 165, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.history_next_wrapper::after {
  top: -3px;
  transform: rotate(45deg);
}

/* line 170, /var/www/miyajob/app/assets/stylesheets/browse_histories.scss */
.search_history_jobs_slider_appeal_point {
  display: inline-block;
  font-size: 12px;
  background: #ED6A6A;
  border-radius: 3px;
  padding: 1px 3px;
  box-sizing: border-box;
  color: #fff;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_index_wrapper {
  margin-top: 40px;
}

/* line 10, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_link {
  display: block;
  width: 50%;
  text-align: center;
}

/* line 17, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.share_keep_job_item .company_edit_link a {
  background: #ED6A6A;
  color: #fff;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
}

/* line 26, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.request_reissue_button {
  background: #ED6A6A;
  /* Matching background color */
  color: #fff;
  /* White text color */
  padding: 10px 0;
  /* Vertical padding */
  display: inline-block;
  /* Aligns the button with inline elements */
  width: 100%;
  /* Full width of its container */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  /* Center the text inside the button */
  border: none;
  /* Remove the default border */
  cursor: pointer;
  /* Show a pointer cursor on hover */
  font-size: 16px;
  /* Adjust the font size if needed */
  text-decoration: none;
  /* Remove underline from text links */
}

/* line 51, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.request_reissue_button:hover {
  background: #d9534f;
  /* Slightly darker red on hover */
}

/* line 57, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_wrapper {
  padding: 0 5% 50px;
  background: #E5F7FC;
  box-sizing: border-box;
}

/* line 63, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_wrapper {
  background: #00B4DE;
  padding-bottom: 30px;
}

/* line 68, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_title {
  margin: 0 0 40px;
  text-align: center;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

/* line 83, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  border-bottom: 3px solid #fff;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 102, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li {
  text-align: center;
}
/* line 106, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(1), .company_show_top_menu_wrapper li:nth-child(2) {
  width: 49%;
}
/* line 111, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(1) {
  margin-right: 2%;
}
/* line 116, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(3), .company_show_top_menu_wrapper li:nth-child(4) {
  width: 49%;
  margin-top: 10px;
}
/* line 122, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(3) {
  margin-right: 2%;
}
/* line 127, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li a {
  background: #fff;
  display: inline-block;
  text-decoration: none;
  color: #666666;
  width: 100%;
  padding: 15px 0;
}
/* line 137, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:first-child a {
  border-radius: 10px 0 0 0;
}
/* line 141, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(2) a {
  border-radius: 0 10px 0 0;
}
/* line 145, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(3) a {
  border-radius: 0 0 0 10px;
}
/* line 149, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li:nth-child(4) a {
  border-radius: 0 0 10px 0;
}
/* line 153, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_wrapper li span {
  display: block;
}

/* line 169, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_img {
  height: 30px;
  margin-bottom: 10px;
}

/* line 174, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_img img {
  height: 100%;
}

/* line 178, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_menu_txt {
  color: #00B4DE;
}

/* line 182, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_wrapper {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 20px;
  box-sizing: border-box;
}

/* Base button styling for smaller screens */
/* line 192, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.current_jobs_button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00B4DE;
  color: white;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  /* Regular size */
  transition: all 0.3s ease;
  /* Smooth transition when resizing */
}

/* line 206, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.current_deactivated_jobs_button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #00B4DE;
  color: white;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  /* Regular size */
  transition: all 0.3s ease;
  /* Smooth transition when resizing */
}

/* Button wrapper to ensure proper button layout */
/* line 222, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_button_wrapper {
  text-align: center;
  /* Center the button */
  margin-top: 15px;
}

/* Larger screen adjustments (desktops) */
@media (min-width: 720px) {
  /* line 231, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .current_jobs_button,
  .current_applications_button {
    padding: 15px 30px;
    /* Increase padding */
    font-size: 20px;
    /* Increase font size */
    border-radius: 8px;
    /* Optional: adjust corner roundness */
  }

  /* line 241, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_show_top_current_button_wrapper {
    margin-top: 20px;
    /* Adjust margin if needed */
  }
}
/* line 248, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_inner {
  display: flex;
  align-items: center;
}

/* line 253, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_img_wrapper,
.company_show_top_current_apply_img_wrapper {
  height: 40px;
  width: 15%;
  position: relative;
  margin-right: 3%;
}

/* line 261, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_img_wrapper img,
.company_show_top_current_apply_img_wrapper img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 270, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_right_wrapper,
.company_show_top_current_apply_right_wrapper {
  width: 82%;
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}

/* line 278, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_right_wrapper {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 15px;
}

/* line 283, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_apply_right_wrapper {
  padding-top: 10px;
}

/* line 287, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_txt,
.company_show_top_current_apply_txt {
  margin: 0;
}

/* line 292, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_number,
.company_show_top_current_apply_number {
  margin: 0;
}

/* line 297, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_number span,
.company_show_top_current_apply_number span {
  color: #EB3B43;
  font-size: 20px;
  font-weight: bold;
}

/* line 304, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_jobs_txt_wrapper,
.company_show_top_current_apply_txt_wrapper {
  width: 55%;
}

/* line 309, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_button_wrapper,
.company_show_top_current_apply_button_wrapper {
  margin: 0 0 0 auto;
  width: 50%;
  text-align: center;
}

/* line 316, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_top_current_button_wrapper a,
.company_show_top_current_apply_button_wrapper a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 13px;
  text-decoration: none;
  background: #ED6A6A;
  border-radius: 30px;
  color: #fff;
}

@media (min-width: 720px) {
  /* line 330, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_show_top_current_button_wrapper a,
  .company_show_top_current_apply_button_wrapper a {
    height: 30px;
    /* Increase size */
    padding-top: 15px;
    padding-bottom: 6px;
  }
}
/* Base text styling for smaller screens */
/* line 340, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.create_job_text {
  font-size: 13px;
  /* Default font size for smaller screens */
  color: #00C5F4;
  /* Optional: adjust text color */
}

/* Adjust font size for larger screens */
@media (min-width: 720px) {
  /* line 349, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .create_job_text {
    font-size: 20px;
    /* Larger font size for desktop */
  }
}
/* line 358, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_title {
  margin: 0;
  font-size: 23px;
  text-align: center;
  position: relative;
}

/* line 365, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  border-bottom: 3px solid #00C5F4;
}

/* line 375, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_title_link {
  text-align: right;
  margin: 20px 0 0;
}

/* line 380, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_wrapper {
  margin-top: 50px;
}

/* line 384, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_wrapper {
  margin-top: 20px;
}

/* line 388, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* line 396, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #666;
}

/* line 403, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item:last-child {
  margin-bottom: 0;
}

/* line 407, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_img_wrapper {
  width: 22%;
  height: 18vw;
  margin-right: 2%;
}

/* line 413, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #ECF2F5;
}

/* line 421, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_right_wrapper {
  width: 76%;
}

/* line 425, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_name_wrapper {
  margin: 0;
}

/* line 429, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_info_wrapper {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

/* line 435, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_info_age {
  margin: 0;
}

/* line 439, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_info_gendar {
  margin: 0;
}

/* line 443, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_item_profile {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

/* line 451, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_title_link a {
  color: #838383;
  font-size: 13px;
}

/* line 456, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_job_wrapper {
  font-size: 0;
  margin-top: 50px;
}

/* line 461, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_admin_wrapper {
  margin-top: 50px;
}

/* line 465, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_admin_wrapper .company_show_contents_title_link {
  text-align: center;
}

/* line 469, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_contents_job_item_wrapper {
  font-size: 0;
  margin-top: 20px;
}

/* line 474, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item {
  display: inline-block;
  width: 49%;
  height: 180px;
  vertical-align: top;
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
}

/* line 484, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item:nth-child(2n-1) {
  margin-right: 2%;
}

/* line 488, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item:nth-last-child(1),
.company_show_new_job_item:nth-last-child(2) {
  margin-bottom: 0;
}

/* line 493, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 20px;
  background: #fff;
  box-sizing: border-box;
  color: #666;
  border-radius: 10px;
}

/* line 505, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_link_wrapper a {
  color: #00B4DE;
  background: transparent;
  border: 2px solid #00B4DE;
}

/* line 511, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/* line 520, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.plus_icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00B4DE;
  display: block;
  margin: 0 auto 10px;
  position: relative;
}

/* line 530, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.plus_icon::before {
  content: "";
  width: 50%;
  border-top: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 540, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.plus_icon::after {
  content: "";
  height: 50%;
  border-right: 4px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 551, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.continue-container {
  position: relative;
  width: 150px;
  height: 150px;
}

/* Curved part (Circular arc from 12:00 to 9:00) */
/* line 558, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.circle-part {
  width: 100px;
  height: 100px;
  border: 4px solid transparent;
  border-top: 4px solid #00B4DE;
  border-left: 4px solid #00B4DE;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  /* Center the arc */
  left: 25px;
  transform: rotate(0deg);
  /* No rotation necessary, starts at 12:00 */
}

/* Straight line from 9:00 to the center */
/* line 574, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.straight-line {
  width: 50px;
  height: 4px;
  background-color: #00B4DE;
  position: absolute;
  top: 96px;
  /* Align with the bottom of the arc */
  left: 0;
  transform: rotate(0deg);
  /* Positioning the straight line */
}

/* Arrow at the end of the straight line */
/* line 587, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.arrow {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #00B4DE;
  position: absolute;
  top: -6px;
  left: 50px;
  /* Align the arrow at the end of the straight line */
}

/* line 599, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_img_wrapper {
  width: 30px;
  margin: 0 auto 10px;
}

/* line 604, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_img_wrapper img {
  width: 100%;
}

/* line 608, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_title {
  font-size: 18px;
  width: 90%;
  margin: 0 auto 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

/* line 619, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_salaly {
  font-size: 13px;
  width: 80%;
  margin: 0 auto 5px;
  text-align: left;
}

/* line 626, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_new_job_item_address {
  font-size: 13px;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

/* line 633, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_draft_job_item_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  /* Stack items vertically */
  align-items: center;
  /* Center items horizontally */
  text-align: center;
  /* Center text */
}

/* line 648, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.draft-link {
  font-size: 13px;
}

/* line 652, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.centered-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  margin-bottom: 10px;
  /* Adjust the space between the image and text */
  max-width: 100px;
  /* Optional: limit image size */
}

/* line 665, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.create_job_text {
  font-size: 16px;
  /* Optional: adjust text size */
  color: #333;
  /* Optional: adjust text color */
}

/* line 672, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.draft_jobs_container {
  margin-left: 20px;
}

/* line 677, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_company_jobs_button_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}

/* line 684, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_company_jobs_button_wrapper .job_show_history_size {
  margin: 0 10px 0 0;
}

/* line 689, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_company_active_jobs_button_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 10px;
}

/* line 696, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_company_active_jobs_button_wrapper .job_show_history_size {
  margin: 0 10px 0 0;
}

/* line 700, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.pause_job_link,
.company_edit_link,
.company_resume_link,
.copy_job_link {
  width: 32%;
  /* Make both buttons take up equal space */
  margin-top: 20px;
}

/* line 709, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.pause_job_button,
.copy_job_button,
.company_edit_link a {
  background: #ED6A6A;
  /* Matching red background */
  color: #fff;
  /* White text color */
  padding: 10px 0;
  /* Vertical padding for both buttons */
  display: inline-block;
  /* Aligns the button with inline elements */
  width: 100%;
  /* Full width of the container */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  /* Center the text inside the button */
  border: none;
  /* Remove the default border */
  cursor: pointer;
  /* Show pointer cursor on hover */
  font-size: 16px;
  /* Consistent font size */
  text-decoration: none;
  /* Remove underline from text links */
}

/* line 736, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.pause_job_button:hover,
.company_edit_link a:hover {
  background: #d9534f;
  /* Darker red on hover */
}

/* line 742, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.resume_job_button {
  background: #28a745;
  /* Green background color */
  color: #fff;
  /* White text color */
  padding: 10px 0;
  /* Vertical padding */
  display: inline-block;
  /* Aligns the button with inline elements */
  width: 100%;
  /* Full width of its container */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  /* Center the text inside the button */
  border: none;
  /* Remove the default border */
  cursor: pointer;
  /* Show a pointer cursor on hover */
  font-size: 16px;
  /* Adjust the font size if needed */
  text-decoration: none;
  /* Remove underline from text links */
}

/* line 767, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.resume_job_button:hover {
  background: #218838;
  /* Slightly darker green on hover */
}

/* line 772, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.job_active_time_remaining {
  display: flex;
  flex-direction: column;
  /* Stack the remaining time above the button */
  align-items: flex-end;
  /* Align the content to the right */
  gap: 10px;
}

/* line 781, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.remaining_time {
  font-size: 14px;
  color: #555;
  /* Subtle color for the remaining time */
  text-align: right;
}

/* line 789, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_new_wrapper {
  background: #E5F7FC;
  padding: 0 5% 50px;
  box-sizing: border-box;
}

@media (max-width: 670px) {
  /* line 796, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_new_wrapper {
    padding: 0 0 50px;
  }
}
/* line 801, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company-icon-preview {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* line 811, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #cdffd8, #94b9ff);
  font-family: 'Zen Maru Gothic', sans-serif;
}

/* line 819, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_padding_top {
  padding-top: 40px !important;
}

/* line 823, /var/www/miyajob/app/assets/stylesheets/business_companies.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 835, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}

/* line 842, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-header {
  font-size: 2.5rem;
  color: white;
  text-shadow: 1px 1px 0 #00b7e0, -1px 1px 0 #00b7e0, 1px -1px 0 #00b7e0, -1px -1px 0 #00b7e0;
  margin-bottom: 2rem;
}

/* line 849, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-box {
  background-color: white;
  width: 80%;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* line 857, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
/* line 862, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-table tr {
  height: 60px;
}
/* line 866, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-table td {
  border: none;
  padding: 8px 12px;
  vertical-align: middle;
}

/* line 873, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.separator-row td {
  padding: 0;
  height: 70px;
}

/* line 879, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.separator-row td {
  padding: 0;
  max-height: 70px;
  height: 70px;
}

/* line 885, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.separator-line {
  height: 1px;
  background-color: #daf5f9;
  width: 80%;
  margin: 0 auto;
}

/* line 893, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-table tr:not(:first-child) {
  border-top: 1px solid #daf5f9;
}

/* line 898, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-left {
  width: 40%;
  text-align: center;
  color: #a6a6a6;
  vertical-align: middle;
  padding: 1rem 0;
}

/* line 906, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_overview-right {
  padding: 1rem 0;
  color: #000;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-align: left;
  padding-left: 30%;
}

/* line 915, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company-icon {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ccc;
}

/* line 924, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_website-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* line 930, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_website-links li {
  margin-bottom: 0.2em;
}

/* line 934, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_message_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* line 943, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_left-side {
  width: 70%;
  margin-top: 1rem;
  z-index: 2;
  align-self: flex-start;
  margin-left: 4.0rem;
}
/* line 950, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_left-side .message_person {
  width: 100%;
  height: auto;
  display: block;
}

/* line 957, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_message_text {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 85%;
  margin-top: -4%;
  z-index: 1;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
  word-wrap: break-word;
  line-height: 1.6;
}

/* line 973, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_jobs_title_wrapper {
  display: flex;
  max-width: 90%;
  width: 90%;
  margin-top: 20px;
  margin-left: 2rem;
}

/* line 981, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_jobs_title_image {
  width: 100%;
  height: auto;
}
/* line 985, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_jobs_title_image img {
  width: 80%;
  height: auto;
}

/* line 991, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_jobs_count {
  display: flex;
  align-items: flex-end;
  width: 5%;
  margin-right: 2rem;
}
/* line 997, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_jobs_count .company_show_top_current_jobs_number {
  margin: 0;
  font-size: 1rem;
}

/* line 1005, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_company_job_index_wrapper {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 40px;
}

/* line 1015, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_wrapper {
  background-color: #daf5f9;
  padding: 20px;
}
/* line 1019, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_wrapper .draft-job-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* line 1024, /var/www/miyajob/app/assets/stylesheets/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 1034, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item:last-child {
  border-bottom: none;
}
/* line 1038, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item:hover {
  background-color: #f9f9f9;
}
/* line 1042, /var/www/miyajob/app/assets/stylesheets/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 1049, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_wrapper .draft-job-item-link .draft-job-item .draft-job-thumb.placeholder-thumb {
  background: #ccc;
}
/* line 1054, /var/www/miyajob/app/assets/stylesheets/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 1015, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_mypage_wrapper {
    padding: 8px;
  }
}

/* line 1070, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_stats_wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: linear-gradient(to right, #cdffd8, #94b9ff);
  padding: 20px;
  gap: 20px;
}
@media (max-width: 670px) {
  /* line 1070, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_mypage_stats_wrapper {
    font-size: 20px;
    border-radius: 8px;
    padding: 2px;
    gap: 8px;
  }
}

/* line 1088, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 670px) {
  /* line 1088, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_mypage_stats {
    font-size: 20px;
    padding: 10px;
    gap: 10px;
  }
}

/* line 1101, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_stats_box {
  display: flex;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 100px;
  position: relative;
  padding: 10px;
}
@media (max-width: 670px) {
  /* line 1101, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_stats_box {
    font-size: 10px;
    min-height: 60px;
    border-radius: 6px;
    padding: 0;
  }
}
/* line 1119, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_stats_box a {
  text-decoration: none;
  color: inherit;
  width: 65%;
}

/* line 1126, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 670px) {
  /* line 1126, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_box_left {
    padding: 0;
  }
}

/* line 1142, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_divider {
  width: 5px;
  background-color: #00b7e0;
  border-radius: 5px;
  margin: 0 10px;
}
@media (max-width: 670px) {
  /* line 1142, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_divider {
    font-size: 12px;
    width: 3px;
    border-radius: 3px;
    margin: 3px 0;
  }
}

/* line 1157, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 1171, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.payment_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1176, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.payment_link a {
  text-decoration: none;
  color: inherit;
}

/* line 1183, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.pyramid_text {
  display: inline-block;
  line-height: 1.6;
  text-align: center;
  font-size: 14px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  padding-top: 10px;
  padding-left: 5px;
}
@media (max-width: 670px) {
  /* line 1183, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .pyramid_text {
    font-size: 10px;
  }
}

/* line 1201, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_icon {
  font-size: 28px;
}
/* line 1205, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_icon img {
  width: 30px;
  height: auto;
}
@media (max-width: 670px) {
  /* line 1201, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_icon {
    font-size: 20px;
    height: 31px;
  }
  /* line 1216, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_icon img {
    width: 20px;
    height: auto;
  }
}

/* line 1225, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_label_medium {
  font-size: 14px;
  color: #00b7e0;
}
@media (max-width: 670px) {
  /* line 1225, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_label_medium {
    font-size: 10px;
  }
}

/* line 1234, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_label_large {
  font-size: 18px;
  color: #00b7e0;
}
@media (max-width: 670px) {
  /* line 1234, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_label_large {
    font-size: 12px;
  }
}

/* line 1243, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_link_box {
  text-decoration: none;
  color: inherit;
}
/* line 1247, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_link_box:hover {
  text-decoration: none;
}
/* line 1251, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_link_box * {
  text-decoration: none !important;
}

/* line 1261, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_stats_box a {
  text-decoration: none;
}

/* line 1266, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_right_top_left_column {
  flex: 1;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
}
/* line 1274, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_right_top_left_column a {
  text-decoration: none;
}

/* line 1279, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_right_top_right_column {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: right;
  align-items: center;
  text-decoration: none;
}
/* line 1289, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_box_right_top_right_column a {
  text-decoration: none;
}

/* line 1294, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_right_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1300, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_right_left {
  flex: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

/* line 1308, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_right_right {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  min-width: 100px;
}
@media (max-width: 670px) {
  /* line 1308, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_right_right {
    gap: 10px;
  }
}

/* line 1322, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_value {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
/* line 1328, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_value a {
  text-decoration: none;
}
@media (max-width: 670px) {
  /* line 1322, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_value {
    font-size: 24px;
  }
}

/* line 1340, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_unit {
  font-size: 14px;
  color: #555;
}
@media (max-width: 670px) {
  /* line 1340, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_unit {
    font-size: 10px;
  }
}

/* line 1351, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.switch_plan {
  font-size: 14px;
  color: black;
  text-align: center;
}

/* line 1358, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_subtext {
  font-size: 12px;
  color: #777;
}

/* line 1363, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_link_small {
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-decoration: none;
  margin-top: 8px;
  display: inline-block;
}
/* line 1371, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.stats_link_small:hover {
  text-decoration: underline;
  color: #0056b3;
}
@media (max-width: 670px) {
  /* line 1363, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .stats_link_small {
    font-size: 13px;
    margin-top: 0;
  }
}

/* line 1382, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.mi_mark {
  display: flex;
  justify-content: center;
}
@media (max-width: 670px) {
  /* line 1382, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .mi_mark {
    height: 15px;
  }
}

/* line 1391, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_mypage_controls_wrapper {
  margin: 10px 5%;
}

/* line 1395, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 10px;
}
@media (max-width: 670px) {
  /* line 1395, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_group {
    gap: 10px;
  }
}

/* line 1406, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_button {
  display: block;
  border: 1px solid #00b7e0;
  border-radius: 10px;
  padding: 5px;
  background-color: white;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'Yu Gothic Rounded', sans-serif;
}
@media (max-width: 670px) {
  /* line 1406, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_button {
    border-radius: 8px;
    padding: 3px;
  }
}

/* line 1422, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_button_job {
  display: block;
  border: 1px solid #00b7e0;
  border-radius: 10px;
  padding: 6px;
  background-color: white;
  text-decoration: none;
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'Yu Gothic Rounded', sans-serif;
}
@media (max-width: 670px) {
  /* line 1422, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_button_job {
    border-radius: 9px;
    padding: 3px;
  }
}

/* line 1437, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_inner {
  background-color: #00b7e0;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 670px) {
  /* line 1437, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_inner {
    border-radius: 6px;
    padding: 6px;
  }
}

/* line 1450, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_inner_job {
  background-color: #00b7e0;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 670px) {
  /* line 1450, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_inner_job {
    border-radius: 6px;
    padding: 6px;
    max-height: 80px;
  }
}

/* line 1463, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_inner_chat {
  background-color: #00b7e0;
  border-radius: 15px;
  padding: 5px;
}
@media (max-width: 670px) {
  /* line 1463, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_inner_chat {
    border-radius: 8px;
    padding: 3px;
  }
}

/* line 1476, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_content {
  display: flex;
  align-items: center;
}

/* line 1481, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_image {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1487, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_image img {
  height: 80%;
  width: auto;
  max-height: 60px;
}
@media (max-height: 670px) {
  /* line 1494, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_image img {
    max-height: 40px;
  }
}

/* line 1500, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_image_note {
  flex: 0 0 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1506, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_image_note img {
  height: 80%;
  width: auto;
  max-height: 50px;
  padding: 5px;
}
@media (max-height: 670px) {
  /* line 1514, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_image_note img {
    max-height: 30px;
  }
}

/* line 1521, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_text {
  width: 70%;
  display: flex;
  justify-content: center;
  /* vertical centering if only one line */
  align-items: center;
  /* horizontal centering */
  color: white;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-all;
}
/* line 1535, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.grid_link_text div {
  max-width: 4em;
  /* roughly 4 full-width characters */
}
@media (max-width: 670px) {
  /* line 1521, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .grid_link_text {
    font-size: 1.0rem;
  }
}

/* line 1545, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_buttons_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 670px) {
  /* line 1545, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .edit_buttons_row {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 1556, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_button {
  background-color: #f4fcfd;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  color: #00b7e0;
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'Yu Gothic Rounded', sans-serif;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  text-decoration: none;
  height: 50px;
  max-height: 50px;
}
@media (max-width: 670px) {
  /* line 1556, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .edit_button {
    height: 30px;
  }
}

/* line 1580, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_button_text {
  font-size: 1.6rem;
}
@media (max-width: 670px) {
  /* line 1580, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .edit_button_text {
    font-size: 1.2rem;
  }
}

/* line 1588, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_button_coming_soon {
  position: relative;
  overflow: hidden;
}
/* line 1592, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_button_coming_soon img.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

/* line 1604, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit_button_wrapper {
  position: relative;
  overflow: hidden;
}

/* line 1609, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.coming_soon_text {
  opacity: 0.4;
}

/* line 1613, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
img.coming-soon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

/* line 1624, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_upper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
/* line 1630, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_upper a {
  flex: 1 1 50%;
  display: block;
}
/* line 1635, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_upper img.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1642, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_lower {
  width: 100%;
  margin-top: 0;
}
/* line 1646, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_lower a {
  display: block;
}
/* line 1650, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_banners_lower img.banner-image {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1659, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.business_edit_button {
  margin-top: 30px;
  padding-bottom: 30px;
}

/* line 1664, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.edit-button-image {
  width: 30%;
  display: block;
  margin: 0 auto;
}

/* line 1671, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_wrapper {
  display: flex;
  flex-direction: column;
}

/* line 1679, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 2rem;
  padding: 0 1rem;
}
@media (max-width: 670px) {
  /* line 1679, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_edit_flow {
    margin: 2rem 0;
    font-size: 13px;
  }
}
/* line 1691, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* line 1698, /var/www/miyajob/app/assets/stylesheets/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 1712, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step .label {
  margin-left: 0.5rem;
  color: gray;
  font-weight: 600;
  white-space: nowrap;
}
/* line 1721, /var/www/miyajob/app/assets/stylesheets/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 1721, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_edit_flow .company_edit_step .line {
    height: 0px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
/* line 1737, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step.active .circle {
  background-color: #00b7e0;
  color: white;
}
/* line 1742, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step.active .label {
  color: #00b7e0;
}
/* line 1746, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step.active .line {
  background-color: #00b7e0;
}
/* line 1751, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_flow .company_edit_step:last-child .line {
  display: none;
}

/* line 1757, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_new_top_padding {
  padding-top: 60px;
}

/* line 1761, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_new_margin {
  margin-bottom: 20px;
}

/* line 1766, /var/www/miyajob/app/assets/stylesheets/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 1777, /var/www/miyajob/app/assets/stylesheets/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 1777, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_edit_main_title {
    width: 90%;
  }
}

/* line 1792, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_center_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 1800, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.new_company_banners_upper {
  width: 80%;
  margin-bottom: 30px;
}
/* line 1804, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.new_company_banners_upper .banner-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* line 1812, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.pencil_card_wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

/* line 1820, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.show_pencil {
  position: absolute;
  top: -40px;
  z-index: 2;
  display: flex;
  justify-content: center;
}
/* line 1827, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.show_pencil img {
  width: 80px;
  height: auto;
}

/* line 1833, /var/www/miyajob/app/assets/stylesheets/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 1843, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.card_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

/* line 1851, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.form_placeholder {
  margin-top: 20px;
}

/* line 1855, /var/www/miyajob/app/assets/stylesheets/business_companies.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 1870, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.new_company_form textarea.sized_text_area {
  height: 120px;
}

/* line 1875, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_form {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1881, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_edit_form form {
  width: 80%;
}

/* line 1885, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_form {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1891, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_form form {
  width: 90%;
}

/* line 1896, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1903, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_white_wrapper {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 1912, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1918, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_label_wrapper label {
  display: block;
  color: #545454;
  margin-left: 0.1rem;
  margin-bottom: 4px;
  font-weight: bold;
}

/* line 1926, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_field_wrapper {
  width: 100%;
}

/* line 1930, /var/www/miyajob/app/assets/stylesheets/business_companies.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 1942, /var/www/miyajob/app/assets/stylesheets/business_companies.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 1957, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
textarea.sized_text_area {
  height: 120px;
}

/* line 1961, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_field_wrapper.review-mode input {
  background-color: #daf5f9;
  font-weight: bold;
}

/* line 1966, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_field_wrapper.review-mode input {
  background-color: #daf5f9;
  font-weight: bold;
}

/* line 1971, /var/www/miyajob/app/assets/stylesheets/business_companies.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 1982, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.website-field {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

/* line 1989, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.website-field input {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: none;
  outline: none;
}

/* line 1998, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2013, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
#add-website-field {
  margin-top: 6px;
  background: none;
  border: none;
  color: #00b8e0;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

/* line 2024, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 2030, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2040, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_submit .text-button {
  background: none;
  border: none;
  color: #004bad;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}
/* line 2051, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_submit .gradient-button {
  background: linear-gradient(to right, #5ddfe6, #004bad);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-align: center;
  width: 50%;
  max-width: 100%;
  display: inline-block;
}
/* line 2069, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_submit .gradient-button:hover {
  opacity: 0.85;
}
@media (max-width: 670px) {
  /* line 2074, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_submit .save-draft-button {
    font-size: 14px;
    padding: 14px 10px;
  }
}

/* line 2083, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2093, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2118, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}

/* line 2122, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
/* line 2128, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 8px 14px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}
@media (max-width: 670px) {
  /* line 2128, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
    padding: 1px 1px;
    padding-bottom: 3px;
  }
}
/* line 2146, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper:hover {
  background-color: #f5f5f5;
}
/* line 2150, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
@media (max-width: 670px) {
  /* line 2150, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
    top: 0px;
  }
}
/* line 2168, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio']:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 50%;
  position: relative;
  left: -12px;
  top: -12px;
}
/* line 2184, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
  font-size: 16px;
  color: #333;
  line-height: 1;
}
@media (max-width: 670px) {
  /* line 2191, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
    font-size: 10px;
  }
}

/* line 2198, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_checkbox_field_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 10px;
  padding: 12px;
}

/* line 2207, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 4px 5px;
  border: 3px solid #a6a6a6;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 30px);
  position: relative;
}
/* line 2221, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper:hover {
  background-color: #f5f5f5;
}
/* line 2225, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper.selected {
  background-color: #00b7e0;
  border-color: #00b7e0;
}
/* line 2229, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper.selected span {
  color: white;
}
/* line 2233, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper.selected input[type="checkbox"] {
  border-color: white;
}
/* line 2236, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper.selected input[type="checkbox"]:checked::before {
  background-color: white;
}
/* line 2242, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 15px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
/* line 2254, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 15px;
  position: relative;
  top: -12px;
  left: -12px;
}
/* line 2267, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper input[type="checkbox"]:focus {
  outline: none;
}
/* line 2272, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper label {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
/* line 2278, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_checkbox_button_wrapper label span {
  color: #333;
}

@media (max-width: 600px) {
  /* line 2285, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_checkbox_button_wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* line 2291, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2298, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ededed;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  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;
  padding-right: 40px;
  position: relative;
}
/* line 2317, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper input[type="time"]::-webkit-inner-spin-button, .company_form_item_time_field_wrapper input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
/* line 2323, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper input[type="time"]::-moz-focus-inner {
  border: 0;
}
/* line 2327, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper input[type="time"]::-ms-clear {
  display: none;
}
@media (max-width: 670px) {
  /* line 2298, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_time_field_wrapper input[type="time"] {
    max-width: 150px;
  }
}
/* line 2338, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_form_item_time_field_wrapper span {
  font-size: 20px;
  color: #666;
  margin: 0 4px;
  line-height: 1;
  position: relative;
  top: 1px;
}
@media (max-width: 600px) {
  /* line 2291, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 2350, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}

/* line 2357, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.radio_split_two_rows {
  flex-wrap: wrap;
}
/* line 2360, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2360, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(50% - 20px);
  }
}

/* line 2370, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2381, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.new_job_image_preview_wrapper {
  flex: 0 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/* line 2389, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.new_job_image_preview {
  max-width: 150px;
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}

/* line 2402, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode {
  /* Placeholder prompt text style (when selected) */
}
/* line 2404, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2420, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2432, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2458, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select:invalid {
  color: #a6a6a6;
}
/* line 2462, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_combobox_field_wrapper select:disabled {
  background-color: #daf5f9;
  /* light grey to show it's disabled */
  color: #888;
  /* dim the text */
  cursor: not-allowed;
  background-image: none;
  /* remove custom arrow if needed */
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%235e5e5e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}
/* line 2478, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_radio_field_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
/* line 2484, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 8px 14px;
  border: 3px solid #daf5f9;
  border-radius: 10px;
  background-color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-align: center;
}
@media (max-width: 670px) {
  /* line 2484, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper {
    padding: 1px 1px;
    padding-bottom: 3px;
  }
}
/* line 2502, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper:hover {
  background-color: #f5f5f5;
}
/* line 2506, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #00b7e0;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
@media (max-width: 670px) {
  /* line 2506, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio'] {
    top: 0px;
  }
}
/* line 2524, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper input[type='radio']:checked::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px;
  background-color: #00b7e0;
  border-radius: 50%;
  position: relative;
  left: -12px;
  top: -12px;
}
/* line 2540, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2547, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_radio_field_wrapper .company_form_radio_button_wrapper span {
    font-size: 10px;
  }
}
/* line 2554, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_checkbox_field_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 10px;
  padding: 12px;
}
/* line 2563, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2577, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper:hover {
  background-color: #f5f5f5;
}
/* line 2581, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected {
  background-color: #00b7e0;
  border-color: #00b7e0;
}
/* line 2585, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected span {
  color: white;
}
/* line 2589, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected input[type="checkbox"] {
  border-color: white;
}
/* line 2592, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper.selected input[type="checkbox"]:checked::before {
  background-color: white;
}
/* line 2598, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2610, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2623, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper input[type="checkbox"]:focus {
  outline: none;
}
/* line 2628, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper label {
  color: #333;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
/* line 2634, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_checkbox_button_wrapper label span {
  color: #333;
}
@media (max-width: 600px) {
  /* line 2641, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_checkbox_button_wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* line 2647, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2654, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #daf5f9;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300b7e0' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2300b7e0'/%3E%3Cline x1='12' y1='12' x2='17' y2='12' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12' y1='12' x2='12' y2='17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 20px;
}
@media (max-width: 670px) {
  /* line 2654, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
    max-width: 150px;
  }
}
/* line 2678, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .company_form_item_time_field_wrapper span {
  font-size: 20px;
  color: #666;
  margin: 0 4px;
  line-height: 1;
  position: relative;
  top: 1px;
}
@media (max-width: 600px) {
  /* line 2647, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_time_field_wrapper {
    flex-wrap: nowrap;
  }
  /* line 2690, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .company_form_item_time_field_wrapper input[type="time"] {
    flex: 1;
  }
}
/* line 2696, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.confirm_mode .radio_split_two_rows {
  flex-wrap: wrap;
}
/* line 2699, /var/www/miyajob/app/assets/stylesheets/business_companies.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 2699, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .confirm_mode .radio_split_two_rows .company_form_radio_button_wrapper {
    max-width: calc(50% - 20px);
  }
}

/* line 2714, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.centered_login_prompt {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #00b7e0;
}
/* line 2720, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.centered_login_prompt a {
  color: #00b7e0;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 5px;
}

/* line 2728, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 20px;
}

/* line 2740, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_text {
  margin: 0 auto;
  width: 50%;
}

/* line 2745, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.desc_text {
  margin: 0 auto;
  width: 60%;
}

/* line 2750, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.usage_image {
  margin: 0 auto;
  width: 60%;
  position: relative;
  right: 15%;
}

/* line 2757, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_faq-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 790;
  overflow: hidden;
  background: url(/assets/background_cover-478566fea30db792a332622b426f8db8be7a5d156d76ddfa8daee6d148ec4543.svg) no-repeat;
  background-size: 100% auto;
  background-position: center 40px;
  z-index: 0;
}

/* line 2771, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 1rem;
}

/* line 2784, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.my_page_button {
  display: flex;
  margin: 10px auto;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding-bottom: 20px;
}

/* line 2797, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_button {
  color: white;
  border: none;
  cursor: pointer;
  height: 100%;
  border-radius: 50px;
  font-size: 1em;
  width: 100%;
}

/* line 2812, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_button {
  text-align: center;
}

/* line 2816, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_button span,
.thank_you_page_button a,
.thank_you_page_button button,
.thank_you_page_button input {
  /* Added button */
  max-width: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  font-size: 1.5em;
  display: inline-block;
  padding: 10px 0;
  border: none;
  /* Removes default button border */
  cursor: pointer;
}
@media (max-width: 670px) {
  /* line 2816, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .thank_you_page_button span,
  .thank_you_page_button a,
  .thank_you_page_button button,
  .thank_you_page_button input {
    font-size: 1.3em;
  }
}

/* line 2839, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_non_link {
  padding: 10px 0;
}

/* TODO: Check if this is needed */
/* Keep the same background colors */
/*.thank_you_page_button span {
  background: #bdbdbd;
}*/
/* line 2850, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_button a,
.thank_you_page_button button,
.thank_you_page_button input {
  /* Apply same style to button */
  background: linear-gradient(to right, #5de0e6, #014bae);
  color: #fff !important;
}

/* Optional: Add hover effect */
/* line 2859, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.thank_you_page_button button:hover,
.thank_you_page_button a:hover {
  background: linear-gradient(to right, #4ccbd6, #013a87);
  /* Slightly darker gradient */
}

/* line 2869, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
#svg-wrapper {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 2879, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
#svg-wrapper svg {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* line 2885, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
#svg-below {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 100%;
  margin: 2rem auto 0 auto;
}

/* line 2893, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
#svg-below svg {
  width: 100%;
  height: auto;
  display: block;
}

/* line 2901, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_list_top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 670px) {
  /* line 2901, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_job_list_top {
    width: 95%;
    gap: 10px;
  }
}

/* line 2919, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.left-item {
  color: #00b7e0;
  display: flex;
  align-items: center;
  position: relative;
  top: -6px;
}

/* line 2927, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.triangle {
  font-size: 50px;
  margin-right: 5px;
  position: relative;
  top: -6px;
}
@media (max-width: 670px) {
  /* line 2927, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .triangle {
    top: -4px;
  }
}

/* line 2938, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.right-item {
  display: flex;
  align-items: center;
}

/* line 2943, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.create-job-button {
  background-color: #00b7e0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 40px;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  text-align: center;
  gap: 10px;
}
@media (max-width: 670px) {
  /* line 2943, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .create-job-button {
    font-size: 12px;
  }
}

/* line 2963, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.button-icon {
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 670px) {
  /* line 2963, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .button-icon {
    height: 30px;
    flex-shrink: 1;
  }
}

/* line 2974, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.job-section {
  position: relative;
  margin-top: 30px;
}

/* line 2979, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.section-label {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #00b7e0;
  color: white;
  padding: 10px 40px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 1;
}

/* line 2991, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.paused-label {
  background-color: #a6a6a6;
}

/* line 2996, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.paused_body {
  background-color: #d9d9d9;
}

/* line 3002, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_show_body.rounded-box {
  border-radius: 12px;
  padding: 20px;
  padding-top: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 670px) {
  /* line 3002, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_show_body.rounded-box {
    padding: 8px;
    padding-top: 30px;
  }
}

/* line 3018, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card {
  position: relative;
  margin: 20px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
/* line 3026, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
/* line 3032, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
/* line 3039, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-header {
  display: flex;
  flex-direction: row;
}
/* line 3045, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-image {
  width: 30%;
  padding-right: 20px;
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* line 3056, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
/* line 3065, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
/* line 3073, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/* line 3081, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-description {
  flex-basis: 70%;
}
/* line 3084, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-description .company_job_card-description_text {
  margin-left: 20px;
  margin-top: 6px;
}
/* line 3089, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-description h3.company_job_title {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 3096, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-description p {
  margin: 3px 0;
  font-size: 0.9rem;
  color: #333;
}
@media (max-width: 670px) {
  /* line 3096, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_job_card .company_job_card-description p {
    font-size: 0.8rem;
  }
}
/* line 3107, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .position-relative {
  position: relative;
}
/* line 3111, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .job-card-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 3120, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  margin: 10px 0;
}
/* line 3128, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-footer_spacer {
  flex-basis: 34%;
}
/* line 3133, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-buttons {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
/* line 3141, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-buttons .company_job_button {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  background-color: #00b7e0;
  color: #000;
  font-size: 0.85rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  z-index: 3;
  position: relative;
  width: 50%;
  text-align: center;
}
/* line 3157, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-buttons .pause {
  background-color: #fbbd08;
  color: white;
}
/* line 3162, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-buttons .resume {
  background-color: #21ba45;
  color: white;
}
/* line 3167, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .company_job_card-buttons .continue {
  background-color: #2185d0;
  color: white;
}
/* line 3173, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_job_card .breakable-jp {
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* line 3180, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 20px auto;
  padding: 0 20px 20px 20px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
/* line 3191, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top {
  display: flex;
  width: 100%;
  gap: 10px;
  padding: 20px;
  height: 60%;
  align-items: center;
  justify-content: space-between;
}
/* line 3200, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  display: block;
  width: 50%;
  margin-left: 6px;
}
/* line 3209, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper {
  flex-grow: 1;
  min-width: 20%;
  text-wrap: nowrap;
}
/* line 3217, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
/* line 3222, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 3227, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group p {
  margin: 4px 0;
}
/* line 3231, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_name {
  font-size: 1em;
}
/* line 3235, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_details,
.company_user_index_item .company_user_item_top .top_user_info_wrapper .user_info_link .top_text_group .user_profession {
  font-size: 0.95em;
  color: #555;
}
/* line 3246, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_image_wrapper {
  width: 81.5px;
  height: 81.5px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 3254, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_image_wrapper .comp_user_image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
}
/* line 3264, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
/* line 3271, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group p {
  margin: 4px 0;
}
/* line 3275, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group .user_name {
  font-size: 1.0em;
}
/* line 3280, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group .user_details,
.company_user_index_item .company_user_item_top .top_text_group .user_profession {
  font-size: 1.0em;
  color: #555;
}
/* line 3287, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
/* line 3294, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide p {
  margin: 4px 0;
}
/* line 3298, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide .user_name {
  font-size: 1.0em;
}
/* line 3303, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_text_group_wide .user_details,
.company_user_index_item .company_user_item_top .top_text_group_wide .user_profession {
  font-size: 1.0em;
  color: #555;
}
/* line 3310, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_action_button_wrapper {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: center;
}
/* line 3316, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_top .top_action_button_wrapper .capsule_button {
  padding: 10px 30px;
  background-color: #4fd1eb;
  border: none;
  border-radius: 9999px;
  color: white;
  font-size: 1em;
  cursor: pointer;
  white-space: nowrap;
}
/* line 3329, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .divider_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
/* line 3334, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .divider_wrapper .divider_image {
  width: 50%;
  height: auto;
}
/* line 3340, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_bottom {
  width: 100%;
  padding: 20px 20px 0 20px;
}
/* line 3345, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_bottom .bottom_header {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
/* line 3351, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .bottom_title {
  width: 16%;
  color: #4fd1eb;
  font-weight: bold;
  text-align: right;
}
/* line 3360, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .user_job_list {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 4px;
}
/* line 3370, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.company_user_index_item .company_user_item_bottom .bottom_header .user_job_list .user_job_item {
  color: #000;
  font-size: 0.95em;
}

@media (max-width: 670px) {
  /* line 3381, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top {
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px;
  }
  /* line 3386, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top .top_image_wrapper {
    width: 61px;
    height: 61px;
  }
  /* line 3391, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top a {
    width: 100%;
    margin-left: 0;
  }
  /* line 3396, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top .top_user_info_wrapper {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 3401, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top .top_action_button_wrapper {
    flex-shrink: 0;
    text-wrap: nowrap;
    max-width: 100px;
    width: auto;
    padding: 8px 14px;
    font-size: 14px;
    justify-content: center;
  }
  /* line 3411, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .company_user_index_item .company_user_item_top .top_action_button_wrapper .applied_card_gradient_button {
    width: 100%;
  }
}
/* line 3420, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.applied_card_item_bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}

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

/* line 3453, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
.applied_button_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 670px) {
  /* line 3453, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .applied_button_centering_wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 670px) {
  /* line 3453, /var/www/miyajob/app/assets/stylesheets/business_companies.scss */
  .applied_button_centering_wrapper {
    margin-right: auto;
  }
}
/* line 1, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaign_show_common_img_wrapper {
  border-top: 1px solid #B4B4B4;
  width: 100%;
  /* Sets the wrapper to take the full width of the container */
  max-width: 600px;
  /* Optional: limits the maximum width */
  height: auto;
  /* Height will adjust based on the image aspect ratio */
  overflow: hidden;
  /* Ensures that oversized images are contained */
}

/* line 15, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaign_show_common_img_wrapper img {
  width: 100%;
  /* Ensures the image fills the wrapper's width */
  height: auto;
  /* Maintains aspect ratio */
  object-fit: cover;
  /* Optional: ensures the image covers the container dimensions */
}

/* line 24, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaigns-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

/* line 30, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaign-card {
  border: 1px solid #ccc;
  padding: 16px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* line 37, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* Adjust this for spacing between images */
}

/* line 44, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaign-image-wrapper {
  overflow: hidden;
  border-radius: 8px;
}

/* line 49, /var/www/miyajob/app/assets/stylesheets/campaigns.scss */
.campaign-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
@charset "UTF-8";
/* line 5, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_wrapper {
  flex-grow: 1;
}

/* line 9, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 100%;
}

/* line 17, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_header {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  color: black;
  font-size: x-large;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

@media (min-width: 670px) {
  /* line 35, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
  .chat_room_header {
    margin: 0 calc(50% - 335px);
    z-index: 9;
    width: 100%;
    max-width: 670px;
    top: 70px;
  }
}
/* line 45, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_message_wrapper {
  background-color: #daf5f9;
  min-height: 60vh;
}

/* line 51, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_message_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
}

/* line 60, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_announce {
  max-width: 65%;
  background-color: #30aadd;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  align-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_wrapper {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  width: 80%;
}

/* line 82, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_wrapper {
  display: flex;
  align-items: flex-start;
}

/* line 87, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_current_wrapper {
  flex-direction: row-reverse;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

/* line 101, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item:last-child {
  margin-bottom: 0;
}

/* line 105, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_announce {
  text-align: center;
  font-size: 15px;
}

/* line 110, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 80%;
  width: 100%;
  gap: 10px;
}

/* line 121, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_current_wrapper {
  justify-content: flex-end;
}

/* line 126, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_left_wrapper,
.message_item_right_wrapper {
  font-size: 15px;
}

/* line 131, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_left_wrapper {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

/* line 140, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_right_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 65%;
  position: relative;
}

/* line 147, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_current_wrapper .message_item_right_wrapper {
  margin-left: 0%;
  margin-right: 2%;
}

/* line 152, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_left_img_wrapper {
  width: 100%;
}

/* line 158, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_left_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* line 166, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_right_message {
  background: #fff;
  padding: 12px 15px;
  border-radius: 10px;
  word-break: break-word;
  position: relative;
}

/* line 174, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_right_create {
  text-align: right;
  color: #9C9C9C;
  margin-top: 10px;
}

/* line 184, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_left_name {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}

/* line 191, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_current_user {
  background: #fff;
}

/* line 195, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_right_message::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px;
}

/* line 204, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_wrapper:not(.message_item_contents_current_wrapper) .message_item_right_message::before {
  left: -20px;
  border-color: transparent #30aadd transparent transparent;
}

/* line 209, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.message_item_contents_current_wrapper .message_item_right_message::before {
  right: -20px;
  border-color: transparent transparent transparent #30aadd;
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.origin_post_link {
  margin-top: 5px;
  font-size: 0.85em;
  color: #4fd1eb;
}

/* line 221, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.origin_post_link a {
  text-decoration: underline;
}

/* line 229, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_text_wrapper {
  position: fixed;
  bottom: 0;
  max-width: 630px;
  width: 100%;
  background: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

/* line 243, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

/* line 250, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_text_field {
  flex: 8;
  display: flex;
  justify-content: center;
}
/* line 255, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_text_field textarea {
  height: 20px;
}

/* line 262, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_input {
  all: unset;
  width: 75%;
  min-height: 20px;
  max-height: 200px;
  height: auto;
  resize: none;
  border-radius: 20px;
  border: 1px solid black;
  padding: 10px 15px;
  font-size: 16px;
  outline: none;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-word;
  transition: height 0.2s ease;
}

/* line 281, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_submit {
  flex: 2;
  display: flex;
  flex-direction: column;
  /* Stack the icon and text vertically */
  align-items: center;
  /* Center the icon and text */
  justify-content: center;
  cursor: pointer;
  background-color: white;
  margin-right: 20px;
}

/* line 295, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_submit_button {
  display: none;
}

/* line 299, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_submit_icon {
  width: 20px;
  /* Adjust to your desired size */
  height: 20px;
  /* Adjust to your desired size */
  margin-bottom: 10px;
  /* Space between image and text */
}

/* line 308, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_submit_icon input {
  height: 30px;
  width: 30px;
}

/* line 313, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_submit_text {
  color: black;
  font-size: 10px;
  /* Adjust size of text */
  font-weight: bold;
}

/* line 324, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_tab_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 40px;
}

/* line 332, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_tab_label_wrapper {
  width: 45%;
}

/* line 336, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_tab_label_wrapper label {
  width: 100%;
  padding: 15px 0 20px;
  display: inline-block;
  text-align: center;
  background: #70D4EB;
  color: #2A709B;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  position: relative;
}

/* line 348, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
#chat_room_non_approval:checked ~ .chat_room_tab_wrapper #chat_room_non_approval_label::before,
#chat_room_approval:checked ~ .chat_room_tab_wrapper #chat_room_approval_label::before {
  content: "▼";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
}

/* line 358, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_contents_non_approval_wrapper,
.chat_room_contents_approval_wrapper {
  display: none;
}

/* line 363, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
#chat_room_non_approval:checked ~ .chat_room_tab_wrapper #chat_room_non_approval_label,
#chat_room_approval:checked ~ .chat_room_tab_wrapper #chat_room_approval_label {
  background: #E5F7FC;
  border-bottom: 0px;
  color: #00B4DE;
  position: relative;
}

/* line 371, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
#chat_room_non_approval:checked ~ .chat_room_contents_wrapper #chat_room_non_approval_contents,
#chat_room_approval:checked ~ .chat_room_contents_wrapper #chat_room_approval_contents {
  display: block;
}

/* line 376, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_user_tab_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E5F7FC;
  padding-top: 30px;
}

/* line 384, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_user_label_wrapper {
  background-color: #4fd1eb;
  color: white;
  border-radius: 15px;
  padding: 10px 30px;
}

/* line 395, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_apply_button {
  text-align: center;
}

/* line 399, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_show_apply_txt {
  text-align: center;
  text-decoration: underline;
}

/* line 404, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_warning {
  margin: 0;
}

/* line 409, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_contents_wrapper {
  padding: 1px;
  box-sizing: border-box;
  background: #E5F7FC;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

/***************/
/* line 448, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item {
  padding: 10px 10px;
  background-color: white;
  margin: 20px;
}

/* line 456, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item:last-child {
  border-bottom: 2px solid #fff;
}

/* line 460, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666;
  position: relative;
}

/* line 469, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_label {
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: inline-block;
  min-width: 48px;
  text-align: center;
  white-space: nowrap;
}

/* line 481, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_label_apply {
  background-color: #00b7e0;
}

/* line 485, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_label_scout {
  background-color: #5ec3c9;
}

/* line 489, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_label_pending {
  background-color: #a6a6a6;
}

/* line 494, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_img_wrapper {
  width: 75px;
  height: 75px;
}

/* line 501, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

/* line 509, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_unread_notification {
  position: absolute;
  top: 0px;
  left: 55px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 526, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_wrapper {
  margin-left: 20px;
  flex: 7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 75px;
}

/* line 541, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_top_name {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

/* line 557, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_top_wrapper,
.chat_room_user_item_right_top_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 564, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_top_label_date {
  align-self: flex-end;
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

/* line 572, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_top_label span {
  padding: 3px 10px;
  border-radius: 20px;
  display: block;
  font-size: 13px;
  width: 26px;
}

/* line 585, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_right_message {
  font-size: 14px;
  color: #555;
}

/* line 590, /var/www/miyajob/app/assets/stylesheets/chat_rooms.scss */
.chat_room_item_label_bottom_right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* line 5, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_index_item_delete_button_wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 11, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.job_index_appeal_point_wrapper.keep_job_index_appeal_point_wrapper {
  margin-bottom: 25px;
}

/* line 15, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.new_job_show_info_keep_inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 22, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_list_wrapper {
  margin: 0 auto;
  max-width: 100vw;
  width: 100%;
  /* Adjust based on layout */
}

/* line 30, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_slide {
  padding: 10px;
}

/* line 34, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_list_mobile_wrapper .slick-list {
  margin-left: 50px !important;
}

/* line 38, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_list_desktop_wrapper .slick-list {
  width: 505px !important;
  margin-left: 22px !important;
}

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

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

/* line 74, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_keyvisual_wrapper {
  display: flex;
  align-content: space-around;
  align-items: center;
  background-color: rgba(234, 249, 252, 0.5);
  background-size: 110% 448px;
  /* Ensures 80% of the width is always visible */
  /* Centers the image horizontally */
  background-repeat: no-repeat;
  /* Prevents image tiling */
  flex-direction: column;
  /*width: 85%;*/
  /*position: relative;*/
}

/* line 92, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_keyvisual_mobile_wrapper {
  width: 70vw;
}

/* line 97, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_carousel {
  height: 400px;
  width: 100%;
  max-width: 100%;
}

/* line 107, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.slick-prev,
.slick-next {
  background: #ccc;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* line 115, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_arrow_left_mobile,
.keep_arrow_right_mobile,
.keep_arrow_left_desktop,
.keep_arrow_right_desktop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  /* Adjust size */
  height: 40px !important;
  cursor: pointer;
  z-index: 10;
}

/* line 130, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_arrow_left_mobile {
  left: 40px !important;
  top: 44% !important;
  /* Adjust position */
}

/* line 137, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_arrow_left_desktop {
  left: 100px !important;
  top: 110% !important;
  /* Adjust position */
}

/* line 144, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_arrow_right_mobile {
  right: -70px !important;
  top: 44% !important;
  /* Adjust position */
}

/* line 151, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_arrow_right_desktop {
  right: 70px !important;
  top: 110% !important;
  /* Adjust position */
}

/* line 158, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_item {
  position: relative;
  /* Ensures the sticker is positioned relative to this container */
  display: flex;
  flex-direction: column;
  /* Stack content vertically */
  align-items: flex-start;
  /* Left-justify content */
  /* Add spacing between elements */
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: white;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
  max-height: 550px;
  height: 100%;
  box-sizing: border-box;
}

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

/* line 207, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_search_card a {
  text-decoration: none;
}

/* line 211, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_hero {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 220, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_hero_text {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 122px;
  gap: 10px;
}

/* line 230, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_hero_separation_line {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

/* line 237, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_hero_separation_line img {
  max-width: 100%;
  width: 100%;
  height: 10px;
  object-fit: contain;
  overflow: hidden;
}

/* line 245, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_hero_spacer {
  min-height: 5px;
  /* Ensures at least 5px spacing */
  flex-grow: 1;
  /* Allows it to expand dynamically */
}

/* line 253, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_appeal_spacer {
  height: 33px;
}

/* line 258, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.slight_shift_left {
  margin-right: 30px;
}

/* line 263, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_list_wrapper {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
}

/* line 273, /var/www/miyajob/app/assets/stylesheets/job_keeps.scss */
.keep_job_list_wrapper li {
  max-width: 300px;
  width: 100%;
  max-height: 500px;
  margin: 0 20px;
}
@charset "UTF-8";
/* line 5, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.search_job_index_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* line 14, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-create-buttons {
  clear: both;
  display: flex;
  /* Flexbox to align items horizontally */
  justify-content: space-between;
  /* Spread the buttons evenly */
  gap: 10px;
  /* Add space between buttons */
  word-wrap: break-word;
  /* Allows long words to break and wrap onto the next line */
  overflow-wrap: break-word;
  /* Ensures long words break and wrap onto the next line */
  word-break: break-word;
  /* Breaks words at appropriate points to prevent overflow */
  hyphens: auto;
  /* Adds hyphens where the word breaks, if supported */
}

/* line 33, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-create-buttons .form_item_submit {
  flex-grow: 1;
  /* Ensure each button has equal width */
}

/* line 38, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-create-buttons .form_item_submit input,
.job-create-buttons .form_item_submit a {
  display: inline-block;
  width: 100%;
  /* Make the buttons fill the width of the container */
  padding: 10px;
  /* Adjust padding for consistent button size */
  text-align: center;
  font-size: 16px;
  /* Adjust font size for uniformity */
  box-sizing: border-box;
  /* Ensure padding doesn't affect button width */
}

/* Optional: Add button styling for hover and other states */
/* line 53, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-create-buttons .form_item_submit input:hover,
.job-create-buttons .form_item_submit a:hover {
  background-color: #ddd;
  /* Example hover state */
}

/* line 59, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
button,
.delete_draft_button {
  width: 100%;
  /* Ensure buttons stretch to their container's full width */
}

/* Specific styling for the delete draft link */
/* line 66, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.delete_draft_button {
  font-size: 12px;
  /* Change font size for the delete link */
}

/* line 71, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.delete-draft {
  display: inline-block;
  text-align: center;
}

/* line 76, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.line {
  display: block;
}

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

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

/* line 133, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_search_card a {
  text-decoration: none;
  max-width: 100%;
}

/* line 138, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_link {
  max-width: 100%;
}

/* line 142, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_search_hero {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 151, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero {
  max-width: 100%;
  width: 90%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

/* line 160, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_image {
  flex: 3;
}

/* line 164, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_image img {
  height: 60%;
}

/* line 168, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_search_card_img {
  width: 100%;
  height: 100px;
  max-height: 100px;
  object-fit: cover;
}

/* line 176, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_text {
  flex: 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 10px;
}

/* line 186, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_company {
  color: #68927e;
}

/* line 191, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_job_title {
  color: black;
  font-weight: bold;
}

/* line 196, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_working_type {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background-color: #4fd1eb;
  color: white;
  padding: 5px 20px;
  white-space: nowrap;
  max-width: fit-content;
}

/* line 207, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_search_hero_separation_line {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_hero_separation_line {
  max-width: 100vw;
  width: 80%;
  object-fit: contain;
  overflow: hidden;
}

/* line 223, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_search_points {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Ensure alignment */
  gap: 10px;
  /* Add spacing between image and text */
  margin: 10px 0;
  width: 100%;
  /* Make sure it takes the full width */
  overflow: visible;
  /* Ensure no hidden overflow */
}

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

/* line 246, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.appeal_points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

/* line 262, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.add_top_bottom_margin {
  margin: 10px 0;
}

/* line 269, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_sticker {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  /* Adjust size as needed */
  height: auto;
}

/* line 278, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_sticker img {
  /*width: 100%;*/
  width: 90%;
  /* Ensures the image scales */
  height: auto;
}

/* line 285, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Keep text left-aligned */
  width: 100%;
  box-sizing: border-box;
}

/* line 294, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_content a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  /* Optional: keeps text from turning blue/purple */
}

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

/* line 311, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_img_wrapper {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  width: 100%;
  height: 190px;
  /* Fixed height */
  overflow: hidden;
  /* Ensures no layout shift */
  position: relative;
}

/* line 325, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_img {
  width: 100%;
  height: 190px;
  max-height: 190px;
  object-fit: cover;
}

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

/* line 350, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_points {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* Ensure alignment */
  gap: 10px;
  /* Add spacing between image and text */
  margin-bottom: 5px;
  width: 100%;
  /* Make sure it takes the full width */
  overflow: visible;
  /* Ensure no hidden overflow */
}

/* line 368, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_points img {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  /* Prevents it from shrinking */
  margin-right: 10px;
  /* Adjust spacing */
}

/* line 378, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_keeps_apply {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 386, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_keeps_apply img {
  width: 20px;
  margin-right: 10px;
}

/* line 391, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_keeps_wrapper {
  display: flex;
  flex-direction: row;
  margin-right: 3%;
  align-items: center;
}

/* line 398, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_card_keeps_wrapper img {
  width: 25px !important;
  height: 25px !important;
}

/* line 403, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keeps_count {
  display: flex;
  align-items: center;
  /* Centers the text vertically */
  justify-content: center;
  color: #00B4DE;
  font-style: bold;
  font-size: 10px;
  white-space: nowrap;
}

/* line 414, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_left_border {
  padding-left: 20px;
}

/* line 421, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button {
  color: white;
  border: none;
  cursor: pointer;
  height: 100%;
  border-radius: 50px;
  font-size: 12px;
  width: 100%;
}

/* line 436, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button {
  text-align: center;
}

/* line 440, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button span,
.job_apply_button a,
.job_apply_button button,
.job_apply_button input {
  /* Added button */
  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;
  /* Removes default button border */
  cursor: pointer;
}

/* line 460, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_non_link {
  padding: 10px 0;
}

/* TODO: Check if this is needed */
/* Keep the same background colors */
/*.job_apply_button span {
  background: #bdbdbd;
}*/
/* line 472, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button a,
.job_apply_button button,
.job_apply_button input {
  /* Apply same style to button */
  background: linear-gradient(to right, #5de0e6, #014bae);
  color: #fff !important;
}

/* Optional: Add hover effect */
/* line 481, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button button:hover,
.job_apply_button a:hover {
  background: linear-gradient(to right, #4ccbd6, #013a87);
  /* Slightly darker gradient */
}

/* line 488, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_link.disabled {
  background-color: #d3d3d3 !important;
  color: #808080 !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed;
}

/* Style for disabled button */
/* line 496, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_apply_button button.disabled {
  background-color: #d3d3d3 !important;
  color: #808080 !important;
  border: 1px solid #ccc !important;
  cursor: not-allowed;
  /* Remove the gradient when disabled */
  background: #d3d3d3 !important;
}

/* line 505, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.application_button_wrapper .job_apply_button {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
/* line 511, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.application_button_wrapper .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 527, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.application_button_wrapper .job_apply_button button:hover {
  background: linear-gradient(to right, #4ccbd6, #013a87) !important;
}
/* line 532, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.application_button_wrapper .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 542, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.main-text {
  font-size: 13px;
  font-weight: bold;
}

/* line 547, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.small-text {
  font-size: 10px !important;
  opacity: 0.8;
  display: block;
}

/* line 555, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.width_30p {
  width: 30%;
}

/* line 559, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.width_40p {
  width: 40%;
}

/* line 563, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.width_70p {
  width: 70%;
}

/*
  Modal section for level of interest
*/
/* line 571, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
  backdrop-filter: blur(8px);
  /* Blur effect */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* Push to bottom */
  z-index: 1000;
}

/* Fullscreen backdrop with blur effect */
@media (max-width: 670px) {
  /* line 591, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
  .job_modal {
    padding-top: 70% !important;
  }
}
/* Modal box taking up bottom 50% */
/* line 600, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.modal-content {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 20px 20px 0 0;
  /* Rounded top corners */
  border: 2px solid #00B4DE;
  padding: 20px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  animation: slideUp 0.3s ease-out;
  position: relative;
}

/* Slide-up animation */
@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* Close button (X) */
/* line 629, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: #766d6d;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* line 639, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.close-button:hover {
  color: #f96161;
  /* Turns red on hover */
}

/* Prevent scrolling when modal is open */
/* line 645, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.modal-open {
  overflow: hidden;
}

/* Titles */
/* line 650, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.modal_title {
  font-size: 16px;
  color: #00B4DE;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* line 657, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.modal_subtitle {
  font-size: 12px;
  color: #766d6d;
  margin-bottom: 30px;
}

/* Radio Button Styling */
/* line 664, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-group-wrapper {
  margin-top: 20px;
}

/* line 668, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 674, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

/* line 682, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-option label {
  font-size: 16px;
  color: #333;
}

/* Custom Radio Button Styling */
/* line 688, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-option input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B3E5FC;
  /* Light blue default */
  position: relative;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

/* When selected, change to dark blue with a checkmark */
/* line 701, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-option input[type="radio"]:checked {
  background-color: #0077CC;
  /* Dark blue */
}

/* Add white checkmark when selected */
/* line 707, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.radio-option input[type="radio"]:checked::after {
  content: "✔";
  font-size: 12px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 721, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.form-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

/* line 728, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit-button {
  background: white;
  border: 2px solid #00B4DE;
  color: #00B4DE;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

/* line 738, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit-button:hover {
  background: #00B4DE;
  color: white;
}

/* line 743, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.cancel-button {
  background: #bdbdbd;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 754, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_wrapper {
  padding: 50px 5% 50px;
  box-sizing: border-box;
  background: #E5F7FC;
}

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

/* line 766, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keep_job_index_item_delete_button_wrapper {
  position: absolute;
  top: -4px;
  right: -10px;
  line-height: 1;
}

/* line 773, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keep_job_index_item_delete_button_wrapper a {
  text-decoration: none;
  color: #E1E1E1;
}

/* line 778, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keep_job_index_item_delete_button_wrapper a i {
  font-size: 40px;
}

/* line 782, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keep_job_index_item_location_icon_wrapper img {
  width: 40%;
}

/* line 786, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.keep_job_index_item_salaly_wrapper {
  margin-bottom: 5px;
}

/* line 790, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_wrapper {
  margin-bottom: 50px;
}

/* line 794, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_company_name {
  font-weight: bold;
}

/* line 798, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_title {
  font-weight: bold;
  margin-top: 20px;
  font-size: 18px;
}

/* line 804, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_img_wrapper {
  width: 80%;
  height: 200px;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
}

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

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

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

/* line 835, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_subimg_inner:last-child {
  margin: 0;
}

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

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

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

@media (min-width: 670px) {
  /* line 872, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
  .job_show_common_button_wrapper {
    width: 670px;
  }
}
/* line 877, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_info_item_wrapper {
  margin: 50px 0 0;
}

/* line 881, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_info_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 887, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_info_item:last-child {
  margin-bottom: 0;
}

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

/* line 898, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_info_item_label_wrapper {
  width: 15%;
}

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

/* line 909, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_info_item_img_wrapper img {
  width: 100%;
}

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

/* line 917, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_tab_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 923, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_tab_label_wrapper {
  width: 30%;
  text-align: center;
}

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

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

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

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

/* line 954, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_wrapper,
.job_show_info_company_wrapper,
.job_show_info_campaign_wrapper {
  display: none;
}

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

/* line 966, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item,
.job_show_info_company_item,
.job_show_info_campaign_item {
  margin-bottom: 30px;
}

/* line 972, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item:last-child,
.job_show_info_company_item:last-child,
.job_show_info_campaign_item:last-child {
  margin-bottom: 0;
}

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

/* line 987, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_contents_item,
.job_show_info_company_item_contents_item,
.job_show_info_campaign_item_contents_item {
  margin-top: 20px;
}

/* line 993, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_company_item_contents_item {
  font-size: 15px;
}

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

/* line 1003, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_contents_item_work {
  font-size: 15px;
  margin-top: 10px;
}

/* line 1008, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_contents_item_feature_wrapper {
  margin-top: 10px;
}

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

/* line 1018, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_contents_item_feature_img,
.job_show_info_recruit_item_appeal_point_list_img {
  width: 100%;
  height: 100px;
  position: relative;
}

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

/* line 1035, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_appeal_point_list li.job_show_info_recruit_item_appeal_point_list_name_none {
  text-align: left;
}

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

/* line 1045, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_work_hour_remarks {
  margin-top: 20px;
}

/* line 1049, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_work_hour_feature {
  margin-top: 20px;
}

/* line 1053, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_work_hour_feature_title {
  margin: 0;
}

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

/* line 1064, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_holiday_feature_list {
  margin-top: 20px;
}

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

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

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

/* line 1091, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_recruit_item_welfare_wrapper {
  font-size: 15px;
  margin-top: 20px;
}

/* line 1097, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_new_wrapper {
  padding: 0 5% 50px;
  box-sizing: border-box !important;
  background: #E5F7FC;
}

/* line 1103, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_new_form_wrapper {
  margin-top: 40px;
}

/* line 1107, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_wrapper {
  margin-bottom: 50px;
}

/* line 1111, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_keep_wrapper {
  background: #F2F2F2;
}

/* line 1115, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_info_keep_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}

/* line 1122, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_delete_wrapper a {
  background: #bdbdbd;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}

/* line 1132, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_delete_wrapper a span {
  position: relative;
}

/* line 1136, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_delete_wrapper a span::before,
.job_delete_wrapper a span::after {
  content: "";
  border-top: 2px solid #fff;
  width: 20px;
  position: absolute;
  top: 17px;
  left: 8px;
}

/* line 1146, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_delete_wrapper a span::before {
  transform: rotate(45deg);
}

/* line 1150, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_delete_wrapper a span::after {
  transform: rotate(-45deg);
}

/* line 1154, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_keep_wrapper {
  width: 40%;
  margin-right: 2%;
}

/* line 1159, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_show_common_apply_wrapper {
  width: 49%;
}

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

/* line 1169, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_index_appeal_point_wrapper {
  margin: 15px 0 0 auto;
}

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

/* line 1183, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_index_employment {
  color: #fff;
  background: #00B4DE;
  border: none;
  padding: 2px 3px;
}

/* line 1190, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.sub_image_field {
  margin-bottom: 5px;
}

/* line 1194, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.img-max-width {
  max-width: 40%;
  height: auto;
  /* Maintain aspect ratio */
}

/* Ensure the buttons are styled consistently */
/* line 1201, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button,
.save_draft_button {
  width: 150px;
  /* Set a fixed width */
  height: 50px;
  /* Set a fixed height */
  padding: 10px;
  /* Adjust padding */
  font-size: 16px;
  /* Set a consistent font size */
  text-align: center;
  /* Center the text */
  border: 2px solid #000;
  /* Consistent border */
  border-radius: 5px;
  /* Optional: Rounded corners */
  background-color: #007bff;
  /* Button background color */
  color: #fff;
  /* Button text color */
  cursor: pointer;
  /* Pointer cursor on hover */
  box-sizing: border-box;
  /* Include padding and border in size */
}

/* Optional: Hover Effect */
/* line 1228, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button:hover,
.save_draft_button:hover {
  background-color: #0056b3;
  /* Darker background on hover */
}

/* Shared button styles for consistent width */
/* line 1235, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button,
.save_draft_button {
  display: inline-block;
  /* Ensure buttons behave like inline elements */
  width: 150px;
  /* Set a fixed width for consistency */
  padding: 10px;
  /* Add padding for spacing */
  font-size: 16px;
  /* Ensure text is consistent */
  text-align: center;
  /* Center text */
  border: 2px solid #000;
  /* Add a border */
  border-radius: 5px;
  /* Optional: Rounded corners */
  background-color: #007bff;
  /* Button background color */
  color: #fff;
  /* Button text color */
  cursor: pointer;
  /* Pointer cursor on hover */
  box-sizing: border-box;
  /* Include padding and border in size */
}

/* Optional hover effect */
/* line 1262, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button:hover,
.save_draft_button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

/* Shared button styles */
/* line 1269, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button,
.save_draft_button {
  display: inline-flex;
  /* Use flexbox for buttons */
  justify-content: center;
  /* Center the text horizontally */
  align-items: center;
  /* Center the text vertically */
  width: 150px;
  /* Set a consistent width */
  padding: 10px;
  /* Add padding for spacing */
  font-size: 16px;
  /* Ensure text is consistent */
  text-align: center;
  /* Center-align the text */
  border: 2px solid #000;
  /* Add a border */
  border-radius: 5px;
  /* Optional: Rounded corners */
  background-color: #007bff;
  /* Button background color */
  color: #fff;
  /* Button text color */
  cursor: pointer;
  /* Pointer cursor on hover */
  box-sizing: border-box;
  /* Include padding and border in size */
  white-space: normal;
  /* Allow text to wrap */
  word-wrap: break-word;
  /* Break long words if needed */
}

/* Ensure all buttons have the same height */
/* line 1304, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.custom-job-create-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* line 1310, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.custom-job-create-buttons .form_item_submit {
  flex: 1;
  /* Force equal width for all items */
  display: flex;
  /* Ensure child elements align properly */
  align-items: stretch;
  /* Make buttons match height */
}

/* line 1319, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.custom-job-create-buttons .form_item_submit input {
  flex: 1;
  /* Ensure the input takes full width */
  text-align: center;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  /* Allow wrapping of longer text */
  white-space: normal;
  /* Prevent text from staying in one line */
}

/* Optional hover effect */
/* line 1334, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button:hover,
.save_draft_button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

/* Shared button styles */
/* line 1341, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button,
.save_draft_button {
  display: inline-flex;
  /* Use flexbox to allow for alignment */
  flex-wrap: wrap;
  /* Ensure text can wrap */
  justify-content: center;
  /* Center-align the text horizontally */
  align-items: center;
  /* Center-align the text vertically */
  width: 150px;
  /* Set a fixed width */
  max-width: 100%;
  /* Ensure it doesn't exceed container width */
  padding: 10px;
  /* Add padding for spacing */
  font-size: 16px;
  /* Consistent text size */
  text-align: center;
  /* Center-align the text */
  border: 2px solid #000;
  /* Add a border */
  border-radius: 5px;
  /* Optional: Rounded corners */
  background-color: #007bff;
  /* Button background color */
  color: #fff;
  /* Button text color */
  cursor: pointer;
  /* Pointer cursor on hover */
  box-sizing: border-box;
  /* Include padding and border in size */
  white-space: normal;
  /* Allow text to wrap */
  word-break: break-word;
  /* Break long words when needed */
}

/* Ensure all buttons have the same height */
/* line 1380, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-create-buttons {
  display: flex;
  /* Use flexbox for the container */
  justify-content: center;
  /* Center-align buttons */
  gap: 10px;
  /* Space between buttons */
  align-items: stretch;
  /* Ensure all buttons match height */
}

/* Optional hover effect */
/* line 1392, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.submit_button:hover,
.save_draft_button:hover {
  background-color: #0056b3;
  /* Darker blue on hover */
}

/* line 1399, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
#form_sub_img_field_3 {
  margin-bottom: 0;
}

/* line 1403, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-thumb {
  display: block;
  text-decoration: none;
  background: #ade5f3;
  padding: 15px;
  border: 1px solid #ddd;
  color: black;
  transition: 0.3s;
  position: relative;
  /* Ensures absolute positioning works inside */
  overflow: hidden;
  /* Prevents layout breaking */
}

/* line 1417, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-thumb:hover {
  background: #e8e8e8;
}

/* line 1421, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-image {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  /* Adjust the size */
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  /* Circular image */
  border: 2px solid white;
}

/* line 1436, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job-thumb-content {
  padding-top: 80px;
  /* Ensures text doesn't overlap with the image */
  text-align: center;
}

/* Base styles for the salary input fields */
/* line 1445, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
.job_min_salaly,
.job_max_salaly {
  font-size: 14px;
  /* Default font size for screens less than or equal to 721px */
}

/* Apply styles only when the screen width is greater than 721px */
@media (min-width: 722px) {
  /* line 1454, /var/www/miyajob/app/assets/stylesheets/jobs.scss */
  .job_min_salaly,
  .job_max_salaly {
    font-size: 16px;
    /* Set the text size to 16px for screens wider than 721px */
  }
}
/* line 1, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_label_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* line 8, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_title_image {
  max-width: 100%;
  width: 90%;
  height: auto;
}

/* line 14, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.verified-icon {
  margin-left: 4px;
  vertical-align: middle;
}

/* line 21, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_content {
  max-width: 670px;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

/* line 30, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_company_link {
  text-decoration: none;
  color: black;
}

/* line 35, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs {
  width: 100%;
  margin-top: 20px;
}
/* line 39, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs .tab-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 46, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs .tab-item {
  width: 49%;
  margin-right: 2%;
}
/* line 50, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs .tab-item:last-child {
  margin-right: 0;
}
/* line 54, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs .tab-item .tab-button {
  font-size: 18px;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #0cc0df;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  background-color: #daf5f9;
  color: #0cc0df;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
/* line 70, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tabs .tab-item .tab-button.active {
  background-color: #0cc0df;
  color: #ffffff;
}

/* line 77, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.tab-content-container {
  width: 100%;
  background-color: #0cc0df;
  border-radius: 0 0 1rem 1rem;
  padding: 1rem;
  margin-top: -1px;
  margin-bottom: 2px;
  box-sizing: border-box;
}

/* line 88, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_form {
  width: 100%;
}

/* line 92, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #0cc0df;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0 0 1rem 1rem;
  padding-bottom: 20px;
}
/* line 103, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-left,
.keijiban_post_footer .post-footer-center,
.keijiban_post_footer .post-footer-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 111, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-center {
  position: relative;
  width: 80%;
}
/* line 115, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-center .post-input {
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1rem;
  margin-top: 5px;
}
/* line 125, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-center .clear-draft-button {
  margin-top: 2px;
  top: 4px;
  right: -10px;
  background: white;
  border: none;
  color: #0cc0df;
  font-size: 1rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
/* line 140, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-center .clear-draft-button:hover {
  color: #daf5f9;
}
/* line 146, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-right {
  width: 10%;
}
/* line 150, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button {
  background-color: white;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0a95b5;
  height: 34px;
  margin-top: 5px;
}
/* line 163, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button .check-icon {
  font-size: 1.5rem;
  position: relative;
  bottom: 5px;
}
/* line 169, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .post-footer-right .post-button .post-text {
  font-size: 0.9rem;
  font-weight: bold;
}
/* line 177, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_post_footer .entry-example-text {
  color: white;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

/* line 184, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.entry-example img {
  margin-left: 20px;
  width: 48px;
  height: 48px;
}

/* line 190, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_title_text {
  color: white;
}

/* line 194, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.comments_title {
  margin-left: 3px;
  font-size: 16px;
  color: white;
}

@media (max-width: 670px) {
  /* line 202, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .buffer_bottom {
    margin-bottom: 6px;
  }
}
/* line 208, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.sort-dropdown {
  margin-bottom: 1rem;
  text-align: right;
}

/* line 214, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 2px;
  font-family: "Helvetica Neue", sans-serif;
}
/* line 222, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
/* line 227, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-header .post-owner-info {
  font-weight: bold;
}
/* line 230, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-header .post-owner-info .age-gender {
  margin-left: 0.5rem;
  color: #555;
}
/* line 236, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-header .post-time {
  color: #888;
}
/* line 241, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-divider {
  border: none;
  border-top: 2px solid #4fd1eb;
  margin: 0.5rem 0;
}
/* line 247, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .see-more-button {
  margin-top: 8px;
  background: none;
  border: none;
  color: #4fd1eb;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: underline;
  text-align: right;
}
/* line 259, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-content {
  color: #000;
  font-size: 1rem;
  position: relative;
}
/* line 264, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-content .post-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.5;
  max-height: calc(1.5em * 4);
  transition: max-height 0.3s ease;
}
/* line 276, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-content.expanded .post-text {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
/* line 282, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-content .see-more-button {
  margin-top: 8px;
  background: none;
  border: none;
  color: #4fd1eb;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 0;
  text-decoration: underline;
  text-align: right;
}
/* line 296, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .footer-link {
  text-decoration: none;
  color: #4fd1eb;
}
@media (max-width: 670px) {
  /* line 302, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-post .footer-link {
    display: flex;
    flex-direction: column !important;
  }
}
/* line 308, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
/* line 313, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-footer .post-footer-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #0cc0df;
}
/* line 320, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}
/* line 325, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-footer .post-footer-group .send-message-link {
  color: #0cc0df;
  text-decoration: none;
  font-weight: bold;
}
/* line 331, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .post-footer .post-footer-group a .span {
  text-decoration: none;
}
/* line 337, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .keijiban_post-footer {
  display: flex;
  flex-direction: column;
  justify-items: space-between;
  margin-top: 1rem;
}
/* line 343, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .keijiban_post-footer .post-footer-group {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  color: #0cc0df;
  margin-top: 2px;
}
/* line 351, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-post .keijiban_post-footer .post-footer-group .footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 359, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.like-button {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Make text color normal */
  display: flex;
  /* To nicely line up image + text */
  align-items: center;
  /* Center vertically */
}
/* line 370, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.like-button .footer-icon {
  margin-right: 0.5rem;
  /* space between icon and text */
}

@media (max-width: 670px) {
  /* line 377, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .like-button {
    font-size: 12px;
  }
}
/* line 382, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.like-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #0cc0df;
  font-size: 0.9rem;
}
/* line 390, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.like-link:hover {
  color: #09a5c2;
}
/* line 394, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.like-link img.footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 400, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.show-like-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  color: #0cc0df;
  font-size: 0.9rem;
}
/* line 408, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.show-like-link:hover {
  color: #09a5c2;
}
/* line 412, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.show-like-link img.footer-icon {
  height: 1.2rem;
  width: auto;
}

/* line 420, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.message-button {
  display: flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #4fd1eb;
  /* Optional, make it match your design */
  font-size: 1rem;
}

/* line 433, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.show-message-button {
  display: flex;
  align-items: center;
  gap: 0.4em;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #4fd1eb;
  /* Optional, make it match your design */
  font-size: 1rem;
}

/* line 446, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.message-button-form {
  display: inline;
  /* Keep it from being a full-width form */
}

/* line 451, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban_back_button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #0cc0df;
  color: #fff;
  text-decoration: none;
}

/* line 460, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page {
  background-color: #0cc0df;
  padding-bottom: 2rem;
}
/* line 468, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button {
  display: inline-flex;
  /* <-- ADD flex! */
  align-items: center;
  /* <-- Center vertically */
  text-decoration: none;
  color: white;
  font-weight: bold;
  width: 100%;
}
/* line 478, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button .back-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  /* space between icon and text */
}
/* line 485, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .back-link a.keijiban_back_button .back-text {
  display: inline-block;
}
/* line 491, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .comments-section {
  margin-bottom: 4px;
}
/* line 497, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .keijiban-main-post {
  margin-bottom: 1rem;
}
/* line 502, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-show-page .comments-section h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 513, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.highlight-new-comment {
  animation: flash-highlight 2s ease-in-out;
}

@keyframes flash-highlight {
  0% {
    background-color: #ffff99;
  }
  100% {
    background-color: transparent;
  }
}
@media (min-width: 670px) {
  /* line 528, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-comment-form {
    padding: 0 2px;
  }
}
@media (max-width: 670px) {
  /* line 539, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-post .post-footer .post-footer-group {
    font-size: 12px;
  }
  /* line 544, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-post .footer-link {
    flex-direction: column !important;
  }
  /* line 547, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-post .footer-link a {
    flex-direction: column;
  }

  /* line 553, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .post-footer-group {
    font-size: 12px;
  }

  /* line 557, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .like-link {
    font-size: 12px;
    flex-direction: column;
  }

  /* line 562, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .show-like-link {
    font-size: 12px;
    flex-direction: row;
  }

  /* line 567, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .message-button {
    font-size: 12px;
    flex-direction: column;
  }

  /* line 572, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .show-message-button {
    font-size: 12px;
    flex-direction: row;
  }
}
/* line 578, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.post_delete {
  display: flex;
  justify-content: flex-end;
}
/* line 582, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.post_delete a {
  justify-content: flex-end;
}

/* line 587, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form {
  position: fixed;
  bottom: 0;
  max-width: 668px;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  z-index: 1000;
  /* float above other content */
}
/* line 600, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
/* line 606, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left,
.keijiban-comment-form .keijiban_post_footer .post-footer-center,
.keijiban-comment-form .keijiban_post_footer .post-footer-right {
  display: flex;
  align-items: center;
}
/* line 613, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left {
  margin-right: 1rem;
}
/* line 616, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-left .entry-example {
  margin-right: 0.5rem;
}
/* line 621, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center {
  flex-grow: 1;
  position: relative;
}
/* line 625, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .post-input {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  resize: none;
}
/* line 632, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-center .clear-draft-button {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
/* line 644, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right {
  margin-left: 1rem;
}
/* line 647, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button {
  background-color: #4fd1eb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border: none;
  cursor: pointer;
}
/* line 658, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .check-icon {
  margin-right: 0.3rem;
}
@media (max-width: 670px) {
  /* line 666, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right {
    margin-left: 1rem;
    width: 10%;
  }
  /* line 670, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button {
    background-color: #4fd1eb;
    color: white;
    padding: 0.5rem;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  /* line 685, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .check-icon {
    margin-right: 0.3rem;
  }
  /* line 689, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
  .keijiban-comment-form .keijiban_post_footer .post-footer-right .post-button .post-text {
    font-size: 0.9rem;
  }
}

/* line 698, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.blank {
  /* style your real buttons */
  padding: 8px 16px;
  background-color: #4fd1eb;
  color: white;
  border-radius: 4px;
  text-align: center;
}

/* line 707, /var/www/miyajob/app/assets/stylesheets/keijiban.scss */
.blank.invisible {
  /* invisible but takes space */
  visibility: hidden;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_wrapper {
  padding: 0 5% 50px;
  box-sizing: border-box;
  background: #E5F7FC;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 16, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_filler {
  flex-grow: 1;
}

/* line 20, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_index_wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

/* line 27, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item {
  display: flex;
}

/* line 31, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item a {
  display: flex;
  align-items: center;
  padding: 20px 5%;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
  text-decoration: none;
  color: #666;
  width: 100%;
}

/* line 42, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_img_wrapper {
  width: 10%;
  height: 40px;
  margin-right: 5%;
  position: relative;
}

/* line 49, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 58, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_right_wrapper {
  width: 85%;
}

/* line 62, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_up_wrapper {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #bdbdbd;
}

/* line 69, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_classification {
  margin: 0 auto 0 0;
}

/* line 73, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_date {
  margin: 0 0 0 auto;
}

/* line 77, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.notification_item_message {
  margin: 5px 0 0;
}

/* line 81, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_item {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  width: 100%;
}

/* line 88, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_item a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  width: 100%;
}

/* line 97, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_img {
  flex: 1;
}

/* line 101, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_img img {
  flex: 1;
  width: 60%;
}

/* line 106, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_ident_wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  /* Centers content vertically */
  justify-content: center;
  /* Optional: Centers horizontally if needed */
  margin-right: 10px;
}

/* line 117, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_contents_wrapper {
  max-width: 85%;
  flex: 9;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 125, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_info_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* Push elements apart */
  align-items: center;
  width: 100%;
}

/* line 134, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_message {
  flex: 1;
  /* Allow it to take up available space */
  white-space: nowrap;
  /* Prevents wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds '...' if text is too long */
}

/* line 144, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_date {
  flex-shrink: 0;
  /* Prevents it from shrinking */
  margin-left: 10px;
  /* Add spacing from the message */
}

/* line 151, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_item a {
  text-decoration: none;
  /* Remove underline */
  color: inherit;
  /* Inherit text color from parent */
}

/* line 158, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_message,
.user_notification_date {
  color: black;
  /* Set text to black or any desired color */
}

/* line 164, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_unchecked {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

/* line 173, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_contents_show_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 8px;
  background-color: white;
  padding: 10px 0;
}

/* line 182, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_sender {
  font-size: large;
  margin-left: 35px;
}

/* line 187, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_line {
  width: 80%;
  height: 2px;
  /* Adjust thickness as needed */
  background-color: #66d7ed;
  margin: 0 auto;
  /* Centers it horizontally */
}

/* line 197, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* Push elements apart */
  align-items: center;
  width: 100%;
}

/* line 206, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.user_notification_preview {
  flex: 1;
  /* Allow it to take up available space */
  white-space: nowrap;
  /* Prevents wrapping */
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 35px;
}

/* line 216, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.small_text_with_triangle {
  font-size: 0.9em;
  /* Slightly smaller than normal */
  color: #4fd1eb;
  display: flex;
  align-items: center;
  gap: 5px;
  /* Space between text and triangle */
  margin-right: 20px;
}

/* line 227, /var/www/miyajob/app/assets/stylesheets/notifications.scss */
.small_text_with_triangle::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #4fd1eb;
  /* Triangle color */
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
/* line 5, /var/www/miyajob/app/assets/stylesheets/password_resets.scss */
.password_reset_container {
  margin-left: 20px;
}

/* line 9, /var/www/miyajob/app/assets/stylesheets/password_resets.scss */
.password-reset-form-control {
  width: 100%;
  /* Ensure fields are full width */
  padding: 10px;
  /* Add some padding for better UI */
  margin-top: 5px;
  /* Ensure space between label and field */
  margin-bottom: 15px;
  /* Space between fields */
}

/* line 20, /var/www/miyajob/app/assets/stylesheets/password_resets.scss */
.password-reset-form-group {
  display: block;
  margin-bottom: 20px;
}

/* line 25, /var/www/miyajob/app/assets/stylesheets/password_resets.scss */
.password-reset-form-group label {
  display: block;
  /* Ensure label is on a separate line */
  font-weight: bold;
}

/* line 31, /var/www/miyajob/app/assets/stylesheets/password_resets.scss */
.password_reset_container h1 {
  margin-bottom: 20px;
}
@charset "UTF-8";
/* line 6, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_index_item_top_right_wrapper {
  width: 60%;
}

/* line 10, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_index_item_top_right_button {
  color: #fff;
  background: #00b7e0;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 23px 10px;
}

/* line 20, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_index_item_top_right_button span {
  width: 100%;
  text-align: center;
}

/* line 29, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_index_item_top_right_button span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 10px solid #fff;
}

/* line 40, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button {
  width: 90%;
}

/* line 44, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.full_size_scout {
  width: 90%;
}
@media (max-width: 670px) {
  /* line 44, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
  .full_size_scout {
    width: 100%;
  }
}

/* line 52, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_wrapper {
  display: none;
}

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

/* line 70, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button span img {
  width: 30px;
  margin-right: 5px;
}

/* line 75, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button span.done {
  background: #bdbdbd;
}

/* line 79, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}

/* line 91, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_jobs_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  gap: 4px;
}

/* line 100, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.user_index_item_scout_button_wrapper {
  width: 100%;
}

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

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

/* line 147, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_mark_wrapper {
  text-align: right;
  padding-right: 20px;
  font-size: 25px;
}

/* line 153, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_midashi {
  margin: 0 0 10px;
}

/* line 157, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_select select {
  width: 50%;
  height: 35px;
}

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

/* line 175, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_submit {
  margin-top: 10px;
}

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

/* line 189, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.chat_link {
  padding: 14px 0 !important;
}

/* Increase font size for larger screens */
@media (min-width: 721px) {
  /* line 196, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
  .scout_button_select select {
    font-size: 16px;
    /* Font size for medium screens and larger */
  }

  /* line 201, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
  .scout_button_text_area {
    font-size: 16px;
  }

  /* line 205, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
  .scout_button_text_area textarea {
    width: 100%;
  }

  /* line 209, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
  .scout_button_submit {
    font-size: 16px;
  }
}
/* line 214, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_button_doing {
  cursor: pointer;
}

/* line 218, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.done {
  cursor: not-allowed;
  font-size: 12px;
}

/* line 223, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 236, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* line 244, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 251, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 258, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.modal-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* line 266, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 20px;
  justify-content: space-between;
}

/* line 274, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item.center-content {
  justify-content: center;
}

/* line 278, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item:last-child {
  margin-bottom: 0;
}

/* line 282, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_title {
  margin: 0;
  width: 30%;
  text-align: center;
}

/* line 288, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_title span {
  width: 80%;
  display: inline-block;
  text-align: center;
  background: #F6EEEE;
  padding: 5px 0;
  border-radius: 30px;
  font-size: 12px;
}

/* line 299, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_done {
  width: 70%;
  text-align: center;
  background: #f1f1f1;
  padding: 5px 0;
  border-radius: 10px;
}

/* line 307, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_button_wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}

/* line 314, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_approval_button {
  width: 70%;
}

/* line 318, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_job_approval_button {
  width: 70%;
}

/* line 322, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_job_approval_button a {
  padding: 5px 0 !important;
}

/* line 326, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_job_approved_button {
  width: 70%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  align-content: center;
}

/* line 337, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_button_wrapper a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 345, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_button_wrapper .scouted_index_item_down_item_approval_button a {
  background: #00b7e0;
  color: #fff;
  height: 100%;
  position: relative;
}

/* line 352, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_approval_button a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 13px;
}

/* line 362, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_non_approval_button {
  width: 30%;
  margin-left: 2%;
}

/* line 367, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scouted_index_item_down_item_non_approval_button a {
  background: #fff;
  color: #B4B4B4;
  border: 1px solid #B4B4B4;
  font-size: 12px;
  padding: 5px 0;
  border-radius: 10px;
}

/* line 376, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.non_approval_icon {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1;
}

/* line 384, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_card_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 390, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout-capsule_wrapper {
  margin: 3%;
}

/* line 394, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_card_bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-left: 20%;
  width: 100%;
  justify-content: flex-start;
}
/* line 404, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_card_bottom .scout-capsule {
  background-color: white;
  border: 2px solid #18bee3;
  border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  color: #18bee3;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
/* line 417, /var/www/miyajob/app/assets/stylesheets/scouts.scss */
.scout_card_bottom .job-title {
  color: black;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.box_with_tab {
  position: relative;
  background-color: #4fd1eb;
  padding: 20px 20px 0 20px;
  border: 1px solid #4fd1eb;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 15, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.tab_text {
  position: absolute;
  top: -20px;
  /* Adjust to push it above the box */
  /* Adjust to push it from the left edge */
  background-color: #4fd1eb;
  color: white;
  /* Adjust tab background color */
  padding: 5px 10px;
  border: 1px solid #4fd1eb;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

/* line 32, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form {
  /* Add some space to the left to avoid overlap */
  padding-right: 10px;
}

/* line 38, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

/* Styling for the white rectangular box */
/* line 46, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* Left section (40%) with image and text */
/* line 58, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_label_container {
  display: flex;
  align-items: center;
  width: 40%;
  gap: 10px;
  padding-left: 10px;
}

/* Image wrapper (10%) */
/* line 67, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_label_img_wrapper {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_label_img_wrapper img {
  width: 40px;
  height: 40px;
}

/* Label text (30%) */
/* line 80, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_label_wrapper {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}

/* Right section (60%) for input fields */
/* line 89, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_field_wrapper {
  width: 60%;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_half_sized_item_field_wrapper {
  width: 30%;
}

/* Input styling (grey rectangles with darker grey outline) */
/* line 99, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_field_wrapper select {
  width: 100%;
  height: 40px;
  padding: 8px;
  font-size: 14px;
  border-radius: 8px;
  border: 2px solid #a6a6a6;
  background-color: #f5f5f5;
}

/* line 109, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_field_wrapper input {
  width: 90%;
  padding: 8px;
  font-size: 14px;
  border-radius: 8px;
  border: 2px solid #a6a6a6;
  background-color: #f5f5f5;
}

/* line 119, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_detail_text {
  margin-left: 20px;
}

/* Small number input */
/* line 124, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_number_input {
  width: auto;
  min-width: 50px;
  text-align: center;
}

/* line 130, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_item_submit_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

/* line 138, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_form_submit {
  background-color: #daf5f9;
  color: #4fd1eb;
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 16px;
  border: none;
  /* Remove border */
  outline: none;
  /* Remove outline */
  box-shadow: none;
  /* Remove any shadow */
  text-align: center;
  /* Ensure text is centered */
  cursor: pointer;
  /* Change cursor to pointer for better user interaction */
}

/* line 157, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_job_wrapper {
  padding: 30px 5% 0;
  box-sizing: border-box;
  background: #E5F7FC;
}

/* line 163, /var/www/miyajob/app/assets/stylesheets/searches.scss */
.search_job_form_wrapper {
  margin-bottom: 50px;
}
@charset "UTF-8";
/* line 6, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
  align-items: center;
  background-image: url(/assets/cloud_background-4c74cd852f383b87e77d53402ba008a92da3b166522817a8ab379aa0d2059950.svg);
  background-size: 100%;
  background-position: center top;
}

/* line 20, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_title {
  background-color: white;
  margin-top: 20px;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4fd1eb;
  font-weight: bold;
  font-size: 18px;
}

/* line 31, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_login_wrapper {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  max-width: 100vw;
  width: 80%;
}

/* line 41, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_login_form_wrapper {
  margin-top: 10px;
}

/* line 45, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_label_wrapper {
  background-color: white;
  padding-top: 5px;
  color: #4fd1eb;
  font-size: 18px;
}

/* line 53, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.forgot_password_wrapper {
  text-align: left;
}

/* line 58, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.forgot_password_text {
  color: #227ed7;
  font-size: 16px;
}

/* line 63, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.forgot_password_link {
  color: #0066cc;
  text-decoration: underline;
  font-weight: bold;
}

/* line 69, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.forgot_password_link:hover {
  color: #004499;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.centered_button {
  display: flex;
  justify-content: center;
}

/* line 79, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_form_item_submit {
  width: 75%;
  text-align: center;
  margin-top: 40px;
}

/* line 85, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_form_item_submit input {
  width: 80%;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
  padding: 15px 0;
  background: #30aadd;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 99, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_form_item_submit input:hover {
  background: #34a2d1;
  /* New color when hovered */
}

/* line 104, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_form_item_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 117, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_form_item_submit a:hover {
  background: #34a2d1;
}

/* line 122, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_login_SNS_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100vw;
  width: 75%;
  background: white;
  border: 2px solid #30aadd;
  padding: 20px;
  border-radius: 15px;
}

/* line 136, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_SNS_login_text {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

/* line 145, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_SNS_login_text_text {
  color: #60c1e8;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

/* line 153, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_SNS_underline {
  width: 80%;
  max-width: 250px;
  margin-top: -8px;
}

/* line 160, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_SNS_links {
  display: flex;
  justify-content: space-around;
  width: 80%;
  max-width: 300px;
}

/* line 167, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_SNS_icon_wrapper img {
  width: 70px;
  height: auto;
}

/* line 172, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_signup_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 180, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_signup_button {
  width: 60%;
  max-width: 400px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  background: #30aadd;
  border: none;
  font-weight: bold;
}

/* line 195, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_signup_button:hover {
  background: #34a2d1;
}

/* line 200, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_signup_text {
  justify-content: center;
}

/* line 204, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_form_wrapper {
  margin-top: 40px;
}

/* line 208, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.session_new_mail_wrapper a {
  background: #fff;
  border: 2px solid #ED6A6A;
  color: #ED6A6A;
  font-weight: bold;
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.form_item_remember {
  text-align: center;
  margin-top: 30px;
}

/* line 220, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.form_item_remember input[type="checkbox"] {
  display: none;
}

/* line 226, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.form_item_remember input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

/* line 235, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.form_item_remember input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #F88186;
  /* 枠の色変更 お好きな色を */
  background-color: #F88186;
  /* 背景の色変更 お好きな色を */
}

/* line 252, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.form_item_remember input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #fff;
  /* チェックの色変更 お好きな色を */
}

/* line 269, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.password_field {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

/* line 276, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.password_field input {
  flex: 1;
  padding-right: 30px;
}

/* line 281, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #666;
  width: 20px;
  height: 20px;
}

/* line 291, /var/www/miyajob/app/assets/stylesheets/sessions.scss */
.fix_height_lock {
  top: 10px;
}
/* line 6, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_section {
  box-sizing: border-box;
  background: #E5F7FC;
  padding-top: 40px;
}

/* line 12, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_wrapper {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  margin: 0px auto 0;
}

/* line 21, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_title {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* line 30, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_inner {
  padding-top: 15px;
}

/* line 34, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_item_title {
  margin: 0;
}

/* line 38, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_item_list_wrapper {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

/* line 44, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_item {
  margin-bottom: 30px;
}

/* line 48, /var/www/miyajob/app/assets/stylesheets/terms.scss */
.terms_item:last-child {
  margin-bottom: 0;
}
@charset "UTF-8";
/* line 9, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_wrapper {
  width: 100%;
}

/* line 14, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_header_section {
  background: #FBF8E7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

/* line 22, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_header_jobsize span,
.top_header_usersize span {
  color: #EB3B43;
}

/* line 27, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_hero_wrapper {
  display: flex;
  align-content: space-around;
  align-items: center;
  background-image: url(/assets/top_background-ffca773ccd0dfbc1311684be01489a88e3150d290ced548b691392c5342a1899.png);
  background-size: 110% 448px;
  /* Ensures 80% of the width is always visible */
  /* Centers the image horizontally */
  background-repeat: no-repeat;
  /* Prevents image tiling */
  flex-direction: column;
  /*width: 85%;*/
  /*position: relative;*/
}

/* line 45, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keyvisual_wrapper {
  display: flex;
  justify-content: left;
  position: relative;
  max-width: 100%;
  width: 100%;
}

/* line 54, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_view {
  width: 100%;
  background-color: #6bd5ed;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  padding-top: 20px;
  font-family: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'Yu Gothic Rounded', sans-serif;
  font-weight: 500;
  color: white;
  text-align: center;
}

/* line 69, /var/www/miyajob/app/assets/stylesheets/top.scss */
.birds_img {
  width: 20%;
  align-self: flex-end;
  margin-top: 1rem;
  margin-right: 20px;
}

/* line 76, /var/www/miyajob/app/assets/stylesheets/top.scss */
.main_text {
  font-size: 4.5vw;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* line 76, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .main_text {
    font-size: 1.8rem;
  }
}

/* line 88, /var/www/miyajob/app/assets/stylesheets/top.scss */
.bubble_logo {
  width: 66%;
  margin-bottom: 1.5rem;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/top.scss */
.announcement_section {
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: flex-start;
}
/* line 99, /var/www/miyajob/app/assets/stylesheets/top.scss */
.announcement_section .announcer_img {
  width: 25%;
  margin-right: 1rem;
}
/* line 104, /var/www/miyajob/app/assets/stylesheets/top.scss */
.announcement_section .announcement_text {
  font-size: 4vw;
  color: black;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 104, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .announcement_section .announcement_text {
    font-size: 1.4rem;
  }
}

/* line 118, /var/www/miyajob/app/assets/stylesheets/top.scss */
.white_band {
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
/* line 126, /var/www/miyajob/app/assets/stylesheets/top.scss */
.white_band .band_link {
  font-size: 3.8vw;
  color: black;
  font-weight: bold;
  text-decoration: none;
  margin: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  /* line 126, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .white_band .band_link {
    font-size: 1.4rem;
  }
}
/* line 141, /var/www/miyajob/app/assets/stylesheets/top.scss */
.white_band .band_link a {
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
}
/* line 147, /var/www/miyajob/app/assets/stylesheets/top.scss */
.white_band .band_link a img {
  width: 10px;
  height: auto;
  margin-left: 6px;
}
@media (min-width: 768px) {
  /* line 147, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .white_band .band_link a img {
    width: 16px;
  }
}

/* line 160, /var/www/miyajob/app/assets/stylesheets/top.scss */
.job_search_text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
  color: white;
}

/* line 171, /var/www/miyajob/app/assets/stylesheets/top.scss */
.miyako_map {
  position: relative;
}

/* line 176, /var/www/miyajob/app/assets/stylesheets/top.scss */
.miyako_map img {
  opacity: 0.9;
  left: 20%;
  width: 90%;
}

/* line 182, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_text_search_wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: left;
  max-width: 100%;
  width: 70%;
  right: 5%;
  z-index: 2;
}

/* line 193, /var/www/miyajob/app/assets/stylesheets/top.scss */
.miyako_shigoto_text {
  margin-left: 5%;
  margin-top: 80px;
  margin-bottom: 20px;
  color: #00B4DE;
}

/* line 200, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_searchbar_wrapper {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: 20px 0;
}

/* line 207, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_searchbar_form {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 600px;
}

/* line 215, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_searchbar {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px 6px 6px 50px;
  overflow: hidden;
  flex-grow: 1;
  height: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex: 8;
}

/* line 227, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 0 12px;
  height: 100%;
}

/* line 236, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_icon img {
  width: 24px;
  height: 24px;
}

/* line 241, /var/www/miyajob/app/assets/stylesheets/top.scss */
.custom-text-field {
  flex-grow: 1;
  border: none;
  outline: none;
  font-size: 16px;
  padding: 10px 12px;
  font-family: 'Zen Maru Gothic', sans-serif;
  border-radius: 0 6px 6px 0;
}

/* line 251, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_button {
  background: #ffc107;
  color: white;
  border: none;
  padding: 10px 20px;
  height: 50px;
  border-radius: 6px 50px 50px 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
}

/* line 266, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_image img {
  width: 100%;
  max-width: 230px;
  height: auto;
  display: block;
}

/* line 273, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_buttons_container {
  width: 75%;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: visible;
}

/* line 282, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_button_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 288, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_button_wrapper .hero_action_button_image {
  width: 140px;
  z-index: 1;
  position: relative;
}
@media (min-width: 670px) {
  /* line 288, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .hero_action_button_wrapper .hero_action_button_image {
    width: 230px;
  }
}
/* line 299, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_button_wrapper.hero_action_left .hero_decoration_left {
  position: absolute;
  bottom: 6px;
  left: -44px;
  width: 120px;
  height: 42px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 670px) {
  /* line 299, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .hero_action_button_wrapper.hero_action_left .hero_decoration_left {
    height: 67px;
    left: -32px;
  }
}
/* line 315, /var/www/miyajob/app/assets/stylesheets/top.scss */
.hero_action_button_wrapper.hero_action_right .hero_decoration_right {
  position: absolute;
  top: 45%;
  transform: translateY(-50%) translateX(20%);
  right: -30px;
  width: 120px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 670px) {
  /* line 315, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .hero_action_button_wrapper.hero_action_right .hero_decoration_right {
    height: 47px;
    right: -25px;
  }
}

/* line 335, /var/www/miyajob/app/assets/stylesheets/top.scss */
.custom-text-field {
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 5px;
  background: white;
}

/* line 345, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_keyvisual_wrapper {
  display: flex;
  align-content: space-around;
  align-items: center;
  background-size: 110% 448px;
  /* Ensures 80% of the width is always visible */
  /* Centers the image horizontally */
  background-repeat: no-repeat;
  /* Prevents image tiling */
  flex-direction: column;
  width: 100vw;
  /*width: 85%;*/
  /*position: relative;*/
}

/* line 364, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_keyvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 2%;
  padding-bottom: 3%;
  box-sizing: border-box;
  max-width: 670px;
  background-color: #00b7e0;
}

/* line 377, /var/www/miyajob/app/assets/stylesheets/top.scss */
.tab_figure_left {
  position: absolute;
  top: -60px;
  left: 2.66%;
  width: 75px;
  z-index: 6;
  pointer-events: none;
}
@media (min-width: 670px) {
  /* line 377, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .tab_figure_left {
    left: 8.66%;
    width: 95px;
  }
}

/* line 392, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_keyvisual_tab {
  position: absolute;
  top: -40px;
  left: 14.66%;
  width: 55%;
  background-color: #00b7e0;
  color: white;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.7rem;
  z-index: 5;
}
@media (min-width: 670px) {
  /* line 392, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_job_keyvisual_tab {
    width: 45%;
  }
}

/* line 414, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_keyvisual {
  display: flex;
  flex-direction: column;
  /* 50% opacity */
  padding-top: 2%;
  padding-bottom: 3%;
  box-sizing: border-box;
  max-width: 670px;
  background-color: rgba(234, 249, 252, 0.5);
}

/*
New Carousel attempt
*/
/* line 433, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_carousel_wrapper {
  padding: 20px 5%;
  background: transparent;
  box-sizing: border-box;
  margin-bottom: 10px;
}

/* line 440, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_carousel_outer_wrapper {
  height: 400px;
}

/* line 444, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_carousel_outer_wrapper .slick-list {
  padding-left: 392px !important;
}
@media (min-width: 670px) {
  /* line 444, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_job_carousel_outer_wrapper .slick-list {
    padding-left: 165px !important;
  }
}

/* line 452, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_list_wrapper {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
}
/* line 461, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_list_wrapper .slick-slide {
  margin: 0 5px !important;
}

/* line 466, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_job_list_wrapper li {
  max-width: 250px;
  width: 100%;
  max-height: 400px;
  margin: 0 20px;
}

/* line 474, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_carousel_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
/* line 482, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_carousel_title img {
  width: 80%;
}

/* line 490, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_carousel_outer_wrapper {
  display: flex;
  flex-direction: column;
  /* 👈 Important to stack posts and link vertically */
  justify-content: space-between;
  /* 👈 Pushes list to top and link to bottom */
  height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #daf5f9;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  padding-bottom: 30px;
  /* uniform padding */
  border-radius: 12px;
}

@media (max-width: 670px) {
  /* line 509, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_keijiban_carousel_outer_wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
}
/* line 516, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_list_wrapper {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
}
/* line 524, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_list_wrapper .slick-list {
  height: 190px;
  padding: 50px 0px;
}

@media (max-width: 670px) {
  /* line 531, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_keijiban_list_wrapper {
    max-height: 190px;
  }
  /* line 534, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_keijiban_list_wrapper .slick-list {
    height: 160px !important;
  }
}
/* line 540, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_list_wrapper li {
  max-width: 90%;
  width: 90%;
  max-height: 200px;
  margin: 0 20px;
}

/* line 547, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_posts_all_link_wrapper {
  display: flex;
  justify-content: flex-end;
  /* 👈 better than 'right' */
  align-items: flex-end;
  margin-top: 10px;
}
/* line 554, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_keijiban_posts_all_link_wrapper a {
  text-decoration: none;
  color: #007acc;
  font-weight: bold;
  font-size: 0.9rem;
}

/*
.slick-slide {
  margin: 0 5px !important;
}*/
/* line 569, /var/www/miyajob/app/assets/stylesheets/top.scss */
.slick_prev {
  right: 10%;
}

/* line 573, /var/www/miyajob/app/assets/stylesheets/top.scss */
.slick-next {
  right: 30px;
}

/*.slick_next {
  left: 10%;
}*/
/* line 581, /var/www/miyajob/app/assets/stylesheets/top.scss */
.a-left,
.a-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  /* Adjust size */
  height: 40px !important;
  cursor: pointer;
  z-index: 10;
}

/* line 593, /var/www/miyajob/app/assets/stylesheets/top.scss */
.a-left {
  left: 50px !important;
  /* Adjust position */
}

/* line 598, /var/www/miyajob/app/assets/stylesheets/top.scss */
.a-right {
  right: -50px;
  /* Adjust position */
}

/* line 603, /var/www/miyajob/app/assets/stylesheets/top.scss */
.a-left:hover,
.a-right:hover {
  opacity: 0.8;
}

/* line 608, /var/www/miyajob/app/assets/stylesheets/top.scss */
.slick-slider {
  z-index: 1;
  /* Keep slider below modal */
}

/* line 614, /var/www/miyajob/app/assets/stylesheets/top.scss */
#applicationModal {
  z-index: 1000;
  /* Ensure modal appears above slider */
  position: fixed;
}

@media (min-width: 671px) {
  /*.slick-next {
    top: 480px !important;
    right: 355px !important;
  }*/
  /* line 630, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .a-left {
    top: 110% !important;
    left: 300px !important;
  }

  /* line 635, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_new_job_all_link_wrapper {
    margin-top: 20px !important;
    margin-right: 100px;
    max-width: 670px;
  }
  /* line 640, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_new_job_all_link_wrapper a {
    color: white;
    font-weight: bold;
  }
}
/* line 648, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_new_job_all_link_wrapper {
  display: flex;
  justify-content: right;
  margin-top: 10px;
  margin-right: 20px;
}

/* line 659, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_search_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
  align-items: center;
  background-image: url(/assets/cloud_background-4c74cd852f383b87e77d53402ba008a92da3b166522817a8ab379aa0d2059950.svg);
  background-size: 100%;
  background-position: center top;
}

/* line 674, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_search_inner_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 90%;
}

/* line 681, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_main_title_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

/* line 690, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_main_title {
  background-color: #00B4DE;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 20px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

/* line 704, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_title_image {
  position: absolute;
  left: -40px;
  top: -20px;
  width: 90px;
  height: auto;
  z-index: 2;
}

/* line 713, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_suggestions {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 100%;
}

/* line 721, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: large;
  gap: 10px;
}

@media (max-width: 670px) {
  /* line 731, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .way_of_working_search_wrapper {
    width: 100%;
  }

  /* line 735, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .way_of_working_main_title {
    width: 95%;
  }

  /* line 739, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .way_of_working_title_image {
    left: -12px;
  }
}
/* line 744, /var/www/miyajob/app/assets/stylesheets/top.scss */
.way_of_working_carousel_wrapper {
  max-width: 100vw;
  width: 100%;
}

/* line 749, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_banner_item_inner {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 758, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_banner_item_rect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 60px !important;
  margin: 10px 10px;
  padding: 10px 10px;
  background-color: #30aadd;
  border-radius: 15px;
  text-align: center;
}
/* line 770, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_search_banner_item_rect a {
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
}

/* line 788, /var/www/miyajob/app/assets/stylesheets/top.scss */
.DEI_cluster_divider {
  display: flex;
  justify-content: center;
  max-width: 100vw;
  width: 100%;
  margin-top: 50px;
}

/* line 797, /var/www/miyajob/app/assets/stylesheets/top.scss */
.DEI_cluster_divider_image {
  width: 50%;
}

/* line 801, /var/www/miyajob/app/assets/stylesheets/top.scss */
.SNS_cards_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
}

/* line 812, /var/www/miyajob/app/assets/stylesheets/top.scss */
.SNS_cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* line 819, /var/www/miyajob/app/assets/stylesheets/top.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 835, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_lower_banner_wrapper a img {
  max-width: 100vw;
  width: 100%;
}

/* line 840, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_lower_banner_wrapper li {
  width: 100%;
  text-align: center;
}

/* line 846, /var/www/miyajob/app/assets/stylesheets/top.scss */
.SNS_card_link {
  max-width: 100vw;
  width: 100%;
}

/* line 851, /var/www/miyajob/app/assets/stylesheets/top.scss */
.SNS_card_link_small {
  max-width: 100vw;
  width: 100%;
}

/* line 856, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_lower_banner_wrapper li img {
  max-width: 100vw;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 863, /var/www/miyajob/app/assets/stylesheets/top.scss */
.top_redirect_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: white;
  background-color: 00B4DE;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media (max-width: 670px) {
  /* line 883, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_hero_wrapper {
    width: 100%;
    max-width: 100%;
    background-size: 100% 370px;
  }

  /* line 889, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_keyvisual_wrapper {
    display: flex;
    justify-content: left;
    position: relative;
    /* max-width: 80%;
    width: 80%; */
    /* That was previous */
    max-width: 100%;
    width: 100%;
  }

  /* line 902, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .miyako_map {
    position: relative;
    /*left: -10%;*/
    width: 60%;
  }

  /* line 909, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .miyako_map img {
    max-width: auto;
    width: 90%;
    z-index: 1;
  }

  /* line 916, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_text_search_wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 100%;
    /*width: 80%;*/
    width: 60%;
    right: 5%;
    bottom: 48%;
    z-index: 2;
  }

  /* line 929, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .miyako_shigoto_text {
    margin-left: 5%;
    margin-top: 80px;
    margin-bottom: 20px;
    color: #00B4DE;
    font-size: 14px;
  }

  /* line 939, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_searchbar_wrapper form {
    width: 100%;
  }

  /* line 943, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_searchbar_wrapper form input {
    width: 100%;
  }

  /* line 947, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_job_carousel_outer_wrapper {
    width: 100%;
    max-width: 100%;
  }

  /* line 954, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_job_list_wrapper {
    width: 450px;
  }

  /* line 958, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .a-left {
    left: 15px !important;
    /* Adjust position */
  }

  /* line 963, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .a-right {
    right: 5px !important;
  }

  /* line 968, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_search_button {
    width: 30%;
    padding: 10px 10px;
  }

  /* line 973, /var/www/miyajob/app/assets/stylesheets/top.scss */
  .top_jobs_carousel_wrapper {
    width: 80%;
  }

  /*.slick-next {
    right: 5px !important;
  }*/
}
@charset "UTF-8";
/* line 6, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_wrapper {
  padding: 0 5% 0;
  box-sizing: border-box;
  background: #E5F7FC;
}

/* line 12, /var/www/miyajob/app/assets/stylesheets/users.scss */
.horizontal_justification_wrapper user_new_form_wrapper medium_width {
  margin-top: 50px;
}

/* line 16, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_wrapper {
  margin-top: 40px;
}

/* line 20, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_item_top_name {
  font-size: 20px;
}

/* line 24, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_top_info_scout_button_wrapper {
  margin-top: 15px;
}

/* line 28, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_top_info_scout_button_wrapper .scout_button span {
  margin: 0;
  width: 75%;
}

/* line 33, /var/www/miyajob/app/assets/stylesheets/users.scss */
.max750.user_show_label_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  font-size: 12px;
}

/* line 41, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_label_wrapper a {
  display: inline-block;
  text-decoration: none;
  width: 33%;
  text-align: center;
  padding: 15px;
  color: #666666;
  border: 1px solid #B4B4B4;
  position: relative;
}

/* line 52, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_label_wrapper a:nth-child(2) {
  border-right: none;
  border-left: none;
}

/* line 57, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}

/* line 65, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_wrapper {
  margin-top: 30px;
}

/* line 69, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item,
.user_show_content_item_inner:first-child {
  margin-bottom: 30px;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item:last-child {
  margin-bottom: 0;
}

/* line 78, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_content {
  padding-top: 15px;
}

/* line 82, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_skill_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* line 88, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_qualification_item,
.user_show_content_item_career_item {
  margin-bottom: 10px;
}

/* line 93, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_skill_item:last-child,
.user_show_content_item_qualification_item:last-child,
.user_show_content_item_career_item:last-child {
  margin-bottom: 0;
}

/* line 99, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_skill_name {
  width: 30%;
}

/* line 103, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_skill_year {
  width: 70%;
}

/* line 107, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_qualification_name,
.user_show_content_item_career_name {
  text-align: left;
  font-weight: bold;
}

/* line 113, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_content_item_qualification_year,
.user_show_content_item_career_date {
  text-align: right;
}

/* line 118, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_down_scout_button_wrapper {
  margin-top: 50px;
}

/* line 122, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_down_scout_button_wrapper .scout_button span {
  margin: 0 auto;
}

/* line 126, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_top_wrapper .applied_index_item_top_img_wrapper {
  width: 23%;
  height: 20vw;
}

/* line 131, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_show_top_wrapper .applied_index_item_top_right_wrapper {
  width: 75%;
}

/* line 135, /var/www/miyajob/app/assets/stylesheets/users.scss */
a.user_show_current {
  background: #00B4DE;
  color: #fff;
  border: 1px solid #00B4DE;
}

/* line 142, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_index_search_section {
  padding: 0 5% 50px;
  box-sizing: border-box;
  background: #E5F7FC;
}

/* line 148, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_index_search_wrapper {
  margin-top: 40px;
}

/* line 152, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item_field_wrapper select {
  width: 100%;
  height: 35px;
  border: none;
  border-radius: 3px;
  background: #fff;
}

/* line 160, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

/* line 166, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item {
  margin-bottom: 10px;
}

/* line 170, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item:last-child {
  margin-bottom: 0;
}

/* line 174, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item_keyword_field_wrapper {
  display: flex;
}

/* line 178, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item_field_wrapper input {
  width: 88%;
  height: 35px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  background: #fff;
}

/* line 187, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_item_keyword_field_wrapper button {
  width: 10%;
  margin-left: 2%;
  border: none;
  background: #ED6A6A;
  color: #fff;
  border-radius: 3px;
}

/* line 196, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_index_wrapper {
  margin-top: 30px;
}

/* line 201, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_index_item_profile {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 210, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_index_item_top_name a {
  text-decoration: none;
  color: #666;
}

/* line 216, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* line 223, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media (max-width: 670px) {
  /* line 223, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_search_form_row {
    margin-left: 20px;
  }
}

/* line 234, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_input_group {
  display: flex;
  background-color: #00b7e0;
  border-radius: 12px;
  padding: 10px;
  align-items: center;
  gap: 10px;
  max-width: 45%;
}
@media (max-width: 670px) {
  /* line 234, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_search_input_group {
    max-width: 40%;
  }
}

/* line 250, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_text_field {
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 16px;
  flex: 1;
  min-width: 200px;
  background-color: white;
}
@media (max-width: 670px) {
  /* line 250, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_search_text_field {
    min-width: 80px;
  }
}

/* line 265, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_icon_button {
  background-color: white;
  border: none;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
/* line 276, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_icon_button img {
  width: 20px;
  height: 20px;
}

/* line 284, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_search_select_wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 60px;
}
@media (max-width: 670px) {
  /* line 284, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_search_select_wrapper {
    width: 40%;
  }
}

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

/* line 319, /var/www/miyajob/app/assets/stylesheets/users.scss */
.far_left {
  position: relative;
  left: -20px;
  top: 20px;
}

/* line 325, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_mypage_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 100%;
  justify-content: center;
}

/* line 333, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_wrapper {
  display: flex;
  max-width: 100vw;
  width: 100%;
  justify-content: space-evenly;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 342, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_item {
  display: flex;
  align-items: center;
  /* Ensures items align in the center */
  justify-content: center;
  border: none;
  padding: 2%;
  width: 100%;
  min-width: 120px;
  /* Ensures buttons don’t shrink too much */
  gap: 8px;
  /* Adds space between the icon and text */
  position: relative;
  /* Added to position the arrow correctly */
}

/* line 358, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_item a {
  display: flex;
  align-items: center;
  /* Keeps icon & text aligned */
  gap: 8px;
  text-decoration: none;
  color: black;
}

/* line 367, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_item:hover {
  background-color: #daf5f9;
}

/* line 371, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_icon {
  width: 50px;
  height: 50px;
}

/* line 376, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_text {
  display: flex;
  align-items: center;
  /* Keeps text aligned with icon */
  white-space: nowrap;
  /* Prevents text from wrapping */
}

@media (max-width: 670px) {
  /* line 385, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_tab_icon {
    width: 26px;
    height: 26px;
  }

  /* line 390, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_tab_text {
    font-size: 12px;
  }
}
/* line 395, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_item.active_step {
  background: #4fd1eb;
  color: white;
}

/* Right-pointing arrow effect for active step */
/*.user_tab_item.active_step::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 22px solid #4fd1eb;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
}*/
/* Finish step (last step) */
/* line 415, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_item.last_step {
  background: #4fd1eb;
  color: white;
}

/* line 420, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_tab_icon {
  width: 20px;
  height: 20px;
}

/* line 430, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_anchor_link_wrapper {
  margin: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #4fd1eb;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  justify-items: center;
  align-items: center;
  max-width: 100%;
}

/* line 444, /var/www/miyajob/app/assets/stylesheets/users.scss */
.anchor_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Center text */
  position: relative;
  width: 100%;
  /* Make it flexible */
  max-width: 130px;
  /* Prevent buttons from being too wide */
  height: 40px;
  background-color: #daf5f9;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  /* Rounded edges */
  box-shadow: 0px 3px 5px #30aadd;
  transition: all 0.2s ease-in-out;
  text-align: center;
  padding: 10px;
}

/* Hover effect */
/* line 468, /var/www/miyajob/app/assets/stylesheets/users.scss */
.anchor_button:hover {
  background-color: #bdeaf0;
  box-shadow: 0px 4px 6px #1f8ea3;
}

/* Notification Circle Inside */
/* line 474, /var/www/miyajob/app/assets/stylesheets/users.scss */
.job_count {
  position: absolute;
  right: 10px;
  /* Keep inside the button */
  background-color: #4fd1eb;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 670px) {
  /* line 493, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_anchor_link_wrapper {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    /* Adjust for small screens */
  }
}
/* line 502, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_contents_wrapper {
  background-color: #e9f9fb;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5%;
}

/* line 511, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_contents_refine_category_label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4fd1eb;
  color: white;
  border-radius: 15px;
  margin-left: 5px;
  white-space: nowrap;
}

/* line 524, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_contents_title {
  font-weight: bold;
  font-size: 20px;
}

/* line 529, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_job_carousel_outermost_wrapper {
  display: flex;
  align-content: space-around;
  align-items: flex-start;
  background-color: rgba(234, 249, 252, 0.5);
  background-size: 110% 448px;
  /* Ensures 80% of the width is always visible */
  /* Centers the image horizontally */
  background-repeat: no-repeat;
  /* Prevents image tiling */
  flex-direction: column;
  width: 100vw;
  /*width: 85%;*/
  /*position: relative;*/
}

/* line 548, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_job_carousel_outermost_inner {
  display: flex;
  flex-direction: column;
  /* 50% opacity */
  padding-top: 2%;
  padding-bottom: 3%;
  box-sizing: border-box;
}

/*
New Carousel attempt
*/
/* line 564, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_job_carousel_outer_wrapper {
  height: 400px;
}

/* line 570, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_mypage_list_wrapper {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
  align-content: center;
  list-style: none;
}

/* line 582, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_mypage_list_wrapper li {
  flex: 0 0 auto;
  /* Flex-grow, flex-shrink, and flex-basis */
  min-width: 250px;
  margin-right: 16px;
}

/* line 592, /var/www/miyajob/app/assets/stylesheets/users.scss */
.slick-slide img {
  width: 95%;
}

/*
@media (max-width: 670px) {

  .user_mypage_list_wrapper {
    width: $max-width-mobile;
  }
}*/
/* line 604, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_contents_form_wrapper {
  background-color: #e9f9fb;
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
}

@media (max-width: 670px) {
  /* line 615, /var/www/miyajob/app/assets/stylesheets/users.scss */
  .user_contents_form_wrapper {
    padding-top: 5%;
  }
}
/* line 620, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_group_wrapper {
  max-width: 96vw;
  width: 94%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  border-radius: 15px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 633, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  align-items: flex-start;
  width: 100%;
}

/* line 641, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_label {
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 5px;
}

/* line 647, /var/www/miyajob/app/assets/stylesheets/users.scss */
.form-input {
  max-width: 100%;
  width: 94%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #787878;
  font-size: 16px;
  margin-bottom: 10px;
}

/* line 658, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_combo_box_input {
  width: 90%;
  background-color: #d9d9d9;
  padding: 10px;
  padding-left: 15px;
  border-color: #a6a6a6;
  border-radius: 5px;
}

/* line 667, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_combo_box_input select {
  width: 100%;
  background-color: #d9d9d9;
  color: black;
  border: none;
  border-radius: 5px;
  appearance: none;
}

/* line 677, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_form_text_area_input {
  width: 100%;
}

/* line 682, /var/www/miyajob/app/assets/stylesheets/users.scss */
.button-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}

/* line 689, /var/www/miyajob/app/assets/stylesheets/users.scss */
.button {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 25px;
  font-weight: bold;
}

/* line 697, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_edit_no_padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 702, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_edit_large_button {
  height: auto;
}

/* line 706, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_edit_fix_padding {
  padding: 10px 0;
}

/* line 710, /var/www/miyajob/app/assets/stylesheets/users.scss */
.gender-choice {
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}

/* line 718, /var/www/miyajob/app/assets/stylesheets/users.scss */
.hidden-radio {
  display: none;
}

/* line 722, /var/www/miyajob/app/assets/stylesheets/users.scss */
.gender-button {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background-color: white;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 3px 5px #30aadd;
  transition: background-color 0.2s, box-shadow 0.2s;
}
/* line 734, /var/www/miyajob/app/assets/stylesheets/users.scss */
.gender-button:hover {
  background-color: #bdeaf0;
}

/* line 740, /var/www/miyajob/app/assets/stylesheets/users.scss */
.hidden-radio:checked + .gender-button {
  background-color: #30aadd;
  color: white;
  box-shadow: 0px 4px 6px #1f8ea3;
}

/* line 746, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_refine_single_button {
  width: 50% !important;
}

/* line 750, /var/www/miyajob/app/assets/stylesheets/users.scss */
.user_list_top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  padding-top: 5%;
}
/* app/assets/stylesheets/custom_form.css */
/* line 4, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 10, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.form-label {
  width: 20%;
  padding-right: 10px;
  font-weight: bold;
}

/* line 16, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.form-control {
  width: 80%;
  padding: 10px;
  font-size: 1.2rem;
}

/* line 23, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn {
  padding: 10px 20px;
  font-size: 1.2rem;
}

/* app/assets/stylesheets/videos.css */
/* Thumbnail container */
/* line 31, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.thumbnail {
  width: 150px;
  /* Set the desired width for the thumbnail */
  height: auto;
  /* Automatically adjust height to maintain aspect ratio */
  text-align: center;
  padding: 10px;
  margin: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  /* Optional: add a shadow effect */
  border-radius: 8px;
}

/* Thumbnail image */
/* line 45, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.thumbnail img {
  width: 100%;
  /* Ensure the image fills the container width */
  height: auto;
  /* Maintain aspect ratio */
  border-radius: 5px;
  /* Rounded corners */
}

/* Thumbnail title */
/* line 55, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.thumbnail p {
  font-size: 14px;
  /* Resize the title */
  color: #333;
  margin-top: 5px;
  word-wrap: break-word;
  /* Ensure long titles don't overflow */
}

/* Table style */
/* line 66, /var/www/miyajob/app/assets/stylesheets/videos.scss */
table {
  width: 100%;
  border-collapse: collapse;
  /* Merge borders to prevent double lines */
  margin-bottom: 20px;
  margin-right: 10px;
}

/* line 74, /var/www/miyajob/app/assets/stylesheets/videos.scss */
table th,
table td {
  border: 1px solid #ddd;
  /* Light grey border for rows and columns */
  padding: 12px;
  /* Padding for table cells */
  text-align: center;
  /* Center the content */
}

/* line 84, /var/www/miyajob/app/assets/stylesheets/videos.scss */
table th {
  background-color: #f2f2f2;
  /* Light grey background for headers */
  font-weight: bold;
}

/* Hover effect for rows */
/* line 91, /var/www/miyajob/app/assets/stylesheets/videos.scss */
table tbody tr:hover {
  background-color: #f9f9f9;
  /* Slightly darker grey on row hover */
}

/* Button group */
/* line 98, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn-group {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Align vertically */
}

/* line 106, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn-icon {
  padding: 2px 2px;
  font-size: 18px;
  margin-right: 5px;
}

/* line 112, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn-icon-vertical {
  padding: 5px 10px;
  font-size: 18px;
  /*margin-right: px;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 120, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

/* line 125, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 130, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.increase-priority {
  background-color: green;
  /* Change as desired */
  color: white;
  /* Text color */
}

/* line 137, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.decrease-priority {
  background-color: red;
  /* Change as desired */
  color: white;
  /* Text color */
}

/* line 144, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.modal-video {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/*
.modal-video-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
/*/*padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
/*}*/
/* line 176, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 183, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* line 190, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.modal-video-content {
  width: 100%;
  max-width: 800px;
}

@media (min-width: 721px) {
  /* line 196, /var/www/miyajob/app/assets/stylesheets/videos.scss */
  .top_video_inner_wrapper {
    border-radius: 20px;
    /*border-top: 1px solid black;*/
    /* Adjust the radius value as needed */
    /*padding: 20px; /* Optional: Add padding inside the wrapper */
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #fff;
    /* Optional: Set a background color for better visibility */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
}
/*
iframe {
  width: 100%;
  height: 400px;
  /* You can adjust the height as needed */
/*}*/
/* Modal Video Content */
/* Modal Video Content */
/* line 220, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.modal-video-content {
  position: relative;
  width: 60%;
  /* Set the width of the modal to 80% of the viewport */
  max-width: 460px;
  /* Set a maximum width for larger screens */
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: auto;
  overflow: auto;
  /* Ensures content stays within modal if resized smaller */
  resize: both;
  /* Allows resizing both horizontally and vertically */
  min-width: 300px;
  /* Prevents it from being too small */
  min-height: 200px;
  /* Prevents it from being too small */
}

/* The close button styling */
/* line 242, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.modal-video-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
  /* Optional: Add a transition effect */
}

/* line 254, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.close:hover {
  color: #ffcccc;
  /* Change color on hover to make it even brighter */
}

/* Responsive iframe (video) */
/* line 260, /var/www/miyajob/app/assets/stylesheets/videos.scss */
.modal-video-content iframe {
  width: 1500%;
  /* Make the iframe take the full width of the modal */
  /*height: auto;
  /* This ensures the aspect ratio is maintained */
  max-width: 100%;
  /* Prevent the iframe from exceeding the modal's width */
  max-height: 1000px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800&display=swap');


@media(min-width: 670px) {

  html,
  body {
    width: 100%;
    /*max-width: 100vw;*/
    max-width: 670px;
    /*margin: 0;*/
    margin: 0 calc(50% - 335px);
    padding: 0;
    overflow-x: hidden;
  }
}


@media (max-width: 670px) {

  html,
  body {
    width: 100%;
    max-width: 430px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

}



html {
  scroll-padding-top: 80px;
}

.scroll_section {
  scroll-padding-top: 50px;
}



body {
  margin: 0;
  /* font-family: "Noto Sans JP"; */
  /*max-width: 100%;*/
  /*max-width: 100vw;*/
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  color: #666666;
  background: #F2F2F2;

  max-width: 100%;
  width: 100%;
}

body.mobile {
  font-family: 'Zen Maru Gothic', sans-serif;
  /*max-width: 490px;
  max-width: 100%;*/
  /*max-width: 100vw;*/
  /*width: 100%;*/
  /*width: 422px; */

  max-width: 100%;
  width: 100%;

  margin: 0 auto;
}


input {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.centered-text {
  text-align: center !important;
}

.edit-link {
  color: #00B4DE;
  /* Customize the color */
  text-decoration: underline;

}

.edit-link:hover {
  color: #2A709B;
  /* Customize hover color */
}


.container {
  /*padding: 64px 5% 0;*/
  /*display: flex;
  justify-content: center;
  */
  /*width: 100%;*/
  padding: 70px 0 0;
  box-sizing: border-box;
  background: #fff;
  max-width: 100vw;
  /*width: 400px;*/
}

textarea,
input,
select,
button {
  font-family: 'Zen Maru Gothic', sans-serif !important;
}


.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  max-width: 100vw;
  width: 100%;
  padding-bottom: 50px;
}

.error_message {
  color: red;
}


.tab_input {
  display: none;
}

.bg_white {
  background: #fff;
}

.bg_blue {
  background: #00B4DE;
}

.flash_wrapper {
  text-align: center;
  color: #666;
  position: absolute;
  top: 64px;
  z-index: 9;
  max-width: 670px;
  width: 100%;
  background: rgba(275, 275, 275, .8);
}

.flash {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.flash_notice {
  background-color: #d4edda;
  color: #155724;
}

.flash_alert {
  background-color: #f8d7da;
  color: #721c24;
}

.flash_error {
  background-color: #f8d7da;
  color: #721c24;
}

.flash {
  transition: opacity 0.5s ease;
}

@media(max-width: 670px) {
  header {
    font-family: 'Roboto', sans-serif;
    /*padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;*/
    box-sizing: border-box;
    background: #00B4DE;
    position: fixed;
    top: 0;
    /*left: 50%;
    transform: translate(-50%, 0);
    */
    z-index: 10;
    width: 100%;
    /*max-width: inherit;
    /*max-width: 100%;*/
    max-width: 430px;
  }
}

@media(min-width: 670px) {
  header {
    font-family: 'Roboto', sans-serif;
    /*padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;*/
    box-sizing: border-box;
    background: #00B4DE;
    position: fixed;
    top: 0;
    /*left: 50%;
    transform: translate(-50%, 0);
    */
    z-index: 10;
    width: 100%;
    /*max-width: inherit;*/
    /*max-width: 100%;*/
    max-width: 670px;
  }
}


.header container {
  width: 75%
}

.header_menu_container {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-height: 77px;
  max-width: 80%;
  margin: 0 auto;
}

.header_logo_wrapper {
  /*width: 20%;*/
  max-height: 70px;
}

.header_menu_image_wrapper {
  max-width: 70px;
}

.header_menu_image_wrapper img {
  max-width: 100%;
  width: 30%;
}

.header_logo_wrapper img {
  max-height: 100%;
}

.header_list_wrapper {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.header_list_logout_wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_list_keep_wrapper a {
  text-decoration: none;
  color: #666;
  box-sizing: border-box;
  border-radius: 13px;
}

.header_admin_logout_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header_admin_logout_wrapper a {
  text-decoration: none;
  color: #666;
  position: relative;
  outline: none;
}

.header_login_button_group {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.header_login_button_group li {
  text-align: center;
}

.keijiban_link_button_group {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.keijiban_link_button_group li {
  text-align: center;
}

.keijiban_link_button {
  text-decoration: none;
}



.custom_login_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin-right: 10px;
  max-height: 50%;
}

.icon-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-button img {
  margin-top: 5px;
  max-height: 30px;
  margin-bottom: 5px;
}

.login_text {
  color: white;
  font-size: 10px;
}

.backgroundBlue {
  background-color: blue;
}



.header_list_chat_wrapper a,
.header_list_notification_wrapper a {
  display: flex;
  /*flex-direction: row;*/
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666;
  position: relative;

}

.header_list_chat_wrapper,
.header_list_notification_wrapper,
.header_list_keep_wrapper {
  margin-right: 8px;
}

.header_list_chat_wrapper:last-child {
  margin-right: 0;
}

.header_list_keep_number {
  margin: 0;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.header_list_menu_inner:hover {
  cursor: pointer;
}

.header_list_img_wrapper {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  position: relative;
}

.header_list_img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_list_icon_wrapper {
  margin: 0 0 0 auto;
  height: 45px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 90;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.header_list_icon_wrapper span,
.header_list_icon_wrapper span:before,
.header_list_icon_wrapper span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}

.header_list_icon_wrapper span::before {
  bottom: 7px;
}

.header_list_icon_wrapper span::after {
  top: 7px;
}

.header_list_wrapper li {
  text-align: center;
  list-style: none;
  margin-bottom: 10px;
}

.header_list_txt_wrapper {
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}

.header_menu_wrapper {
  background: #fff;
  /*border-radius: 15px;*/
  width: 60%;
  position: absolute;
  top: 0;
  right: -13%;
  text-align: left;
  /*padding: 20px;
  */

  padding-left: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: none;
  z-index: 10;

}

@media(max-width: 670px) {
  .header_menu_wrapper {
    top: -17%;
    right: -3%;
  }
}


.header_menu_midashi_wrapper {
  position: relative;
  /* Make this the positioning context */
}

.header_menu_midashi_close {
  width: 50px;
  height: 50px;
  position: absolute;
  /* Absolutely position the close button inside */
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* Make sure it stays above */
}

.header_close_btn {
  width: 100%;
  height: auto;
}

.header_menu_midashi_close:hover {
  cursor: pointer;
}

.header_menu_midashi_close span:last-child {
  font-size: 25px;
  font-weight: bold;
}


/* Style the menu list */
.popup_menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10%;
}

/* Style each menu item */
.popup_menu_list li {
  border-bottom: 1px solid lightblue;
  margin-left: 2%;
  /* Light blue separator */
}

.popup_menu_list li:last-child {
  border-bottom: none;
  /* Remove border from last item */
}

/* Style the menu links */
.popup_menu_link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: black;
  padding: 12px;
  font-size: 16px;
}

/* Style the bullet points */
.popup_menu_bullet {
  width: 15px;
  height: 15px;
  background-color: orange;
  border-radius: 50%;
  margin-right: 10px;
}

.header_menu_item_wrapper {
  font-size: 0;
  background: rgba(0, 180, 222, .12);
  border-radius: 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin-top: 10px;
}

.header_menu_item {
  display: inline-block;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}

.header_menu_item_comming_soon {
  position: relative;
}

.header_comming_soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 15px;
}

.header_menu_item_comming_soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(275, 275, 275, .8);
  border-radius: 0 15px 0 0;
}

.header_menu_item:nth-child(2n) {
  border-left: 1px solid #fff;
}

.header_menu_item:nth-last-child(1),
.header_menu_item:nth-last-child(2) {
  border-bottom: none;
}

.header_menu_item_txt {
  margin: 5px 0 0;
  font-size: 13px;
}

.header_menu_item_txt span {
  display: block;
}

.header_menu_item a {
  text-decoration: none;
  color: #666;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
}

.header_menu_item_img_wrapper {
  height: 30px;
}

.header_menu_item_img_wrapper img {
  height: 100%;
}

.header_menu_cta_wrapper {
  width: 100%;
  height: 130px;
  margin-top: 20px;
}

.header_menu_cta_wrapper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_menu_list_wrapper {
  background: rgba(0, 180, 222, .12);
  border-radius: 15px;
  margin-top: 20px;
  box-sizing: border-box;
}

.header_menu_list_item {
  position: relative;
}

.header_menu_list_item:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.header_menu_list_item a {
  padding: 10px 0 10px 10px;
  display: inline-block;
  text-decoration: none;
  color: #666;
  width: 100%;
  box-sizing: border-box;
}

.header_menu_list_item::before,
.header_menu_list_item::after {
  content: "";
  position: absolute;
  right: 20px;
  border-top: 4px solid #00B4DE;
  width: 10px;
}

.header_menu_list_item::before {
  top: 45%;
  transform: rotate(45deg);
}

.header_menu_list_item::after {
  top: 55%;
  transform: rotate(-45deg);
}

/*.header_notification_wrapper {}*/

.header_notification_wrapper::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 300px;
  height: 100%;
}

.header_notification_wrapper {
  text-align: left;
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  z-index: 11;
  border: 1px solid #bdbdbd;
  border-radius: 15px;
  width: 300px;
  display: none;
}

.header_notification_inner::before {
  content: "";
  position: absolute;
  top: -30px;
  /*right: 130px;*/
  right: 150px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #bdbdbd;
}

.header_notification_inner::after {
  content: "";
  position: absolute;
  top: -25px;
  /*right: 132px;*/
  right: 152px;
  margin-left: -15px;
  border: 13px solid transparent;
  border-bottom: 12px solid #fff;
}

.header_notification_item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header_user_notification_inner.header_notification_inner::before {
  /*right: 99px;*/
  /*right: 178px;*/
  right: 128px;
}

.header_user_notification_inner.header_notification_inner::after {
  /*right: 101px;*/
  /*right: 180px;*/
  right: 130px;
}

.header_notification_title {
  margin: 0;
  font-weight: bold;
  /*border-bottom: 5px solid #00B4DE;*/
  padding: 10px 20px 10px;
  flex: 7;
}

.header_notification_list_wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.header_notification_list_wrapper li {
  text-align: left;
  padding: 15px 20px;
  border-bottom: 1px solid #F2F2F2;
  display: flex;
}

.header_notification_list_wrapper li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-direction: row;
}

.header_notification_img_wrapper {
  width: 10%;
  display: flex;
}

.header_notification_img_wrapper img {
  width: 100%;
}

.header_notification_right_wrapper {
  width: 85%;
  margin-left: 5%;
}

.header_notification_right_classification_wrapper {
  margin: 0;
  font-size: 13px;
  color: #bdbdbd;
}

.header_notification_right_message_wrapper {
  margin: 0;
}

.header_notification_right_date_wrapper {
  margin: 0;
  font-size: 13px;
  color: #bdbdbd;
}

.header_notification_list_centering_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.header_notification_all_link_wrapper a {
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  /*color: #00B4DE;*/
  color: white;
  background-color: #00B4DE;
  border-radius: 15px;
}

.header_notification_title_wrapper {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Aligns the title and button vertically */
  padding: 10px 20px;

  border-bottom: 5px solid #00B4DE;
  margin-left: 10px;
}

.close_notification {
  /*position: absolute;
  top: 10px;
  right: 10px;*/
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  flex: 1;
}

.close_notification img {
  width: 20px;
  /* Adjust size of your close icon */
  height: 20px;
}

.header_list_img_wrapper {
  position: relative;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: 20px;
  min-width: 10px;
  height: 10px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px;
  border: 2px solid white;
}



footer {
  background: #00B4DE;
  /*padding: 35px 0 20px;*/
  padding: 0 0 20px;
}

.footer_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  width: 90%;
  margin: 0 auto;
}

.footer_link_list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer_link_list a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.footer_link_list a:not(:last-child)::after {
  content: "\00a0|\00a0";
  color: white;
}

@media (max-width: 670px) {
  .footer_wrapper {
    width: 95%;
  }

  .footer_link_list a {
    font-size: 9px;
  }
}

.footer_text {
  font-size: 13px;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
}






.footer_sns_wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_sns_wrapper li {
  width: 40px;
  height: 40px;
}

.footer_sns_wrapper li:first-child {
  margin-right: 10px;
}

.footer_sns_wrapper li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: relative;
}

.footer_sns_wrapper li a img {
  max-width: 55%;
  max-height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer_list_wrapper {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.footer_list_item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_list_item:first-child {
  margin-right: 30px;
}

.footer_list_item li {
  margin-bottom: 10px;
}

.footer_list_item li a {
  color: #fff;
  font-weight: lighter;
}

.footter_txt {
  font-size: 13px;
  text-align: center;
  margin: 20px 0 0;
  color: #fff;
}


.job_status_list_wrapper {
  list-style: none;
  margin: 0px 0 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job_status_list_wrapper li {
  width: 24.25%;
  margin: 0 1% 0 0;
  text-align: center;
  background: #fff;
}

.job_status_list_wrapper li:first-child {
  border-radius: 10px 0 0 10px;
}

.job_status_list_wrapper li:last-child {
  border-radius: 0px 10px 10px 0px;
  margin-right: 0;
}

.job_status_list_wrapper li a {
  text-decoration: none;
  color: #666666;
  padding: 13px 0;
  width: 100%;
  display: inline-block;
}

.job_status_list_wrapper li a span {
  display: block;
}

li.job_status {
  background: #00B4DE;
  position: relative;
  border-right: 1px solid #00B4DE;
  border-top: 1px solid #00B4DE;
  border-bottom: 1px solid #00B4DE;
  border-left: 1px solid #00B4DE;
}

li.job_status a {
  color: #fff;
}

.job_status::before {
  content: "▼";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  color: #00B4DE;
}



.keep_job_index_count,
.apply_job_index_count,
.scout_job_index_count,
.search_job_index_count {
  margin: 0 0 30px;
  text-align: right;
}

.keep_job_index_count span,
.apply_job_index_count span,
.scout_job_index_count span,
.search_job_index_count span {
  font-size: 20px;
  font-weight: bold;
  color: #EB3B43;
  margin-left: 5px;
}


.keep_job_index_item,
.apply_job_index_item,
.scout_job_index_item {
  position: relative;
  margin-bottom: 30px;
}

.keep_job_index_item:last-child,
.apply_job_index_item:last-child,
.scout_job_index_item:last-child {
  margin-bottom: 0;
}

.keep_job_index_item_txt,
.apply_job_index_item_txt,
.scout_job_index_item_txt {
  margin: 0;
  padding: 7px 15px;
  background: #00B4DE;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.keep_job_index_item_contents_wrapper,
.apply_job_index_item_contents_wrapper,
.scout_job_index_item_contents_wrapper {
  background: #fff;
  padding: 15px 12px;
  border-radius: 0 0 10px 10px;
}

.apply_job_index_item_contents_wrapper a,
.keep_job_index_item_contents_wrapper a,
.scout_job_index_item_contents_wrapper a {
  text-decoration: none;
  color: #666;
}

.keep_job_index_item_company_name,
.apply_job_index_item_company_name,
.scout_job_index_item_company_name {
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.keep_job_up_wrapper,
.apply_job_index_up_wrapper,
.apply_job_index_up_wrapper,
.scout_job_index_up_wrapper {
  padding-bottom: 15px;
  border-bottom: 1px dotted #00B4DE;
}

.keep_job_index_item_detail_wrapper,
.apply_job_index_down_wrapper,
.apply_job_index_down_wrapper,
.scout_job_index_down_wrapper {
  padding-top: 15px;
}

.keep_job_index_item_title,
.apply_job_index_item_title,
.scout_job_index_item_title {
  font-size: 18px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.keep_job_index_item_salaly_wrapper,
.keep_job_index_item_location_wrapper,
.apply_job_index_item_salaly_wrapper,
.scout_job_index_item_salaly_wrapper,
.share_keep_job_index_item_salaly_wrapper,
.share_keep_job_index_item_location_wrapper {
  display: flex;
  align-items: center;
}

.keep_job_index_item_salaly_icon_wrapper,
.keep_job_index_item_location_icon_wrapper,
.apply_job_index_item_salaly_icon_wrapper,
.scout_job_index_item_salaly_icon_wrapper,
.share_keep_job_index_item_salaly_icon_wrapper,
.share_keep_job_index_item_location_icon_wrapper {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 50%;
  background: rgba(0, 180, 222, .4);
  margin-right: 10px;
}

.keep_job_index_item_salaly_icon_wrapper img,
.apply_job_index_item_salaly_icon_wrapper img,
.scout_job_index_item_salaly_icon_wrapper img,
.share_keep_job_index_item_salaly_icon_wrapper img,
.share_keep_job_index_item_location_icon_wrapper img {
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.campaign_description {
  margin: 10px 0;
  /* Adjust '10px' to your preferred spacing */
}


.contents_header_title {
  background: #00B4DE;
  color: #fff;
  padding: 30px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.contents_header_title::before {
  content: "";
  border-bottom: 3px solid #fff;
  width: 50px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contents_header_title_pale {
  background: #E5F7FC;
  color: #00B4DE;
}

.contents_header_title_pale::before {
  border-bottom: 3px solid #00B4DE;
}

.application_button_wrapper,
.keep_job_button_wrapper {
  text-align: center;
}

.application_button_wrapper span,
.application_button_wrapper a,
.keep_job_button_wrapper a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  display: inline-block;
  padding: 15px 0;
}

.application_button_wrapper a {
  color: #fff !important;
}

.application_button_wrapper span {
  background: #bdbdbd;
}

.application_button_wrapper a {
  background: #ED6A6A;
}

.keep_job_button_wrapper a {
  border: 1px solid #707070;
  background: #fff;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.keep_job_button_wrapper img {
  width: 15px;
}

.keep_job_button_wrapper span {
  line-height: 1;
}

.apply_form_title {
  padding: 15px 20px;
  position: relative;
  background: #00B4DE;
  color: #fff;
  border-radius: 7px;
  margin: 0;
}

.apply_form_title::before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.form_item_wrapper {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
  padding: 20px;
  margin-bottom: 20px;
}

.form_item_wrapper_connect {
  margin-top: 20px;
  background: #fff;
  border-radius: 7px;
}

.form_item {
  margin-bottom: 20px;
}

.form_item:last-child {
  margin-bottom: 0;
}

.form_item_label_wrapper {
  font-size: 18px;
  color: #00B4DE;
}

.form_item_img_field_wrapper {
  text-align: center;
  padding: 30px 0;
  border: 1px dotted #707070;
  border-radius: 10px;
}

.form_item_field_birthday_wrapper {
  display: flex;
  align-items: flex-end;
}

.form_item_field_birthday_wrapper select:nth-child(2),
.form_item_field_birthday_wrapper select:nth-child(3) {
  margin-left: 5px;
}

.form_item_field_wrapper {
  margin-top: 5px;
}

.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;*/
}

.form_item_field_wrapper select {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: none;
  background: #f2f2f2;
  padding: 0 15px;
  margin-right: 2px;
}

.position_relative {
  input {
    position: relative !important;
  }
}

.form_item_radio_button {
  display: none;
}

.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;
}

.form_item_radio_button:checked+.form_item_radio_label {
  background: #00B4DE;
  color: #fff;
}

.form_item_delete_wrapper {
  text-align: right;
}

.form_item_append_link_wrapper {
  text-align: center;
  color: #666666;
}

.form_item_submit {
  text-align: center;
  margin-top: 40px;
}

.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;
}

.form_item_submit input:hover {
  background: #D95B5F;
  /* New color when hovered */
}

.form_buttons_group {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  /* Space between buttons */
  margin-top: 40px;
}

.custom_form_button {
  /*width: 20%;*/
  /*width: 150px;*/
  /*width: 25%;
  max-width: 200px;*/
  /* Ensure all buttons are the same width */
  /*height: 50px; /* Uniform height */
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  padding: 12px;
  transition: background 0.3s ease-in-out;
}

.form_item_append_inner {
  max-width: 100vw;
  width: 100%;
}

.remove_nested_fields {
  margin-top: 10px;
}

/* Primary Button (Submit) */
.primary_button {
  background: #F88186;
  color: white;
}



.primary_button:hover {
  background: #D95B5F;
}

/* Secondary Buttons (Skip & Redeem Coupon) */
.secondary_button {
  background: #6c757d;
  color: white;
}

.secondary_button:hover {
  background: #5a6268;
}


.form_buttons_group {
  display: flex;
  flex-direction: row;

}

.form_item_delete {
  text-align: center;
  margin-top: 10px;
}

.form_item_append_link_wrapper {
  margin-top: 15px;
}

.form_item_append_link_wrapper a {
  text-decoration: none;
  color: #666;
  font-size: 18px;
}

.form_item_fields_wrapper {
  margin-top: 20px;
}

.form_item_fields_wrapper:first-child {
  margin-top: 0;
}

/* Wrapper for the checkbox */
.form_item_checkbox_wrapper {
  margin-top: 5px;
  display: flex;
  align-items: center;
}

/* Hide the default checkbox */
.form_item_checkbox_wrapper input[type="checkbox"] {
  display: none;
}

/* Custom checkbox design */
.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 */
.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 */
.form_item_checkbox_wrapper input[type="checkbox"]:checked+.form_item_checkbox_label {
  background-color: #00B4DE;
  border-color: #00B4DE;
}

/* Show the checkmark when checked */
.form_item_checkbox_wrapper input[type="checkbox"]:checked+.form_item_checkbox_label::after {
  opacity: 1;
  border-color: #fff;
}

/* Optional: Add some hover effect */
.form_item_checkbox_wrapper input[type="checkbox"]:hover+.form_item_checkbox_label {
  border-color: #007ba0;
}

.form_item_blue_checkbox_input_wrapper {
  border-color: #4fd1eb;
}

/* White box container */
.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 */
.custom-checkbox {
  display: none;
}

/* Custom checkbox wrapper */
.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) */
.custom-checkbox+.custom-checkbox-label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* Custom checkmark (extends past top-right corner) */
.custom-checkbox:checked+.custom-checkbox-label::after {
  content: '✔';
  /* Unicode checkmark */
  font-size: 28px;
  /* Bigger than the box */
  color: #4fd1eb;
  /* Blue checkmark */
  position: absolute;
  top: -8px;
  /* Moves checkmark up */
  right: -8px;
  /* Moves checkmark right */
  text-shadow:
    -3px -3px 0 white,
    3px -3px 0 white,
    -3px 3px 0 white,
    3px 3px 0 white;
}

/* Checkbox text (aligned to the right) */
.checkbox-text {
  font-size: 16px;
  color: #333;
}

.close_fit_button {
  width: auto;
  padding: 20px 10px;
}

.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 */
}

.delete_link {
  text-decoration: none;
  color: #56a0b8;
  margin-top: 20px;
}

.delete_link a {
  text-decoration: none;
}

.apply_form_text {
  margin: 30px 0 0;
  background: #fff;
  color: #EB3B43;
  font-size: 18px;
  padding: 20px 10px;
  border-radius: 7px;
  position: relative;
  text-align: center;
}

.apply_form_text::before {
  content: "▼";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 20px;
}


.share_keep_job_item {
  background: #fff;
  padding: 50px 10px 20px 10px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}

.share_keep_job_item a {
  text-decoration: none;
  color: #00B4DE;
}

.job_item {
  padding: 15px 10px;
  position: relative;
  box-sizing: border-box;
}

.share_keep_job_item:last-child {
  margin-bottom: 0;
}

.share_keep_job_item_midashi {
  margin: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  background: #fff;
  width: 80%;
  text-align: center;
}

.your_keeps_midashi {
  margin: 0;
  margin-bottom: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #B4B4B4;
  border-radius: 8px;
  background: #fff;
  width: 80%;
  text-align: center;
}

.share_keep_job_item_top_wrapper {
  display: flex;
  align-items: flex-start;
  border-bottom: 2px dotted #00B4DE;
  padding-bottom: 15px;
}

.share_keep_job_item_img_wrapper {
  width: 35%;
  height: 25vw;
  margin-right: 2%;
  position: relative;
}

.share_keep_job_item_img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* height: 100%;
  object-fit: cover; */
}

.share_keep_job_item_top_right_wrapper {
  width: 63%;
}

.share_keep_job_item_job_title_wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.share_keep_job_item_job_title_wrapper a {
  text-decoration: none;
  color: #666;
}

.share_keep_job_index_item_detail_wrapper {
  margin-top: 15px;
}

.share_keep_job_index_item_salaly_wrapper {
  margin-bottom: 10px;
}

.share_keep_job_item_button_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.share_keep_job_item_keep_button {
  width: 48%;
  margin-right: 4%;
}

.share_keep_job_item_application_button {
  width: 48%;
}

.share_keep_job_item_application_button .application_button_wrapper a,
.share_keep_job_item_application_button .application_button_wrapper span,
.share_keep_job_item_keep_button .keep_job_button_wrapper a {
  border-radius: 40px;
  width: 100%;
  font-size: 13px;
  padding: 13px 0;
  color: #838383;
}

.application_complete_keep_wrapper {
  margin-top: 80px;
}

.normal_form_outer_wrapper {
  background: #daf5f9;
  padding: 10% 5% 50px;
  box-sizing: border-box;
}

.form_item_label_img_wrapper {
  width: 45px;
  height: 45px;
  background: rgba(0, 180, 222, .4);
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}

.form_item_label_container {
  display: flex;
  align-items: center;
}

.form_item_label_img_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}

.form_item_field_radio_wrapper {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

.form_item_field_radio_wrapper:first-child,
.form_item_field_radio_wrapper:nth-child(2) {
  margin-bottom: 5px;
}

.form_item_field_radio_wrapper .form_item_radio_label {
  width: 100%;
}

.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;
}

.form_title a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.form_title a:visited {
  color: #ffffff;
}

.form_title a:hover,
.form_title a:focus {
  color: #003344;
  text-decoration: underline;
}

.form_title a {
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 4px;
}

.form_title a:hover {
  background-color: rgba(0, 51, 68, 0.15);
  color: #003344;
}




.form_item_field_wrapper textarea {
  width: 100%;
  height: 500px;
  border-radius: 5px;
  background: #f2f2f2;
  border: none;
  box-sizing: border-box;
}

.top_space_padding {
  padding-top: 20px;
}

::placeholder {
  color: #CFCFCF;
}

.share_candidate_list {
  padding: 40px 0 0;
  list-style: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /*background: #00B4DE; */
}

.share_candidate_list li {
  width: 45%;
  border-radius: 10px 10px 0 0;
}


.share_candidate_list li a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 15px 0 20px;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  color: #545454;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}

.share_candidate_list li:first-child a {
  border-right: 0px;
}

li.share_candidate_current a {
  background: #00b7e0;
  border-bottom: 0px;
  color: white;
  position: relative;
}

li.share_candidate_current a::before {
  content: "▼";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
}

.men_bg img {
  background: #ECF2F5;
}

.woman_bg img {
  background: #F6EEEE;
}

.other_bg img {
  background: #FBF8E7;
}


.form_item_radio_field_wrapper,
.form_item_checkbox_field_wrapper {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.form_item_time_field_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.form_item_time_field_wrapper span {
  margin: 0 5px;
}

.form_item_time_field_wrapper input {
  width: 35%;
}

.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;
}

.form_radio_button_wrapper input[type="radio"] {
  width: auto;
  height: auto;
  accent-color: #00B4DE;
}

.form_checkbox_button_wrapper {
  margin-bottom: 5px;
}

.form_checkbox_button_wrapper:nth-last-child(1),
.form_checkbox_button_wrapper:nth-last-child(2) {
  margin-bottom: 0;
}

.form_radio_button_wrapper:nth-child(2n-1),
.form_checkbox_button_wrapper:nth-child(2n-1) {
  margin-right: 2%;
}

.form_radio_button_wrapper:nth-child(1),
.form_radio_button_wrapper:nth-child(2) {
  margin-bottom: 5px;
}

.form_radio_button_checked,
.form_checkbox_button_checked {
  background: #00B4DE;
  color: #fff;
}


.form_item_half_field_wrapper {
  display: flex;
  align-items: center;
}

.form_item_half_field {
  width: 49%;
}

.form_item_half_symbol {
  width: 2%;
  margin: 0;
  text-align: center;
}


.form_item_checkbox_field_wrapper input[type="checkbox"] {
  display: none;
}

.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;
}

.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;
}

.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%;
}

.checkbox_container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  /* Adjust margin as needed */
  padding-left: 10px;
  /* Add padding to shift the entire container */
}


.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 */
.custom-checkbox {
  display: none;
  /* Hide the default checkbox */
}

/* Custom checkbox styles */
.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 */
.custom-checkbox:checked+.checkbox_label:before {
  background-color: #00B4DE;
  /* Background color when checked */
  border-color: #00B4DE;
  /* Change border color */
}

.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 */
}




.new_confirm_item {
  margin-top: 30px;
}

.form_item_container_inner {
  margin-top: 30px;
}

.form_item_container_inner:first-child {
  margin-top: 0;
}

.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;
}

.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);
}

.form_item_container_inner.form_item_submit {
  margin-top: 50px;
}


.form_item_field_salaly_wrapper {
  display: flex;
  align-items: center;
}

.form_item_field_salaly_radio_wrapper.form_item_field_radio_wrapper {
  width: 32%;
  margin: 0;
}

.form_item_field_salaly_radio_wrapper.form_item_field_radio_wrapper:nth-child(2) {
  margin: 0 2%;
}

.form_item_field_salaly_input_wrapper {
  display: flex;
  align-items: center;
}

.form_item_field_salaly_input_wrapper span {
  margin: 0 1%;
}

.form_search_wrapper .form_item_radio_button:checked+.form_item_radio_label {
  border: 1px solid #fff;
}

.header_message_read_display {
  position: absolute;
  top: -5px;
  right: -2px;
  font-size: 12px;
  background: red;
  color: #fff;
  padding: 1px 5px;
  border-radius: 5px;
  z-index: 1;
}


/* Pagination styles */
.pagination {
  text-align: center;
  margin-top: 20px;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #333;
}

.pagination .page-link {
  display: inline-block;
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #007bff;
  text-decoration: none;
}

.pagination .page-link:hover {
  background-color: #e9ecef;
  border-color: #007bff;
}

.pagination .page-link.current {
  background-color: #007bff;
  color: white;
  pointer-events: none;
}

.new_company_form {
  max-width: 100%;
}

.horizontal_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Centers everything inside */
}

.single_button_centering_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.horizontal_justification_wrapper {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /* Centers the form and login link */
}

.bottom_padding {
  padding-bottom: 10px;
}

.top_margin_10 {
  margin-top: 10px;
}

.form_inner_basic {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form_field_wrapper_basic {
  width: 100%;
}

.form_field_wrapper_basic input {
  width: 100%;
  height: 30px;
}

.large_width {
  width: 80%;
}

.medium_width {
  width: 50%;
}


.sky-blue-button {
  background-color: white;
  border: 2px solid #0cc0df;
  color: #0cc0df;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;

  &:hover {
    background-color: #0cc0df;
    color: white;
  }
}

@media(max-width: 670px) {
  body.mobile {
    font-family: 'Zen Maru Gothic', sans-serif;
    /*max-width: 400px;*/
    /*max-width: 100%;*/
    /*width: 400px;*/
    /*margin: 0 auto; */
    box-sizing: border-box;
    /*border-right: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;*/
    height: auto;
    max-width: 100vw !important;
    width: 100% !important;
  }


  header {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;

    /*width: 400px;*/
    /*max-width: 100%;*/
    /*width: 422px;*/

    width: 100%;
    /*max-width: 100%;*/

    max-width: 430px;
  }


  .header container {
    width: 100%
  }

  .header_menu_container {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    max-height: 44px;
    width: 95%;
    max-width: 95%;
  }

  .header_logo_wrapper {
    width: 20%
  }

  .header_logo_wrapper img {
    width: 100%;
  }


  .container {
    /*width: 100%;
    width: 384px;*/
    /*max-width: 100%;*/
    /*max-width: 470px;*/
    /*max-width: 100vw;*/
    /*width: 100%;*/
    /*width: 422px; * /* working */

    width: 100%;
    max-width: 100vw !important;


    padding: 60px 0 0;
  }

  .full_width {
    width: 100%;
  }

  .medium_width {
    width: 100%;
  }



  .custom_login_button {
    font-size: 12px;
  }

  .flash_wrapper {
    width: 400px;
  }

  .company_show_contents_item_img_wrapper {
    height: 68px;
  }

  .applied_index_item_top_img_wrapper {
    height: 58px;
  }

  /*
  .chat_room_item_img_wrapper {
    height: 75px;
  }*/



  .top_pickup_slider_wrapper li {
    width: 400px;
  }

  .user_show_top_wrapper .applied_index_item_top_img_wrapper {
    height: 80px;
  }

  .share_keep_job_item_img_wrapper {
    height: 100px;
  }
}


.applied_index_item {
  width: 100%;
  padding: 16px;

  .applied_index_item_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
  }

  .applied_index_item_image_wrapper {
    width: 20%;
    align-self: center;

    .applied_index_item_image {
      width: 100%;
      aspect-ratio: 1;
      border-radius: 50%;
      overflow: hidden;
      /*border: 2px solid #00b7e0;*/

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
      }
    }
  }

  .applied_index_item_info {
    width: 40%;
    text-align: left;

    .applied_index_item_top_name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 4px;
    }

    .applied_index_item_top_info_upper {
      display: flex;
      flex-wrap: wrap;
      font-size: 14px;
      margin-bottom: 4px;

      .applied_index_item_top_info_upper_item {
        margin-right: 4px;
      }
    }

    .applied_index_item_top_info_skill_wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;

      span {
        background-color: #f0f0f0;
        padding: 2px 6px;
        border-radius: 6px;
        font-size: 13px;
      }
    }

    .user_index_item_profile {
      margin-top: 8px;
      font-size: 14px;
      color: #444;
    }
  }

  .applied_index_item_button_wrapper {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: center;
    /*margin-right: 20px;*/
  }
}


.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 */
}

.sizing_wrapper {

  max-width: 100vw;
  width: 80%;
}

.bottom_margin_20 {
  margin-bottom: 20px;
}

.bottom_padding_20 {
  padding-bottom: 20px;
}

.unstyled-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
