@font-face {
  font-family: "CMUConcrete-Bold";
  src: url("./fonts/cmunobx.eot");
  src: url("./fonts/cmunobx.eot?#iefix") format("embedded-opentype"), url("./fonts/cmunobx.otf") format("opentype"), url("./fonts/cmunobx.svg") format("svg"), url("./fonts/cmunobx.ttf") format("truetype"), url("./fonts/cmunobx.woff") format("woff"), url("./fonts/cmunobx.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  border-radius: 0;
}
body {
  line-height: 1;
}
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;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  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;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.hide {
  display: none;
}
.positionPivot {
  position: relative;
}
.hCenter {
  text-align: center;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 80px;
  margin-left: -75px;
  margin-top: -40px;
}
.fill {
  width: 100%;
  height: 100%;
}
.fillParent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap {
  flex-wrap: wrap;
}
.row {
  display: flex;
  flex-direction: row;
}
.noShrink {
  flex-shrink: 0;
}
.zlv1 {
  z-index: 100;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
.cardContainer {
  margin-top: 62.5px;
}
.cardLayout {
  width: 250px;
  height: 250px;
  margin: 50px;
  margin: 10px;
}
.thumbLayout {
  max-width: 250px;
  margin-top: 10px;
}
.cardTextLayout {
  font-size: 12.5px;
  line-height: 1.4;
}
.infoTextLayout {
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: CMUConcrete-Bold;
}
.plusSignLayout {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
}
.notifyerLayout {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.notifyerLayout>p {
  margin: 12px 0 12px 0;
  font-family: CMUConcrete-Bold;
  font-size: 16px;
}
.enlargeOnHover {
  position: relative;
  transform: scale(1);
  transition: transform 0.4s;
  transition-timing-function: ease-in-out;
}
.enlargeOnHover:hover {
  transform: scale(1.6);
  z-index: 200 !important;
}
.invisible {
  opacity: 0;
}
.background {
  background-color: #626262;
}
.success {
  color: #2fe478;
}
.hint {
  color: #2f5ee4;
}
.warning {
  color: #e4832f;
}
.error {
  color: #e42f2f;
}
.card {
  background-color: #272727;
}
.plusSign {
  opacity: 0;
}
.infoText {
  font-family: CMUConcrete-Bold;
  color: #fff;
}
.notifyer {
  background-color: #3d4042;
  opacity: 0;
  transition: opacity 0.3s;
}
.notifyer>p {
  color: inherit;
}
.fadeIn {
  opacity: 0.8;
}
.fadeBorderIn {
  border: 0;
}
.fadeSignIn:hover .plusSign {
  opacity: 0.5;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fadeBorderIn:hover {
  border: 2px solid #fff;
}
.noSelect {
  user-select: none;
}
.noInteraction {
  pointer-events: none;
}
.clickable {
  cursor: pointer;
}
canvas,
.property-name,
.title {
  user-select: none;
}

/*# sourceMappingURL=main.css.map */
