.head-profile-pic {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}
.disabled {
    cursor: no-drop !important;
}

input[type="text"]:disabled {
  color: #B2B2B2;
}

.blinking {
  animation: blinker 3.8s infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.profile-pic {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
}
span{
    color: unset;
}
.myselect{
    width: 100%;margin-bottom: 35px;
}
.profile-pic:hover {
    background-color: rgba(0,0,0,.5);
    z-index: 10000;
    color: #fff;
    transition: all .3s ease;
    text-decoration: none;
}

.profile-pic span {
    display: inline-block;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}

form input[type="file"] {
          display: none;
          cursor: pointer;
 }
.bottom-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
}

.image_outer_container {
  margin-top: 20px;
  margin-bottom: auto;
  border-radius: 50%;
  position: relative;
 }

 .image_outer_container .green_icon {
  position: absolute;
  right: 18px;
  bottom: 8px;
  height: 30px;
  width: 30px;
 }