
.profile-pic {
  /* width: 200px;
  max-height: 200px; */
  display: inline-block;
}

.file-upload {
  display: none;
}
.circle {
  overflow: hidden;
  min-width: 128px;
  min-height: 128px;
  border: 2px solid rgba(255, 255, 255, 0.2);  
  padding: 3rem;
  background: #f1f1f1;
  margin-bottom: 1rem;
  text-align: center;
}

.circle img {
  width: 100% !important;
  border-radius: 100%;
  background: white;
  border: 4px solid white;
  max-width: 236px;
  max-height: 236px;
}

.wbPlan-cenCon-pills li .active {
  font-weight: 700;
}

.verify-weight {
  font-weight: 500;
}

.check-color {
  color: #669900;
}

img {
  max-width: 100%;
  height: auto;
}

.image-upload-section {
  position: relative;
}

.image-upload-section .p-image {
  position: absolute;
  bottom: 45px;
  left: 45px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #15171c;
}

.text-black {
  color: black!important;
}

.p-image {
  
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 2.5rem;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}

@media only screen and (max-width: 768px) {
  .image-upload-section .p-image {
    left: 80px;
  }
}