#goToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99999999;
  font-size: 16px;
  background-color: #3498db;
  color: white;
  color: rgb(0, 0, 0);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

  background-color: rgba(73, 122, 255, 1);
  background-color: rgb(193, 207, 245);
  background-color: rgb(231, 235, 247);
  display: none;

  height:45px;
  width:45px;
  
}

#goToTopBtn:hover {
  background-color: rgb(193, 207, 245);
}

.bi-arrow-up-short{
  font-size: 30px;
  font-weight: bold;
  color:rgb(0, 0, 0);
}




/* #return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(73, 122, 255, .8);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */




/* a.btt {
  display: block;
  position: fixed;
  z-index: 99999999;
  width: 45px;
  height: 45px;
  right: 30px;
  bottom: 30px;
  background: white;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 3px 3px 10px rgba(23, 25, 25, 0.2);
  transition: transform 0.3s ease-in-out;
  background-image:  url('/static/images/arrow-upward.svg');
  background-repeat: no-repeat;
  background-position: center center ;
  background-size:contain;
  display: none;
}

a.btt:hover {
  background-color: #e4d9b7;
} */

