html{
    scroll-behavior: smooth;
}
.avatar2{
    position: absolute;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 8px;
    right: 210px;
}
.dropdown{
    position: absolute;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 190px;
}
.hr{
    position: relative;
    top: 100px;
    color: #000000;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    border-width: 3px;
}
.logo{
    height: 30px;
    width: 30px;
    top: 50px;
    margin-left: 20px;
    position: relative;
}
#navigate{
    position: absolute;
    right: 20px;
    top: 10px;
    margin-top:20px;
}
#home{
    margin-top: 0px;
    position: relative;
    
}

.image-cropper {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.open-button{
    background-color:coral ;
    color:white;
    padding:16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;

}
.chat-popup{
        display: none;
        position: fixed;
        bottom: 0;
        right: 15px;
        border: 3px solid #f1f1f1;
        z-index: 9;
}
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
  }
  .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
  }
  .form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
  }
  .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  .form-container .cancel {
    background-color: red;
  }
  .myBtn{
      display: none;
      position: fixed;
      bottom: 40px;
      right: 30px;
      border: none;
      outline: none;
      background-color: red;
      color: white;
      cursor: pointer;
      padding: 10px;
      border-radius: 5px;
      font-size: 15px;
  }
  .myBtn:hover{
      background-color: #555;
  }
