.k-je-column-header-key{width:25%}.k-je-crumb{display:inline-block}.k-je-separator{content:"/";margin:0 8px;font-weight:lighter}.k-je-not-editable{cursor:default;color:#777}.k-je-not-allowed{cursor:not-allowed}.k-je-foot{background:#fafafa;text-align:center}.k-je-foot td{border-top:1px solid #efefef}.k-je-foot .k-radio-input li{display:inline-block;margin-right:25px}


.trevor[data-v-5c886d6e] {
  height: 100%;
  display: grid;
  grid-gap: 0 1rem;
  grid-template:"heading heading"
                "keys    text" 1fr
                "ctrl    text"
                / 1fr 3fr;
}
.heading[data-v-5c886d6e] {
  grid-area: heading;
}
.editor[data-v-5c886d6e] {
  display: contents;
}
.keys[data-v-5c886d6e] {
  grid-area: keys;
  overflow-y: auto;
  background: #fbfbfb;
}
.key[data-v-5c886d6e] {
  background: #fff;
  padding: 0.7rem 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
}
.key.selected[data-v-5c886d6e] {
  box-shadow: 0 0 8px inset #ccc;
}
.key.edited[data-v-5c886d6e] {
  background-color: lightyellow;
}
.key .txt[data-v-5c886d6e] {
  flex-grow: 1;
}
.key .missing[data-v-5c886d6e] {
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 0.4rem;
  border: 1px solid #9a0202;
  background-color: red;
}
.key[data-v-5c886d6e]:focus {
  outline: none;
}
.ctrl[data-v-5c886d6e] {
  grid-area: ctrl;
  text-align: end;
  background: #fbfbfb;
  padding: 0.5rem;
}
.texts[data-v-5c886d6e] {
  grid-area: text;
  overflow-y: auto;
}
.texts > *[data-v-5c886d6e] {
  height: 100%;
}
.no-selection[data-v-5c886d6e] {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;

  font-style: italic;
}
.lang[data-v-5c886d6e] {
  margin-bottom: 2rem;
}
.savebar[data-v-5c886d6e] {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #de935f;
}
.savebar .k-view[data-v-5c886d6e] {
  display: flex;
  justify-content: space-between;
  height: 40px;
}



.pju-webhook .visuallyhidden{position:absolute;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.pju-webhook--btn{display:block;color:#fff;background:#2d2f36;padding:.75em 1.5em .875em;border-radius:6px}
@keyframes pju-webhook--anim-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pju-webhook--status{display:flex;margin-top:1rem;margin-bottom:2rem}.pju-webhook--status--icon{margin-right:1rem}.pju-webhook--status--icon svg{width:3rem;height:3rem}.pju-webhook:not(.monochrome) .icon-cancel .pju-webhook--status--icon{color:#c82829}.pju-webhook .icon-loader .pju-webhook--status--icon{color:#4271ae}.pju-webhook .icon-loader .pju-webhook--status--icon svg{animation:1s pju-webhook--anim-spin infinite linear}.pju-webhook:not(.monochrome) .icon-check .pju-webhook--status--icon{color:#5d800d}.pju-webhook:not(.monochrome) .icon-alert .pju-webhook--status--icon{color:#f5871f}.pju-webhook--status--name{margin-bottom:.5em}.pju-webhook--status--description{color:#777}