.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


form #pxp-candidate-photo-choose-file + label{
    width: 100%;
    height: 58px;
}
.pxp-candidate-photo {
    position: relative;
}
#pxp-candidate-photo-choose-file {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
}
#pxp-candidate-photo-choose-file + label {
    border-color: #fff;
    color: #fff;
}
#pxp-candidate-photo-choose-file + label {
    display: flex;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 100%;
    height: 166px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.pxp-dashboard-content-details form #portfolio-image + label {
    width: 100%;
    height: 58px;
}
.pxp-dashboard-content-details form #portfolio-image + label, .pxp-dashboard-content-details form #portfolio-image + label {
    border-color: #fff;
    color: #fff;
}
.pxp-dashboard-content-details form #portfolio-image + label, .pxp-dashboard-content-details form #portfolio-image + label {
    display: flex;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    width: 100%;
    height: 56px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.nav-fill .nav-item {
    border: 1px solid;
}
.nav-fill .nav-link.active {
    background-color: transparent;
    color: #fff;
}