@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&family=Varela+Round&display=swap");
.background {
  background: red; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */ }

.card .card-body {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.card .metadata {
  position: absolute;
  right: 15px;
  top: 5px; }
  .card .metadata i {
    opacity: 0.6;
    transform: scale(1);
    transition: 0.2s all; }
    .card .metadata i:hover {
      cursor: pointer;
      transform: scale(1.1); }

.card.focused {
  box-shadow: 0px 0px 6px 0px lightblue; }

.properties-bar {
  position: fixed;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  bottom: 0;
  background: #fafafa;
  transition: 0.2s all;
  width: 20vw;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .properties-bar.right {
    right: -20vw; }
  .properties-bar.left {
    left: -20vw; }
  .properties-bar.active.right {
    right: 0; }
  .properties-bar.active.left {
    left: 0; }

svg.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px; }

.message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #FFF;
  font-size: 18px; }

.message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px; }

.buttons-con .action-link-wrap {
  margin-top: 40px; }

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate; }

#Polygon-2 {
  animation-delay: .2s; }

#Polygon-3 {
  animation-delay: .4s; }

#Polygon-4 {
  animation-delay: .6s; }

#Polygon-5 {
  animation-delay: .8s; }

@keyframes float {
  100% {
    transform: translateY(20px); } }

@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px; }
  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center; } }

.json-formatter-row {
  font-family: monospace; }

.json-formatter-row,
.json-formatter-row a,
.json-formatter-row a:hover {
  color: black;
  text-decoration: none; }

.json-formatter-row .json-formatter-row {
  margin-left: 1em; }

.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em; }

.json-formatter-row .children.empty.object:after {
  content: "No properties"; }

.json-formatter-row .children.empty.array:after {
  content: "[]"; }

.json-formatter-row .string {
  color: green;
  white-space: pre;
  word-wrap: break-word; }

.json-formatter-row .number {
  color: blue; }

.json-formatter-row .boolean {
  color: red; }

.json-formatter-row .null {
  color: #855A00; }

.json-formatter-row .undefined {
  color: #ca0b69; }

.json-formatter-row .function {
  color: #FF20ED; }

.json-formatter-row .date {
  background-color: rgba(0, 0, 0, 0.05); }

.json-formatter-row .url {
  text-decoration: underline;
  color: blue;
  cursor: pointer; }

.json-formatter-row .bracket {
  color: blue; }

.json-formatter-row .key {
  color: #00008B;
  cursor: pointer; }

.json-formatter-row .constructor-name {
  cursor: pointer; }

.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer; }

.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "►"; }

.json-formatter-row .toggler.open:after {
  transform: rotate(90deg); }

.json-formatter-row > a > .thumbnail-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic; }

.json-formatter-row:hover > a > .thumbnail-text {
  opacity: 0.6; }

.json-formatter-dark.json-formatter-row {
  font-family: monospace; }

.json-formatter-dark.json-formatter-row,
.json-formatter-dark.json-formatter-row a,
.json-formatter-dark.json-formatter-row a:hover {
  color: white;
  text-decoration: none; }

.json-formatter-dark.json-formatter-row .json-formatter-row {
  margin-left: 1em; }

.json-formatter-dark.json-formatter-row .children.empty {
  opacity: 0.5;
  margin-left: 1em; }

.json-formatter-dark.json-formatter-row .children.empty.object:after {
  content: "No properties";
  color: white; }

.json-formatter-dark.json-formatter-row .children.empty.array:after {
  content: "[]"; }

.json-formatter-dark.json-formatter-row .string {
  color: #31F031;
  white-space: pre;
  word-wrap: break-word; }

.json-formatter-dark.json-formatter-row .number {
  color: #66C2FF; }

.json-formatter-dark.json-formatter-row .boolean {
  color: #EC4242; }

.json-formatter-dark.json-formatter-row .null {
  color: #EEC97D; }

.json-formatter-dark.json-formatter-row .undefined {
  color: #ef8fbe; }

.json-formatter-dark.json-formatter-row .function {
  color: #FD48CB; }

.json-formatter-dark.json-formatter-row .date {
  background-color: rgba(255, 255, 255, 0.05); }

.json-formatter-dark.json-formatter-row .url {
  text-decoration: underline;
  color: #027BFF;
  cursor: pointer; }

.json-formatter-dark.json-formatter-row .bracket {
  color: #9494FF; }

.json-formatter-dark.json-formatter-row .key {
  color: #23A0DB;
  cursor: pointer; }

.json-formatter-dark.json-formatter-row .constructor-name {
  cursor: pointer; }

.json-formatter-dark.json-formatter-row .toggler {
  font-size: 0.8em;
  line-height: 1.2em;
  vertical-align: middle;
  opacity: 0.6;
  cursor: pointer; }

.json-formatter-dark.json-formatter-row .toggler:after {
  display: inline-block;
  transition: transform 100ms ease-in;
  content: "►"; }

.json-formatter-dark.json-formatter-row .toggler.open:after {
  transform: rotate(90deg); }

.json-formatter-dark.json-formatter-row > a > .thumbnail-text {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  font-style: italic; }

.json-formatter-dark.json-formatter-row:hover > a > .thumbnail-text {
  opacity: 0.6; }

.console {
  position: fixed;
  z-index: 30000;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  box-shadow: 0px -4px 4px 0px rgba(34, 34, 34, 0.45);
  right: 0;
  background: #222;
  top: 100%;
  transition: 0.2s top;
  color: white;
  padding: 8px; }
  .console.open {
    top: 60%; }
  .console .json-formatter-row .children {
    margin-left: 20px; }

.txt-normal {
  color: #AAB2BD; }

.hover-normal:hover {
  color: #AAB2BD; }

.txt-default {
  color: #FFF; }

.hover-default:hover {
  color: #FFF; }

.txt-primary {
  color: #4FC1E9; }

.hover-primary:hover {
  color: #4FC1E9; }

.txt-danger {
  color: #ED5565; }

.hover-danger:hover {
  color: #ED5565; }

.txt-success {
  color: #A0D468; }

.hover-success:hover {
  color: #A0D468; }

.txt-warning {
  color: #FFCE54; }

.hover-warning:hover {
  color: #FFCE54; }

.txt-info {
  color: #48CFAD; }

.hover-info:hover {
  color: #48CFAD; }

.txt-tip {
  color: rgba(169, 69, 255, 0.62); }

.hover-tip:hover {
  color: rgba(169, 69, 255, 0.62); }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }
  input[type="checkbox"]:focus {
    outline: 0; }

.toggle {
  height: 34px;
  width: 54px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 2px solid #474755;
  background: white;
  transition: all .2s ease; }
  .toggle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #474755;
    box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35); }
  .toggle:checked {
    border-color: #8CC152; }
    .toggle:checked:after {
      transform: translatex(20px);
      background: #98c865; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-1 {
  opacity: 0.2 !important; }

.opacity-2 {
  opacity: 0.4 !important; }

.opacity-3 {
  opacity: 0.6 !important; }

.opacity-4 {
  opacity: 0.8 !important; }

.opacity-5 {
  opacity: 1 !important; }

.has-feedback .input-group {
  transition: 0.2s all; }

.has-feedback .form-control-feedback {
  opacity: 0;
  right: -10px;
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center; }

.has-feedback .input-group-addon {
  transition: 0.2s all; }
  .has-feedback .input-group-addon i, .has-feedback .input-group-addon svg {
    color: white !important;
    transition: 0.2s all; }

.has-success .input-group-addon i, .has-success .input-group-addon svg {
  color: white !important; }

.has-success .form-control-feedback.success {
  opacity: 1;
  right: 0px; }

.has-warning .form-control-feedback.warning {
  opacity: 1;
  right: 0px; }

.has-error .input-group-addon i, .has-error .input-group-addon svg {
  color: white !important; }

.has-error .form-control-feedback.error {
  opacity: 1;
  right: 0px; }

.btn {
  transition: 0.4s padding-right; }
  .btn:before {
    content: '';
    right: 0;
    position: absolute;
    opacity: 0;
    transition: 0.2s right, 0.4s opacity; }

a.list-group-item:hover {
  cursor: pointer; }

.list-group-item {
  display: flex;
  align-items: center; }
  .list-group-item i, .list-group-item svg {
    margin-right: 11px; }
  .list-group-item .btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .list-group-item .btn i, .list-group-item .btn svg {
      margin-right: 0px; }

.btn-loading {
  position: relative;
  pointer-events: none;
  filter: saturate(70%);
  padding-right: 45px; }
  .btn-loading:before {
    right: 10px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: absolute;
    border-top: 3px solid rgba(0, 0, 0, 0.3);
    border-right: 3px solid rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.toploader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 8px;
  transition: 2s width;
  background: blue; }
  .toploader.loaded {
    opacity: 0; }

.main-content {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 20px; }
  .main-content.disabled {
    filter: brightness(85%);
    pointer-events: none; }
  .main-content.loading {
    filter: brightness(85%);
    pointer-events: none;
    position: relative;
    min-height: 200px; }
    .main-content.loading:before {
      right: calc(50% - 30px);
      top: calc(50% - 30px);
      content: '';
      opacity: 1;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 10px;
      position: absolute;
      z-index: 300;
      border-top: 6px solid rgba(0, 0, 0, 0.5);
      border-right: 6px solid rgba(0, 0, 0, 0.5);
      border-bottom: 6px solid rgba(0, 0, 0, 0.5);
      border-left: 6px solid transparent;
      -webkit-animation: load8 1.1s infinite linear;
      animation: load8 1.1s infinite linear; }

.clickable {
  opacity: 0.8;
  transform: scale(1);
  transition: 0.2s all; }
  .clickable:hover {
    opacity: 1;
    cursor: pointer;
    transform: scale(1.1); }

.list-group {
  border: 1px solid #dbdbdb;
  box-shadow: none; }

.m-ea-5 div, .m-ea-5 input {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.dropdown-menu {
  background: white; }

.btn.btn-default.form-control.ui-select-toggle:hover {
  background: #f2f2f2;
  color: #434A54; }
  .btn.btn-default.form-control.ui-select-toggle:hover span {
    color: #434A54; }

.ui-select-choices {
  border-radius: 0 !important;
  margin-top: -3px !important;
  border: 1px solid #3BAFDA;
  border-top: 0; }

.min-34 {
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }

.input-arrows .ui-select-search {
  width: 100%; }

.input-arrows .ui-select-container {
  width: 50%;
  position: relative !important; }

.input-arrows .input-group-addon {
  border-left: none;
  border-right: none; }

.input-arrows input.form-control:not(.ui-select-search) {
  width: 50% !important; }

.list-group-item {
  color: #333; }

.select-wrapper {
  position: relative; }
  .select-wrapper::after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    line-height: 38px;
    opacity: 0.8;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0d7"; }

.input-group-text {
  height: 100%;
  border-radius: .25rem 0px 0px .25rem; }
