:root {
  --airbus-brand-white: #ffffff;
  --airbus-brand-main: #00205b;
  --airbus-brand-background: #08284e;
}
body {
  font-family:
    Roboto,
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  background-color: #f3f7fb;
}

img,
#logo {
  height: 1.2em;
  display: flex;
}

#logo {
  padding: 5px 1em;
}

.content-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  position: relative;
}

section {
  background-color: var(--airbus-brand-white);
  text-align: center;
  text-align: left;
  padding: 1em;
  width: 60%;
  margin-bottom: 1em;
}

.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
}

.styled-table thead tr {
  background-color: var(--airbus-brand-background);
  color: #ffffff;
  text-align: left;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #ebf3fc;
}

.styled-table tbody tr:last-of-type {
  border-bottom: 2px solid var(--airbus-brand-background);
}

.styled-table tbody tr.bold-row {
  font-weight: bold;
  color: #009879;
}

table #property {
  width: 100px;
}

table #instancePathProperty,
#instancePathValue {
  background-color: #d7e9fc;
}

table #value {
  width: 300px;
}

.styled-table td,
.styled-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px 15px;
}

nav {
  background-color: var(--airbus-brand-main);
  color: var(--airbus-brand-white);
  height: inherit;
  min-height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  z-index: 999;
}

.header h1,
.header h2 {
  color: var(--airbus-brand-white);
}

.header h2 {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.header {
  background-color: var(--airbus-brand-main);
  padding: 0.5em;
  text-align: center;
  color: var(--airbus-brand-white);
  margin-bottom: 1em;
}

h1 {
  font-weight: normal;
}

#methodlabel,
#endlabel,
#reqbodylabel,
#querylabel,
#headerlabel,
#keylabel,
#valuelabel,
input {
  margin-right: 60px;
  margin-left: 60px;
}

input {
  height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#endpointID {
  width: 600px;
}

#queryinput {
  max-width: 250px;
}
#keyinput,
#valueinput {
  width: 150px;
}
#keyinputs input {
  max-width: 150px;
}
#valueinputs input {
  max-width: 150px;
}
.adjustments {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.response {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#submit,
#add-textbox {
  align-content: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: white;
  color: black;
  border: 2px solid --airbus-brand-background;
}
#add-textbox {
  padding: 1px 5px;
  position: absolute;
}

#submit {
  padding: 10px 20px;
  margin-top: 120px;
}

#submit:hover,
#add-textbox:hover {
  background-color: var(--airbus-brand-background);
  color: white;
}

select {
  margin-right: 60px;
  margin-left: 60px;
  height: 25px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.animation:focus-within input {
  padding: 8px 5px 5px;
  font-size: 1em;
}

#checkmark {
  font-size: 60px;
  color: lightgreen;
  display: none;
  margin-bottom: 20px;
}

#cross {
  font-size: 60px;
  color: red;
  display: none;
  margin-bottom: 20px;
}

.scrollbar {
  position: fixed;
  overflow-y: auto;
  overflow-x: auto;
  height: 76%;
  left: 0;
  right: 0;
}

.imprint-label {
  padding-left: 12px;
  cursor: pointer;
  color: #707070;
  font-size: 12px;
  text-decoration: underline;
}

.popup-container {
  display: flex;
  position: absolute;
  align-items: end;
  bottom: 0;
  right: 12px;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
}

.overlay-content {
  position: relative;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: auto;
  max-width: 600px;
  display: none;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #707070;
}

img.logo {
  height: 25px;
  filter: invert(1);
}

.key-value {
  display: flex;
}

#editor {
  position: absolute;
  margin-top: 10px;
  justify-content: center;
  height: 150px;
  width: 550px;
  margin-left: -135px;
}

.centering {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#validationLabel {
  display: flex;
  font-weight: bold;
  justify-content: center;
}

#valuelabel {
  margin-right: 35px;
}
p {
  line-height: 18px;
}
.source-table {
  width: 100%;
}
.source-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.source-table tr, td, th {
  text-align: left;
  padding: 4px;
}
@media screen and (max-width: 1850px) {
  .centering {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .header h2 {
    display: none;
  }

  .header {
    display: none;
  }
  .overlay-content {
    padding-top: 5px;
  }
  p {
    font-size: 12px;
  }
}
