@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
@font-face {
  font-family: CircularStd;
  font-weight: 400;
  src: url(/assets/fonts/CircularStd-Book.otf) format("opentype");
}
@font-face {
  font-family: CircularStd;
  font-weight: 700;
  src: url(/assets/fonts/CircularStd-Bold.otf) format("opentype");
}
@font-face {
  font-family: CircularStd;
  font-weight: 300;
  src: url(/assets/fonts/CircularStd-Light.otf) format("opentype");
}
@font-face {
  font-family: "Albert Sans";
  src: url(/assets/fonts/AlbertSans-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Albert Sans";
  src: url(/assets/fonts/AlbertSans-Normal.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Albert Sans";
  src: url(/assets/fonts/AlbertSans-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:root {
  touch-action: pan-x pan-y;
  height: 100%;
}
* {
  box-sizing: border-box;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.673m;
}
small {
  font-size: 0.673em;
}
html {
  height: initial;
}
html,
body {
  font-family: "CircularStd", "Arial";
  font-weight: normal;
  font-size: 16px;
  color: #000000;
}
body {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}
p {
  line-height: 1.5em;
}
a {
  color: inherit;
}
a:active {
  color: inherit;
}
*:not(html):not(body)::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  display: none;
}
form .form-title {
  margin-bottom: 30px;
}
form .field-group {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
form .form-btn {
  width: 100%;
  border-radius: 25px;
}
form label {
  display: block;
}
form .fancy-shmancy input,
form .fancy-shmancy textarea {
  width: 100%;
  padding: 25px 15px 8px;
  background: #EFEFEF;
  border: 0;
  border-radius: 15px;
  font-family: CircularStd, Arial;
  font-size: 1em;
}
form .fancy-shmancy input + label,
form .fancy-shmancy input + * + label,
form .fancy-shmancy textarea + label,
form .fancy-shmancy textarea + * + label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #878787;
  transition: all 0.26s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
form .fancy-shmancy input:focus + label,
form .fancy-shmancy input:focus + * + label,
form .fancy-shmancy input.has-content + label,
form .fancy-shmancy input.has-content + * + label,
form .fancy-shmancy input.always-has-content + label,
form .fancy-shmancy input.always-has-content + * + label,
form .fancy-shmancy textarea:focus + label,
form .fancy-shmancy textarea:focus + * + label,
form .fancy-shmancy textarea.has-content + label,
form .fancy-shmancy textarea.has-content + * + label,
form .fancy-shmancy textarea.always-has-content + label,
form .fancy-shmancy textarea.always-has-content + * + label {
  top: 8px;
  font-size: 0.75rem;
  font-weight: 300;
  max-width: 100%;
}
form .fancy-shmancy select,
form .fancy-shmancy .select {
  width: 100%;
  padding: 25px 15px 8px;
  background-color: #EFEFEF;
  border: 0;
  border-radius: 15px;
  background-size: 16px 16px;
  padding-right: 40px;
}
form .fancy-shmancy select::-ms-expand,
form .fancy-shmancy .select::-ms-expand {
  display: none;
}
form .fancy-shmancy select + label,
form .fancy-shmancy select + * + label,
form .fancy-shmancy .select + label,
form .fancy-shmancy .select + * + label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #878787;
  transition: all 0.26s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
form .fancy-shmancy select:focus + label,
form .fancy-shmancy select:focus + * + label,
form .fancy-shmancy select.has-content + label,
form .fancy-shmancy select.has-content + * + label,
form .fancy-shmancy select.always-has-content + label,
form .fancy-shmancy select.always-has-content + * + label,
form .fancy-shmancy .select:focus + label,
form .fancy-shmancy .select:focus + * + label,
form .fancy-shmancy .select.has-content + label,
form .fancy-shmancy .select.has-content + * + label,
form .fancy-shmancy .select.always-has-content + label,
form .fancy-shmancy .select.always-has-content + * + label {
  top: 8px;
  font-size: 0.75rem;
  font-weight: 300;
  max-width: 100%;
}
form .hh-checkbox {
  display: flex;
  align-items: center;
}
form .hh-checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  user-select: none;
}
form .hh-checkbox label input {
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .hh-checkbox label input:checked ~ .checkmark {
  background-color: #7B1ED7;
}
form .hh-checkbox label input:checked ~ .checkmark:after {
  display: block;
}
form .hh-checkbox label .checkmark {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 4px;
}
form .hh-checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
form .hh-checkbox label .label {
  font-size: 1rem;
}
select,
.select {
  position: relative;
  background: url("./media/icon-down-arrow.svg") no-repeat right 10px center;
  background-size: 16px 16px;
  padding-right: 40px;
}
select::-ms-expand,
.select::-ms-expand {
  display: none;
}
input,
select,
.select {
  display: block;
  height: 49px;
  width: 100%;
  padding: 10px;
  border-radius: 15px;
  border: 0px solid #adadad;
  background-color: #EFEFEF;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1em;
  outline: none;
}
::-webkit-file-upload-button,
::file-selector-button {
  display: none;
}
.modal-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tabs {
  display: flex;
  list-style-type: none;
  width: 100%;
  padding: 10px;
  overflow: auto;
  overflow-y: hidden;
  background:
    linear-gradient(
      to right,
      #E0327E 0%,
      #FF5D02 100%);
}
.tabs.loaded {
  background:
    linear-gradient(
      to right,
      #E0327E 0%,
      #FF5D02 100%);
}
.tabs a {
  position: relative;
  z-index: 2;
  color: #000;
  text-decoration: none;
  flex-shrink: 0;
}
.tabs a + a {
  margin-left: 10px;
}
.tabs a.selected {
  color: #fff;
  box-shadow:
    0px 0 100px 100px white,
    0px 0 200px 200px white,
    0px 0 400px 400px white,
    0px 0 800px 800px white,
    0px 0 1600px 1600px white;
  z-index: 1;
}
.tabs.filter-tabs {
  background: transparent;
  padding: 10px 10px;
}
.tabs.filter-tabs li {
  flex-shrink: 0;
  color: #000;
}
.node-card {
  display: block;
  padding: 10px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}
.node-card.no-boundary {
  border: none;
}
.node-card .text-muted {
  font-weight: lighter;
  color: #22445F;
}
.node-interaction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.node-description {
  margin-top: 8px;
  max-height: 3em;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.node-tile {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin-right: 10px;
}
.node-tile .node-tile-image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  flex-shrink: 0;
}
.node-tile .node-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.node-tile .node-tile-image.square img {
  border-radius: 4px;
}
.node-tile .node-tile-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.node-tile .node-tile-info .info-title {
  color: #000;
  font-size: 1rem;
}
.hub-container {
  color: #fff;
  margin-top: -102.5px;
  padding: 102.5px 10px 20px;
  background:
    linear-gradient(
      to right,
      #2D71F4,
      #FA02FF);
  height: 140px;
  position: sticky;
  top: 0;
  z-index: 11;
}
.hub-container .title {
  margin-bottom: 14px;
  font-size: 0.75em;
}
.hub-container .plus-icon {
  margin: 0px 6px 0px -1px;
  width: 22px;
}
.head-container {
  max-width: 610px;
  margin: 0px auto;
  margin-bottom: 0px;
}
.price {
  color: #000;
}
.price .fractional {
  font-size: 0.8125em;
  vertical-align: text-bottom;
}
button {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
}
.btn {
  display: inline-block;
  position: relative;
  line-height: 1.5rem;
  padding: 5px 15px;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  font-size: 1rem;
  background: none;
  cursor: pointer;
  transition: padding 0.3s ease;
}
.btn.btn-primary {
  color: #fff;
  background-color: #7B1ED7;
}
.btn.btn-secondary {
  color: #7B1ED7;
  background: #fff;
  border: 1px solid #7B1ED7;
}
.btn.btn-alternative {
  color: #000000;
  background-color: #E3E4EB;
}
.btn.btn-rounded {
  padding: 8px 18px;
  border-radius: 50px;
}
.btn.btn-skinny-rounded {
  padding: 3px 13px;
  border-radius: 12px;
}
.btn.btn-hub {
  border: 1px solid #fff;
}
.btn.btn-caution {
  color: red;
  border: 1px solid #ff8800;
}
.btn.btn-fabulous {
  border: 1px solid blue;
  color: blue;
  background: #fff;
}
.btn.btn-submit {
  display: flex;
  justify-content: center;
}
.btn.btn-large {
  padding: 15px;
  border-radius: 50px;
}
.btn:after {
  position: absolute;
  top: 5px;
  left: 13px;
  content: "\2713";
  color: #fff;
  padding-left: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.btn.added {
  color: #fff;
  padding-left: 40px;
  background: #7B1ED7;
}
.btn.added:after {
  opacity: 1;
}
.btn-filter {
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #ccc;
  font-size: 0.8125em;
  margin: 5px;
  padding: 3px 12px;
  border-radius: 24px;
  background-color: transparent;
}
.products {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 5px));
  gap: 10px;
}
.products product-grid-item {
  width: 100%;
}
.entity-add-controls {
  display: flex;
  padding: 13px 20px;
  margin: 0 -10px;
}
.entity-add-controls .control {
  color: #000;
  cursor: pointer;
}
.entity-add-controls.no-filter {
  padding: 30px 20px 20px;
  margin: 0;
}
.mention {
  position: relative;
  display: inline-block;
  color: #7B1ED7;
  cursor: pointer;
}
.mention:hover,
.mention.hover {
  text-decoration: underline;
}
.mention:hover .user-card,
.mention.hover .user-card {
  display: flex;
}
.mention .user-card {
  display: none;
  position: fixed;
  z-index: 100;
  text-decoration: none;
  color: #000;
  columns: inherit;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.mention .user-card .img-container {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.mention .user-card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mention .user-card .user-name {
  display: block;
  white-space: nowrap;
  margin-left: 10px;
}
.discussion-text {
  color: #22445F;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.discussion-text.truncate-multi-line {
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.discussion-text a {
  color: #7B1ED7;
}
.editor-placeholder::before {
  display: block;
  content: attr(data-placeholder);
  color: #878787;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
body.party-mode {
  background-color: #ff69b4;
  transition: background-color 0.5s ease-in-out;
  animation: disco 1s infinite alternate;
}
@keyframes disco {
  0% {
    background-color: #ff69b4;
  }
  25% {
    background-color: #ff4500;
  }
  50% {
    background-color: #ffd700;
  }
  75% {
    background-color: #32cd32;
  }
  100% {
    background-color: #1e90ff;
  }
}
footer {
  margin-top: auto;
}
@media screen and (min-width: 640px) {
  .page-content {
    margin: 42px auto;
    border-radius: 8px;
    background-color: #FFF !important;
    border:
      1.1px,
      solid,
      #D4DDE4 !important;
  }
  .container {
    padding: 0 20px;
  }
}
.page-content {
  padding: 15px 10px;
  max-width: 640px;
  background-color: transparent;
  border-color: transparent;
}
.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 10px;
}
.entity-tab-container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 10px;
}
.content-container {
  margin: 0 auto;
  max-width: 640px;
}
.text-center {
  text-align: center;
}
.flex-column {
  flex-direction: column;
}
.flex {
  display: flex;
}
.flex.flex-center {
  align-items: center;
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex-grow {
  flex-grow: 1;
}
.align-center {
  align-self: center;
}
.grid {
  display: grid;
}
.grid-columns-5 {
  grid-template-columns: repeat(5, calc(20% - 8px));
  gap: 10px;
}
.grid-columns-3 {
  grid-template-columns: repeat(3, calc(33.33% - 6.666666667px));
  gap: 10px;
}
.grid-columns-2 {
  grid-template-columns: repeat(2, calc(50% - 5px));
  gap: 10px;
}
.grid-columns-1 {
  grid-template-columns: 100%;
  gap: 40px;
}
.info-block-container {
  display: flex;
}
.info-block {
  display: flex;
  flex-direction: column;
}
.info-block .info-block-title {
  font-weight: bold;
}
.error {
  color: #8f1515;
  font-size: 0.8em;
}
.success {
  color: #007a04;
  font-size: 1em;
}
.text-muted {
  color: #848484;
}
.small {
  font-size: 0.8125rem;
}
body {
  background-color: #f7f7f7;
}
.message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
  z-index: 1000;
}
#sticky-stuff {
  position: sticky;
  transition: top 0.3s;
  background-color: white;
  z-index: 10;
}
.slick-next {
  display: none !important;
}

/* node_modules/slick-carousel/slick/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* node_modules/slick-carousel/slick/slick-theme.css */
.slick-loading .slick-list {
  background: #fff url("./media/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./media/slick.eot");
  src:
    url("./media/slick.eot?#iefix") format("embedded-opentype"),
    url("./media/slick.woff") format("woff"),
    url("./media/slick.ttf") format("truetype"),
    url("./media/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* node_modules/prosemirror-view/style/prosemirror.css */
.ProseMirror {
  position: relative;
}
.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
.ProseMirror [draggable][contenteditable=false] {
  -webkit-user-select: text;
  user-select: text;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
