.tcb-float-action {
    position: fixed;
    z-index: 1000;
    width: 56px;
    height: 56px;
    min-width: 56px;
    bottom: 1.5rem;
}

.tcb-position-right, .tcb-position- {
    right: 1.5rem;
}

.tcb-position-left {
    left: 1.5rem;
}

.tcb-position-center {
    margin: 0 auto;
    right: 50%;
    left: 50%;
    transform: translate(-50%);
}

.tcb-position-full {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.tcb-position-full .tcb-btn {
    border-radius: 0;
}

.tcb-btn {
    display: block;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.1;
    border-radius: 0.125rem;
    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;
    color: #FFF;
    background-color: #5cb85c;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}

.tcb-btn span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -5px;
    left: 6px;
}

.tcb-btn:hover span,
.tcb-btn:active span {
    color: #FFF;
}

.tcb-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, .5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.tcb-btn:focus:not(:active)::after {
  animation: ripple 1s ease-out;
}

.tcb-btn-fab {
    padding: 0;
    border-radius: 50%;
    font-size: 24px;
    width: inherit;
    height: inherit;
    border: 1px solid transparent;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 64px;
    text-decoration: none;
    position: absolute;
}

.tcb-btn-raised {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.tcb-phone {
    -webkit-box-shadow: non !important;
    box-shadow: none !important;
}

[title="tel:"] {
    display: none;
}
