@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body.custom_admin {
  box-sizing: border-box;
}
body.custom_admin span[role=title] {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 0.5rem;
}
body.custom_admin * {
  box-sizing: inherit;
}
body.custom_admin #content {
  width: 100%;
  padding: 0;
}
body.custom_admin #content #content {
  padding: 1rem;
}
body.custom_admin #content .content_container {
  padding: 2.5rem;
}
body.custom_admin #content #content-main .module {
  padding: 1rem 0;
  margin: 0 auto;
}
body.custom_admin #content #content-main .module .content {
  border: 1px solid #417690;
  border-radius: 15px;
  padding: 1.2rem;
}
body.custom_admin #content #content-main .module .content .app_name {
  padding: 0;
  color: #79aec8;
  background: transparent;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
body.custom_admin #content #content-main .module .content p {
  padding: 0;
  margin: 1rem 0;
}
body.custom_admin #content #content-main .module .content .button {
  padding: 0.5rem 0.75rem;
}
body.custom_admin #content #content-main .module .content div:last-child {
  padding-top: 1rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px), print {
  body.custom_admin #content #content-main {
    display: flex;
    flex-wrap: wrap;
    float: none;
  }
  body.custom_admin #content #content-main .module {
    width: 45%;
    padding: 0.5rem;
    margin: 2rem 0;
  }
  body.custom_admin #content #content-main .module .content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.custom_admin #content #content-main .module .content div {
    width: 100%;
  }
  body.custom_admin #content #content-main .module .content div:last-child {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.custom_admin #content #content-main .module {
    width: 22%;
  }
}
@media screen and (min-width: 1408px) {
  body.custom_admin #content #content-main .module {
    width: 22%;
    margin: 0.25rem 0.25rem 2.5rem;
  }
}
body.custom_admin .container {
  padding: 3rem;
}
body.custom_admin .container header {
  margin-bottom: 2rem;
}
body.custom_admin .button {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  line-height: 1;
}
body.custom_admin .button.is-small {
  display: block;
  padding: 0.5em 1em;
  background: var(--object-tools-bg);
  color: var(--object-tools-fg);
  font-weight: 400;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 0.3em;
}
body.custom_admin .grid {
  font-size: 1rem;
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
body.custom_admin #level2.container {
  padding-top: 1.25rem;
}
body.custom_admin #level2.container > header {
  font-size: 1rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.5em;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.custom_admin #level2.container > header h1 {
  margin-bottom: 0;
}
body.custom_admin #level2.container > header .card {
  height: 100%;
}
body.custom_admin .is-level-1 {
  font-size: 1rem;
}
body.custom_admin .is-level-1 h1 {
  margin-bottom: 0;
}
body.custom_admin .is-level-1 .card {
  height: 100%;
}
body.custom_admin .is-level-1 .card header {
  padding: 1rem;
}
body.custom_admin .is-level-2 {
  font-size: 1rem;
  margin-bottom: 1em;
  display: grid;
  grid-gap: 1em;
  padding: 1rem;
  grid-template-rows: repeat(1, 4.5rem);
  grid-auto-rows: minmax(7.6em, min-content);
}
body.custom_admin .is-level-2 .card {
  font-size: 1em;
}
body.custom_admin .is-level-2 > header {
  margin-bottom: 1em;
}
body.custom_admin .is-level-2 > header .subtitle {
  font-weight: normal;
  font-size: 1.4em;
}
body.custom_admin .is-level-3 {
  font-size: 0.7rem;
}
body.custom_admin .is-level-3.card header {
  margin-bottom: 0.2em;
}
body.custom_admin {
  /* DEFAULTS */
}
body.custom_admin header.app_list {
  padding-bottom: 2.9rem;
}
body.custom_admin header.app_list h1 {
  font-weight: 300;
  font-size: 1.25rem;
  color: var(--body-quiet-color);
}
body.custom_admin .card {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  scroll-margin-top: 2rem;
  outline: 0px solid var(--link-selected-fg);
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
body.custom_admin .card:target {
  outline-width: 0.5em;
}
body.custom_admin .card.section {
  background-color: rgba(0, 0, 0, 0.05);
  display: block;
  padding: 1rem;
}
body.custom_admin .card.section .header span[role=title] {
  color: var(--link-fg);
  font-weight: 400;
}
body.custom_admin .card header,
body.custom_admin .card .links {
  width: 100%;
}
body.custom_admin .card .links.button-container {
  padding: 1rem;
  justify-content: space-between;
  gap: 0.5em;
  margin: 0.3em;
}
body.custom_admin .card .links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body.custom_admin .card .button-container {
  padding: 1.5rem 1rem;
  background-color: rgb(234.6, 234.6, 234.6);
  border-radius: 10px;
}
body.custom_admin .card .button-container .icon {
  text-align: right;
  width: 15%;
}
body.custom_admin .card .button-container .icon svg {
  height: 1.5rem;
  fill: #417690;
  transition: 200ms;
}
body.custom_admin .card .button-container .icon svg:hover, body.custom_admin .card .button-container .icon svg:focus {
  cursor: pointer;
  fill: rgb(100.3205741627, 157.2511961722, 185.1794258373);
}
body.custom_admin .card .button-container .is-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body.custom_admin .card .button-container .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  width: 100%;
  max-width: 25rem;
}
body.custom_admin .card .button-container .description {
  transition: 400ms;
  -webkit-transition: 400ms;
  height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 1rem;
}
body.custom_admin .card .button-container .description p {
  transition: 400ms;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
}
body.custom_admin .card .button-container.open .description {
  height: auto;
  padding-top: 0.5rem;
}
body.custom_admin .card .button-container.open .description p {
  opacity: 1;
  padding-top: 0.5rem;
}
body.custom_admin .card .item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background-color: rgb(244.8, 244.8, 244.8);
  border-radius: 10px;
  margin-bottom: 1rem;
}
body.custom_admin .card .item div {
  width: 100%;
}
body.custom_admin .card .item div header {
  margin: 0;
}
body.custom_admin .card .item div header span[role=title] {
  font-size: 1.2rem;
}
body.custom_admin .card .item div.button-container {
  padding: 1.5rem 1rem;
}
body.custom_admin .card .item hr {
  width: 100%;
  display: block;
  height: 0.05rem;
  border: 0;
  background-color: #417690;
  margin: 1rem 0;
}
body.custom_admin .card .item:last-child hr {
  display: none;
}
body.custom_admin {
  /* DROPDOWN */
}
body.custom_admin .quicklinks {
  position: relative;
  min-width: 50%;
  display: inline-block;
  background-color: var(--body-bg);
  border-radius: 5px;
  flex-shrink: 1;
  overflow-x: hidden;
}
body.custom_admin .quicklinks select {
  height: 2.75em;
  padding: 0.5rem 1rem;
  appearance: none;
  font-size: 1rem;
  min-width: 100%;
  margin: 0;
  color: var(--body-fg);
  background: var(--body-bg);
}
body.custom_admin .quicklinks select:hover {
  cursor: pointer;
}
body.custom_admin .quicklinks::after {
  content: "☰";
  height: 1.74em;
  font-size: 1rem;
  pointer-events: none;
  color: var(--primary);
  transition: background 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  position: absolute;
  right: 0.65rem;
  top: 0.65rem;
}
body.custom_admin .quicklinks:hover select {
  border-color: var(--link-hover-color);
}
body.custom_admin .quicklinks:hover::after {
  color: var(--link-hover-color);
}
body.custom_admin .quicklinks + div {
  flex-shrink: 0;
  flex-grow: 1;
  text-align: right;
}
body.custom_admin.admin-settings .card {
  display: flex;
  flex-direction: column;
}
body.custom_admin.admin-settings .card .card-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
body.custom_admin.admin-settings .card header {
  color: var(--link-selected-fg);
}
body.custom_admin.admin-settings .mb-0 {
  margin-bottom: 0 !important;
}
body.custom_admin.admin-settings #settings-container {
  position: sticky;
  top: 0;
  background: var(--body-bg);
  z-index: 1;
  padding-bottom: 0;
}
body.custom_admin.admin-settings #settings-container header {
  margin-bottom: 0;
}
body.custom_admin.admin-settings #settings-container header hgroup h1 {
  margin-bottom: 0;
}
body.custom_admin.admin-settings .quicklinks select {
  padding-inline-end: 2em;
}
body.custom_admin.admin-settings .grid {
  grid-template-columns: repeat(auto-fill, minmax(27rem, 1fr));
}

.copy-href {
  position: relative;
}
.copy-href::before, .copy-href::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  font-size: smaller;
  pointer-events: none;
}
.copy-href::after {
  content: "⤴︎";
  translate: -0.6em -0.2em;
  animation: pulse 1.5s infinite;
  transition: all 0.2s;
  opacity: 0;
}
.copy-href--plane-icon::after {
  content: "⌲";
  rotate: -50deg;
}
.copy-href--point-icon::after {
  content: "⌃";
}
.copy-href--eject-icon::after {
  content: "⏏︎";
}
.copy-href--arrow-icon::after {
  content: "↑";
}
.copy-href:hover::after {
  animation: pulse 1.5s infinite;
  opacity: 0.4;
  translate: -0.6em -0.4em;
}
.copy-href:active::after {
  opacity: 0.7;
  translate: -0.6em -0.6em;
}
.copy-href--copied::before {
  content: "copied";
  top: -0.9em;
  left: -0.6em;
  opacity: 1;
  background-color: rgba(0, 0, 255, 0.1);
  color: var(--secondary);
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
  /* Ensure the element is fully rendered before being displayed */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(0);
}
.copy-href--copied:hover::after {
  content: none;
}
.copy-href--hidden::before {
  opacity: 0;
  transform: translateY(-5px);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
    scale: 0.9;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    scale: 1;
  }
}
body.custom_admin #content #content-main .module.current-app {
  width: 100%;
  padding: 1rem;
  margin: 0;
}
body.custom_admin #content #content-main .module.current-app table {
  margin: 0 auto;
  width: 100%;
}
body.custom_admin #content #content-main .module.current-app table caption {
  color: #417690;
  background: transparent;
  padding-bottom: 2rem;
}
body.custom_admin #content #content-main .module.current-app table caption a,
body.custom_admin #content #content-main .module.current-app table caption a:visited,
body.custom_admin #content #content-main .module.current-app table caption a:link {
  color: #417690;
  text-transform: capitalize;
  font-size: 1.2rem;
}
body.custom_admin #content #content-main .module.current-app table tr {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #417690;
  border-radius: 10px;
  padding: 0.5rem;
  margin: 0 0 1rem;
}
body.custom_admin #content #content-main .module.current-app table tr:nth-child(even), body.custom_admin #content #content-main .module.current-app table tr:nth-child(even) .errorlist, body.custom_admin #content #content-main .module.current-app table tr:nth-child(odd) + .row-form-errors, body.custom_admin #content #content-main .module.current-app table tr:nth-child(odd) + .row-form-errors .errorlist {
  background-color: transparent;
}
body.custom_admin #content #content-main .module.current-app table tr th {
  display: block;
  border: 0;
  width: 100%;
  padding: 1rem 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: normal;
}
body.custom_admin #content #content-main .module.current-app table tr th a:visited,
body.custom_admin #content #content-main .module.current-app table tr th a:link,
body.custom_admin #content #content-main .module.current-app table tr th a {
  color: #79aec8;
}
body.custom_admin #content #content-main .module.current-app table tr td {
  border: 0;
  padding: 1rem 0.5rem;
}
body.custom_admin #content #content-main .module.current-app table .addlink,
body.custom_admin #content #content-main .module.current-app table .addlink:visited,
body.custom_admin #content #content-main .module.current-app table .addlink:link,
body.custom_admin #content #content-main .module.current-app table .changelink,
body.custom_admin #content #content-main .module.current-app table .changelink:visited,
body.custom_admin #content #content-main .module.current-app table .changelink:link {
  background: transparent;
  padding: 0.5rem 0.75rem;
  background-color: #417690;
  color: white;
  font-weight: 200;
}
@media screen and (min-width: 769px), print {
  body.custom_admin #content #content-main .module.current-app table tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  body.custom_admin #content #content-main .module.current-app table tbody tr {
    width: 45%;
    margin: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body.custom_admin #content #content-main .module.current-app {
    padding: 1rem 2.5rem;
  }
  body.custom_admin #content #content-main .module.current-app table tbody tr {
    width: 22%;
  }
}

.button,
.button:link,
.button:visited {
  font-weight: 200;
  background-color: #417690;
  border-radius: 1px;
}
.button:focus, .button:hover,
.button:link:focus,
.button:link:hover,
.button:visited:focus,
.button:visited:hover {
  background-color: rgb(100.3205741627, 157.2511961722, 185.1794258373);
}

@media screen and (min-width: 769px), print {
  dl.inline.is-narrow dt {
    min-width: auto !important;
    padding-right: 0.25em;
  }
  dl.inline.is-wide dt {
    min-width: 10em !important;
    padding-right: 0.25em;
  }
  dl.inline dd {
    display: inline;
    margin: 0;
  }
  dl.inline dd::after {
    display: block;
    content: "";
  }
  dl.inline dt {
    display: inline-block;
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  dl.inline.is-mobile.is-narrow dt {
    min-width: auto !important;
    padding-right: 0.25em;
  }
  dl.inline.is-mobile dd {
    display: inline;
    margin: 0;
  }
  dl.inline.is-mobile dd::after {
    display: block;
    content: "";
  }
  dl.inline.is-mobile dt {
    display: inline-block;
    min-width: 100px;
  }
}

@media (prefers-color-scheme: dark) {
  body.change-form #adminconsole {
    color: var(--body-quiet-color);
  }
  body.change-form #adminconsole .container {
    background-color: var(--darkened-bg) !important;
  }
  .ui-widget.ui-widget-content {
    border: 1px solid var(--border-color) !important;
    background: var(--body-bg);
  }
  .ui-widget.ui-widget-content a {
    color: var(--link-fg);
  }
  .ui-widget .ui-tabs-nav .ui-state-default {
    border: 1px solid #c5c5c5;
    border-color: var(--border-color);
    background-color: var(--darkened-bg);
  }
  .ui-widget .ui-tabs-nav .ui-state-default a {
    color: var(--primary-fg);
    opacity: 0.8;
  }
  .ui-widget .ui-tabs-nav .ui-state-default a:hover {
    opacity: 1;
  }
  .ui-widget .ui-tabs-nav .ui-state-active {
    border-color: var(--link-selected-fg);
    background-color: var(--link-selected-fg);
    color: var(--button-fg);
    border-bottom-color: transparent;
  }
  .ui-widget .ui-tabs-nav .ui-state-active a {
    opacity: 1;
  }
  .ui-widget .ui-widget-header {
    border: 1px solid var(--border-color);
    background: var(--darkened-bg);
    color: #333;
    font-weight: bold;
  }
}
.tab-has-errors::before {
  content: attr(data-error-count);
  position: absolute;
  top: 0;
  right: -0.1em;
  font-size: 0.6rem;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.1;
  border-radius: 100%;
  display: inline-block;
  background: var(--error-fg);
  color: var(--darkened-bg);
  text-align: center;
}

.ui-state-active .tab-has-errors::before {
  background: var(--secondary);
  color: var(--button-fg);
}

.admin-icon-container {
  text-align: center; 
}

.admin-icon-link img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  filter: invert(0.5);
  transition: scale 0.2s ease-in-out;
}

.admin-icon-link:hover img {
  scale: 1.1;
}