HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/public_html/wp-content/plugins/essential-blocks/src/blocks/popup/src/style.css
.eb-popup-container .eb-popup-button a.eb-popup-button-anchor {
  padding: 15px 30px;
  background-color: #7967ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  border-radius: 5px;
  cursor: pointer;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor p {
  padding: 0;
  margin: 0;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor .eb-popup-button-icon-left {
  margin-right: 8px;
}

.eb-popup-container .eb-popup-button a.eb-popup-button-anchor .eb-popup-button-icon-right {
  margin-left: 8px;
}

.eb-popup-container .eb-popup-button.alignment-left {
  text-align: left;
}

.eb-popup-container .eb-popup-button.alignment-right {
  text-align: right;
}

.eb-popup-container .eb-popup-button.alignment-center {
  text-align: center;
}

.eb-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.modal-main-wrap,
.modal-main-wrap * {
  box-sizing: border-box;
}

.modal-main-wrap {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
}

.eb-modal-container {
  min-height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}

.eb-modal-container.eb_popup_top_left {
  align-items: flex-start;
  justify-content: flex-start;
}

.eb-modal-container.eb_popup_top_center {
  align-items: flex-start;
  justify-content: center;
}

.eb-modal-container.eb_popup_top_right {
  align-items: flex-start;
  justify-content: flex-end;
}

.eb-modal-container.eb_popup_middle_left {
  align-items: center;
  justify-content: flex-start;
}

.eb-modal-container.eb_popup_middle_center {
  align-items: center;
  justify-content: center;
}

.eb-modal-container.eb_popup_middle_right {
  align-items: center;
  justify-content: flex-end;
}

.eb-modal-container.eb_popup_bottom_left {
  align-items: flex-end;
  justify-content: flex-start;
}

.eb-modal-container.eb_popup_bottom_center {
  align-items: flex-end;
  justify-content: center;
}

.eb-modal-container.eb_popup_bottom_right {
  align-items: flex-end;
  justify-content: flex-end;
}

.eb-popup-content-editor {
  margin: 0 auto;
}

.eb-popup-content,
.eb-popup-content-editor {
  width: auto;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px 15px;
}

.eb-popup-close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  z-index: 999;
}

.eb-popup-active {
  display: block;
}

.eb-popup-inactive {
  display: none;
}

.eb-popup-before-content {
  text-align: center;
}