#tempelsamping
{
    position:fixed;
    top: 180px;
    right:100px;
    z-index: 999;
}

#tempelsamping div#nav {
    position:absolute; 
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    left: 36px;
    transition: 0.3s;
    display: flex;
	--primary-color: linear-gradient(to bottom,#2ac5ff 0%,#0387b8 100%);
}
#tempelsamping div#nav:hover {
  left: -138px;
  --primary-color: linear-gradient(to bottom,#2ac5ff 0%,#0387b8 100%);
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 100px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.user-online {
      position: absolute;
      top: 7px;
      right: 7px;
      font-size: 9px;
      background: rgb(0 0 0 / 60%);
      color: #fff;
      text-shadow: 0 0 3px black;
      padding: 1px 6px;
      border-radius: 5px;
      z-index: 99;
    }
    .user-online i {
      margin-right: 3px;
    }