/* (C) Copyright HCL Technologies Ltd. 2024, 2025. All Rights Reserved. */

html, body, .react-root
{
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box; /* NWASM-8897: from CssBaseline */
}
*, *::before, *::after { box-sizing: inherit; }  /* NWASM-8897: from CssBaseline */
body
{
  background-color: #F6F6F6; /* theme.palette.background.default */
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-family: 'Inter', 'Helvetica', 'Arial', sans-serif;
}
*:focus
{
  outline: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./fonts/be7cb18dc7caf47cf7e9.woff2") format('woff2'), url("./fonts/8c804432e8c67741aac0.woff") format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@keyframes MuiCircularProgress-keyframes-circular-rotate {
  0% {
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes MuiCircularProgress-keyframes-circular-dash {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
.auth-root {
  overflow-y: auto;
  max-height: calc(100% - 64px); /* MuiDialog-paperScrollPaper */
  line-height: 1.43;
  position: fixed;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 400px;
  background-color: #FFFFFF;
  top: 156px;
  gap: 34px;
  padding: 24px;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  box-sizing: border-box;
  outline: 1px solid transparent;
}
.auth-header {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.auth-label {
  display: none;
}
.typography-h4 {
  font-size: 24px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif, "San Francisco", Roboto;
  font-weight: 400;
  line-height: 1.335;
  letter-spacing: 0em;
  margin: 0;
}
.typography-body2 {
  font-size: 12px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif, "San Francisco", Roboto;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: 0em;
}
.nav-bar {
  background-color: #1D2123; /* theme.palette.grey.cool[1000] */
  height: 48px; /* theme.sizings.navbarHeight */
  width: 100%;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
}
.nav-bar-nomad-logo {
  padding-left: 12px;
  padding-right: 12px;
}
.nav-bar-hcl-software-logo {
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.copyright-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 24px;
}
.progress-root {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.MuiCircularProgress-root {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.MuiCircularProgress-colorPrimary {
  color: #0550DC; /* theme.palette.primary.main */
}
.MuiCircularProgress-indeterminate {
  animation: MuiCircularProgress-keyframes-circular-rotate 1.4s linear infinite;
}
.MuiCircularProgress-svg {
  display: block;
}
.MuiCircularProgress-circle {
  stroke: currentColor;
}
.MuiCircularProgress-circleIndeterminate {
  animation: MuiCircularProgress-keyframes-circular-dash 1.4s ease-in-out infinite;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0px;
}
@media (prefers-contrast: more) {
  .progress-bar-one {
    background-color: Highlight;
  }
  .progress-bar-two {
    background-color: Highlight;
  }
}
