/* 
 * button 
 */
.symboy-button {
  width: 50px;
  height: 50px;
  position: fixed !important;
  border-radius: 50% !important;
  bottom: 130px;
  right: 5px !important;
  background: rgba(218, 21, 21, 0.3);
  color: #c50e0e;
  border-radius: 100px;
  box-shadow: 0 7px 10px 0 rgba(106, 65, 65, 0.21);
  text-align: center;
  z-index: 9999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
}