.fm-hiring-head {
  width: 280px;
}
.fm-hiring {
  gap: 10px;
  flex-wrap: wrap;
}
.fm-hiring-stage {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 12px;
  border-radius: 100px;
}
.fm-shortlisted {
  color: var(--green);
  background: #dffff0;
}

.fm-interested {
  color: #7f5af6;
  background: #f2eeff;
}

.fm-hired {
  color: #076afd;
  background: #d3e5ff;
}

.fm-interview {
  color: #fda115;
  background: #fff2df;
}

.fm-decline {
  color: #ff4242;
  background: #ffe9e9;
}

.fm-applicant-action-btn {
  width: 44px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 4px;
}

.fm-applicant-action-btn-wishlist {
  border-color: #ff4242;
}

.fm-applicant-action-btn-wishlist-active > svg > path {
  fill: #ff4242;
}

.fm-applicant-action-btn-query {
  border-color: #076afd;
}

.fm-applicant-action-btn-chat {
  border-color: #00bf63;
}

.fm-applicant-action-btn-chat-new {
  position: relative;
}

.fm-applicant-action-btn-chat-new::before {
  position: absolute;
  width: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background: #ffa823;
  content: "";
  top: 8px;
  right: 8px;
}

.fm-applicant-action-menu-btn {
  width: 44px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f5f7fa;
  border-radius: 4px;
  background: #f5f7fa;
  position: relative;
  cursor: pointer;
}

.fm-dropdown-menu-wrapper {
  position: absolute;
  top: 48px;
  right: 0;
  justify-content: left;
  flex-direction: column;
  gap: 6px;
  width: 160px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  display: none;
  max-height: fit-content;
  overflow: hidden;
  animation: increaseHeight 500ms ease-in-out forwards;
  padding: 0px 10px;
  z-index: 9999;
}
.fm-dropdown-menu-wrapper > * {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #494949;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  transition: all 300ms;
}

.fm-dropdown-menu-wrapper > *:first-child {
  padding-top: 10px;
}
.fm-dropdown-menu-wrapper > *:last-child {
  padding-bottom: 10px;
}

@keyframes increaseHeight {
  0% {
    height: 0; /* Starting height */
  }
  100% {
    height: 200px; /* Final height */
  }
}

.fm-dropdown-menu-wrapper > *:hover {
  color: #076afd;
}

.fm-applicant-action-menu-btn-active > .fm-dropdown-menu-wrapper {
  display: flex;
  border: 1px solid #d0d2d5;
}

.fm-tbody tr:last-child .fm-dropdown-menu-wrapper {
  bottom: 48px;
  top: auto;
}

.view_modal_text .theam_btn_border {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--green) !important;
  height: 44px;
  border-color: var(--green);
}

.view_modal_text .theam_btn_border:hover svg > path {
  stroke: #ffff;
}

.view_modal_text .theam_btn_border:hover {
  color: #ffff !important;
}

.template_modal .view_modal_profile {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.fm-template-btn .theam_btn {
  width: 100%;
  background-color: #222530;
  border: #222530;
}

.fm-template-btn .theam_btn:hover {
  background: #3a4247;
  color: white;
}

.fm-question-delete-btn {
  width: 56px !important;
  aspect-ratio: 1 / 1;
  border: 0px;
  background: #ff4242;
  border-radius: 6px;
  margin-left: 24px;
}

.theam_btn_border.fm-green-btn {
  border-color: var(--green);
  height: 32px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0px 10px;
  color: var(--green);
}

.theam_btn_border.fm-green-btn:hover {
  border-color: var(--green);
  color: #ffff;
}
.theam_btn_border.fm-green-btn:hover svg > path {
  stroke: #ffff;
}

.fm-template-card {
  border: 1px solid #e1e4e9;
  border-radius: 8px;
  padding: 20px 0px;
}

.fm-template-card-heading-wrapper {
  display: flex;
}
.fm-template-card-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.fm-template-card-date {
  font-size: 14px;
}

.fm-template-card-actions {
  gap: 20px;
}

.fm-delete-btn {
  border: 0;
  background: transparent;
  height: fit-content;
}
.fm-template-card-headers {
  padding: 0px 16px 10px 16px;
  border-bottom: 1px solid #e1e4e9;
}

.fm-template-card-body {
  padding: 10px 16px;
}

.fm-template-card-body p {
  font-size: 14px;
  color: var(--paragraph);
}

.fm-template-card-body ul {
  list-style-type: disc;
  padding-left: 20px;
}

.fm-template-card-body ul li {
  font-size: 14px;
  color: var(--paragraph);
}

.fm-template-card-body ul li span {
  color: var(--black);
  font-weight: 500;
}

.fm-view_btn {
  width: 44px;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.fm-query-btn {
  width: 44px;
  aspect-ratio: 1 / 1;
  border: 1px solid #076afd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 300ms;
  position: relative;
}
.fm-query-btn-new::before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  background: #ffa823;
  content: "";
  top: 6px;
  right: 8px;
}

.fm-view_btn:hover {
  background: var(--black);
}

.fm-view_btn:hover path {
  stroke: #ffff;
}

.fm-query-btn:hover {
  background: #076afd;
}

.fm-query-btn:hover path {
  stroke: #ffff;
}

.fm-query-header {
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.fm-query-header p {
  font-size: 16px;
}
.fm-query-header-category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.fm-query-header-category::before {
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 10px;
  position: absolute;
  background: var(--green);
  left: 0px;
}

.fm-border-bottom-0 {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 14px;
}

.fm-textarea-bottom {
  font-size: 16px;
  color: #a8adb7;
}
.fm-theme_btn_border_draft {
  border-color: #cacfd8 !important;
  background: transparent;
  min-width: 156px;
  color: var(--black) !important;
}
.fm-theme_btn_border_draft:hover {
  background: #cacfd8;
}
