/*include the font from font/poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
/*Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

#new-profile-wizard{
  margin-bottom: 0px;
  position: relative;
  /* padding-top: 1px; */
  overflow-x: hidden;
  margin-top: -1px;
}
#new-profile-wizard .step-holder{
  display: none;
  background: var(--Grey2, #F1F1F1);
  padding-top: 1px;
  min-height: 250px;
  position: relative;
  top: 0;
  margin-left: 0;
  margin-right: 0;
}
#new-profile-wizard .step-holder .col-lg-7{
  width: 100% !important;
  display: block;
}
#new-profile-wizard .step-holder:not(.show-step) .graphics-holder{
  display: none !important;
}
#new-profile-wizard .step-holder.show-step .graphics-holder{
  display: block !important;
}
#new-profile-wizard .step-holder.show-step .graphics-holder{
  background-image: none !important;
}

#new-profile-wizard .step-holder form{
  margin-bottom: 200px;
  width: 100%;
  max-width: 100%;
}
#new-profile-wizard .show-step{
  display: flex;
}
 
/* File upload styling */
#new-profile-wizard .file-upload-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

#new-profile-wizard .file-upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

#new-profile-wizard .file-upload-label {
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background: var(--foundation-grey-light-hover, #E8E8E8);
  color: var(--Foundation-Grey-Normal, #676767);
  /* Text */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 23px;
  width: 100%;
}
#new-profile-wizard .svg-wrap{
  display: block;
  text-align: center;
}
#step-16-form{
  text-align: center;
  margin: 24px 0;
}
#new-profile-wizard .photo-text1{
  color: var(--Grey, #676767);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: stretch;
  display: block;
  margin: 12px 0 36px 0;
}
#new-profile-wizard .photo-text2{
  color: var(--foundation-blue-dark-active, #171718);
  text-align: center;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
}
#new-profile-wizard #profile-pic-wrap{
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 36px;
  margin-bottom: 20px; /* Add bottom margin to prevent overlap with buttons */
}
#new-profile-wizard #profile-pic-wrap #show-upload{
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 36px;
  background: #F1F1F1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 6px;
  z-index: 10; /* Ensure camera icon is above other elements */
  cursor: pointer;
}

/* Fix button spacing on step 17 when profile image exists */
#step-17 #profile-pic-wrap + p {
  margin-top: 30px; /* Add extra spacing after profile image */
}

/* Hide any overlapping buttons on profile image */
#step-17 #profile-pic-wrap {
  overflow: hidden; /* Hide any elements that extend outside the circle */
}

/* Ensure no buttons overlap the profile image area */
#step-17 #profile-pic-wrap button,
#step-17 #profile-pic-wrap .button {
  display: none !important; /* Hide any buttons inside the profile image area */
}

/* Fix back button positioning on step 17 only */
#step-17 .back-button {
  position: static !important; /* Remove absolute positioning on step 17 only */
}

/* Top buttons row styling for step 17 - match step 16 */
#step-17 .top-buttons-row p {
  margin: 0;
}
/*-------------Form stuff-----------------*/
#new-profile-wizard .standard-form{
  width: 519px;
  max-width: 100%;
}
/* #new-profile-wizard textarea{
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  min-height: 250px;
} */


/* #new-profile-wizard textarea.sm{ */
#new-profile-wizard textarea{
  width: 519px;
  max-width: 100%;
  min-height: 165px;
  padding: 12px;
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background: var(--foundation-grey-light-hover, #E8E8E8);
  box-sizing: border-box;
}
#stored-cvs{
  margin-top: 56px;
}
#stored-cvs h4{
  margin:0;
}
#cv-table-head{
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background: var(--foundation-grey-light-hover, #E8E8E8);
  margin-bottom: 3px;
  padding: 15px;
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#cv-table-body{
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background: var(--foundation-grey-light-hover, #E8E8E8);
  padding: 0 15px;
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#cv-table-body .col-4{
  padding-top: 15px;
  padding-bottom: 15px;
}
/*--brands--*/
#step-15-form .status-box{
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid var(--Black, #343435);
  background: var(--Foundation-Grey-Light, #F0F0F0);
  position: relative;
  margin: 0 16px 14px 0;
  display: inline-block;
}
#step-15-form .status-box:hover{
  border: 1px solid crimson;
}
#step-15-form .status-box.active::after{
  /* content: '<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5" viewBox="0 0 5 5" fill="none"><path d="M2.09961 3.09998C2.65189 3.09998 3.09961 2.65226 3.09961 2.09998C3.09961 1.54769 2.65189 1.09998 2.09961 1.09998C1.54732 1.09998 1.09961 1.54769 1.09961 2.09998C1.09961 2.65226 1.54732 3.09998 2.09961 3.09998Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'; */
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
  background: var(--Foundation-Blue-Normal, #343435);
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
#step-15-form .radio-choice{
  display: inline-block;
  vertical-align: top;
}
.brands-heading{
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 36px 0 8px 0;
}
#brands-wrap{
  width: 100%;
}
/* make the #hive-ai-breadcrumbs .crumb look nice */
#hive-ai-breadcrumbs{
  list-style: none;
  display: none;
  padding: 20px 0;
  margin: 0;
}
#hive-ai-breadcrumbs .crumb{
  display: inline-block;
  padding: 2px 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 3px;
  border: 1px solid #ccc;
}
#hive-ai-breadcrumbs .crumb:hover{
  background: rgba(0,0,0,0.2);
}
#hive-ai-breadcrumbs .crumb.active{
  border: 1px solid crimson;
}
#hive-ai-breadcrumbs .crumb.hidden{
  display: none;
}

/*------------------------------------*/
/*  PANDAs new design                 */
/*------------------------------------*/
#new-profile-wizard .graphics-holder{
  background-color: #ffffff;
  background-image: url(/wp-content/plugins/hivemind_profile_ai_new_user/images/hexagons-bot.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%;
}
#new-profile-wizard .graphics-holder .content-box{
  margin-left: 108px;
  margin-top: 245px;
  width: 276px;
  max-width: 100%;
}
#new-profile-wizard .inner-box{
  width: 100%;
  max-width: 100%;
}
#new-profile-wizard .button, #new-profile-wizard input[type="submit"]{
  border-radius: 8px;
  background: var(--Foundation-Blue-Normal, #343435);
  padding: 8px 16px;
  color: white;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 0;
  outline: 0;
}
#new-profile-wizard form:not(#cv-upload-form) input[type="submit"], #step-1-next{
  position: absolute;
  bottom: 68px;
  right: 20px;
}
#new-profile-wizard .heading{
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: var(--foundation-grey-dark-active, #2E2E2E);
  margin: 80px 0 0 0;
}
#new-profile-wizard .in-body-head{
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: stretch;
  margin: 24px 0 8px 0;
  width: 411px;
  max-width: 100%;
}
#new-profile-wizard .av-rate{
  color: var(--Foundation-Orange-Dark, #BF4144);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#new-profile-wizard .download{
  color: var(--Foundation-Orange-Dark, #BF4144);
  /* Text */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0 0 0;
}
#new-profile-wizard .download span{
  vertical-align: middle;
}


#new-profile-wizard .sub-head{
  color: var(--Foundation-Grey-Dark, #4D4D4D);
  /* Text */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#new-profile-wizard .side-head{
  color: var(--Foundation-Blue-Dark, #272728);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 16px 0;
}
#new-profile-wizard .side-sub{
  color: var(--Foundation-Grey-Normal, #676767);
  /* Text */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

#new-profile-wizard  .regenerate-button, #new-profile-wizard  .save-button, #new-profile-wizard  .skip-button{
  border-radius: 8px;
  background: var(--Foundation-Blue-Normal, #343435);
  border: 0;
  outline: 0;
  color: white;
  padding: 8px 16px;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  vertical-align: middle;
}
#new-profile-wizard  .regenerate-button svg, #new-profile-wizard  .save-button svg, #new-profile-wizard  .skip-button svg{
  vertical-align: middle;
  margin-right: 10px;
  height: 20px;
  width: auto;
}
/* Mobile-specific back button positioning */
@media (max-width: 768px) {
  #new-profile-wizard .back-button{
    position: absolute;
    bottom: 68px;
    left: 15px;
    border-radius: 8px;
    background: var(--foundation-grey-light-active, #D0D0D0);
    border: 0;
    outline: 0;
    color: white;
    padding: 8px 16px;
    color: var(--foundation-grey-dark-hover, #3E3E3E);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

#town-holder{
  position: relative;
  margin-bottom: 16px;
}
#town-holder svg{
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
  width: 20px;
  height: 20px;
}
#town-holder #town{
  padding-left: 40px;
}
#new-profile-wizard form input[type="text"]:not([autocomplete="off"]){
  width: 519px;
  max-width: 100%;
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background-color: var(--foundation-grey-light-hover, #E8E8E8);
  color: var(--Foundation-Grey-Normal, #676767);
  /* Text */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px;
}
#new-profile-wizard .select-holder{
  position: relative;
  width: 519px;
  max-width: 100%;
}
#new-profile-wizard .chosen, #new-profile-wizard input:not([type="submit"]), #new-profile-wizard textarea{
  width: 100%;
}
#new-profile-wizard .chosen{
  padding: 8px;
}
#new-profile-wizard .chosen-container{
  width: 100% !important;
  max-width: 100% !important;
}
#new-profile-wizard .chosen-container-single .chosen-single, #new-profile-wizard .chosen-container-multi .chosen-choices{
  border-radius: 8px;
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background: var(--foundation-grey-light-hover, #E8E8E8);
  color: var(--Foundation-Grey-Normal, #676767);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px 24px;
  height: auto;
}
#new-profile-wizard .chosen-container-single .chosen-single div b {
  background: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22%3E%3Cpath d=%22M3.32998 8.91001C3.32998 8.72001 3.39998 8.53001 3.54998 8.38001C3.83998 8.09001 4.31998 8.09001 4.60998 8.38001L11.13 14.9C11.61 15.38 12.39 15.38 12.87 14.9L19.39 8.38001C19.68 8.09001 20.16 8.09001 20.45 8.38001C20.74 8.67001 20.74 9.15001 20.45 9.44001L13.93 15.96C13.42 16.47 12.73 16.76 12 16.76C11.27 16.76 10.58 16.48 10.07 15.96L3.54998 9.44001C3.40998 9.29001 3.32998 9.10001 3.32998 8.91001Z%22 fill=%22%23292D32%22/%3E%3C/svg%3E') no-repeat 0 50% !important;
}
#new-profile-wizard .chosen-container-single .chosen-single div {
  width: 48px;
}
/*-----open box-----*/
#new-profile-wizard .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop{
  border-radius: 8px 8px 0 0;
}
#new-profile-wizard .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop, #new-profile-wizard .chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop{
  border: 0.8px solid var(--Foundation-Grey-Normal, #676767);
  background-color: var(--foundation-grey-light-hover, #E8E8E8);
  border-radius: 0 0 8px 8px !important;
}
#new-profile-wizard .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-search input[type=text]{
  background-color: var(--foundation-grey-light-hover, #E8E8E8);
  border: none;
  background-image: none;
}
#new-profile-wizard .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single, #new-profile-wizard .chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-choices{
  border-radius: 8px 8px 0 0;
}
#new-profile-wizard .chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-search{
  border-bottom: 0.8px solid var(--Foundation-Grey-Normal, #676767);
}
/*---------multi select---------*/
#new-profile-wizard .chosen-container-multi .chosen-choices li.search-choice{
  border-radius: 8px;
  background: var(--Foundation-Blue-Normal, #343435) !important;
  color: var(--Foundation-Blue-Light, #EBEBEB);
  /* Text */
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px;
  border: none;
  outline: none;
  padding-right: 30px;
  box-shadow: none !important;
}

#new-profile-wizard .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
  background-image: url(/wp-content/plugins/hivemind_profile_ai_new_user/images/add.png) !important;
  background-position: center center  !important;
  background-size: contain  !important;
  position: absolute;
  background-repeat: no-repeat  !important;
  top: calc(50% - 10px) !important;
  right: 8px !important;
  display: block;
  width: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
}

#new-profile-wizard .chosen-container-multi .chosen-choices li.search-field {
  /* margin: 0; */
  padding: 0;
  white-space: nowrap;
  display: block;
  /* float: none; */
  border: 0.6px solid var(--Foundation-Blue-Normal, #343435) !important;
  border-radius: 8px;
  min-width: 150px;
  position: relative;
  margin: 5px 0 3px 5px;
}

#new-profile-wizard .chosen-container-multi .chosen-choices li.search-field input[type="text"], #new-profile-wizard .chosen-container-active .chosen-choices li.search-field input[type=text]{
  width: 100% !important;
  color: var(--Foundation-Blue-Normal, #343435) !important;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  box-sizing: border-box;
  padding: 0 8px;
}

#new-profile-wizard .chosen-container-multi .chosen-choices li.search-field input::placeholder, #new-profile-wizard .chosen-container-active .chosen-choices li.search-field input::placeholder{
  width: 100% !important;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
} 
/*---------sofia9---------*/
#sofia9-graphics-holder{
  position: relative;
  overflow: hidden;
  background-color: #ffffff !important;
  background-image: url(/wp-content/plugins/hivemind_profile_ai_new_user/images/hexagons-bot.png) !important;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-size: 30% !important;
}
/* Mobile-specific SFIA Skills Level slide - only apply on mobile screens */
@media (max-width: 768px) {
  #sfia9-skills-slide{
    box-sizing: border-box;
    padding: 15px;
    position: fixed;
    top: 100vh; /* Hidden below the viewport */
    left: 0;
    width: 100%;
    height: 100vh; /* Full viewport height */
    border: 0.6px solid var(--Black, #343435);
    background: var(--Grey2, #F1F1F1);
    z-index: 9999; /* Ensure it appears above everything */
    overflow-y: auto; /* Allow scrolling if content is too long */
    bottom: auto; /* Override desktop bottom positioning */
  }
}
#sofia9-graphics-holder #the-returned-guide{
  padding: 30px;
}
#the-returned-guide .guide-wrap{
  position: relative;
  padding-right: 6 0px;
}
#the-returned-guide .guide-hold{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#the-returned-guide .guide-wrap .sfia-radio{
  position: static;
  margin: 0 0 0 20px;
  vertical-align: middle;
  border-radius: 8px;
  background: var(--foundation-grey-light-active, #D0D0D0);
  border: 0;
  outline: 0;
  color: white;
  padding: 8px 16px;
  color: var(--foundation-grey-dark-hover, #3E3E3E);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: all 0.2s ease;
}
#the-returned-guide .guide-wrap .sfia-radio:hover{
  background: black;
  color: white;
}

/* Checked state */
#the-returned-guide .guide-wrap .sfia-radio:checked, #hide-rate:checked {
  background-color: #007bff !important; 
  border-color: #007bff !important; 
}

/* Add a hover effect */
#the-returned-guide .guide-wrap .sfia-radio:hover, #hide-rate:hover {
  border-color: #0056b3 !important;
}
#new-profile-wizard #hide-rate{
  appearance: none; /* Remove default checkbox appearance */
  -webkit-appearance: none; /* Safari-specific */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1.667px; /* Rounded corners */
  border: 1.2px solid var(--Black, #343435);
  background: #F1F1F1;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative; /* For positioning the tick */
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
#the-returned-guide .guide-wrap .sfia-radio:checked::after, #new-profile-wizard #hide-rate:checked::after {
  content: ''; /* Add an empty content */
  position: absolute;
  top: 4px; /* Position the tick */
  left: 6px; /* Position the tick */
  width: 6px;
  height: 10px;
  border: solid white; /* White tick color */
  border-width: 0 2px 2px 0; /* Create the checkmark shape */
  transform: rotate(45deg); /* Rotate to form the tick */
  transition: all 0.2s ease;
}
/*-----work experience AND Education-----*/
#new-profile-wizard .work-experience-item h4, #new-profile-wizard .education-item h4{
  color: var(--foundation-blue-dark-hover, #1F1F20);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 24px 0 2px 0;
}
#new-profile-wizard .work-experience-item h5, #new-profile-wizard .education-item h5{
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 8px 0 2px 0;
  text-align: left;
}
#new-profile-wizard .work-experience-item .sub, #new-profile-wizard .education-item .sub{
  margin: 0 0 8px 0;
  color: var(--Foundation-Grey-Dark, #4D4D4D);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#new-profile-wizard .work-experience-item, #new-profile-wizard .education-item{
  width: 519px;
  max-width: 100%;
}
#new-profile-wizard .work-experience-item .datepicker, #new-profile-wizard .education-item .datepicker{
  box-sizing: border-box;
  padding-right: 50px !important;
}
#new-profile-wizard .work-experience-item span, #new-profile-wizard .education-item span{
  position: absolute;
  bottom: 10px;
  right: 25px;
  display: block;
  width: 20px;
  height: 20px;
  z-index: 999;
}
#new-profile-wizard .work-experience-item .to-date, #new-profile-wizard .education-item .to-date{
  /* align this right */
  text-align: right;
}
#add-education, #add-experience{
  color: var(--White, #FFF) !important;
  font-family: Montserrat !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  margin-top: 42px !important;
  border-radius: 4px !important;
  background: var(--Foundation-Blue-Normal, #343435) !important;
  padding: 8px !important;
  border: 0;
  outline: 0;
}
#add-education svg, #add-experience svg, #add-education span, #add-experience span{
  vertical-align: middle;
}
/*--------Recomendations--------*/
.rec-head{
  color: var(--Black, #343435);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal !important;
  margin: 24px 0 8px 0 !important;
}
.delete-holer{
  text-align: right;
}
.delete-holer button{
  border: 0;
  outline: 0;
  background: none;
  padding-right: 0;
}
/*---------------Confirm modal-----------------*/
#confirm-modal{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.5);
}
#confirm-modal .confirm-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(178, 178, 178, 0.25);
  width: 330px;
  text-align: left;
  padding: 0 15px;
  padding-bottom: 45px;
}
#confirm-modal .confirm-inner hr{
  margin: 0;
}
#confirm-modal .confirm-head{
  padding: 10px 0;
  color: var(--Black, #343435);
  /* Text */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#confirm-modal .confirm-text{
  padding: 12px 0;
  color: var(--Black, #343435);
  /* Text */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 109px;
}
#confirm-modal .confirm-buttons{
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 45px;
}
#confirm-modal .confirm-buttons button{
  position: absolute;
  width: 50%;
  height: 100%;
  border: 0;
  outline: 0;
  color: #FFF;
  /* ButtonCTA */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px; /* 131.25% */
}
#confirm-modal .confirm-buttons .confirm-yes{
  right: 0;
  border-radius: 0px 0px 12px 0px;
  background: var(--Red, #FF565B);
  color: #FFF;
}
#confirm-modal .confirm-buttons .confirm-no{
  left: 0;
  border-radius: 0px 0px 0px 12px;
  background: var(--Foundation-Blue-Light, #EBEBEB);  
  color: var(--Foundation-Grey-Normal, #676767);
}
/*---------------custom alert-----------------*/
#custom-alert{
  position: absolute;
  top: 30px;
  left: -15px;
  width: 0;
  height: 44px;
  z-index: 999;
  max-width: 600px;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
}
#custom-alert .alert-inner{
  border-radius: 0px 8px 8px 0px;
  background: var(--Foundation-Green-Dark, #007F6D);
  padding: 8px 16px 8px 24px;
  align-items: center;
  overflow: hidden;
  color: var(--White, #FFF);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#custom-alert .alert-text{
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
  transition: all 0.4s ease;
  max-width: calc(100% - 40px);
}
#custom-alert .alert-buttons{
  display: inline-block;
  vertical-align: top;
}
/*-----spinner-----*/
.hivemind-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 999999;
  display: none; /* Default hidden */
  justify-content: center;
  align-items: center;
}

.hivemind-loading #loading-page {
  width: 100px;
  height: 30px;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 50px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#cv-table-body-mob .col-4-pop{
  position: absolute;
  top: -10px;
  right: 15px;
  border-radius: 4px;
  background: var(--White, #FFF);
  box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.25);
  width: 105px;
  padding: 8px;
  z-index: 99;
  display: none;
}
#cv-table-body-mob .row{
  position: relative;
}
#cv-table-body-mob .col-8{
  position: static;
}
#new-profile-wizard .has-tip{
  cursor: pointer;
  display: inline-block;
}
#new-profile-wizard .tool-text{
  display: none;  
}

#new-profile-wizard .hivemindSelect .hivemindSelect-button, #new-profile-wizard .hivemindSelect .hivemindSelect-menu{
  background-color: #E8E8E8;
  color: #676767 !important;
  border-color: #676767;
  border-width: 0.8px;
  border-style: solid;
}
#new-profile-wizard .hivemindSelect .selected-options .selected-option{
  background: #343435;
  color: white;
  padding: 5px 8px;
}
#new-profile-wizard .top-buttons-row{
  margin-top: 20px;
  position: relative;
}
#new-profile-wizard .top-buttons-row input[type="submit"]{
  position: absolute;
  right: 20px;
}

.progress-bar-pr{
  width: 100%;
  /* height: 26px; */
  background-color: white;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #676767;
  padding: 3px;
}
.progress-bar-pr .progress-bar-inner{
  height: 100%;
  background-color: transparent;
  color: black;
  font-weight: 600;
  line-height: 26px;
  width: auto; /* Start with 0% width */
  transition: width 0.3s ease; /* Smooth transition for width change */
  border-radius: 13px;
  padding: 0 4px;
  display: inline-block;
  width: 20%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  font-size: 8px;
}
.progress-bar-pr .progress-bar-inner.active{
  height: 100%;
  background-color: blue;
  color: white;
  font-weight: 600;
  line-height: 26px;
  width: auto; /* Start with 0% width */
  transition: width 0.3s ease; /* Smooth transition for width change */
  border-radius: 13px;
  padding: 0 4px;
  display: inline-block;
  width: 20%;
  margin: 0;
  text-align: center;
  font-size: 8px;
}

/* New Progress Bar Design - Mobile */
.progress-container {
  width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 16px;
}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.progress-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.progress-percentage {
  font-size: 16px;
  font-weight: 700;
  color: #0C6FFE;
}

.progress-bar-wrapper {
  position: relative;
}

.progress-line {
  width: 100%;
  height: 6px;
  background-color: #E5E7EB;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0C6FFE 0%, #4F46E5 100%);
  border-radius: 3px;
  transition: width 0.6s ease;
  position: relative;
}

.progress-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
}

.progress-steps::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #E5E7EB;
  z-index: 1;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  flex: 1;
}

.step-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #E5E7EB;
  color: #9CA3AF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.3s ease;
  border: 2px solid #E5E7EB;
}

.step-label {
  font-size: 10px;
  font-weight: 500;
  color: #9CA3AF;
  text-align: center;
  transition: color 0.3s ease;
  line-height: 1.2;
}

.step.completed .step-number {
  background-color: #10B981;
  color: white;
  border-color: #10B981;
}

.step.completed .step-label {
  color: #10B981;
  font-weight: 600;
}

.step.active .step-number {
  background-color: #0C6FFE;
  color: white;
  border-color: #0C6FFE;
  transform: scale(1.1);
  box-shadow: 0 0 0 3px rgba(12, 111, 254, 0.2);
}

.step.active .step-label {
  color: #0C6FFE;
  font-weight: 600;
}
#new-profile-wizard .top-buttons-row .back-button.at-top{
  position: static;
  margin-left: 20px;
}
#new-profile-wizard .top-buttons-row input[type="submit"]{
  position: absolute;
  right: 20px;
}
.first-button-hold{
  text-align: right;
  width: 100%;
  padding-right: 15px;
}

/* Make entire work experience and education items draggable for mobile */
#new-profile-wizard .education-item, #new-profile-wizard .work-experience-item {
  transition: all 0.2s ease;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  position: relative;
  border: 2px solid transparent;
  background-color: #fff;
}

/* Hover state for entire draggable items */
#new-profile-wizard .education-item:hover, #new-profile-wizard .work-experience-item:hover {
  border-color: rgba(31, 31, 32, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  cursor: move;
}

/* Active/dragging state - entire item floats */
.ui-sortable-helper #new-profile-wizard .work-experience-item,
.ui-sortable-helper #new-profile-wizard .education-item {
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: rotate(2deg) scale(1.02);
  z-index: 1000;
  border: 2px solid rgba(31, 31, 32, 0.3);
  border-radius: 8px;
}

/* Drop zone indication */
.ui-sortable-placeholder {
  background-color: rgba(31, 31, 32, 0.05);
  border: 2px dashed rgba(31, 31, 32, 0.3);
  border-radius: 8px;
  margin: 16px 0;
  min-height: 120px;
  visibility: visible !important;
}

/* Visual indicator for draggable handle - positioned on the entire item */
#new-profile-wizard .education-item::before, #new-profile-wizard .work-experience-item::before {
  content: "⋮⋮";
  position: absolute;
  right: 16px;
  top: 16px;
  color: rgba(31, 31, 32, 0.4);
  font-size: 14px;
  line-height: 1;
  letter-spacing: -2px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
}

#new-profile-wizard .education-item:hover::before, #new-profile-wizard .work-experience-item:hover::before {
  opacity: 1;
}

/* Ensure titles still have proper styling */
#new-profile-wizard .education-item h4, #new-profile-wizard .work-experience-item h4 {
  margin: 0 0 8px 0;
  padding: 0;
  position: relative;
}

