@charset "UTF-8";

@keyframes avatar-load-pulse {
  from {
    background: rgba(255, 255, 255, 0.3);
  }
  to {
    background: rgba(255, 255, 255, 0.6);
  }
}
@font-face {
  font-family: "raleway";
  src: url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-bold-webfont.woff2") format("woff2"), url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-semibold-webfont.woff2") format("woff2"), url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "raleway";
  src: url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-regular-webfont.woff2") format("woff2"), url("https://www.brazeau.ab.ca/core/SB/fonts/raleway-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.sb-admin .row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 12px;
  grid-auto-flow: dense;
}
.sb-admin .row > * {
  grid-column-end: span 12;
}
.sb-admin .row.small-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sb-admin .row.small-1 > * {
  grid-column-end: span 1;
}
.sb-admin .row.small-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sb-admin .row.small-2 > * {
  grid-column-end: span 2;
}
.sb-admin .row.small-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sb-admin .row.small-3 > * {
  grid-column-end: span 3;
}
.sb-admin .row.small-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sb-admin .row.small-4 > * {
  grid-column-end: span 4;
}
.sb-admin .row.small-5 {
  grid-template-columns: repeat(5, 1fr);
}
.sb-admin .row.small-5 > * {
  grid-column-end: span 5;
}
.sb-admin .row.small-6 {
  grid-template-columns: repeat(6, 1fr);
}
.sb-admin .row.small-6 > * {
  grid-column-end: span 6;
}
.sb-admin .row.small-7 {
  grid-template-columns: repeat(7, 1fr);
}
.sb-admin .row.small-7 > * {
  grid-column-end: span 7;
}
.sb-admin .row.small-8 {
  grid-template-columns: repeat(8, 1fr);
}
.sb-admin .row.small-8 > * {
  grid-column-end: span 8;
}
.sb-admin .row.small-9 {
  grid-template-columns: repeat(9, 1fr);
}
.sb-admin .row.small-9 > * {
  grid-column-end: span 9;
}
.sb-admin .row.small-10 {
  grid-template-columns: repeat(10, 1fr);
}
.sb-admin .row.small-10 > * {
  grid-column-end: span 10;
}
.sb-admin .row.small-11 {
  grid-template-columns: repeat(11, 1fr);
}
.sb-admin .row.small-11 > * {
  grid-column-end: span 11;
}
.sb-admin .row.small-12 {
  grid-template-columns: repeat(12, 1fr);
}
.sb-admin .row.small-12 > * {
  grid-column-end: span 12;
}
@media print, screen and (min-width: 25em) {
  .sb-admin .row.smallplus-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sb-admin .row.smallplus-1 > * {
    grid-column-end: span 1;
  }
  .sb-admin .row.smallplus-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-admin .row.smallplus-2 > * {
    grid-column-end: span 2;
  }
  .sb-admin .row.smallplus-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sb-admin .row.smallplus-3 > * {
    grid-column-end: span 3;
  }
  .sb-admin .row.smallplus-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sb-admin .row.smallplus-4 > * {
    grid-column-end: span 4;
  }
  .sb-admin .row.smallplus-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sb-admin .row.smallplus-5 > * {
    grid-column-end: span 5;
  }
  .sb-admin .row.smallplus-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sb-admin .row.smallplus-6 > * {
    grid-column-end: span 6;
  }
  .sb-admin .row.smallplus-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sb-admin .row.smallplus-7 > * {
    grid-column-end: span 7;
  }
  .sb-admin .row.smallplus-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sb-admin .row.smallplus-8 > * {
    grid-column-end: span 8;
  }
  .sb-admin .row.smallplus-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sb-admin .row.smallplus-9 > * {
    grid-column-end: span 9;
  }
  .sb-admin .row.smallplus-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sb-admin .row.smallplus-10 > * {
    grid-column-end: span 10;
  }
  .sb-admin .row.smallplus-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sb-admin .row.smallplus-11 > * {
    grid-column-end: span 11;
  }
  .sb-admin .row.smallplus-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sb-admin .row.smallplus-12 > * {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 48em) {
  .sb-admin .row.medium-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sb-admin .row.medium-1 > * {
    grid-column-end: span 1;
  }
  .sb-admin .row.medium-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-admin .row.medium-2 > * {
    grid-column-end: span 2;
  }
  .sb-admin .row.medium-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sb-admin .row.medium-3 > * {
    grid-column-end: span 3;
  }
  .sb-admin .row.medium-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sb-admin .row.medium-4 > * {
    grid-column-end: span 4;
  }
  .sb-admin .row.medium-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sb-admin .row.medium-5 > * {
    grid-column-end: span 5;
  }
  .sb-admin .row.medium-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sb-admin .row.medium-6 > * {
    grid-column-end: span 6;
  }
  .sb-admin .row.medium-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sb-admin .row.medium-7 > * {
    grid-column-end: span 7;
  }
  .sb-admin .row.medium-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sb-admin .row.medium-8 > * {
    grid-column-end: span 8;
  }
  .sb-admin .row.medium-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sb-admin .row.medium-9 > * {
    grid-column-end: span 9;
  }
  .sb-admin .row.medium-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sb-admin .row.medium-10 > * {
    grid-column-end: span 10;
  }
  .sb-admin .row.medium-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sb-admin .row.medium-11 > * {
    grid-column-end: span 11;
  }
  .sb-admin .row.medium-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sb-admin .row.medium-12 > * {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 63.75em) {
  .sb-admin .row.large-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sb-admin .row.large-1 > * {
    grid-column-end: span 1;
  }
  .sb-admin .row.large-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-admin .row.large-2 > * {
    grid-column-end: span 2;
  }
  .sb-admin .row.large-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sb-admin .row.large-3 > * {
    grid-column-end: span 3;
  }
  .sb-admin .row.large-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sb-admin .row.large-4 > * {
    grid-column-end: span 4;
  }
  .sb-admin .row.large-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sb-admin .row.large-5 > * {
    grid-column-end: span 5;
  }
  .sb-admin .row.large-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sb-admin .row.large-6 > * {
    grid-column-end: span 6;
  }
  .sb-admin .row.large-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sb-admin .row.large-7 > * {
    grid-column-end: span 7;
  }
  .sb-admin .row.large-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sb-admin .row.large-8 > * {
    grid-column-end: span 8;
  }
  .sb-admin .row.large-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sb-admin .row.large-9 > * {
    grid-column-end: span 9;
  }
  .sb-admin .row.large-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sb-admin .row.large-10 > * {
    grid-column-end: span 10;
  }
  .sb-admin .row.large-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sb-admin .row.large-11 > * {
    grid-column-end: span 11;
  }
  .sb-admin .row.large-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sb-admin .row.large-12 > * {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 87.5em) {
  .sb-admin .row.xlarge-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sb-admin .row.xlarge-1 > * {
    grid-column-end: span 1;
  }
  .sb-admin .row.xlarge-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-admin .row.xlarge-2 > * {
    grid-column-end: span 2;
  }
  .sb-admin .row.xlarge-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sb-admin .row.xlarge-3 > * {
    grid-column-end: span 3;
  }
  .sb-admin .row.xlarge-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sb-admin .row.xlarge-4 > * {
    grid-column-end: span 4;
  }
  .sb-admin .row.xlarge-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sb-admin .row.xlarge-5 > * {
    grid-column-end: span 5;
  }
  .sb-admin .row.xlarge-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sb-admin .row.xlarge-6 > * {
    grid-column-end: span 6;
  }
  .sb-admin .row.xlarge-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sb-admin .row.xlarge-7 > * {
    grid-column-end: span 7;
  }
  .sb-admin .row.xlarge-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sb-admin .row.xlarge-8 > * {
    grid-column-end: span 8;
  }
  .sb-admin .row.xlarge-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sb-admin .row.xlarge-9 > * {
    grid-column-end: span 9;
  }
  .sb-admin .row.xlarge-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sb-admin .row.xlarge-10 > * {
    grid-column-end: span 10;
  }
  .sb-admin .row.xlarge-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sb-admin .row.xlarge-11 > * {
    grid-column-end: span 11;
  }
  .sb-admin .row.xlarge-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sb-admin .row.xlarge-12 > * {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 118.75em) {
  .sb-admin .row.xxlarge-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sb-admin .row.xxlarge-1 > * {
    grid-column-end: span 1;
  }
  .sb-admin .row.xxlarge-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sb-admin .row.xxlarge-2 > * {
    grid-column-end: span 2;
  }
  .sb-admin .row.xxlarge-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sb-admin .row.xxlarge-3 > * {
    grid-column-end: span 3;
  }
  .sb-admin .row.xxlarge-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sb-admin .row.xxlarge-4 > * {
    grid-column-end: span 4;
  }
  .sb-admin .row.xxlarge-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sb-admin .row.xxlarge-5 > * {
    grid-column-end: span 5;
  }
  .sb-admin .row.xxlarge-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sb-admin .row.xxlarge-6 > * {
    grid-column-end: span 6;
  }
  .sb-admin .row.xxlarge-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sb-admin .row.xxlarge-7 > * {
    grid-column-end: span 7;
  }
  .sb-admin .row.xxlarge-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sb-admin .row.xxlarge-8 > * {
    grid-column-end: span 8;
  }
  .sb-admin .row.xxlarge-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sb-admin .row.xxlarge-9 > * {
    grid-column-end: span 9;
  }
  .sb-admin .row.xxlarge-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sb-admin .row.xxlarge-10 > * {
    grid-column-end: span 10;
  }
  .sb-admin .row.xxlarge-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sb-admin .row.xxlarge-11 > * {
    grid-column-end: span 11;
  }
  .sb-admin .row.xxlarge-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sb-admin .row.xxlarge-12 > * {
    grid-column-end: span 12;
  }
}
.sb-admin .small-1 {
  grid-column-end: span 1;
}
.sb-admin .small-2 {
  grid-column-end: span 2;
}
.sb-admin .small-3 {
  grid-column-end: span 3;
}
.sb-admin .small-4 {
  grid-column-end: span 4;
}
.sb-admin .small-5 {
  grid-column-end: span 5;
}
.sb-admin .small-6 {
  grid-column-end: span 6;
}
.sb-admin .small-7 {
  grid-column-end: span 7;
}
.sb-admin .small-8 {
  grid-column-end: span 8;
}
.sb-admin .small-9 {
  grid-column-end: span 9;
}
.sb-admin .small-10 {
  grid-column-end: span 10;
}
.sb-admin .small-11 {
  grid-column-end: span 11;
}
.sb-admin .small-12 {
  grid-column-end: span 12;
}
@media print, screen and (min-width: 25em) {
  .sb-admin .smallplus-1 {
    grid-column-end: span 1;
  }
  .sb-admin .smallplus-2 {
    grid-column-end: span 2;
  }
  .sb-admin .smallplus-3 {
    grid-column-end: span 3;
  }
  .sb-admin .smallplus-4 {
    grid-column-end: span 4;
  }
  .sb-admin .smallplus-5 {
    grid-column-end: span 5;
  }
  .sb-admin .smallplus-6 {
    grid-column-end: span 6;
  }
  .sb-admin .smallplus-7 {
    grid-column-end: span 7;
  }
  .sb-admin .smallplus-8 {
    grid-column-end: span 8;
  }
  .sb-admin .smallplus-9 {
    grid-column-end: span 9;
  }
  .sb-admin .smallplus-10 {
    grid-column-end: span 10;
  }
  .sb-admin .smallplus-11 {
    grid-column-end: span 11;
  }
  .sb-admin .smallplus-12 {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 48em) {
  .sb-admin .medium-1 {
    grid-column-end: span 1;
  }
  .sb-admin .medium-2 {
    grid-column-end: span 2;
  }
  .sb-admin .medium-3 {
    grid-column-end: span 3;
  }
  .sb-admin .medium-4 {
    grid-column-end: span 4;
  }
  .sb-admin .medium-5 {
    grid-column-end: span 5;
  }
  .sb-admin .medium-6 {
    grid-column-end: span 6;
  }
  .sb-admin .medium-7 {
    grid-column-end: span 7;
  }
  .sb-admin .medium-8 {
    grid-column-end: span 8;
  }
  .sb-admin .medium-9 {
    grid-column-end: span 9;
  }
  .sb-admin .medium-10 {
    grid-column-end: span 10;
  }
  .sb-admin .medium-11 {
    grid-column-end: span 11;
  }
  .sb-admin .medium-12 {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 63.75em) {
  .sb-admin .large-1 {
    grid-column-end: span 1;
  }
  .sb-admin .large-2 {
    grid-column-end: span 2;
  }
  .sb-admin .large-3 {
    grid-column-end: span 3;
  }
  .sb-admin .large-4 {
    grid-column-end: span 4;
  }
  .sb-admin .large-5 {
    grid-column-end: span 5;
  }
  .sb-admin .large-6 {
    grid-column-end: span 6;
  }
  .sb-admin .large-7 {
    grid-column-end: span 7;
  }
  .sb-admin .large-8 {
    grid-column-end: span 8;
  }
  .sb-admin .large-9 {
    grid-column-end: span 9;
  }
  .sb-admin .large-10 {
    grid-column-end: span 10;
  }
  .sb-admin .large-11 {
    grid-column-end: span 11;
  }
  .sb-admin .large-12 {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 87.5em) {
  .sb-admin .xlarge-1 {
    grid-column-end: span 1;
  }
  .sb-admin .xlarge-2 {
    grid-column-end: span 2;
  }
  .sb-admin .xlarge-3 {
    grid-column-end: span 3;
  }
  .sb-admin .xlarge-4 {
    grid-column-end: span 4;
  }
  .sb-admin .xlarge-5 {
    grid-column-end: span 5;
  }
  .sb-admin .xlarge-6 {
    grid-column-end: span 6;
  }
  .sb-admin .xlarge-7 {
    grid-column-end: span 7;
  }
  .sb-admin .xlarge-8 {
    grid-column-end: span 8;
  }
  .sb-admin .xlarge-9 {
    grid-column-end: span 9;
  }
  .sb-admin .xlarge-10 {
    grid-column-end: span 10;
  }
  .sb-admin .xlarge-11 {
    grid-column-end: span 11;
  }
  .sb-admin .xlarge-12 {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 118.75em) {
  .sb-admin .xxlarge-1 {
    grid-column-end: span 1;
  }
  .sb-admin .xxlarge-2 {
    grid-column-end: span 2;
  }
  .sb-admin .xxlarge-3 {
    grid-column-end: span 3;
  }
  .sb-admin .xxlarge-4 {
    grid-column-end: span 4;
  }
  .sb-admin .xxlarge-5 {
    grid-column-end: span 5;
  }
  .sb-admin .xxlarge-6 {
    grid-column-end: span 6;
  }
  .sb-admin .xxlarge-7 {
    grid-column-end: span 7;
  }
  .sb-admin .xxlarge-8 {
    grid-column-end: span 8;
  }
  .sb-admin .xxlarge-9 {
    grid-column-end: span 9;
  }
  .sb-admin .xxlarge-10 {
    grid-column-end: span 10;
  }
  .sb-admin .xxlarge-11 {
    grid-column-end: span 11;
  }
  .sb-admin .xxlarge-12 {
    grid-column-end: span 12;
  }
}

@keyframes dialog-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dialog {
  z-index: 20000;
  font-weight: 400;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  font-size: 0.875rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 24px);
  max-height: calc(100vh - 24px);
  width: auto;
  height: auto;
  border-top: 4px solid #00A79D;
  background-color: #fff;
  color: #363636;
  border-radius: 0.125rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 48em) {
  .dialog {
    font-size: 1rem;
  }
}
.dialog:not(.fading-out) {
  animation: dialog-fade-in 0.3s ease both;
}
@supports (width: fit-content) {
  .dialog {
    transform: none;
    width: fit-content;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.dialog-title {
  background-color: #363636;
  color: #fff;
  padding: 0.75rem 1.5rem;
  padding-right: calc(0.75rem + 7rem);
  flex-shrink: 0;
}
.dialog-title:empty {
  display: none;
}

.dialog-close {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  color: #00A79D;
  line-height: 1.5;
  transition: none;
}
.dialog-close::before {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%2300A79D'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dialog-close:hover, .dialog-close:focus {
  color: #006a5d;
}
.dialog-close:hover::before, .dialog-close:focus::before {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23006a5d'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}

.dialog-title ~ .dialog-close {
  top: 0.75rem;
  right: 1.5rem;
  color: #fff;
}
.dialog-title ~ .dialog-close::before {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}
.dialog-title ~ .dialog-close:hover, .dialog-title ~ .dialog-close:focus {
  color: #00A79D;
}
.dialog-title ~ .dialog-close:hover::before, .dialog-title ~ .dialog-close:focus::before {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%2300A79D'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}

.dialog-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1.5rem 1.5rem;
  background-color: #fff;
}

.dialog-title ~ .dialog-body {
  padding-top: 0;
}

.dialog-underlay {
  z-index: 19999;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(248, 248, 248, 0.8);
}
.dialog-underlay:not(.fading-out) {
  animation: dialog-fade-in 0.3s ease both;
}

.sb-configure-form {
  grid-template-columns: repeat(2, minmax(15rem, 1fr));
  grid-column-gap: 24px;
}
@media screen and (min-width: 37.5em) {
  .sb-configure-form {
    display: grid;
  }
}
.sb-configure-form .input-html,
.sb-configure-form .label-after-inline {
  grid-column-end: span 2;
}
.sb-configure-form .sb-section {
  margin-top: 0.75rem;
}

.sb-configure-header {
  grid-column-end: span 2;
}

.dialog.tooltip {
  padding: 0.75rem 1.125rem;
  max-width: 18.75rem;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  max-height: none;
  border: none;
}
.dialog.tooltip dl {
  margin: 0;
}
.dialog.tooltip dd,
.dialog.tooltip dt {
  display: block;
  margin: 0;
  font-size: 1rem;
}
.dialog.tooltip dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.dialog.tooltip::after {
  content: "";
  display: none;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.625rem solid #00A79D;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(-50%) rotate(-45deg);
  pointer-events: none;
}
.dialog.tooltip.right-top, .dialog.tooltip.right-bottom {
  border-left: 3px solid #00A79D;
}
.dialog.tooltip.right-top::after, .dialog.tooltip.right-bottom::after {
  display: block;
  left: 0;
  top: 0.625rem;
}
.dialog.tooltip.left-top, .dialog.tooltip.left-bottom {
  border-right: 3px solid #00A79D;
}
.dialog.tooltip.left-top::after, .dialog.tooltip.left-bottom::after {
  display: block;
  right: 0;
  top: 0.625rem;
  transform: translateX(50%) rotate(135deg);
}
.dialog.tooltip.right-bottom::after, .dialog.tooltip.left-bottom::after {
  top: auto;
  bottom: 0.625rem;
}
.dialog.tooltip .tooltip-stem {
  display: none;
}

.dialog.sblib {
  width: 100%;
  height: 100%;
}
.dialog.sblib .dialog-body {
  position: relative;
}

.sb-context-menu {
  font-weight: 400;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  font-size: 0.875rem;
  color: #363636;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  min-width: 8rem;
  overflow: hidden;
}
@media print, screen and (min-width: 48em) {
  .sb-context-menu {
    font-size: 1rem;
  }
}
.sb-context-menu .context-menu-title {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.5rem 0.75rem 0.375rem;
}
@media print, screen and (min-width: 48em) {
  .sb-context-menu .context-menu-title {
    font-size: 0.875rem;
  }
}
.sb-context-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb-context-menu li {
  white-space: nowrap;
  cursor: pointer;
}
.sb-context-menu li a {
  margin: -0.375rem -0.75rem;
}
.sb-context-menu li + li {
  border-top: 1px solid #e5e5e5;
}
.sb-context-menu li,
.sb-context-menu a {
  color: inherit;
  display: block;
  padding: 0.375rem 0.75rem;
}
.sb-context-menu li:hover, .sb-context-menu li:focus,
.sb-context-menu a:hover,
.sb-context-menu a:focus {
  color: inherit;
  background-color: #f8f8f8;
}

.dialog.sb-context-menu {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  max-height: none;
  border: none;
}
.dialog.sb-context-menu::after {
  content: "";
  display: none;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.625rem solid #00A79D;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translateX(-50%) rotate(-45deg);
  pointer-events: none;
}
.dialog.sb-context-menu.right-top, .dialog.sb-context-menu.right-bottom {
  border-left: 3px solid #00A79D;
}
.dialog.sb-context-menu.right-top::after, .dialog.sb-context-menu.right-bottom::after {
  display: block;
  left: 0;
  top: 0.625rem;
}
.dialog.sb-context-menu.left-top, .dialog.sb-context-menu.left-bottom {
  border-right: 3px solid #00A79D;
}
.dialog.sb-context-menu.left-top::after, .dialog.sb-context-menu.left-bottom::after {
  display: block;
  right: 0;
  top: 0.625rem;
  transform: translateX(50%) rotate(135deg);
}
.dialog.sb-context-menu.right-bottom::after, .dialog.sb-context-menu.left-bottom::after {
  top: auto;
  bottom: 0.625rem;
}
.dialog.sb-context-menu .tooltip-stem {
  display: none;
}

.sb-tooltip {
  z-index: 20;
  position: absolute;
  background: #f8f8f8;
  color: #363636;
  padding: 2px 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 16px;
  pointer-events: none;
  max-width: 400px;
}

.sb-has-toolbar .site {
  margin-bottom: calc(3rem + 1px);
}
@media print, screen and (min-width: 63.75em) {
  .sb-has-toolbar .site {
    margin-bottom: calc(4.875rem + 2px);
  }
}

.sb-toolbar-cont {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media print, screen and (min-width: 63.75em) {
  .sb-toolbar-cont {
    bottom: 0.75rem;
  }
}
.sb-admin-tools-sidebar .sb-toolbar-cont {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: auto;
}

#sb-toolbar {
  display: flex;
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  flex-grow: 1;
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #363636;
  font-family: "raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
}
#sb-toolbar a {
  text-decoration: none;
  color: inherit;
}
#sb-toolbar a:hover,
#sb-toolbar a:focus {
  color: #bae5e2;
}
@media print, screen and (min-width: 63.75em) {
  #sb-toolbar {
    border: 1px solid #fff;
    margin: 0 0.75rem;
    flex-grow: 0;
  }
}
#sb-toolbar .sb-toolbar-logo,
#sb-toolbar .nav-list a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3rem;
  min-width: 3rem;
  padding: 0.375rem;
  text-align: center;
}
#sb-toolbar .sb-toolbar-logo svg,
#sb-toolbar .nav-list a svg {
  width: auto;
  height: 1.5rem;
  fill: currentColor;
}
#sb-toolbar .sb-toolbar-logo span,
#sb-toolbar .nav-list a span {
  display: none;
  margin: 0;
  margin-top: 0.5rem;
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 63.75em) {
  #sb-toolbar .sb-toolbar-logo,
  #sb-toolbar .nav-list a {
    height: 4.125rem;
    min-width: 3.75rem;
    padding: 0.75rem 0.75rem 0.5625rem;
    justify-content: flex-end;
  }
  #sb-toolbar .sb-toolbar-logo span,
  #sb-toolbar .nav-list a span {
    display: block;
  }
}
#sb-toolbar .sb-toolbar-logo .icon-toggle-on,
#sb-toolbar .sb-toolbar-logo .icon-toggle-off,
#sb-toolbar .nav-list a .icon-toggle-on,
#sb-toolbar .nav-list a .icon-toggle-off {
  height: 2.25rem;
  margin: -0.375rem;
}
#sb-toolbar .sb-toolbar-logo {
  min-width: 4.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media print, screen and (min-width: 63.75em) {
  #sb-toolbar .sb-toolbar-logo {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    min-width: 5.25rem;
  }
}
#sb-toolbar .sb-toolbar-logo-text {
  font-weight: 600;
}
#sb-toolbar .sb-logo-smallbox {
  background-color: #CEC42D;
  color: #363636;
}
#sb-toolbar .sb-logo-amira {
  background-color: #00A79D;
  color: #fff;
}
#sb-toolbar .sb-toolbar-headings {
  border-left: 1px solid #fff;
  padding: 0 0.375rem;
}
#sb-toolbar .nav-list {
  display: flex;
}
#sb-toolbar .sb-toolbar-details {
  display: none;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #fff;
  padding: 0.5625rem 1.125rem;
  background-color: #545454;
  font-size: 0.625rem;
  line-height: 1;
}
@media print, screen and (min-width: 63.75em) {
  #sb-toolbar .sb-toolbar-details {
    display: flex;
  }
}
#sb-toolbar .sb-toolbar-detail {
  display: flex;
  margin-top: 0.4em;
}
#sb-toolbar .sb-toolbar-detail-title {
  margin-right: 0.5em;
}
.sb-admin-tools-sidebar #sb-toolbar {
  margin: 0;
  flex-grow: 1;
  border: none;
  border-top: 3px solid #00A79D;
}
.sb-admin-tools-sidebar #sb-toolbar .sb-toolbar-logo {
  display: none;
}
.sb-admin-tools-sidebar #sb-toolbar .sb-toolbar-headings {
  border-left: 0;
}
.sb-admin-tools-sidebar #sb-toolbar .nav-list {
  flex-wrap: wrap;
}
.brand-smallbox .sb-admin-tools-sidebar #sb-toolbar {
  border-top-color: #CEC42D;
}

.sb-admin input,
.sb-admin textarea {
  border: 1px solid #e5e5e5;
  color: #363636;
  box-shadow: none;
}
.sb-admin input:focus,
.sb-admin textarea:focus {
  border: 1px solid #00A79D;
}
.sb-admin [type=text], .sb-admin [type=password], .sb-admin [type=date], .sb-admin [type=datetime], .sb-admin [type=datetime-local], .sb-admin [type=month], .sb-admin [type=week], .sb-admin [type=email], .sb-admin [type=number], .sb-admin [type=search], .sb-admin [type=tel], .sb-admin [type=phone], .sb-admin [type=time], .sb-admin [type=url], .sb-admin [type=color] {
  outline: 0;
}
.sb-admin ::placeholder {
  color: #b0b0b0;
}
.sb-admin :-ms-input-placeholder {
  color: #b0b0b0;
}
.sb-admin .input-error {
  padding-left: calc(1em + 0.4em);
  min-height: 1.25em;
  line-height: 1.25em;
  position: relative;
  color: #D50603;
}
.sb-admin .input-error:after {
  top: calc((1.25em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-admin .input-error::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23363636%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-admin .input-error::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23D50603'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .message {
  padding-left: calc(1em + 0.4em);
  min-height: 1.25em;
  line-height: 1.25em;
  position: relative;
}
.sb-admin .message:after {
  top: calc((1.25em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-admin .message::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23363636%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-admin .message.warning {
  color: #f4783e;
}
.sb-admin .message.warning::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23f4783e%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .message.success::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20342.508%20342.508'%3E%3Cpath%20fill%3D'%238CC63E'%20d%3D'M171.254%200C76.837%200%20.004%2076.82.004%20171.248s76.828%20171.26%20171.25%20171.26c94.438%200%20171.25-76.826%20171.25-171.26C342.504%2076.818%20265.698%200%20171.254%200zm74.117%20136.16l-89.69%2089.69c-2.69%202.69-6.24%204.05-9.75%204.05-3.54%200-7.06-1.358-9.76-4.05l-39.01-39.006c-5.39-5.398-5.39-14.13%200-19.52%205.39-5.393%2014.13-5.393%2019.52%200l29.26%2029.26%2079.95-79.947c5.38-5.386%2014.11-5.386%2019.51%200%205.4%205.4%205.4%2014.132%200%2019.524z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .message.error {
  color: #D50603;
}
.sb-admin .message.error::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23D50603'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .input {
  margin-top: 0.75rem;
  color: #363636;
  position: relative;
  display: flex;
  flex-direction: column;
}
.sb-admin .input .input-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sb-admin .input .input-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: calc(0.5625rem - 1px);
  padding-right: calc(0.5625rem - 1px);
  padding-bottom: calc(0.5625rem - 1px);
  padding-left: calc(0.5625rem - 1px);
  background-position: right calc(0.5625rem - 1px) top calc(0.5625rem - 1px);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}
.sb-admin .input .input-field:focus {
  outline: 0;
}
.sb-admin .input .input-icon {
  z-index: 3;
  position: relative;
  top: 0.5625rem;
  right: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.25rem;
  margin-bottom: -1.25rem;
  margin-left: auto;
}
.sb-admin .input .input-icon-button svg {
  font-size: 0.5rem;
}
.sb-admin .input .input-icon-button:hover, .sb-admin .input .input-icon-button:focus {
  outline: none;
}
.sb-admin .input.required > label::after, .sb-admin .input.required legend::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-admin .input .input-field {
  height: calc(1.25rem + 0.5625rem + 0.5625rem);
}
.sb-admin .input textarea.input-field {
  min-height: calc(1.25rem + 0.5625rem + 0.5625rem);
  resize: vertical;
}
.sb-admin .input textarea.input-field[rows] {
  height: auto;
}
.sb-admin .input .input-icon ~ .input-field {
  padding-right: calc(1rem + 0.84375rem);
}
.sb-admin .input select.input-field {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20213.333%20213.333%22%20style%3D%22fill%3A%20%23363636%3B%22%3E%3Cpolygon%20points%3D%220%2C53.333%20106.667%2C160%20213.333%2C53.333%22%2F%3E%3C%2Fsvg%3E");
  width: auto;
  padding-right: calc(1rem + 0.84375rem);
  background-size: 0.5rem 0.5rem;
  background-position: right calc(0.5625rem - 1px + (1rem - 0.5rem) / 2) center;
  background-repeat: no-repeat;
}
.sb-admin .input select::-ms-expand {
  display: none;
}
@keyframes onAutoFillStart {
  from { /**/ }
  to { /**/ }
}
@keyframes onAutoFillCancel {
  from { /**/ }
  to { /**/ }
}
.sb-admin .input input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 0.3s ease-in-out 0s;
}
.sb-admin .input input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
.sb-admin .input ::placeholder {
  color: #b0b0b0;
}
.sb-admin .input :-ms-input-placeholder {
  color: #b0b0b0 !important;
}
.sb-admin .input .input-field {
  background-color: #fff;
  border-color: #e5e5e5;
}
.sb-admin .input .input-field:focus {
  background-color: #fff;
  border-color: #00A79D;
}
.sb-admin .input .input-field:disabled, .sb-admin .input .input-field[readonly] {
  background-color: #e5e5e5;
}
.sb-admin .input .input-label {
  color: #363636;
}
.sb-admin .input legend {
  color: #363636;
}
.sb-admin .input select.input-field {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20213.333%20213.333%22%20style%3D%22fill%3A%20%23363636%3B%22%3E%3Cpolygon%20points%3D%220%2C53.333%20106.667%2C160%20213.333%2C53.333%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .input.has-error-message .input-field {
  border-color: #D50603;
}
.sb-admin .input.has-error-message .input-field:focus {
  border-color: #00A79D;
}
.sb-admin .input .input-icon svg {
  fill: rgba(54, 54, 54, 0.6);
}
.sb-admin .input .input-icon-button svg {
  fill: #363636;
}
.sb-admin .input .input-icon-button:hover svg, .sb-admin .input .input-icon-button:focus svg {
  fill: #00A79D;
}
.sb-admin .input .input-label {
  order: -1;
  max-width: 100%;
}
.sb-admin .input .input-field,
.sb-admin .input .cke {
  margin-top: 0.1875rem;
}
.sb-admin .input > .input-field:first-child, .sb-admin .input > .cke:first-child {
  margin-top: 0;
}
.sb-admin .input .button {
  align-self: flex-start;
}
.sb-admin .input .input-error {
  position: relative;
  padding: 0 0.2rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.05rem;
  margin-top: -0.525rem;
  margin-bottom: -0.525rem;
  padding-left: calc(0.875rem + 0.2rem);
  min-height: 1.05rem;
  line-height: 1.05rem;
  z-index: 2;
  order: 3;
  align-self: flex-end;
  padding-left: calc(0.4rem + 0.875rem);
}
.sb-admin .input .input-error:after {
  top: calc((1.05rem - 0.875rem) / 2);
  width: 0.875rem;
  height: 0.875rem;
}
.sb-admin .input .input-error::after {
  left: 0.2rem;
}
.sb-admin .input .input-error {
  background-color: #fff;
  box-shadow: 0 -0.125rem #fff, 0 0.125rem #fff;
}
.sb-admin .switch {
  display: block;
  flex-direction: row;
}
.sb-admin .switch .input-field,
.sb-admin .switch .cke {
  margin-top: 0;
}
.sb-admin .switch .input-error {
  z-index: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding-left: calc(1em + 0.4em);
  min-height: 1.25em;
  line-height: 1.25em;
  z-index: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding-right: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: initial;
}
.sb-admin .switch .input-error:after {
  top: calc((1.25em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-admin .switch .input-error::after {
  left: 0;
}
.sb-admin .switch input[type=checkbox] {
  position: absolute;
  width: 0px;
  height: 0px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.sb-admin .switch .input-label {
  display: flex;
  align-items: flex-start;
  margin: 0;
  line-height: 1.4;
  font-size: 1rem;
  cursor: pointer;
}
.sb-admin .switch .switch-slider {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.4em;
  height: 1.4em;
  margin-right: 0.5em;
  border-radius: 0.7em;
  transition: background-color 0.2s ease;
}
.sb-admin .switch .switch-slider::before {
  content: "";
  flex-grow: 0;
  width: 0px;
  transition: flex-grow 0.2s ease;
}
.sb-admin .switch .switch-slider::after {
  content: "";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin: 0.2em;
  border-radius: 50%;
}
.sb-admin .switch [type=checkbox]:checked ~ label .switch-slider::before {
  flex-grow: 1;
}
.sb-admin .switch label::before {
  display: none;
}
.sb-admin .switch.label-before .switch-slider {
  margin-right: 0;
  margin-left: 0.5em;
}
.sb-admin .switch .switch-slider {
  background-color: rgb(164.65, 206.35, 203.852994012);
}
.sb-admin .switch .switch-slider::after {
  background-color: #fff;
}
.sb-admin .switch [type=checkbox]:checked ~ .input-label .switch-slider {
  background-color: #00A79D;
}
.sb-admin .checkbox-list li, .sb-admin .radio-buttons li, .sb-admin .input-type-checkbox, .sb-admin .input-type-radio {
  display: block;
  flex-direction: row;
  position: relative;
  margin-top: 0.1875rem;
}
.sb-admin .checkbox-list li .input-field,
.sb-admin .checkbox-list li .cke, .sb-admin .radio-buttons li .input-field,
.sb-admin .radio-buttons li .cke, .sb-admin .input-type-checkbox .input-field,
.sb-admin .input-type-checkbox .cke, .sb-admin .input-type-radio .input-field,
.sb-admin .input-type-radio .cke {
  margin-top: 0;
}
.sb-admin .checkbox-list li .input-error, .sb-admin .radio-buttons li .input-error, .sb-admin .input-type-checkbox .input-error, .sb-admin .input-type-radio .input-error {
  z-index: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  padding-left: calc(1em + 0.4em);
  min-height: 1.25em;
  line-height: 1.25em;
  z-index: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding-right: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: initial;
}
.sb-admin .checkbox-list li .input-error:after, .sb-admin .radio-buttons li .input-error:after, .sb-admin .input-type-checkbox .input-error:after, .sb-admin .input-type-radio .input-error:after {
  top: calc((1.25em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-admin .checkbox-list li .input-error::after, .sb-admin .radio-buttons li .input-error::after, .sb-admin .input-type-checkbox .input-error::after, .sb-admin .input-type-radio .input-error::after {
  left: 0;
}
.sb-admin .checkbox-list li [type=radio],
.sb-admin .checkbox-list li [type=checkbox], .sb-admin .radio-buttons li [type=radio],
.sb-admin .radio-buttons li [type=checkbox], .sb-admin .input-type-checkbox [type=radio],
.sb-admin .input-type-checkbox [type=checkbox], .sb-admin .input-type-radio [type=radio],
.sb-admin .input-type-radio [type=checkbox] {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  padding: 0;
  border: 0;
}
.sb-admin .checkbox-list li .input-label, .sb-admin .radio-buttons li .input-label, .sb-admin .input-type-checkbox .input-label, .sb-admin .input-type-radio .input-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25em;
}
.sb-admin .checkbox-list li .input-label::before, .sb-admin .checkbox-list li .input-label::after, .sb-admin .radio-buttons li .input-label::before, .sb-admin .radio-buttons li .input-label::after, .sb-admin .input-type-checkbox .input-label::before, .sb-admin .input-type-checkbox .input-label::after, .sb-admin .input-type-radio .input-label::before, .sb-admin .input-type-radio .input-label::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: calc((1.25em - 1em) / 2);
  flex-shrink: 0;
}
.sb-admin .checkbox-list li .input-label::before, .sb-admin .radio-buttons li .input-label::before, .sb-admin .input-type-checkbox .input-label::before, .sb-admin .input-type-radio .input-label::before {
  order: -1;
  margin-right: -1em;
  border-radius: 50%;
  background-color: currentColor;
  transform-origin: center;
  transform: scale(0);
  transition: color 0.2s, transform 0.15s;
}
.sb-admin .checkbox-list li .input-label::after, .sb-admin .radio-buttons li .input-label::after, .sb-admin .input-type-checkbox .input-label::after, .sb-admin .input-type-radio .input-label::after {
  order: -1;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.5em;
  border: 0.125em solid;
  transition: color 0.2s;
}
.sb-admin .checkbox-list li .input-error, .sb-admin .radio-buttons li .input-error, .sb-admin .input-type-checkbox .input-error, .sb-admin .input-type-radio .input-error {
  margin-top: 0.375em;
  margin-left: calc(1em + 0.5em);
}
.sb-admin .checkbox-list li.required .label-inner::after, .sb-admin .radio-buttons li.required .label-inner::after, .sb-admin .input-type-checkbox.required .label-inner::after, .sb-admin .input-type-radio.required .label-inner::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-admin .checkbox-list li input:hover + .input-label::before, .sb-admin .radio-buttons li input:hover + .input-label::before, .sb-admin .input-type-checkbox input:hover + .input-label::before, .sb-admin .input-type-radio input:hover + .input-label::before {
  transform: scale(0.2);
}
.sb-admin .checkbox-list li input:checked + .input-label::before, .sb-admin .radio-buttons li input:checked + .input-label::before, .sb-admin .input-type-checkbox input:checked + .input-label::before, .sb-admin .input-type-radio input:checked + .input-label::before {
  transform: scale(0.4);
}
.sb-admin .checkbox-list li input:disabled + .input-label, .sb-admin .radio-buttons li input:disabled + .input-label, .sb-admin .input-type-checkbox input:disabled + .input-label, .sb-admin .input-type-radio input:disabled + .input-label {
  opacity: 0.6;
  pointer-events: none;
}
.sb-admin .checkbox-list li [type=radio] + .input-label::after, .sb-admin .radio-buttons li [type=radio] + .input-label::after, .sb-admin .input-type-checkbox [type=radio] + .input-label::after, .sb-admin .input-type-radio [type=radio] + .input-label::after {
  border-radius: 50%;
}
.sb-admin .checkbox-list li [type=checkbox] + .input-label::before, .sb-admin .radio-buttons li [type=checkbox] + .input-label::before, .sb-admin .input-type-checkbox [type=checkbox] + .input-label::before, .sb-admin .input-type-radio [type=checkbox] + .input-label::before {
  transition: color 0.2s, transform 0.15s 0.05s, border-radius 0.05s;
}
.sb-admin .checkbox-list li [type=checkbox] + .input-label::after, .sb-admin .radio-buttons li [type=checkbox] + .input-label::after, .sb-admin .input-type-checkbox [type=checkbox] + .input-label::after, .sb-admin .input-type-radio [type=checkbox] + .input-label::after {
  background-clip: content-box;
  background-size: 1em 1em;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.sb-admin .checkbox-list li [type=checkbox]:checked + .input-label::before, .sb-admin .radio-buttons li [type=checkbox]:checked + .input-label::before, .sb-admin .input-type-checkbox [type=checkbox]:checked + .input-label::before, .sb-admin .input-type-radio [type=checkbox]:checked + .input-label::before {
  transform: scale(1);
  border-radius: 0;
  transition: color 0.2s, transform 0.15s, border-radius 0.05s 0.1s;
}
.sb-admin .checkbox-list li [type=checkbox]:checked + .input-label::after, .sb-admin .radio-buttons li [type=checkbox]:checked + .input-label::after, .sb-admin .input-type-checkbox [type=checkbox]:checked + .input-label::after, .sb-admin .input-type-radio [type=checkbox]:checked + .input-label::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .checkbox-list li input + .input-label, .sb-admin .radio-buttons li input + .input-label, .sb-admin .input-type-checkbox input + .input-label, .sb-admin .input-type-radio input + .input-label {
  color: #363636;
}
.sb-admin .checkbox-list li input + .input-label::before, .sb-admin .checkbox-list li input + .input-label::after, .sb-admin .radio-buttons li input + .input-label::before, .sb-admin .radio-buttons li input + .input-label::after, .sb-admin .input-type-checkbox input + .input-label::before, .sb-admin .input-type-checkbox input + .input-label::after, .sb-admin .input-type-radio input + .input-label::before, .sb-admin .input-type-radio input + .input-label::after {
  color: #363636;
}
.sb-admin .checkbox-list li input:focus + .input-label::after, .sb-admin .radio-buttons li input:focus + .input-label::after, .sb-admin .input-type-checkbox input:focus + .input-label::after, .sb-admin .input-type-radio input:focus + .input-label::after {
  color: #00A79D;
}
.sb-admin .checkbox-list li [type=checkbox]:checked + .input-label::after, .sb-admin .radio-buttons li [type=checkbox]:checked + .input-label::after, .sb-admin .input-type-checkbox [type=checkbox]:checked + .input-label::after, .sb-admin .input-type-radio [type=checkbox]:checked + .input-label::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .input-set {
  position: relative;
  margin: 0;
  margin-top: calc(0.75rem - 0.625rem);
  border: 1px solid;
  border-radius: 0.1875rem;
  padding-top: calc(0.5625rem - 1px);
  padding-right: calc(0.5625rem - 1px);
  padding-bottom: calc(0.5625rem - 1px);
  padding-left: calc(0.5625rem - 1px);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  background-color: #fff;
  border-color: #e5e5e5;
}
.sb-admin .input-set > .input {
  margin-top: 0.375rem;
}
.sb-admin .input-set > .input-type-radio {
  margin-top: 0.1875rem;
}
.sb-admin .input-set legend, .sb-admin .input-set > .input-error {
  font-size: 0.875rem;
  border-radius: 0.1875rem;
}
.sb-admin .input-set legend {
  line-height: 1.25rem;
  margin-left: calc(0.4rem - 0.5625rem);
  margin-right: calc(0.4rem - 0.5625rem);
  margin-bottom: -0.625rem;
  padding: 0 0.2rem;
}
.sb-admin .input-set.required legend::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-admin .input-set > .input-error {
  padding-left: calc(0.875rem + 0.2rem);
  min-height: 1.25rem;
  line-height: 1.25rem;
  margin-left: auto;
  margin-right: calc(0.4rem - 0.5625rem);
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
  transform: translateY(0.5625rem);
  max-width: calc(100% - 0.8rem);
  width: -moz-fit-content;
  width: fit-content;
  padding-left: calc(0.4rem + 0.875rem);
  padding-right: 0.2rem;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.sb-admin .input-set > .input-error:after {
  top: calc((1.25rem - 0.875rem) / 2);
  width: 0.875rem;
  height: 0.875rem;
}
.sb-admin .input-set > .input-error::after {
  left: 0.2rem;
}
.sb-admin .input-set:focus-within {
  border-color: #00A79D;
}
.sb-admin .input-set legend {
  color: #363636;
}
.sb-admin .input-set legend,
.sb-admin .input-set .input-error {
  background-color: #fff;
  box-shadow: 0 -0.125rem #fff, 0 0.125rem #fff;
}
.sb-admin .input-set.has-error-message {
  border-color: #D50603;
}
.sb-admin .input-set.has-error-message:focus {
  border-color: #00A79D;
}
.sb-admin .input fieldset {
  margin: 0;
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.sb-admin .input fieldset legend {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.sb-admin .input fieldset legend + * {
  margin-top: 0.1875rem;
}
.sb-admin .input fieldset.required legend::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-admin .input fieldset + .input-error, .sb-admin .input fieldset > .input-error {
  margin-top: 0.1875rem;
  align-self: flex-start;
  left: 0;
}
.sb-admin .input-uploader-field.input-uploader-field {
  display: flex;
}
.sb-admin .input-uploader-field .input-uploader-preview {
  height: calc(1.25rem + 0.5625rem + 0.5625rem);
  margin-top: -0.5625rem;
  margin-bottom: -0.5625rem;
}
.sb-admin .input-uploader-field .input-uploader-preview .icon,
.sb-admin .input-uploader-field .input-uploader-preview img {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.5625rem;
  margin-bottom: 0.5625rem;
}
.sb-admin .input-uploader-field .input-uploader-preview .icon {
  fill: currentColor;
  background-image: none !important;
}
.sb-admin .input-uploader-field .input-uploader-preview img {
  display: block;
  max-width: none;
}
.sb-admin .input-uploader-field .input-uploader-preview .input-uploader-type-image {
  height: calc(1.25rem + 0.5625rem + 0.5625rem);
  width: calc(1.25rem + 0.5625rem + 0.5625rem);
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  margin-left: -0.5625rem;
  margin-top: 0;
  margin-bottom: 0;
  object-fit: contain;
}
.sb-admin .input-uploader-field .input-uploader-choose,
.sb-admin .input-uploader-field .input-uploader-remove {
  cursor: pointer;
}
.sb-admin .input-uploader-field .input-uploader-choose {
  display: flex;
  flex-grow: 1;
  width: calc(100% - 2em - 1px);
}
.sb-admin .input-uploader-field .input-uploader-remove {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid;
}
.sb-admin .input-uploader-field .input-uploader-remove .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  background-image: none !important;
}
.sb-admin .input-uploader-field .input-uploader-choose-text,
.sb-admin .input-uploader-field .input-uploader-change-text {
  margin-left: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sb-admin .input-uploader-field:not(.input-uploader-has-file) .input-uploader-preview img,
.sb-admin .input-uploader-field:not(.input-uploader-has-file) .input-uploader-change-text,
.sb-admin .input-uploader-field:not(.input-uploader-has-file) .input-uploader-remove {
  display: none;
}
.sb-admin .input-uploader-field.input-uploader-has-file .input-uploader-preview .icon,
.sb-admin .input-uploader-field.input-uploader-has-file .input-uploader-choose-text {
  display: none;
}
.sb-admin .input-uploader-field .input-uploader-choose:hover, .sb-admin .input-uploader-field .input-uploader-choose:focus {
  color: #00A79D;
}
.sb-admin .input-uploader-field .input-uploader-remove {
  border-color: #e5e5e5;
}
.sb-admin .input-uploader-field .input-uploader-remove:hover, .sb-admin .input-uploader-field .input-uploader-remove:focus {
  color: #D50603;
}
.sb-admin .input-label,
.sb-admin legend {
  font-weight: 600;
}
.sb-admin .label-after-inline .input-label,
.sb-admin .input-type-checkbox .input-label,
.sb-admin .input-type-radio .input-label,
.sb-admin .checkbox-list li .input-label,
.sb-admin .radio-buttons li .input-label {
  font-weight: 400;
}
.sb-admin .label-after-inline {
  position: relative;
  margin-top: 0.1875rem;
  margin-top: 0.75rem;
}
.sb-admin .label-after-inline [type=radio],
.sb-admin .label-after-inline [type=checkbox] {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  padding: 0;
  border: 0;
}
.sb-admin .label-after-inline .input-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.25em;
}
.sb-admin .label-after-inline .input-label::before, .sb-admin .label-after-inline .input-label::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin-top: calc((1.25em - 1em) / 2);
  flex-shrink: 0;
}
.sb-admin .label-after-inline .input-label::before {
  order: -1;
  margin-right: -1em;
  border-radius: 50%;
  background-color: currentColor;
  transform-origin: center;
  transform: scale(0);
  transition: color 0.2s, transform 0.15s;
}
.sb-admin .label-after-inline .input-label::after {
  order: -1;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.5em;
  border: 0.125em solid;
  transition: color 0.2s;
}
.sb-admin .label-after-inline .input-error {
  margin-top: 0.375em;
  margin-left: calc(1em + 0.5em);
}
.sb-admin .label-after-inline.required .label-inner::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-admin .label-after-inline input:hover + .input-label::before {
  transform: scale(0.2);
}
.sb-admin .label-after-inline input:checked + .input-label::before {
  transform: scale(0.4);
}
.sb-admin .label-after-inline input:disabled + .input-label {
  opacity: 0.6;
  pointer-events: none;
}
.sb-admin .label-after-inline [type=radio] + .input-label::after {
  border-radius: 50%;
}
.sb-admin .label-after-inline [type=checkbox] + .input-label::before {
  transition: color 0.2s, transform 0.15s 0.05s, border-radius 0.05s;
}
.sb-admin .label-after-inline [type=checkbox] + .input-label::after {
  background-clip: content-box;
  background-size: 1em 1em;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.sb-admin .label-after-inline [type=checkbox]:checked + .input-label::before {
  transform: scale(1);
  border-radius: 0;
  transition: color 0.2s, transform 0.15s, border-radius 0.05s 0.1s;
}
.sb-admin .label-after-inline [type=checkbox]:checked + .input-label::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .label-after-inline input + .input-label {
  color: #363636;
}
.sb-admin .label-after-inline input + .input-label::before, .sb-admin .label-after-inline input + .input-label::after {
  color: #363636;
}
.sb-admin .label-after-inline input:focus + .input-label::after {
  color: #00A79D;
}
.sb-admin .label-after-inline [type=checkbox]:checked + .input-label::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .input-set {
  margin-top: 0.75rem;
}
.sb-admin .input > .sb-button {
  align-self: flex-start;
}
.sb-admin .input .sb-button {
  margin-top: 0.1875rem;
}
.sb-admin .input .sb-input-group,
.sb-admin .input .sb-input-group .sb-button-group {
  margin-top: 0;
}
.sb-admin .input [type=password], .sb-admin .input [type=date], .sb-admin .input [type=datetime], .sb-admin .input [type=datetime-local], .sb-admin .input [type=number], .sb-admin .input [type=tel], .sb-admin .input [type=phone], .sb-admin .input [type=time] {
  font-family: monospace, monospace;
}
.sb-admin .input-group-button {
  display: flex;
}
.sb-admin .sb-input-group,
.sb-admin .input-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -0.75rem;
}
.sb-admin .sb-input-group > input, .sb-admin .sb-input-group > select, .sb-admin .sb-input-group > textarea,
.sb-admin .input-group > input,
.sb-admin .input-group > select,
.sb-admin .input-group > textarea {
  width: auto;
}
.sb-admin .sb-input-group > input, .sb-admin .sb-input-group > textarea,
.sb-admin .input-group > input,
.sb-admin .input-group > textarea {
  min-width: 0;
  flex-basis: 0px;
  flex-grow: 1;
}
.sb-admin .sb-input-group > *,
.sb-admin .input-group > * {
  margin-top: 0.1875rem;
}
.sb-admin .sb-input-group > *,
.sb-admin .input-group > * {
  margin-left: 0.75rem;
}
.sb-admin .sb-input-group .input-group-button,
.sb-admin .input-group .input-group-button {
  margin-left: 0.375rem;
}
.sb-admin .sb-input-group .input-group-button > *,
.sb-admin .input-group .input-group-button > * {
  margin-left: 0.375rem;
}
.sb-admin .input-field-group {
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  margin-top: 0;
}
.sb-admin .input-field-group .input {
  margin-top: 0;
}
.sb-admin .input-field-group .button {
  flex-shrink: 0;
}
.sb-admin .input-field-group > .input-field {
  width: auto;
  flex-grow: 1;
}
.sb-admin .input-field-group > .input-field:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sb-admin .input-field-group > .input-field:first-child:not(:last-child) > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sb-admin .input-field-group > .input-field:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sb-admin .input-field-group > .input-field:last-child:not(:first-child) > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sb-admin .input-field-group > .input-field:not(:last-child) {
  margin-right: -1px;
}
.sb-admin .input-field-group > .input-field:not(:last-child) > input {
  border-right: 0;
}
.sb-admin .input-field-group > .input-field:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.sb-admin .input-field-group > .input-field:not(:last-child):not(:first-child) > input {
  border-radius: 0;
}
.sb-admin .image-button {
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.sb-admin .image-lock,
.sb-admin input:disabled ~ .input-group-button .sb-field-unlock,
.sb-admin .locked-field.locked ~ .input-group-button .sb-field-unlock,
.sb-admin input:disabled ~ .input-group-button .sb-permalink-unlock {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20299.995%20299.995%22%3E%3Cpath%20fill%3D%22%2300A79D%22%20d%3D%22M149.997%20161.485c-8.613%200-15.598%206.982-15.598%2015.598%200%205.776%203.14%2010.807%207.81%2013.505v17.34h15.56v-17.34c4.67-2.697%207.812-7.73%207.812-13.505%200-8.616-6.984-15.598-15.598-15.598zm.006-75.635c-13.11%200-23.775%2010.664-23.775%2023.774v25.32h47.548v-25.32c0-13.108-10.665-23.775-23.773-23.775zM149.995%200C67.155%200%200%2067.16%200%20150c0%2082.837%2067.156%20149.997%20149.995%20149.997s150-67.16%20150-149.997c0-82.84-67.16-149.997-150-149.997zm46.09%20227.118h-92.173c-9.734%200-17.626-7.892-17.626-17.63V152.57c0-8.49%206.007-15.582%2014.003-17.25v-25.697c0-27.41%2022.3-49.71%2049.71-49.71s49.71%2022.3%2049.71%2049.71v25.697c7.99%201.673%2014%208.76%2014%2017.25v56.92c0%209.735-7.89%2017.628-17.63%2017.628z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .image-lock:hover, .sb-admin .image-lock:focus,
.sb-admin input:disabled ~ .input-group-button .sb-field-unlock:hover,
.sb-admin input:disabled ~ .input-group-button .sb-field-unlock:focus,
.sb-admin .locked-field.locked ~ .input-group-button .sb-field-unlock:hover,
.sb-admin .locked-field.locked ~ .input-group-button .sb-field-unlock:focus,
.sb-admin input:disabled ~ .input-group-button .sb-permalink-unlock:hover,
.sb-admin input:disabled ~ .input-group-button .sb-permalink-unlock:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20299.995%20299.995%22%3E%3Cpath%20fill%3D%22%23006a5d%22%20d%3D%22M149.997%20161.485c-8.613%200-15.598%206.982-15.598%2015.598%200%205.776%203.14%2010.807%207.81%2013.505v17.34h15.56v-17.34c4.67-2.697%207.812-7.73%207.812-13.505%200-8.616-6.984-15.598-15.598-15.598zm.006-75.635c-13.11%200-23.775%2010.664-23.775%2023.774v25.32h47.548v-25.32c0-13.108-10.665-23.775-23.773-23.775zM149.995%200C67.155%200%200%2067.16%200%20150c0%2082.837%2067.156%20149.997%20149.995%20149.997s150-67.16%20150-149.997c0-82.84-67.16-149.997-150-149.997zm46.09%20227.118h-92.173c-9.734%200-17.626-7.892-17.626-17.63V152.57c0-8.49%206.007-15.582%2014.003-17.25v-25.697c0-27.41%2022.3-49.71%2049.71-49.71s49.71%2022.3%2049.71%2049.71v25.697c7.99%201.673%2014%208.76%2014%2017.25v56.92c0%209.735-7.89%2017.628-17.63%2017.628z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .image-help {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20431.855%20431.855%22%3E%3Cpath%20fill%3D%22%2300A79D%22%20d%3D%22M215.936%200C96.722%200%20.008%2096.592.008%20215.814c0%20119.336%2096.714%20216.04%20215.927%20216.04%20119.28%200%20215.91-96.705%20215.91-216.04C431.848%2096.592%20335.215%200%20215.935%200zm15.387%20335.962c-5.015%204.463-10.827%206.706-17.41%206.706-6.813%200-12.755-2.203-17.827-6.617-5.08-4.4-7.625-10.57-7.625-18.5%200-7.03%202.47-12.95%207.38-17.74%204.91-4.79%2010.94-7.19%2018.08-7.19%207.03%200%2012.95%202.4%2017.76%207.2%204.8%204.8%207.2%2010.72%207.2%2017.75-.01%207.81-2.52%2013.95-7.54%2018.41zm62.533-155.028c-3.853%207.145-8.43%2013.306-13.737%2018.5-5.3%205.195-14.81%2013.925-28.55%2026.2-3.79%203.462-6.84%206.502-9.12%209.12-2.29%202.625-3.99%205.022-5.11%207.2-1.12%202.18-1.99%204.358-2.6%206.536-.61%202.17-1.53%206-2.77%2011.47-2.12%2011.607-8.76%2017.41-19.92%2017.41-5.81%200-10.68-1.894-14.66-5.69-3.96-3.796-5.94-9.43-5.94-16.907%200-9.372%201.45-17.493%204.35-24.36%202.88-6.87%206.74-12.893%2011.54-18.087%204.8-5.194%2011.27-11.356%2019.42-18.5%207.14-6.252%2012.3-10.966%2015.48-14.145%203.18-3.18%205.86-6.73%208.03-10.63%202.19-3.91%203.26-8.14%203.26-12.72%200-8.93-3.31-16.46-9.96-22.59-6.64-6.13-15.21-9.21-25.71-9.21-12.28%200-21.32%203.1-27.13%209.29-5.8%206.2-10.7%2015.32-14.73%2027.37-3.8%2012.62-11%2018.92-21.59%2018.92-6.25%200-11.53-2.2-15.83-6.61-4.29-4.4-6.44-9.17-6.44-14.31%200-10.6%203.41-21.34%2010.21-32.23%206.81-10.88%2016.74-19.9%2029.81-27.03%2013.05-7.14%2028.29-10.72%2045.7-10.72%2016.18%200%2030.46%202.99%2042.85%208.97%2012.39%205.97%2021.96%2014.09%2028.72%2024.36%206.75%2010.27%2010.13%2021.43%2010.13%2033.48.01%209.47-1.91%2017.79-5.77%2024.93z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .image-help:hover, .sb-admin .image-help:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20431.855%20431.855%22%3E%3Cpath%20fill%3D%22%23006a5d%22%20d%3D%22M215.936%200C96.722%200%20.008%2096.592.008%20215.814c0%20119.336%2096.714%20216.04%20215.927%20216.04%20119.28%200%20215.91-96.705%20215.91-216.04C431.848%2096.592%20335.215%200%20215.935%200zm15.387%20335.962c-5.015%204.463-10.827%206.706-17.41%206.706-6.813%200-12.755-2.203-17.827-6.617-5.08-4.4-7.625-10.57-7.625-18.5%200-7.03%202.47-12.95%207.38-17.74%204.91-4.79%2010.94-7.19%2018.08-7.19%207.03%200%2012.95%202.4%2017.76%207.2%204.8%204.8%207.2%2010.72%207.2%2017.75-.01%207.81-2.52%2013.95-7.54%2018.41zm62.533-155.028c-3.853%207.145-8.43%2013.306-13.737%2018.5-5.3%205.195-14.81%2013.925-28.55%2026.2-3.79%203.462-6.84%206.502-9.12%209.12-2.29%202.625-3.99%205.022-5.11%207.2-1.12%202.18-1.99%204.358-2.6%206.536-.61%202.17-1.53%206-2.77%2011.47-2.12%2011.607-8.76%2017.41-19.92%2017.41-5.81%200-10.68-1.894-14.66-5.69-3.96-3.796-5.94-9.43-5.94-16.907%200-9.372%201.45-17.493%204.35-24.36%202.88-6.87%206.74-12.893%2011.54-18.087%204.8-5.194%2011.27-11.356%2019.42-18.5%207.14-6.252%2012.3-10.966%2015.48-14.145%203.18-3.18%205.86-6.73%208.03-10.63%202.19-3.91%203.26-8.14%203.26-12.72%200-8.93-3.31-16.46-9.96-22.59-6.64-6.13-15.21-9.21-25.71-9.21-12.28%200-21.32%203.1-27.13%209.29-5.8%206.2-10.7%2015.32-14.73%2027.37-3.8%2012.62-11%2018.92-21.59%2018.92-6.25%200-11.53-2.2-15.83-6.61-4.29-4.4-6.44-9.17-6.44-14.31%200-10.6%203.41-21.34%2010.21-32.23%206.81-10.88%2016.74-19.9%2029.81-27.03%2013.05-7.14%2028.29-10.72%2045.7-10.72%2016.18%200%2030.46%202.99%2042.85%208.97%2012.39%205.97%2021.96%2014.09%2028.72%2024.36%206.75%2010.27%2010.13%2021.43%2010.13%2033.48.01%209.47-1.91%2017.79-5.77%2024.93z%22%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .sb-field-unlock,
.sb-admin .sb-permalink-unlock {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20299.997%20299.997'%3E%3Cpath%20fill%3D'%2300A79D'%20d%3D'M134.437%20161.482c-8.613%200-15.598%206.982-15.598%2015.598%200%205.778%203.14%2010.807%207.81%2013.502v17.346h15.56v-17.346c4.67-2.695%207.81-7.726%207.81-13.502%200-8.616-6.99-15.598-15.6-15.598zM149.997%200C67.157%200%200%2067.158%200%20149.997c0%2082.837%2067.157%20150%20149.996%20150s150-67.163%20150-150c0-82.84-67.16-149.997-150-149.997zm102.946%20134.436h-25.936V106.52c0-13.107-10.665-23.774-23.773-23.774-13.11%200-23.775%2010.665-23.775%2023.775v25.33h1.06c9.73%200%2017.62%207.89%2017.62%2017.63v56.92c0%209.74-7.89%2017.63-17.63%2017.63H88.35c-9.735%200-17.627-7.89-17.627-17.63v-56.93c0-9.73%207.892-17.63%2017.626-17.63h65.17v-25.32c0-27.41%2022.3-49.71%2049.71-49.71s49.71%2022.3%2049.71%2049.71v27.92z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .sb-field-unlock:hover, .sb-admin .sb-field-unlock:focus,
.sb-admin .sb-permalink-unlock:hover,
.sb-admin .sb-permalink-unlock:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20299.997%20299.997'%3E%3Cpath%20fill%3D'%23006a5d'%20d%3D'M134.437%20161.482c-8.613%200-15.598%206.982-15.598%2015.598%200%205.778%203.14%2010.807%207.81%2013.502v17.346h15.56v-17.346c4.67-2.695%207.81-7.726%207.81-13.502%200-8.616-6.99-15.598-15.6-15.598zM149.997%200C67.157%200%200%2067.158%200%20149.997c0%2082.837%2067.157%20150%20149.996%20150s150-67.163%20150-150c0-82.84-67.16-149.997-150-149.997zm102.946%20134.436h-25.936V106.52c0-13.107-10.665-23.774-23.773-23.774-13.11%200-23.775%2010.665-23.775%2023.775v25.33h1.06c9.73%200%2017.62%207.89%2017.62%2017.63v56.92c0%209.74-7.89%2017.63-17.63%2017.63H88.35c-9.735%200-17.627-7.89-17.627-17.63v-56.93c0-9.73%207.892-17.63%2017.626-17.63h65.17v-25.32c0-27.41%2022.3-49.71%2049.71-49.71s49.71%2022.3%2049.71%2049.71v27.92z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .datetime-field .datetime-field-time {
  flex-basis: 15ch;
  flex-grow: 0;
}

.sb-auto-columns {
  column-width: 36ch;
  column-gap: 24px;
}
.sb-auto-columns .input {
  display: inline-flex;
  width: 100%;
  break-inside: avoid;
}

.sb-admin .icon-button,
.sb-admin .text-icon-button,
.sb-button,
.sb-button-group,
.sb-dropdown-menu-container {
  margin-top: 0.75rem;
}

.sb-admin .icon-button + .icon-button,
.sb-admin .text-icon-button + .icon-button,
.sb-admin .sb-button + .icon-button,
.sb-admin .sb-button-group + .icon-button,
.sb-admin .sb-dropdown-menu-container + .icon-button,
.sb-admin .icon-button + .text-icon-button,
.sb-admin .text-icon-button + .text-icon-button,
.sb-admin .sb-button + .text-icon-button,
.sb-admin .sb-button-group + .text-icon-button,
.sb-admin .sb-dropdown-menu-container + .text-icon-button,
.sb-admin .icon-button + .sb-button,
.sb-admin .text-icon-button + .sb-button,
.sb-button + .sb-button,
.sb-button-group + .sb-button,
.sb-dropdown-menu-container + .sb-button,
.sb-admin .icon-button + .sb-button-group,
.sb-admin .text-icon-button + .sb-button-group,
.sb-button + .sb-button-group,
.sb-button-group + .sb-button-group,
.sb-dropdown-menu-container + .sb-button-group,
.sb-admin .icon-button + .sb-dropdown-menu-container,
.sb-admin .text-icon-button + .sb-dropdown-menu-container,
.sb-button + .sb-dropdown-menu-container,
.sb-button-group + .sb-dropdown-menu-container,
.sb-dropdown-menu-container + .sb-dropdown-menu-container {
  margin-left: 0.75rem;
  vertical-align: top;
}

.cke_dialog .sb-button,
.sb-button,
a.sb-button,
.sb-admin .text-icon-button {
  display: inline-block;
  min-width: 0;
  -webkit-appearance: none;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  padding-top: calc(0.5625rem - 1px);
  padding-right: calc(1rem - 1px);
  padding-bottom: calc(0.5625rem - 1px);
  padding-left: calc(1rem - 1px);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.1875rem;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  background-color: #00A79D;
  color: #fff;
  border-color: #00A79D;
}
.cke_dialog .sb-button.disabled, .cke_dialog .sb-button:disabled,
.sb-button.disabled,
.sb-button:disabled,
a.sb-button.disabled,
a.sb-button:disabled,
.sb-admin .text-icon-button.disabled,
.sb-admin .text-icon-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.cke_dialog .sb-button:hover, .cke_dialog .sb-button:focus,
.sb-button:hover,
.sb-button:focus,
a.sb-button:hover,
a.sb-button:focus,
.sb-admin .text-icon-button:hover,
.sb-admin .text-icon-button:focus {
  background-color: #006a5d;
  color: #fff;
  border-color: #006a5d;
}
.cke_dialog .sb-button:focus,
.sb-button:focus,
a.sb-button:focus,
.sb-admin .text-icon-button:focus {
  outline: none;
}

.sb-button .icon:first-child {
  margin-left: -0.25rem;
}
.sb-button .icon:last-child {
  margin-right: -0.25rem;
}

.sb-button.sb-button-simple {
  background-color: transparent;
  color: #00A79D;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.sb-button.sb-button-simple:hover, .sb-button.sb-button-simple:focus {
  background-color: transparent;
  color: #006a5d;
  border-color: transparent;
}
.sb-button.sb-button-simple .icon:first-child {
  margin-left: 0;
}
.sb-button.sb-button-simple .icon:last-child {
  margin-right: 0;
}

.sb-button.sb-button-hide-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(1.25rem + 0.5625rem + 0.5625rem);
  height: calc(1.25rem + 0.5625rem + 0.5625rem);
  padding: 0;
}
.sb-button.sb-button-hide-text span {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}
.sb-button.sb-button-hide-text .icon {
  margin: 0;
}

.sb-button-simple.sb-button-color-alert {
  background-color: transparent;
  color: #D50603;
  border-color: transparent;
}
.sb-button-simple.sb-button-color-alert:hover, .sb-button-simple.sb-button-color-alert:focus {
  background-color: transparent;
  color: rgb(112.4166666667, 3.1666666667, 1.5833333333);
  border-color: transparent;
}

.sb-admin .icon-button {
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  white-space: nowrap;
  padding: 0;
  background-position: center;
  text-indent: 100%;
  color: transparent;
  overflow: hidden;
  width: 2.375rem;
  height: 2.375rem;
}

.sb-admin .text-icon-button {
  padding-left: 1.75rem;
  padding-right: 0.125rem;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.2rem;
  background-position: 0.125rem center;
  white-space: nowrap;
}

.sb-admin .text-icon-button {
  background-color: transparent;
  color: #00A79D;
  border-color: transparent;
}
.sb-admin .text-icon-button:hover, .sb-admin .text-icon-button:focus {
  background-color: transparent;
  color: #006a5d;
  border-color: transparent;
}

.sb-dropdown-menu-container .sb-admin .icon-button, .sb-admin .sb-dropdown-menu-container .icon-button,
.sb-dropdown-menu-container .sb-admin .text-icon-button,
.sb-admin .sb-dropdown-menu-container .text-icon-button,
.sb-dropdown-menu-container .sb-button,
.sb-dropdown-menu-container .sb-button-group,
.sb-dropdown-menu-container .sb-dropdown-menu-container {
  margin-top: 0;
}

.sb-admin .drop-down-button {
  display: inline-flex;
}
.sb-admin .drop-down-button::after {
  content: "";
  align-self: center;
  right: 0;
  margin-left: 0.5em;
  width: 1em;
  height: 1em;
  background: no-repeat center;
  background-size: contain;
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20142.5%20330'%3E%3Cpath%20fill%3D'%23b0b0b0'%20d%3D'M139.6%20156L27.1%206a15%2015%200%200%200-24%2018l105.7%20141L3.1%20306a15%2015%200%201%200%2024%2018l112.5-150a15%2015%200%200%200%200-18z'%2F%3E%3C%2Fsvg%3E");
  transform: rotate(90deg);
}
.sb-admin .drop-down-button:hover::after, .sb-admin .drop-down-button:focus::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20142.5%20330'%3E%3Cpath%20fill%3D'%2300A79D'%20d%3D'M139.6%20156L27.1%206a15%2015%200%200%200-24%2018l105.7%20141L3.1%20306a15%2015%200%201%200%2024%2018l112.5-150a15%2015%200%200%200%200-18z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .drop-down-button.sb-button::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20142.5%20330'%3E%3Cpath%20fill%3D'%23fff'%20d%3D'M139.6%20156L27.1%206a15%2015%200%200%200-24%2018l105.7%20141L3.1%20306a15%2015%200%201%200%2024%2018l112.5-150a15%2015%200%200%200%200-18z'%2F%3E%3C%2Fsvg%3E");
}
.sb-admin .drop-down-button.is-active::after {
  transform: rotate(-90deg);
}

.sb-button-group {
  display: flex;
  flex-direction: row;
  margin-top: 0.75rem;
  display: inline-flex;
}
.sb-button-group .input {
  margin-top: 0;
}
.sb-button-group .button {
  flex-shrink: 0;
}
.sb-button-group > * {
  width: auto;
  flex-grow: 1;
}
.sb-button-group > *:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sb-button-group > *:first-child:not(:last-child) > input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.sb-button-group > *:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sb-button-group > *:last-child:not(:first-child) > input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sb-button-group > *:not(:last-child) {
  margin-right: -1px;
}
.sb-button-group > *:not(:last-child) > input {
  border-right: 0;
}
.sb-button-group > *:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.sb-button-group > *:not(:last-child):not(:first-child) > input {
  border-radius: 0;
}
.sb-button-group .sb-button {
  margin: 0 1px 0 0;
}
.sb-button-group .sb-button + .sb-button {
  margin-left: 0;
}

.sb-child-content .sb-icon {
  display: inline-block;
  min-width: 0;
  -webkit-appearance: none;
  line-height: 1.25rem;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
  padding-top: calc(3.5rem - 1px);
  padding-right: calc(1rem - 1px);
  padding-bottom: calc(0.75rem - 1px);
  padding-left: calc(1rem - 1px);
  border-width: 1px;
  border-style: solid;
  border-radius: 0.1875rem;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
  background-color: #00A79D;
  color: #fff;
  border-color: #00A79D;
  background-size: 2rem;
  background-position: center 0.75rem;
  min-width: 6rem;
  margin-right: 0.75rem;
  margin-top: 0.75rem;
  max-width: 10rem;
  white-space: normal;
}
.sb-child-content .sb-icon.disabled, .sb-child-content .sb-icon:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sb-child-content .sb-icon:hover, .sb-child-content .sb-icon:focus {
  background-color: #006a5d;
  color: #fff;
  border-color: #006a5d;
}
.sb-child-content .sb-icon:focus {
  outline: none;
}

.sb-section,
.sb-expander {
  border-radius: 0.1875rem;
  background-color: #fff;
}

.sb-section {
  box-shadow: inset 0 0 0 1px #d4d4d4;
}

.sb-section-head,
.sb-expander-head {
  position: relative;
  padding: 0.5625rem 0.75rem 0.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  overflow: hidden;
}
.sb-section-head .text-icon-button,
.sb-expander-head .text-icon-button {
  color: #fff;
}
.sb-section-head .sb-button,
.sb-expander-head .sb-button {
  border-radius: 0;
  padding-top: calc(0.5625rem - 1px);
  padding-bottom: calc(0.5625rem - 1px);
  padding-left: calc(0.75rem - 1px);
  padding-right: calc(0.75rem - 1px);
  margin-top: calc(0px - 0.5625rem);
  margin-bottom: calc(0px - 0.5625rem);
  line-height: inherit;
}
.sb-section-head .sb-button .icon:first-child,
.sb-expander-head .sb-button .icon:first-child {
  margin-left: 0;
}
.sb-section-head .sb-button .icon:last-child,
.sb-expander-head .sb-button .icon:last-child {
  margin-right: 0;
}
.sb-section-head .sb-button span,
.sb-expander-head .sb-button span {
  color: #fff;
}
.sb-section-head .sb-button + .sb-button,
.sb-expander-head .sb-button + .sb-button {
  margin-left: 1px;
}
.sb-section-head .sb-buttons-left .sb-button:first-child, .sb-section-head > .sb-button:first-child,
.sb-expander-head .sb-buttons-left .sb-button:first-child,
.sb-expander-head > .sb-button:first-child {
  margin-left: calc(0px - 0.75rem);
}
.sb-section-head .sb-buttons-right .sb-button:last-child, .sb-section-head > .sb-button:last-child,
.sb-expander-head .sb-buttons-right .sb-button:last-child,
.sb-expander-head > .sb-button:last-child {
  margin-right: calc(0px - 0.75rem);
}
.sb-section-head .sb-button-simple:hover, .sb-section-head .sb-button-simple:focus,
.sb-expander-head .sb-button-simple:hover,
.sb-expander-head .sb-button-simple:focus {
  color: #00A79D;
}
.sb-section-head .sb-button-simple:hover span, .sb-section-head .sb-button-simple:focus span,
.sb-expander-head .sb-button-simple:hover span,
.sb-expander-head .sb-button-simple:focus span {
  color: #00A79D;
}
.sb-section-head .text-icon-button,
.sb-expander-head .text-icon-button {
  margin-top: calc(1px - 0.5625rem);
  margin-bottom: calc(1px - 0.5625rem);
}

.sb-section-head {
  background-color: #363636;
  color: #fff;
  box-shadow: inset 0 0 0 1px #161616;
}

.sb-section-body,
.sb-expander-body {
  padding: 0.75rem;
  padding-top: 0.1px;
}
.sb-section-body > *,
.sb-expander-body > * {
  margin-top: 0.75rem;
}
.sb-admin .sb-section-body > .row,
.sb-admin .sb-expander-body > .row {
  margin-top: 0;
}

.sb-expander-body > *:first-child {
  margin-top: 0;
}

.sb-section .sb-expander,
.sb-section .sb-admin-list-table {
  margin-top: -1px;
}

.sb-section-body .sb-expander {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sb-section-body .sb-expander:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sb-section-body .sb-expander:last-child {
  margin-bottom: -0.75rem;
}

.sb-expander {
  border: 1px solid #d4d4d4;
  transition: background-color 0.3s;
}

.sb-expander:not(.sb-expander-open) {
  background-color: #f8f8f8;
}

.sb-expander-head {
  cursor: pointer;
  color: #363636;
}
.sb-expander-head::after {
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20330%20330%22%3E%3Cstyle%3Erect%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3Ctitle%3Eplus%3C%2Ftitle%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%200)%20rotate(90)%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%20330)%20rotate(-180)%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b0b0b0;
  transition: background-color 0.2s;
  margin-left: 0.75rem;
}
.sb-expander-head:hover::after {
  background-color: #363636;
}
.sb-expander-head [type=radio] {
  margin-right: 0.5em;
}
.sb-expander-head span + * {
  margin-left: 0.75rem;
}

.sb-expander-title {
  flex-grow: 1;
}

.sb-expander-body {
  display: none;
}

.sb-expander-open .sb-expander-head::after {
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20330%20330%22%3E%3Cstyle%3Erect%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3Ctitle%3Eminus%3C%2Ftitle%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%200)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}
.sb-expander-open .sb-expander-body {
  display: block;
  opacity: 1;
  transition: opacity 0.2s 0.4s;
}

.sb-buttons-left,
.sb-buttons-center,
.sb-buttons-right {
  display: flex;
  flex-wrap: wrap;
}

.sb-buttons-left {
  margin-right: auto;
}

.sb-buttons-center {
  margin-left: auto;
  margin-right: auto;
}

.sb-buttons-right {
  margin-left: auto;
}

.sb-admin-breadcrumbs {
  font-weight: 400;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.sb-admin-breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sb-admin-breadcrumbs li {
  margin-right: 0.75em;
  display: flex;
}
.sb-admin-breadcrumbs li:not(:first-child)::before {
  content: "»";
  display: inline-block;
  margin-right: 0.75em;
}
.sb-admin-breadcrumbs a {
  display: block;
}
@media print, screen and (min-width: 48em) {
  .sb-admin-breadcrumbs {
    font-size: 1.125rem;
  }
}

.sb-admin-notifications {
  z-index: 20;
  position: sticky;
  top: 0;
}
.sb-admin-notifications .sb-message {
  padding-left: calc(1em + 0.8em);
  min-height: 1.5em;
  line-height: 1.5em;
  position: relative;
  position: absolute;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 1.5rem;
  padding-right: 0.75em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #00A79D;
  overflow: hidden;
  min-height: 0;
}
.sb-admin-notifications .sb-message:after {
  top: calc((1.5em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-admin-notifications .sb-message::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%2300A79D%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-admin-notifications .sb-message::after {
  left: 0.4em;
}
.sb-admin-notifications .sb-error-message {
  padding: 0.375rem 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  background-color: #D50603;
  font-weight: 600;
}
@media print, screen and (min-width: 48em) {
  .sb-admin-notifications .sb-error-message {
    padding: 0.375rem 24px;
  }
}
.sb-admin-notifications .sb-error-message .sb-button {
  background-color: #fff;
  color: #00A79D;
  border-color: #fff;
  color: #D50603;
  margin: 0;
  margin-left: auto;
}
.sb-admin-notifications .sb-error-message .sb-button:hover, .sb-admin-notifications .sb-error-message .sb-button:focus {
  background-color: #f8f8f8;
  color: #006a5d;
  border-color: #f8f8f8;
}
.sb-admin-notifications .sb-error-message .sb-button:hover, .sb-admin-notifications .sb-error-message .sb-button:focus {
  color: #D50603;
}
.sb-admin-notifications .sb-error-message .sb-error-message-detail {
  font-weight: 400;
  flex-basis: 100%;
}
.sb-admin-notifications .sb-error-message:empty {
  display: none;
}

.sb-admin-status {
  display: inline-flex;
  align-items: baseline;
}
.sb-admin-status::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  align-self: center;
  border-radius: 50%;
}
.sb-admin-status.published::before {
  background-color: #8CC63E;
}
.sb-admin-status.pending::before {
  background-color: #F16521;
}
.sb-admin-status.draft::before {
  background-color: #FEC10D;
}

.sb-admin-tabs {
  margin-top: 0.75rem;
}
.sb-admin-tabs .tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sb-admin-tabs .tabs-title > * {
  display: block;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  margin-right: 1px;
  background-color: #363636;
  color: #fff;
  opacity: 0.6;
}
.sb-admin-tabs .tabs-title > *:hover, .sb-admin-tabs .tabs-title > *:focus {
  opacity: 0.9;
}
.sb-admin-tabs .tabs-title.is-active > * {
  opacity: 1;
  cursor: auto;
}

.sb-admin .avatar {
  width: 2.625rem;
}
.sb-admin .avatar .avatar-initials-svg-text {
  font-size: 18px;
  transform: translate(24px, 30px);
}
.sb-admin .avatar .avatar-circle svg {
  fill: #fff;
  background-color: #00A79D;
}
.sb-admin .avatar .avatar-circle {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.sb-admin .avatar .avatar-circle::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.sb-admin .avatar .avatar-circle img,
.sb-admin .avatar .avatar-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sb-admin .avatar .avatar-circle svg {
  fill: #fff;
  background-color: #00A79D;
}

.sb-dropdown-menu-container {
  display: inline-block;
  position: relative;
}
.sb-dropdown-menu-container .sb-dropdown-menu, .sb-dropdown-menu-container .sb-dropdown-menu-right {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: visibility 0s 0.6s, opacity 0.3s 0.3s ease, transform 0.3s 0.3s ease;
}
.sb-dropdown-menu-container .sb-dropdown-menu-right {
  left: auto;
  right: 0;
}
.sb-dropdown-menu-container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00A79D;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.sb-dropdown-menu-container:hover::after {
  transform: none;
}

.sb-dropdown-menu-container:hover .sb-dropdown-menu, .sb-dropdown-menu-container:hover .sb-dropdown-menu-right,
.sb-dropdown-menu:hover,
.sb-dropdown-menu-right:hover {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition: visibility 0s 0.3s, opacity 0.3s 0.3s ease, transform 0.3s 0.3s ease;
}

.edit-checkbox-list.category-list .category-drag {
  width: 1em;
  height: 1em;
  border: 0;
}
.edit-checkbox-list.category-list .category-title {
  display: flex;
  flex-grow: 1;
}

.sb-child-content .sb-section-body {
  display: flex;
  flex-wrap: wrap;
}

.sb-button.child-content-item .icon {
  width: 2.625rem;
  height: 2.625rem;
  margin: 0.375rem;
}

.sb-display-point-first-button, .sb-inline-editor-overlay,
.sb-display-point-edit-overlay {
  z-index: 15;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: transparent;
  transition: border-color 0.2s ease;
}
.sb-display-point-first-button::before, .sb-inline-editor-overlay::before,
.sb-display-point-edit-overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  border: 2px dashed;
  border-color: inherit;
}

.sb-display-point-first-button:hover, .sb-inline-editor:hover .sb-inline-editor-overlay,
.sb-display-point-edit:hover .sb-display-point-edit-overlay {
  border-color: inherit;
}
.sb-display-point-first-button:hover::before, .sb-inline-editor:hover .sb-inline-editor-overlay::before,
.sb-display-point-edit:hover .sb-display-point-edit-overlay::before {
  transition: opacity 0.2s ease;
  opacity: 1;
}

.sb-inline-editor,
.sb-display-point-edit,
.sb-display-point-first {
  min-height: calc(1.875rem + 2px);
  position: relative;
  pointer-events: auto !important;
  transition: outline-color 0.2s ease;
}

.sb-inline-type-rte.no-content,
.sb-display-point-first {
  min-height: 6rem;
}

.sb-display-point-edit {
  padding: 0.1px;
}

.cke_editable {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.sb-inline-editor-overlay,
.sb-display-point-edit-overlay {
  pointer-events: none;
}

.sb-display-point-edit-buttons {
  font-weight: 400;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  font-size: 0.875rem;
  z-index: 16;
  display: flex;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  font-style: normal;
  line-height: 1.125rem;
  position: absolute;
  top: 1px;
  right: 1px;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  background-color: #363636;
  transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s cubic-bezier(1, 0, 1, 0);
  text-align: left;
  transform: translateY(-50%);
  max-width: 100%;
  overflow-x: auto;
}
@media print, screen and (min-width: 48em) {
  .sb-display-point-edit-buttons {
    font-size: 1rem;
  }
}

.sb-inline-editor.has-content:hover .sb-display-point-edit-buttons,
.sb-display-point-edit:hover .sb-display-point-edit-buttons,
.sb-display-point-edit.in-configuration .sb-display-point-edit-buttons {
  transition: visibility 0.2s ease 0.6s, opacity 0.2s ease 0.6s, transform 0.2s cubic-bezier(0, 1, 0, 1) 0.6s;
  visibility: visible;
  opacity: 1;
  transform: none;
}

.sb-inline-editor-editing .sb-display-point-edit-buttons {
  display: none;
}

.sb-display-point-edit-button, .sb-display-point-edit-title {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem;
  line-height: 1.125rem;
  color: #fff;
  transition: color 0.2s;
}
.sb-display-point-edit-button .icon, .sb-display-point-edit-title .icon {
  width: 0.875em;
  height: 0.875em;
  fill: currentColor;
}
.sb-display-point-edit-button span, .sb-display-point-edit-title span {
  margin-left: 0.4em;
}

.sb-display-point-edit-button:hover, .sb-display-point-edit-button:focus {
  color: #00A79D;
  outline: none;
}
.sb-display-point-edit-button.disabled, .sb-display-point-edit-button[disabled] {
  opacity: 0.25;
  pointer-events: none;
}

.sb-inline-editor-editing .sb-display-point-first-button, .sb-inline-editor-editing .sb-inline-editor-overlay,
.sb-inline-editor-editing .sb-display-point-edit-overlay,
.no-content .sb-display-point-first-button,
.no-content .sb-inline-editor-overlay,
.no-content .sb-display-point-edit-overlay,
.sb-display-point-first .sb-display-point-first-button,
.sb-display-point-first .sb-inline-editor-overlay,
.sb-display-point-first .sb-display-point-edit-overlay {
  border-color: inherit;
}

.sb-display-point-first {
  z-index: 10;
}

.sb-display-point-first-button,
.sb-inline-editor-first-button {
  z-index: 15;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  min-height: inherit;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sb-display-point-first-button:hover, .sb-display-point-first-button:focus,
.sb-inline-editor-first-button:hover,
.sb-inline-editor-first-button:focus {
  color: inherit;
}
.sb-display-point-first-button svg,
.sb-inline-editor-first-button svg {
  width: 0.875em;
  height: 0.875em;
  fill: currentColor;
}
.sb-display-point-first-button span,
.sb-inline-editor-first-button span {
  margin-left: 0.4em;
}

.sb-inline-editor-spacer {
  pointer-events: none;
  visibility: hidden;
}

.has-content .sb-inline-editor-first-button,
.has-content .sb-inline-editor-spacer {
  display: none;
}

.sb-inline-editor-content:focus {
  outline: none;
}

.sb-inline-editor-content textarea {
  box-shadow: none !important;
  outline: 0 !important;
  min-height: 0 !important;
  width: 100%;
  display: block;
  resize: vertical;
}

@keyframes sb-inline-edit-message {
  from {
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.sb-inline-edit-message.warning {
  padding-left: calc(1em + 0.8em);
  min-height: 1.5em;
  line-height: 1.5em;
  position: relative;
  color: #f4783e;
  color: #363636;
}
.sb-inline-edit-message.warning:after {
  top: calc((1.5em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-inline-edit-message.warning::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23f4783e%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-inline-edit-message.error {
  padding-left: calc(1em + 0.8em);
  min-height: 1.5em;
  line-height: 1.5em;
  position: relative;
  color: #D50603;
}
.sb-inline-edit-message.error:after {
  top: calc((1.5em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-inline-edit-message.error::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23363636%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-inline-edit-message.error::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23D50603'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}
.sb-inline-edit-message.success {
  padding-left: calc(1em + 0.8em);
  min-height: 1.5em;
  line-height: 1.5em;
  position: relative;
}
.sb-inline-edit-message.success:after {
  top: calc((1.5em - 1em) / 2);
  width: 1em;
  height: 1em;
}
.sb-inline-edit-message.success::after {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20286%20286%22%20style%3D%22fill%3A%20%23363636%22%3E%3Cpath%20d%3D%22M143%2C0C64%2C0%2C0%2C64%2C0%2C143s64%2C143%2C143%2C143s143-64%2C143-143S222%2C0%2C143%2C0z%20M163.8%2C216c0%2C11.5-9.4%2C20.8-20.9%2C20.8c-11.5%2C0-20.8-9.4-20.8-20.9c0-11.5%2C9.4-20.8%2C20.9-20.8v0C154.5%2C195.2%2C163.8%2C204.5%2C163.8%2C216C163.8%2C216%2C163.8%2C216%2C163.8%2C216z%20M164%2C153.4c0%2C11.6-9.4%2C21-21%2C21s-21-9.4-21-21V70.3c0-11.6%2C9.4-21%2C21-21s21%2C9.4%2C21%2C21V153.4z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-inline-edit-message.success::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20342.508%20342.508'%3E%3Cpath%20fill%3D'%238CC63E'%20d%3D'M171.254%200C76.837%200%20.004%2076.82.004%20171.248s76.828%20171.26%20171.25%20171.26c94.438%200%20171.25-76.826%20171.25-171.26C342.504%2076.818%20265.698%200%20171.254%200zm74.117%20136.16l-89.69%2089.69c-2.69%202.69-6.24%204.05-9.75%204.05-3.54%200-7.06-1.358-9.76-4.05l-39.01-39.006c-5.39-5.398-5.39-14.13%200-19.52%205.39-5.393%2014.13-5.393%2019.52%200l29.26%2029.26%2079.95-79.947c5.38-5.386%2014.11-5.386%2019.51%200%205.4%205.4%205.4%2014.132%200%2019.524z'%2F%3E%3C%2Fsvg%3E");
}
.sb-inline-edit-message.sb-inline-edit-message {
  font-weight: 400;
  line-height: 1.5;
  font-family: "raleway", sans-serif;
  font-size: 0.875rem;
  z-index: 110;
  position: fixed;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #363636;
  border-radius: 1.5rem;
  padding-right: 0.75em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-height: 0;
}
@media print, screen and (min-width: 48em) {
  .sb-inline-edit-message.sb-inline-edit-message {
    font-size: 1rem;
  }
}
.sb-inline-edit-message.sb-inline-edit-message::after {
  left: 0.4em;
}
.sb-inline-edit-message:not(.fade-out) {
  animation: sb-inline-edit-message 0.5s cubic-bezier(0, 0, 0, 1) both;
}

.sb-admin .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
  background-image: none !important;
}
.sb-admin .icon + span,
.sb-admin span + .icon {
  margin-left: 0.5em;
}

.sb-quick-search {
  position: relative;
  width: calc(100% - 12px);
  max-width: 50ch;
  margin-right: 12px;
}

.sb-quick-search-box {
  margin-top: 0;
  color: #363636;
  display: grid;
  grid-template-columns: 1fr auto auto;
}
.sb-quick-search-box .input-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sb-quick-search-box .sb-quick-search-input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: calc(0.5625rem - 1px);
  padding-right: calc(0.5625rem - 1px);
  padding-bottom: calc(0.5625rem - 1px);
  padding-left: calc(0.5625rem - 1px);
  background-position: right calc(0.5625rem - 1px) top calc(0.5625rem - 1px);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 0.1875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}
.sb-quick-search-box .sb-quick-search-input:focus {
  outline: 0;
}
.sb-quick-search-box .input-icon {
  z-index: 3;
  position: relative;
  top: 0.5625rem;
  right: 0.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.25rem;
  margin-bottom: -1.25rem;
  margin-left: auto;
}
.sb-quick-search-box .input-icon-button svg {
  font-size: 0.5rem;
}
.sb-quick-search-box .input-icon-button:hover, .sb-quick-search-box .input-icon-button:focus {
  outline: none;
}
.sb-quick-search-box.required > label::after, .sb-quick-search-box.required legend::after {
  content: "*";
  display: inline;
  vertical-align: middle;
  line-height: 0;
  margin-left: 0.4em;
  color: #d50603;
}
.sb-quick-search-box .sb-quick-search-input {
  height: calc(1.25rem + 0.5625rem + 0.5625rem);
}
.sb-quick-search-box textarea.sb-quick-search-input {
  min-height: calc(1.25rem + 0.5625rem + 0.5625rem);
  resize: vertical;
}
.sb-quick-search-box textarea.sb-quick-search-input[rows] {
  height: auto;
}
.sb-quick-search-box .input-icon ~ .sb-quick-search-input {
  padding-right: calc(1rem + 0.84375rem);
}
.sb-quick-search-box select.sb-quick-search-input {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20213.333%20213.333%22%20style%3D%22fill%3A%20%23363636%3B%22%3E%3Cpolygon%20points%3D%220%2C53.333%20106.667%2C160%20213.333%2C53.333%22%2F%3E%3C%2Fsvg%3E");
  width: auto;
  padding-right: calc(1rem + 0.84375rem);
  background-size: 0.5rem 0.5rem;
  background-position: right calc(0.5625rem - 1px + (1rem - 0.5rem) / 2) center;
  background-repeat: no-repeat;
}
.sb-quick-search-box select::-ms-expand {
  display: none;
}
@keyframes onAutoFillStart {
  from { /**/ }
  to { /**/ }
}
@keyframes onAutoFillCancel {
  from { /**/ }
  to { /**/ }
}
.sb-quick-search-box input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 0.3s ease-in-out 0s;
}
.sb-quick-search-box input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel;
}
.sb-quick-search-box ::placeholder {
  color: #b0b0b0;
}
.sb-quick-search-box :-ms-input-placeholder {
  color: #b0b0b0 !important;
}
.sb-quick-search-box .sb-quick-search-input {
  background-color: #fff;
  border-color: #d4d4d4;
}
.sb-quick-search-box .sb-quick-search-input:focus {
  background-color: #fff;
  border-color: #00A79D;
}
.sb-quick-search-box .sb-quick-search-input:disabled, .sb-quick-search-box .sb-quick-search-input[readonly] {
  background-color: #e5e5e5;
}
.sb-quick-search-box .input-label {
  color: #363636;
}
.sb-quick-search-box legend {
  color: #363636;
}
.sb-quick-search-box select.sb-quick-search-input {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20213.333%20213.333%22%20style%3D%22fill%3A%20%23363636%3B%22%3E%3Cpolygon%20points%3D%220%2C53.333%20106.667%2C160%20213.333%2C53.333%22%2F%3E%3C%2Fsvg%3E");
}
.sb-quick-search-box.has-error-message .sb-quick-search-input {
  border-color: #D50603;
}
.sb-quick-search-box.has-error-message .sb-quick-search-input:focus {
  border-color: #00A79D;
}
.sb-quick-search-box .input-icon svg {
  fill: rgba(54, 54, 54, 0.6);
}
.sb-quick-search-box .input-icon-button svg {
  fill: #363636;
}
.sb-quick-search-box .input-icon-button:hover svg, .sb-quick-search-box .input-icon-button:focus svg {
  fill: #00A79D;
}
.sb-quick-search-box > * {
  grid-row: 1;
}
.sb-quick-search-box .sb-quick-search-input {
  padding-right: 4.75rem;
}

.sb-quick-search-input {
  grid-column: 1/span 3;
}

.sb-quick-search-reset,
.sb-quick-search-button {
  z-index: 2;
  position: relative;
}

.sb-quick-search-reset {
  grid-column: 2;
}

.sb-quick-search-button {
  grid-column: 3;
  display: flex;
  width: calc(1.25rem + 0.5625rem + 0.5625rem);
}
.sb-quick-search-button .sb-quick-search-submit {
  width: 100%;
  height: auto;
  background-size: 1.25rem 1.25rem;
  flex-shrink: 0;
}
.sb-quick-search-button::before {
  content: "";
  width: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  flex-shrink: 0;
  background-color: #e5e5e5;
}

.sb-quick-search-submit {
  background-image: url("data:image/svg+xml, %3Csvg%20class%3D%22search-icon-cont%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Epath%7Bfill%3A%20%23b0b0b0%3B%20stroke-width%3A0%3B%7D%20line%7Bstroke%3A%20%23b0b0b0%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M10.5%2C5c3%2C0%2C5.5%2C2.5%2C5.5%2C5.5S13.5%2C16%2C10.5%2C16S5%2C13.5%2C5%2C10.5S7.5%2C5%2C10.5%2C5%20M10.5%2C3C6.4%2C3%2C3%2C6.4%2C3%2C10.5S6.4%2C18%2C10.5%2C18s7.5-3.4%2C7.5-7.5S14.6%2C3%2C10.5%2C3L10.5%2C3z%22%2F%3E%3Cline%20x1%3D%2219.5%22%20y1%3D%2219.5%22%20x2%3D%2215.5%22%20y2%3D%2215.5%22%2F%3E%3C%2Fsvg%3E");
}

.has-value ~ .sb-quick-search-button .sb-quick-search-submit {
  background-image: url("data:image/svg+xml, %3Csvg%20class%3D%22search-icon-cont%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Epath%7Bfill%3A%20%2300A79D%3B%20stroke-width%3A0%3B%7D%20line%7Bstroke%3A%20%2300A79D%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M10.5%2C5c3%2C0%2C5.5%2C2.5%2C5.5%2C5.5S13.5%2C16%2C10.5%2C16S5%2C13.5%2C5%2C10.5S7.5%2C5%2C10.5%2C5%20M10.5%2C3C6.4%2C3%2C3%2C6.4%2C3%2C10.5S6.4%2C18%2C10.5%2C18s7.5-3.4%2C7.5-7.5S14.6%2C3%2C10.5%2C3L10.5%2C3z%22%2F%3E%3Cline%20x1%3D%2219.5%22%20y1%3D%2219.5%22%20x2%3D%2215.5%22%20y2%3D%2215.5%22%2F%3E%3C%2Fsvg%3E");
}
.has-value ~ .sb-quick-search-button .sb-quick-search-submit:hover, .has-value ~ .sb-quick-search-button .sb-quick-search-submit:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20class%3D%22search-icon-cont%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3Epath%7Bfill%3A%20%23006a5d%3B%20stroke-width%3A0%3B%7D%20line%7Bstroke%3A%20%23006a5d%3Bstroke-width%3A2%3Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M10.5%2C5c3%2C0%2C5.5%2C2.5%2C5.5%2C5.5S13.5%2C16%2C10.5%2C16S5%2C13.5%2C5%2C10.5S7.5%2C5%2C10.5%2C5%20M10.5%2C3C6.4%2C3%2C3%2C6.4%2C3%2C10.5S6.4%2C18%2C10.5%2C18s7.5-3.4%2C7.5-7.5S14.6%2C3%2C10.5%2C3L10.5%2C3z%22%2F%3E%3Cline%20x1%3D%2219.5%22%20y1%3D%2219.5%22%20x2%3D%2215.5%22%20y2%3D%2215.5%22%2F%3E%3C%2Fsvg%3E");
}

.sb-quick-search-reset {
  box-sizing: content-box;
  align-self: center;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
  transition: opacity 0.2s;
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20240%20240%22%20width%3D%22240%22%20height%3D%22240%22%3E%3Cstyle%3E.fill%20%7Bfill%3A%20%23b0b0b0%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22fill%22%20d%3D%22M179.4%2C196.37L43.63%2C60.6c-4.69-4.69-4.69-12.28%2C0-16.97l0%2C0c4.69-4.69%2C12.28-4.69%2C16.97%2C0L196.37%2C179.4c4.69%2C4.69%2C4.69%2C12.28%2C0%2C16.97l0%2C0C191.68%2C201.05%2C184.08%2C201.05%2C179.4%2C196.37z%22%2F%3E%3Cpath%20class%3D%22fill%22%20d%3D%22M43.63%2C196.37L43.63%2C196.37c-4.69-4.69-4.69-12.28%2C0-16.97L179.4%2C43.63c4.69-4.69%2C12.28-4.69%2C16.97%2C0l0%2C0c4.69%2C4.69%2C4.69%2C12.28%2C0%2C16.97L60.6%2C196.37C55.92%2C201.05%2C48.32%2C201.05%2C43.63%2C196.37z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.sb-quick-search-reset:hover, .sb-quick-search-reset:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20240%20240%22%20width%3D%22240%22%20height%3D%22240%22%3E%3Cstyle%3E.fill%20%7Bfill%3A%20%2300A79D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22fill%22%20d%3D%22M179.4%2C196.37L43.63%2C60.6c-4.69-4.69-4.69-12.28%2C0-16.97l0%2C0c4.69-4.69%2C12.28-4.69%2C16.97%2C0L196.37%2C179.4c4.69%2C4.69%2C4.69%2C12.28%2C0%2C16.97l0%2C0C191.68%2C201.05%2C184.08%2C201.05%2C179.4%2C196.37z%22%2F%3E%3Cpath%20class%3D%22fill%22%20d%3D%22M43.63%2C196.37L43.63%2C196.37c-4.69-4.69-4.69-12.28%2C0-16.97L179.4%2C43.63c4.69-4.69%2C12.28-4.69%2C16.97%2C0l0%2C0c4.69%2C4.69%2C4.69%2C12.28%2C0%2C16.97L60.6%2C196.37C55.92%2C201.05%2C48.32%2C201.05%2C43.63%2C196.37z%22%2F%3E%3C%2Fsvg%3E");
}

.has-value ~ .sb-quick-search-reset {
  opacity: 1;
  pointer-events: auto;
}

.sb-advanced-search-form {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
}

.sb-saved-searches {
  padding-right: 0.75rem;
  margin-right: 0.75rem;
  position: relative;
}
.sb-saved-searches::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  right: 0;
  width: 1px;
  background-color: #b0b0b0;
}
.sb-saved-searches:empty {
  display: none;
}
.sb-saved-searches .sb-dropdown-menu-container {
  margin-top: 0;
}
.sb-saved-searches .sb-context-menu li {
  display: flex;
  align-items: center;
}
.sb-saved-searches .sb-context-menu .sb-saved-search-link {
  flex-grow: 1;
  flex-shrink: 0;
}
.sb-saved-searches .sb-context-menu .sb-delete-saved-search {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23b0b0b0'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  padding: 0;
  margin: 0;
  margin-left: 0.5em;
  text-indent: 100%;
  overflow: hidden;
}
.sb-saved-searches .sb-context-menu .sb-delete-saved-search:hover, .sb-saved-searches .sb-context-menu .sb-delete-saved-search:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2051.976%2051.976'%3E%3Cpath%20fill%3D'%23363636'%20d%3D'M44.373%207.603c-10.137-10.137-26.632-10.138-36.77%200-10.138%2010.138-10.137%2026.632%200%2036.77s26.632%2010.138%2036.77%200c10.137-10.138%2010.137-26.633%200-36.77zM36.24%2036.24c-.78.782-2.046.782-2.827%200l-7.425-7.424-7.778%207.778c-.78.78-2.047.78-2.828%200-.78-.78-.78-2.047%200-2.828l7.778-7.778-7.425-7.425c-.78-.78-.78-2.048%200-2.828.78-.78%202.047-.78%202.828%200l7.425%207.425%207.07-7.07c.782-.782%202.048-.782%202.83%200%20.78.78.78%202.046%200%202.827l-7.072%207.07%207.425%207.426c.79.78.79%202.047%200%202.828z'%2F%3E%3C%2Fsvg%3E");
}

.sb-saved-searches-button {
  font-weight: 600;
  padding: 0.375rem 0;
}

.sb-advanced-search-toggle {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sb-advanced-search-toggle::after {
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20330%20330%22%3E%3Cstyle%3Erect%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3Ctitle%3Eplus%3C%2Ftitle%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%200)%20rotate(90)%22%2F%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%20330)%20rotate(-180)%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.75em;
  border-radius: 50%;
  background-size: 0.75rem 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #b0b0b0;
  transition: background-color 0.2s;
}
.sb-advanced-search-toggle:hover::after {
  background-color: #363636;
}

.sb-advanced-search-toggle-button-open::after {
  background-image: url("data:image/svg+xml, %3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20330%20330%22%3E%3Cstyle%3Erect%20%7Bfill%3A%20%23fff%3B%7D%3C%2Fstyle%3E%3Ctitle%3Eminus%3C%2Ftitle%3E%3Crect%20x%3D%22150%22%20y%3D%2230%22%20width%3D%2230%22%20height%3D%22270%22%20rx%3D%2215%22%20ry%3D%2215%22%20transform%3D%22translate(330%200)%20rotate(90)%22%2F%3E%3C%2Fsvg%3E");
}

/*
Advanced search fields
*/
.sb-advanced-search-fields {
  justify-self: end;
  width: 100%;
  grid-column-end: span 3;
  margin-top: 0.75rem;
  padding: 1rem;
  padding-top: 0.25rem;
  background-color: #f8f8f8;
  position: relative;
}
.sb-advanced-search-fields::before {
  content: "";
  position: absolute;
  background-color: #f8f8f8;
  width: 20px;
  height: 20px;
  top: -10px;
  right: 48px;
  transform: rotate(45deg);
}
.sb-advanced-search-fields [type=text], .sb-advanced-search-fields [type=password], .sb-advanced-search-fields [type=date], .sb-advanced-search-fields [type=datetime], .sb-advanced-search-fields [type=datetime-local], .sb-advanced-search-fields [type=month], .sb-advanced-search-fields [type=week], .sb-advanced-search-fields [type=email], .sb-advanced-search-fields [type=number], .sb-advanced-search-fields [type=search], .sb-advanced-search-fields [type=tel], .sb-advanced-search-fields [type=phone], .sb-advanced-search-fields [type=time], .sb-advanced-search-fields [type=url], .sb-advanced-search-fields [type=color] {
  width: auto;
  min-width: 15rem;
}
@media print, screen and (min-width: 48em) {
  .sb-advanced-search-fields .input {
    display: -ms-grid;
    display: grid;
    position: relative;
  }
  .sb-advanced-search-fields .input .input-label {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 0.75rem;
  }
  .sb-advanced-search-fields .input .input-field {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2;
  }
  .sb-advanced-search-fields .input .input-error {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-grid-column-align: end;
    justify-self: end;
    padding-left: calc(1rem + 0.2rem);
    min-height: 1.2rem;
    line-height: 1.2rem;
    z-index: 2;
    position: relative;
    right: 0.4rem;
    margin-top: -0.6rem;
    margin-bottom: -0.6rem;
    padding-left: calc(0.4rem + 1rem);
    padding-right: 0.2rem;
    max-width: calc(100% - 0.8rem);
    font-size: 1rem;
    overflow: hidden;
    border-radius: 0.1875rem;
  }
  .sb-advanced-search-fields .input .input-error:after {
    top: calc((1.2rem - 1rem) / 2);
    width: 1rem;
    height: 1rem;
  }
  .sb-advanced-search-fields .input .input-error::after {
    left: 0.2rem;
  }
}

@media print, screen and (min-width: 48em) {
  .sb-advanced-search-add-field .input-label {
    min-width: 9rem;
  }
  .sb-advanced-search-title .input-label {
    min-width: 6.75rem;
  }
}
.sb-advanced-search-add-field,
.sb-advanced-search-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.sb-advanced-search-add-field > *,
.sb-advanced-search-list-item > * {
  margin-left: 2.25rem;
}
.sb-advanced-search-add-field > *:first-child,
.sb-advanced-search-add-field .sb-advanced-search-trash,
.sb-advanced-search-list-item > *:first-child,
.sb-advanced-search-list-item .sb-advanced-search-trash {
  margin-left: 0;
}
.sb-advanced-search-add-field .sb-advanced-search-trash,
.sb-advanced-search-list-item .sb-advanced-search-trash {
  align-self: center;
}
.sb-advanced-search-add-field .sb-advanced-search-trash + *,
.sb-advanced-search-list-item .sb-advanced-search-trash + * {
  margin-left: 0.75rem;
}

.sb-advanced-search-sub-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sb-advanced-search-sub-field > * {
  margin-right: 0.75rem;
}

.sb-advanced-search-list-item {
  margin-top: 0.75rem;
  border-top: 1px solid #e5e5e5;
}

.sb-advanced-search-save-container,
.sb-advanced-search-save-dialog {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sb-advanced-search-save-container {
  margin-top: 0.75rem;
}

.sb-advanced-search-main-buttons {
  margin-right: 2rem;
}

.sb-advanced-search-save-dialog > * {
  margin-right: 1rem;
}

.sb-advanced-search-trash {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20418%20418'%3E%3Cpath%20fill%3D'%23b0b0b0'%20d%3D'M265.616%2038V0H152.384v38H69v60h280V38h-83.384zm-83.232-8h53.232v8h-53.232v-8zM109%20418h200l19.016-290H89.984z'%2F%3E%3C%2Fsvg%3E");
  cursor: pointer;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.sb-advanced-search-trash:hover, .sb-advanced-search-trash:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20418%20418'%3E%3Cpath%20fill%3D'%23D50603'%20d%3D'M265.616%2038V0H152.384v38H69v60h280V38h-83.384zm-83.232-8h53.232v8h-53.232v-8zM109%20418h200l19.016-290H89.984z'%2F%3E%3C%2Fsvg%3E");
}

.sb-admin .sayt {
  position: relative;
}
.sb-admin .sayt-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sb-admin .sayt-cont {
  z-index: 20;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 100%;
  margin: 0;
  box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.sb-admin .sayt-cont::after {
  display: none;
}
.sb-admin .sayt-results li {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sb-admin .sayt-results .sayt-no-link,
.sb-admin .sayt-results .search-result > * {
  display: block;
  padding: 0.375rem 0.75rem;
  background-color: transparent;
}
.sb-admin .sayt-results .sayt-no-link:hover,
.sb-admin .sayt-results .search-result > *:hover {
  color: inherit;
  background-color: #f0f0f0;
}
.sb-admin .sayt-results .sayt-selected,
.sb-admin .sayt-results .search-result.sayt-selected,
.sb-admin .sayt-results .sayt-selected > * {
  color: inherit;
  background-color: #f0f0f0;
}
.sb-admin .sayt-results .entity-search-result .entity-title {
  font-weight: 600;
}
.sb-admin .sayt-results .entity-search-result .entity-locator,
.sb-admin .sayt-results .entity-search-result .entity-path {
  font-size: 0.75rem;
}
.sb-admin .sayt-results h3 {
  margin: 0;
  font-size: 0.75rem;
}
.sb-admin .sayt-results li:hover h3 {
  color: white;
}
.sb-admin .sayt-no-results {
  display: block;
  text-align: center;
}

.sb-list-base,
.sb-list-children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sb-list-section .sb-section-body {
  padding-left: 0;
}

.sb-list-panel {
  padding-top: 0.75rem;
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .sb-list-panel {
    padding-right: 0.75rem;
  }
}
.sb-list-panel .sb-title {
  padding: 0 0.375rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.sb-list-panel:last-of-type {
  margin-bottom: 1.5rem;
}

.sb-list-panel-header {
  display: flex;
  margin-top: 0.75rem;
}

.sb-list-base {
  font-size: 1rem;
  line-height: 1.125rem;
}

.sb-list-children {
  position: relative;
  padding-left: 1.125rem;
}
.sb-list-children:empty {
  display: none;
}

.collapsed > .sb-list-children {
  display: none;
}

.sb-list-item {
  position: relative;
  padding-top: 0.1px;
}

.sb-list-row {
  margin-top: 0.75rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 1.5rem;
  padding-left: 2.25rem;
}

@media print, screen and (max-width: 63.74875em) {
  .sb-list-link {
    order: 1;
  }
  .sb-list-field {
    order: 2;
  }
  .sb-status-cont {
    order: 3;
  }
  .sb-list-menu {
    order: 4;
  }
  .sb-list-row::after {
    order: 5;
  }
}
.sb-list-panel .sb-title,
.sb-list-panel-footer .sb-button {
  margin-left: 1.5rem;
}

.sb-list-link,
.sb-list-field {
  z-index: 1;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.375rem 0;
  transform: translateY(0.375rem);
  max-width: 100%;
  cursor: pointer;
  flex-basis: 0%;
  width: 0;
  flex-grow: 2;
}
.sb-list-link::after,
.sb-list-field::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #00A79D;
  opacity: 0;
  transition: opacity 0.2s;
}
.sb-list-link:focus::after,
.sb-list-field:focus::after {
  opacity: 1;
}

.sb-list-link {
  flex-grow: 1;
  color: #363636;
}

@media print, screen and (max-width: 47.99875em) {
  .sb-list-field {
    display: none;
  }
}

.sb-list-field-header {
  font-weight: 700;
  font-size: 0.75rem;
}

.sb-list-path {
  flex-basis: 30vw;
  max-width: 640px;
  flex-grow: 0;
  color: #b0b0b0;
}

.sb-list-link:focus,
.sb-list-path:focus {
  outline: 0;
  color: #00A79D;
}

.sb-status-cont {
  min-width: calc(3.25em + 8ch);
  text-align: right;
}
.sb-status-cont .icon ~ span {
  margin-left: 0.25em;
}
.sb-status-cont .sb-admin-status {
  text-align: left;
}
.sb-status-cont .sb-admin-status::before {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
}
.sb-status-cont .sb-admin-status span {
  min-width: 8ch;
}
@media print, screen and (max-width: 47.99875em) {
  .sb-status-cont {
    min-width: 3em;
  }
  .sb-status-cont .sb-admin-status::before {
    margin: 0;
  }
  .sb-status-cont .sb-admin-status span {
    display: none;
  }
}

.sb-list-menu {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: opacity 0.25s, background-color 0.2s;
}
.sb-list-menu .sb-list-menu-expand {
  display: none;
}

.sb-list-menu-expand {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  color: #363636;
  transition: background-color 0.2s;
}
.sb-list-menu-expand:focus {
  color: #00A79D;
  outline: none;
}
.sb-list-menu-expand .icon-close {
  font-size: 0.625em;
}

.sb-list-row .sb-list-menu {
  width: 0;
  flex-shrink: 0;
  opacity: 0;
  top: 0.125rem;
  height: 1.5rem;
  padding-right: 0.375rem;
}

.sb-list-row:focus-within .sb-list-menu {
  opacity: 1;
  transition: opacity 0.25s 0.25s, background-color 0.2s;
}

.sb-list-row:hover .sb-list-menu,
.sb-list-active > .sb-list-row .sb-list-menu {
  opacity: 1;
  transition: opacity 0.25s 0.25s, background-color 0.2s;
}

@media print, screen and (max-width: 63.74875em) {
  .sb-list-row .sb-list-menu {
    opacity: 1;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
  }
  .sb-list-row .sb-list-menu .sb-list-menu-expand {
    display: flex;
  }
  .sb-list-row .sb-list-menu:not(.expanded) .sb-list-menu-button {
    transform: scale(0);
    pointer-events: none;
  }
  .sb-list-row .sb-list-menu.expanded .sb-list-menu-expand {
    background-color: #f0f0f0;
  }
}
.sb-list-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  height: auto;
  padding: 0 0.375rem;
  margin-top: 0.125rem;
  line-height: 1.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #00A79D;
  background-color: #fff;
  white-space: nowrap;
  transition: transform 0.3s;
}
.sb-list-menu-button:hover {
  color: #006a5d;
}
.sb-list-menu-button .icon {
  flex-shrink: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .sb-list-menu-button {
    height: 1.875rem;
    width: 1.875rem;
    padding: 0;
    line-height: 1.875rem;
    margin-top: 0;
    margin-right: 0.375rem;
    border-radius: 50%;
    text-align: center;
    background-color: #f0f0f0;
  }
  .sb-list-menu-button span {
    display: none;
  }
}

.sb-list-panel .sb-undelete-page,
.sb-list-panel .sb-empty-trash {
  display: none;
}

.sb-list-panel.trash .sb-undelete-page {
  display: flex;
}
.sb-list-panel.trash .sb-add-page,
.sb-list-panel.trash .sb-delete-page,
.sb-list-panel.trash .sb-view-page {
  display: none;
}

.sb-list-panel.trash.has-children .sb-empty-trash {
  display: flex;
}

.compact .sb-list-panel .sb-edit-page,
.compact .sb-list-panel .sb-view-page {
  display: none;
}

.sb-list-panel.has-children .sb-list-panel-footer .sb-add-page {
  display: none;
}

.sb-list-panel .sb-expand {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  top: 1.125rem;
  cursor: pointer;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: opacity 0.15s ease;
}

svg.expando rect {
  fill: #b0b0b0;
}
svg.expando .expando-progress {
  fill: none;
  stroke: #00A79D;
  stroke-width: 45;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
}
svg.expando .expando-vertical {
  transform: scaleY(1);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.expanded > .sb-expand svg.expando .expando-vertical {
  transform: scaleY(0);
}

.sb-expand:hover svg.expando rect,
.is-active > .sb-expand svg.expando rect {
  fill: #363636;
}

.has-children > .sb-expand {
  opacity: 1;
  pointer-events: auto;
}

.sb-list-children::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.75rem;
  width: 1px;
  background-color: #d4d4d4;
}

.sb-list-row {
  border-bottom: 1px solid #d4d4d4;
}

.sb-list-row::after {
  content: "";
  flex-shrink: 0;
  z-index: 10;
  display: block;
  position: relative;
  top: 6px;
  margin-right: -6px;
  width: 11px;
  height: 11px;
  background-color: #d4d4d4;
  border: 5px solid transparent;
  background-clip: padding-box;
  border-radius: 100%;
}

.sb-list-children .sb-list-item:last-of-type::after {
  content: "";
  display: block;
  position: absolute;
  top: 2.25rem;
  left: 0;
  bottom: 0;
  width: 1px;
  pointer-events: none;
  background-color: #fff;
}

.trash .sb-list-base > .sb-list-item > .sb-list-row::before {
  content: "//";
  display: block;
  position: absolute;
  left: 1px;
  top: calc(1.125rem - 1px);
  width: 1rem;
  text-align: right;
  height: 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #d4d4d4;
  background-color: #fff;
}
.trash .sb-list-base > .sb-list-item > .sb-list-row:hover::before, .trash .sb-list-base > .sb-list-item > .sb-list-row.is-active::before {
  color: #363636;
}

.sb-list:not(.sb-list-dragging) .sb-list-row:hover,
.sb-list:not(.sb-list-dragging) .sb-expand:hover + .sb-list-row,
.sb-list:not(.sb-list-dragging) .is-current > .sb-list-row {
  border-color: #363636;
}
.sb-list:not(.sb-list-dragging) .sb-list-row:hover::after,
.sb-list:not(.sb-list-dragging) .sb-expand:hover + .sb-list-row::after,
.sb-list:not(.sb-list-dragging) .is-current > .sb-list-row::after {
  background-color: #363636;
}
.sb-list:not(.sb-list-dragging) .sb-list-item:not(.is-current) > .sb-list-row:hover::after {
  border-width: 2px;
}

.sb-list-active > .sb-list-row {
  border-color: #363636;
}

.is-current > .sb-list-row::after {
  border-width: 0;
}

.sb-list-item-dragging {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.3);
}
.sb-list-item-dragging > .sb-list-row {
  border-color: #00A79D;
}
.sb-list-item-dragging > .sb-list-row::after {
  border-width: 0;
  background-color: #00A79D;
}

.sb-list-dragging .sb-expand {
  pointer-events: none;
}
.sb-list-dragging .sb-list-menu {
  pointer-events: none;
  visibility: hidden;
}

.sb-list-base,
.sb-list-children {
  padding-bottom: 0.75rem;
}

.sb-list-drop-inside:not(.expanded) > .sb-list-row {
  background-color: rgba(0, 0, 0, 0.05);
}
.sb-list-drop-inside:not(.expanded) > .sb-expand {
  opacity: 1;
}
.sb-list-drop-inside:not(.expanded) > .sb-expand .expando-progress {
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 0;
}

.sb-list-dragging .sb-list-item:not(.sb-list-item-dragging) > .sb-list-row .sb-list-path,
.sb-list-dragging .sb-list-item:not(.sb-list-item-dragging) > .sb-list-row .sb-list-link {
  pointer-events: none;
}

@keyframes sb-list-show-compact-menu-buttons {
  from {
    transform: scale(0);
  }
}
.compact .sb-list-panel {
  padding-right: 0.75rem;
}
.compact .sb-list-item.dragging {
  opacity: 0.2;
}
.compact .sb-list-row {
  background-size: 0.625rem 0.625rem;
  background-position: 0.5rem 0.375rem;
  background-repeat: no-repeat;
}
.compact .sb-list-row input {
  position: absolute;
  left: 0;
  bottom: calc(-0.1875rem + 1px);
  width: 100%;
  height: calc(1.5rem - 1px);
  padding: 0px 1.5rem calc(0.375rem - 3px);
  background-clip: content-box;
  border: none;
  border-bottom: 2px solid #00A79D;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.125rem;
}
.compact .sb-list-row input:focus {
  box-shadow: 0 8px 6px -7px rgba(0, 0, 0, 0.3);
  border: none;
  border-bottom: 2px solid #00A79D;
}
.compact .sb-list-row::after {
  top: 4px;
  margin-right: -2px;
  width: 7px;
  height: 7px;
  border-width: 3px;
}
.compact .is-current > .sb-list-row::after {
  border-width: 0;
}
.compact .sb-list-drag,
.compact .sb-list-link,
.compact .sb-list-path {
  transform: translateY(0.1875rem);
}
.compact .sb-list-drag::after,
.compact .sb-list-link::after,
.compact .sb-list-path::after {
  bottom: 0.125rem;
}
.compact .sb-list-row,
.compact .sb-list-base > .sb-list-item > .sb-list-row {
  padding-left: 0;
}
.compact .sb-list-link {
  padding-left: 1.5rem;
}
.compact .sb-list-base > .sb-list-item > .sb-list-children,
.compact .sb-list-children {
  padding-left: 0.75rem;
}
.compact .has-children > .sb-list-row {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20142.5%20330'%3E%3Cpath%20fill%3D'%23b0b0b0'%20d%3D'M139.6%20156L27.1%206a15%2015%200%200%200-24%2018l105.7%20141L3.1%20306a15%2015%200%201%200%2024%2018l112.5-150a15%2015%200%200%200%200-18z'%2F%3E%3C%2Fsvg%3E");
}
.compact .has-children.is-active > .sb-list-row {
  background-image: url("data:image/svg+xml, %3Csvg%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20330%20330%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7Bfill%3A%20%23b0b0b0%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20transform%3D%22rotate(180%2C%20165%2C%20165)%22%20class%3D%22cls-1%22%20d%3D%22M156%2C96.75%2C6%2C209.25a15%2C15%2C0%2C0%2C0%2C18%2C24l141-105.7%2C141%2C105.7a15%2C15%2C0%2C0%2C0%2C18-24L174%2C96.75A15%2C15%2C0%2C0%2C0%2C156%2C96.75Z%22%2F%3E%3C%2Fsvg%3E");
}
.compact .sb-list-row .sb-list-menu {
  opacity: 1;
  opacity: 1;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
}
.compact .sb-list-row .sb-list-menu .sb-list-menu-expand {
  display: flex;
}
.compact .sb-list-row .sb-list-menu .sb-list-menu-button ~ .sb-list-menu-expand {
  background-color: #f0f0f0;
}
.compact .sb-list-row .sb-list-menu:not(.expanded) .sb-list-menu-button {
  pointer-events: auto;
  transform: none;
}
.compact .sb-list-menu-button {
  height: 1.875rem;
  width: 1.875rem;
  padding: 0;
  line-height: 1.875rem;
  margin-top: 0;
  margin-right: 0.375rem;
  border-radius: 50%;
  text-align: center;
  background-color: #f0f0f0;
  width: 1.5rem;
  height: 1.5rem;
  transition: none;
  animation: sb-list-show-compact-menu-buttons 0.2s both;
}
.compact .sb-list-menu-button span {
  display: none;
}
.compact .sb-list-menu-button:nth-last-child(3) {
  animation-delay: 0.05s;
}
.compact .sb-list-menu-button:nth-last-child(4) {
  animation-delay: 0.1s;
}
/*
Layout
*/
.sblib-cont {
  display: flex;
  flex-direction: column;
}
.sblib-cont .sblib-browse .sblib-browse-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sblib-head {
  width: 100%;
}

.sb-admin-tools-body .sblib-cont,
.dialog .sblib-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1.5rem;
}

.sblib-title-cont,
.sblib-button-cont,
.sblib-body {
  padding-left: 12px;
  padding-right: 12px;
}
@media print, screen and (min-width: 48em) {
  .sblib-title-cont,
  .sblib-button-cont,
  .sblib-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.sblib-title-cont {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #363636;
  color: #fff;
}

.sblib-button-cont {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sblib-button-cont .sb-button {
  margin-top: 0;
}

.sblib-body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 12px;
  grid-auto-flow: dense;
  grid-template-rows: 100%;
  flex-grow: 1;
  min-height: 0; /* firefox doesn't constrain to the body without this */
}
.sblib-body > * {
  grid-column-end: span 12;
}
.sblib-body.small-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sblib-body.small-1 > * {
  grid-column-end: span 1;
}
.sblib-body.small-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sblib-body.small-2 > * {
  grid-column-end: span 2;
}
.sblib-body.small-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sblib-body.small-3 > * {
  grid-column-end: span 3;
}
.sblib-body.small-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sblib-body.small-4 > * {
  grid-column-end: span 4;
}
.sblib-body.small-5 {
  grid-template-columns: repeat(5, 1fr);
}
.sblib-body.small-5 > * {
  grid-column-end: span 5;
}
.sblib-body.small-6 {
  grid-template-columns: repeat(6, 1fr);
}
.sblib-body.small-6 > * {
  grid-column-end: span 6;
}
.sblib-body.small-7 {
  grid-template-columns: repeat(7, 1fr);
}
.sblib-body.small-7 > * {
  grid-column-end: span 7;
}
.sblib-body.small-8 {
  grid-template-columns: repeat(8, 1fr);
}
.sblib-body.small-8 > * {
  grid-column-end: span 8;
}
.sblib-body.small-9 {
  grid-template-columns: repeat(9, 1fr);
}
.sblib-body.small-9 > * {
  grid-column-end: span 9;
}
.sblib-body.small-10 {
  grid-template-columns: repeat(10, 1fr);
}
.sblib-body.small-10 > * {
  grid-column-end: span 10;
}
.sblib-body.small-11 {
  grid-template-columns: repeat(11, 1fr);
}
.sblib-body.small-11 > * {
  grid-column-end: span 11;
}
.sblib-body.small-12 {
  grid-template-columns: repeat(12, 1fr);
}
.sblib-body.small-12 > * {
  grid-column-end: span 12;
}
@media print, screen and (min-width: 25em) {
  .sblib-body.smallplus-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sblib-body.smallplus-1 > * {
    grid-column-end: span 1;
  }
  .sblib-body.smallplus-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sblib-body.smallplus-2 > * {
    grid-column-end: span 2;
  }
  .sblib-body.smallplus-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sblib-body.smallplus-3 > * {
    grid-column-end: span 3;
  }
  .sblib-body.smallplus-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sblib-body.smallplus-4 > * {
    grid-column-end: span 4;
  }
  .sblib-body.smallplus-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sblib-body.smallplus-5 > * {
    grid-column-end: span 5;
  }
  .sblib-body.smallplus-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sblib-body.smallplus-6 > * {
    grid-column-end: span 6;
  }
  .sblib-body.smallplus-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sblib-body.smallplus-7 > * {
    grid-column-end: span 7;
  }
  .sblib-body.smallplus-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sblib-body.smallplus-8 > * {
    grid-column-end: span 8;
  }
  .sblib-body.smallplus-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sblib-body.smallplus-9 > * {
    grid-column-end: span 9;
  }
  .sblib-body.smallplus-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sblib-body.smallplus-10 > * {
    grid-column-end: span 10;
  }
  .sblib-body.smallplus-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sblib-body.smallplus-11 > * {
    grid-column-end: span 11;
  }
  .sblib-body.smallplus-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sblib-body.smallplus-12 > * {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 48em) {
  .sblib-body.medium-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sblib-body.medium-1 > * {
    grid-column-end: span 1;
  }
  .sblib-body.medium-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sblib-body.medium-2 > * {
    grid-column-end: span 2;
  }
  .sblib-body.medium-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sblib-body.medium-3 > * {
    grid-column-end: span 3;
  }
  .sblib-body.medium-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sblib-body.medium-4 > * {
    grid-column-end: span 4;
  }
  .sblib-body.medium-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sblib-body.medium-5 > * {
    grid-column-end: span 5;
  }
  .sblib-body.medium-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sblib-body.medium-6 > * {
    grid-column-end: span 6;
  }
  .sblib-body.medium-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sblib-body.medium-7 > * {
    grid-column-end: span 7;
  }
  .sblib-body.medium-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sblib-body.medium-8 > * {
    grid-column-end: span 8;
  }
  .sblib-body.medium-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sblib-body.medium-9 > * {
    grid-column-end: span 9;
  }
  .sblib-body.medium-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sblib-body.medium-10 > * {
    grid-column-end: span 10;
  }
  .sblib-body.medium-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sblib-body.medium-11 > * {
    grid-column-end: span 11;
  }
  .sblib-body.medium-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sblib-body.medium-12 > * {
    grid-column-end: span 12;
  }
}
@media print, screen and (min-width: 63.75em) {
  .sblib-body.large-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sblib-body.large-1 > * {
    grid-column-end: span 1;
  }
  .sblib-body.large-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sblib-body.large-2 > * {
    grid-column-end: span 2;
  }
  .sblib-body.large-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sblib-body.large-3 > * {
    grid-column-end: span 3;
  }
  .sblib-body.large-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sblib-body.large-4 > * {
    grid-column-end: span 4;
  }
  .sblib-body.large-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sblib-body.large-5 > * {
    grid-column-end: span 5;
  }
  .sblib-body.large-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sblib-body.large-6 > * {
    grid-column-end: span 6;
  }
  .sblib-body.large-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sblib-body.large-7 > * {
    grid-column-end: span 7;
  }
  .sblib-body.large-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sblib-body.large-8 > * {
    grid-column-end: span 8;
  }
  .sblib-body.large-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sblib-body.large-9 > * {
    grid-column-end: span 9;
  }
  .sblib-body.large-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sblib-body.large-10 > * {
    grid-column-end: span 10;
  }
  .sblib-body.large-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sblib-body.large-11 > * {
    grid-column-end: span 11;
  }
  .sblib-body.large-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sblib-body.large-12 > * {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 87.5em) {
  .sblib-body.xlarge-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sblib-body.xlarge-1 > * {
    grid-column-end: span 1;
  }
  .sblib-body.xlarge-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sblib-body.xlarge-2 > * {
    grid-column-end: span 2;
  }
  .sblib-body.xlarge-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sblib-body.xlarge-3 > * {
    grid-column-end: span 3;
  }
  .sblib-body.xlarge-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sblib-body.xlarge-4 > * {
    grid-column-end: span 4;
  }
  .sblib-body.xlarge-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sblib-body.xlarge-5 > * {
    grid-column-end: span 5;
  }
  .sblib-body.xlarge-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sblib-body.xlarge-6 > * {
    grid-column-end: span 6;
  }
  .sblib-body.xlarge-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sblib-body.xlarge-7 > * {
    grid-column-end: span 7;
  }
  .sblib-body.xlarge-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sblib-body.xlarge-8 > * {
    grid-column-end: span 8;
  }
  .sblib-body.xlarge-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sblib-body.xlarge-9 > * {
    grid-column-end: span 9;
  }
  .sblib-body.xlarge-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sblib-body.xlarge-10 > * {
    grid-column-end: span 10;
  }
  .sblib-body.xlarge-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sblib-body.xlarge-11 > * {
    grid-column-end: span 11;
  }
  .sblib-body.xlarge-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sblib-body.xlarge-12 > * {
    grid-column-end: span 12;
  }
}
@media screen and (min-width: 118.75em) {
  .sblib-body.xxlarge-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .sblib-body.xxlarge-1 > * {
    grid-column-end: span 1;
  }
  .sblib-body.xxlarge-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sblib-body.xxlarge-2 > * {
    grid-column-end: span 2;
  }
  .sblib-body.xxlarge-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sblib-body.xxlarge-3 > * {
    grid-column-end: span 3;
  }
  .sblib-body.xxlarge-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sblib-body.xxlarge-4 > * {
    grid-column-end: span 4;
  }
  .sblib-body.xxlarge-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .sblib-body.xxlarge-5 > * {
    grid-column-end: span 5;
  }
  .sblib-body.xxlarge-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .sblib-body.xxlarge-6 > * {
    grid-column-end: span 6;
  }
  .sblib-body.xxlarge-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .sblib-body.xxlarge-7 > * {
    grid-column-end: span 7;
  }
  .sblib-body.xxlarge-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .sblib-body.xxlarge-8 > * {
    grid-column-end: span 8;
  }
  .sblib-body.xxlarge-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .sblib-body.xxlarge-9 > * {
    grid-column-end: span 9;
  }
  .sblib-body.xxlarge-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .sblib-body.xxlarge-10 > * {
    grid-column-end: span 10;
  }
  .sblib-body.xxlarge-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .sblib-body.xxlarge-11 > * {
    grid-column-end: span 11;
  }
  .sblib-body.xxlarge-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .sblib-body.xxlarge-12 > * {
    grid-column-end: span 12;
  }
}
.sblib-body .sb-section {
  display: flex;
  flex-direction: column;
  position: relative;
}
.sblib-body .sb-section-head {
  flex-shrink: 0;
}
@media print, screen and (min-width: 63.75em) {
  .sblib-body .sb-section-head .sblib-browse,
  .sblib-body .sb-section-head .sblib-editor-choose {
    min-width: 7.5rem;
  }
}
.sblib-body .sb-section-body {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.sblib-body .sb-section-body.sb-list {
  padding-left: 1px;
}
.sblib-body .sblib-secondary {
  grid-column-end: span 4;
}
.sblib-body .sblib-primary {
  grid-column-end: span 8;
}
@media screen and (min-width: 87.5em) {
  .sblib-body .sblib-secondary {
    grid-column-end: span 3;
  }
  .sblib-body .sblib-primary {
    grid-column-end: span 9;
  }
}

/*
List
*/
.sblib-dnd-upload {
  display: flex;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.5rem;
  color: #b0b0b0;
}

.sblib-files.sb-section-body {
  padding-top: 0.75rem;
}
.sblib-files.sb-section-body > * {
  margin: 0;
}

.sb-section-body.sblib-files-loading {
  display: flex;
}
@keyframes sblib-spinner-fadein {
  from {
    opacity: 0;
  }
}
.sb-section-body.sblib-files-loading .spinner {
  margin: auto;
  width: 7.5rem;
  height: 7.5rem;
  animation: sblib-spinner-fadein 0.4s both;
}

.sblib-mode-image .sblib-files {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  grid-auto-rows: min-content;
}
.sblib-mode-image .sblib-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s ease, opacity 0.2s, padding 0.1s;
  border: 1px solid transparent;
}
.sblib-mode-image .sblib-file::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 167, 157, 0.3);
  opacity: 0;
  pointer-events: none;
}
.sblib-mode-image .sblib-file.selected::after {
  opacity: 1;
}
.sblib-mode-image .sblib-file.dragging {
  opacity: 0.5;
}
.sblib-mode-image .sblib-file .sblib-filename {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sblib-mode-image .sblib-file .sblib-filename::after {
  content: "";
  display: block;
}
.sblib-mode-image .sblib-file .sblib-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  color: transparent;
}
.sblib-mode-image .sblib-file .sblib-progress-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #61c9fa;
}
.sblib-mode-image .sblib-file:hover, .sblib-mode-image .sblib-file:focus {
  border-color: #00A79D;
}
.sblib-mode-image .sblib-file .sblib-icon {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transition: opacity 0.2s;
}
.sblib-mode-image .sblib-file .sblib-icon img {
  object-fit: contain;
  display: block;
  width: 100%;
  font-family: "object-fit: contain";
  object-position: var(--position-left) var(--position-top);
}
.sblib-mode-image .sblib-file .sblib-icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  background-image: linear-gradient(45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #e5e5e5 75%), linear-gradient(-45deg, transparent 75%, #e5e5e5 75%);
  background-size: 0.5rem 0.5rem;
}
.sblib-mode-image .sblib-file .sblib-icon .sblib-hover-thumbnail {
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.3s 0.3s ease;
}
.sblib-mode-image .sblib-file .sblib-icon::after {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'%23363636'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20d%3D'M18%2020v6h4l-6%206-6-6h4v-6zm-4-8V6h-4l6-6%206%206h-4v6zm-2%206H6v4l-6-6%206-6v4h6zm8-4h6v-4l6%206-6%206v-4h-6z'%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0;
  top: 0;
  background-size: 1.25rem 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.sblib-mode-image .sblib-file .sblib-icon:hover .sblib-hover-thumbnail {
  opacity: 1;
}
.sblib-mode-image .sblib-file .sblib-icon:hover::after {
  opacity: 1;
}
.sblib-mode-image .sblib-file .sblib-filename {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.375rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.sblib-mode-image .sblib-file .sblib-progress {
  bottom: 1.5rem;
}
.sblib-mode-image .sblib-mode-select .sblib-file {
  transform: scale(0.95);
}
.sblib-mode-image .sblib-mode-select .sblib-file::before {
  z-index: 3;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 0.1875rem solid #00A79D;
  border-radius: 0.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
}
.sblib-mode-image .sblib-mode-select .sblib-file.selected {
  transform: scale(0.9);
}
.sblib-mode-image .sblib-mode-select .sblib-file.selected .sblib-icon {
  opacity: 0.3;
}
.sblib-mode-image .sblib-mode-select .sblib-file.selected::before {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #00A79D;
}
.sblib-mode-image .sblib-mode-select .sblib-file.selected::after {
  opacity: 0;
}

.sblib-mode-file .sblib-files {
  padding: 0.375rem 0;
}
.sblib-mode-file .sblib-file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s ease, opacity 0.2s, padding 0.1s;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  padding: 0.375rem 0.75rem;
  background-size: 1rem 1rem;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
}
.sblib-mode-file .sblib-file::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 167, 157, 0.3);
  opacity: 0;
  pointer-events: none;
}
.sblib-mode-file .sblib-file.selected::after {
  opacity: 1;
}
.sblib-mode-file .sblib-file.dragging {
  opacity: 0.5;
}
.sblib-mode-file .sblib-file .sblib-filename {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sblib-mode-file .sblib-file .sblib-filename::after {
  content: "";
  display: block;
}
.sblib-mode-file .sblib-file .sblib-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 4px;
  color: transparent;
}
.sblib-mode-file .sblib-file .sblib-progress-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #61c9fa;
}
.sblib-mode-file .sblib-file:hover, .sblib-mode-file .sblib-file:focus {
  background-image: url("data:image/svg+xml, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2032%2032'%3E%3Cpath%20fill%3D'%23363636'%20stroke%3D'%23fff'%20stroke-width%3D'1'%20d%3D'M18%2020v6h4l-6%206-6-6h4v-6zm-4-8V6h-4l6-6%206%206h-4v6zm-2%206H6v4l-6-6%206-6v4h6zm8-4h6v-4l6%206-6%206v-4h-6z'%2F%3E%3C%2Fsvg%3E");
  background-color: rgba(0, 167, 157, 0.1);
}
.sblib-mode-file .sblib-file .sblib-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  line-height: 0;
  flex-shrink: 0;
}
.sblib-mode-file .sblib-mode-select .sblib-file {
  padding-left: 2.25rem;
}
.sblib-mode-file .sblib-mode-select .sblib-file::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 0.125rem solid #00A79D;
  border-radius: 0.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0.75rem;
}
.sblib-mode-file .sblib-mode-select .sblib-file.selected::before {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #00A79D;
}
.sblib-mode-file .sblib-mode-select .sblib-file.selected::after {
  opacity: 0;
}

/*
Buttons
*/
.sblib-home {
  display: flex;
  cursor: pointer;
  padding: 0.375rem 0;
  padding-left: 1.5rem;
  font-size: 1rem;
  line-height: 1.125rem;
}
.sblib-home.is-active {
  color: #00A79D;
}
.sblib-home .icon + span {
  margin-left: 0.25em;
}
.sblib-home:hover, .sblib-home:focus {
  color: #00A79D;
}

.sblib-select-all-button,
.sblib-deselect-all-button {
  display: inline-flex;
  align-items: center;
}
.sblib-select-all-button::before,
.sblib-deselect-all-button::before {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: 0.125rem solid #00A79D;
  border-radius: 0.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 0.5em;
  background-color: transparent;
  transform: translateY(-0.0625em);
}

.sblib-deselect-all-button::before {
  background-image: url("data:image/svg+xml, %3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20342.5%20342.5%22%20style%3D%22enable-background%3Anew%200%200%20342.5%20342.5%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.4%2C116.6c-5.4-5.4-14.1-5.4-19.5%2C0l-79.9%2C79.9l-29.3-29.3c-5.4-5.4-14.1-5.4-19.5%2C0c-5.4%2C5.4-5.4%2C14.1%2C0%2C19.5l39%2C39c2.7%2C2.7%2C6.2%2C4.1%2C9.8%2C4.1c3.5%2C0%2C7.1-1.4%2C9.8-4.1l89.7-89.7l0%2C0C250.8%2C130.8%2C250.8%2C122%2C245.4%2C116.6z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #00A79D;
}

/*
Editor
*/
.sblib-editor .sblib-editor-body {
  flex-grow: 1;
  padding: 0 0.75rem;
  margin: 0;
  padding-top: 0.75rem;
  height: 100%;
  overflow: visible;
  position: relative;
  min-height: 0;
}
@media print, screen and (max-width: 63.74875em) {
  .sblib-editor .sblib-editor-body {
    overflow-y: auto;
  }
}
.sblib-editor .column {
  padding-bottom: 0.75rem;
}
.sblib-editor .column .sb-section-body {
  padding-bottom: 0;
}

.sblib-editor-col1 {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  grid-gap: 0.75rem;
  align-items: start;
  justify-items: start;
}

.sblib-editor-preview {
  grid-row: 2;
  position: relative;
  align-self: stretch;
  justify-self: stretch;
}

.sblib-square-tool-button {
  margin-top: 0;
}

.sblib-editor-image {
  width: 100%;
  max-height: 15rem;
  object-fit: contain;
  background-image: linear-gradient(45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #e5e5e5 75%), linear-gradient(-45deg, transparent 75%, #e5e5e5 75%);
  background-size: 0.5rem 0.5rem;
}
.sblib-editor-image[src$=".svg"] {
  width: 15rem;
  height: 15rem;
}
@media print, screen and (min-width: 63.75em) {
  .sblib-editor-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.sblib-editor-col2 {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 63.75em) {
  .sblib-editor-col2 {
    max-height: 100%;
    align-self: start;
  }
}

.sblib-edit-image {
  height: auto;
  position: fixed;
  top: 45px;
  bottom: 15px;
  left: 45px;
  right: 15px;
}

/*
Crop tool
*/
.sblib-square-tool-cont {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sblib-square-tool {
  position: absolute;
  border: solid 1px #000;
  top: 0;
  left: 0;
  cursor: move;
  box-shadow: 0px 0px 0px 10000px rgba(255, 255, 255, 0.5);
}

.sblib-square-tool-horizontal {
  height: 100%;
}

.sblib-square-tool-vertical {
  width: 100%;
}

.sblib-square-handle::before, .sblib-square-handle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  transform: translateX(-50%);
}
.sblib-square-handle::after {
  transform: translateX(-50%) rotate(270deg);
}

/*
image thumbnail field
*/
.sblib-field .sblib-thumb-icon {
  display: flex;
}
.sblib-field .sblib-thumb-filename {
  margin-left: 0.375rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sblib-field .sblib-folder-name {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sblib-field .sblib-folder-name .icon {
  width: 2.25rem;
  height: 2.25rem;
  color: #00A79D;
}
.sblib-field .sblib-folder-name span {
  display: block;
  margin: 0;
  margin-top: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sblib-field.sblib-type-image .sblib-thumb-icon {
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border: 2px solid #e5e5e5;
}
.sblib-field.sblib-type-image .sblib-thumb-icon img {
  background-image: linear-gradient(45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(-45deg, #e5e5e5 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #e5e5e5 75%), linear-gradient(-45deg, transparent 75%, #e5e5e5 75%);
  background-size: 0.5rem 0.5rem;
}
.sblib-field.sblib-type-file .sb-input-group {
  display: block;
}
.sblib-field.sblib-type-file .sblib-thumb-icon {
  align-items: center;
}
.sblib-field.sblib-type-file .sblib-thumb-image {
  width: 1.5rem;
  flex-shrink: 0;
}

/*
rte
*/