/* Footer hide */
#cs_footer_1 {
  display: none !important;
}
/* Footer hide */

#accordion-social {
  display: grid;
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

#accordion-social .bf-product-label {
  padding: 6px 0;
  border: 0;
}

#accordion-social .bf-form-label input {
  padding: 0 20px;
}

.accordion-social-item {
  border-radius: 12px;
  border: 1px solid #e9e9e9;
}

.accordion-social-item:hover {
  border-color: #22d674;
}

.accordion-social-item.open {
  border-color: #22d674;
}

.accordion-social-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  text-align: center;
  cursor: pointer;
  user-select: none;
  padding: 16px 24px;
}

.accordion-social-title::before {
  content: "";
  background: #000
    url(https://heycollabs.com/wp-content/uploads/2023/11/check_icon.svg)
    no-repeat;
  background-size: 14px;
  background-position: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 22px;
  border-radius: 100%;
  display: none;
}

.accordion-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.activated .accordion-social-title::before {
  display: block;
}

.accordion-social-title .accordion-icon {
  line-height: 0;
}

.accordion-social-content {
  max-width: 488px;
  margin: 20px auto 24px;
  display: none;
}

.accordion-details {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  display: none;
}

.accordion-social-item.activated .accordion-details {
  display: block;
}

.accordion-details .accd_title {
  color: #666666;
  margin-right: 5px;
}

.multistep-form .form-header {
  margin-bottom: 48px;
}

.social-signup .bf-m-form-title {
  margin: 0;
  margin-bottom: 16px !important;
}

.multistep-form .bf-m-form-subtitle {
  color: #666666;
  text-align: center;
  line-height: 1.4;
}

#package-addons {
  max-width: 552px;
  margin: 0 auto;
}

.follower-reminder {
  font-size: 16px;
  color: #666666;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: "Lato", sans-serif;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f4f4f4;
}

.follower-reminder .n-icon {
  line-height: 0;
  display: inline-block;
}

/* Step 1 */
#creator-location-autocomplete::placeholder {
  color: transparent;
}

/* Step 4 */
#step4 .multistep-btn {
  margin-top: 48px;
  gap: 42px;
}

/* step5 */
#step5 {
  max-width: 966px;
  margin: 0 auto;
}

#step5 .multistep-btn {
  margin-top: 48px;
}

.question-step .bf-m-form-title {
  margin-bottom: 16px !important;
}

.question-step .bf-custom-accordion {
  margin-bottom: 16px;
}

.question-step .bf-custom-accordion:last-child {
  margin-bottom: 0;
}

#suggestionContainer {
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: "Lato", sans-serif;
  border-radius: 18px;
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  z-index: 2;
  overflow-y: auto;
}

#suggestionContainer div {
  color: black;
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

#suggestionContainer div:hover {
  background: #252525;
  color: #ffffff;
}

.limit-input-message {
  font-family: "Lato", sans-serif;
  color: #de1a1a;
  position: absolute;
  left: 10px;
  bottom: -19px;
  font-size: 12px;
  display: none;
}

#form1 .influencer-job-title {
  color: #252525 !important;
}

@media (max-width: 767px) {
  .accordion-social-content {
    padding: 0 16px;
  }
}

/* Loading styles */

.button-loader {
  position: relative;
  color: transparent !important;
}

.button-loader::before {
  content: "";
  border: 3px solid #f3f3f3;
  border-top: 3px solid #252525;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: newSpin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes newSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

#tiktok-package {
  position: relative;
}

#tiktok-package::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
  display: none;
}

#tiktok-package.disabled::before {
  display: block;
}

.tiktok-row-title {
  padding: 0px;
  margin: 0px;
  color: #252525;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tiktok-row-content {
  color: #252525;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 767px) {
  .multistep-form .bf-m-form-subtitle {
    font-size: 14px;
  }
}
