.ellc-magic-copy-wrapper {
  display: none;
  text-decoration: none;
  font-size: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  cursor: pointer;
  z-index: 9999999;
}

body .sky-live-copy-off .ellc-magic-copy-wrapper {
  display: none !important;
}

.elementor-section-wrap>.elementor-section:hover .ellc-magic-copy-wrapper,
.elementor-section.elementor-top-section:hover .ellc-magic-copy-wrapper,
.elementor-element.e-con:hover .ellc-magic-copy-wrapper {
  display: block;
}

.ellc-magic-copy-wrapper .ellc-copy-btn {
  padding: 8px 10px 8px 15px;
  display: inline-block;
  background: #6b4ff4;
  color: #fff !important;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}

.ellc-magic-copy-info {
  padding: 8px 10px 8px 15px;
  display: inline-block;
  background: #6b4ff4;
  color: #fff !important;
  font-weight: bolder;
}

.ellc-copy-btn:hover,
.ellc-magic-copy-info:hover {
  background: #e2498a;
  color: #fff !important;
}
