/*
Theme Name: Avada Child
Theme URI: https://avada.com/
Template: Avada
Author: ThemeFusion
Author URI: https://themeforest.net/user/ThemeFusion
Description: The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
Version: 7.11.9.1722931560
Updated: 2024-08-06 08:06:00

*/

/* hide the existing text in-button */
.creditButton .fusion-button-text {
  display: none !important;
}

.credentialsDiv {
  position: absolute;      /* now positioned relative to its nearest positioned ancestor */
  display: none;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 1rem;
  z-index: 1000;           /* still above most things in that container */
  white-space: nowrap;
  pointer-events: auto;
  /* anchor however you like: */
  right: 1rem;             /* 1rem from the right edge of the parent */
  bottom: 0rem;            /* 1rem from its bottom edge */
}

