button.global-chat-btn,
.global-chat-btn.button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
}

.global-chat-btn-hide {
  display: none;
}

button.global-chat-btn,
[type='button'].global-chat-btn {
  text-transform: none;
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

.global-chat-btn {
  position: fixed;
  z-index: 2000;
  bottom: 20px;
  right: 20px;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .global-chat-btn {
    bottom: 30px;
    right: 30px;
  }
}

.global-chat-btn:focus {
  outline: 2px solid #002677;
  outline-offset: 4px;
}

.global-chat-btn:focus span.inside-focus {
  outline: solid 2px white;
  outline-offset: 2px;
  display: flex;
}

.global-chat-btn span.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple 600ms linear;
  background-color: rgba(255, 255, 255, 0.2);
}

@keyframes ripple {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.global-chat-btn .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.btn-container {
  border-radius: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #002677;
  box-shadow: 0 0 5px -3px rgb(0 0 0 / 0.2), 0 8px 10px 1px rgb(0 0 0 / 0.14),
    0 3px 14px 2px rgb(0 0 0 / 0.12);
  transition: all 0.3s ease-in-out;
  border: 4px solid #ffffff;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.btn-container:hover {
  background-color: #196ecf;
}

.global-chat-bubble {
  fill: white;
}

.global-chat-bubble:active {
  fill: white;
}

.global-chat-line {
  fill: #ff6814;
}

.global-chat-icon {
  margin-top: 4px;
}

/* stores fedex specific branding values */
/* #opt_oh_ecs_fedex_lp_msg_sticky_std_reactive {
  .btn-container {
    background-color: #196ecf;
  }

  .btn-container:hover {
    background-color: #002677;
  }

  .global-chat-line {
    fill: #002677;
  }

  .global-chat-btn:focus {  
    outline: 2px solid #196ecf;
  }  
} */
