#unity-container {
  width: 100%;
  transform: none;
  height: 100%;
}

#unity-container.freeze {
  pointer-events: none;
}

#unity-container #unity-canvas {
  width: 100%;
  height: 100%;
  background: #231F20;
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
}

#unity-logo {
  width: 240px;
  height: 71px;
  background: url("../assets/TemplateData/CAMlogo.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 25px;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  background: url("../assets/TemplateData/progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full {
  width: 0;
  height: 18px;
  background: url("../assets/TemplateData/progress-bar-full-dark.png") no-repeat center;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  display: none;
  float: left;
  width: 204px;
  height: 38px;
  background: url("../assets/TemplateData/webgl-logo.png") no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("../assets/TemplateData/fullscreen-button.png") no-repeat center;
  display: none;
}

#unity-warning {
  display: none !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

sup {
  line-height: 0;
  vertical-align: super;
  font-size: 0.5em;
}

sub {
  line-height: 0;
  vertical-align: sub;
  font-size: 0.5em;
}

html {
  overflow: hidden;
  max-width: 100vw;
  max-height: 100vh;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  background-color: black;
  font-family: Arial, sans-serif;
  font-weight: 300;
}

.main {
  display: flex;
  flex-direction: column;
  /*height: 100%;*/
  position: relative;
  padding: 0;
  background: black;
  height: 1024px;
  width: 1366px;
  overflow: hidden;
}

.scale-container {
  width: 1024px;
  height: 768px;
  overflow: hidden;
}

.hcp-disclaimer {
  position: absolute;
  top: 7px;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  left: 130px;
}

#ae-image {
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  display: block;
  position: absolute;
  top: 240px;
  width: 50%;
  border: 1px solid black;
}

@media (min-width: 1194px) {
  .scale-container {
    transform: scale3d(1.086, 1.086, 1.086);
    transform-origin: top left;
    margin: 0 0 0 41px;
  }
}

@media (min-width: 1366px) {
  .scale-container {
    transform: scale3d(1.333, 1.333, 1.333);
    transform-origin: top left;
    margin: 2px 0 0 0;
  }
}

p {
  color: white;
  font-size: 14px;
  line-height: 18px;
}

a {
  text-decoration: none;
}

p.footnote {
  font-size: 11px;
  line-height: 13px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

@font-face {
  font-family: 'BMS Humanity';
  src: url("../assets/fonts/BMSHumanity-Regular.otf");
}

.v-hidden {
  display: block !important;
  visibility: hidden;
}

.scrolling-container {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  padding-right: 40px;
}

.iScrollVerticalScrollbar {
  background: #EBEBEB !important;
  z-index: inherit !important;
  border-radius: 10px;
  height: 667px;
}

@media (min-width: 1366px) {
  .iScrollVerticalScrollbar {
    height: 950px;
  }
}

@media (min-width: 1194px) and (max-width: 1360px) {
  .iScrollVerticalScrollbar {
    height: 724px;
  }
}

.iScrollVerticalScrollbar .iScrollIndicator {
  background: #8347AD !important;
  border-radius: 10px !important;
  border: none !important;
}

#unity-container {
  width: 100%;
  transform: none;
}

#unity-container.freeze {
  pointer-events: none;
}

#unity-container #unity-canvas {
  width: 100%;
  background: #231F20;
}

#unity-container.unity-mobile {
  width: 100%;
  height: 100%;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
}

#unity-logo {
  width: 749px;
  height: 103px;
  background: url("../assets/TemplateData/CAMLogoNew.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 25px;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  background: url("../assets/TemplateData/progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full {
  width: 0;
  height: 18px;
  background: url("../assets/TemplateData/progress-bar-full-dark.png") no-repeat center;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  display: none;
  float: left;
  width: 204px;
  height: 38px;
  background: url("../assets/TemplateData/webgl-logo.png") no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-fullscreen-button {
  float: right;
  width: 38px;
  height: 38px;
  background: url("../assets/TemplateData/fullscreen-button.png") no-repeat center;
  display: none;
}

#unity-warning {
  display: none !important;
}

.bold,
strong {
  font-weight: bold;
}

.ital,
em {
  font-style: italic !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.gap-10 {
  height: 10px;
}

.gap-15 {
  height: 15px;
}

.blur {
  filter: blur(8px);
}

.flex {
  display: flex;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

.global-buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 5;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  width: 100%;
  padding: 0 40px;
}

.global-buttons .inner {
  display: flex;
}

.global-buttons.hide {
  opacity: 0;
}

.global-buttons .inner > div {
  border-right: 1px solid white;
  padding: 5px 14px;
}

.global-buttons .inner > div:last-of-type {
  border-right: none;
}

.global-buttons .inner > div:first-of-type {
  padding: 5px 14px 5px 0;
}

.global-buttons div p {
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
}

@media (min-width: 1366px) {
  .global-buttons div p {
    font-size: 17px;
  }
}

.global-buttons div.active-btn p {
  font-weight: bold;
}

.tray {
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 100vh;
  left: 0;
  font-family: Arial, sans-serif;
  z-index: 10;
}

.tray .tray-inner {
  position: relative;
  padding: 5%;
}

.tray .tray-inner .x-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
}

.tray .tray-inner .scroll-direction {
  color: #8347AD;
  font-size: 19px;
  font-weight: 700;
  margin-right: 12px;
}

.tray .tray-inner .scrolling-container {
  /* height: 670px;*/
  height: 768px;
}

@media (min-width: 1366px) {
  .tray .tray-inner .scrolling-container {
    /* height: 893px;*/
    height: 988px;
  }
}

@media (min-width: 1194px) and (max-width: 1360px) {
  .tray .tray-inner .scrolling-container {
    /*  height: 727px;*/
    height: 768px;
  }
}

.tray .tray-inner h3 {
  color: #012C63;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

@media (min-width: 1366px) {
  .tray .tray-inner h3 {
    font-size: 20px;
  }
}

.tray .tray-inner p {
  color: #414042;
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 16px;
}

@media (min-width: 1366px) {
  .tray .tray-inner p {
    font-size: 18px;
  }
}

.tray .tray-inner .bms-logo {
  width: 19%;
}

.tray .tray-inner .signoff-container {
  justify-content: space-between;
  align-items: flex-end;
}

.tray .tray-inner .signoff-container .signoff {
  font-family: 'BMS Humanity', Arial, sans-serif;
  font-size: 13px;
  margin: 0;
}

@media (min-width: 1366px) {
  .tray .tray-inner .signoff-container .signoff {
    font-size: 15px;
  }
}

#isi-tray {
  z-index: 15;
}

#isi-tray .isi-top {
  justify-content: space-between;
  margin-bottom: 40px;
}

#isi-tray .isi-top img {
  width: 230px;
}

#isi-tray .isi-top .direction-container {
  align-items: center;
}

#isi-tray .isi-top .direction-container img {
  width: 21px;
}

#isi-tray .isi-top .direction-container p {
  margin-bottom: 0;
}

#isi-tray .signoff-container #launch-btn {
  border: 1px solid #8347AD;
  border-radius: 40px;
  display: grid;
  place-items: center;
  width: 270px;
  height: 70px;
}

#isi-tray .signoff-container #launch-btn p {
  color: #8347AD;
  margin: 0;
}

#ref-tray {
  background: white;
  width: calc(100% - 80px);
  position: absolute;
  left: 40px;
  z-index: 5;
  padding: 15px;
  border-radius: 6px;
  bottom: -210px;
}

#ref-tray .tray-inner {
  position: relative;
}

#ref-tray .tray-inner .x-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
}

#ref-tray .tray-inner p {
  color: #414042;
  font-family: Arial;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 14px;
}

#pi-tray .tray-inner {
  padding: 0 5% 0 0;
}

#pi-tray .tray-inner .scrolling-container .iScrollVerticalScrollbar {
  margin-top: 5%;
}

#pi-tray .tray-inner .scrolling-container img {
  width: 95%;
}

.job-code {
  position: absolute;
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  top: 30px;
  right: 20px;
}

@media (min-width: 1366px) {
  #ref-tray .tray-inner p {
    font-size: 16px;
  }
}