@import url("./loading.css");

:root {
  --gotham: "Gotham", helvetica, arial, sans-serif;
  --gotham-cond: "Gotham Cond", helvetica, sans-serif;
  --gotham-narrow: "Gotham Narrow", helvetica, sans-serif;
  --secondary-gray: #e5e5ec;
  --core-dark: #051727;
  --core-red: #b3282d;
  --core-red-light: #d6311b;
  --coreneutral-101: #fbfbfc;
  --coreneutral-103: #eff0f1;
  --coreneutral-104: #e0e2e4;
  --coreneutral-105: #cdd1d4;
  --coreneutral-106: #c0c5c9;
  --coreneutral-107: #a8aeb3;
  --coreneutral-108: #828b93;
  --coreneutral-109: #69747d;
  --core-dark-transparent: rgba(5, 24, 41, 0.255);
}

/* fonts */
@font-face {
  font-family: "Gotham Narrow";
  src: url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/GothamNarrow-Black_Web.woff2")
      format("woff2"),
    url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/GothamNarrow-Black_Web.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
  unicode-range: U+00-7F;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Book_Web.woff2")
      format("woff2"),
    url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Book_Web.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+00-7F;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Book_Web.woff2")
      format("woff2"),
    url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Book_Web.woff")
      format("woff");
  font-weight: 325;
  font-style: normal;
  unicode-range: U+00-7F;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Medium_Web.woff2")
      format("woff2"),
    url("/etc.clientlibs/settings/wcm/designs/pds/clientlibs/assets/clientlibs-assets-fonts/resources/fonts/Gotham-Medium_Web.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  unicode-range: U+00-7F;
  font-display: swap;
}

html {
  font-size: 16px;
}

body {
  background: var(--coreneutral-101);
  font-family: "Arial", "sans-serif";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: var(--gotham);
}

.p1-demo {
  background-color: #ededed !important;
}

#content-card {
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  max-width: 25rem;
  box-shadow: 0rem 0.75rem 2rem 0.25rem rgba(5, 23, 39, 0.15);
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-size: 0.83rem;
  color: var(--core-dark);
  background: #fff;
  line-height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  background: var(--coreneutral-101);
  border: 0.0313rem var(--coreneutral-109) solid;
}

#content-card__neo {
  width: 100%;
  max-width: 25rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  flex: 1 1 auto;
  font-size: 0.83rem;
  color: var(--core-dark);
  background: #fff;
  line-height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 0.75rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #dadada;
}

.flow-map-view {
  opacity: 1 !important;
  position: relative !important;
  transform: scale(0.85) !important;
  top: unset !important;
  left: unset !important;
  user-select: none !important;
  min-width: 25rem !important;
  pointer-events: none;
}

.main-container {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: relative;
}

.main-container__grid-background {
  background-image: url("/content/dam/picr/product-demos/images/Grid-Background-Repeat_1440x1024.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dynamicImage {
  height: auto !important;
  max-height: 3.75rem;
  width: auto !important;
  margin: 0 auto 2.5rem;
  align-self: center !important;
  max-width: 9.375rem;
  display: flex;
}

h1 {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.9375rem !important;
}

p.text-muted {
  color: rgba(61, 69, 77, 0.75);
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0;
}

a {
  color: var(--core-dark);
}

.hidden {
  visibility: hidden !important;
}

.d-none {
  display: none !important;
}

.flex-end {
  width: 100%;
  display: flex !important;
  justify-content: end !important;
}

.left-aligned {
  text-align: left !important;
}

#CookiebotWidget,
#CybotCookiebotDialog {
  display: none !important;
}

.p1-demo__container--full-h {
  display: grid;
  place-items: center;
  height: 100vh;
  width: 100vw;
}

.p1-demo__card--title {
  font-size: 1.4375rem;
  margin: 0;
}

.p1-demo__card--description {
  font-size: .9rem;
  font-weight: 400;
  line-height: 0.9375rem;
  margin-bottom: 0.625rem;
}

.p1-demo__device {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
}

.p1-demo__card--title--sm {
  font-size: 1.1rem !important;
}

.bg-arrow-dots {
  background-image: url("/content/dam/picr/product-demos/images/bg_arrow_dots-1277x929.png");
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 62.5rem) {
  .p1-demo__container--full-h {
    display: none;
  }

  .main-container {
    display: flex;
  }
}
