.single-wdes-popup {
  background-image: url("../img/transparent.jpg");
  background-repeat: repeat;
  height: 100vh;
  overflow: hidden;
}
.single-wdes-popup #elementor-add-new-section {
  background-color: #fff;
  margin: 0 auto;
}
.single-wdes-popup #elementor-add-new-section .elementor-add-section-inner {
  margin-bottom: 10px;
  padding: 10px 0;
}
.wdes-popup-edit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.wdes-popup-edit-area .wdes-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  background-color: var(--e-global-color-primary);
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-close-button i {
  line-height: 1;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-close-button.hidden {
  visibility: hidden;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-overlay.hidden {
  visibility: hidden;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 800px;
  max-height: 98%;
  height: auto;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-container-inner {
  width: 100%;
  overflow-y: auto;
  position: relative;
  padding: 20px;
  background-color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-container-inner > .elementor {
  position: relative;
  z-index: 2;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-container-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
.wdes-popup-edit-area .wdes-popup .wdes-popup-container-content {
  position: relative;
  z-index: 2;
}
.wdes-popup-edit {
  position: relative;
}
.wdes-popup-edit-link {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  border: 4px solid #71d7f7;
  background: rgba(113, 215, 247, 0.2);
  color: #fff;
  z-index: 99999;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wdes-popup-edit-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#41c9f4),
    to(#71d7f7)
  );
  background-image: -o-linear-gradient(top, #41c9f4, #71d7f7);
  background-image: linear-gradient(to bottom, #41c9f4, #71d7f7);
  padding: 4px 15px 6px 10px;
}
.wdes-popup-edit-link .dashicons {
  margin-right: 4px;
}
.wdes-popup-edit:hover .wdes-popup-edit-link {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
