:root {
  --ak-font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', sans-serif;
  --ak-font-size: 16px;
  --ak-table-font-size: 16px;
  --ak-icon-chevron-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --ak-icon-search-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --ak-icon-menu-hamburger: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'  style='background: transparent' %3E%3Cpath stroke='rgb(5,155,218)' stroke-width='2' stroke-linecap='round' d='M4,6 H28 M4,16 H28 M4,26 H28' /%3E%3C/svg%3E");
  --ak-icon-menu-cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'  style='background: transparent' %3E%3Cpath stroke='rgb(5,155,218)' stroke-width='2' stroke-linecap='round' d='M5,6 L27,26 M27,6 L5,26' /%3E%3C/svg%3E");
}

/* light theme */
:root:not([data-theme=dark]),
[data-theme=light] {
  --ak-table-header-background-color: hsl(210, 13%, 50%);
  --ak-table-header-border-color: hsl(210, 13%, 50%);
  --ak-table-header-color: hsl(210, 13%, 95%);
  --ak-table-background-color: white;
  --ak-table-border-color: hsl(210, 13%, 85%);
  --ak-table-color: black;
  --inner-shadow-color: hsl(210, 13%, 60%);
  color-scheme: light;
  --ak-bg-hover-overlay: rgba(100, 90, 80, 0.05);
  --ak-bg-hover-effect: brightness(95%);
  --ak-muted-color: hsl(210, 13%, 60%);
  --ak-color: hsl(205, 20%, 32%);
  --ak-secondary: hsl(205, 15%, 41%);
  --ak-secondary-hover: hsl(205, 20%, 32%);
  --ak-secondary-focus: rgba(89, 107, 120, 0.125);
  --ak-secondary-inverse: #fff;
  --ak-form-bg-color: hsl(210, 13%, 95%);
  --ak-service-color-encrypted: darkred;
  --ak-service-color-radio: steelblue;
  --ak-search-background: yellow;
  --ak-lightgrey-border: hsl(210, 13%, 90%);
  --ak-lightgrey-color: hsl(210, 13%, 65%);
  --ak-lightgrey-border-pushed: hsl(210, 13%, 55%);
  --ak-lightgrey-color-pushed: hsl(210, 13%, 35%);
  --ak-lightgrey-background: hsl(210, 13%, 99%);
  --ak-lightgrey-background-pushed: hsl(210, 13%, 90%);
  --ak-code-color: hsl(330,67%,52%);
  --ak-color-error: hsl(0,95%,50%);
  --ak-color-success: hsl(120,95%,30%);
  --ak-bg-light-green: hsl(120,100%,98%);
  --ak-border-light-green: hsl(150,50%,80%);
  --ak-bg-light-grey: hsl(210,13%,98%);
  --ak-border-light-grey: hsl(210,13%,80%);
  --ak-bg-light-blue: hsl(190,100%,96%);
  --ak-border-light-blue: hsl(204,100%,70%);
  --ak-bg-light-yellow: hsl(60,100%,97%);
  --ak-table-hover: rgba(10, 150, 200, 0.1);
  --ak-icon-chevron-button: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(55, 55, 55)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --ak-icon-follow-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' fill='none' stroke='rgb(162, 175, 185)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14,5 L4,5 L4,20 L19,20 L19,10 M12,12 L22,2 M17,2 L22,2 L 22,7' /%3E%3C/svg%3E");
  --ak-bg-nav: hsl(0, 0%, 98%);
}

/* dark theme */
[data-theme=dark] {
  --ak-table-header-background-color: hsl(210, 13%, 20%);
  --ak-table-header-border-color: hsl(210, 13%, 30%);
  --ak-table-header-color: hsl(210, 13%, 50%);
  --ak-table-background-color: var(--background-color);
  --ak-table-border-color: hsl(210, 13%, 20%);
  --ak-table-color: hsl(210,13%,70%);
  --inner-shadow-color: hsl(210, 13%, 7%);
  color-scheme: dark;
  --ak-bg-hover-overlay: rgba(250, 240, 240, 0.05);
  --ak-bg-hover-effect: brightness(105%);
  --ak-muted-color: hsl(210, 13%, 40%);
  --ak-color: hsl(205, 16%, 77%);
  --ak-secondary: hsl(205, 15%, 41%);
  --ak-secondary-hover: hsl(205, 10%, 50%);
  --ak-secondary-focus: rgba(115, 130, 140, 0.25);
  --ak-secondary-inverse: #fff;
  --ak-form-bg-color: hsl(210, 13%, 15%);
  --ak-service-color-encrypted: hsl(0, 20%, 60%);
  --ak-service-color-radio: steelblue;
  --ak-search-background: rgba(255, 255, 0, 0.2);
  --ak-lightgrey-border: hsl(210, 13%, 20%);
  --ak-lightgrey-color: hsl(210, 13%, 40%);
  --ak-lightgrey-border-pushed: hsl(210, 13%, 30%);
  --ak-lightgrey-color-pushed: hsl(210, 13%, 55%);
  --ak-lightgrey-background-pushed: hsl(210, 13%, 20%);
  --ak-code-color: hsl(330,67%,42%);
  --ak-color-error: hsl(0,50%,50%);
  --ak-color-success: hsl(120,95%,20%);
  --ak-bg-light-green: hsl(120,100%,4%);
  --ak-border-light-green: hsl(150,50%,15%);
  --ak-bg-light-grey: hsl(210,13%,7%);
  --ak-border-light-grey: hsl(210,13%,15%);
  --ak-bg-light-blue: hsl(190,100%,5%);
  --ak-border-light-blue: hsl(204,100%,15%);
  --ak-bg-light-yellow: hsl(60,100%,4%);
  --ak-table-hover: rgba(20, 90, 90, 0.2);
  --ak-icon-chevron-button: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(155, 155, 155)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --ak-icon-follow-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' fill='none' stroke='rgb(65, 83, 96)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14,5 L4,5 L4,20 L19,20 L19,10 M12,12 L22,2 M17,2 L22,2 L 22,7' /%3E%3C/svg%3E");
  --ak-bg-nav: hsl(0, 0%, 15%);
}

/* dark theme */
@media only screen and (prefers-color-scheme:dark) {
  :root:not([data-theme]) {
    --ak-table-header-background-color: hsl(210, 13%, 20%);
    --ak-table-header-border-color: hsl(210, 13%, 30%);
    --ak-table-header-color: hsl(210, 13%, 50%);
    --ak-table-background-color: var(--background-color);
    --ak-table-border-color: hsl(210, 13%, 20%);
    --ak-table-color: hsl(210,13%,70%);
    --inner-shadow-color: hsl(210, 13%, 7%);
    color-scheme: dark;
    --ak-bg-hover-overlay: rgba(250, 240, 240, 0.05);
    --ak-bg-hover-effect: brightness(105%);
    --ak-muted-color: hsl(210, 13%, 40%);
    --ak-color: hsl(205, 16%, 77%);
    --ak-secondary: hsl(205, 15%, 41%);
    --ak-secondary-hover: hsl(205, 10%, 50%);
    --ak-secondary-focus: rgba(115, 130, 140, 0.25);
    --ak-secondary-inverse: #fff;
    --ak-form-bg-color: hsl(210, 13%, 15%);
    --ak-service-color-encrypted: hsl(0, 20%, 60%);
    --ak-service-color-radio: steelblue;
    --ak-search-background: rgba(255, 255, 0, 0.2);
    --ak-lightgrey-border: hsl(210, 13%, 20%);
    --ak-lightgrey-color: hsl(210, 13%, 40%);
    --ak-lightgrey-border-pushed: hsl(210, 13%, 30%);
    --ak-lightgrey-color-pushed: hsl(210, 13%, 55%);
    --ak-lightgrey-background-pushed: hsl(210, 13%, 20%);
    --ak-code-color: hsl(330,67%,42%);
    --ak-color-error: hsl(0,50%,50%);
    --ak-color-success: hsl(120,95%,20%);
    --ak-bg-light-green: hsl(120,100%,4%);
    --ak-border-light-green: hsl(150,50%,15%);
    --ak-bg-light-grey: hsl(210,13%,7%);
    --ak-border-light-grey: hsl(210,13%,15%);
    --ak-bg-light-blue: hsl(190,100%,5%);
    --ak-border-light-blue: hsl(204,100%,15%);
    --ak-bg-light-yellow: hsl(60,100%,4%);
    --ak-table-hover: rgba(20, 90, 90, 0.2);
    --ak-icon-chevron-button: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(155, 155, 155)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    --ak-icon-follow-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' fill='none' stroke='rgb(65, 83, 96)' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14,5 L4,5 L4,20 L19,20 L19,10 M12,12 L22,2 M17,2 L22,2 L 22,7' /%3E%3C/svg%3E");
    --ak-bg-nav: hsl(0, 0%, 15%);
  }
}

/****************************************/
/*** height of sticky header
/***************************************/
html {
  scroll-padding-top: calc(46px + 0rem);
}

html,
body {
  font-family: var(--ak-font-family);
  /* font-size: var(--font-size, 16px); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow:auto; */
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* global class for display:none */
.hidden {
  display: none;
}

/* text renedering */
.smoothed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-underline-offset: 0.25em;
}

*:disabled,
.disabled,
*:disabled *,
.disabled * {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

body > main {
  padding: 0;
}
/*********************************************************/
/*** media queries
/*********************************************************/
@media (min-width:576px) {
  :root {
    --ak-table-font-size: 16px;
  }
}

@media (min-width:992px) {
  :root {
    --ak-table-font-size: 18px;
  }
}

.hidden {
  display: none;
}


/*********************************************************/
/*** navigation bar
/*********************************************************/
nav.nav-astroblue {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content:space-between;
  height: 48px;
  overflow: hidden;
  padding: 0.25rem 1rem;
  /* background-color: #009bda; */
  background-color: var(--ak-bg-nav);
  border-bottom: 1px solid var(--ak-lightgrey-border);
  /* box-shadow: 0rem 0px 1rem 0.375rem hsla(197, 100%, 43%, 0.25); */
  font-size: 1.125rem;
}
/* .nav-title {
  color: white;
} */

nav.nav-astroblue li {
  padding: 0.375rem var(--pico-nav-element-spacing-horizontal);
}

.hamburger-icon {
  background: var(--ak-icon-menu-hamburger);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-color: transparent;
  /* border-color: rgba(250, 250, 250, 0.5); */
  display: none;
}

.hamburger-icon.is-active {
  background: var(--ak-icon-menu-cross);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-links {
  display: flex;
  flex-direction: row;
  justify-self:start;
  margin-left: 2rem;
}

nav.nav-astroblue:has(.hamburger-icon.is-active) .nav-links {
  display: flex;
}

/* .nav-astroblue:has(.hamburger-icon.is-active) .nav-links {
  display: flex;
} */

nav.nav-astroblue li a,
nav.nav-astroblue li a:hover  {
  color: #009bda;
  text-decoration-color: #009bda;
}

@media (max-width:768px) {
  nav.nav-astroblue {
    justify-items: center;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
  }
  .hamburger-icon {
    display: flex;
  }
  .nav-links {
    background-color: var(--ak-bg-nav);
    display: none;
    flex-direction: column;
    justify-content: start;
    position: fixed;
    top: 48px;
    left: 0;
    width: calc(100vw + 8px);
    height: calc(100vh - 48px);
    height: 100%;
    overflow: hidden;
    /* color:#009bda; */
    margin-left: 0;
    z-index: 9;
    padding-top: 2rem;
    row-gap: 1rem;
  }
}



/*********************************************************/
/*** footer
/*********************************************************/
footer.ak {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  align-items: center;
  justify-items: center;
  gap: 1.5rem;
  padding: 3rem 1rem;
  border-top: 1px solid var(--ak-table-header-border-color);
  font-size: 16px;
  background-color: hsl(210, 13%, 15%);
  margin-top: auto;
}

.footer-text {
  color: var(--ak-muted-color);
}

fieldset > legend {
  font-size: 1.125rem;
}

form.radio-switch {
  width: 12rem;
}

form.radio-switch input[type="radio"] {
  display: none;
}

form.radio-switch>label {
  font-size: 1rem;
  margin: 0;
  border-radius: 0;
  padding: 0.375rem 0.5rem;
  min-width: max-content;
  border: 1px solid var(--ak-secondary);
  color: var(--ak-secondary);
  text-align: center;
  flex: 1 0 33%
}

form.radio-switch input[type=radio] {
  display: none;
}

form.radio-switch>label:not(:first-child):not(:last-child) {
  border-left: 0;
  border-right: 0;
}


form.radio-switch>*:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

form.radio-switch>*:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

form.radio-switch>[role="button"]:has(input[type="radio"]:checked) {
  background-color: var(--ak-secondary-hover);
  color: var(--ak-secondary-inverse);
}

input[type="text"].number {
  padding: 0.125rem 0.5rem;
  margin: 0;
  margin: 0;
  margin-bottom: 0;
  height: auto;
  width: 3.5rem;
  line-height: 1;
}

input[type='file']#upload-xmls.border-green {
  border-color: var(--ak-color-success, darkgreen);
}

input[type='file']#upload-xmls.border-red {
  border-color: var(--ak-color-error, darkred);
}

input[type='file']#upload-xmls.border-initial {
  border-color: initial;
}

/*********************************************************/
/*** theme switcher: light,auto, dark
/*********************************************************/
form.theme-switch {
  display: flex;
  gap: 0;
  margin: 0;
  width: 14rem;
  @media screen and (min-width: 768px){
    margin-left: 4rem;
  }
  
  & >label {
    margin: 0;
    border-radius: 0;
    padding: 0.25rem 0.5rem;
    width: 100%;
    border: 1px solid var(--pico-secondary);
    color: var(--pico-secondary);
    text-align: center;
    align-content: center;
  }

  & input[type=radio] {
    display: none;
  }

  & >*:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  & >*:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  & >label:not(:first-child):not(:last-child) {
    border-left: 0;
    border-right: 0;
  }

  & >[role="button"]:has(input[type="radio"]:checked) {
    background-color: var(--ak-secondary-hover);
    color: var(--ak-secondary-inverse);
  }
}


/*****************************************************************************/
/*** NEW ***
/*****************************************************************************/
.footer-tabpage {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--ak-table-header-color);
}

input[type="file"] {
  border: 1px solid var(--ak-table-border-color);
  border-radius: var(--pico-border-radius);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 1rem;
  height: unset;
  overflow: hidden;
}

input[type="file"]::file-selector-button {
  border: none;
  margin-bottom: 0;
  padding: calc(0.5 * var(--pico-form-element-spacing-vertical)) calc(0.5 * var(--pico-form-element-spacing-horizontal));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -2px;
  background-color: var(--ak-form-bg-color);
  color: var(--ak-color);
}

article > header > hgroup,
article > header > hgroup p {
  margin-bottom: 0;
}

.grid-device-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(21rem,1fr));
  gap: 1rem;
  margin-bottom: 4rem;
  max-width: 1400px;
}
.grid-device-cards > * {
  margin: 0;
}

.device-card {
  border-radius: var(--border-radius);
  border: 1px solid var(--ak-table-border-color);
  padding: 1rem;
}
.device-overview {
  overflow: hidden;
  margin-top: 0px;
}
.device-keyvalue {
  display: grid;
  grid-template-columns: minmax(6rem,6rem) minmax(8rem,16rem);
  column-gap: 1rem;
}
.device-keyvalue > *:first-child {
  color: var(--ak-muted-color);
}

details.card-accordion {
  border: 0;
  padding-bottom: 0;
  max-width: 100%;
  overflow-x: hidden;
}
details.card-accordion[open] > summary[role="button"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
details.card-accordion > summary {
  margin-bottom: 0;
}
details.card-accordion > summary:hover {
  background-color: var(--ak-table-hover);
}
details.card-accordion > div {
  padding: 1rem;
  border-left: 1px solid var(--secondary);
  border-right: 1px solid var(--secondary);
}
details.card-accordion > div:last-child {
  border-bottom: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

details.card-accordion > summary[role=button]::after {
  background-image: var(--ak-icon-chevron-button);
  margin-inline-start: 0;
}

details.card-accordion > summary[role=button]:not(.outline).contrast::after {
  background-image: var(--ak-icon-chevron-button-inverse)
}
details.card-accordion details {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

details.card-accordion ul {
  list-style: none;
  padding-left: 0;
}
.device-short {
  display: inline-grid;
  grid-template-columns: 6rem 7.5rem 4rem;
}

.line-14x-core {
  display: inline-grid;
  grid-template-columns: 11rem;
}

.line-159-core {
  display: inline-grid;
  grid-template-columns: 5rem 4rem 4rem;
}

.upload-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

table.table {
  white-space: nowrap;
  table-layout:unset;
  width:min-content;
  --table-border-color: var(--ak-table-border-color);
}

table.table > thead th {
  font-weight: 600;
}

table.table th,
table.table td,
table.table > thead > td {
  color: var(--ak-table-color);
  padding: 0.375em 1em;
}

table.table tbody tr:hover {
  background-color: var(--ak-table-hover);
}


table.small-table {
  white-space: nowrap;
  table-layout:unset;
  width:min-content;
  --table-border-color: var(--ak-table-border-color);
}

table.small-table > thead th {
  font-weight: 600;
}


table.small-table th,
table.small-table td,
table.small-table > thead > td {
  color: var(--ak-table-color);
  padding: 0.375em 0.375em;
  font-size: 16px;
}
tr.color-muted td {
  color: var(--ak-muted-color);
}
tr.color-red td {
  color: var(--ak-color-error);
}

tr > td.color-muted {
  color: var(--ak-muted-color);
}
tr > td.color-red {
  color: var(--ak-color-error);
}

table.small-table tbody tr:hover {
  background-color: var(--ak-table-hover);
}

.w600 {
  max-width: 540px;
}

article.area {
  margin: 0;
  box-shadow: none;
  border-top: 1px solid var(--card-border-color);
  border-radius: 0;
  /* padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: clamp(1rem, 4vw, 4rem);
  padding-right: clamp(1rem, 4vw, 4rem); */
  padding: clamp(2rem, 10vh, 4rem) clamp(1rem, 6vw, 6rem);
}

article.area > hgroup {
  margin-bottom: 3rem;
}

article.area-light-green {
  background: var(--ak-bg-light-green);
  border-top: 1px solid var(--ak-border-light-green);
  /* box-shadow: inset 4px 1px 0px 0px var(--ak-border-light-green); */
}
article.area-light-grey {
  background: var(--ak-bg-light-grey);
  border-top: 1px solid var(--ak-border-light-grey);
  /* box-shadow: inset 4px 1px 0px 0px var(--ak-border-light-grey); */
}
article.area-light-blue {
  background: var(--ak-bg-light-blue);
  border-top: 1px solid var(--ak-border-light-blue);
  /* box-shadow: inset 5px 1px 0px 0px var(--ak-border-light-blue); */
}
article.area-light-yellow {
  background: var(--ak-bg-light-yellow);
  border-top: 1px solid var(--ak-border-light-grey);
}

code {
  color: var(--ak-code-color);
}

h1, h2, h3, h4 {
  --color: var(--color);
}

.upload-status {
  padding: 1rem 1rem;
  border: 1px solid var(--ak-lightgrey-border);
  border-radius: var(--pico-border-radius);
  min-height: 3rem;
  vertical-align: middle;
  color: var(--ak-table-header-border-color);
  margin-top: 1rem;
}

.big-title {
  color: #009bda; 
  text-align: center; 
  font-weight: 700; 
  font-size: calc(20px + 2vw);
}
/* label:has(#cb-view) {
  margin-bottom: 0;
} */

.button-group {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(12rem,1fr);
}

@media (min-width:576px) {
  .button-group {
    grid-template-columns: repeat(2, minmax(12rem,14rem));
  }
}

.error {
  color: var(--ak-color-error);
  border-color: var(--ak-color-error);
}

table tr td.td-error {
  color: var(--ak-color-error);
}

:is(
  th[data-type='input-number'], th[data-type='number'],
  th[data-type='string'],
  th[data-type='multicast']):hover {
  background-color: var(--ak-table-header-color);
  cursor: pointer;
}

.inputs-group {
  margin: 0;
  display: flex;
  gap: 0.375rem;
}

.inputs-group>button {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  border-color: var(--pico-form-element-border-color);
  margin-left: 0;
  margin-right: 0;
  width: 1.875rem;
  height: auto;
}

.inputs-group>input[type='text'].number {
  margin-left: 0;
}


.logo {
  width: 1.5rem;
  height: 1.5rem;
  /* border: 1px solid var(--ak-lightgrey-border); */
  border-radius: 0px;
  margin-top: -0.125rem;
}


.area-center {
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: clamp(1rem, 4rem, 10vw);
  box-shadow: none;
  text-align: center;
  /* max-width: clamp(60vw, 80%, 90%); */
}

article.article {
  border: 1px solid var(--pico-card-border-color);
  border-left: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  margin: 4rem 0;
}

@media (min-width:768px) {
  article.article {
    margin: 4rem 1rem;
    border: 1px solid var(--pico-card-border-color);
    border-radius: var(--pico-border-radius);
  }
}

@media (min-width:1280px) {
  article.article {
    margin: 4rem 1rem;
  }
}

.description,
.description > * {
  color: var(--pico-muted-color);
  font-size: 1.125rem;
}

p:has(+ ul) {
  margin-top: 1.5rem;
  margin-bottom: 0.375rem;
}

.grid-row {
  gap: 2rem 4rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;

  & fieldset {
    max-width: 100%;
    @media screen and (min-width: 576px) {
      max-width: max-content;
    }
  }


}

.flex-row-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: stretch;

  @media screen and (max-width: 576px) {
    width: 100%;
  }

  & button {
    width: 100%;
  }
}

.save-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 1rem;

  & button {
    width: 100%;
  }
  
  @media screen and (min-width: 576px) {
    flex-direction: row;
    column-gap: 1rem;
    & button {
      width: 30%;
    }
  }

  @media screen and (min-width: 768px) {
    flex-direction: row;
    column-gap: 1rem;
    & button {
      max-width: 12rem;
    }
  }
}