#button {
  display: block;
}

#popup {
  display: none;
  position: fixed;
  top: 17%;
  left: 4.5%;
  width: 20%;
  height: 70%;
  border-radius: 10px;
  background-image: linear-gradient(#00c3fa, #0254cd);
}

#popup h2 {
  /* position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%); */
  text-align: center;
  margin: 10px;
}

#popupeditor {
  display: none;
  position: fixed;
  top: 17%;
  left: 73.5%;
  width: 20%;
  height: 70%;
  border-radius: 10px;
  background-image: linear-gradient(#00c3fa, #0254cd);
}

#popupeditor h2 {
  text-align: center;
  margin: 10px;
}

#popup .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#popup .close-button:hover {
  background-color: rgba(7, 142, 231, 0.384);
}

#popup:target {
  display: block;
}

#popup ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#popup li {
  width: 100%;
}

#popup li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgb(10, 95, 175);
  border: 1px solid rgba(23, 109, 189, 0.712);
  text-decoration: none;
  color: black;
}

#popup li a:hover {
  background-color: rgba(14, 184, 236, 0.603);
}

#popupeditor:target {
  display: block;
}

#popupeditor ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#popupeditor li {
  width: 100%;
}

#popupeditor li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgb(10, 95, 175);
  border: 1px solid rgba(23, 109, 189, 0.712);
  text-decoration: none;
  color: black;
}

#popupeditor li a:hover {
  background-color: rgba(14, 184, 236, 0.603);
}

ul {
  list-style-type: none;
  padding-left: 20px;
}

li {
  list-style-type: none;
}

.expanded-list {
  display: none;
  height: auto;
  transition: height 0.5s;
  margin-bottom: 10px;
  position: relative;
}

.expanded-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.expanded-list.show {
  display: block;
}

#mobiledeviceform {
  /* //position: relative;
  //top: 65%;
  //left: 10%;
  //transform: translate(-50%, -50%); */
  width: 375px;
  height: 712px;
  border: 1px solid black;
  overflow: auto;

  border-radius: 20px;

  /* iPhone-style borders */
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;

  /* iPhone-style top and bottom */
  background-color: #ffffff;
  /* background-image: url(../img/iPhoneMockup.png); */
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

/* #bannerforms {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(#00c3fa, #0254cd);
  text-align: center;
}

#bannerforms img {
  width: 200px;
  height: 75px;
  margin-top: 10px;
  margin: 0 auto;
} */

#footerforms {
  width: 100%;
  height: 100px;
  background-image: linear-gradient(#00c3fa, #0254cd);
  text-align: center;
  position: relative;
}

#footerforms img {
  width: 200px;
  height: 75px;
  margin-top: 10px;
  /* margin: 0 auto; */
}

/* @media (max-width: 768px) {
  #mobiledeviceform {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 500px;
    border: 1px solid black;
    overflow: auto;
  }
  .hide-on-mobile {
    display: none;
  }
} */

.short-text-element {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  /* border: 1px solid black; */
  border-radius: 5px;
}

.number-element {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
}

.time-element {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid black;
  border-radius: 5px;
}

.square-drag {
  width: 120px;
  height: 120px;
  border: 1px solid #cdcdcd;
  cursor: move;
  border-radius: 6px;
  float: left;
  position: relative;
  color: #aaa;
  margin: 10px;
  text-align: center;
}

.parentForm {
  background-color: #fff;
  border: dashed 4px transparent;
  border-radius: 4px;
  margin: 10px auto 30px;
  padding: 10px;
  width: 95%;
  height: 10%;
  transition: background-color 0.3s;
}

.dropzone {
  background-color: #fff;
  border: dashed 4px transparent;
  border-radius: 4px;
  /* margin: 5px auto 0px; */
  padding: 10px;
  width: 100%;
  height: 10%;
  transition: background-color 0.3s;
}

.drop-active {
  border-color: #aaa;
  background-color: #bfe4ff
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}

.drag-drop {
  display: inline-block;
  min-width: 40px;
  padding: 2em 0.5em;
  /* //margin: 1rem 0 0 1rem; */

  color: #fff;
  background-color: #29e;
  border: solid 2px #fff;

  touch-action: none;
  transform: translate(0px, 0px);

  transition: background-color 0.3s;
}

.drag-drop.can-drop {
  color: #000;
  /* //background-color: #4e4; */
}

/* #editCampModal {
  position: fixed;
  right: 100% !important;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
} */
.list-group-item {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  input {
    width: 70%;
    min-width: 70%
  }
}

.square {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #e74c3c;
  color: #fff;
  text-align: center;
}

.icon-red{
  color: red;
  font-size: 18px;
}  
.icon-black{
  color: rgb(0, 0, 0);
  font-size: 14px;
}  

.scroll-cursor {
  cursor: all-scroll;
}  
.header_phone_inputs {
  background: #00c5fb;
  background: -moz-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
  background: -webkit-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
  background: -ms-linear-gradient(left, #00c5fb 0%, #0253cc 100%);
  background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  height: 60px;
  left: 0;
  /* position: fixed; */
  right: 0;
  top: 0;
  z-index: 1002;
}

@media only screen and (max-width: 991.98px){
.header_phone_inputs .header-left {
    position: absolute;
    width: 100%;
}
}
.header_phone_inputs .header-left {
    float: left;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: 230px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
.header_phone_inputs .header-left .logo {
  display: inline-block;
  line-height: 60px;
}
a.mobile_btn_inputs {
  color: #fff;
  font-size: 24px;
  height: 60px;
  left: 0;
  line-height: 60px;
  padding: 0 20px;
  /* position: absolute; */
  top: 0;
  width: 60px;
  z-index: 10;
}
.display-7 {
  font-size: 1.5rem;
}
.mt-1_9rem {
  margin-top: 1.9rem;
}
.mt-1_8rem {
  margin-top: 1.8rem;
}
.mt-3_4rem {
  margin-top: 3.4rem;
}
.mt-3_3rem {
  margin-top: 3.3rem;
}
