/* Start custom CSS for html, class: .elementor-element-4b5330c */.gbtn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .45);
  background: #111111;
}

.gbutton-wrap::before, .gbutton-wrap::after,
.gbtn::before, .gbtn::after {
  border-color: #ffffff;
}

.gbtn .scan {
  background: repeating-linear-gradient(180deg,
    transparent 0px, transparent 3px,
    rgba(255,255,255,.04) 3px, rgba(255,255,255,.04) 4px);
}

.gbtn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background: #222222;
  box-shadow: 0 0 8px rgba(255,255,255,.15), inset 0 0 8px rgba(255,255,255,.05);
}

.gbtn .ripple {
  background: rgba(255, 255, 255, .4);
}/* End custom CSS */