@font-face {
  font-family: NotoColorEmojiLimited;
  unicode-range: U+1F1E6-1F1FF;
  src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background-color: #1a1a1a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

.title-header {
  color: white;
  margin: 40px 0 20px;
  display: inline-block;
}

#unicode-flag {
  font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont,  'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',  'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 40px;
  bottom: 10px;
  position: relative;
  margin-left: 20px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.button-group {
  margin-bottom: 20px;
}

a,
p,
label,
th,
td {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: orange;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: orange;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: black;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: black;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input {
  vertical-align: middle;
  height: 42px;
  width: 100%;
  border-radius: 10px;
  padding: 3px 10px;
}

input:-moz-read-only {
  background: #3a3a3a;
  color: #767676;
}

input:read-only {
  background: #3a3a3a;
  color: #767676;
}

select {
  vertical-align: middle;
  height: 42px;
  width: 100%;
  border-radius: 10px;
  padding: 3px 10px;
  background: white;
  color: black;
}

#map-container {
  padding: 0px;
  margin-bottom: 30px;
}

.source-text {
  color: #4a4a4a;
  font-size: 13px;
}

#top-navigation {
  margin-top: 20px;
}

#navigation {
  text-align: right;
  padding-right: 30px;
}

#navigation .nav-button {
  padding: 20px 15px;
  vertical-align: bottom;
  display: inline-block;
  border-bottom: 1px solid darkslategray;
}

#content-section h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 15px;
}

#content-section #tabs-navigation {
  margin-bottom: 20px;
}

#content-section #tabs-navigation .nav-link {
  color: #767676;
}

#content-section #tabs-navigation .nav-link:hover {
  border: 1px solid transparent;
  color: orange;
}

#content-section #tabs-navigation .nav-link.active {
  font-weight: 600;
}

#content-section .module-table {
  width: 100%;
}

#content-section .module-table th, #content-section .module-table td {
  height: 22px;
}

#content-section .text-field,
#content-section .input-field {
  margin-bottom: 20px;
}

#content-section .text-field label,
#content-section .text-field input,
#content-section .input-field label,
#content-section .input-field input {
  display: block;
}

#content-section .text-field label,
#content-section .input-field label {
  margin-bottom: 5px;
}

#content-section form button {
  height: 40px;
}
/*# sourceMappingURL=app.css.map */