@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html, body {
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
}

a {
  color: inherit;
  outline: 0;
}

img {
  max-width: 100%;
  display: block;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* * This prevents some of our desired/required animations so I'm removing it.
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
*/
/*
 * Source: https://github.com/twbs/bootstrap/blob/main/scss/_reboot.scss
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 * 3. Opinionated: add "hand" cursor to non-disabled button elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

input[type=text],
input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

button {
  background: none;
  outline: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
  margin: 0;
  text-transform: none;
}

.nui_logo {
  display: flex;
  width: 100%;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: none;
  height: var(--ct-topbar-height);
  padding: 6px;
}
.nui_logo_bg {
  display: block;
  background-repeat: no-repeat;
  background-size: auto 30px;
  background-position: left center;
  width: 100%;
  height: 100%;
  max-width: 130px;
  transition: max-width var(--transition-speed) ease-in-out;
}
html[data-sidenav-size=condensed] .nui_logo_bg {
  max-width: 22px;
}
.nui_logo {
  /* Use these styles in company-specific stylesheets to override the Nectry logo */
  /*
  &___customer &_bg {
      background-image: url("path/to/image");
      background-size: contain;
      background-position: center center;
      max-width: 160px;

      // * this is the wrong way to do this,
      //   but I'm not rewriting the whole sidebar right now
      html[data-sidenav-size="condensed"] & {
          max-width: 62px;
      }
  }
  */
}

/*# sourceMappingURL=nui-all.css.map */
