/* ==========================================================
   BTHOSTER — EASY EDIT FILE
   You can change the things below without touching any JS.
   Save the file and refresh the page to see the change.
   ========================================================== */


/* ----------------------------------------------------------
   TELEGRAM FLOATING BUTTON POSITION
   Change ONLY the values inside the {  } block.
   ----------------------------------------------------------
   Examples (uncomment ONE block, comment the others):

   --- Bottom-LEFT ---
   bottom: 24px;
   left:   24px;
   top:    auto;
   right:  auto;
   transform: none;

   --- Bottom-RIGHT ---
   bottom: 24px;
   right:  24px;
   top:    auto;
   left:   auto;
   transform: none;

   --- Middle-RIGHT ---
   top:       50%;
   right:     24px;
   bottom:    auto;
   left:      auto;
   transform: translateY(-50%);

   --- Middle-LEFT (currently active) ---
   top:       50%;
   left:      24px;
   bottom:    auto;
   right:     auto;
   transform: translateY(-50%);
*/

[aria-label="Chat on Telegram"].fixed {
  top:       50% !important;
  left:      24px !important;
  bottom:    auto !important;
  right:     auto !important;
  transform: translateY(-50%) !important;
}
