@import url("https://fonts.googleapis.com/css?family=Lato");

html {
  font-size: 10px;
}

body {
  height: 100%;
  background-color: #cdcdcd;
}

.inner {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}

@media all and (max-width: 900px) {
  .inner {
    padding: 2rem;
  }
}

.content {
  grid-area: 2 / c0 / 3 / c8;
}

.modalScreen {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modalScreen__text {
  content: "Please wait!";
  font-size: 2rem;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 3rem;
}

.loader {
  border: 16px solid #15395F;
  /* Light grey */
  border-top: 16px solid #57B7E6;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

html {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: 'Lato', sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: inherit;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: 'Lato', sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

ul {
  padding: 0;
}

@font-face {
  font-family: 'panama';
  src: url("/fonts/panama-bold-webfont.woff2") format("woff2"), url("/fonts/panama-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.5rem;
  color: #303030;
}

h1 {
  font-size: 5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  letter-spacing: -1px;
}

h2 {
  font-size: 4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
}

h3,
h4,
h5,
h6 {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  letter-spacing: -1px;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  border-bottom: 2px solid #FFC40E;
}

p {
  line-height: 2;
  font-size: 1.6rem;
}

.title {
  word-wrap: break-word;
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 40px;
  z-index: 2;
  line-height: 1.1;
  transform: skew(0, -3deg);
  line-height: 1.1;
}

.title--long {
  font-size: 30px;
}

.title:before {
  content: '';
  width: 50px;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  transform: skew(-5deg);
}

.title a {
  border-bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 196, 14, 0.8) 100%, rgba(255, 196, 14, 0.8) 50%);
}

.title--single {
  max-width: 600px;
  margin-top: -9rem;
  font-size: 10rem;
  text-align: center;
}

.reportList {
  width: 75%;
  margin: 4rem auto auto auto;
  background-color: #fff;
  padding: 2rem 1rem;
  font-size: 2.2rem;
  line-height: 7rem;
}

.reportList--header {
  font-size: 3rem;
  margin: 3rem 2rem;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto;
}

.reportList--header_menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  font-size: 1.8rem;
  align-items: center;
}

.reportList--header_menu-button {
  background-color: #e1ecf8;
  color: #15395F;
  border-radius: 0.5rem;
  border: 0.15rem #15395F solid;
  display: grid;
  justify-content: center;
  align-content: center;
  padding: 0 1rem;
  height: 70%;
}

.reportList--header_menu-button:hover {
  background-color: #1e5289;
  color: #57B7E6;
  cursor: pointer;
}

.reportList--header_menu .selected {
  background-color: #1e5289;
  color: #57B7E6;
  cursor: pointer;
}

.reportEmpty {
  width: 100%;
  height: 8rem;
  max-height: 8rem;
  font-size: 2rem;
  line-height: 8rem;
  display: -ms-grid;
  display: grid;
  border-top: #cdcdcd 0.1rem solid;
  -ms-grid-columns: 30rem 1fr;
  grid-template-columns: 30rem 1fr;
  transition: all 0.8s;
  grid-gap: 5rem;
}

.reportEmpty--icon {
  justify-self: end;
  background-color: #2ECC6B;
  -webkit-mask-image: url("/images/icons/check.svg");
  mask-image: url("/images/icons/check.svg");
  min-width: 6rem;
  min-height: 7rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.report {
  width: 100%;
}

.report--labels {
  width: 100%;
  height: 6rem;
  font-size: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 130px 130px 1fr 200px 60px;
  grid-template-columns: 10rem 13rem 13rem 1fr 20rem;
}

.report--header {
  width: 100%;
  height: 8rem;
  max-height: 8rem;
  font-size: 2rem;
  line-height: 8rem;
  display: -ms-grid;
  display: grid;
  border-top: #cdcdcd 0.1rem solid;
  -ms-grid-columns: 10rem 13rem 13rem 1fr 20rem 6rem;
  grid-template-columns: 10rem 13rem 13rem 1fr 20rem;
  transition: all 0.8s;
}

.report--header:hover {
  background-color: #57B7E6;
  cursor: pointer;
}

.report_left {
  grid-column: 1/2;
}

.report_right {
  display: none;
}

.report--open {
  height: 100%;
  max-height: 100rem;
  background-color: #fff;
  border: 1px #57B7E6 solid;
  transition: all 0.8s;
  -ms-grid-columns: 30% 70%;
  -ms-grid-rows: 6rem 6rem 6rem 6rem 6rem auto;
  grid-template-columns: 30% 70%;
  grid-template-rows: 6rem 6rem 6rem 6rem 6rem auto;
  grid-auto-rows: 6rem;
}

.report--open:hover {
  background-color: #fff;
  cursor: default;
}

.report--open div:nth-child(1) {
  -ms-grid-column: 1;
}

.report--open div:nth-child(2) {
  -ms-grid-column: 2;
}

.report--open div:nth-child(3) {
  -ms-grid-column: 3;
}

.report--open div:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.report--open div:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.report--open div:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.report--open .report--image {
  grid-column: 1/2;
  grid-row: 1/4;
  width: 90%;
  height: 90%;
  background-size: contain;
  background-position: center;
  border-radius: 0;
  align-self: center;
  justify-self: center;
  transition: 0.8s all;
  margin: 1rem;
}

.report--open .report--image_open,
.report--open .report--image_save,
.report--open .report--report_option {
  display: block;
  background-color: #e1ecf8;
  text-align: center;
  align-self: center;
  justify-self: center;
  height: 5rem;
  line-height: 5rem;
  color: #15395F;
  padding: 0 0.6rem;
  border-radius: 0.5rem;
  border: 0.15rem #15395F solid;
}

.report--open .report--image_open:hover,
.report--open .report--image_save:hover,
.report--open .report--report_option:hover {
  background-color: #1e5289;
  color: #57B7E6;
  cursor: pointer;
}

.report--open .report--text {
  display: none;
}

.report--open .report--details {
  display: grid;
  grid-template-columns: 8rem minmax(10rem, 25rem) minmax(10rem, 60rem);
  grid-auto-rows: 3rem;
  grid-column: 2/3;
  grid-row: 1 / auto;
  background-color: #b7d2ef;
  line-height: 3rem;
  font-size: 2rem;
  grid-gap: 1rem;
  padding: 1.3rem;
}

.report--open .report--details_label,
.report--open .report--details_value {
  justify-self: start;
  overflow: hidden;
  word-break: break-all;
}

.report--open .report--details_copy {
  align-self: center;
  height: 2.7rem;
  margin-left: 1rem;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #15395F;
  border-radius: 0.3rem;
  background-color: #15395F;
  color: #FFF;
  cursor: pointer;
}

.report--open .report--details_copy:hover {
  background-color: #E50714;
}

.report--open .report--details_highlight {
  font-weight: bold;
}

.report--open .report--image_save {
  grid-column: 1/2;
  grid-row: 4/5;
}

.report--open .report--archive {
  grid-column: 1/2;
  grid-row: 5/6;
}

.report--open .report--delete {
  grid-column: 1/2;
  grid-row: 6/7;
  align-self: start;
  margin-top: 0.5rem;
}

.report--open .report_right {
  display: block;
  grid-column: 2/3;
  grid-row: 1/7;
}

.report--image {
  width: 6rem;
  height: 6rem;
  align-self: center;
  margin-left: 2rem;
  border-radius: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.8s all;
}

.report--text {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 0.7rem;
}

.report--image_save,
.report--image_open,
.report--report_option,
.report--details {
  display: none;
}

.report--labels div:nth-child(1),
.report--header div:nth-child(1) {
  -ms-grid-column: 1;
}

.report--labels div:nth-child(2),
.report--header div:nth-child(2) {
  -ms-grid-column: 2;
}

.report--labels div:nth-child(3),
.report--header div:nth-child(3) {
  -ms-grid-column: 3;
}

.report--labels div:nth-child(4),
.report--header div:nth-child(4) {
  -ms-grid-column: 4;
}

.report--labels div:nth-child(5),
.report--header div:nth-child(5) {
  -ms-grid-column: 5;
}

.report--labels div:nth-child(6),
.report--header div:nth-child(6) {
  -ms-grid-column: 6;
}

.usedFields {
  display: grid;
  max-height: 30rem;
  grid-template-columns: 1fr;
  grid-template-rows: 4rem;
  grid-auto-rows: 4rem;
  align-items: start;
  padding: 2rem;
  border: 1px #15395F solid;
  border-radius: 1rem;
  overflow-y: scroll;
}

.usedFields::-webkit-scrollbar {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
}

.usedFields::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.usedFields::-webkit-scrollbar-thumb {
  background: #15395F;
  border: 0 none #ffffff;
  border-radius: 1rem;
}

.usedFields::-webkit-scrollbar-thumb:hover {
  background: #15395F;
}

.usedFields::-webkit-scrollbar-thumb:active {
  background: #57B7E6;
}

.usedFields::-webkit-scrollbar-track {
  border: 0 none #ffffff;
  border-radius: 1rem;
}

.usedFields::-webkit-scrollbar-track:hover {
  background: #666666;
}

.usedFields::-webkit-scrollbar-track:active {
  background: #333333;
}

.usedFields::-webkit-scrollbar-corner {
  background: transparent;
}

.usedFields p {
  margin: 0;
  line-height: 4rem;
  width: 100%;
  font-size: 3rem;
  max-height: 4rem;
  justify-self: start;
  align-self: center;
  transition: all 0.6s;
}

.usedFields--hide {
  transform: rotateX(-270deg);
}

.cardPreview {
  height: 30rem;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px #15395F solid;
  border-radius: 1rem;
  padding: 2rem 0;
}

.cardPreview img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  transition: all 3s;
}

.cardPreview--loaded {
  transform: rotateY(360deg);
}

.cardPreview--editor {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  padding: 1rem;
  border: 0.4rem solid #cdcdcd;
  border-radius: 1rem;
  transition: all .5s;
  font-size: 2.5rem;
  cursor: pointer;
  background-color: #cdcdcd;
}

.cardPreview--editor:hover {
  border: 0.4rem solid #57B7E6;
}

.sk-cube-grid {
  width: calc(100% - 60%);
  height: calc(100% - 40%);
  border: 0.1rem #15395F solid;
  border-radius: 1rem;
  padding: 20% 30%;
  text-align: center;
}

.sk-cube-grid:after {
  content: 'Coming soon';
  text-align: center;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.hiddenTextArea {
  position: absolute;
  margin-top: -2000rem;
  height: 1rem;
}

.header {
  color: #ffffff;
  height: 7rem;
  line-height: 7rem;
  background: #072846;
  width: 100%;
}

.header--logoArea {
  display: grid;
  grid-template-columns: 60% 40%;
  color: #ffffff;
  height: 7rem;
  width: 100%;
  line-height: 7rem;
  background: #072846
}

.header--logoArea--logo {
  background-image: url("/images/icons/Sotera_CRS.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
  width: 60%;
  height: 4rem;
  max-height: 4rem;
  z-index: 10;
  align-self: center;
  margin-left: 20px;
}

.header--logout {
  cursor: pointer;
  grid-column: 3/4;
  justify-self: end;
}

.header--logout:hover {
  transform: scale(1.3);
}

.header--email {
  justify-self: end;
}

.header--menuArea {
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: right;
  padding: 0 15px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2rem;
  justify-self: end;
}

.apiError {
  margin: 2rem;
  border: 0.3rem solid #E50714;
  padding: 1rem;
}

.apiError--apiStatus {
  font-size: 3rem;
  color: #E50714;
  font-weight: bold;
}

.apiError--message {
  font-size: 2.5rem;
  color: #E50714;
  font-weight: bold;
  margin-bottom: 2rem;
}

.apiError--apiMessage,
.apiError--details {
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 0.3rem;
}

.apiError pre {
  color: #000;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: -100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.unsupported {
  margin: 3rem;
  font-size: 2rem;
}

.browser {
  max-width: 200px;
  height: 170px;
  text-align: center;
  position: relative;
  float: left;
}

.browser:hover {
  background-color: #57B7E6;
}

.browser p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.chrome {
  width: 100%;
  background-image: url("/images/icons/chrome.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
}

.firefox {
  width: 100%;
  background-image: url("/images/icons/firefox.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
}

/*# sourceMappingURL=style.css.map */