body {
  background-color: #070028;
  color: #d3d4db;
  font-size: 18px;
  margin: 0px 20px 0px 20px;
  padding: 0px;
}

/* https://www.fontsquirrel.com/tools/webfont-generator */
@font-face {
  font-family: 'barlowregular';
  src: url('fonts/barlow-regular-webfont.woff2') format('woff2'),
    url('fonts/barlow-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'barlowlight';
  src: url('fonts/barlow-light-webfont.woff2') format('woff2'),
    url('fonts/barlow-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'barlowbold';
  src: url('fonts/barlow-bold-webfont.woff2') format('woff2'),
    url('fonts/barlow-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

* {
  font-size: 18px;
  font-family: 'barlowregular', sans-serif;
  line-height: 1.3;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.logo {
  width: 150px;
  margin: 10px;
}

h1,
h2 {
  color: #ffffff;
}

h1 {
  font-size: 2em;
}

.container {
  max-width: 700px;
  margin: auto;
  padding-left: 0px;
  padding-right: 0px
}

.container-messages {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  padding: 6px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-menu {
  margin-top: 1.5em;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end
}

.user-menu a {
  text-decoration: none;
  color: #ffffff;
  padding: 10px 5px;
  border-radius: 0px;
  transition: background-color 0.2s;
  font-size: 12px;
  font-family: 'barlowbold';
}

.user-menu a:hover {
  color: #9a2b20;
}

.user-menu a.active {
  color: white;
  background-color: #9a2b20;
}

.form-group {
  margin-bottom: 1em;
}

.download-button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.user-button {
  margin: 0px 0px;
}

.user-button:hover {
  background-color: #868686;
}

.error {
  color: #dc3545;
}

.success {
  color: #28a745;
}

button,
.button-link {
  padding: 5px 5px;
  background-color: #9a2b20;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  margin: 20px 20px;
}

.form-button {
  padding: 20px 30px;
  background-color: #9a2b20;
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  margin: 20px 20px;
  font-size: 12px;
  font-family: 'barlowbold';
}

.button-contact-us {
  color: white;
  /* padding: 30px 25px;
  margin: 20px 20px; */
  text-decoration: none;
  cursor: pointer;
}

.button-magnus {
  width: 200px;
  height: 65px;
  font-size: 12px;
  font-family: 'barlowbold';
  background-color: #af1b15;
}


* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
  font-size: 30px;
}

.flex-item-left {
  padding: 10px;
  flex: 50%;
}

.flex-item-right {
  padding: 10px;
  flex: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 750px) {
  .flex-container {
    flex-direction: column;
  }

  body {
    margin: 1px 1px 1px 1px;
  }
}

.brand-color-red {
  background-color: #9a2b20;
  color: #fff;
}

.magnus-input {
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  color: white;
  margin: 10px;
}

.magnus-input2 {
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  color: white;
  margin: 2px 0px 2px 0px, ;
  width: 400px;
}

.magnus-input3 {
  background-color: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0px;
  color: white;
}


tr:nth-child(even) {
  background-color: #3e4063;
}

a {
  color: white;
}

td {
  padding: 10px;
}

.underLine {
  border-bottom: 1px solid white;
}

.no-documents {
  border-bottom: 0px;
  color: #5b6f84;
}

.download-image {}

.validationMessage {
  color: #dc3232;
  display: none;
}

#send-message-form {
  text-align: left;
}

#send-message-form label {
  font-size: 16px;
}

.mandatory-star {
  color: #dc3232;
}

#messages-table {
  border-collapse: collapse;
  width: 100%;
}

#messages-table td {
  border: 1px solid #dee2e6;
}

.magnus-input2 option {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}