﻿body {
  background-color: black;
}

.poweredByContainer {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.poweredByImage {
  height: 20px;
}

.preUnityLoadPanel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-text {
  color: white !important;
}

.preload-text {
  color: white !important;
}

.preload-text-div {
  text-align: center;
}

/* This is a list of colours to swap in img tags with the svgImage class 
    svg-colour-changes-orig is the list of the original colours to swap out
    svg-colour-changes-new are the colours in svg-colour-changes-orig list to swap for
    note that svg-colour-changes-new must have the same number of entries as svg-colour-changes-orig
*/
.svgImage svg rect[style*="stroke:#4e3971"],
.svgImage svg line[style*="stroke:#4e3971"],
.svgImage svg circle[style*="stroke:#4e3971"],
.svgImage svg polygon[style*="stroke:#4e3971"],
.svgImage svg polyline[style*="stroke:#4e3971"],
.svgImage svg path[style*="stroke:#4e3971"] {
  stroke: #FFF !important;
}
.svgImage svg rect[style*="fill:#4e3971"],
.svgImage svg line[style*="fill:#4e3971"],
.svgImage svg circle[style*="fill:#4e3971"],
.svgImage svg polygon[style*="fill:#4e3971"],
.svgImage svg polyline[style*="fill:#4e3971"],
.svgImage svg path[style*="fill:#4e3971"] {
  fill: #FFF !important;
}
.svgImage svg rect[style*="stroke:#ccc"],
.svgImage svg line[style*="stroke:#ccc"],
.svgImage svg circle[style*="stroke:#ccc"],
.svgImage svg polygon[style*="stroke:#ccc"],
.svgImage svg polyline[style*="stroke:#ccc"],
.svgImage svg path[style*="stroke:#ccc"] {
  stroke: #ccc !important;
}
.svgImage svg rect[style*="fill:#ccc"],
.svgImage svg line[style*="fill:#ccc"],
.svgImage svg circle[style*="fill:#ccc"],
.svgImage svg polygon[style*="fill:#ccc"],
.svgImage svg polyline[style*="fill:#ccc"],
.svgImage svg path[style*="fill:#ccc"] {
  fill: #ccc !important;
}
.svgImage svg rect[style*="stroke:#e9425b"],
.svgImage svg line[style*="stroke:#e9425b"],
.svgImage svg circle[style*="stroke:#e9425b"],
.svgImage svg polygon[style*="stroke:#e9425b"],
.svgImage svg polyline[style*="stroke:#e9425b"],
.svgImage svg path[style*="stroke:#e9425b"] {
  stroke: #e9425b !important;
}
.svgImage svg rect[style*="fill:#e9425b"],
.svgImage svg line[style*="fill:#e9425b"],
.svgImage svg circle[style*="fill:#e9425b"],
.svgImage svg polygon[style*="fill:#e9425b"],
.svgImage svg polyline[style*="fill:#e9425b"],
.svgImage svg path[style*="fill:#e9425b"] {
  fill: #e9425b !important;
}
.svgImage svg rect[style*="stroke:#fff"],
.svgImage svg line[style*="stroke:#fff"],
.svgImage svg circle[style*="stroke:#fff"],
.svgImage svg polygon[style*="stroke:#fff"],
.svgImage svg polyline[style*="stroke:#fff"],
.svgImage svg path[style*="stroke:#fff"] {
  stroke: #fff !important;
}
.svgImage svg rect[style*="fill:#fff"],
.svgImage svg line[style*="fill:#fff"],
.svgImage svg circle[style*="fill:#fff"],
.svgImage svg polygon[style*="fill:#fff"],
.svgImage svg polyline[style*="fill:#fff"],
.svgImage svg path[style*="fill:#fff"] {
  fill: #fff !important;
}
