.wc-bj-my-account-dashboard #page .woocommerce-MyAccount-content section, .wc-bj-my-job-openings #page .woocommerce-MyAccount-content section, .wc-bj-application #page .woocommerce-MyAccount-content section {
  padding: 0;
}
.wc-bj-my-account-dashboard #page .woocommerce-MyAccount-content section .with-gap .row, .wc-bj-my-job-openings #page .woocommerce-MyAccount-content section .with-gap .row, .wc-bj-application #page .woocommerce-MyAccount-content section .with-gap .row {
  padding: 0;
}

.woocommerce-account main {
  padding: 0;
  position: relative;
  padding-bottom: 80px;
}
.woocommerce-account article {
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 20px;
}
.woocommerce-account article header {
  display: none;
}

.wc-bj-application article {
  padding: 0;
  max-width: 100%;
}

.card .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card .abs-icon {
  display: block;
  cursor: pointer;
}
.card.job-info .brand-logo img, .card.job-info .buddy-image img, .card.call .brand-logo img, .card.call .buddy-image img, .card.candidature .brand-logo img, .card.candidature .buddy-image img, .card.account-buddy .brand-logo img, .card.account-buddy .buddy-image img {
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.card.job-info .brand-logo img.small, .card.job-info .buddy-image img.small, .card.call .brand-logo img.small, .card.call .buddy-image img.small, .card.candidature .brand-logo img.small, .card.candidature .buddy-image img.small, .card.account-buddy .brand-logo img.small, .card.account-buddy .buddy-image img.small {
  width: 40px;
  height: 40px;
}
.card.job-info .brand-logo .position, .card.job-info .buddy-image .position, .card.call .brand-logo .position, .card.call .buddy-image .position, .card.candidature .brand-logo .position, .card.candidature .buddy-image .position, .card.account-buddy .brand-logo .position, .card.account-buddy .buddy-image .position {
  font-size: 20px;
}
.card.job-info .brand-logo .company, .card.job-info .buddy-image .company, .card.call .brand-logo .company, .card.call .buddy-image .company, .card.candidature .brand-logo .company, .card.candidature .buddy-image .company, .card.account-buddy .brand-logo .company, .card.account-buddy .buddy-image .company {
  font-size: 14px;
}
.card.job-info .brand-logo .location, .card.job-info .buddy-image .location, .card.call .brand-logo .location, .card.call .buddy-image .location, .card.candidature .brand-logo .location, .card.candidature .buddy-image .location, .card.account-buddy .brand-logo .location, .card.account-buddy .buddy-image .location {
  font-size: 14px;
}
.card.job-info .details .description, .card.call .details .description, .card.candidature .details .description, .card.account-buddy .details .description {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card.job-info .details .description.large-description, .card.call .details .description.large-description, .card.candidature .details .description.large-description, .card.account-buddy .details .description.large-description {
  -webkit-line-clamp: 8;
}
.card.job-info .details .description.no-limit, .card.call .details .description.no-limit, .card.candidature .details .description.no-limit, .card.account-buddy .details .description.no-limit {
  -webkit-line-clamp: none !important;
}
.card.job-info .details .reveal-text-container, .card.call .details .reveal-text-container, .card.candidature .details .reveal-text-container, .card.account-buddy .details .reveal-text-container {
  gap: 6px;
}

.sub-header {
  padding: 0 !important;
}

.wc-bj-reset-link-sent article .woocommerce {
  text-align: center;
  padding: 50px 0;
  max-width: var(--container-small-max-width);
  margin: 0 auto;
}
.wc-bj-reset-link-sent article .woocommerce > p {
  text-align: center;
  font-size: var(--font-3);
}
.wc-bj-reset-link-sent article .woocommerce-message {
  font-size: var(--font-5);
  font-weight: var(--font-weight-bold);
  padding-bottom: 16px;
  outline: 0;
  pointer-events: none;
}

.go-to-register-page {
  padding: 26px;
  color: black;
  text-align: center;
  width: calc(100% + 100px);
  margin-left: -50px;
  background-color: var(--gray-light-5);
  margin-bottom: -50px;
  margin-top: 42px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.wc-bj-login-page main, .wc-bj-lost-password-page main {
  margin-top: 0;
  padding-bottom: 0;
}
.wc-bj-login-page article header, .wc-bj-lost-password-page article header {
  display: none;
}
.wc-bj-login-page .woocommerce h2, .wc-bj-lost-password-page .woocommerce h2 {
  text-align: center;
  padding-bottom: 16px;
}
.wc-bj-login-page form.woocommerce-ResetPassword > p:first-child, .wc-bj-lost-password-page form.woocommerce-ResetPassword > p:first-child {
  font-weight: bold;
}
.wc-bj-login-page form.woocommerce-ResetPassword, .wc-bj-lost-password-page form.woocommerce-ResetPassword {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .wc-bj-login-page form.woocommerce-ResetPassword, .wc-bj-lost-password-page form.woocommerce-ResetPassword {
    padding: 50px;
  }
}
.wc-bj-login-page form.woocommerce-ResetPassword .woocommerce-form-row--first, .wc-bj-lost-password-page form.woocommerce-ResetPassword .woocommerce-form-row--first {
  margin-top: 16px;
}

.lost_password {
  margin-top: 12px;
  display: block;
  font-style: italic;
  text-decoration: underline;
  color: gray;
}

.woocommerce-MyAccount-navigation {
  display: none;
}

.account-cover {
  padding-top: 0 !important;
  margin-bottom: 0;
}
.account-cover .edit-account-data {
  position: absolute !important;
  top: 24px;
  right: 24px;
}
@media (min-width: 992px) {
  .account-cover .edit-account-data {
    top: 12px;
    right: 24px;
  }
}
.account-cover .edit-account-show-public-profile {
  position: absolute;
  top: 24px;
  left: 24px;
}
@media (min-width: 992px) {
  .account-cover .edit-account-show-public-profile {
    top: 12px;
    left: 24px;
  }
}
.account-cover .account-bg {
  padding: 32px !important;
  width: 100%;
  border-radius: 14px;
  min-height: 170px;
  color: white;
}
@media (min-width: 992px) {
  .account-cover .account-bg {
    min-height: 190px;
  }
}
.account-cover .account-bg .title-subtitle .subtitle {
  max-width: fit-content;
}
.account-cover .account-bg .title-subtitle span {
  order: 3;
  font-size: var(--font-3);
  color: var(--white-regular);
  max-width: fit-content;
  font-weight: normal;
}
.account-cover img {
  width: 132px;
  height: 132px;
  border-radius: 24px;
  margin-top: -100px;
}
.account-cover .user-info {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.account-cover .user-info .tag {
  background-color: var(--primary-regular);
  color: var(--primary-contrast);
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
}
.account-cover .user-info .name {
  font-size: var(--font-3);
  font-weight: bold;
}

.user-data-status .row {
  background-color: #f8f4ff;
  padding: 24px !important;
  border-radius: var(--border-radius-lg);
}
.user-data-status .circular-progress {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-data-status .circular-progress .percentage-text {
  position: absolute;
  display: flex;
  align-items: center;
}
.user-data-status .circular-progress .percentage-text .percentage-value {
  font-size: 42px;
  font-weight: bold;
}
.user-data-status .circular-progress .percentage-text span {
  font-size: 16px;
  margin-left: 2px;
}
.user-data-status .item-text h2 {
  font-weight: bold;
}
.user-data-status .item-text p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .user-data-status .item-cta {
    border-left: 1px solid color-mix(in srgb, var(--primary-light) 30%, transparent);
  }
}

.card-list-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid var(--gray-light-5);
  border-bottom: 1px solid var(--gray-light-5);
}

.account-card {
  border-radius: var(--border-radius-lg);
  box-shadow: var(--box-shadow);
  position: relative;
  background-color: var(--white-regular);
  min-height: 160px;
}
.account-card .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.account-card .image {
  flex-grow: 1;
}
.account-card .image p {
  font-weight: bold;
}
.account-card .image img {
  width: 42px;
  height: unset;
}
.account-card .card-footer {
  width: 100%;
  border-top: 1px solid var(--gray-light-5);
}
.account-card .card-footer p {
  padding: 6px 12px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}

.wc-bj-my-account-address {
  color: inherit;
}
.wc-bj-my-account-address .woocommerce-Addresses {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .wc-bj-my-account-address .woocommerce-Addresses {
    flex-wrap: wrap;
  }
}
.wc-bj-my-account-address .woocommerce-Addresses .woocommerce-Address {
  width: 100%;
}
.wc-bj-my-account-address .woocommerce-Addresses .woocommerce-Address-title h2 {
  line-height: 1.2;
  padding-bottom: 16px;
}
.wc-bj-my-account-address .woocommerce-Addresses a.edit {
  background-color: var(--primary-regular);
  color: var(--primary-contrast);
  padding: 12px 26px;
  border-radius: var(--border-radius-md);
  display: flex;
  max-width: fit-content;
  margin-bottom: 8px;
}
.wc-bj-my-account-address .woocommerce-Addresses address {
  color: #c0c0c0;
}

.wc-bj-my-account-details form.woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.wc-bj-my-account-details form.woocommerce-EditAccountForm > p {
  flex-basis: 100%;
}
.wc-bj-my-account-details form.woocommerce-EditAccountForm > p:has(em) input {
  margin-bottom: 4px;
}
.wc-bj-my-account-details form.woocommerce-EditAccountForm > p em {
  color: #c0c0c0;
}
.wc-bj-my-account-details form.woocommerce-EditAccountForm > p label {
  font-weight: bold;
}

.call-item-calendar-checkbox {
  display: none !important;
}
.call-item-calendar-checkbox:checked:not(:disabled) + .call-item-calendar-label span {
  cursor: pointer;
  background: var(--primary-light);
  color: white;
  font-weight: bold;
}
.call-item-calendar-checkbox:not(:checked):not(:disabled) + .call-item-calendar-label span {
  cursor: pointer;
}
.call-item-calendar-checkbox.booked + .call-item-calendar-label span {
  background: var(--error-regular);
  color: white;
}
.call-item-calendar-checkbox:disabled:not(.booked) {
  background-color: var(--error-regular);
  color: var(--error-contrast);
}
.call-item-calendar-checkbox:disabled:not(.booked) + .call-item-calendar-label {
  pointer-events: none;
}
.call-item-calendar-checkbox:disabled:not(.booked) + .call-item-calendar-label span {
  background-color: var(--gray-light-5);
  color: #aaaaaa;
}

.call-item-calendar-label span {
  display: flex;
  font-size: 11px;
  margin: 2px 5px;
  padding: 8px 0px;
  border: 1px solid black;
  border-radius: var(--border-radius-sm);
  align-items: center;
  justify-content: center;
}
.user-type-jobber .swiper-slide .col-4:has(.call-item-calendar-checkbox:disabled) {
  display: none !important;
}
