/* 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;
}

/* apps/studio/src/styles.scss */
.addToHomeScreenBanner {
  align-content: center;
  display: none;
  justify-content: center;
  width: 100%;
}
@font-face {
  font-family: Titillium;
  src: url("./media/TitilliumWeb-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Titillium;
  src: url("./media/TitilliumWeb-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: Titillium;
  src: url("./media/TitilliumWeb-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: Titillium;
  src: url("./media/TitilliumWeb-ExtraLight.ttf");
  font-weight: 100;
}
fieldset {
  border: none;
}
.branding {
  display: inline-block;
  padding: 1rem 0 4rem 0;
}
.branding svg {
  max-width: 10rem;
}
.svgTest {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 55px 150px 250px 250px 250px;
}
.item {
  border-radius: 0.25em;
}
html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
body,
html {
  background-color: var(--background);
  color: var(--text-primary);
  min-height: 100%;
  height: 100%;
}
body {
  font-family:
    Titillium,
    "Helvetica Neue",
    sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-size: 0.8rem;
}
a:hover {
  text-decoration: none;
}
header {
  text-align: center;
}
textarea {
  font-family:
    "Titillium Web",
    "Helvetica Neue",
    sans-serif;
}
.demo {
  text-align: center;
}
.demo p {
  text-align: center;
}
[data-tooltip] {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
[data-tooltip]:before {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 0%, 0.65);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: 5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 0%, 0.65);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover {
  z-index: 10;
}
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.svgInline {
  float: right;
  position: sticky;
  margin-top: -17px;
  margin-right: -20px;
  z-index: 10;
  fill: var(--icon);
}
.clear-input {
  position: absolute;
  top: 4px;
  right: 4px;
}
.theme-dark .btn:focus {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.theme-dark .btn:focus,
.theme-dark .btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#9a9a9a));
  background-image: linear-gradient(180deg, #afafaf, #9a9a9a);
  border-color: rgba(230, 230, 230, 0.1);
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.theme-dark .btn:active,
.theme-dark .btn.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#afafaf));
  background-image: linear-gradient(180deg, #c4c4c4, #afafaf);
  border: 0.05rem solid rgba(204, 204, 204, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #afafaf;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #afafaf;
  text-decoration: none;
}
.theme-dark .btn:active.loading::after,
.theme-dark .btn.active.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.theme-dark .btn[disabled],
.theme-dark .btn:disabled,
.theme-dark .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.theme-dark .btn.btn-primary {
  background-color: #365b5a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 232, 227, 0.5)), to(rgba(14, 29, 29, 0.5)));
  background-image: linear-gradient(180deg, rgba(64, 232, 227, 0.5) 0%, rgba(14, 29, 29, 0.5) 100%);
  border: 2px solid #40e8e3;
  color: #ebebeb;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 15px rgba(64, 232, 227, 0.8) inset;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 15px rgba(64, 232, 227, 0.8) inset;
}
.theme-dark .btn.btn-primary:hover {
  -webkit-box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.5),
    0 0 6px 2px #40e8e3,
    0 0 15px #40e8e3 inset;
  box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.5),
    0 0 6px 2px #40e8e3,
    0 0 15px #40e8e3 inset;
}
.theme-dark .btn.btn-primary:active,
.theme-dark .btn.btn-primary.active,
.theme-dark .btn.btn-primary.selected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#f3f3f3)) !important;
  background-image: linear-gradient(180deg, #cecece, #f3f3f3) !important;
  background-color: transparent;
  border: 1px solid #40e8e3;
  -webkit-box-shadow:
    0 0 16px 0 #40e8e3,
    0 0 4px #40e8e3,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #40e8e3 inset;
  box-shadow:
    0 0 16px 0 #40e8e3,
    0 0 4px #40e8e3,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #40e8e3 inset;
  text-decoration: none;
  color: #242424;
}
.theme-dark .btn.btn-primary:disabled {
  background: #365b5a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #365b5a;
  color: #333;
  text-shadow: none;
}
.theme-dark .btn.btn-primary.loading::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
}
.theme-dark .btn.btn-secondary {
  background-color: #6b4c2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 133, 46, 0.5)), to(rgba(14, 29, 29, 0.5)));
  background-image: linear-gradient(180deg, rgba(255, 133, 46, 0.5) 0%, rgba(14, 29, 29, 0.5) 100%);
  border: 2px solid #ff852e;
  color: #ebebeb;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 133, 46, 0.8) inset;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5), 0 0 15px rgba(255, 133, 46, 0.8) inset;
}
.theme-dark .btn.btn-secondary:hover {
  -webkit-box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.5),
    0 0 6px 2px #ff852e,
    0 0 15px #ff852e inset;
  box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.5),
    0 0 6px 2px #ff852e,
    0 0 15px #ff852e inset;
}
.theme-dark .btn.btn-secondary:active,
.theme-dark .btn.btn-secondary.active,
.theme-dark .btn.btn-secondary.selected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#f3f3f3)) !important;
  background-image: linear-gradient(180deg, #cecece, #f3f3f3) !important;
  background-color: transparent;
  border: 1px solid #ff852e;
  -webkit-box-shadow:
    0 0 16px 0 #ff852e,
    0 0 4px #ff852e,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #ff852e inset;
  box-shadow:
    0 0 16px 0 #ff852e,
    0 0 4px #ff852e,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #ff852e inset;
  text-decoration: none;
  color: #242424;
}
.theme-dark .btn.btn-secondary:disabled {
  background: #6b4c2f;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #6b4c2f;
  color: #333;
  text-shadow: none;
}
.theme-dark .btn.btn-standard {
  background: radial-gradient(circle, rgba(157, 157, 157, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-color: #acacac;
}
.theme-dark .btn.btn-standard:hover {
  -webkit-box-shadow: 0 0 7px 3px rgba(197, 197, 197, 0.5);
  box-shadow: 0 0 7px 3px rgba(197, 197, 197, 0.5);
}
.theme-dark .btn.btn-standard:active,
.theme-dark .btn.btn-standard.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cecece), to(#f3f3f3)) !important;
  background-image: linear-gradient(180deg, #cecece, #f3f3f3) !important;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow:
    0 0 16px 0 #e3e3e3,
    0 0 4px #e3e3e3,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #e3e3e3 inset;
  box-shadow:
    0 0 16px 0 #e3e3e3,
    0 0 4px #e3e3e3,
    0 2px 4px rgba(0, 0, 0, 0.5),
    0 0 10px #e3e3e3 inset;
  text-decoration: none;
  color: #242424;
}
.theme-dark .btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #6eedea;
}
.theme-dark .btn.btn-link:focus,
.theme-dark .btn.btn-link:hover,
.theme-dark .btn.btn-link:active,
.theme-dark .btn.btn-link.active {
  color: #57ebe6;
}
.theme-dark .btn.btn-sm {
  font-size: 0.7rem;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.theme-dark .btn.btn-lg {
  font-size: 0.9rem;
  height: 2rem;
  padding: 0.45rem 0.6rem;
}
.theme-dark .btn.btn-block {
  display: block;
  width: 100%;
}
.theme-dark .btn.btn-action {
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.theme-dark .btn.btn-action.btn-sm {
  width: 1.4rem;
}
.theme-dark .btn.btn-action.btn-lg {
  width: 2rem;
}
.theme-dark .btn.danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4c00), to(#dd3e3e));
  background-image: linear-gradient(180deg, #ff4c00, #dd3e3e);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.theme-dark .btn.danger:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6929), to(#e36161));
  background-image: linear-gradient(180deg, #ff6929, #e36161);
}
.theme-dark .btn.danger:active,
.theme-dark .btn.danger.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4c00), to(#dd3e3e));
  background-image: linear-gradient(180deg, #ff4c00, #dd3e3e);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #dd3e3e;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #dd3e3e;
  text-decoration: none;
}
.theme-dark .btn.warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba83), to(#ff7406));
  background-image: linear-gradient(180deg, #ffba83, #ff7406);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.theme-dark .btn.warning:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd1ac), to(#ff8b2f));
  background-image: linear-gradient(180deg, #ffd1ac, #ff8b2f);
}
.theme-dark .btn.warning:active,
.theme-dark .btn.warning.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffba83), to(#ff7406));
  background-image: linear-gradient(180deg, #ffba83, #ff7406);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #ff7406;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #ff7406;
  text-decoration: none;
}
.theme-dark .btn.success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1c990), to(#429321));
  background-image: linear-gradient(180deg, #a1c990, #429321);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.theme-dark .btn.success:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8d6ab), to(#51b428));
  background-image: linear-gradient(180deg, #b8d6ab, #51b428);
}
.theme-dark .btn.success:active,
.theme-dark .btn.success.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a1c990), to(#429321));
  background-image: linear-gradient(180deg, #a1c990, #429321);
  border: 0.05rem solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #429321;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 15px #429321;
  text-decoration: none;
}
.theme-dark .btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.theme-dark .btn-group .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 0;
}
.theme-dark .btn-group .btn.active {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px #1875f0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px #1875f0;
}
.theme-dark .btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.theme-dark .btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.theme-dark .btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.theme-dark .btn-group .btn:focus,
.theme-dark .btn-group .btn:hover,
.theme-dark .btn-group .btn:active,
.theme-dark .btn-group .btn.active {
  z-index: 1;
}
.theme-dark .btn-group.btn-group-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-dark .btn-group.btn-group-block .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.theme-dark .btn-icon {
  background: transparent;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.theme-dark .btn-icon:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-dark .btn-icon .icon {
  width: 24px;
  height: 24px;
}
.theme-dark .btn-icon .icon svg {
  fill: var(--icon);
  width: 24px;
  height: 24px;
}
.flx-pagination {
  width: 100%;
}
.flx-pagination .ngx-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
}
.flx-pagination .ngx-pagination li {
  align-items: center;
  appearance: none;
  background-color: var(--paginatior-background-default);
  border-radius: var(--radius);
  border: 1px solid var(--claim-card);
  color: var(--text-primary);
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  height: 32px;
  justify-content: center;
  margin-right: 0.5rem;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  width: 32px;
}
.flx-pagination .ngx-pagination li:hover {
  box-shadow: 0 0 6px var(--button-shadow);
  border: 1px solid var(--button-shadow);
}
.flx-pagination .ngx-pagination li a {
  color: var(--pageination-font-primary);
  background: none;
  text-decoration: none;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
.flx-pagination .ngx-pagination li.disabled {
  pointer-events: none;
  border: none;
  opacity: 0.2;
}
.flx-pagination .ngx-pagination li.disabled::before,
.flx-pagination .ngx-pagination li.disabled::after {
  content: "";
  cursor: default;
  margin-right: 0;
  margin-left: 0;
}
.flx-pagination .ngx-pagination li.disabled span {
  display: block;
}
.flx-pagination .ngx-pagination li a::before,
.flx-pagination .ngx-pagination li a::after {
  content: "";
  cursor: default;
  pointer-events: none;
  margin-right: 0;
  margin-left: 0;
}
.flx-pagination .ngx-pagination li.ellipsis > a > span {
  vertical-align: super;
}
.flx-pagination .ngx-pagination .pagination-previous,
.flx-pagination .ngx-pagination .pagination-next {
  color: var(--text-primary);
}
.flx-pagination .ngx-pagination .small-screen {
  display: none;
}
.flx-pagination .ngx-pagination .current {
  border: 1px solid var(--primary);
  box-shadow: 0 0 6px var(--box-shadow-theme);
  color: var(--paginator-text-active);
  background-color: var(--paginator-background-active);
  cursor: default;
}
.flx-pagination .ngx-pagination .current:hover {
  border: 1px solid var(--primary);
  box-shadow: 0 0 6px var(--primary);
}
::-webkit-scrollbar {
  width: 4px;
  margin: 4px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  transition: 0.2s ease-in-out all;
  background: var(--icon-background);
  box-shadow: 0 0 5px var(--box-shadow);
  border-radius: 12px;
}
::-webkit-scrollbar-thumb:hover {
  transition: 0.5s ease-in-out all;
  box-shadow: 0 0 10px var(--primary);
}
.toast {
  background: var(--panel);
  border-color: var(--panel);
  border: 0.05 solid var(--background);
  border-radius: var(--radius);
  color: var(--text-primary);
  display: flex;
  justify-content: left;
  flex-direction: column;
  padding: 0.4rem;
  margin: 1rem;
  width: 16rem;
  height: 4rem;
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 12;
}
.toast img,
.toast svg {
  max-height: 1.5rem;
  max-width: 1.5rem;
}
.toast.toast-alert {
  color: var(--alert-light);
  box-shadow: 0 0 20px var(--colour-6-glow), inset 0 0 10px var(--colour-6-glow);
  border: solid 1px var(--alert);
  background: var(--toastr);
}
.toast.toast-success {
  color: var(--success-light);
  box-shadow: 0 0 20px var(--colour-2-glow), inset 0 0 10px var(--colour-2-glow);
  border: solid 1px var(--success);
  background: var(--toastr);
}
.toast.toast-warning {
  color: var(--warning-light);
  box-shadow: 0 0 20px var(--colour-9-glow), inset 0 0 10px var(--colour-9-glow);
  border: solid 1px var(--warning);
  background: var(--toastr);
}
.toast.toast-error {
  color: var(--danger-light);
  box-shadow: 0 0 20px var(--colour-7-glow), inset 0 0 10px var(--colour-7-glow);
  border: solid 1px var(--danger);
  background: var(--toastr);
}
.toast a {
  color: var(--text-primary);
  text-decoration: underline;
}
.toast a:focus,
.toast a:hover,
.toast a:active,
.toast a.active {
  opacity: 0.75;
}
.dynamic-component {
  position: relative;
  padding-bottom: 4.5rem;
  padding-top: 1rem;
}
.context-menu-override-disabled {
  pointer-events: all !important;
}
.context-menu-override-disabled:hover {
  pointer-events: all !important;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: var(--background);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  color: var(--text-primary);
  font-size: 0.8rem;
  font-weight: 400;
  position: absolute;
  padding: 1px 5px 2px 5px;
  bottom: -1.6em;
  left: 80%;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border: 1px solid #111111;
  z-index: 99999;
  visibility: hidden;
}
[data-title] {
  position: relative;
}
.speech-bubble {
  position: absolute;
  background-color: var(--scratch);
  color: #222222;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  line-height: 1.5 !important;
  width: auto;
  max-width: 300px;
}
.flx-popup {
  position: fixed;
  z-index: 12;
  min-width: 150px;
  max-height: 250px;
  overflow: scroll;
  background-color: var(--context-menu-background);
  border-radius: var(--radius);
}
.flx-popup ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  box-shadow: 0 0 45px var(--box-shadow);
}
.flx-popup ul li {
  padding: 0.4rem;
  color: var(--text-primary);
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.1s ease-in-out color;
  display: flex;
  align-items: center;
}
.flx-popup ul li.divider {
  padding: 0;
  cursor: auto;
}
.flx-popup ul li.divider:hover {
  box-shadow: none;
  border: 1px solid transparent;
}
.flx-popup ul li:hover {
  position: relative;
  color: var(--context-menu-text);
  box-shadow: 0 0 5px var(--context-menu-shadow);
  border: 1px solid var(--context-menu-border);
  border-radius: var(--radius);
  background-color: var(--context-menu-background-hover);
}
.flx-popup ul li:hover::before,
.flx-popup ul li:hover::after {
  content: "";
  position: absolute;
  left: 0;
  width: 80%;
  height: 1px;
  z-index: 4;
  background: linear-gradient(90deg, transparent, var(--linear-gradient-theme), transparent);
}
.flx-popup ul li:hover::before {
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.flx-popup ul li:hover::after {
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.flx-popup ul li.selected {
  color: var(--context-menu-text);
  box-shadow: 0 0 5px var(--context-menu-shadow);
  border: 1px solid var(--context-menu-border);
  border-radius: var(--radius);
  background-color: var(--context-menu-background-hover);
}
.flx-popup ul li.selected:hover {
  background: var(--selectList-active) !important;
  color: var(--selectList-text-active) !important;
  box-shadow: 0 0 5px var(--primary) !important;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* apps/studio/src/assets/jivosite/jivosite.css */
#jcont {
  right: 56px !important;
}
#jivo_chat_widget {
  display: none;
}
#jivo_custom_widget {
  background-color: #2962ff;
  position: absolute;
  right: 0.22rem;
  bottom: 0.4rem;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  z-index: 300000;
  cursor: pointer;
  background-image: url(/assets/icons/live-chat.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
#jivo_custom_widget:hover {
  bottom: 1.1rem;
}
#jivo_custom_widget.jivo_online {
  background-color: #505050;
}
#jivo_custom_widget.jivo_online:hover {
  background-color: #606060;
  right: 0.22rem;
  bottom: 0.4rem;
}

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