/*
@font-face {
    font-family: "tt-norms";
    font-weight: 400;
    src: url("../fonts/tt-norms-pro-normal.woff2");
}
@font-face {
    font-family: "tt-norms";
    font-weight:500;
    src: url("../fonts/tt-norms-pro-medium.woff2");
}
@font-face {
    font-family: "tt-norms";
    font-weight: 700;
    src: url("../fonts/tt-norms-pro-bold.woff2");
}*/

@font-face {
  font-family: "TT Norms Pro";
  font-weight: 400;
  src: url("../fonts/tt-norms-pro-normal.woff2");
}

body {
  font-family: "TT Norms Pro", serif;
}

body * {
  outline: transparent;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }


.nv-field.nv-field-date > .flatpickr-wrapper > .nv-field-input.active,
.nv-field.nv-field-date > .flatpickr-wrapper > .nv-field-input:focus-within,
.nv-field.nv-field-date > .nv-field-input.active,
.nv-field.nv-field-date > .nv-field-input:focus-within,
.nv-field.nv-field-password > .flatpickr-wrapper > .nv-field-input.active,
.nv-field.nv-field-password > .flatpickr-wrapper > .nv-field-input:focus-within,
.nv-field.nv-field-password > .nv-field-input.active,
.nv-field.nv-field-password > .nv-field-input:focus-within,
.nv-field.nv-field-select > .flatpickr-wrapper > .nv-field-input.active,
.nv-field.nv-field-select > .flatpickr-wrapper > .nv-field-input:focus-within,
.nv-field.nv-field-select > .nv-field-input.active,
.nv-field.nv-field-select > .nv-field-input:focus-within,
.nv-field.nv-field-text > .flatpickr-wrapper > .nv-field-input.active,
.nv-field.nv-field-text > .flatpickr-wrapper > .nv-field-input:focus-within,
.nv-field.nv-field-text > .nv-field-input.active,
.nv-field.nv-field-text > .nv-field-input:focus-within,
.nv-field.nv-field-textarea > .flatpickr-wrapper > .nv-field-input.active,
.nv-field.nv-field-textarea > .flatpickr-wrapper > .nv-field-input:focus-within,
.nv-field.nv-field-textarea > .nv-field-input.active,
.nv-field.nv-field-textarea > .nv-field-input:focus-within {
  border-color: var(--color-secondary-border) !important;
  box-shadow: var(--shadow-focus-secondary) !important;
}

#stepper li:last-child > div {
  opacity: 0 !important;
}

#stepper .stepper-dot {
  position: relative;
}

  #stepper .stepper-dot:last-of-type::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: -10px;
    top: 5px;
    background-color: white;
    border-radius: 3px;
  }

.info-pos {
  position: absolute;
  top: 0;
  right: 0;
}

.text-2xs {
  font-size: 9px !important;
  line-height: 12px !important;
}

.fit-content {
  height: fit-content;
}

.text-lg.leading-none {
  line-height: 1 !important;
}

.nv-overlay-bkg {
  background: rgba(0, 0, 0, .8);
}

/**** fix for left margin with small sizes */
@media only screen and (max-width: 639px) {
  .media-xs-margin-x {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .xs-hidden {
    display: none;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .md-hidden {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .lg-hidden {
    display: none;
  }
}

/* Tailwind classes, to be deleted after postscript */

.rounded-t {
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

#high-level-sim {
  width: 100%;
  height: 100%;
  background: #0B292E;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
  display: inline-flex;
}

@media (min-width: 1024px) {
  #high-level-sim {
    padding: 80px;
  }

  .plus-separator {
    margin: auto -12px;
    z-index: 10;
  }

  .separator {
    width: 280px;
  }
}

@media (max-width: 1023px) {
  #high-level-sim {
    padding: 20px;
  }

  .plus-separator {
    display: inline-block;
    margin: 0 auto;
    z-index: 10;
  }

  .separator {
    width: 100%;
  }
}

.plus-separator .plus-sign {
  font-size: 1.6rem;
  margin: auto;
  position: relative;
  top: 6px;
  line-height: 0;
}

.product-info {
  margin-top: -6px;
}

.width-100 {
  width: 100%;
}

  .width-100 button {
    width: 100%;
  }

.nv-dropdown-wrapper {
  max-height: 200px;
  overflow: auto;
}

.nv-dropdown-activator button span {
  width: 100%;
  text-align: left;
}

.label-col {
  width: 9rem;
}

.crm-col {
  min-width: 9rem;
}

.fix-line-height {
  line-height: 28px;
}

.light-blur {
  filter: blur(3px);
}

.border-gray-50 {
  border-color: #E1E4E6 !important;
}

.border-gray-700 {
  border-color: #374151 !important;
}

.border-1 {
  border-width: 1px !important;
}

#hero {
  background-image: url("/assets/img/hero-bg.jpg");
  background-size: cover;
  background-position: center;
}

.bg-black {
  background-color: #0B0F11 !important;
}

.bg-black a.nv-button.emphasis-lower:hover {
  background-color: white;
}

.bg-ripple {
  background-image: url("/assets/img/ripple.svg") !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}

.bg-ripple-light {
  background-image: url("/assets/img/ripple-light.svg") !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
}

.bg-solar-panels {
  background-image: url("/assets/img/solar-panels.jpg") !important;
  background-size: cover;
  background-position: center;
}

.rounded-l-2xl {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-r-2xl {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t-2xl {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
}

.rounded-b-2xl {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0.5rem;
}

div.bg-video-placeholder {
  background-image: url("/assets/img/wh-video-placeholder.png");
  background-position: center;
  background-size: cover;
}

nav.nav-menu {
  background: rgba(245, 246, 247, 0.80) !important;
  backdrop-filter: blur(50px) !important;
}

.stepper-badge nv-icon {
  position: relative;
  top: 3px;
  right: 2px;
}

div.nav-button-placeholder {
  width: 2.625rem;
}

.hover\:bg-gray-100:hover {
  background-color: rgb(225, 228, 230);
}

.w-160 {
  width: calc(var(--spacing) * 160);
}

.w-200 {
  width: calc(var(--spacing) * 200);
}

.font-500 {
  font-weight: 500 !important;
}

.font-700 {
  font-weight: 700 !important;
}

p, ul li, ol li {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.w-full {
  width: 100% !important;
}

.w-96 {
  width: 24rem;
}

.w-40 {
  width: 10rem;
}

.h-40 {
  height: 10rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

.grid-flow-col {
  grid-auto-flow: column;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

@media (min-width: 40rem) {
  .sm\:flex {
    display: flex !important;
  }
}

@media (min-width: 48rem) {
  .md\:flex {
    display: flex !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:w-\[320px\] {
    width: 320px !important;
  }

  .md\:w-\[480px\] {
    width: 480px !important;
  }
}

@media (width >= 64rem) {
  div.nav-button-placeholder {
    width: 11.25rem;
  }
}

@media (width >= 64rem) {
  .lg\:w-160 {
    width: 40rem;
  }

  .lg\:w-200 {
    width: 50rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lg\:block {
  @media (width >= 64rem) {
    display: block !important;
  }
}

.lg\:hidden {
  @media (width >= 64rem) {
    display: none !important;
  }
}

.lg\:flex {
  @media (min-width: 1024px) {
    display: flex !important;
  }
}

.lg\:rounded-l-2xl {
  @media (width >= 64rem) {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}

.lg\:rounded-r-2xl {
  @media (width >= 64rem) {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}

.lg\:rounded-t-2xl {
  @media (width >= 64rem) {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0 !important;
  }
}

.lg\:rounded-b-2xl {
  @media (width >= 64rem) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.5rem !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0.5rem !important;
  }
}

.lg\:h-full {
  @media (width >= 64rem) {
    height: 100% !important;
  }
}

@media (width >= 64rem) {
  lg\:w-auto {
    width: auto !important;
  }
}

.hover\:bg-level-15:hover {
  background-color: #eaeef0;
}
