@charset "UTF-8";
:root {
  /* Newmark; */
  --nm-blue: #006BB6;
  --nm-bluf: #006BB680;
  /* Global; */
  --foreground: #000;
  --background: #FFF;
  /* Section-specific; */
  --nm-head: var(--background);
  --nm-body: var(--background);
  --nm-foot: var(--background);
  --nm-divi: #CECECE;
  /* Element-specific; */
  --nm-shvr: #BBC;
  --nm-ophv: #E0E0E0;
  --nm-mgry: #999;
  --nm-dgry: #555;
  --nm-conv: #0001;
  --nm-msha: #0003;
  --nm-ques: #badbf2;
  --nm-answ: #eae9e9;
  --nm-plac: #a9a9aa;
  /* Shared; */
  --clr-dimmed: #000B;
  --clr-dimmer: #0007;
  --fh: "Libre Baskerville",Georgia,"Times Roman",serif;
  --fo: "Open Sans",Arial,Helvetica,sans-serif;
  --ms-head: 60px;
  --ms-logo: 24px;
  --ms-btel: 22px;
  --ms-btsn: 80px;
  --op: 1;
}

* {
  scrollbar-width: auto;
  scrollbar-color: var(--nm-mgry) transparent;
}

@viewport {
	width: device-width;
	height: device-height;
	viewport-fit: cover;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
  width: 8px;
  border-left: 1px solid var(--nm-divi);
}

::-webkit-scrollbar-thumb {
  position: relative;
  background-color: var(--nm-mgry);
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px var(--background);
  border-left: 1px solid var(--nm-divi);
  transition: all 450ms ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--nm-dgry);
}

:root {
  --fg: "Libre Baskerville","Times New Roman",Times,sans-serif;
  --fo: "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
  --ff: var(--fg);
  --fs-base: 18px;
  --ln-hght: 1.15;
  --hs-tagline: 0.1em;
}

@media screen and (min-width: 48em) {
  :root {
    --fs-base: 20px;
  }
}
@media screen and (min-width: 64.01em) {
  :root {
    --fs-base: 21px;
  }
}
@media screen and (min-width: 120em) {
  :root {
    --fs-base: 21px;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

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

html {
  height: -webkit-fill-available;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  html {
    font-size: 100% !important;
  }
}
body {
  display: block;
  min-width: 320px;
  max-width: 100vw;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  all: revert;
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a, button {
  cursor: revert;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea {
  -webkit-user-select: auto;
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  text-align: left;
}

/* Remove focus line for mouse, leave for keyboard */
:focus:not(:focus-visible) {
  outline: none;
}

::placeholder {
  color: unset;
}

textarea {
  overflow: auto;
  white-space: revert;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* SASS MIXINS                    */
/* Convenience */
html, body {
  height: 100%;
  min-height: 100%;
  max-width: 100vw;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  margin: 0;
  padding: 0;
  overflow: hidden; 
}

html {
  height: -webkit-fill-available;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


.nm {
  /* Page */
  /* Header: Page */
  /* Main | Main */
  /* Footer */
  /* Section | Main: Page */
}
.nm-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "main" "footer";
  min-height: 100dvh;
  max-width: 99vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.nm-header,
.nm-main,
.nm-footer {
  max-width: 100vw;
}
.nm-header {
  display: flex;
  grid-area: header;
  height: var(--ms-head);
}
.nm-header__actions {
  clear: none;
  float: right;
  max-height: none;
}
.nm-header__actions-item {
  float: left;
}
.nm-main {
  position: relative;
  display: flex;
  flex: 1;
  grid-area: main;
  top: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.nm-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  grid-area: footer;
  padding: 0;
}
.nm-section {
  margin: 0;
  padding: 0;
}

/* Tablet */
/* Desktop */
/* High-res Desktop */
::placeholder {
  color: var(--nm-plac);
}

:-ms-input-placeholder {
  color: var(--nm-plac);
}

::-ms-input-placeholder {
  color: var(--nm-plac);
}

body {
  color: var(--foreground);
  font-family: var(--ff);
  font-size: var(--fs-base);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-variant-ligatures: contextual;
  font-variant-numeric: lining-nums;
  line-height: var(--ln-hght);
  hyphens: auto;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  background-color: var(--clr-mainbk);
}

h1, h2, h3 {
  color: var(--clr-header);
  font-family: var(--ff);
  letter-spacing: -0.0175rem;
  line-height: 1;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

.nm {
  /* Header: Page */
  /* Checked */
  /* Section | Main: Page */
  /* Text */
  /* Images */
  /* Footer */
  /* SHARED */
  /* Time: Set in datetime attribute, style adds after */
  /* Topic List; */
}
.nm-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--nm-body);
  box-shadow: inset 0 -1px 0 0 var(--nm-divi);
  transition: all var(--anim-time) ease-in-out;
}
.nm-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0 20px 0 0;
  padding: 0;
  z-index: 2;
}
.nm-header__brand {
  display: flex;
  flex: 0 0 144px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  margin: 0 0 0 16px;
  padding: 0;
  font-family: var(--fg);
  box-shadow: none;
  transition: all 250ms ease-in-out;
}
.nm-header__logo {
  /* Use margin-top to valign ignoring Q-tail */
  min-height: var(--ms-logo);
  max-height: var(--ms-logo);
  margin: 0;
  padding: 0;
  aspect-ratio: 41/6;
  background: transparent url(../assets/img/shr/lgo-nmrk.svg) 50% 50% no-repeat;
  transition: inherit;
  opacity: var(--op);
  z-index: 1;
}
.nm-header__topic {
  display: none;
  justify-content: flex-start;
  flex: 1;
  padding: 0 0 0 16px;
  color: var(--foreground);
  font-family: var(--ff);
  font-size: 1em;
  letter-spacing: -0.025em;
}
.nm-header__tagline {
  flex: 1;
  margin: var(--mea-taglmr) 0 0 0;
  padding: 0;
  color: var(--clr-dimmed);
  font-family: var(--fg);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-variant-ligatures: contextual;
  font-variant-numeric: lining-nums;
  font-size: var(--mea-tagsize);
  font-weight: 500;
  letter-spacing: var(--hs-tagline);
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  user-select: none;
  opacity: var(--op);
  transition: all var(--anim-time) ease-in-out;
  z-index: 1;
}
.nm-header__actions {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  overflow: hidden;
  clear: both;
  transition: all 250ms ease-out;
}
.nm-header__user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.nm-header__user-full {
  display: none;
  color: var(--foreground);
  font-family: var(--ff);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.nm-header__user-full::before {
  content: "Welcome, ";
}
.nm-header__user-initials {
  display: none;
}
.nm-header__user-avi {
  width: 44px;
  height: 44px;
  border-radius: 48px;
  box-shadow: 0 0 0 1px var(--nm-divi);
}
.nm-menu-btn {
  display: none;
}
.nm-menu-icon {
  display: inline-block;
  float: right;
  position: relative;
  user-select: none;
  cursor: pointer;
  background: var(--clr-cur-back);
  box-shadow: 0 0 0 1px var(--clr-dimmer);
  border-radius: 32px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5em 0.5em 0 0;
  z-index: 2;
}
.nm-menu-icon__navicon {
  background: var(--clr-lildim);
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}
.nm-menu-icon__navicon::before, .nm-menu-icon__navicon::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 250ms ease-in-out;
  background: var(--clr-lildim);
}
.nm-menu-icon__navicon::before {
  top: 6px;
}
.nm-menu-icon__navicon::after {
  top: -6px;
}
.nm-menu-btn:checked ~ .nm-actions {
  min-height: 220px;
  max-height: 220px;
  background: var(--clr-cur-back);
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.nm-btn__toggle {
  min-height: 44px;
  min-width: 220px;
}
.nm-btn__toggle .ico-toggle {
  width: 24px;
  height: 24px;
  background: var(--clr-dimmed);
}
.nm-btn__toggle .btn-text {
  color: var(--clr-dimmed);
  font-size: 21px;
}
.nm-menu-btn:checked ~ .nm-menu-icon .nm-menu-icon__navicon {
  background: transparent;
}
.nm-menu-btn:checked ~ .nm-menu-icon .nm-menu-icon__navicon::before, .nm-menu-btn:checked ~ .nm-menu-icon .nm-menu-icon__navicon::after {
  top: 0;
}
.nm-menu-btn:checked ~ .nm-menu-icon .nm-menu-icon__navicon::before {
  transform: rotate(-45deg);
}
.nm-menu-btn:checked ~ .nm-menu-icon .nm-menu-icon__navicon::after {
  transform: rotate(45deg);
}
.nm-btn__toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 0 8px;
  border-radius: 0;
  opacity: 0.7;
  transition: opacity 250ms ease-in-out;
}
.nm-btn__toggle:hover, .nm-btn__toggle:focus {
  box-shadow: inset 0 0 0 1px var(--clr-dimmer);
  opacity: 1;
}
.nm-btn__toggle:active {
  background: var(--clr-shaded);
}
.nm-btn__toggle .ico-toggle {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background-color: var(--clr-dimmed);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 75% 75%;
  -webkit-mask-position: 50% 50%;
}
.nm-btn__toggle .ico-toggle--font {
  -webkit-mask-image: url("/assets/img/ico/ico-font.svg");
}
.nm-btn__toggle .ico-toggle--mode {
  -webkit-mask-image: url("/assets/img/ico/ico-mode.svg");
}
.nm-btn__toggle .btn-text {
  color: var(--clr-dimmed);
  font-family: var(--fo);
  font-size: 0.875em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-variant-ligatures: contextual;
  font-variant-numeric: lining-nums;
  letter-spacing: -0.025em;
  line-height: 1;
  hyphens: auto;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  user-select: none;
}
.nm-section {
  box-shadow: -1px 0 0 0 var(--clr-mainbr), 1px 0 0 0 var(--clr-mainbr), inset 0 -1px 0 0 var(--clr-mainbr);
  background: var(--background);
}
.nm-section__header {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: -0.0125em;
  line-height: 1.15;
}
.nm-text {
  margin: 0 0 1.15em 0;
  color: var(--foreground);
  font-family: var(--ff);
  font-size: var(--fs-base);
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-variant-ligatures: contextual;
  font-variant-numeric: lining-nums;
  line-height: var(--ln-hght);
  hyphens: auto;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.nm-text--img {
  margin: 0 0 1em 0;
}
.nm-em {
  font-style: italic;
}
.nm-strong {
  font-weight: 700;
}
.nm-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  margin: 0.5em 0 0.75em 0;
}
.nm-figure--sml {
  max-width: 50%;
  margin-right: 2em;
}
.nm-figure--tny {
  height: 100px;
}
.nm-image {
  min-width: 320px;
  border: 1px solid var(--clr-col-rule);
  border-radius: 0.375em;
}
.nm-figcaption {
  margin-top: 0.25em;
  font-size: 0.76em;
  font-style: italic;
  text-align: center;
}
.nm-footer {
  display: none;
  background: var(--nm-foot);
  box-shadow: inset 0 1px 0 0 var(--nm-divi);
}
.nm-footer__copyright {
  margin: 0;
  padding: 0.75em 0;
  color: var(--nm-copy);
  font-family: var(--fo);
  font-size: 0.66em;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  user-select: none;
  overflow: hidden;
}
.nm-time::after {
  content: attr(datetime);
}
.nm-pgContainer {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-areas: "topics" "conversation";
  flex: 1;
  z-index: 10;
}
.nm-lpnl {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  grid-template-areas: "topics addtopic";
  background: var(--nm-body);
  height: 100%;
  padding: 0;
  flex: 0 0 250px;
  box-shadow: inset -1px 0 0 0 var(--nm-divi);
}
.nm-topics {
  display: flex;
  flex-direction: column;
  grid-area: topics;
}
.nm-lbottomfixed {
  display: flex;
  grid-area: addtopic;
}
.nm-rpnl {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-areas: "discussion" "inquiry";
  background-color: var(--nm-body);
  flex: 1;
  overflow-y: auto;
}
.nm-rTopFixed {
  display: flex;
  align-items: flex-start;
  flex: 1;
  grid-area: discussion;
  overflow-y: auto;
  padding: 0 10px;
}
.nm-conversation {
  --ht: 196px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding: 0;
  min-height: calc(100dvh - var(--ht));
  max-height: calc(100dvh - var(--ht));
  height: calc(100dvh - var(--ht));
  overflow-y: auto;
}
.nm-qtn, .nm-ans {
  padding: 16px 24px;
  max-width: calc(80% - 32px);
  color: var(--foreground);
  font-family: var(--ff);
  font-size: 0.9em;
  font-weight: 400;
  hyphens: none;
  letter-spacing: -0.025em;
  line-height: 1.315;
}
.nm-qtn {
  margin: 5px 0 5px 10px;
  background-color: var(--nm-ques);
  border-radius: 16px 16px 16px 0;
  box-shadow: inset 0 0 0 1px var(--nm-conv);
}
.nm-qtn__wrapper {
  display: flex;
  align-items: flex-end;
  width: 100vw;
  flex: 1;
  flex-direction: row;
  gap: 4px;
}
.nm-qtn__wrapper .nm-header__user-avi {
  display: flex;
  width: 46px;
  height: 46px;
  margin: 0 0 5px 0;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--nm-divi);
}
.nm-qtn__avi {
  display: flex;
  width: 46px;
  height: 46px;
  margin: 0 0 5px 0;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--nm-divi);
}
.nm-ans {
  margin: 10px 5px;
  background-color: var(--nm-answ);
  border-radius: 16px 16px 0 16px;
  box-shadow: inset 0 0 0 1px var(--nm-conv);
}
.nm-ans__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  gap: 4px;
}
.nm-ans__avi {
  display: flex;
  width: 46px;
  height: 46px;
  margin: 0 0 5px 0;
  padding: 2px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--nm-shvr);
}
.nm-rBottomFixed {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'entry submit';
  /*flex: 0 0 80px;*/
  gap: 12px;
  grid-area: inquiry;
  /*max-height: 100px;*/
  /*max-width: 100vw;*/
  overflow: hidden;
  background-color: var(--nm-body);
  margin: 0;
  /*padding: 10px 10px 6rem 10px;*/
  box-shadow: inset 0 1px 0 0 var(--nm-divi);
}
.nm-qtnBox {
  grid-area: entry;
  min-height: 100%;
  padding: 0.9em 1em 1em 1em;
  font-family: var(--fo);
  font-size: 15px;
  resize: vertical;
  border: 1px solid var(--nm-divi);
  border-radius: 0.5em;
  z-index: 10;
}
.nm-qtnBox:not(:disabled):focus-visible:focus {
  box-shadow: inset 0 0 0 1px var(--nm-shvr), 0 0 0 2px #ECB;
}
.nm-sendBtn {
  position: relative;
  display: flex;
  flex: 0 0 100px;
  grid-area: submit;
  font-size: large;
  width: var(--ms-btsn);
  min-width: var(--ms-btsn);
  max-width: var(--ms-btsn);
  height: var(--ms-btsn);
  min-height: var(--ms-btsn);
  max-height: var(--ms-btsn);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--nm-divi);
  text-indent: -999em;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
}
.nm-sendBtn:hover, .nm-sendBtn:focus {
  background: var(--nm-blue);
}
.nm-sendBtn:not(:disabled):focus-visible:focus {
  box-shadow: inset 0 0 0 1px var(--nm-shvr), 0 0 0 2px #ECB;
}
.nm-sendBtn:hover .ico-send, .nm-sendBtn:focus .ico-send {
  animation: fly 850ms ease-in-out infinite alternate;
}
.nm-sendBtn .ico-send {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ms-btsn);
  min-width: var(--ms-btsn);
  max-width: var(--ms-btsn);
  height: var(--ms-btsn);
  min-height: var(--ms-btsn);
  max-height: var(--ms-btsn);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  transition: opacity 150ms ease-in-out;
}
.nm-sendBtn .ico-send::before, .nm-sendBtn .ico-send::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  width: var(--nm-btsn);
  min-width: var(--nm-btsn);
  max-width: var(--nm-btsn);
  height: var(--nm-btsn);
  min-height: var(--nm-btsn);
  max-height: var(--nm-btsn);
  -webkit-mask-image: url("/assets/img/ico/ico-send.svg");
  -webkit-mask-position: 60% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50%;
  transform: rotate(318deg);
}
.nm-sendBtn .ico-send::before {
  background-color: var(--nm-mgry);
  opacity: 1;
}
.nm-sendBtn .ico-send::after {
  background-color: #FFF;
  opacity: 0;
  z-index: 1;
}
.nm-sendBtn:hover .ico-send::after, .nm-sendBtn:focus .ico-send::after {
  opacity: 1;
}
.nm-addTopicBtn {
  flex: 1;
  height: 36px;
  margin: 0;
  padding: 0 40px;
  color: var(--background);
  font-family: var(--fo);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.025em;
  text-align: center;
  border-radius: 0;
  background: var(--nm-blue);
  user-select: none;
  cursor: pointer;
}
.nm-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.nm-topic {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  grid-template-areas: "title actions";
  gap: 0;
  align-items: center;
  justify-items: start;
  margin: 0 1px 0 0;
  padding: 0 4px 0 0;
  border-bottom: 1px dotted var(--nm-divi);
  background: linear-gradient(90deg, var(--nm-blue) 8px, transparent 9px);
  background-color: var(--background);
  text-align: center;
  transition: background-color 450ms ease-in-out;
  cursor: pointer;
}
.nm-topic.sel {
  background-color: var(--nm-answ);
}
.nm-topic.sel .nm-topic__title {
  font-weight: 500;
}
.nm-topic__list {
  position: absolute;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  top: 36px;
  min-width: 249px;
  max-width: 249px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px var(--nm-mgry), 0 4px 8px 0 var(--nm-mnsha);
  opacity: 0;
  z-index: 10;
}
.nm-topic__list-wrapper {
  display: flex;
  align-items: flex-start;
  background: var(--nm-blue);
}
.nm-topic__list-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  background: var(--nm-blue);
}
.nm-topic__list-toggle {
  display: none;
}
.nm-topic__list-toggle:checked ~ .nm-topic__list {
  visibility: visible;
  opacity: 1;
}
.nm-topic__list-dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 36px;
  padding: 0 16px;
  color: var(--background);
  font-family: var(--fo);
  font-size: 0.86em;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.215;
  background: var(--nm-blue);
  border: 0;
  border-radius: 0;
}
.nm-topic__title {
  position: relative;
  display: block;
  grid-area: title;
  width: 100%;
  min-height: 22px;
  margin: 0;
  padding: 8px 0;
  overflow: hidden;
  color: var(--foreground);
  font-family: var(--fo);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.0125em;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  transition: all 450ms ease-in-out;
  cursor: pointer;
}
.nm-topic__actions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: actions;
}
.nm-topic__menu {
  position: absolute;
  top: 100%;
  left: -47px;
  min-width: 140px;
  list-style-type: none;
  transform: translateX(-50%) scaleY(0.5);
  transform-origin: top center;
  text-align: left;
  white-space: nowrap;
  background: #FFF;
  box-shadow: 0 0 0 1px #CECECE, 1px 2px 1px 0 rgba(0, 0, 0, 0.6666666667);
  visibility: hidden;
  opacity: 0;
  transition: all 150ms ease-in-out;
  z-index: 100;
}
.nm-topic__menu-chk {
  display: none;
}
.nm-topic__menu-chk:checked ~ ul {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.nm-topic__menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--ms-btel);
  max-width: var(--ms-btel);
  min-height: var(--ms-btel);
  max-height: var(--ms-btel);
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  border-radius: var(--ms-btel);
  user-select: none;
  cursor: pointer;
  color: #555;
  font-weight: 800;
  line-height: 1;
  transition: all 450ms ease-in-out;
  cursor: pointer;
}
.nm-topic__menu-btn:before, .nm-topic__menu-btn:after {
  content: "⋮";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  color: var(--foreground);
  font-family: var(--fo);
  font-size: 15px;
  font-weight: 800;
}
.nm-topic__menu-btn:before {
  background: transparent;
  opacity: 1;
  z-index: 1;
}
.nm-topic__menu-btn:after {
  background-color: rgba(0, 0, 0, 0.1333333333);
  opacity: 0;
  z-index: 2;
}
.nm-topic__menu-btn:hover:after, .nm-topic__menu-btn:focus:after {
  opacity: 1;
}
.nm-topic__menuitem {
  list-style-type: none;
}
.nm-topic__option {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "opt-icon opt-text";
  gap: 8px;
  align-items: center;
  justify-content: start;
  padding: 7px;
  color: #333;
  font-family: var(--fo);
  font-size: 14px;
  transition: all 250ms ease-in-out;
}
.nm-topic__option:hover {
  background: var(--nm-ophv);
  color: #333;
}
.nm-topic__option:hover .nm-topic__option-text {
  opacity: 1;
}
.nm-topic__option-icon {
  grid-area: opt-icon;
  width: 16px;
  height: 16px;
  color: var(--nm-blue);
  font-size: 16px;
  line-height: 1;
}
.nm-topic__option-text {
  grid-area: opt-text;
  color: var(--foreground);
  font-family: var(--fo);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: left;
  opacity: 0.65;
  transition: opacity 250ms ease-in-out;
}
.nm-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 80px;
  min-width: 300px;
  padding: 16px 24px 24px 24px;
  box-shadow: inset 0 0 0 4px var(--nm-blue), 5px 5px 8px 0 rgba(0, 0, 0, 0.4);
  background-color: white;
  font-family: var(--fo);
  font-size: 0.76em;
  z-index: 10000;
}
.nm-popup.new-topic {
  top: 34px;
  bottom: auto;
}
.nm-popup__wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 1em;
}
.nm-popup__header-text {
  color: var(--foreground);
  font-family: var(--ff);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.215;
  user-select: none;
}
.nm-popup__topic {
  flex: 1;
}
.nm-popup__topic-label {
  display: block;
  margin: 0 0 0.25em 0;
  color: var(--foreground);
  font-family: var(--fo);
  font-size: 15px;
  letter-spacing: -0.025em;
  line-height: 1.215;
  user-select: none;
}
.nm-popup__topic-label:after {
  content: ":";
}
.nm-popup__topic-name {
  width: 100%;
  height: 30px;
  font-size: 14pt;
  box-shadow: inset 0 0 0 1px var(--nm-mgry);
  border-radius: 5px;
  padding: 0 8px;
  min-height: 32px;
  color: var(--foreground);
  font-family: var(--fo);
  font-size: 15px;
}
.nm-popup__footer {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.nm-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 32px;
  color: var(--nm-dgry);
  font-weight: 600;
  border-radius: 5px;
  background: var(--nm-divi);
}
.nm-btn__primary {
  color: var(--background);
  font-family: var(--fo);
  font-size: 15px;
  background: var(--nm-blue);
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  opacity: 0.6;
  transition: opacity 450ms ease-in-out;
}

.addBtn {
  float: right;
}

.cancelBtn,
.addBtn {
  padding: 5px 10px;
  box-shadow: 0 0 0 1px var(--nm-mgry);
  background: var(--nm-divi);
}

.actionArea {
  padding-top: 30px;
}

#newTopicName {
  width: 100%;
  height: 30px;
  font-size: medium;
  box-shadow: inset 0 0 0 1px var(--nm-mgry);
}

@keyframes fly {
  from {
    transform: translateY(0.1em);
  }
  to {
    transform: translateY(-0.1em);
  }
}
/* Tablets */
@media screen and (min-width: 48em) {
  .nm-header__brand {
    box-shadow: inset -1px 0 0 0 var(--nm-divi);
  }
  .nm-header__topic {
    display: flex;
  }
  .nm-header__user-full {
    display: flex;
  }
  .nm-header__brand {
    display: flex;
    flex: 0 0 234px;
  }
  .nm-pgContainer {
    display: flex;
    flex: 1;
    z-index: 10;
  }
  .nm-lpnl {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
    grid-template-areas: "topics" "addtopic";
  }
  .nm-topic__list {
    position: relative;
    display: flex;
    top: 0;
    max-height: unset;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
  }
  .nm-topic__list-dropdown {
    display: none;
  }
  .nm-topic__list-header, .nm-topic__list-wrapper {
    background: transparent;
  }
  .nm-topic__title {
    padding: 4px 0;
  }
  .nm-rBottomFixed {
    padding: 10px 20px 10px 10px;
  }
  .nm-addTopicBtn {
    height: 44px;
    margin: 10px;
    padding: 0;
    font-size: 0.9em;
    border-radius: 0.25em;
  }
  .nm-addTopicBtn-text::after {
    content: " New Chat";
  }
  .nm-qtn, .nm-ans {
    padding: 24px 32px;
    max-width: 80%;
    color: var(--foreground);
    font-family: var(--ff);
    font-size: 0.9em;
    font-weight: 400;
    hyphens: none;
    letter-spacing: -0.025em;
    line-height: 1.315;
  }
  .nm-qtn {
    margin: 5px 0 5px 10px;
    background-color: var(--nm-ques);
    border-radius: 16px 16px 16px 0;
    box-shadow: inset 0 0 0 1px var(--nm-conv);
  }
  .nm-ans {
    margin: 10px 5px;
    background-color: var(--nm-answ);
    border-radius: 16px 16px 0 16px;
    box-shadow: inset 0 0 0 1px var(--nm-conv);
  }
  .nm-footer {
    display: flex;
  }
  .nm-popup {
    left: 250px;
  }
  .nm-popup.new-topic {
    top: auto;
    bottom: 10px;
  }
}
/* Desktop */
/* High-res Desktop */
/*# sourceMappingURL=styles.css.map */
