/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 body.logged-in.elementor-editor-active #webdela-admin-button {
  display: none !important;
}
body.logged-in #webdela-admin-button {
  display: block !important;
  color: #ffffff;
  background: #3498db;
  padding: 0.2em 1em;
  text-decoration: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  border-radius: 2em;
}
