.wh-form .wh-form-loading[data-v-1ecd99e6] {
  position: absolute;
  left: 0;
  top: 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;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1111;
}
.wh-form .wh-form-btn[data-v-1ecd99e6] {
  padding: 5px 12px;
}
.wh-form .wh-form-btn[data-v-1ecd99e6] .Polaris-Button__Content {
  width: 100%;
}
.wh-form .wh-form-btn[data-v-1ecd99e6] .Polaris-Button__Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-transform: capitalize;
}
.wh-form #wh-form-select[data-v-1ecd99e6] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wh-form .wh-input-box[data-v-1ecd99e6] {
  position: relative;
}
.wh-form .wh-input-box-len[data-v-1ecd99e6] {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.wh-form .wh-input-box[data-v-1ecd99e6] .Polaris-TextField__Input {
  padding-right: 70px;
}
.wh-form .wh-radio[data-v-1ecd99e6] {
  position: relative;
}
.wh-form .wh-radio-card[data-v-1ecd99e6] {
  width: 100%;
  padding: 15px 11px;
  background: #F2F2F2;
  border-radius: 4px;
}
.wh-form .wh-radio-card .wh-radio-list[data-v-1ecd99e6] {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  gap: 10px;
}

.webhook-page-main .wh-loading[data-v-294d83a6] {
  position: absolute;
  top: 0;
  left: 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;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 12;
}
.webhook-page-main .webhook-add[data-v-294d83a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webhook-page-main .webhook-add-text[data-v-294d83a6] {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.webhook-page-main .webhook-add-text .text-link[data-v-294d83a6] {
  text-decoration: none;
  color: #ff6700;
}
.webhook-page-main .webhook-setting[data-v-294d83a6] {
  position: relative;
  width: 100%;
  margin-top: 13px;
}
.webhook-page-main .webhook-empty[data-v-294d83a6] {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 233px;
}
.webhook-page-main .webhook-empty-title[data-v-294d83a6] {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.webhook-page-main .webhook-empty-subtitle[data-v-294d83a6] {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.webhook-page-main .webhook-card-title[data-v-294d83a6] {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.webhook-page-main .webhook-list-table[data-v-294d83a6] .Polaris-DataTable__Icon {
  display: none;
}
.webhook-page-main .webhook-list-table[data-v-294d83a6] th,
.webhook-page-main .webhook-list-table[data-v-294d83a6] td {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.webhook-page-main .webhook-list-table[data-v-294d83a6] .Polaris-DataTable__Heading {
  padding-bottom: 11px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.webhook-page-main .webhook-list-table .webhook-list-table-item-url[data-v-294d83a6] {
  cursor: pointer;
}
.webhook-page-main .webhook-list-table .webhook-list-table-item-url[data-v-294d83a6]:hover {
  text-decoration: underline;
}
.webhook-page-main .webhook-secret[data-v-294d83a6] {
  position: relative;
}
.webhook-page-main .webhook-secret-ul[data-v-294d83a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
  padding: 0;
}
.webhook-page-main .webhook-secret .webhook-secret-item[data-v-294d83a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.webhook-page-main .webhook-secret .webhook-secret-item-input[data-v-294d83a6] {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-right: 8px;
  padding: 7px 12px;
  background-color: #fff;
  border: 1px solid #c9cccf;
  border-radius: 4px;
}
.wh-listening-status[data-v-294d83a6] {
  max-width: 265px;
}

