.cursor-pointer {
  cursor: pointer;
}

body {
  margin: 0;
  line-height: normal;
}

/* Feature Candidate Cashboard */
.cover-icon-candidate-dashboard {
  width: 100%;
  position: relative;
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
  height: 280px;
  object-fit: cover;
}

.photo-profile-icon-candidate-dashboard {
  position: absolute;
  top: 190px;
  left: 58px;
  border-radius: 50%;
  width: 181px;
  height: 180px;
  object-fit: cover;
}

.profile-candidate-dashboard {
  align-self: stretch;
  position: relative;
  border-radius: 24px;
  background-color: rgba(238, 238, 238, 0.1);
  height: 404px;
  overflow: hidden;
  flex-shrink: 0;
}

.schedule-candidate-dashboard {
  flex: 1;
  border-radius: 24px;
  height: 106px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #56cdae, #71d5bb, #92dfca, #b7e9dd);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.job-recommendation-candidate-dashboard {
  flex: 1;
  position: relative;
  line-height: 100%;
}

.job-recommendation-wrapper-candidate-dashboard {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.social-media-assistant-candidate-dashboard {
  position: relative;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #000;
}

.dropbox-candidate-dashboard {
  position: relative;
  line-height: 160%;
}

.company-name-location-job-child-candidate-dashboard {
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #8b96a4;
  height: 4px;
}

.company-name-location-job-candidate-dashboard {
  height: 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Epilogue;
}

.label-part-time-candidate-dashboard {
  border-radius: 80px;
  background-color: rgba(255, 165, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.part-time-candidate-dashboard {
  position: relative;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  font-family: Poppins;
  color: #ffa500;
  text-align: left;
}

.month-ago-candidate-dashboard {
  align-self: stretch;
  position: relative;
  line-height: 160%;
}

.job-title-candidate-dashboard {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.job-list-candidate-dashboard {
  align-self: stretch;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  gap: 24px;
}

.label-full-time-candidate-dashboard {
  border-radius: 80px;
  background-color: rgba(5, 213, 2, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.full-time-candidate-dashboard {
  position: relative;
  font-size: 14px;
  line-height: 160%;
  font-weight: 600;
  font-family: Poppins;
  color: #05d502;
  text-align: left;
}

.list-candidate-dashboard {
  flex: 1;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.custom-card-candidate-dashboard {
  width: 100%;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 24px;
  color: #000;
  font-family: "DM Sans";
  padding: 24px;
}

.main-content-candidate-dashboard {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  font-size: 48px;
  color: #fff;
  font-family: Epilogue;
}

.profile-parent-candidate-dashboard {
  flex: 1;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  text-align: left;
  font-size: 24px;
  color: #25324b;
  font-family: Poppins;
}

.information-candidate-dashboard {
  position: absolute;
  top: 295px;
  left: 239px;
  right: 0px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 0px 0px 24px;
  box-sizing: border-box;
  gap: 12px;
}

.frame-parent-candidate-dashboard {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.name-profile-parent-candidate-dashboard {
  width: 278px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.name-profile-candidate-dashboard {
  line-height: 120%;
  font-weight: 500;
}

.location-parent-candidate-dashboard {
  width: 262px;
  height: 22px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #8b96a4;
  font-family: Nunito;
}

.location-icon-candidate-dashboard {
  width: 14px;
  height: 17px;
  object-fit: cover;
}

.location-name-candidate-dashboard {
  font-size: 16px;
  font-family: Nunito;
  color: #8b96a4;
  opacity: 0.7;
}

.button-edit-profile-candidate-dashboard {
  border-radius: 12px;
  background-color: #374fcf;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 16px;
  text-align: center;
}

.button-edit-profile-candidate-dashboard:hover {
  background-color: var(--branding-color, #056cb8);
  transform: scale(1.05);
}

.button-user-edit-profile-candidate-dashboard {
  font-weight: 600;
  color: white;
}

.frame-group-candidate-dashboard {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  color: #8b96a4;
  font-family: Nunito;
}

.mobilephone-parent-candidate-dashboard {
  width: 225px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.mobilephone-icon-candidate-dashboard {
  width: 16px;
  height: 16px;
}

.mobilephone-candidate-dashboard {
  font-size: 16px;
  font-family: Nunito;
  color: #8b96a4;
  opacity: 0.7;
}

.call-parent-candidate-dashboard {
  width: 225px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.email-icon-candidate-dashboard {
  width: 16px;
  height: 15px;
}

.email-candidate-dashboard {
  font-size: 16px;
  font-family: Nunito;
  color: #8b96a4;
  opacity: 0.7;
}

@media screen and (max-width: 560px) {
  .cover-icon-candidate-dashboard {
    width: 100%;
    position: relative;
    border-radius: 12px;
    max-width: 100%;
    overflow: hidden;
    height: 280px;
    object-fit: cover;
  }
}

/* Feature Candidate Cashboard */

/* Footer */
/* Style dasar */
.fulllogo-transparent-nobuffer-icon-new-footer {
  width: 150px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.prestalo-new-footer {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.prestalo-new-footer,
.inicio-quines-somos-new-footer {
  align-self: stretch;
  position: relative;
  word-break: break-all;
}

.inicio-quines-somos22-new-footer {
  word-break: break-all;
}

.iconuilocation-new-footer,
.iconuimail-new-footer {
  width: 24px;
  height: 24px;
  position: relative;
  max-height: 100%;
}

.iconuilocation-parent-new-footer {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
}

.frame-div-new-footer {
  width: 100%;
  max-width: 297px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 13px;
}

.frame-parent-new-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 5vw;
  flex-wrap: wrap;
}

.rectangle-new-footer {
  width: 100%;
  /* max-width: 1180px; */
  position: relative;
  border-radius: 2px;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 0.5px;
  opacity: 0.12;
}

.social-icons-yt-parent-new-footer {
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.master-card-removebg-preview-parent-new-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.inicio-quines-somos-parent-new-footer {
  width: 100%;
  /* max-width: 1180px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fulllogo-transparent-nobuffer-parent-new-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  position: relative;
  margin: auto;
}

.footer-new-footer {
  width: 100%;
  position: relative;
  background-color: #f2f6fd;
  min-height: 695px;
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: Poppins;
}

.ellipse-div-new-footer {
  width: 100%;
  position: relative;
  border-radius: 50%;
  background-color: rgba(83, 113, 255, 0.1);
  height: 800px;
  transform: rotate(180deg);
  transform-origin: 0 0;
}

@media (max-width: 1920px) {
  .frame-parent-new-footer {
    gap: 4vw;
  }
}

@media (max-width: 768px) {
  .prestalo-new-footer {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
  }

  .inicio-quines-somos-parent-new-footer {
    color: #000;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
  }

  .master-card-removebg-preview-parent-new-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
  }

  .master-card-removebg-preview-icon-new-footer {
    max-height: 20px;
  }

  .job-search-title {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 50%;
  }
}

/* Footer */

/* MARK: Featured Job Start */

.featured-job-title {
  align-self: stretch;
  flex: 1;
  position: relative;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.full-time1 {
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.label {
  border-radius: 80px;
  background-color: rgba(5, 213, 2, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.full-time {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.featured-job-title-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.company-logo-icon {
  width: 50px;
  position: relative;
  max-height: 100%;
}

.company-logo-icon>img {
  aspect-ratio: 1/1;
}

.featured-job-company-name {
  position: relative;
  line-height: 160%;
}

.featured-job-company-location {
  position: relative;
  line-height: 160%;
  color: #8b96a4;
}

.featured-job-company-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.company-logo-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.featured-job-company-info {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
}

.featured-job-frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.iconuitime-circle {
  width: 24px;
  position: relative;
  height: 24px;
}

.iconuitime-circle-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
  font-size: 16px;
  color: #8b96a4;
}

.featured-job-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  height: 100% !important;
}

.job {
  flex: 1;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid #d6ddeb;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  text-align: left;
  font-size: 20px;
  color: #000;
  overflow: hidden;
}

.job a {
  color: #000;
}

.job a:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 560px) {
  .job {
    padding: 12px;
  }

  .featured-job-frame-parent {
    gap: 16px;
  }

  .featured-job-title {
    font-size: 12px;
    line-height: 16px;
  }

  .full-time .fulltime {
    font-size: 8px;
  }

  .company-logo-icon {
    width: 24px;
    position: relative;
    max-height: 100%;
  }

  .featured-job-company-name {
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    font-style: normal;
  }

  .featured-job-company-location {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .iconuitime-circle-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 16px;
    font-size: 16px;
    color: #8b96a4;
  }

  .iconuitime-circle-parent i {
    display: none;
  }
}

/* Featured Job End */

/* MARK: START Employer admin - Company Jobs */

.job-posted-wrapper {
  display: flex;
  padding: 24px 40px;
  border-radius: 24px;
}

.job-posted-wrapper:hover {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
}

.job-posted-image {
  width: 48px;
  height: 48px;
}

.job-posted-content {
  margin-inline-start: 24px;
  width: 100%;
}

/* END Employer admin - Company Jobs */

.custom-card {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  padding: 24px;
}

.custom-label-container {
  padding: 4px 12px;
  background: #f8f8fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

.custom-label {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--branding-color, #056cb8);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Candidate Curriculum Vitae */
.build-resume-candidate-curriculum-vitae {
  flex: 1;
  position: relative;
  line-height: 100%;
}

.title-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
}

.your-resume-will-candidate-curriculum-vitae {
  position: relative;
  line-height: 160%;
  text-align: left;
}

.add-your-project-candidate-curriculum-vitae {
  width: 300px;
  border-radius: 12px;
  background-color: var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.add-your-project-candidate-curriculum-vitae:focus {
  outline: none;
}

.add-your-project-candidate-curriculum-vitae:hover {
  background-color: #697ad2;
}

.max-file-size-candidate-curriculum-vitae {
  width: 482.5px;
  position: relative;
  line-height: 160%;
  display: inline-block;
}

.row-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 24px 24px;
  gap: 16px;
  text-align: center;
  font-size: 16px;
  color: #8b96a4;
}

.job-updates-candidate-curriculum-vitae {
  flex: 1;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.build-your-resume-candidate-curriculum-vitae {
  flex: 1;
  width: 100%;
  position: relative;
  font-size: 24px;
  line-height: 100%;
  display: inline-block;
  font-family: Poppins;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.tilte-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  gap: 10px;
}

.cv-applicationpdf-candidate-curriculum-vitae {
  flex: 1;
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.cv-applicationpdf-wrapper-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.mb-uploaded-candidate-curriculum-vitae {
  align-self: stretch;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  color: #8b96a4;
}

.frame-group-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.frame-parent-candidate-curriculum-vitae {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.card-candidate-curriculum-vitae {
  align-self: stretch;
  flex: 1;
  border-radius: 12px;
  border: 1px solid var(--branding-color, #056cb8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 32px;
}

.card-wrapper-candidate-curriculum-vitae {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
}

.content-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.row-candidate-curriculum-vitae {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 24px 24px;
  font-size: 18px;
  color: var(--branding-color, #056cb8);
}

.build-your-resume-parent-candidate-curriculum-vitae {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}

.image-18-parent-candidate-curriculum-vitae {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  text-align: left;
  font-size: 24px;
  color: #000;
  font-family: Poppins;
}

.button-candidate-list-curriculum-vitae {
  border-radius: 8px;
  background-color: rgba(255, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  gap: 10px;
  font-size: 12px !important;
  color: #ff0000;
  width: auto !important;

  cursor: pointer;
}

.button-candidate-list-curriculum-vitae:hover {
  background-color: rgba(255, 0, 0, 0.2);
}

.iconuitrash-can-candidate-curriculum-vitae {
  width: 20px;
  height: auto;
}

.remove-file-candidate-curriculum-vitae {
  background: transparent;
  border-radius: 10px;
  color: #ff0000;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 10px;
  line-height: 1.2;
  border: 2px solid transparent;
}

.remove-file-candidate-curriculum-vitae:hover {
  background-color: rgba(255, 0, 0, 0.1);
  color: #cc0000;
}

.add-resume-candidate-curriculum-vitae {
  position: relative;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: #ff0000;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/** MARK: START Company Dashboard **/

.card-information-dashboard-container {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.card-information-dashboard-item-yellow,
.card-information-dashboard-item-green,
.card-information-dashboard-item-blue {
  flex-grow: 1;
  align-self: stretch;
  flex: 1;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  gap: 12px;
  font-size: 48px;
  color: #fff;
  position: relative;
}

.card-information-dashboard-item-yellow::after,
.card-information-dashboard-item-green::after,
.card-information-dashboard-item-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: url(../svg/ornament.svg) no-repeat bottom right;
  background-size: 100%;
}

.card-information-dashboard-item-yellow {
  background: #ffd800;
}

.card-information-dashboard-item-green {
  background: #56cdae;
}

.card-information-dashboard-item-blue {
  background: var(--branding-color, #056cb8);
}

.card-information-dashboard-item-label {
  font-size: 18px;
}

.btn-cv {
  /* color: #ff0000 !important; */
  background-color: #ffe6e6 !important;
  color: #ed3232 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 14px;
}

@media (max-width: 768px) {
  .card-information-dashboard-container {
    gap: 8px;
  }

  .card-information-company-dashboard-container {
    gap: 8px;
  }

  .card-information-dashboard-item-yellow,
  .card-information-dashboard-item-green,
  .card-information-dashboard-item-blue {
    font-size: 12px;
  }

  .card-information-dashboard-item-label {
    font-size: 10px;
  }

  .btn-cv {
    color: #ff0000 !important;
  }
}

/** END Company Dashboard**/

/** MARK: START Featured Companies **/

.company-card {
  align-self: stretch;
  padding: 24px;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  border: 1px #d6ddeb solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  width: 100%;
}

.company-card-container {
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  height: 100%;
}

.company-card-header {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.company-card-header-top {
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}

.company-card .company-logo {
  width: 64px;
  height: 64px;
}

.job-count {
  padding: 4px 12px;
  background: #f8f8fd;
  border-radius: 8px;
  color: var(--branding-color, #056cb8);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.company-name {
  position: relative;
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  word-wrap: break-word;
}

.company-location {
  align-self: stretch;
  position: relative;
  color: #8b96a4;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.company-status {
  align-self: stretch;
  justify-content: flex-start;
  align-items: baseline;
  gap: 16px;
  display: inline-flex;
  font-size: 16px;
  color: #8b96a4;
  font-weight: 400;
  line-height: 25.6px;
}

.company-status span {
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 560px) {
  .company-card {
    padding: 12px;
  }

  .company-card .company-logo {
    width: 24px;
    height: 24px;
  }

  .job-count {
    padding: 2px 2px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .company-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .company-location {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .company-status {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    gap: 4px;
  }
}

/** END Featured Companies **/
/** MARK: START Functional Area (category) **/
.functional-area-card {
  /* width: 100%;
  height: 100%;
  padding: 32px;
  background: white;
  border-radius: 24px;
  border: 1px #8b96a4 solid;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  display: inline-flex; */
}

.functional-area-card {
  background: var(--branding-color, #056cb8);
}

.functional-area-card {
  border-radius: 24px;

  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 32px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  gap: 12px;
  /* font-size: 48px; */
  color: #fff;
  position: relative;
}

.functional-area-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: url(../svg/ornament.svg) no-repeat bottom right;
  background-size: 100%;
}

.functional-area-card .image-container {
  height: 48px;
  width: 48px;
}

/* .functional-area-card .info {
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start;
  gap: 12px;
  display: flex;
  margin-top: 12px;
} */

.functional-area-card .title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.functional-area-card .info {
  /* margin-top: auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.functional-area-card .job-info {
  display: flex;
  padding: 2px 10px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--branding-color);

  border-radius: 8px;
  background: #ebeeff;
}

.functional-area-card .job-arrow {
  display: flex;
  width: 16px;
  height: 16px;
  padding: 3.801px 2.834px 4.167px 3.166px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  z-index: 1;
}

.functional-area-card .job-arrow i {
  color: var(--branding-color);
}

/* .functional-area-card .job-info div {
  position: relative;
  word-wrap: break-word;
} */

@media (max-width: 560px) {
  .functional-area-card {
    padding: 12px;
    gap: 8px;
  }

  .functional-area-card .image-container {
    height: 24px;
    width: 24px;
  }

  .functional-area-card .info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  .functional-area-card .title {
    margin-top: 8px;
    font-size: 12px;
    line-height: 120%;

    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; */
  }

  .functional-area-card .job-info {
    font-size: 10px;
    line-height: 100%;
  }
}

/** END Functional Area (category) **/
/** MARK: START Job Posted **/

.job-posted-container {
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding: 24px 40px;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.job-posted-logo {
  width: 64px;
  height: 64px;
}

.job-posted-details {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.job-posted-title {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.job-posted-meta {
  color: #8b96a4;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

a.job-posted-meta:hover {
  text-decoration: underline;
}

.job-posted-type-label {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #f8f8fd;
  border-radius: 8px;
  justify-content: right;
  align-items: center;
  gap: 16px;
  display: flex;
}

.job-posted-header {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

.job-posted-candidate-count {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #267dc5;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  word-wrap: break-word;
}

.job-posted-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.job-search-info {
  display: flex;
}

.job-search-info>* {
  display: inline;
}

.job-posted-info>* {
  display: inline;
}

.job-search-title {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.job-desc {
  color: #000;
}

/** Job List **/

.job-list-container {
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding: 24px 40px;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.job-list-logo {
  width: 64px;
  height: 64px;
}

.job-lsit-detailsx {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.job-list-titlex {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.job-list-titlex a {
  color: #000 !important;
  /* Warna teks hitam */
  font-weight: bold;
  /* Atur sesuai kebutuhan: normal, bold, dsb */
  font-family: inherit;
  /* Pakai font default halaman */
  text-decoration: none;
  /* Hilangkan garis bawah (opsional) */
}

.job-list-containerx {
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding: 24px 40px;
  background: white;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.job-list-detailsx {
  flex: 1 1 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.job-list-headerx {
  align-self: stretch;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-list-candidate-countx {
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--branding-color, #056cb8);
  font-size: 14px;

  line-height: 25.6px;
  word-wrap: break-word;
}

.job-list-infox {
  /* display: inline-flex;
  align-items: center;
  gap: 8px; */
}

.job-list-titlex {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

.job-list-infox>* {
  display: inline;
}

/** Job List **/

.job-posted-separator {
  width: 4px;
  height: 4px;
  background: #8b96a4;
  border-radius: 9999px;
}

@media (max-width: 560px) {
  .job-posted-container {
    padding: 12px;
    gap: 12px;
  }

  .job-posted-logo {
    width: 32px;
    height: 32px;
  }

  .job-posted-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .job-posted-type-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .job-posted-meta {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .job-posted-candidate-count {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .job-search-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: 50%;
  }

  /* Job List */

  .job-list-container {
    padding: 12px;
    gap: 12px;
  }

  .job-list-logo {
    width: 32px;
    height: 32px;
  }

  .job-list-title {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }

  .job-list-type-label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .job-list-meta {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .job-list-candidate-count {
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  /* Job List */

  .job-list-titlex {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
}

/** END Job Posted **/
/** MARK: START Popular Industries **/

.hmindlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 80%;
  margin: 0px auto;
}

.hmindlist a {
  border-left: 1px solid var(--branding-color, #056cb8);
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
  color: #000;
  background: #fff;
}

.hmindlist a:hover {
  background: var(--branding-color, #056cb8);
  color: #fff;
}

@media (max-width: 560px) {
  .hmindlist {
    max-width: 100%;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    gap: 4px;
  }

  .hmindlist a {
    padding: 4px 8px;
  }
}

/** END Popular Industries **/

/** MARK: START languanges edit profile **/
.language-tag {
  display: inline-flex;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 999px;
  padding: 0px 12px;
  font-size: 0.95rem;
  white-space: nowrap;
}

.language-name {
  font-weight: 600;
  color: #7b7b7b;
}

.language-separator {
  color: #6c757d;
  margin: 0 0.25rem;
  border-left: 1px solid #c2c2c2;
  height: 26px;
}

.language-level {
  color: #7b7b7b;
}

.language-remove-btn {
  border: none;
  background: none;
  font-size: 1.5rem;
  color: #7b7b7b;
  margin-left: 0.5rem;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  /* Prevent shrinking */
}

.language-remove-btn:hover {
  color: #000;
}

.language-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.language-placeholder {
  color: #999;
  margin-top: 10px;
  margin-bottom: 10px;
}

.language-card {
  border-radius: 20px;
  padding: 40px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.language-title {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  gap: 10px;
  text-align: left;
  font-size: 24px;
  color: #000;
  font-family: Poppins;
}

.row-language-edit-profile {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 0px 0px;
  gap: 16px;
  text-align: center;
  font-size: 16px;
  color: #8b96a4;
}

.language-btn-add-custom {
  border-radius: 12px;
  background-color: var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  box-sizing: border-box;
  border: none;
  outline: none;
  cursor: pointer;
  width: 300px;

  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 20px */
}

.language-btn-add-custom:hover {
  background-color: #697ad2;
}

.responsive-font {
  font-size: 8px;
  /* Mobile default */
  font-weight: 500;
}

@media (min-width: 768px) {
  .responsive-font {
    font-size: 13px;
    /* Tablet */
  }
}

@media (min-width: 992px) {
  .responsive-font {
    font-size: inherit;
  }
}

@media (max-width: 420px) {
  .searchform {
    background: #fff;

    border-radius: 15px;
    box-shadow: 0px 20px 40px 5px rgb(0 0 0 / 10%);
  }

  .searchform .btn {
    background: var(--branding-color, #056cb8);
    font-size: 14px;
    color: #fff;
    padding: 0;
    border-radius: 4px !important;
    margin-left: 10px !important;
  }

  .btn-filter-job {
    background-color: white;
    border: none;
    height: 52px;
    width: 52px;
    padding: 10px 14px;
    border-radius: 12px;
    color: #4c6ef5;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .searchform input,
  .searchform button,
  .searchform i {
    font-size: 14px !important;
    padding: 0.375rem 0.5rem;
  }

  .searchform input::placeholder {
    font-size: 14px;
  }

  .searchform button {
    padding: 0.375rem 0.6rem;
    /* Tombol jadi lebih sempit */
    width: auto;
    /* Pastikan tidak ikut melebar */
    min-width: unset;
    /* Override min-width kalau ada */
  }

  #filterJobModal .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: auto;
    max-height: 78vh;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }

  #filterJobModal.show .modal-dialog {
    transform: translateY(0);
  }

  #filterJobModal .modal-content {
    border-radius: 16px 16px 0 0;
    height: 100%;
    max-height: 78vh;
    overflow: hidden;
  }

  #filterJobModal .modal-body {
    overflow-y: auto;
    max-height: calc(78vh - 120px);
    /* Adjust header/footer */
  }

  .job-list-titlex a {
    color: #000 !important;
    /* Warna teks hitam */
    font-weight: bold;
    /* Atur sesuai kebutuhan: normal, bold, dsb */
    font-family: inherit;
    /* Pakai font default halaman */
    text-decoration: none;
    /* Hilangkan garis bawah (opsional) */
  }

  h6.text-white.d-block.d-lg-none {
    font-size: 0.775rem;
    /* Sekitar 14px */
  }
}

/** END languanges edit profile **/

/** MARK: START my job applications **/
.my-applied-jobs-company-logo-icon {
  width: 64px;
  position: relative;
  height: 64px;
}

.my-applied-jobs-company-logo-icon img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.my-applied-jobs-uiux-designer {
  position: relative;
  line-height: 120%;
  font-weight: 600;
  font-size: clamp(1rem, calc(1vw + 0.3rem), 1.2rem);
}

.my-applied-jobs-pt-nomad {
  position: relative;
  line-height: 160%;
}

.my-applied-jobs-company-name-location-job-child {
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #8b96a4;
  height: 4px;
}

.my-applied-jobs-company-name-location-job {
  height: auto;
  /* ubah dari 27px menjadi auto */
  display: flex;
  flex-wrap: wrap;
  /* agar bisa pindah ke baris baru */
  align-items: center;
  justify-content: flex-start;
  /* ubah dari center agar tidak membuat teks terpusat */
  gap: 8px;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  color: #8b96a4;
  line-height: 160%;
}

.my-applied-jobs-company-name-location-job>div {
  display: flex;
  align-items: center;
  white-space: normal;
  /* biar teks bisa melorot ke bawah */
  word-break: break-word;
  /* biar kata panjang bisa patah */
}

.my-applied-jobs-uiux-designer-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.my-applied-jobs-view-details-wrapper {
  border-radius: 8px;
  border: 1px solid var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--branding-color, #056cb8);
  white-space: nowrap;
}

.my-applied-jobs-month-ago-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  color: #8b96a4;
}

.my-applied-jobs-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.my-applied-jobs-full-time {
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.my-applied-jobs-label1 {
  border-radius: 80px;
  /* background-color: rgba(5, 213, 2, 0.1); */
  background: #05d5021a;
  color: #05d502;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.my-applied-jobs-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.8rem);
  color: #05d502;
}

.my-applied-jobs-lorem-ipsum-is {
  width: auto;
  position: relative;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  line-height: 160%;
  display: inline-block;
}

.my-applied-jobs-job-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.my-applied-jobs-job-list {
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 40px;
  box-sizing: border-box;
  gap: 24px;
  text-align: left;
  font-size: 20px;
  color: #000;
  font-family: Poppins;
  margin-bottom: 16px;
}

.my-applied-jobs-view-details-wrapper {
  border-radius: 8px;
  border: 1px solid var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.view-details-link {
  color: var(--branding-color, #056cb8);
  text-decoration: none;
  transition: color 0.3s;
}

.my-applied-jobs-view-details-wrapper:hover {
  background-color: var(--branding-color, #056cb8);
}

.my-applied-jobs-view-details-wrapper:hover .view-details-link {
  color: #fff;
}

.my-applied-jobs-uiux-designer a {
  color: #000;
  /* atau warna hitam lainnya */
  text-decoration: none;
  /* jika ingin hilangkan garis bawah */
}

.my-applied-jobs-pt-nomad a {
  color: #8b96a4;
  /* atau warna hitam lainnya */
  text-decoration: none;
  /* jika ingin hilangkan garis bawah */
}

.my-applied-jobs-time-mobile {
  display: none;
  font-size: 11px;
  color: #8b96a4;
  margin-top: 2px;
}

.company-logo-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

div.my-applied-jobs-label1[title="Part Time"] {
  background: #f8a60c1a;
  color: #f8a60c;
}

div.my-applied-jobs-label1[title="Freelance"] {
  background: #ff00001a;
  color: #ff0000;
}

div.my-applied-jobs-label1[title="Contract"] {
  background: #0c86f81a;
  color: #0c86f8;
}

div.my-applied-jobs-label1[title="Internship"] {
  background: #9b54f41a;
  color: #9b54f4;
}

div.my-applied-jobs-label1[title="First Shift (Day)"] {
  background: #afcb591a;
  color: #afcb59;
}

@media screen and (max-width: 992px) {
  .my-applied-jobs-company-logo-icon {
    width: 32px;
    height: 32px;
    align-self: self-start;
    margin-top: 8px;
    /* atur sesuai yang kamu rasa pas */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .my-applied-jobs-company-logo-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    aspect-ratio: 1;
  }

  /* .my-applied-jobs-uiux-designer {
    position: relative;
    line-height: 120%;
    font-weight: 600;
  } */

  .my-applied-jobs-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* justify-content: flex-start; */
    font-size: 12px;
    color: #000;
  }

  .my-applied-jobs-lorem-ipsum-is {
    display: none;
  }

  .my-applied-jobs-company-name-location-job-child {
    width: 4px;
    position: relative;
    border-radius: 50%;
    background-color: #8b96a4;
    height: 4px;
  }

  .my-applied-jobs-company-name-location-job {
    height: auto;
    /* ubah dari 27px menjadi auto */
    display: flex;
    flex-wrap: wrap;
    /* agar bisa pindah ke baris baru */
    align-items: center;
    justify-content: flex-start;
    /* ubah dari center agar tidak membuat teks terpusat */
    gap: 2px;
    /* font-size: 9px; */
    color: #8b96a4;
    line-height: 160%;
  }

  .my-applied-jobs-company-name-location-job>div {
    display: flex;
    align-items: center;
    white-space: normal;
    /* biar teks bisa melorot ke bawah */
    word-break: break-word;
    /* biar kata panjang bisa patah */
  }

  .my-applied-jobs-pt-nomad {
    position: relative;
    line-height: 160%;
    font-size: 12px;
  }

  .my-applied-jobs-view-details-wrapper {
    border-radius: 8px;
    border: 1px solid var(--branding-color, #056cb8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px;
    white-space: nowrap;
  }

  .my-applied-jobs-month-ago-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: var(--branding-color, #056cb8);
  }

  .my-applied-jobs-job-list {
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    gap: 12px;
    text-align: left;
    font-size: 10px;
    color: #8b96a4;
    font-family: Poppins;
  }

  .my-applied-jobs-label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.8rem);
    /* color: #05d502; */
  }

  .my-applied-jobs-time-mobile {
    display: block;
  }

  /* sembunyikan versi desktop */
  .my-applied-jobs-month-ago-parent .my-applied-jobs-pt-nomad-pc {
    display: none;
  }

  .my-applied-jobs-label-and-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
  }

  /* Show Load More Mobile */
  .my-applied-jobs-button-load-more-child {
    flex: 1;
    position: relative;
    text-decoration: underline;
    line-height: 100%;
  }

  .my-applied-jobs-button-load-more {
    width: 100%;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: var(--branding-color, #056cb8);
    font-family: Poppins;
    text-decoration: underline;
  }
}

/** END my job applications **/

/* MARK: START Pagination My Job Applications */
.my-applied-jobs-pagiWrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  margin-top: 24px;
}

.my-applied-jobs-topstatinfo {
  margin-bottom: 2px;
  white-space: nowrap;
  /* biar tidak turun ke bawah */
}

.my-applied-jobs-pagination-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.my-applied-jobs-pagiWrap {
  display: block;
}

.my-applied-jobs-button-load-more {
  display: none;
}

@media (max-width: 992px) {
  .my-applied-jobs-pagiWrap {
    display: none !important;
  }

  .my-applied-jobs-button-load-more {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  #btn-load-more-my-applied-jobs {
    cursor: pointer;
    text-decoration: none;
    color: var(--branding-color, #056cb8);
    transition: all 0.2s ease-in-out;
  }

  #btn-load-more-my-applied-jobs:hover {
    text-decoration: underline;
    color: var(--branding-color, #056cb8);
  }
}

/** MARK: START my job applications **/
.my-applied-jobs-company-logo-icon {
  width: 64px;
  position: relative;
  height: 64px;
}

.my-applied-jobs-uiux-designer {
  position: relative;
  line-height: 120%;
  font-weight: 600;
  font-size: clamp(1rem, calc(1vw + 0.3rem), 1.2rem);
}

.my-applied-jobs-pt-nomad {
  position: relative;
  line-height: 160%;
}

.my-applied-jobs-company-name-location-job-child {
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #8b96a4;
  height: 4px;
}

.my-applied-jobs-company-name-location-job {
  height: auto;
  /* ubah dari 27px menjadi auto */
  display: flex;
  flex-wrap: wrap;
  /* agar bisa pindah ke baris baru */
  align-items: center;
  justify-content: flex-start;
  /* ubah dari center agar tidak membuat teks terpusat */
  gap: 8px;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  color: #8b96a4;
  line-height: 160%;
}

.my-applied-jobs-company-name-location-job>div {
  display: flex;
  align-items: center;
  white-space: normal;
  /* biar teks bisa melorot ke bawah */
  word-break: break-word;
  /* biar kata panjang bisa patah */
}

.my-applied-jobs-uiux-designer-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.my-applied-jobs-view-details-wrapper {
  border-radius: 8px;
  border: 1px solid var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--branding-color, #056cb8);
  white-space: nowrap;
}

.my-applied-jobs-month-ago-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  color: #8b96a4;
}

.my-applied-jobs-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.my-applied-jobs-full-time {
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.my-applied-jobs-label1 {
  border-radius: 80px;
  /* background-color: rgba(5, 213, 2, 0.1); */
  background: #05d5021a;
  color: #05d502;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.my-applied-jobs-label {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.8rem);
  color: #05d502;
}

.my-applied-jobs-lorem-ipsum-is {
  width: auto;
  position: relative;
  font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.9rem);
  line-height: 160%;
  display: inline-block;
}

.my-applied-jobs-job-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
}

.my-applied-jobs-job-list {
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 40px;
  box-sizing: border-box;
  gap: 24px;
  text-align: left;
  font-size: 20px;
  color: #000;
  font-family: Poppins;
  margin-bottom: 16px;
}

.my-applied-jobs-view-details-wrapper {
  border-radius: 8px;
  border: 1px solid var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: transparent;
  transition: background-color 0.3s;
}

.view-details-link {
  color: var(--branding-color, #056cb8);
  text-decoration: none;
  transition: color 0.3s;
}

.my-applied-jobs-view-details-wrapper:hover {
  background-color: var(--branding-color, #056cb8);
}

.my-applied-jobs-view-details-wrapper:hover .view-details-link {
  color: #fff;
}

.my-applied-jobs-uiux-designer a {
  color: #000;
  /* atau warna hitam lainnya */
  text-decoration: none;
  /* jika ingin hilangkan garis bawah */
}

.my-applied-jobs-pt-nomad a {
  color: #8b96a4;
  /* atau warna hitam lainnya */
  text-decoration: none;
  /* jika ingin hilangkan garis bawah */
}

.my-applied-jobs-time-mobile {
  display: none;
  font-size: 11px;
  color: #8b96a4;
  margin-top: 2px;
}

.company-logo-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

div.my-applied-jobs-label1[title="Part Time"] {
  background: #f8a60c1a;
  color: #f8a60c;
}

div.my-applied-jobs-label1[title="Freelance"] {
  background: #ff00001a;
  color: #ff0000;
}

div.my-applied-jobs-label1[title="Contract"] {
  background: #0c86f81a;
  color: #0c86f8;
}

div.my-applied-jobs-label1[title="Internship"] {
  background: #9b54f41a;
  color: #9b54f4;
}

div.my-applied-jobs-label1[title="First Shift (Day)"] {
  background: #afcb591a;
  color: #afcb59;
}

@media screen and (max-width: 992px) {
  .my-applied-jobs-company-logo-icon {
    width: 32px;
    height: 32px;
    align-self: self-start;
    margin-top: 8px;
    /* atur sesuai yang kamu rasa pas */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .my-applied-jobs-company-logo-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* .my-applied-jobs-uiux-designer {
    position: relative;
    line-height: 120%;
    font-weight: 600;
  } */

  .my-applied-jobs-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* justify-content: flex-start; */
    font-size: 12px;
    color: #000;
  }

  .my-applied-jobs-lorem-ipsum-is {
    display: none;
  }

  .my-applied-jobs-company-name-location-job-child {
    width: 4px;
    position: relative;
    border-radius: 50%;
    background-color: #8b96a4;
    height: 4px;
  }

  .my-applied-jobs-company-name-location-job {
    height: auto;
    /* ubah dari 27px menjadi auto */
    display: flex;
    flex-wrap: wrap;
    /* agar bisa pindah ke baris baru */
    align-items: center;
    justify-content: flex-start;
    /* ubah dari center agar tidak membuat teks terpusat */
    gap: 2px;
    /* font-size: 9px; */
    color: #8b96a4;
    line-height: 160%;
  }

  .my-applied-jobs-company-name-location-job>div {
    display: flex;
    align-items: center;
    white-space: normal;
    /* biar teks bisa melorot ke bawah */
    word-break: break-word;
    /* biar kata panjang bisa patah */
  }

  .my-applied-jobs-pt-nomad {
    position: relative;
    line-height: 160%;
    font-size: 12px;
  }

  .my-applied-jobs-view-details-wrapper {
    border-radius: 8px;
    border: 1px solid var(--branding-color, #056cb8);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px;
    white-space: nowrap;
  }

  .my-applied-jobs-month-ago-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: var(--branding-color, #056cb8);
  }

  .my-applied-jobs-job-list {
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    gap: 12px;
    text-align: left;
    font-size: 10px;
    color: #8b96a4;
    font-family: Poppins;
  }

  .my-applied-jobs-label {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: clamp(0.2rem, calc(1vw + 0.3rem), 0.8rem);
    /* color: #05d502; */
  }

  .my-applied-jobs-time-mobile {
    display: block;
  }

  /* sembunyikan versi desktop */
  .my-applied-jobs-month-ago-parent .my-applied-jobs-pt-nomad-pc {
    display: none;
  }

  .my-applied-jobs-label-and-time {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 12px;
  }

  /* Show Load More Mobile */
  .my-applied-jobs-button-load-more-child {
    flex: 1;
    position: relative;
    text-decoration: underline;
    line-height: 100%;
  }

  .my-applied-jobs-button-load-more {
    width: 100%;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: var(--branding-color, #056cb8);
    font-family: Poppins;
    text-decoration: underline;
  }
}

/** END my job applications **/

/* MARK: START Pagination My Job Applications */
.my-applied-jobs-pagiWrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  margin-top: 24px;
}

.my-applied-jobs-topstatinfo {
  margin-bottom: 2px;
  white-space: nowrap;
  /* biar tidak turun ke bawah */
}

.my-applied-jobs-pagination-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.my-applied-jobs-pagiWrap {
  display: block;
}

.my-applied-jobs-button-load-more {
  display: none;
}

@media (max-width: 992px) {
  .my-applied-jobs-pagiWrap {
    display: none !important;
  }

  .my-applied-jobs-button-load-more {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  #btn-load-more-my-applied-jobs {
    cursor: pointer;
    text-decoration: none;
    color: var(--branding-color, #056cb8);
    transition: all 0.2s ease-in-out;
  }

  #btn-load-more-my-applied-jobs:hover {
    text-decoration: underline;
    color: var(--branding-color, #056cb8);
  }
}

/** MARK START: revisi edit slicing languages **/
.language {
  flex: 1;
  position: relative;
  line-height: 100%;
}

.language-add-your-project {
  line-height: 100%;
  font-weight: 600;
  white-space: nowrap;
}

.language-button {
  position: absolute;
  top: 12px;
  right: 24px;
  border-radius: 16px;
  background-color: var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  /* Lebih besar dari sebelumnya */
  font-size: 14px;
  /* Lebih besar dari sebelumnya */
  color: #fff;
  /* z-index: 10; */
  cursor: pointer;
}

.language-add-resume {
  font-weight: 600;
  white-space: nowrap;
}

.language-tilte {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 24px;
  box-sizing: border-box;
  gap: 10px;
  text-align: left;
  font-size: 16px;
  color: #000;
}

/* Responsive - Optional */
@media (max-width: 768px) {
  .language-tilte {
    flex-direction: column;
    align-items: flex-start;
  }

  .language-button {
    top: 10px;
    right: 1px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .language-tag {
    font-size: 0.8rem;
  }
}

/** END revisi edit slicing languages **/

/** MARK: START EDUCATION page-cms-candidate-slicing-education-edit-profile **/

.education-icon {
  margin-right: 5px;
}

.education {
  flex: 1;
  position: relative;
  line-height: 100%;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.education-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
}

.education-button-modal {
  background-color: var(--branding-color, #056cb8) !important;
}

.education-button {
  width: 300px;
  height: 52px;
  border: none;
  border-radius: 12px;
  background-color: var(--branding-color, #056cb8) !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.education-row {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 24px 24px;
  gap: 16px;
  font-size: 16px;
  color: #8b96a4;
}

.education-updates {
  flex: 1;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.education-build {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.education-button-add {
  position: relative;
  line-height: 100%;
  font-weight: 600;
  border-radius: 12px;
  background-color: var(--branding-color, #056cb8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  height: 48px;
  border: none;
  margin-top: unset;
}

.education-logo-icon {
  width: 70px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.education-name-edit-delete {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  font-size: 18px;
  color: #000;
}

.education-name {
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.iconuitrash-can {
  width: 16px;
  position: relative;
  max-height: 100%;
}

.education-action-button {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
  gap: 4px;
}

.education-delete-button {
  position: relative;
  line-height: 100%;
  color: red;
  display: flex;
}

.education-edit-button {
  position: relative;
  line-height: 100%;
  color: blue;
  display: flex;
}

.education-edit {
  color: blue;
}

.iconuiedit-1 {
  width: 16px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.education-button-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  font-size: 16px;
  color: #ff0000;
}

.education-postgraduate-degree {
  position: relative;
  line-height: 160%;
  font-weight: 500;
  color: #000;
}

.frame-child {
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #8b96a4;
  height: 4px;
}

.education-postgraduate-name {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.education-detail {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}

.education-main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.education-card {
  align-self: stretch;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  gap: 24px;
}

.education-card-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 24px;
  gap: 24px;
  color: #8b96a4;
}

.education-show-more {
  width: 196px;
  position: relative;
  height: 26px;
  color: var(--branding-color, #056cb8);
}

.education-show-more a {
  color: var(--branding-color, #056cb8);
}

.education-row-bottom {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: var(--branding-color, #056cb8);
}

.education-updates-wrapper {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
}

.education-build-parent {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}

.education-profile {
  width: 100%;
  position: relative;
  background-color: #fff;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  text-align: left;
  font-size: 24px;
  color: #000;
  font-family: Poppins;
}

.education-delete-text {
  margin-left: 10%;
}

.education-edit-text {
  margin-left: 10%;
}

.error-text {
  color: #dc3545;
  font-size: 0.875em;
}

.mobile-show {
  display: none;
}

.major-subject-select2-multiple {
  height: 40px;
}

.select2-selection__placeholder {
  color: black;
}

/* mobile */
@media only screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .education {
    font-size: 16px;
  }

  .education-button {
    width: 100%;
    height: 12px;
    font-size: 14px;
  }

  .education-button-modal {
    width: 100%;
    font-size: 14px;
    background-color: var(--branding-color, #056cb8) !important;
  }

  .education-button-add {
    font-size: 10px;
    height: 10px;
    margin-top: 0px;
  }

  .education-logo-icon {
    width: 60px;
    object-fit: cover;
    height: auto;
  }

  .education-card {
    width: 100%;
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    gap: 12px;
    text-align: left;
    font-size: 10px;
    color: #8b96a4;
    font-family: Poppins;
  }

  .education-name {
    position: relative;
    font-size: 12px;
    line-height: 160%;
    font-weight: 600;
    font-family: Poppins;
    color: #000;
    text-align: left;
  }

  .education-delete-text {
    display: none;
  }

  .education-edit-text {
    display: none;
  }

  .education-postgraduate-degree-parent {
    display: block;
    align-items: flex-start;
  }

  .education-postgraduate-name {
    height: auto;
  }

  .education-mt-2 {
    margin-top: 0.5rem;
  }

  .frame-child {
    display: none;
  }

  .education-row-bottom {
    display: flex;
    justify-content: flex-end;
    /* Pindahkan ke kanan */
    align-items: flex-end;
    /* Pindahkan ke bawah kalau parent-nya cukup tinggi */
    width: 100%;
  }

  .education-show-more {
    text-align: right;
    font-size: smaller;
  }
}

/** END page-cms-candidate-slicing-education-edit-profile **/

/** MARK: START slicing contact us page **/
.contact-inner-page {
  margin-top: 3rem;
}

.contact-custom-form-control {
  display: flex;
  height: 50px;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px;

  font-family: Poppins;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}

.contact-custom-form-control::placeholder {
  color: #7b7b7b;
}

.contact-custom-text-area {
  display: flex;
  height: 150px;
  padding: 12px 20px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 24px;

  font-family: Poppins;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}

.contact-custom-text-area::placeholder {
  color: #7b7b7b;
}

.contact-submit-button {
  border-radius: 24px;
  background-color: var(--branding-color, #056cb8) !important;
}

.contact-page-icon {
  width: 37px;
}

.contact-us-git {
  position: relative;
  font-size: 32px;
  font-family: Poppins;
  color: #000;
  text-align: left;
}

.contact-strong-text {
  font-weight: 600;
}

.contact-purple-text {
  color: var(--branding-color, #056cb8);
  font-weight: 250;
}

.contact-map {
  margin-top: 3rem;
}

.contact-links {
  margin-top: 3rem;
}

.page-heading {
  color: white;
  font-size: 2.5rem;
}

.heading-subtitle {
  margin-top: -0.5rem;
}

.heading-subtitle-text {
  color: white;
  font-size: 1.2rem;
}

.heading-subtitle-span {
  color: #ffd302;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .contact-inner-page {
    margin-top: 1rem;
  }

  .contact-row-mobile {
    padding: 1rem;
  }

  .contact-us-git {
    font-size: 1.1rem;
  }

  .contact-subtitle {
    font-size: 12px;
    margin-bottom: 1rem !important;
  }

  .contact-mobile-mb-1 {
    margin-bottom: 0.8rem !important;
  }

  .contact-custom-form-control {
    display: flex;
    height: 35px;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;

    font-family: Poppins;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
  }

  .contact-custom-form-control::placeholder {
    color: #7b7b7b;
  }

  .contact-custom-text-area {
    display: flex;
    height: 150px;
    padding: 12px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 24px;

    font-family: Poppins;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.14px;
  }

  .contact-custom-text-area::placeholder {
    color: #7b7b7b;
    font-size: 0.6rem;
  }

  .contact-custom-text-area {
    height: 5rem;
  }

  .contact-submit-button {
    font-size: 0.8rem;
  }

  .contact-links .p-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-page-icon {
    margin-bottom: -1px;
    width: 1rem;
  }

  .contact-links {
    margin-top: 1rem;
  }

  .contact-strong-text {
    font-weight: 600;
    font-size: 12px;
  }

  .contact-purple-text {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .contact-icon-subtitle {
    margin-top: -0.5rem !important;
  }

  .contact-map-div {
    padding: unset;
  }

  .contact-map {
    /* width:345px; */
    height: 444px;
    margin-top: 0.8rem;
  }

  .page-heading {
    color: white;
    font-size: 1rem;
  }

  .heading-subtitle {
    margin-top: -1rem;
  }

  .heading-subtitle-text {
    color: white;
    font-size: 0.7rem;
  }

  .heading-subtitle-span {
    color: #ffd302;
    font-size: 0.7rem;
  }

  .btn-humberger {
    background: none;
    color: white;
  }

  .custom-bar-icon-size {
    font-size: 1.25rem;
  }
}

/* END Contact Us */

/** MARK START: Show Less data on My Applied Jobs **/

.my-applied-jobs-button-load-less-child {
  flex: 1;
  position: relative;
  text-decoration: underline;
  line-height: 100%;
}

@media (max-width: 992px) {
  #btn-show-less-my-applied-jobs:hover {
    background-color: #e2e2e2;
    color: #222;
  }

  .my-applied-jobs-button-load-less {
    width: 100%;
    position: relative;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: var(--branding-color, #056cb8);
    font-family: Poppins;
    text-decoration: underline;
  }

  #btn-show-less-my-applied-jobs {
    cursor: pointer;
    text-decoration: none;
    color: var(--branding-color, #056cb8);
    transition: all 0.2s ease-in-out;
  }

  #btn-show-less-my-applied-jobs:hover {
    text-decoration: underline;
    color: var(--branding-color, #056cb8);
  }
}

/** END Show Less data on My Applied Jobs **/

/** MARK: START cutome modal-dialog **/
.modal.show .custom-modal-dialog {
  transform: none;
}

.custom-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;

  /* Meniru modal-dialog */
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;

  /* Fix untuk dropdown Select2 */
  overflow: visible !important;
}

.custom-modal-dialog .modal-content {
  pointer-events: auto;
  overflow: visible;
  /* fix tambahan */
}

.modal.custom-hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/** END: End Custome **/

/** MARK START: page cms candidate slicing project edit profile **/
.project-card {
  align-self: stretch;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  gap: 24px;
}

.project-card-image {
  width: 20rem;
  height: 10rem;
  position: relative;
  max-height: 100%;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #f6efef;
}

.project-date {
  margin-bottom: 0.8rem;
}

.project-description {
  display: -webkit-box;
  overflow: auto;
  text-overflow: auto;
  text-align: justify;
  line-height: 1.5rem;
  max-height: 6.1rem;
}

.project-description::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  .project-card {
    width: 100%;
    position: relative;
    border-radius: 24px;
    background-color: #fff;
    display: block;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    box-sizing: border-box;
    gap: 12px;
    text-align: left;
    font-size: 10px;
    color: #8b96a4;
    font-family: Poppins;
  }

  .project-card-image {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 24px;
    border: 1px solid #f6efef;
    object-fit: cover;
  }

  .project-description {
    display: -webkit-box;
    overflow: auto;
    text-overflow: auto;
    text-align: justify;
    line-height: 1rem;
    max-height: 4rem;
  }
}

/* END page cms candidate slicing project edit profile */

/** MARK Start: custom modal lg for select2 **/
.modal.show .custom-modal-dialog-lg {
  transform: none;
}

.custom-modal-dialog-lg {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;

  /* Meniru modal-dialog modal-lg */
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;

  /* Fix untuk dropdown Select2 */
  overflow: visible !important;
}

.custom-modal-dialog-lg .modal-content {
  pointer-events: auto;
  overflow: visible;
  /* fix tambahan */
}

.modal.custom-hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/** END modal custom lg **/

/** MARK: START repair card image project (mobile) **/
@media only screen and (max-width: 768px) {
  .project-card-image {
    align-self: stretch;
    position: relative;
    border-radius: 24px;
    max-width: 100%;
    overflow: hidden;
    height: 91px;
    flex-shrink: 0;
    object-fit: cover;
  }
}

/** END: repair card image project (mobile) **/

/** MARK: START button outline resume create with AI **/

.add-your-project-outline-button {
  background-color: transparent;
  box-sizing: border-box;
  position: relative;
  line-height: 100%;
  font-weight: 600;
  border-radius: 12px;
  display: block;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: unset;
  color: var(--branding-color, #056cb8);
  border: 1px solid var(--branding-color, #056cb8);
  outline: none;
  cursor: pointer;
  /* width: 300px; */

  padding: 16px 18px;
  font-size: 20px;
  font-weight: 600;
}

.education-button-add-outline:hover,
.add-your-project-outline-button:hover {
  background-color: var(--branding-color, #056cb8);
  color: #fff;
}

.education-button-add-outline {
  position: relative;
  line-height: 100%;
  font-weight: 600;
  border-radius: 12px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  color: var(--branding-color, #056cb8);
  height: 48px;
  border: 1px solid var(--branding-color, #056cb8);
  margin-top: unset;
}

.text-truncate-title-resume {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .education-button-add-outline {
    font-size: 10px;
    height: 10px;
    margin-top: 0px;
  }
}

/** END: button outline resume create with AI **/

/** MARK : START company job poster**/

.company-posted-jobs-posted {
  flex: 1;
  position: relative;
  font-size: 24px;
  line-height: 100%;
}

.company-posted-iconlightsearch {
  width: 20px;
  position: relative;
  height: 20px;
}

.company-posted-search-job {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;

  /* Tambahan khusus agar input tampil seperti teks biasa */
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.company-posted-search-job::placeholder {
  color: inherit;
  opacity: 1;
  /* untuk memastikan placeholder tidak terlalu pudar */
}

.company-posted-iconlightsearch-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.company-posted-input {
  align-self: stretch;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
}

.company-posted-button-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #5371ff;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.company-posted-button-icon:hover {
  background-color: #4158d0;
}

.company-posted-input-parent {
  width: 285px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: #7b7b7b;
}

.company-posted-rp {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  display: none;
}

.company-posted-active {
  flex: 1;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.company-posted-iconarrowdown-2 {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.company-posted-select-field-filter {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  color: #757575;
  /* Hilangkan default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Tambahkan arrow seperti Bootstrap */
  background-image: url(../assets/icons/up-without-fill.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  /* supaya teks tidak menabrak arrow */
  cursor: pointer;
}

.company-posted-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  gap: 24px;
}

.company-posted-social-media-assistant {
  position: relative;
  line-height: 120%;
  font-weight: 600;
}

.company-posted-social-media-assistant-wrapper {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.company-posted-toggle-left-icon {
  /* width: 55.4px; */
  border-radius: 100px;
  /* height: 20.8px; */
  object-fit: contain;
}

.company-posted-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.company-posted-iconuilocation {
  width: 20px;
  position: relative;
  max-height: 100%;
}

.company-posted-pt-nomad {
  position: relative;
  line-height: 160%;
}

.company-posted-company-name-location-job-child {
  width: 4px;
  position: relative;
  border-radius: 50%;
  background-color: #8b96a4;
  height: 4px;
}

.company-posted-company-name-location-job {
  height: 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.company-posted-full-time1 {
  position: relative;
  line-height: 160%;
  font-weight: 600;
}

.company-posted-label {
  border-radius: 80px;
  background-color: rgba(5, 213, 2, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}

.company-posted-full-time {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.company-posted-company-name-location-job2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #05d502;
}

.company-posted-company-name-location-job-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.company-posted-chat-started {
  position: relative;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #8b96a4;
}

.company-posted-manage-candidate {
  position: relative;
}

.company-posted-manage-candidate-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.company-posted-button {
  border-radius: 12px;
  background-color: #5371ff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
}

.company-posted-button a {
  color: #fff !important;
}

.company-posted-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.company-posted-frame-child {
  align-self: stretch;
  width: 0.6px;
  position: relative;
  max-height: 100%;
  object-fit: contain;
}

.company-posted-frame-group {
  align-self: stretch;
  flex: 1;
  border-radius: 24px;
  border: 1px solid #ededed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
  gap: 8px;
  font-size: 20px;
  color: #000;
}

.company-posted-job-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  font-size: 16px;
  color: #8b96a4;
}

.company-posted-job-list {
  align-self: stretch;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 40px;
  gap: 12px;
}

.company-posted-button3 {
  border-radius: 12px;
  border: 1px solid #dedede;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 12px;
}

.company-posted-button-icon2 {
  width: 48px;
  border-radius: 12px;
  height: 40px;
  overflow: hidden;
  flex-shrink: 0;
  align-content: center;
  border: 1px solid #dedede;
}

.company-posted-button3:hover,
.company-posted-button-icon2:hover {
  background-color: #5371ff;
  color: white;
}

.company-posted-button-parent {
  width: 100%;
  border-radius: 12px;
  background-color: rgba(245, 245, 245, 0.96);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 16px;
  box-sizing: border-box;
  gap: 16px;
  text-align: center;
  font-size: 16px;
  color: #5371ff;
}

.company-posted-card-posted-job {
  align-self: stretch;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 0px 0px;
  gap: 16px;
}

.company-posted-showing-jobs {
  align-self: stretch;
  /* width: 205px; */
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.company-posted-previous {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-posted-button-pacific-patent-multiglo {
  width: 110px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
  gap: 8px;
}

.company-posted-next {
  flex: 1;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-posted-iconlightright {
  width: 24px;
  position: relative;
  height: 24px;
}

.company-posted-button-pacific-patent-multiglo1 {
  width: 110px;
  border-radius: 6px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
  gap: 8px;
  color: #5371ff;
}

.company-posted-button-pacific-patent-multiglo-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: end;
  gap: 8px;
  color: #000;

  flex-wrap: wrap;
}

.company-posted-showing-jobs-1-4-total-10-parent {
  /* align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; */

  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.company-posted-pagination {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px 24px 32px;
  font-size: 16px;
  color: #7b7b7b;
}

.company-posted-row-job-posted {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 24px 24px;
  gap: 32px;
  font-size: 20px;
}

.company-posted-job-updates {
  flex: 1;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: Poppins;
}

.company-posted-all-category {
  flex: 1;
  position: relative;
  line-height: 20px;
}

.company-posted-select-menu-item {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 16px 10px 40px;
}

.company-posted-select-option {
  width: 182px;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 0px;
  max-width: 90%;
  max-height: 90%;
  text-align: left;
  font-size: 14px;
  color: #404040;
  font-family: Poppins;
}

.company-posted-select-field select {
  display: none;
  /*hide original SELECT element:*/
}

.company-posted-select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.company-posted-select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.company-posted-select-selected.company-posted-select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.company-posted-select-items div,
.company-posted-select-selected {
  color: inherit;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.company-posted-select-items {
  position: absolute;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  padding: 8px 0px;
  text-align: left;
  font-size: 14px;
  color: #404040;
  font-family: Poppins;

  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  top: 100%;
  left: 0;
  right: 0;
  z-index: 80;
}

/*hide the items when the select box is closed:*/
.company-posted-select-hide {
  display: none;
}

.company-posted-select-items div {
  display: flex;
  align-items: center;
  /* teks vertikal tengah */
  padding: 10px 16px 10px 40px;
  /* padding konsisten */
  border-radius: 0px;
  /* agar hover tetap terlihat rapi */
}

/* Hover dan selected state */
.company-posted-select-items div:hover,
.scompany-posted-same-as-selected {
  background-color: #5371ff;
  color: white;
  /* Tidak perlu set padding di sini! */
}

.company-posted-toggle-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 80px;
  height: 28px;
  font-family: sans-serif;
}

.company-posted-toggle-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}

.company-posted-toggle-label {
  background-color: #ccc;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  transition: background-color 0.3s;
  padding: 0 8px;
  box-sizing: border-box;
  width: inherit;
}

.company-posted-toggle-label:before {
  content: "Non Active";
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 11px;
  transition: 0.3s;
  white-space: nowrap;
}

.company-posted-toggle-label:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 4px;
  top: 4px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.company-posted-toggle-wrapper input:checked+.company-posted-toggle-label {
  background-color: #09c726;
}

.company-posted-toggle-wrapper input:checked+.company-posted-toggle-label:before {
  content: "Active";
  left: 20%;
}

.company-posted-toggle-wrapper input:checked+.company-posted-toggle-label:after {
  transform: translateX(44px);
}

.company-posted-button-icon2,
.company-posted-button,
.dropdown-item,
.company-posted-button3 {
  cursor: pointer;
}

.company-posted-dropdown-toggle::after {
  display: none;
  /* Sembunyikan panah bawaan */
}

.company-job-posted-dropdown:hover {
  background-color: #5371ff !important;
  color: #fff !important;
}

.company-job-posted-dropdown {
  color: #5371ff !important;
}

.company-posted-select-filter-company-job {
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
}

.company-job-posted-dropdown-item {
  color: #5371ff !important;
}

.company-job-posted-dropdown-item:hover {
  background-color: #5371ff !important;
  color: #fff !important;
}

/* select.form-control option {
  background-color: red !important;
  color: white;
} */

@media (max-width: 768px) {
  .company-posted-showing-jobs-1-4-total-10-parent {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-posted-button-pacific-patent-multiglo-parent {
    width: 100%;
    justify-content: space-between;
  }

  .pagination-button {
    flex: 1;
    justify-content: center;
  }
}

/** END : company job posted**/

.select2-container--bootstrap-5 {
  width: 100% !important;
}

/** MARK : START Applied job poster**/

.applied-job-jobs-posted {
  flex: 1;
  position: relative;
  font-size: 24px;
  line-height: 100%;
}

.applied-job-iconlightsearch {
  width: 20px;
  position: relative;
  height: 20px;
}

.applied-job-search-job {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;

  /* Tambahan khusus agar input tampil seperti teks biasa */
  font-family: inherit;
  font-size: 16px;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.applied-job-search-job::placeholder {
  color: inherit;
  opacity: 1;
  /* untuk memastikan placeholder tidak terlalu pudar */
}

.applied-job-iconlightsearch-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.applied-job-input {
  align-self: stretch;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
}

.applied-job-button-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #5371ff;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.applied-job-button-icon:hover {
  background-color: #4158d0;
}

.applied-job-input-parent {
  width: 285px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: #7b7b7b;
}

.applied-job-rp {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  display: none;
}

.applied-job-active {
  flex: 1;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.applied-job-iconarrowdown-2 {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.applied-job-select-field-filter {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  color: #757575;
  /* Hilangkan default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Tambahkan arrow seperti Bootstrap */
  background-image: url(../assets/icons/up-without-fill.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  /* supaya teks tidak menabrak arrow */
  cursor: pointer;
}

.applied-job-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: flex-start; */
  padding: 0px 24px 24px 30px;
  gap: 24px;
}

.applied-job-title-apllied {
  flex: 1 0 0;
}

.applied-job-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  padding: 24px 30px 24px 30px;
  overflow: auto;
}

.applied-job-panel-all {
  display: flex;
  width: 55px;
  padding: 16px 0px;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}

.apllied-job-panel-col.active {
  border-radius: 24px;
  border-bottom: 4px solid var(--5371FF, #5371ff);
  background: #fff;
}

.applied-job-panel span {
  color: #5371ff;
  /* Warna biru */
}

.applied-job-panel-all-count {
  display: flex;
  width: 20px;
  height: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;

  border-radius: 100px;
  background: #fff;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.apllied-job-panel-col {
  display: flex;
  padding: 16px 0px;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  /* flex: 1 0 0; */

  cursor: pointer;
}

.my-applied-jobs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.my-applied-jobs-list-card {
  display: flex;
  padding: 24px 0px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;

  border-radius: 24px;
  background: #fff;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.my-applied-jobs-card-in {
  display: flex;
  padding: 0px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.my-applied-jobs-card-in-title {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.my-applied-jobs-card-in-title-wrap {
  display: flex;
  height: 24px;
  /* padding-right: 474px; */
  align-items: center;
  flex: 1 0 0;
}

.my-applied-jobs-card-in-title-wrap-title {
  display: flex;
  height: 24px;
  /* padding-right: 474px; */
  align-items: center;
  flex: 1 0 0;
  font-weight: 600;
}

.my-applied-jobs-card-in-title-wrap-title a {
  font-size: 18px;
}

.my-applied-jobs-card-in-title-wrap-apply {
  display: flex;
  align-items: center;
  gap: 24px;
}

.my-applied-jobs-card-in-title-wrap-apply-time {
  color: #8b96a4;

  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.my-applied-jobs-card-in-title-wrap-apply-status {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #5371ff;
  /* Warna biru */
  font-weight: 600;
}

.my-applied-jobs-card-in-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.my-applied-jobs-card-in-company-location {
  display: flex;
  height: 27px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.my-applied-jobs-card-in-company-location-icon {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 2.082px 3.333px 2.085px 3.333px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.my-applied-jobs-card-in-company-location-name {
  color: #8b96a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.my-applied-jobs-card-in-company-location-time {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.my-applied-jobs-card-in-company-location-time-badge {
  display: flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;

  border-radius: 80px;
  background: rgba(5, 213, 2, 0.1);
}

.my-applied-jobs-card-in-company-location-time-text {
  color: #05d502;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 22.4px */
}

.my-applied-jobs-card-in-chat {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.my-applied-jobs-card-in-chat-message {}

.my-applied-jobs-card-in-chat-message-fill {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.my-applied-jobs-card-in-chat-message-time {
  flex: 1 0 0;

  color: #8b96a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.my-applied-jobs-card-in-chat-message-see {
  display: flex;
  width: 153px;
  height: 24px;
  padding: 4px 0px 3px 58px;
  justify-content: flex-end;
  align-items: center;
  color: #5371ff;
  /* Warna biru */
}

.applied-posted-row-job-posted {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 24px 24px;
  gap: 32px;
  font-size: 20px;
}

.applied-posted-job-updates {
  flex: 1;
  width: 100%;
  position: relative;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: Poppins;
}

.applied-posted-all-category {
  flex: 1;
  position: relative;
  line-height: 20px;
}

.applied-posted-select-menu-item {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 16px 10px 40px;
}

.my-applied-jobs-card-in-apply {
  display: none;
  /* Hide by default */
}

.my-applied-jobs-card-in-title-wrap-apply-time {
  display: block;
  /* Show these on larger screens by default */
}

/* Default: Hide the mobile search and show the web search */
#applied-job-title-mobile {
  display: none;
  /* Hide on desktop */
}

#applied-job-input {
  display: block;
  /* Show on desktop */
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .applied-job-title {
    flex-direction: row;
    text-overflow: ellipsis;
    /* Add ellipsis when text overflows */
    overflow: hidden;
    /* Hide the overflowing content */
    white-space: nowrap;
    /* Prevent wrapping */
  }

  .my-applied-jobs-card-in-company-location-name {
    text-overflow: ellipsis;
    /* Add ellipsis when text overflows */
    overflow: hidden;
    /* Hide the overflowing content */
    white-space: nowrap;
    /* Prevent wrapping */
  }

  .my-applied-jobs-pt-nomad {
    text-overflow: ellipsis;
    /* Add ellipsis when text overflows */
    overflow: hidden;
    /* Hide the overflowing content */
    white-space: nowrap;
    /* Prevent wrapping */
  }

  /* Optional: Adjust button for mobile */
  .applied-job-button-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  /* Hide the web search */
  #applied-job-input {
    display: none;
    /* Hide on mobile */
  }

  /* Show the mobile-specific search */
  #applied-job-title-mobile {
    display: block;
    /* Show on mobile */
  }

  #applied-job-title-mobile {
    display: flex;
  }

  #statusDropdown {
    border: none !important;
    /* Removes the default border */
    box-shadow: none !important;
    /* Removes any shadow applied by Bootstrap */
    background-color: transparent;
    /* Keeps the background transparent */
  }
}

/* Media query for screens 768px or below */
@media (max-width: 768px) {
  .applied-job-panel {
    display: none;
    /* Hide the panel on smaller screens */
  }
}

/* Media query for screens 768px or below */
@media (max-width: 768px) {
  .my-applied-jobs-list-card {
    padding: 16px 8px;
    /* Reduce padding for smaller screens */
    gap: 16px;
    /* Adjust gap between elements */
  }

  .my-applied-jobs-card-in-title-wrap-apply-time {
    display: none;
    /* Hide these on mobile */
  }

  .my-applied-jobs-card-in-apply {
    display: block;
    /* Show this only on mobile */
  }

  .my-applied-jobs-card-in {
    padding: 0 16px;
    /* Adjust padding inside the card */
    font-size: 12px;
  }

  .my-applied-jobs-card-in-title-wrap {
    flex-direction: row;
    /* Ensure that the title and apply time stay on the same line */
    justify-content: space-between;
    /* Distribute space evenly between elements */
    gap: 16px;
    /* Adjust the gap */
  }

  .my-applied-jobs-card-in-title-wrap-title {
    font-size: 16px;
    /* Reduce font size for mobile */
    white-space: nowrap;
    /* Prevent the title from wrapping */
  }

  .my-applied-jobs-card-in-title-wrap-apply {
    flex-direction: row;
    /* Ensure the apply time stays in one row */
    align-items: center;
    /* Vertically align the content */
    gap: 8px;
    /* Adjust the gap between elements */
  }

  .my-applied-jobs-card-in-title-wrap-apply-time {
    font-size: 14px;
    /* Adjust font size for mobile */
    color: #8b96a4;
    /* Adjust color */
  }

  .my-applied-jobs-card-in-company {
    flex-direction: column;
    /* Stack company details vertically */
    gap: 2px;
  }

  .my-applied-jobs-card-in-company-location {
    justify-content: flex-start;
    /* Align the location to the left */
  }

  .my-applied-jobs-card-in-chat {
    flex-direction: row;
    /* Stack the chat section vertically */
    gap: 2px;
  }

  .my-applied-jobs-card-in-chat-message-time {
    font-size: 12px;
    /* Make timestamp smaller */
  }

  .applied-job-button-icon {
    width: 40px;
    height: 40px;
    /* Make the button smaller */
    font-size: 18px;
    /* Adjust icon size */
  }

  .applied-job-select-field-filter {
    padding: 10px 12px;
    /* Adjust padding for select field */
    font-size: 14px;
    /* Reduce font size */
    gap: 4px;
    /* Adjust gap */
  }

  .my-applied-jobs-card-in-chat-message-fill {
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    overflow: hidden;
    /* Hides text that exceeds the container width */
    text-overflow: ellipsis;
    /* Adds '...' when the text is too long */
  }

  .my-applied-jobs-card-in-chat-message-time {
    white-space: nowrap;
    /* Prevents text from wrapping to the next line */
    overflow: hidden;
    /* Hides text that exceeds the container width */
    text-overflow: ellipsis;
    /* Adds '...' when the text is too long */
  }

  .my-applied-jobs-card-in-company-location-time-text {
    font-size: 12px;
    /* Adjust font size for mobile */
  }

  .my-applied-jobs-card-in-company-location-name {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .my-applied-jobs-list-card {
    padding: 12px 4px;
    /* More compact padding */
  }

  .my-applied-jobs-card-in-title-wrap {
    font-size: 14px;
    /* Further reduce font size */
  }

  .my-applied-jobs-card-in-chat-message-fill {
    font-size: 12px;
    /* Smaller message text */
  }

  .my-applied-jobs-card-in-chat-message-time {
    font-size: 10px;
    /* Smaller timestamp text */
  }

  .applied-job-button-icon {
    width: 35px;
    height: 35px;
    /* Smaller button */
    font-size: 16px;
    /* Adjust icon size */
  }
}

/** END : applied job **/

/** END : applied job **/

/* MARK : START  list candidate */
.list-candidate-iconarrowcollapse {
  width: 32px;
  position: relative;
  max-height: 100%;
  display: none;
}

.list-candidate-iconarrowleft {
  width: 32px;
  position: relative;
  max-height: 100%;
}

.list-candidate-candidate1 {
  flex: 1;
  position: relative;
  line-height: 100%;
}

.list-candidate-tilte {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 24px 24px 0px;
  gap: 10px;
}

.list-candidate-applicant-profile {
  position: relative;
  line-height: 100%;
  font-weight: 500;
}

.list-candidate-component-31,
.list-candidate-component-32 {
  cursor: pointer;
}

.list-candidate-component-31 {
  min-width: 150px;
  background: white;
  white-space: nowrap;
  margin: 0 5px;
  width: 100%;

  flex: 1;
  border-radius: 24px;
  background-color: #fff;

  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  padding: 16px 0px;
  gap: 10px;
  /* overflow-x: auto; */
  white-space: nowrap;

  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  padding: 16px 0px;
  gap: 10px;
  flex-wrap: wrap;
}

.list-candidate-component-31.active {
  border-bottom: 4px solid #5371ff;
}

.list-candidate-component-32 {
  flex: 1;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
  padding: 16px 0px;
  gap: 10px;
}

.list-candidate-component-31-parent {
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  font-size: 12px;
  color: #5371ff;

  display: flex;
  flex-wrap: wrap;
  /* overflow-x: scroll; */
  width: auto;
  margin-top: 10px;
}

.tab-pane.show.active {
  border-bottom: none !important;
}

.list-candidate-frame-parent {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-candidate-iconlightsearch {
  width: 20px;
  position: relative;
  height: 20px;
}

.list-candidate-search-here {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  color: #fff;
}

.list-candidate-iconlightsearch-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.list-candidate-input {
  align-self: stretch;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
}

.list-candidate-button-icon {
  width: 48px;
  border-radius: 12px;
  height: 48px;
}

.list-candidate-input-parent {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.list-candidate-rp {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  display: none;
}

.list-candidate-select-job {
  flex: 1;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  font-family: Poppins;
  color: #7b7b7b;
}

.list-candidate-iconarrowdown-2 {
  width: 20px;
  position: relative;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.list-candidate-ticket-search {
  align-self: stretch;
  border-radius: 24px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.list-candidate-name-domicile {
  flex: 1;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
  margin: 0px 3px;
}

.list-candidate-status {
  width: 159px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}

.list-candidate-title-list {
  width: 1320px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #7b7b7b;
}

.list-candidate-title-list-item {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.list-candidate-avatar-icon {
  width: 32px;
  position: relative;
  height: 32px;
  object-fit: cover;
}

.list-candidate-ashel-akbar {
  margin: 0;
  color: #5371ff;
  font-weight: bold;
  cursor: pointer;
}

.list-candidate-years {
  margin: 0;
}

.list-candidate-position-applied-wrapper {
  width: 69px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.list-candidate-iconarrowdown-21 {
  width: 20px;
  position: relative;
  max-height: 100%;
}

.list-candidate-milion-wrapper {
  border-radius: 8px;
  background-color: #5371ff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
}

.list-candidate-frame-wrapper {
  flex: 1;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-candidate-frame-wrapper-wa {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list-candidate-wa-icon {
  width: 40px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}

.list-candidate-file-filled-icon {
  width: 14px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.list-candidate-file-filled-parent {
  border-radius: 8px;
  background-color: #dc0808;
  display: inline-block;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px;
  gap: 2px;
}

.list-candidate-message-icon {
  /* width: 55px; */
  position: relative;
  /* height: 32px; */
  object-fit: cover;
}

.list-candidate-title-list1 {
  width: 1320px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-candidate-ticket-search-parent {
  align-self: stretch;
  height: 729px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  font-size: 16px;
  color: #7b7b7b;
}

.list-candidate-active-candidate-detail {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.list-candidate-hired {
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0px 4px;
  font-size: 10px;
}

.list-candidate-hired-active {
  background-color: #05d502;
  color: #fff;
}

.list-candidate-hired-non-active {
  background-color: #eeeeee !important;
  color: #757575;
}

.list-candidate-frame-group {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.list-candidate-iconarrowdown-29 {
  width: 16px;
  position: relative;
  max-height: 100%;
}

.list-candidate-frame-parent1 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0px;
  text-align: center;
  color: #fff;
  font-family: "DM Sans";
}

.list-candidate-frame-wrapper7 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.list-candidate-frame-parent3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.list-candidate-frame-parent2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.list-candidate-frame-parent4 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.list-candidate-frame-wrapper6 {
  width: 287px;
  position: relative;
  height: 315px;
  overflow-y: auto;
  flex-shrink: 0;
}

.list-candidate-select-field-filter {
  /*! width: 100%; */
  /*! height: 100%; */
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 16px;
  gap: 8px;
  text-align: left;
  font-size: 16px;
  color: #757575;
  /* Hilangkan default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Tambahkan arrow seperti Bootstrap */
  background-image: url(../assets/icons/up-without-fill.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  /* supaya teks tidak menabrak arrow */
  cursor: pointer;
}

/* modal containt styling */
.list-candidate-photo-profile-icon {
  width: 181px;
  position: relative;
  border-radius: 50%;
  height: 180px;
  object-fit: cover;
}

.list-candidate-sharjeel-anjum {
  position: relative;
  line-height: 120%;
  font-weight: 500;
}

.list-candidate-active-candidate-detail {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 24px;
}

.list-candidate-hired {
  border-radius: 100px;
  background-color: #32cd32;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  font-size: 14px;
  color: #fff;
}

.list-candidate-sharjeel-anjum-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
}

.list-candidate-location-icon {
  width: 14px;
  position: relative;
  height: 17px;
  object-fit: cover;
  color: #5371ff;
}

.list-candidate-bainbridge-island-washington {
  position: relative;
  opacity: 0.7;
}

.list-candidate-location-parent {
  /* width: 262px; */
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #8b96a4;
}

.list-candidate-frame-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.list-candidate-information-inner {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
}

.list-candidate-call-icon {
  width: 16px;
  position: relative;
  height: 16px;
}

.list-candidate-call-parent {
  width: 225px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.list-candidate-frame-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #8b96a4;
}

.list-candidate-iconuieye {
  width: 16px;
  position: relative;
  max-height: 100%;
}

.list-candidate-iconuieye-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: #000;
}

.list-candidate-information {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0px 24px;
  gap: 12px;
}

.list-candidate-photo-profile-parent {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  color: #25324b;
  font-family: Poppins;
}

/* end modal content styling */

.list-candidate-text-center {
  vertical-align: middle;
  align-items: center;
}

/* styling for resume not exist */
.list-candidate-sent-message-amico-1 {
  width: 200px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
}

.list-candidate-click-chat-to {
  position: relative;
  line-height: 100%;
  text-align: left;
}

.list-candidate-you-can-view {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}

.list-candidate-see-all {
  position: relative;
}

.list-candidate-see-all-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.list-candidate-button {
  border-radius: 12px;
  background-color: #5371ff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  font-size: 12px;
  color: #fff;
}

.list-candidate-property-1content {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0px;
  box-sizing: border-box;
  gap: 24px;
  text-align: center;
  font-size: 24px;
  color: #5371ff;
  font-family: Poppins;
}

/* end resume not exist */
/* modal custom list candidate */
.modal.show .custom-list-candidate-modal-dialog-lg {
  transform: none;
}

.custom-list-candidate-modal-dialog-lg {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;

  /* Meniru modal-dialog */
  max-width: 978px;
  margin-right: auto;
  margin-left: auto;

  /* Fix untuk dropdown Select2 */
  overflow: visible !important;
}

.custom-list-candidate-modal-dialog-lg .modal-content {
  pointer-events: auto;
  overflow: visible;
  /* fix tambahan */
}

.modal.custom-hide {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.custom-list-candidate-modal-dialog-lg h3 {
  font-size: 17px !important;
  color: var(--branding-color, #056cb8) !important;
}

.modal-candidate-custom-select {
  position: relative;
  font-family: Arial;
  width: 180px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-sizing: border-box;
  font-weight: 0 !important;
}

.modal-candidate-custom-select select {
  display: none;
}

.select-selected-modal-candidate {
  padding: 8px 16px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.select-selected-modal-candidate:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000000 transparent transparent transparent;
}

.select-selected-modal-candidate.select-arrow-active-modal-candidate:after {
  border-color: transparent transparent #0d0d0d transparent;
  top: 7px;
}

.select-items-modal-candidate {
  position: absolute;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.select-items-modal-candidate div {
  padding: 8px 16px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
}

.select-items-modal-candidate div:hover {
  background-color: #f1f1f1;
}

.same-as-selected-modal-candidate {
  font-weight: bold;
}

.select-hide-modal-candidate {
  display: none;
}

.list-candidate-custom-select {
  position: relative;
  font-family: Arial;
  width: 160px;
}

.list-candidate-custom-select select {
  display: none;
}

.select-selected {
  padding: 8px 16px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.select-selected:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.select-items div {
  padding: 8px 16px;
  cursor: pointer;
  color: #333;
  background-color: #fff;
}

.select-items div:hover {
  background-color: #f1f1f1;
}

.same-as-selected {
  font-weight: bold;
}

.select-hide {
  display: none;
}

a.disabled {
  cursor: not-allowed;
  text-decoration: none;
}

/* end modal custom list candidate */
/* End list candidate */

/* Default color for SVG icon sidebar */
.usernavdash-icon-sidebar svg {
  color: var(--branding-color);
}

li.active .usernavdash-icon-sidebar svg {
  color: #fff;
}

/** MARK: START slicing Post Job **/
.custom-label {
  font-weight: normal !important;
  margin-bottom: 1px !important;
  color: #999 !important;
}

.line-div {
  width: 98%;
  position: relative;
  border-top: 1px solid #e0e0e0;
  box-sizing: border-box;
  height: 1px;
  margin: 0 auto;
  padding: 0 1rem;
}

.mce-statusbar {
  display: none !important;
}

.mce-tinymce {
  border-radius: 10px !important;
  padding-bottom: 20px !important;
}

.custom-radio {
  width: 1.2em !important;
  height: 1.2em !important;
  margin-top: 0.2em !important;
  margin-right: 0.5em !important;
}

.mt-minus {
  margin-top: -0.7rem !important;
}

.tinymce-error {
  border: 1px solid red !important;
}

/* .sw-toolbar-elm {
  display: none !important;
} */

.sw-container {
  height: auto !important;
}

/* hilangkan scroll number untuk menghindari kesalahan input number */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.btn-poppins-normal {
  font-family: poppins, sans-serif !important;
  font-weight: normal !important;
  border-radius: 12px !important;
}

.button-post-job {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.button-post-job-edit {
  background-color: white !important;
  color: #5371ff !important;
}

.btn-bg-gemini-transparent {
  border-radius: 10px !important;
  background: linear-gradient(143.13deg,
      rgba(151, 71, 255, 0.1),
      rgba(83, 113, 255, 0.1)) !important;
  border: 1px solid #9747ff !important;
  box-sizing: border-box !important;
  font-family: Poppins !important;
  color: #007aff !important;
  text-transform: none !important;
  font-size: 12pt !important;
  font-weight: 300 !important;
  display: inline-flex;
  align-items: center;
}

.btn-bg-gemini-transparent .mce-text {
  color: blue !important;
}

.mce-container .mce-flow-layout-item .mce-last {
  float: right !important;
}

/* END  slicing post job */

.formpanel .btn.override-width {
  width: auto;
  /* or any other value */
}

.bg-gemini {
  background: linear-gradient(143deg,
      #9747ff 32.14%,
      #5371ff 69.35%) !important;
  color: white !important;
  -webkit-text-fill-color: white !important;
}

.bg-gemini-outlined {
  background-color: transparent !important;
  /* fallback for behind the text */
  border: 2px solid transparent !important;
  border-radius: 0.75rem !important;
  /* border-image: linear-gradient(143deg, #9747FF 32.14%, #5371FF 69.35%) !important; */
  border-image-slice: 1 !important;
  font-weight: 600 !important;
  text-align: center !important;

  /* Gradient text applied via background */
  background: linear-gradient(143deg,
      #9747ff 32.14%,
      #5371ff 69.35%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}

/** MARK : START:sticky nav upload CV **/
.sticky-subnav {
  position: sticky;
  top: min(6.2em, 50%);
  /* 88px */
  z-index: 2 !important;
  background-color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/** END sticky nav uplaod CV **/
/* MARK : START star required */
.text-required-cv {
  color: #ff0400;
}

/* END star required */

.ui-autocomplete {
  z-index: 1056 !important;
}

/** MARK: START cover letter **/
.text-justify {
  text-align: justify;
}

.btn-cover-letter {
  color: var(--branding-color) !important;
  font-family: poppins, sans-serif !important;
  font-weight: normal !important;
  text-transform: none !important;
}

.hover-stripe:hover {
  background-color: #e4e1e1;
}

/** MARK: END cover letter **/

/** MARK: START Screening Question **/
.input-underline {
  border: none;
  border-bottom: 1px solid #ced4da;
  /* warna abu Bootstrap */
  border-radius: 0;
  background-color: transparent;
}

.input-underline:focus {
  box-shadow: none;
  border-color: #0d6efd;
  /* warna biru Bootstrap saat focus */
}

.btn-icon {
  border: none;
  background-color: transparent;
}

.square-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #6c757d;
  /* Bootstrap secondary color */
  border-radius: 2px;
}

.btn-add-question {
  border: 1px solid #5471ff;
  color: #5471ff;
  background: none;
  padding: 0.3rem;
  border-radius: 10px;
}

.circle-dropdowns {
  width: 7px;
  height: 7px;
  border: 1px solid #6c757d;
  background: black;
  border-radius: 50%;
  margin-top: 15px !important;
}

.circle-multiple-choice {
  width: 13px;
  height: 13px;
  border: 1px solid #6c757d;
  background: none;
  border-radius: 50%;
  margin-top: 11px !important;
}

.error-placeholder::placeholder {
  color:#dc3545;
  font-size: small;
}

/** MARK: END Screening Question **/


/** MARK: START explore by category **/

.cv_build_parent {
  padding: 0 24px;
}

.cv-updates-wrapper {

  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background-color: #fff;

}

.row-candidate-cv {
  padding: 24px;
}


.cv-label {
  flex: 1;
  position: relative;
  line-height: 100%;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

/* .cv-title {
  position: relative;
  line-height: 100%;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
} */


.cv-title {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
}

.cv-size-detail {
  font-size: 12px;
}

/** MARK: START color job types **/
.badge-job-type {
  font-size: 13px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
}
/** MARK: END color job types **/