/**
 * ------------------------------------------------------------------------
 * JUX Floating Buttons module
 * ------------------------------------------------------------------------
 * Copyright (C) 2012 - 2026 JoomlaUX. All rights reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: JoomlaUX, Ltd
 * Websites: http://www.joomlaux.com
 * ------------------------------------------------------------------------
 */
.mod-jux-floating-buttons {
  position: relative;
  z-index: 999;
}
.mod-jux-floating-buttons.type-basic .jux-floating-buttons {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}
.mod-jux-floating-buttons.type-basic .jux-floating-buttons .floating-button-item-container {
  position: relative;
  left: 0 !important;
}
.mod-jux-floating-buttons.type-basic.style2 .jux-floating-buttons .floating-button-item {
  margin: auto;
}
.mod-jux-floating-buttons.type-basic.style2 .jux-floating-buttons .floating-button-item .btn-wrapper {
  margin: auto;
}
.mod-jux-floating-buttons.type-basic.style3 .jux-floating-buttons .floating-button-item {
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style2 .jux-floating-buttons .btn-wrapper {
  width: 60px;
  height: 60px;
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style2 .jux-floating-buttons .floating-button-item {
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style2 .jux-floating-buttons .floating-button-item .btn-wrapper {
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons {
  margin-bottom: 5px;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons .btn-wrapper {
  width: 50px;
  height: 50px;
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons .floating-button-toogle {
  margin: 5px;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons .floating-button-item-container {
  background: #333;
  color: #fff;
  padding: 3px;
  border-radius: 50px;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons .floating-button-item-container .floating-button-item {
  margin: auto;
}
.mod-jux-floating-buttons.type-toogle.style3 .jux-floating-buttons .floating-button-item-container .floating-button-item .btn-wrapper {
  margin: 5px;
}
.mod-jux-floating-buttons.style2 .jux-floating-buttons {
  background: #333;
  color: #fff;
}
.mod-jux-floating-buttons.style2 .jux-floating-buttons .btn-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #333;
  color: #fff;
}
.mod-jux-floating-buttons.style2 .jux-floating-buttons .btn-wrapper:hover {
  -webkit-filter: none;
          filter: none;
}
.mod-jux-floating-buttons.style2 .jux-floating-buttons .floating-button-item-container {
  background: #333;
  color: #fff;
}
.mod-jux-floating-buttons.style2 .position-left-start .jux-floating-buttons {
  left: 0;
  top: 0;
}
.mod-jux-floating-buttons.style2 .position-left-start .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style2 .position-left-center .jux-floating-buttons {
  left: 0;
}
.mod-jux-floating-buttons.style2 .position-left-center .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style2 .position-left-end .jux-floating-buttons {
  left: 0;
  bottom: 0;
}
.mod-jux-floating-buttons.style2 .position-left-end .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style2 .position-right-start .jux-floating-buttons {
  right: 0;
  top: 0;
}
.mod-jux-floating-buttons.style2 .position-right-start .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style2 .position-right-center .jux-floating-buttons {
  right: 0;
}
.mod-jux-floating-buttons.style2 .position-right-center .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style2 .position-right-end .jux-floating-buttons {
  right: 0;
  bottom: 0;
}
.mod-jux-floating-buttons.style2 .position-right-end .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style2 .position-bottom-start .jux-floating-buttons {
  bottom: 0;
  left: 0;
}
.mod-jux-floating-buttons.style2 .position-bottom-center .jux-floating-buttons {
  bottom: 0;
}
.mod-jux-floating-buttons.style2 .position-bottom-end .jux-floating-buttons {
  bottom: 0;
  right: 0;
}
.mod-jux-floating-buttons.style2 .position-top-start .jux-floating-buttons {
  left: 0;
  top: 0;
}
.mod-jux-floating-buttons.style2 .position-top-center .jux-floating-buttons {
  top: 0;
}
.mod-jux-floating-buttons.style2 .position-top-end .jux-floating-buttons {
  right: 0;
  top: 0;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons {
  background: #333;
  color: #fff;
  padding: 3px;
  border-radius: 50px;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons .btn-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  background: transparent;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons .btn-wrapper:hover {
  -webkit-filter: none;
          filter: none;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons .floating-button-item a {
  background: #fff;
  color: #333;
  margin: 5px;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons .floating-button-item a i {
  color: #333;
}
.mod-jux-floating-buttons.style3 .jux-floating-buttons .floating-button-item-container {
  border-radius: 50px;
}
.mod-jux-floating-buttons.style3 .position-left-start .jux-floating-buttons {
  left: 20px;
  top: 0;
}
.mod-jux-floating-buttons.style3 .position-left-start .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style3 .position-left-center .jux-floating-buttons {
  left: 20px;
}
.mod-jux-floating-buttons.style3 .position-left-center .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style3 .position-left-end .jux-floating-buttons {
  left: 20px;
  bottom: 0;
}
.mod-jux-floating-buttons.style3 .position-left-end .btn-text {
  left: calc(100% + 17px);
}
.mod-jux-floating-buttons.style3 .position-right-start .jux-floating-buttons {
  right: 20px;
  top: 0;
}
.mod-jux-floating-buttons.style3 .position-right-start .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style3 .position-right-center .jux-floating-buttons {
  right: 20px;
}
.mod-jux-floating-buttons.style3 .position-right-center .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style3 .position-right-end .jux-floating-buttons {
  right: 20px;
  bottom: 0;
}
.mod-jux-floating-buttons.style3 .position-right-end .btn-text {
  right: calc(100% + 18px);
}
.mod-jux-floating-buttons.style3 .position-bottom-start .jux-floating-buttons {
  bottom: 20px;
  left: 0;
}
.mod-jux-floating-buttons.style3 .position-bottom-center .jux-floating-buttons {
  bottom: 20px;
}
.mod-jux-floating-buttons.style3 .position-bottom-end .jux-floating-buttons {
  bottom: 20px;
  right: 0;
}
.mod-jux-floating-buttons.style3 .position-top-start .jux-floating-buttons {
  left: 0;
  top: 0;
}
.mod-jux-floating-buttons.style3 .position-top-center .jux-floating-buttons {
  top: 20px;
}
.mod-jux-floating-buttons.style3 .position-top-end .jux-floating-buttons {
  right: 0;
  top: 20px;
}
.mod-jux-floating-buttons .jux-floating-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #02b33d;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  color: #fff;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper .btn-icon {
  margin: 5px;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper i {
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper .btn-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  color: #FFFFFF;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  font-weight: 500;
}
.mod-jux-floating-buttons .jux-floating-buttons .btn-wrapper .btn-text:before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid #000;
  border-color: transparent black transparent transparent;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-toogle .toogle-text {
  opacity: 1;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item-container {
  position: absolute;
  top: 100%;
  opacity: 0;
  z-index: 10000;
  width: auto;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item {
  margin-top: 15px;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item .button-url {
  width: 50px;
  height: 50px;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item .button-url:hover .button-text {
  opacity: 1;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item .button-icon i {
  line-height: 1;
  font-size: 18px;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item .button-text {
  opacity: 0;
}
.mod-jux-floating-buttons .jux-floating-buttons .floating-button-item .button-text.always-display {
  opacity: 1;
}
.mod-jux-floating-buttons .jux-floating-buttons.is-open .floating-button-item {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mod-jux-floating-buttons .jux-floating-buttons.is-open .floating-button-item-container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mod-jux-floating-buttons .position-left-center .btn-text {
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-left-center .jux-floating-buttons {
  position: fixed;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.mod-jux-floating-buttons .position-left-start .jux-floating-buttons {
  position: fixed;
  top: 10px;
  left: 0px;
}
.mod-jux-floating-buttons .position-left-start .btn-text {
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-left-end .btn-text {
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons {
  position: fixed;
  bottom: 10px;
  left: 0px;
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons .floating-button-item {
  margin-bottom: 15px;
  margin-top: 0px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons .floating-button-item-container {
  bottom: 100%;
  top: inherit;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mod-jux-floating-buttons .position-left-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-right-center .jux-floating-buttons {
  position: fixed;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.mod-jux-floating-buttons .position-right-center .btn-text {
  top: 50%;
  left: auto;
  right: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-right-center .btn-text:before {
  right: -9px !important;
  left: inherit !important;
  border-color: transparent transparent transparent #000 !important;
}
.mod-jux-floating-buttons .position-right-start .jux-floating-buttons {
  position: fixed;
  top: 10px;
  right: 0px;
}
.mod-jux-floating-buttons .position-right-start .btn-text {
  top: 50%;
  left: auto;
  right: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-right-start .btn-text:before {
  right: -9px !important;
  left: inherit !important;
  border-color: transparent transparent transparent #000 !important;
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons {
  position: fixed;
  bottom: 10px;
  right: 0px;
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons .floating-button-item {
  margin-bottom: 15px;
  margin-top: 0px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons .floating-button-item-container {
  bottom: 100%;
  top: inherit;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.mod-jux-floating-buttons .position-right-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.mod-jux-floating-buttons .position-right-end .btn-text {
  top: 50%;
  left: auto;
  right: calc(100% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod-jux-floating-buttons .position-right-end .btn-text:before {
  right: -9px !important;
  left: inherit !important;
  border-color: transparent transparent transparent #000 !important;
}
.mod-jux-floating-buttons .position-top-center .btn-text {
  top: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-top-center .btn-text:before {
  top: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: transparent transparent #000 transparent !important;
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-top-center .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons {
  position: fixed;
  top: 20px;
  left: 0px;
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-top-start .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-top-start .btn-text {
  top: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-top-start .btn-text:before {
  top: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: transparent transparent #000 transparent !important;
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons {
  position: fixed;
  top: 20px;
  right: 0px;
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-top-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-top-end .btn-text {
  top: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-top-end .btn-text:before {
  top: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: transparent transparent #000 transparent !important;
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-bottom-center .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-center .btn-text {
  bottom: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-bottom-center .btn-text:before {
  top: inherit !important;
  bottom: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: #000 transparent transparent transparent !important;
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons {
  position: fixed;
  bottom: 20px;
  left: 10px;
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-bottom-start .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mod-jux-floating-buttons .position-bottom-start .btn-text {
  bottom: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-bottom-start .btn-text:before {
  top: inherit !important;
  bottom: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: #000 transparent transparent transparent !important;
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons .floating-button-item {
  margin-bottom: 0;
  margin-top: 0px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons .floating-button-item-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons.is-open .floating-button-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons.is-open .floating-button-item-container {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.mod-jux-floating-buttons .position-bottom-end .jux-floating-buttons.is-closed .floating-button-item-container {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.mod-jux-floating-buttons .position-bottom-end .btn-text {
  bottom: calc(100% + 12px);
  right: inherit;
}
.mod-jux-floating-buttons .position-bottom-end .btn-text:before {
  top: inherit !important;
  bottom: -9px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
  border-color: #000 transparent transparent transparent !important;
}
