.techmetic-sticky-button-upper {
 
   position:fixed;
   bottom: 4.2rem;
   margin-left: 2rem;
   height:2.5rem;
   right: 15px;
   
   display: flex;
    
    align-items: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: padding-top:1.36rem; padding-bottom: :1.36rem; padding-right:  0.75rem; padding-left: 0.02rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 5rem;
    width: 12rem;

    background-color: #0bca52;
    color: #fff;
    z-index: 99999;
  
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.techmetic-sticky-button-upper:hover {
  background-color: #0f8c3e;
  color: #fff

  }

  .techmetic-sticky-button-upper:active {
  background-color: #0f8c3e;
  color: #fff

  }

.techmetic-sticky-button-lower {
 
   position:fixed;
   bottom: 1rem;
   margin-left: 2rem;
   height:2.5rem;
   right: 15px;
   
   display: flex;
    
    align-items: center;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: padding-top:1.36rem; padding-bottom: :1.36rem; padding-right:  0.75rem; padding-left: 0.02rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 5rem;
    width: 12rem;

    background-color: #e6a400;
    color: #fff;
    z-index: 99999;
  
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.techmetic-sticky-button-lower:hover {
  background-color: #a95418;
  color: #fff

  }

  .techmetic-sticky-button-lower:active {
  background-color: #a95418;
  color: #fff

  }

.techmetic-chat-button {
  
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 50px;
    border-radius: 50%;
    height:2.1rem;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 600;

}