@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-100.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-100.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-100italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-100italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-300.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-300.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-300italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-300italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-regular.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-500.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-500italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-500italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-700.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-700.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-700italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-700italic.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-900.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-900.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/roboto/roboto-v32-latin_latin-ext-900italic.woff2") format("woff2"), url("fonts/roboto/roboto-v32-latin_latin-ext-900italic.ttf") format("truetype");
}
html {
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  background: #2e0f58;
  color: #1f0a3c;
  font-size: 14px;
  margin: 0;
  padding: 0;
  min-width: auto;
  font-family: "Roboto", sans-serif !important;
}

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

* {
  scrollbar-width: thin;
  scrollbar-color: #F84754 transparent;
}

::target {
  color: #ffffff;
  background: #F84754 !important;
}

a {
  transition: all 0.25s ease;
}
a, a:visited {
  color: #1f0a3c;
  text-decoration: none;
}
a:link:hover, a:visited:hover {
  color: #F84754;
  text-decoration: none;
}

select {
  cursor: pointer;
  transition: all 0.25s ease;
}
select:focus {
  outline: none;
  border-color: #F84754;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
  transition: all 0.25s ease;
  border: 0;
  height: 30px;
  line-height: 28px;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #2e0f58;
  background-color: #2e0f58;
  box-shadow: none;
}
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  border-color: #F84754;
  background-color: #F84754;
}
button:disabled,
input[type=submit]:disabled,
input[type=button]:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  opacity: 0.75;
}
button.icon,
input[type=submit].icon,
input[type=button].icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #2e0f58 !important;
}
button.icon:hover,
input[type=submit].icon:hover,
input[type=button].icon:hover {
  background-color: #F84754 !important;
}
button.icon.icon-cross,
input[type=submit].icon.icon-cross,
input[type=button].icon.icon-cross {
  background: url("../svg/cross.svg") no-repeat center center;
  background-size: 7px 7px;
}
button.icon.icon-plus,
input[type=submit].icon.icon-plus,
input[type=button].icon.icon-plus {
  background: url("../svg/plus.svg") no-repeat center center;
  background-size: 8px 8px;
}
button.icon.icon-up,
input[type=submit].icon.icon-up,
input[type=button].icon.icon-up {
  background: url("../svg/arrow-up.svg") no-repeat center center;
  background-size: 11px 11px;
}
button.icon.icon-down,
input[type=submit].icon.icon-down,
input[type=button].icon.icon-down {
  background: url("../svg/arrow-down.svg") no-repeat center center;
  background-size: 11px 11px;
}

input[type=checkbox],
input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #F84754;
  border: 1px solid #ced3eb;
  background-color: #ffffff;
  appearance: none;
  display: inline-grid;
  place-items: center;
  margin: 0 5px;
  padding: 0;
  border-radius: 2px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  border-color: #F84754;
  background-color: #F84754;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  content: " ";
  height: 0.7em;
  width: 0.7em;
  background-color: #ffffff;
  border-radius: 100%;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}

input[type=checkbox]:checked:before {
  clip-path: polygon(39% 65%, 76% 10%, 95% 24%, 46% 97%, 5% 67%, 18% 49%);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  height: 30px;
  padding: 0 10px;
  line-height: 28px;
  border-radius: 4px;
  transition: all 0.25s ease;
  border: 1px solid #ced3eb;
  background-color: #ffffff;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder {
  opacity: 1;
  color: #2e0f58;
  transition: all 0.25s ease;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus::placeholder {
  opacity: 0;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  outline: none;
  border-color: #F84754;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus ~ input {
  box-shadow: none;
}

select {
  cursor: pointer;
  transition: all 0.25s ease;
  border: 0;
  height: 30px;
  line-height: 28px;
  padding: 0 16px 0 10px;
  border-radius: 4px;
  border: 1px solid #ced3eb;
  background-color: #ffffff;
}

textarea {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #ced3eb;
}
textarea:focus {
  border-color: #F84754;
}

input[list] {
  padding-right: 13px !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right center;
  background-size: 14px;
  appearance: none;
}

input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

abbr {
  text-underline-offset: 3px;
}

#lang {
  position: fixed;
  top: 0;
  left: 0;
  width: 275px;
  color: #ffffff;
  background: #2e0f58;
  height: 60px;
  line-height: 60px;
  display: flex;
  padding: 0;
  font-size: 13px;
  background: url("svg/serv00-logo.svg") no-repeat 10px center;
  background-size: 40px 40px;
}
@media (max-width: 800px) {
  #lang {
    position: relative;
    color: #1f0a3c;
    width: 100%;
    background: none;
  }
}
#lang > label {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 60px;
}
@media (max-width: 800px) {
  #lang > label {
    padding-left: 0;
    justify-content: center;
  }
}
#lang > label > select {
  max-width: 135px;
  color: #fff;
  height: 26.25px;
  line-height: 24.25px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #F84754;
  background-color: #F84754;
}

#breadcrumb {
  position: fixed;
  left: 275px;
  top: 0;
  z-index: 2;
  margin: 0;
  width: calc(100% - 275px);
  color: #ffffff;
  height: 60px;
  font-size: 13px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #2e0f58;
}
@media (max-width: 800px) {
  #breadcrumb {
    left: 0 !important;
    width: 100%;
    padding: 0 15px;
    background: #2e0f58 url("svg/serv00-logo.svg") no-repeat 10px center;
    background-size: 40px 40px;
    padding-left: 60px !important;
  }
}
#breadcrumb a {
  color: #ffffff;
}
#breadcrumb a:hover {
  color: #F84754;
}

.js .logout {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #2e0f58;
  box-shadow: none;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 800px) {
  .js .logout {
    top: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.js .logout > input[type=submit] {
  color: #fff;
  height: 26.25px;
  line-height: 24.25px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #F84754;
  background-color: #F84754;
}

#content {
  position: relative;
  padding-top: 0;
  margin-top: 60px;
  margin-left: 275px;
  padding-left: 20px;
  min-height: calc(100vh - 60px);
  background-color: #ffffff;
  width: calc(100% - 275px);
}
@media (max-width: 800px) {
  #content {
    width: 100%;
    margin-left: 0 !important;
  }
}
#content .links {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 13px;
  gap: 5px;
}
#content .links ~ form {
  margin-top: 20px;
}
#content .links a {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background-color: #2e0f58;
}
#content .links a:hover, #content .links a.active {
  font-weight: 400;
  background-color: #F84754;
}

.js #menuopen {
  z-index: 2;
}
@media (max-width: 800px) {
  .js #menuopen {
    position: fixed;
    top: 75px;
    left: 20px;
  }
}
.js #menuopen:after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}
.js #menuopen button {
  width: 30px;
  height: 30px;
  background: none;
}
.js #menuopen button:before, .js #menuopen button:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  width: 15px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #ffffff;
}
.js #menuopen button:before {
  top: 9px;
}
.js #menuopen button:after {
  bottom: 9px;
}

#menu {
  position: fixed;
  width: 275px;
  top: 60px;
  bottom: 0;
  margin-top: 0;
  overflow: auto;
  background-color: #ebedf7;
}
@media (max-width: 800px) {
  #menu {
    position: fixed;
    border: 0;
  }
}
#menu #dbs,
#menu .links {
  border-bottom-color: #ced3eb;
}
#menu #dbs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 20px 10px;
  border-top: 1px solid #bcc3e4;
  border-bottom: 1px solid #bcc3e4;
}
#menu #dbs select {
  color: #fff;
  height: 26.25px;
  line-height: 24.25px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 4px;
  margin-left: 5px;
  border: 1px solid #F84754;
  background-color: #F84754;
}
#menu #dbs > input[type=submit] {
  margin-left: 5px;
}
#menu .links {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 13px;
  gap: 5px;
}
#menu .links a {
  width: calc(50% - 2.5px);
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background-color: #2e0f58;
}
#menu .links a:hover {
  background-color: #F84754;
}

#tables {
  font-size: 13px;
  border-bottom-color: #ced3eb;
}
#tables > li {
  padding: 5px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#tables > li > a {
  background: none;
}
#tables > li > a.select {
  order: 2;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("../svg/browse.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
}
#tables > li > a.structure {
  order: 1;
  display: inline-block;
  width: calc(100% - 21px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1 {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  height: 60px;
  border-bottom: 0;
  background-color: #ced3eb;
}
h1 > .version {
  margin-left: 10px;
  margin-top: 10px;
  color: #1f0a3c;
  display: none;
}

#h1 {
  color: #1f0a3c;
}
#h1 > img {
  margin-right: 5px;
}

h2 {
  padding: 0;
  line-height: 1;
  border-bottom: 0;
  margin: 0 -20px 0 -20px;
  padding: 19.5px 20px;
  background-color: #ced3eb;
}
@media (max-width: 800px) {
  h2 {
    padding-left: 60px;
  }
}

h3 {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 500;
}

fieldset {
  margin: 0 15px 10px 0;
  padding: 15px;
  border: 1px solid #ced3eb;
  background-color: #ebedf7;
}
fieldset legend {
  position: relative;
  width: max-content;
  max-width: 100%;
  font-weight: 400;
  padding: 5px 10px;
  color: #1f0a3c;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ced3eb;
  font-size: 1em;
}

table {
  width: 100%;
  border: 0;
  font-size: 13px;
  margin: 20px 0 0;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px;
}

thead th,
thead td {
  border: 0;
  color: #1f0a3c;
  font-weight: 500;
  vertical-align: middle;
  border: 1px solid #ced3eb;
  background-color: #ced3eb;
}
thead th > a,
thead td > a {
  margin-left: 5px;
  color: #F84754 !important;
}
thead th > a sup,
thead td > a sup {
  vertical-align: baseline;
  font-size: 12px;
  line-height: inherit;
}
thead th {
  padding: 15px 10px;
  text-align: left;
  vertical-align: middle;
}
thead th > a {
  color: #1f0a3c !important;
}

tbody tr:hover th,
tbody tr:hover td,
tbody tr .checked th,
tbody tr .checked td {
  background-color: #ebedf7;
}
tbody th,
tbody td {
  background-color: #ffffff;
}
tbody th a,
tbody td a {
  text-underline-offset: 3px;
  text-decoration: underline;
}
tbody th a:hover,
tbody td a:hover {
  text-decoration: none;
}
tbody th {
  font-weight: 500;
}
tbody td input {
  height: 30px;
  padding: 0 10px;
  margin: 5px;
  line-height: 28px;
  border-radius: 4px;
  transition: all 0.25s ease;
  border: 1px solid #ced3eb;
}
tbody td input:focus {
  outline: none;
  border-color: #F84754;
}
tbody td input:focus ~ input {
  box-shadow: none;
}

label.jsonly {
  display: inline-block;
  align-items: center;
  margin-left: 10px;
}
label.jsonly:after {
  content: "";
  display: table;
  clear: both;
}
label.jsonly > input {
  float: left;
  margin: 1.5px 5px 0 0;
}

.size {
  width: 60px;
}

.js .checkable .checked th,
.js .checkable .checked td {
  background-color: #ebedf7;
}

.js .column {
  border: 0;
  padding: 5px 10px 5px 5px;
  border-radius: 6px;
  margin-left: 10px;
  background-color: #2e0f58;
}
.js .column a {
  color: #ffffff;
  text-align: center;
}
.js .column a:hover {
  color: #F84754;
}

th,
td {
  padding: 15px;
  border: 1px solid #ced3eb;
}

.footer {
  margin: 0;
  bottom: 0;
  box-shadow: none;
}
.footer > div {
  padding-top: 10px;
  padding-bottom: 0;
}
.footer > div > fieldset {
  margin-top: 10px;
}

#help {
  font-size: 12px;
  margin-top: -12px;
  border: 1px solid #2e0f58;
  background-color: #2e0f58;
}
#help:after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #2e0f58 transparent transparent transparent;
}
#help a {
  color: #ffffff;
}

#form > p {
  margin: 0;
  padding: 7.5px 0;
}
#form + p {
  margin-top: 20px;
}

form > p:not(.error):not(.message):not(.logout) {
  margin-top: 20px;
}

code {
  padding: 5px 15px;
  border-radius: 4px;
  background-color: #ebedf7;
}
code + .time {
  padding: 0 5px;
}
code ~ a {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff !important;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background-color: #2e0f58;
}
code ~ a:hover {
  background-color: #F84754;
}

pre {
  width: 100%;
  border: 1px solid #ced3eb;
}

.error,
.message {
  padding: 10px 15px;
  margin-top: 20px;
  margin-right: 0;
}

.scrollable {
  overflow: auto;
}

.options select, .options input {
  width: 150px;
  margin: 0;
}

pre.sqlarea {
  display: block;
  width: 100% !important;
  padding: 15px !important;
  border: 1px solid #ced3eb !important;
}
pre.sqlarea:focus {
  outline-style: none;
}

a[href$="#import"] {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  border-radius: 4px;
  background-color: #2e0f58;
}
a[href$="#import"]:hover {
  color: #ffffff;
  background-color: #F84754;
}

.message, .error {
  color: #ffffff;
  border: 0 !important;
}
.message a, .error a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.message a:hover, .error a:hover {
  color: #ffffff;
  text-decoration: none;
}

.message {
  background-color: #7eca03;
}

.error {
  background-color: #ff0000;
}

.layout select {
  min-width: 161px;
  margin: 5px;
}

#fieldset-select select, #fieldset-select input, #fieldset-search select, #fieldset-search input, #fieldset-sort select, #fieldset-sort input {
  margin: 0 5px;
}

#schema {
  margin: 25px 0;
  margin-left: 0;
}
#schema .table {
  padding: 15px;
  border-color: #ced3eb;
}

#foot[class=""] .logout {
  width: 100%;
  background-color: #2e0f58;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  background: #2e0f58 url("svg/serv00-logo.svg") no-repeat 10px center;
  background-size: 40px 40px;
}

@media (max-width: 800px) {
  html {
    background: #2e0f58 url("svg/serv00-logo.svg") no-repeat 10px 10px;
    background-size: 40px 40px;
  }
}
