#user-profile-modal {
  position: absolute;
  top: 55px;
  left: -200px;
  width: 400px;
  z-index: 99;
}

.textinput-box {
  background-color: #efeff4;
}
.textinput-box .text-paste-input {
  display: block;
  width: 90%;
  height: 300px;
  border: none;
  border-radius: 0.5rem;
  background-color: white;
  padding: .5rem;
}

.footer-logo{
  position: absolute;
  bottom: 10px;
}