.signUpForm .card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.signUpForm .card-body {
  color: rgb(33, 43, 54);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: rgba(145, 158, 171, 0.08) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.08) 0px 12px 24px -4px;
  position: relative;
  z-index: 0;
  padding: 40px;
  width: 100%;
}

.signUpForm .card-body h2 {
  font-weight: 700;
}

.signUpForm .form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #e4e4e4;
  height: 47px;
  border-radius: 50px;
  padding: 10px 20px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #e4e4e4;
}

.form-control:focus {
  box-shadow: 0 0 4px 2px rgb(0 91 49 / 28%) !important;
}

.socialBtn {
  gap: 15px;
}

.socialBtn .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.socialBtn .icon button {
  background-color: transparent;
  border: none;
  font-size: 0;
  height: 100%;
  width: 100%;
}

.socialBtn .icon.google button {
  background-color: transparent;
  border: none;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 30px;
  line-height: 20px;
}

.socialBtn .icon button {
  background-color: transparent;
  border: none;
  font-size: 0;
  height: 100%;
  width: 100%;
}


.socialBtn .icon .innerIcon {
  position: absolute;
  font-size: 39px;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.socialBtn .icon.faceBook .innerIcon img {
  max-width: 25px;
}

.selectIndustry .select__control {
  border: none;
  border-radius: 35px;
  height: 46px;
}

.profileSteper .fill-Btn.add {
  border-radius: 5px;
  min-width: auto;
  padding: 15px 15px;
  background: #000;
  color: var(--whiteColor) !important;
}
.profileSteper .fill-Btn.add:hover{
  background-color: var(--primaryColor);
}

.profileSteper .nav-tabs .nav-link {
  color: var(--blackColor);
  box-shadow: none !important;
}

.profileSteper .nav-tabs .nav-item.show .nav-link,
.profileSteper .nav-tabs .nav-link.active {
  /* background-image: linear-gradient(to right, #e79d49, #ffff00, #ffff00, #e79d49); */
  background: #000;
  color: #fff;
}

.profileSteper .submitBtn {
  min-width: auto;
  padding: 12px 55px;
}

.modal-footer .fill-Btn {
  min-width: auto;
  padding: 10px 30px;
  border-radius: 5px;
  border: none;
  color: var(--whiteColor);
  background: #6c757d;
  margin: 0;
}
.modal-footer .fill-Btn:hover {
  background: #5c636a;
  color: var(--whiteColor) !important;
}

.icon-select-row{
  align-items: center;
  gap: 23px;
}
.icon-select-row .icon-select-item{
  cursor: pointer;
}
.icon-select-row .icon-select-item .icon-circle img {
  max-width: 36px;
  filter: grayscale(100%);
}

.icon-select-row .icon-select-item.selected img{
  filter: grayscale(0%);
}