#Hot-Button{
  background-color:#2C4C5C;
  position:fixed;
  left:20px;
  bottom:20px;
  width:60px;
  cursor:pointer;
  height:60px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:30px;
  box-shadow: 2px 2px 16px rgba(61, 76, 87, 0.4);
  z-index: 10000 !important;
  
}


/*Copy everything below here*/

.sidedrawer {
  height:100%;
  width: 100%;
  -webkit-box-shadow: -2px 0px 8px 0px rgba(187,187,187,15);
  -moz-box-shadow: -2px 0px 8px 0px rgba(187,187,187,15);
  position: fixed;
  left:0;
  top:0;
  z-index: 2147483647 !important;
  display:none;
}

#AFIFRM{
  height:100%; 
  border-width:0px;
  width: 100%; 
  
  position:absolute;
  
  
}

.visible {
  
  top:0;
  -webkit-animation: slideIn 0.0s forwards;
  animation: slideIn 0.0s forwards;
  display: block;
  
}

@-webkit-keyframes slideIn {
    100% { right: 0; }
}

@keyframes slideIn {
    100% { right: 0; }
}