body {
  background: none !important;
}

.btnCustomLinks {
  background-color: transparent !important;
  border: none !important;
}

.heightCustom {
  height: 100vh;
}

.logoutButton-custom {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0px;
}

.logoutButton-custom button {
  background-color: #ff5050;
}

.is-validCustom {
  border: 1px solid transparent !important;
}

.is-invalidCustom {
  border: 1px solid #dc3545 !important;
}

.positionRelative {
  position: relative;
}

/* shahrukh css changes start */

.table-container {
  width: 90%;
  margin: 20px auto;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

th,
td {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

th {
  background-color: #f4f4f4;
  border-bottom: 2px solid #ddd;
}

td a {
  color: blue;
  text-decoration: none;
}

td a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.pagination span {
  font-size: 14px;
}

.pagination button {
  background: none;
  border: none;
  color: blue;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.pagination .arrow {
  border: solid blue;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
}

.pagination .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.icons-notes i {
  padding: 5px;
  cursor: pointer;
}
.icons-notes i .active{
  color: #2264e6;
}

.icons-notes i:hover,
.icons-notes i.active {
  color: #2264e6;
}

.bg-green {
  background-color: #4caf5026;
}
.vertical-line {
  width: 1px;
  background-color:#ebebeb;
  height: 55px;
  margin: 0 10px;
}

.border-grey {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.width-40 {
  width: 40%;
  margin: 15px 0 10px 10px;
}

.icons-notes {
  margin: 15px 0 10px 10px;
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.icons-notes p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2264e6;
  margin: 0px;
  cursor: pointer;
  display: inline-block;
}

.input-wrapper-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-container {
  position: relative;
  display: inline-block;
}

.input-container input {
  padding-left: 30px; /* Adjust based on image width and desired spacing */
  width: 100%; /* Ensure input takes full width of container */
  box-sizing: border-box;
  height: 30px; /* Adjust this value to increase the height of the input field */
  border: 2px solid #598bec;
  border-radius: 15px;
  /* text-align: center; */
}

/* Wrapper for the select and icon */
.select-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.select-icon {
  position: absolute;
  left: 10px; /* Distance from left edge */
  width: 16px; /* Adjust the width of the image */
  height: 16px; /* Adjust the height of the image */
  pointer-events: none;
}

.SelectCustom-filter {
  width: 100%;
  height: 30px;
  border: 2px solid #598bec;
  border-radius: 15px;
  appearance: none;
  padding-left: 30px; /* Ensure text doesn't overlap with icon */
  padding-right: 30px; /* Adjust padding to make room for the custom arrow */
  background: none; /* Remove background image */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gPHBhdGggZmlsbD0iIzY3NjdENyIgZD0iTTEuNDEgNEwwIDUuNDEgOCAxMCAxNiA1LjQxIDE0LjU5IDQgOCA4LjU5IDQgMS40MSIgLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 10px center; /* Position the arrow a bit left from the end */
  background-size: 16px; /* Adjust size of the arrow */
}

.SelectCustom-filter:focus {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.feedback-status-container {
  width: 100%; /* Ensure the container takes the full width */
}
.input-container img {
  position: absolute;
  left: 5px; /* Adjust for desired distance from left edge of input */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px; /* Adjust the width of the image */
  height: 16px;
}

/* Optionally, you can specify different widths for each input container */
.applicant-name-container input {
  width: 90px;
}
.job-name-container input {
  width: 170px;
}
.email-container input {
  width: 170px;
}
.phone-container input {
  width: 130px;
}
.experience-container input {
  width: 100%;
}
.client-name-container input {
  width: 120px;
}
.recruiter-name-container input {
  width: 120px;
}
.ctc-container input {
  width: 120px;
}
.ectc-container input {
  width: 120px;
}
.np-container input {
  width: 120px;
}
.source-container input {
  width: 120px;
}

.report_data {
  margin-top: 50px;
}
.report_filter {
  padding: 30px 15px 15px 15px;
  display: flex;
  justify-content: space-around;
}

.pie_row {
  display: flex;
  justify-content: space-around;
  padding: 15px 30px;
  width: 100%;
}
.table_row {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  width: 100%;
}
.table_left {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.table_right {
  width: 48%;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.applicant_details_1 .jd_right .jd_form {
  width: calc(100% - 0px);
}

.tbody-field-values .score-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85px;
  margin-right: 10px;
}
.tbody-field-values .score-container .score-label {
  font-size: 16px;
  margin-bottom: 3px;
}

.tbody-field-values .score-container .score-select {
  text-align: center;
  font-size: 16px;
  width: 50px;
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
}

/* invoice table css */
#invoicepdf {
  text-align: center;
  border-collapse: collapse;
  width: 80%;
  margin: auto;
  padding: 50px;
}

#invoicepdf th {
  border: 1px solid black;
}
#invoicepdf td {
  border: 1px solid black;
}
#invoicepdf td {
  height: 40px;
  font-weight: 600;
}

#invoicepdf tr {
  height: 30px;
}

.heading {
  background-color: #0070c0;
  color: white;
  text-align: center;
}

.heading2 {
  background-color: #0070c0;
  color: white;
  text-align: left;
  padding-left: 8px;
}
.text {
  text-align: center;
}

.text2 {
  text-align: left;
  padding-left: 8px;
}

.first-row {
  background-color: rgb(255, 255, 255);
  height: 35px;
  text-align: center;
  font-weight: 800;
}

/* shahrukh css changes end */

.add_app {
  width: 130px;
  padding: 10px 0px;
}

.reset_password .cancelBtnCustom {
  border: 1px solid gray;
  background: white;
  color: #212529 !important;
}

.reset_password .submitBtnCustom {
  min-width: 64px;
}

.resetPass-CustomInput {
  width: 100%;
  padding-bottom: 12px;
}

.btnResetPass-Custom .btnConfirm {
  background: #2264e5;
}

.usermail-forgotCustom span {
  font-size: var(--fs12);
  color: var(--dark_gray);
  white-space: nowrap;
}

.signup-custom span {
  font-size: var(--fs12);
  color: #dc3545;
  white-space: nowrap;
  height: 17px;
}

.sidebar_btn-custom {
  background-color: #fff;
}

.sidebar_btn-custom span {
  color: #212121;
}

.clientDocument-status {
  display: flex;
  gap: 16px;
}

.clientDocument-status .btnFileDlt {
  background: none;
  border: none;
  height: 0px;
  color: #dc3545;
}

.dropdown-customAddBtn .dropdown-menu {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 48.8px, 0px);
}

.desktop_one-custom {
  z-index: 1100;
}

.search-resultCustom-div {
  display: flex;
  flex-direction: row;
  gap: 12px;
  overflow-y: hidden;
}

.search-resultCustom-udata {
  display: flex;
  flex-direction: column;
  width: calc(100% - 52px);
}
.search-resultCustom-udata h4 {
  font-weight: 600;
  font-size: var(--fs12);
  line-height: 12px;
  color: #0d1b1d;
  margin: 0px;
  display: flex;
  flex-direction: row;
  gap: 2px;
  align-items: center;
}

.search-resultCustom-udata .search-resultCustom-udata-paid {
  width: 16px;
  height: 16px;
}

.search-resultCustom-udata p {
  font-weight: 400;
  font-size: var(--fs12);
  line-height: 15px;
  color: #0d1b1d;
  margin: 0px;
  word-break: break-all;
  word-wrap: break-word;
  text-overflow: ellipsis;
  width: 100%;
}

.form-control-SelectCustom .Search__value-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-control-SelectCustom .Search__input-container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-menuLeads {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 24.8px, 0px);
}

.jdFormField-preValues {
  border: 1px solid var(--gray);
  max-width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2px 10px;
  gap: 2px;
}

.jdFormField-preValues .pre-value {
  padding: 2px 4px;
  background: hsl(0, 0%, 90%);
  max-width: 85px;
  width: 85px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 2px;
}

.jdFormField-preValues .pre-value h5 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.jdFormField-preValues .pre-value p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.jdFormField-preValues .pre-valueRight {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.clientDocument-status-margin {
  margin-top: 36px;
}

.clientDocument-custom .fileLink {
  margin-bottom: 16px;
}

.status_box-customClient .btn {
  width: 90px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.resume_docsCustom {
  background: none;
  background-image: none;
}

.selectionConfirmed-btn {
  color: #fff;
  background-color: var(--blue) !important;
}

.mainemail_divCustom {
  border-radius: 5px;
  background: white;
}

.sidebar_btn_inActive {
  background-color: #fff;
}

.sidebar_btn_inActive span {
  color: #000;
}

.dropdown-toggleCustomApl {
  width: 98px !important;
}

.invoice-textarea {
  width: calc(50% - 18px);
}

.invoice-textarea textarea {
  outline: 0px;
  height: auto;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid var(--gray);
  background-color: var(--light_gray);
  resize: none;
}

.invoice-textarea textarea[type="text"] {
  color: var(--black);
  font-size: var(--fs14);
  font-weight: 600;
}

.invoice-textarea textarea::placeholder {
  color: var(--dark_gray);
  font-size: var(--fs14);
  line-height: 19px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
}

.emailTemplater_secCustom {
  margin-top: 20px;
}

.rightdiv .first_btnCustom {
  margin-right: 12px;
}

.clientDocument-emailCustom label {
  padding: 0px;
  border: 0px;
}

.footersec-emailCustom {
  margin-top: 20px;
}

.footersec-emailCustom p {
  margin: 0px;
}

.footersec-emailCustom .clientDocument-custom {
  margin-top: 4px;
}

.jc-adressFieldCust {
  width: calc(60% - 24px) !important;
}

.cjc-adressFieldCust {
  width: calc(50% - 24px) !important;
}

.jc-adressFieldCust textarea,
.cjc-adressFieldCust textarea {
  outline: 0px;
  border: 1px solid var(--gray);
  border-radius: 4px;
  padding: 4px 12px;
  resize: none;
  /* height: 48px; */
  background-color: var(--light_gray);
}

.jd_form-createClient {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 0px 24px 200px;
}

.cjc-headingCustom .cjc-headerBtn {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cjc-headerBtn .btnCust {
  width: auto;
}

.threeDotsCust img {
  height: 16px;
}

.cjc-linksCust {
  overflow-x: auto;
}

.cjc-linksCust .cjc-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
  gap: 24px;
  height: 54px;
  margin-bottom: 16px;
  background: #fafafa;
  border-radius: 8px;
  list-style: none;
}

.cjc-linksCust .cjc-links .custLink {
  height: 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
}

.cjc-linksCust .cjc-links button {
  background: none;
  border: none;
}

.cjc-linksCust .cjc-links .cjcActiveLink button {
  height: 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #007aff;
}

.formBtn-cjcCustom {
  padding-top: 28px;
}

.formBtn-cjcCustom-flex {
  justify-content: space-between;
}

.formBtn-cjcCustom .formBtn-scRight {
  gap: 16px;
}

.formBtn-cjcCustom .redBtn {
  color: #ff5050;
  background-color: #fff;
  border: 2px solid #ff5050;
}

.formBtn-cjcCustom .redBtn {
  color: #ff5050;
  background-color: #fff;
  border: 2px solid #ff5050;
  font-weight: 500;
}

.formBtn-cjcCustom .blueBtnCust {
  color: #2264e5;
  background-color: #fff;
  border: 2px solid #2264e5;
  width: auto;
  padding: 0px 10px;
  font-weight: 500;
  border-radius: 8px;
  height: 35px;
}

.blueBtn:disabled {
  background: #d9e3f7;
  color: var(--white);
}

.greenBTn:disabled {
  background: rgba(10, 168, 7, 0.19);
  color: var(--white);
}

.search_bar-approvals {
  width: calc(100% - 250px);
  background-color: #f1f1f1;
  border-radius: 8px;
  max-height: 48px;
  padding: 0px 15px;
  max-width: 570px;
  position: relative;
  padding-left: 15px;
  height: 48px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.search_bar-approvals .search {
  border: 0px;
  outline: 0px;
  background-color: transparent;
  width: 100%;
  font-family: "Manrope";
  font-weight: 500;
}

.jd_form-opening {
  margin-top: 16px;
}

.jd_form-opening .cjc-Table .openingAction {
  width: 15%;
}

.formBox-customAppr {
  max-width: 100%;
}

.cjc-innerHead {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.cjc-innerHead .cjc-inner {
  width: 65%;
  gap: 110px;
  align-items: center;
}

.cjc-innerHead .cjc-inner-widthCust {
  width: 100%;
}

.cjc-innerHead .cjc-inner .cjc-innerOne {
  width: 40%;
}

.cjc-innerHead .cjc-inner-widthCust .cjc-innerOne {
  width: 100%;
}
.cjc-innerBtn .greenBTn {
  border: none;
  height: 35px !important;
  line-height: 35px !important;
}

.cjc-inner .cjc-innerOne h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 4px;
}

.cjc-inner .cjc-innerOne p {
  height: 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  margin: 0;
}

.cjcTable-approval {
  width: 100%;
}

.cjcTable-approval th {
  height: 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 12px 24px 0px;
}

.cjcTable-approval td {
  padding: 20px 24px;
}

.cjcTable-approval .categoryHead {
  width: 25%;
}

.categoryAction {
  width: 25px;
}

.cjcTable-approvalBody .tbody-field {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.cjcTable-approvalBody tr {
  border-bottom: 1px solid #ebebeb;
}

.cjcTable-approvalBody .scIcons {
  display: flex;
  flex-direction: row;
  gap: 26px;
}

.cjcTable-approvalBody .tbody-field-values {
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.cjcTable-approvalBody .tbody-field-values p {
  margin: 0px;
}

.jd_form-paddingZero {
  padding: 0px;
}

.cjcTable {
  border-top: 1px solid #c3c3c3;
}

.cjcTable .sc-AddCategoryBtn {
  padding: 20px 24px;
}

.sc-AddCategoryBtn .blueBtn {
  width: auto;
}

.jobPublish-action {
  padding: 56px 28px;
}

.jobPublish-action .cjc-innerBtn {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  margin-top: 42px;
}

.jobPublish-action .cjc-innerBtn h5 {
  font-weight: 600;
  margin: 0px;
}

/* Popup Styling Skills Popup */

.modal-content-Skills {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
  border: none;
}

.skillsHeader {
  padding: 18px 24px 12px;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
}

.skillsHeader .skills-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  margin: 0px;
}

.skillsHeader .skills-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin: 0px;
}

.skills-listCust {
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.skills-listCust .skillCategory {
  min-width: 85px;
  height: 27px;
  background: rgba(34, 100, 230, 0.1);
  border: 1px solid rgba(34, 100, 230, 0.2);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px 10px;
}

.skills-listCust .skillCategorySelected {
  background: rgba(34, 100, 230);
  border: 1px solid rgba(34, 100, 230);
}

.skills-listCust .skillCategory a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2264e6;
}

.skills-listCust .skillCategorySelected a {
  color: #fff;
}

.skills-modal .modal-dialog {
  max-width: 732px;
}

.skills-modal .modal-dialog .modal-body {
  padding: 14px 70px 50px 70px !important;
}

.skills-modal .modal-dialog .modal-body .AddSkills-cust,
.modal-body-Qualf .AddSkills-cust {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  padding: 25px 16px;
  margin-top: 28px;
}

.modal-bodyCategory .AddCategory-custInp {
  justify-content: center;
  gap: 16px;
  margin: auto;
  margin-top: 32px;
}

.modal-bodyCategory .AddCategory-custInp input {
  background: #f5f5f5;
  border-radius: 8px;
  max-height: 35px;
  padding: 0px 15px;
  max-width: 320px;
  height: 35px;
  border: none;
  width: 220px;
}

.modal-bodyCategory .AddCategory-custInp input:focus {
  outline: none;
  border: none;
}

.AddValues-custBtn {
  margin-top: 16px;
  justify-content: flex-end;
}

.AddSkills-cust input {
  width: 100%;
  border: 0px;
  background-color: transparent;
}

.AddSkills-cust input:focus {
  outline: none;
}

.formBtn-skillsCustom {
  padding: 0px 18px 20px;
  justify-content: flex-end;
}

.formBtn-skillsCustom .formBtn-scRight {
  gap: 20px;
}

.formBtn-skillsCustom .formBtn-scRight .redBtn {
  border: none;
}

/* Popup for qualification Styling */

.modal-body-Qualf {
  width: 100%;
  padding: 28px 24px;
}

.modal-body-Qualf .selectQualf-cust {
  padding: 12px 16px 12px 8px;
  width: 100%;
  height: auto;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

.modal-body-Qualf .selectQualf-cust select {
  width: 100%;
  background: transparent;
  border: none;
}

.modal-body-Qualf .selectQualf-cust select:focus {
  outline: none;
}

.modal-body-Qualf .selectQualf-custLabel label {
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding-bottom: 4px;
}

/* Popup for Add Category Styling */

.modal-bodyCategory {
  padding: 16px 28px 76px;
}

.category-listCust {
  flex-wrap: wrap;
  width: 100%;
  row-gap: 38px;
}

.category-listCust .CategorySelect {
  width: 25%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.category-listCust .CategorySelect input {
  height: 24px;
  width: 24px;
  /* outline: 1px solid #2264e6; */
  /* border: none; */
}

.category-listCust .CategorySelect input:before {
  outline: 1px solid #2264e6;
  border: none;
}

.category-listCust .CategorySelect label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

/* Popup for Hiring Team Popup Styling */

.cjcTable-hrCust {
  border-bottom: 1px solid #c3c3c3;
}

.cjcTable .cjc-innerBtn-hr {
  justify-content: flex-end;
}

.hrBorderNone-cust {
  border: none;
}

.search_bar-scCust {
  max-width: 410px;
}

.cjc-jobPublish {
  padding: 24px 0px 44px 24px;
}

.formBtn-cjc-jobPublish {
  justify-content: flex-end;
}

.formBtn-cjcCustom .blueBtn {
  width: auto;
}

/* Popup for Add Vendors Styling */

.modal-bodyAddvendors {
  padding: 16px 28px 76px;
}

.search_bar-avCust {
  max-width: 320px;
  margin: auto;
  margin-bottom: 40px;
}

.jd_right-applicantCust {
  padding: 0px;
}

/* Styling For Applicant Detail by client Page */

.jd_right-applicantCust .jd_form {
  padding: 0px !important;
}

.jd_right-applicantCust .jd_form form {
  padding: 0px 20px;
}

.jd_right-applicantCust .jd_form .jd_heading {
  padding-top: 20px !important;
  border-bottom: 1px solid #ebebeb;
}

.applicant-linksCust .appl-links {
  background: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0px;
  margin-bottom: 0px;
}

.footerFeedback-applCust {
  padding-top: 24px !important;
}

.applicantInfo-formCust {
  padding: 28px 0px;
}

/* Styling For Applicant Detail by client Page */

.applicantStage {
  padding: 28px 20px;
  flex-direction: column;
  gap: 16px;
}

.applicantStage .stageItem {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
}

.applicantStage .stageHeadingBgOpen {
  background: rgba(34, 100, 230, 0.25);
  transition: all 0.3s linear;
}

.applicantStage .stageHeadingBgClose {
  background: #f5f5f5;
  transition: all 0.3s linear;
}

.applicantStage .stageItemHeading {
  padding: 12px 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stageItemHeading .stageItemHeading-left {
  flex-direction: row;
  gap: 12px;
  align-items: baseline;
}

.stageItemHeading .stageItemHeading-right {
  cursor: pointer;
}

.stageItemHeading .stageItemHeading-left h6 {
  color: #212121;
  margin: 0px;
  font-weight: 400;
}

.stageItemHeading .stageItemHeading-left .stageHeadingBold {
  font-weight: 600;
}

.stageItemHeading .stageItemHeading-left p {
  color: #666666;
  margin: 0px;
}

.stageItemBody {
  flex-direction: column;
  justify-content: space-between;
  min-height: 164px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  border-radius: 0px 0px 8px 8px;
}

.stageItemBody .stageItemBody-top {
  flex-direction: row;
  justify-content: space-between;
}

.stageItemBody .stageItemBody-top .body-left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2264e6;
  margin: 0px;
  cursor: pointer;
  display: inline-block;
}

.stageItemBody .stageItemBody-top .body-left {
  width: 60%;
}
.stageItemBody .stageItemBody-top .body-right {
  width: 40%;
}

.stageItemBody .stageItemBody-top .body-rightEdit {
  flex-direction: row;
  gap: 8px;
}

.stageItemBody-top .body-rightEdit .body-rightData p {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.stageItemBody-top .body-rightEdit .body-rightData span {
  cursor: pointer;
  color: #2264e6;
  font-style: italic;
}

.stageItemBody .stageItemBody-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.stageItemBody .stageItemBody-bottom .bottom-left {
  gap: 8px;
}

.stageItemBody .stageItemBody-bottom .bottom-select {
  color: #2264e6;
}

.stageItemBody .stageItemBody-bottom p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.stageItemBody-bottom .formBtnStage-cust {
  padding: 0px;
  gap: 20px;
}

.stageItemBody-bottom .formBtnStage-cust .redBtn {
  border: none;
}

.stageItemBody-bottom .formBtnStage-cust .blueBtn {
  width: auto;
}

/* Styling For Add interview for applicant by client Page */
.ai-modal .modal-dialog-ai {
  max-width: 842px;
}

.addInterview-body {
  padding: 20px;
  flex-direction: row;
  gap: 28px;
  width: 100%;
}

.addInterview-body .addInterview-bodyLeft {
  width: 50%;
}

.addInterview-bodyLeft .calender-ai {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 14, 51, 0.25);
  border-radius: 16px;
  border: none;
  font-family: "Open Sans";
}

.addInterview-bodyLeft .calender-ai .react-calendar__navigation__label__labelText {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #141414;
}

.addInterview-bodyLeft .calender-ai abbr {
  text-decoration: none;
}

.addInterview-bodyLeft .calender-ai .react-calendar__tile {
  width: 50px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 14, 51, 0.05);
  border-radius: 6px;
}

.addInterview-bodyLeft .calender-ai .react-calendar__tile--active {
  width: 50px;
  height: 44px;
  background: #0047ff;
  box-shadow: 0px 1px 1px rgba(0, 14, 51, 0.05);
  border-radius: 6px;
}

.addInterview-body .addInterview-bodyRight {
  width: 46%;
  flex-direction: column;
  gap: 28px;
}

.addInterview-bodyRight .bodyRight-interviewer {
  flex-direction: row;
  gap: 28px;
  align-items: center;
}

.addInterview-bodyRight .bodyRight-interviewer h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin: 0px;
}

.bodyRight-interviewer .bodyRight-ivDet {
  width: auto;
  height: 52px;
  background: #fafafa;
  border: 1px solid rgba(34, 100, 230, 0.2);
  border-radius: 32px;
  padding: 10px 8px;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.bodyRight-ivDet .bodyRight-ivImg {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #000;
}

.bodyRight-interviewer .bodyRight-ivDet .bodyRight-ivName {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  margin: 0px;
}

.bodyRight-interviewer .bodyRight-ivDet .bodyRight-ivProf {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  margin: 0px;
}

.addInterview-bodyRight .bodyRight-time {
  flex-direction: column;
}

.addInterview-bodyRight .bodyRight-time label {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  padding: 0px;
}

.addInterview-bodyRight .bodyRight-time .form-control {
  padding: 12px 16px 12px 8px;
  width: 92%;
  height: 48px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

.addInterview-bodyRight .bodyRight-confrm {
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.addInterview-bodyRight .bodyRight-confrm label {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 0px;
}

.addInterview-bodyRight .bodyRight-confrm .br-checkbox {
  height: 18px;
  width: 18px;
}

.formBtn-aiBtn {
  justify-content: flex-end;
  gap: 20px;
  padding: 12px 20px;
}

.formBtn-aiBtn .formBtn-scRight {
  gap: 12px;
}

.formBtn-aiBtn .redBtn {
  color: #ff5050;
  border: 1px solid #ff5050;
  background-color: #fff;
}

.formBtn-aiBtn .blueBtn,
.formBtn-skillsCustom .blueBtn,
.formBtn-collectFB .blueBtn {
  width: auto;
  padding: 0px 10px;
}

.modal-bodycollectFB {
  padding: 24px 30px 28px 30px;
}

.modal-bodycollectFB .collectFB-FieldCust {
  width: 100%;
}

.modal-bodycollectFB .collectFB-FieldCust textarea {
  width: 100%;
  outline: 0px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  padding: 16px 24px;
  resize: none;
  background-color: var(--light_gray);
}

.formBtn-collectFB {
  padding: 20px;
}

.formBtn-collectFB .redBtn {
  color: #ff5050;
  border: 1px solid #ff5050;
  background-color: #fff;
}

.formBtn-collectFB .formBtn-scRight {
  gap: 12px;
}

@media only screen and (max-width: 980px) {
  .cjc-innerHead .cjc-innerApprMob {
    gap: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .cjc-adressFieldCust {
    width: calc(100% - 24px) !important;
  }

  .cjc-innerHead .cjc-inner {
    width: 100%;
  }

  .search_bar-approvals {
    width: calc(100% - 132px);
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .cjc-innerHead .cjc-inner {
    padding-bottom: 12px;
  }
  .cjc-adressFieldCust {
    width: calc(100%) !important;
  }

  .cjc-headingCustom {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .cjc-headingCustom .cjc-headerBtn {
    justify-content: flex-end;
    width: 100%;
    justify-content: flex-end;
  }

  .formBtn-cjcCustom-flex {
    flex-wrap: wrap;
  }

  .formBtn-cjcCustom .formBtn-scRight {
    gap: 8px;
    justify-content: flex-end;
    width: 100%;
  }

  .cjc-innerHead {
    flex-wrap: wrap;
  }

  .invoice-textarea {
    width: 100%;
  }
}
.pointer {
  cursor: pointer !important;
}
.ClientForm .w_50 {
  width: calc(50% - 16px) !important;
}
@media screen and (max-width: 767px) {
  .ClientForm .w_50 {
    width: 100% !important;
  }
}
.z-index-99 {
  z-index: 99;
}
.font-navtab {
  font-size: 11px;
}
.gap-11 {
  gap: 11px;
}
