.wayzz-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vw;
  height: 60vh;
  z-index: 1001;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.65);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
}
.wayzz-popup-sm {
  width: 40vw;
  height: 40vh;
}
.wayzz-popup-md {
  width: 60vw;
  height: 60vh;
}
.wayzz-popup-lg {
  width: 80vw;
  height: 80vh;
}
.wayzz-popup > div.header {
  position: relative;
  width: calc(100% - (2em + 20px + 4em));
  height: 2em;
  padding-left: calc(2em + 20px + 4em);
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background-color: rgb(102, 102, 102);
}
.wayzz-popup > div.header > img.icon {
  position: absolute;
  top: -10px;
  left: 2em;
  width: calc(2em + 20px);
  height: calc(2em + 20px);
}
.wayzz-popup > div.header > .title {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 1.25em;
}
.wayzz-popup > div.header > .actions {
  position: absolute;
  top: 0px;
  right: calc(-2.5em - 20px);
  min-height: 4em;
  width: 2.5em;
  padding: 10px;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.wayzz-popup > div.header > .actions > img {
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 5px;
  cursor: pointer;
}
.wayzz-popup > div.header > .actions > img:hover {
  transform: scale(1.05);
}
.wayzz-popup > div.header > .actions > img:last-child {
  margin-bottom: 0;
}
.wayzz-popup > div.body {
  flex: 1;
}

.template-dialog.v2 .template-header p a {
  margin-left: 10px;
}
.template-dialog.v2 fieldset {
  border-radius: 1em;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-inline: 2ch;
  margin-bottom: 5px;
}
.template-dialog.v2 fieldset legend {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.template-dialog.v2 input.stylish-input {
  padding: 0 0 0 5px;
  width: 100% !important;
}

/*# sourceMappingURL=popup.css.map */
