
#userProfileLogo{
    cursor: pointer;
    }
    
    #profile-input{
    display: none;  
    }
    
    
    .background-overlay1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: none; /* Hidden by default */
     
    }
    
    .image-container-wrapper1 {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      
      display: none; /* Hidden by default */
    }
    
    .image-container1 {
      position: relative;
      width: 100%;
      height: 100%;
     
    }
   
    
    #image-preview1 {
      width: 100%;
      height: auto;
      max-height: 100%;
    }
    
    
    .crop-btn1 {
      position: absolute;
      left:40%;
      
      transform: translateX(-50%);
      margin: 5px;
      padding: 8px 15px;
      border: none;
      background: #337ab7;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
    }
      
    
    .crop-close-btn1 {
      position: absolute;
      left:58%;
      transform: translateX(-50%);
      margin: 5px;
      padding: 8px 15px;
      border:none;
      background: #ff6347; 
      cursor: pointer;
      border-radius: 5px;
    }
      
    
    
    
    
