html, body {
  height: 100%;
  margin: 0;
}

h3 {
  margin-bottom: 4px;
}

p {
  margin-block: 8px;
}

input[type="checkbox"], input[type="radio"] {
  transform: scale(1.16);
}

:root {
  color-scheme: light dark;
  overscroll-behavior: none;
}

body {
  width: 332px;
  height: 100%;
  position: fixed;
  right: 18px;
  overflow-x: hidden;
}

.as-flex-row-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.as-flex-col-container {
  flex-direction: column;
  display: flex;
}

.as-content-header {
  width: 100%;
  height: 0%;
  display: none;
}

.as-main {
  width: 332px;
  height: 100%;
  display: inline-block;
}

.as-alert-dialog {
  z-index: 20;
  background-color: light-dark(#b22222, #4ddddd);
  border: 2px solid light-dark(#00f, #00f);
  width: 334px;
  height: auto;
  padding: 6px;
  display: none;
  position: fixed;
  top: 0;
}

.as-alert-title {
  color: light-dark(#fff, #000);
  text-align: center;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: large;
  font-weight: 700;
  display: inline-block;
}

.as-alert-message {
  color: light-dark(#fff, #000);
  width: auto;
  height: auto;
  padding-left: 4px;
  padding-right: 4px;
  font-size: medium;
  font-weight: 600;
  display: inline-block;
}

.as-alert-buttons {
  text-align: center;
  width: 100%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.as-dialog {
  z-index: 1;
  border: 2px solid light-dark(#00f, #00f);
  width: 346px;
  height: calc(100% - 40px);
  display: block;
  position: fixed;
  top: 2px;
}

.as-slide-dialog {
  color: light-dark(#0f2307, #f0dcf8);
  scroll-snap-type: y mandatory;
  scroll-snap-stop: normal;
  z-index: 2;
  background-color: light-dark(#f0dcf8, #230f07);
  width: 346px;
  height: calc(100% - 44px);
  display: block;
  position: fixed;
  top: 4px;
  overflow: hidden scroll;
}

.as-object-dialog {
  color: light-dark(#161819, #dcf0fc);
  scroll-snap-type: y mandatory;
  scroll-snap-stop: normal;
  z-index: 2;
  background-color: light-dark(#dcf0fc, #161819);
  width: 346px;
  height: calc(100% - 48px);
  display: block;
  position: fixed;
  top: 4px;
  overflow: hidden scroll;
}

.as-tools-dialog {
  color: light-dark(#161819, #e7f9e0);
  scroll-snap-type: y mandatory;
  scroll-snap-stop: normal;
  z-index: 2;
  background-color: light-dark(#edfbd5, #161819);
  width: 346px;
  height: calc(100% - 48px);
  display: flex;
  position: fixed;
  top: 4px;
  overflow: hidden scroll;
}

.as-slide-editor {
  z-index: 3;
  width: 346px;
  height: 100%;
  display: block;
}

.as-tools-editor {
  z-index: 4;
  flex-direction: column;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex !important;
}

.as-object-editor {
  z-index: 4;
  width: 346px;
  height: 100%;
  display: block;
}

.as-editor-dialog {
  width: 336px;
  height: 100%;
  margin: 3px;
  padding: 3px;
  display: block;
}

.as-editor-legend {
  width: 250px;
}

.as-radio-legend {
  width: auto;
}

.as-radio-bullet, .as-checkbox-bullet {
  align-items: center;
  width: 312px;
  margin-bottom: 2px;
  display: flex;
}

.as-radio-input {
  margin-left: 12px;
  margin-right: 6px;
}

.as-radio-label {
  font-size: large;
  font-weight: 100;
}

.as-tools-fieldset {
  height: 100vh;
}

.as-tools-text {
  flex-grow: 1;
  width: 98%;
  min-height: 100px;
  margin-bottom: 6px;
  overflow-y: auto;
}

.as-control {
  color: light-dark(#0f0f0f, #f0f0f0);
  z-index: 11;
  background-color: light-dark(#f0f0f0, #0f0f0f);
  width: 346px;
  height: 36px;
  display: inline-block;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.as-dialog-control {
  width: 342px;
  height: 34px;
  cursor: inherit;
  z-index: 12;
  background-color: light-dark(#f0f0f0, #0f0f0f);
  border: 2px solid light-dark(#00f, #00f);
  padding: 2px;
  display: inline-block;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.as-tools-buttons {
  z-index: 15;
  background-color: light-dark(#edfbd5, #161819);
  flex-direction: row;
  justify-content: space-evenly;
  width: 342px;
  height: 36px;
  padding: 1px;
  display: flex;
  position: fixed;
  bottom: 2px;
  overflow: hidden;
}

.as-object-buttons {
  color: light-dark(#161819, #dcf0fc);
  z-index: 14;
  background-color: light-dark(#dcf0fc, #161819);
  flex-direction: row;
  justify-content: space-evenly;
  width: 342px;
  height: 36px;
  padding: 1px;
  display: flex;
  position: fixed;
  bottom: 2px;
  overflow: hidden;
}

.as-slide-buttons {
  color: light-dark(#0f2307, #f0dcf8);
  z-index: 13;
  background-color: light-dark(#f0dcf8, #230f07);
  flex-direction: row;
  justify-content: space-evenly;
  width: 342px;
  height: 36px;
  padding: 1px;
  display: flex;
  position: fixed;
  bottom: 2px;
  overflow: hidden;
}

.as-sites-buttons {
  flex-direction: row;
  justify-content: space-evenly;
  display: flex;
}

.as-monospace {
  font-family: monospace;
  font-size: large;
}

.as-editor-head {
  text-align: center;
  width: 336px;
}

.as-editor-fieldset {
  width: 332px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: medium;
  font-weight: 400;
}

.as-settings-legend {
  color: light-dark(#201f1e, #dfe0e1);
  font-size: medium;
  font-weight: 600;
}

.as-settings-label {
  color: light-dark(#201f1e, #dfe0e1);
  font-size: medium;
  font-weight: 600;
  display: inline-flex;
}

.as-settings-text, .as-settings-area {
  font-size: medium;
  display: inline-flex;
}

.as-settings-select {
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  display: inline-flex;
}

.as-settings-right {
  color: light-dark(#201f1e, #dfe0e1);
  font-size: medium;
  display: inline-flex;
}

.as-settings-20p {
  width: 20%;
  padding-left: 28px;
  font-size: medium;
  display: inline-flex;
}

.as-settings-30p {
  width: 30%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-35p {
  width: 35%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-40p {
  width: 40%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-42p {
  width: 42%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-45p {
  width: 45%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-50p {
  width: 50%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-55p {
  width: 55%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-60p {
  width: 60%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-70p {
  width: 70%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-80p {
  width: 80%;
  font-size: medium;
  display: inline-flex;
}

.as-settings-fpd {
  width: 160px;
  margin-left: 4px;
  font-size: medium;
  display: inline-flex;
}

.as-settings-fpl {
  width: 40px;
  padding-left: 22px;
  font-size: medium;
  display: inline-flex;
}

.as-settings-radio {
  font-size: medium;
  display: flex;
}

.as-settings-checkbox {
  width: 10px;
  padding-left: 28px;
  font-size: medium;
  display: flex;
}

.as-binders-label {
  height: 28px;
  margin: 4px, 4px;
  width: 100%;
  font-size: medium;
  font-weight: 600;
  display: block;
}

.as-binders-select {
  width: 100%;
  font-size: medium;
  display: block;
}

.as-insert-dialog {
  color: light-dark(#070700, #f8f8ff);
  margin: 3px;
  padding: 3px;
  display: block;
}

.as-obj-editor-title {
  text-align: center;
  width: 100%;
  height: 24px;
}

.as-btn {
  color: #fff;
  cursor: pointer;
  background-color: #6f0768;
  border: none;
  border-radius: 4px;
  margin: 3px;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.as-btn:hover {
  background-color: #dc08ca;
}

.as-btn:disabled {
  background-color: #a1a1a1;
}

.as-font-large {
  font-size: large;
}

.as-objects-label {
  width: 100%;
  font-size: medium;
  display: inline-flex;
}

.as-has-default {
  color: light-dark(#8b0000, #ff8080);
  width: 100%;
  height: auto;
  font-size: medium;
  font-weight: 550;
  display: inline;
}

.as-not-default {
  color: light-dark(#000, #fff);
  width: 100%;
  height: auto;
  font-size: medium;
  font-weight: 550;
  display: inline;
}

.as-objects-input {
  width: 100%;
  font-size: medium;
  display: inline-block;
}

.as-duration {
  width: 45px;
  font-size: medium;
  display: inline-block;
}

.as-time-unit {
  width: 100px;
  display: inline-block;
  font-size: 120% !important;
}

.as-rb-offset {
  padding-left: 28px;
}

.as-cell-index {
  width: 100px;
  font-size: medium;
  display: inline-block;
}

.as-button-text {
  color: light-dark(#000, #fff);
  background-color: light-dark(#d4b3f4, #1d4c0b);
  font-size: medium;
}

.as-dialog-left {
  width: 4%;
  display: inline-block;
}

.as-dialog-mid {
  width: 90%;
  display: inline-block;
}

.as-dialog-right {
  width: 4%;
  display: inline-block;
}

.as-console-log {
  color: light-dark(#00f, #00f);
}

.as-console-error {
  color: light-dark(red red);
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: arial, sans-serif;
}

td, th {
  text-align: left;
  border: 1px solid #00f;
  padding: 1px;
}

ul {
  padding-left: 12px;
}

fieldset {
  padding: 12px 6px;
}

legend {
  font-weight: 550;
}
/*# sourceMappingURL=taskpane.9035925c.css.map */
