
    
.main {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*.wrapper {*/
/*  width: 100%;*/
/*  max-width: 1000px;*/
/*  display: grid;*/
/*  grid-template-columns: 60% 40%;*/
/*  grid-gap: 30px;*/
/*}*/

.left-col {
  display: flex;
  flex-direction: column;
}
    
        
.edit-profile-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 5px;
}

.search-result-item-btn button {
  color: rgb(0, 162, 255);
  background: none;
  outline: none;
  border: none;
  font-size: 14px;
  float: right;
}

.update-profile-btn {
  display: inline-block;
  background: rgb(0, 162, 255);
  color: #fff;
  font-size: 16px;
  padding: 5px;
  border: none;
  text-align: center;
  outline: none;
  width: 100%;
}


   