html,body{
  background-color: #fff !important;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  font-family: "Inter", Arial, sans-serif !important;
}

.hide {
    display: none;
}

.body_container {
  height: 100%;
}


.code-container {
  position: relative;
}

.code-container pre {
  max-height: 250px;
  overflow-y: auto;
}

.copy-btn {
  position: absolute;
  top: 10px;
  right: 24px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}


table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }
    th, td {
      border: 1px solid #ddd;
      padding: 8px 16px !important;
      text-align: left;
    }
    thead th:first-child {
      min-width: 200px;
    }
    tbody tr {
      height: 64px !important;
    }
    th {
      background-color: #f2f2f2;
    }


    div.tip {
      padding: 16px;
      border: 2px solid #F26522;
      border-radius: 8px;
      background: #fff3e6;
    }



br {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 68px;
  padding-bottom: 0px;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  transition: top 0.5s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out;
  z-index: 99999;
  background-color: #fff;
}

.header .header_top {
  position: relative;
  display: block;
  width: calc(100% - 32px);
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}


.header .support_email {
  position: absolute;
  top: 16px;
  right: 24px;
  color: #444;
  padding-left: 26px;
  text-decoration: none;
  background: url('../../assets/email.png');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left 30%;
}


.app-search {
  padding-bottom: 6px;
  display: block;
  position: absolute;
  top: 14px;
  left: calc(50% - 225px);
  /* right: 48px; */
  margin: 0;
  height: 32px;
  width: 450px;
  z-index: 99999999999999999999999 !important;
  /* pointer-events: none; */
}



.header_top .search_bar {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  height: 32px;
  width: 100%;
  padding: 11px 24px 10px 24px;
  background: #FDFDF8 url("../../assets/search-hover.png") !important;
  background-repeat: no-repeat !important;
  background-position: 5px 48% !important;
  background-size: 17px !important;
  border-radius: 6px !important;
  border: none;
  border: 1px solid #aaa;
  color: #000 !important;
  text-align: left !important;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-shadow: 0 3px 8px -3px #0001;
}


.search_bar:focus {
  border-color: #268BD2;
  /* border-color: #ccc !important; */
 }

 .search_bar:-webkit-autofill,
 .search_bar:-webkit-autofill:hover,
 .search_bar:-webkit-autofill:focus,
 .search_bar:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
 }



 .app-search .search_results {
   display: none;
   min-height: 150px;
   max-height: 450px;
   width: 100%;
   background: #fff;
   border: 1px solid #ccc;
   border-color: transparent #ccc #ccc #ccc;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
   list-style: none;
   padding: 8px 0;
   overflow-y: auto;
   box-shadow: 0 3px 8px -3px #0002;
 }


  .app-search .search_results li:not(.no_results) {
    margin: 2px 8px;
    padding: 8px 24px 8px 8px;
    border-bottom: 1px solid #ccc;
    background: url('../../assets/chevron-right-dark-24px.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 7px) center;
  }

  .app-search .search_results li:last-child {
    border: none;
  }

  .app-search .search_results li:hover {
    cursor: pointer;
    background-color: #eee;
  }

  .app-search .search_results .no_results {
    margin: 2px 8px;
    padding: 8px 24px 8px 8px;
    cursor: default;
    background-color: transparent !important;
  }

  .app-search .search_results li:hover .topic {
    color: #268BD2;
  }

  .app-search .search_results li .topic {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
  }


.logo {
  position: relative;
  top: 14px;
  left: 0px;
  display: inline-block;
  background: url('../../assets/farebin_em.png');
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: left center;
  min-width: 100px;
  padding: 8px 0 8px 46px;
  color: #000;
  font-weight: bold;
}

.logo:hover, .logo:focus {
  color: #000;
  text-decoration: none;
}


.header .header_bottom {
  background-color: #fff;
  position: relative;
  display: block;
  width: 100% ;
  padding: 0 32px 0 8px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}


.nav_ul {
  display: inline-block;
  padding: 16px 0;
  list-style: none;
  margin: 0;
}


.nav_ul li {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 !important;
  font-weight: bold;
}

.nav_ul li a {
  text-decoration: none !important;
  color: #444;
  /* font-weight: bold; */
  cursor: pointer;
  margin: 0 !important;
  font-weight: normal;
}

.nav_ul li a:hover {
  text-decoration: none !important;
  color: #268BD2;
  cursor: pointer;
}

.header .header_bottom .nav_icon {
  height: 10px;
  margin: 0 -8px !important;
  background: url("../assets/chevron-right-dark-24px.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.create_new {
  position: absolute;
  top: 12px;
  right: 8px;
  padding: 6px 32px 6px 16px;
  /* border: 1px solid #268BD2; */
  border-radius: 4px;
  color: #fff;
  /* font-weight: bold; */
  text-decoration: none;
  cursor: pointer;
  background: #000 url("../assets/chevron-right-light-24px.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) 49%;
  opacity: 0.9;
}

.create_new:hover {
  color: #fff;
  opacity: 1;
  box-shadow: 0 3px 8px -3px #0002;
  text-decoration: none;
}




.form {
  position: relative;
  top: 117px;
  height: calc(100% - 118px);
  margin: 0 !important;
}

.row {
  width: 100%;
  display: block !important;
  margin: 0 auto !important;
}


.form .row {
  display: block;
  height: 100%;
}

.form .outline {
  height: 100%;
  border-right: 1px solid #ccc;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 8px;
}

.form .outline ol {
  padding: 0;
  text-align: left;
  margin-left: 0;
  counter-reset: item;
  width: 100%;
  list-style: none;
  overflow-x: hidden;
}

.form .outline ol li {
  position: relative;
  margin: 2px 0 4px 0;
  padding: 2px 8px 2px 16px;
  cursor: pointer;
  color: #000;
  counter-increment: item;
  font-weight: normal;
  font-size: 13px;
}

.form .version {
  color: #999;
  font-size: 12px;
  margin-top: 0;
  padding: 8px 8px 0 8px;
}

.form .outline ol .section {
  font-size: 15px;
  font-weight: bold;
  margin-top: 2px;
  padding: 16px 8px 2px 8px;
}

.form .outline ol .active {
  color: #268BD2;
}

.form .outline .main_list {
  overflow-x: hidden;
}


.form .builder {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 0px;
}


.form .builder .section_head {
  position: relative;
  padding: 0;
  width: 100%;
  margin: 0 auto 24px auto;
  padding: 8px 0;
  background: transparent;
  /* border-bottom: 1px solid #000; */
}

.form .builder .section_head .section_name {
    display: inline-block;
    margin: 0 auto;
    width: calc(100% - 45px);
    min-width: 100px;
    padding: 8px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    border: none;
    border-bottom: 1px solid transparent;
    text-overflow:ellipsis;
    background: transparent;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.form .builder .block_container {
  position: relative !important;
  display: block;
  margin: 16px auto;
  padding-bottom: 16px;
  padding-top: 0px;
  width: 100%;
  border-right: 2px solid transparent;
}

.form .builder .block_container .block {
  cursor: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 8px 24px 24px 24px;
  width: 93%;
  background-color: transparent;
  border: 2px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 4px 12px -3px #0002;
  -webkit-transition: width 0.5s ease-in-out, height 0.35s ease-in-out;
  -moz-transition:    width 0.5s ease-in-out, height 0.35s ease-in-out;
  -ms-transition:     width 0.5s ease-in-out, height 0.35s ease-in-out;
  -o-transition:      width 0.5s ease-in-out, height 0.35s ease-in-out;
  transition:         width 0.5s ease-in-out, height 0.35s ease-in-out;
}

.form .builder .active .block {
  width: 97%;
  border: 2px solid #268BD2;
  -webkit-transition: border 0.75s ease-in-out;
  -moz-transition:    border 0.75s ease-in-out;
  -ms-transition:     border 0.75s ease-in-out;
  -o-transition:      border 0.75s ease-in-out;
  transition:         width 0.15s ease-in-out, border 0.75s ease-in-out;
}

.form .builder .active .block p {
  font-size: 15px;
}

.form .builder .block h3 {
  margin-bottom: 24px;
}

.form .builder .block p img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.form .builder .block p .send_btn {
  position: relative;
  top: 0px;
  background-color: #111;
  color: #fff;
  border-radius: 4px;
  padding: 8px 24px;
  margin: 0 0 0 8px;
  cursor: pointer;
  user-select: none;
}

.form .builder .block p .okay_btn {
  padding: 7px 16px 7px 40px;
  margin: 0px 4px;
  /* height: 32px; */
  line-height: 23px;
  background: #000 url("../../assets/valid_light.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 8px 45%;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}



.form .builder .block p .reject_btn {
  display: inline-block;
  padding: 5px 16px;
  margin: 0 2px;
  position: relative;
  top: 11px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: darkRed url("../../assets/disliked.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center 70%;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}


.form .builder .block .email_example {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.form .builder .block .sms_example {
  width: 50%;
  height: auto;
  margin-bottom: 32px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}


.footer {
  margin: 16px 8px 0 8px;
  padding: 32px 16px 16px 16px;
  font-size: 12px;
  text-align: center;
}


@media (max-width: 950px) {
}

@media (max-width: 450px) {
  .header {
      right: 0 !important;
      width: 100%;
    }

    .app-search {
      left: calc(50% - 128px) !important;
      width: 302px !important;
    }

    .header .header_bottom {
      padding: 0 8px;
    }

    .logo {
      left: -3px;
      min-width: 40px;
      padding: 8px 0;
      color: transparent;
    }

    .create_new {
      display: none;
    }

    .form {
      overflow-y: auto;
    }

    .form .outline {
      height: auto !important;
      overflow: hidden;
    }

    .form .builder {
      height: auto !important;
      overflow: hidden;
      margin-top: 50px;
    }
}
