ap-designer {
  display: grid;
  overflow: hidden;
}

dl {
  flex-direction: column;
  gap: 0.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
}

dt {
  clear: left;
  float: left;
  font-weight: bold;
}

dd {
  padding-left: 2rem;
}

section {
  margin: 1rem;
}

i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 0.8em;
}

#export-3,
#export-4,
#export-5 {
  display: none;
}

.page-overlay {
  display: none !important;
}

.__show {
  display: block !important;
  opacity: 1;
  transition: opacity 2s ease-out;

  @starting-style {
    opacity: 0;
  }
}


.pageview {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* place-content: center; */
  padding: 0 !important;
}

.aspect-ratio-box {
  height: 100%;
  max-width: 100%;
  /* padding: 20px; */
  aspect-ratio: 21 / 41;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page {
  margin: 20px;
  max-height: 100% !important;
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 21 / 41;
}

.app-loader {
  opacity: 0;
  transition: opacity 1s ease-out 200ms;

  @starting-style {
    opacity: 1;
  }
}

platform-shell {
  opacity: 1;
  transition: opacity 2s ease-out 200ms;

  @starting-style {
    opacity: 0;
  }
}

.export-step-view {
  background: white;
}

.export-step-view * {
  transition: all 120ms ease-in;
}

.export-step-view ._table {
  display: table;
  border-collapse: collapse;
}

.export-step-view ._table .para {
  display: block;
  margin: 0;
}

.export-step-view ._subtitle {
  display: block;
  font-size: 110%;
  margin: -0.5rem 0 0.5rem 0;
}

.export-step-view ._section {
  display: block;
  margin: 1rem;
}

.export-step-view ._dl {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  column-gap: 1rem;
}

.export-step-view ._dt {
  display: block;
  font-weight: bold;
}

.export-step-view ._dd {
  display: block;
}

.export-step-view ._tr {
  display: table-row;
}

.export-step-view ._th,
.export-step-view ._td {
  display: table-cell;
  border: 1px solid grey;
  padding: 5px;
  width: 33%;
  min-height: 1lh;
}

.export-step-view ._th {
  text-align: center;
  font-weight: bold !important;
}

.export-step-view ._div {
  display: block;
}

.export-step-view .block-margin {
  display: block;
  /* flex-direction: vertical; */
  margin: 10px 0px 0px 10px;
}

.export-step-view .first-cell {
  font-weight: bold;
  vertical-align: middle;
}

.export-step-view ._vstack-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.export-step-view ._vstack-center span {
  text-align: center;
}

.export-step-view ._vstack-center .figure {
  align-self: auto;
}

.export-step-view ._bold {
  font-weight: bold;
}

.export-step-view img:not(.figure) {
  display: none;
}

.export-step-view .bkp-title {
  display: block;
  margin: 1rem 0 0.5rem 0;
}

.export-step-view table {
  table-layout: fixed;
  width: 100%;
}

.export-view {
  padding: 10px;
  font-size: 14px !important;
}

.zstack.autosize .hover-box {
  position: absolute;
  background-color: #ff03;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

#run-btn-container.not-started #run-btn {
  background-color: white;
  z-index: 102;
  backdrop-filter: blur(100px);
}

#run-btn-container.not-started+#run-btn-background {
  position: fixed;
  inset: 0;
  background-color: #0009;
  z-index: 100;
}

.data-point-annotations .annotation.auto {
  outline: 1px solid steelblue;
}

.data-point-annotations .annotation.positive {
  outline: 1px solid green;
}

._space-evenly {
  justify-content: space-evenly;
}

#snow-container {
  display: none;
}

.xmas-message {
  padding: 5rem;
  font-size: 120%;
  line-height: 1.75;
  font-weight: 500;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2rem;

  p {
    margin: 0;
  }
}

#xmas-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#xmas-card .acodis-signature {
  display: flex;
  justify-content: space-between;
}

#audio-control {
  z-index: 2000;
  /* display: grid;
  place-content: center; */
  /* width: 2rem;
  aspect-ratio: 1; */
  /* border-radius: 50%;
  background-color: white; */
  position: fixed;
  bottom: 1rem;
  left: 50%;
  translate: -50% 0;
}

.vstack.analysis-leftnav,
.vstack.analysis-leftnav-bottom {
  overflow: visible !important;
}

#run-btn-container.not-started {
  display: block;
  position: relative;
}

.run-btn-arrows {
  display: flex;
  align-items: center;
  z-index: 3000;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: visible !important;
  white-space: nowrap;

  top: 50%;
  right: -0.5rem;
  transform: translate(+100%, -50%);
  color: #00c0a590 !important;
}

.run-btn-arrows,
.run-btn-arrows .material-icons {
  font-size: 2rem;
}