/* /ActionProviders/BulkMediaUpload.razor.rz.scp.css */
[b-qv8seylofa] file-upload {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* /Components/CloneComponentModal.razor.rz.scp.css */
.clone-component[b-2srgkvaikb] {
  min-width: 80vw;
}
.page-selector[b-2srgkvaikb] {
  margin: 10px 0 30px;
  display: grid;
  gap: 3px;
}
label[b-2srgkvaikb] {
  color: #666;
  font-size: 14px;
}
.component-selector[b-2srgkvaikb] {
  min-height: 500px;
  background: #F6F9FF;
}
.component-selector[loading][b-2srgkvaikb] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.component[b-2srgkvaikb] {
  position: relative;
  opacity: 0.5;
}
.component[b-2srgkvaikb]  > * {
  pointer-events: none;
}
.component.selectable[b-2srgkvaikb] {
  opacity: 1;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.component.selectable:hover[b-2srgkvaikb] {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(255, 255, 255, 0.1);
  transform: scale(1.01);
  z-index: 9999;
}
/* /Components/ComponentEditors/EditorForComponent.razor.rz.scp.css */
[data-editing][b-4iudlonrsm] {
  opacity: 1;
  z-index: 10;
  position: relative;
  background: transparent;
  /*    > button.remove-component {
        position: absolute;
        bottom: 10%;
        left: 50%;
    }*/
}
[data-editing][b-4iudlonrsm]  button.remove-component {
  position: absolute;
}
[data-editing]:not([data-type="Paragraph"])[b-4iudlonrsm]::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  border: dashed;
  border-color: #333;
  border-radius: 3px;
}
/* /Components/ComponentEditors/EditorForComponentChildren.razor.rz.scp.css */
component-editor-wrapper[b-zak1m8ddoj] {
  display: contents;
}
component-editor-wrapper component-editor-item-wrapper[b-zak1m8ddoj] {
  display: contents;
}
/* /Components/EditorForPage.razor.rz.scp.css */
.page-editor[b-sth96h90sj] {
  height: 100%;
  --side-bar-width: 300px;
}
aside[b-sth96h90sj] {
  background: #EBF3FF;
  height: 100%;
  overflow: hidden auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.parameters[b-sth96h90sj] {
  padding: 10px;
  padding-top: 20px;
}
.actions[b-sth96h90sj] {
  position: sticky;
  bottom: 0;
  background: #EBF3FF;
  padding: 20px 10px;
  box-shadow: 0 -10px 5px #EBF3FF;
}
/* /Components/ListItem/IconListItem.razor.rz.scp.css */
list-item[b-b4szox7vwe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
[b-b4szox7vwe] svg {
  font-size: 35px;
}
list-item[item-type="card"] .name[b-b4szox7vwe] {
  margin-top: auto;
  text-align: center;
  font-size: 12px;
}
item-actions-container[b-b4szox7vwe] {
  align-self: end;
}
/* /Components/PageContentsEditor.razor.rz.scp.css */
.page-viewer[b-3ffv8gcriy] {
  position: relative;
}
.page-viewer[data-editing-component][b-3ffv8gcriy]::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
/* /Components/PageStyleWrapper.razor.rz.scp.css */
div[b-cmcslr1e61] {
  position: relative;
  --primary-color: #0059FF;
  --light-theme-color: #2E3543;
  --light-theme-background: #F6F9FF;
  --light-theme-header-color: #0059FF;
  --dark-theme-color: white;
  --dark-theme-background: #2E3543;
  --dark-theme-header-color: white;
  --dark-blue-theme-background: #043174;
  --text-color: var(--light-theme-color);
  --anchor-underline-colour: rgba(46, 53, 67, 0.3);
  --section-background-colour: var(--light-theme-background);
  --header-color: var(--light-theme-header-color);
  --input-border-color: rgba(0, 89, 255, 0.3);
  --error-color: #FF0004;
  --primary-button-background: #0059FF;
  --primary-button-color: white;
  --secondary-button-background: transparent;
  --secondary-button-color: #2E3543;
  --solid-button-background: white;
  --solid-button-color: #2E3543;
  --inline-button-color: #2E3543;
  --section-padding: 100px;
  --large-header-font-size: 72px;
  --header-font-size: 48px;
  --medium-header-font-size: 32px;
  --small-header-font-size: 24px;
}
@media only screen and (max-width: 1400px) {
  div[b-cmcslr1e61] {
    --header-font-size: 36px;
  }
}
@media only screen and (max-width: 1100px) {
  div[b-cmcslr1e61] {
    --section-padding: 50px;
    --large-header-font-size: 56px;
    --medium-header-font-size: 26px;
    --small-header-font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  div[b-cmcslr1e61] {
    --section-padding: 30px;
    --header-font-size: 30px;
    --small-header-font-size: 22px;
  }
}
[b-cmcslr1e61] h3,
[b-cmcslr1e61] div.paragraph,
[b-cmcslr1e61] p,
[b-cmcslr1e61] a:not(.button) {
  color: var(--text-color);
}
[b-cmcslr1e61] h1,
[b-cmcslr1e61] h2,
[b-cmcslr1e61] h3 {
  font-style: normal;
  line-height: 110%;
  font-weight: 300;
  margin: 0.5em 0;
}
[b-cmcslr1e61] h1[text-colour="White"],
[b-cmcslr1e61] h2[text-colour="White"],
[b-cmcslr1e61] h3[text-colour="White"] {
  color: white !important;
}
[b-cmcslr1e61] h1[text-colour="Dark"],
[b-cmcslr1e61] h2[text-colour="Dark"],
[b-cmcslr1e61] h3[text-colour="Dark"] {
  color: #2E3543 !important;
}
[b-cmcslr1e61] h1[text-colour="Bright"],
[b-cmcslr1e61] h2[text-colour="Bright"],
[b-cmcslr1e61] h3[text-colour="Bright"] {
  color: #0059FF !important;
}
[b-cmcslr1e61] h1 {
  color: var(--header-color);
  font-size: var(--header-font-size);
}
[b-cmcslr1e61] h1.extra-large {
  font-size: var(--large-header-font-size);
}
[b-cmcslr1e61] h1.medium-large {
  font-size: 36px;
}
[b-cmcslr1e61] h1.hero-heading {
  font-size: 64px;
}
@media only screen and (max-width: 700px) {
  [b-cmcslr1e61] h1.hero-heading {
    font-size: 50px;
  }
}
[b-cmcslr1e61] h1.sub-heading {
  font-size: 30px;
  line-height: 170%;
}
@media only screen and (max-width: 1400px) {
  [b-cmcslr1e61] h1.sub-heading {
    font-size: 24px;
    line-height: 145%;
  }
}
[b-cmcslr1e61] h2 {
  color: var(--header-color);
  font-size: var(--small-header-font-size);
}
[b-cmcslr1e61] h2.large {
  font-size: var(--header-font-size);
}
[b-cmcslr1e61] h3 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
}
[b-cmcslr1e61] div.paragraph,
[b-cmcslr1e61] p {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  line-height: 170%;
}
[b-cmcslr1e61] div.paragraph.small,
[b-cmcslr1e61] p.small,
[b-cmcslr1e61] div.paragraph.small > *,
[b-cmcslr1e61] p.small > * {
  font-size: 14px;
  line-height: 185%;
  letter-spacing: 0.02em;
}
[b-cmcslr1e61] div.paragraph.large,
[b-cmcslr1e61] p.large,
[b-cmcslr1e61] div.paragraph.large > *,
[b-cmcslr1e61] p.large > * {
  font-size: 18px;
  letter-spacing: 0.02em;
}
[b-cmcslr1e61] div.paragraph[text-colour="Bright"],
[b-cmcslr1e61] p[text-colour="Bright"],
[b-cmcslr1e61] div.paragraph[text-colour="Bright"] > *,
[b-cmcslr1e61] p[text-colour="Bright"] > * {
  color: #0059FF;
  --text-color: #0059FF;
}
[b-cmcslr1e61] div.paragraph[text-colour="White"],
[b-cmcslr1e61] p[text-colour="White"],
[b-cmcslr1e61] div.paragraph[text-colour="White"] > *,
[b-cmcslr1e61] p[text-colour="White"] > * {
  color: white;
  --text-color: white;
}
[b-cmcslr1e61] div.paragraph[text-colour="Dark"],
[b-cmcslr1e61] p[text-colour="Dark"],
[b-cmcslr1e61] div.paragraph[text-colour="Dark"] > *,
[b-cmcslr1e61] p[text-colour="Dark"] > * {
  color: #2E3543;
  --text-color: #2E3543;
}
[b-cmcslr1e61] div.paragraph > a:not(.mail-to),
[b-cmcslr1e61] p > a:not(.mail-to) {
  border-bottom: 1px solid var(--anchor-underline-colour);
}
[b-cmcslr1e61] sub-heading > div.paragraph,
[b-cmcslr1e61] sub-heading > div.paragraph > * {
  font-weight: 300;
  letter-spacing: 0;
  font-size: 30px;
}
[b-cmcslr1e61] sub-heading > div.paragraph > p,
[b-cmcslr1e61] sub-heading > div.paragraph > * > p {
  margin: 0;
}
[b-cmcslr1e61] sub-heading > div.paragraph.small,
[b-cmcslr1e61] sub-heading > div.paragraph > *.small,
[b-cmcslr1e61] sub-heading > div.paragraph.small > *,
[b-cmcslr1e61] sub-heading > div.paragraph > *.small > * {
  font-size: 20px;
}
[b-cmcslr1e61] sub-heading > div.paragraph.medium,
[b-cmcslr1e61] sub-heading > div.paragraph > *.medium,
[b-cmcslr1e61] sub-heading > div.paragraph.medium > *,
[b-cmcslr1e61] sub-heading > div.paragraph > *.medium > * {
  font-size: 24px;
}
[b-cmcslr1e61] sub-heading > div.paragraph.large,
[b-cmcslr1e61] sub-heading > div.paragraph > *.large,
[b-cmcslr1e61] sub-heading > div.paragraph.large > *,
[b-cmcslr1e61] sub-heading > div.paragraph > *.large > * {
  font-size: 30px;
}
[b-cmcslr1e61] heading > div.paragraph,
[b-cmcslr1e61] heading > div.paragraph > * {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 110%;
  color: var(--header-color);
  font-size: var(--header-font-size);
}
[b-cmcslr1e61] heading > div.paragraph > p,
[b-cmcslr1e61] heading > div.paragraph > * > p {
  margin: 0;
}
[b-cmcslr1e61] heading > div.paragraph.extra-large,
[b-cmcslr1e61] heading > div.paragraph > *.extra-large,
[b-cmcslr1e61] heading > div.paragraph.extra-large > *,
[b-cmcslr1e61] heading > div.paragraph > *.extra-large > * {
  font-size: var(--large-header-font-size);
}
[b-cmcslr1e61] heading > div.paragraph.medium-large,
[b-cmcslr1e61] heading > div.paragraph > *.medium-large,
[b-cmcslr1e61] heading > div.paragraph.medium-large > *,
[b-cmcslr1e61] heading > div.paragraph > *.medium-large > * {
  font-size: 36px;
}
[b-cmcslr1e61] heading > div.paragraph.hero-heading,
[b-cmcslr1e61] heading > div.paragraph > *.hero-heading,
[b-cmcslr1e61] heading > div.paragraph.hero-heading > *,
[b-cmcslr1e61] heading > div.paragraph > *.hero-heading > * {
  font-size: 64px;
}
[b-cmcslr1e61] heading > div.paragraph.medium,
[b-cmcslr1e61] heading > div.paragraph > *.medium,
[b-cmcslr1e61] heading > div.paragraph.medium > *,
[b-cmcslr1e61] heading > div.paragraph > *.medium > * {
  font-size: var(--small-header-font-size);
}
[b-cmcslr1e61] heading > div.paragraph.large,
[b-cmcslr1e61] heading > div.paragraph > *.large,
[b-cmcslr1e61] heading > div.paragraph.large > *,
[b-cmcslr1e61] heading > div.paragraph > *.large > * {
  font-size: var(--header-font-size);
}
[b-cmcslr1e61] hr {
  border: none;
  border-top: 1px solid;
  border-color: var(--text-color);
}
[b-cmcslr1e61] ul {
  margin-block: 0.5em;
  color: var(--text-color);
}
[b-cmcslr1e61] .button,
[b-cmcslr1e61] input[type="submit"] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--button-color);
  display: inline-block;
  background: var(--button-background);
  border: 1px solid var(--button-border-color);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  --button-color: white;
  --button-background: #0059FF;
  --button-border-color: #0059FF;
  opacity: 1;
  transition: opacity 0.2s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 500px) {
  [b-cmcslr1e61] .button,
  [b-cmcslr1e61] input[type="submit"] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
[b-cmcslr1e61] .button.primary.bright-text,
[b-cmcslr1e61] input[type="submit"].primary.bright-text {
  --button-color: #0059FF !important;
  --button-background: white !important;
  --button-border-color: white !important;
}
[b-cmcslr1e61] .button.primary.dark-text,
[b-cmcslr1e61] input[type="submit"].primary.dark-text {
  --button-color: #2E3543 !important;
  --button-background: white !important;
  --button-border-color: white !important;
}
[b-cmcslr1e61] .button.primary.white-text,
[b-cmcslr1e61] input[type="submit"].primary.white-text {
  --button-color: white !important;
  --button-background: #0059FF !important;
  --button-border-color: #0059FF !important;
}
[b-cmcslr1e61] .button:hover,
[b-cmcslr1e61] input[type="submit"]:hover,
[b-cmcslr1e61] .button:focus,
[b-cmcslr1e61] input[type="submit"]:focus,
[b-cmcslr1e61] .button:focus-visible,
[b-cmcslr1e61] input[type="submit"]:focus-visible {
  opacity: 0.9;
}
[b-cmcslr1e61] .button.secondary,
[b-cmcslr1e61] input[type="submit"].secondary {
  --button-color: var(--secondary-button-color);
  --button-border-color: var(--secondary-button-color);
  --button-background: transparent;
}
[b-cmcslr1e61] .button.secondary.bright-text,
[b-cmcslr1e61] input[type="submit"].secondary.bright-text {
  --button-color: #0059FF !important;
  --button-background: transparent !important;
  --button-border-color: #0059FF !important;
}
[b-cmcslr1e61] .button.secondary.dark-text,
[b-cmcslr1e61] input[type="submit"].secondary.dark-text {
  --button-color: #2E3543 !important;
  --button-background: transparent !important;
  --button-border-color: #2E3543 !important;
}
[b-cmcslr1e61] .button.secondary.white-text,
[b-cmcslr1e61] input[type="submit"].secondary.white-text {
  --button-color: white !important;
  --button-background: transparent !important;
  --button-border-color: white !important;
}
[b-cmcslr1e61] .button.outlined,
[b-cmcslr1e61] input[type="submit"].outlined {
  --button-color: #0059FF !important;
  --button-background: white !important;
  --button-border-color: #0059FF !important;
}
[b-cmcslr1e61] .button.outlined.bright-text,
[b-cmcslr1e61] input[type="submit"].outlined.bright-text {
  --button-color: #0059FF !important;
  --button-background: white !important;
  --button-border-color: #0059FF !important;
}
[b-cmcslr1e61] .button.outlined.dark-text,
[b-cmcslr1e61] input[type="submit"].outlined.dark-text {
  --button-color: #2E3543 !important;
  --button-background: white !important;
  --button-border-color: #2E3543 !important;
}
[b-cmcslr1e61] .button.outlined.white-text,
[b-cmcslr1e61] input[type="submit"].outlined.white-text {
  --button-color: white !important;
  --button-background: #0059FF !important;
  --button-border-color: white !important;
}
[b-cmcslr1e61] .button.inline,
[b-cmcslr1e61] input[type="submit"].inline {
  --button-background: transparent;
  --button-color: var(--inline-button-color);
  border: none;
}
[b-cmcslr1e61] .button.solid,
[b-cmcslr1e61] input[type="submit"].solid {
  --button-background: var(--solid-button-background);
  --button-border-color: var(--solid-button-background);
  --button-color: var(--solid-button-color);
}
[b-cmcslr1e61] a.mail-to::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/images/icons/mail.svg) center / contain no-repeat;
  padding-right: 1em;
  font-weight: 400;
}
[b-cmcslr1e61] a.link {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  cursor: pointer;
  padding: 1em 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--header-color);
}
[b-cmcslr1e61] a.link.arrow:hover > svg {
  margin-left: 0.5em;
}
[b-cmcslr1e61] a.link.arrow > svg {
  transition: margin-left 0.2s ease;
  font-size: 1.4em;
  margin-left: 0.25em;
}
[b-cmcslr1e61] a.link.right-aligned-arrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
[b-cmcslr1e61] a.link.white-text {
  color: white !important;
}
[b-cmcslr1e61] a.link.tiny-text {
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media only screen and (max-width: 700px) {
  [b-cmcslr1e61] a.link.tiny-text {
    white-space: normal;
  }
}
[b-cmcslr1e61] a.link:focus,
[b-cmcslr1e61] a.link:focus-visible {
  outline-width: 0;
}
[b-cmcslr1e61] input,
[b-cmcslr1e61] textarea,
[b-cmcslr1e61] select {
  color: var(--text-color);
  border: 1px solid var(--input-border-color);
  background-color: var(--section-background-colour, white);
  padding: 1em;
  border-radius: 5px;
  font-family: "ReplicaLL", "Inter", sans-serif;
}
[b-cmcslr1e61] input::placeholder,
[b-cmcslr1e61] textarea::placeholder,
[b-cmcslr1e61] select::placeholder {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  font-family: "ReplicaLL", "Inter", sans-serif;
  color: var(--header-color);
  font-weight: 600;
}
[b-cmcslr1e61] input:focus,
[b-cmcslr1e61] textarea:focus,
[b-cmcslr1e61] select:focus,
[b-cmcslr1e61] input:focus-visible,
[b-cmcslr1e61] textarea:focus-visible,
[b-cmcslr1e61] select:focus-visible {
  outline: 1px solid var(--input-border-color);
}
[b-cmcslr1e61] input:focus::placeholder,
[b-cmcslr1e61] textarea:focus::placeholder,
[b-cmcslr1e61] select:focus::placeholder,
[b-cmcslr1e61] input:focus-visible::placeholder,
[b-cmcslr1e61] textarea:focus-visible::placeholder,
[b-cmcslr1e61] select:focus-visible::placeholder {
  color: transparent;
}
[b-cmcslr1e61] phone-number > div.paragraph,
[b-cmcslr1e61] email-address > div.paragraph {
  margin-left: -1em;
}
[b-cmcslr1e61] phone-number > div.paragraph::before,
[b-cmcslr1e61] email-address > div.paragraph::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  padding-right: 2em;
  vertical-align: middle;
}
[b-cmcslr1e61] phone-number > div.paragraph::before {
  background: url(/images/icons/phone.svg) center / contain no-repeat;
  height: 19px;
}
[b-cmcslr1e61] email-address > div.paragraph::before {
  background: url(/images/icons/mail.svg) center / contain no-repeat;
}
[b-cmcslr1e61] button-group {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  [b-cmcslr1e61] button-group {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
[b-cmcslr1e61] gradient-mask {
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 25%, #000000bf 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 16em;
}
[b-cmcslr1e61] gradient-mask div.paragraph {
  padding: 20px 0;
  color: white;
  position: absolute;
  bottom: 0;
}
[b-cmcslr1e61] img.background-img,
[b-cmcslr1e61] img[image-postion="Background"] {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
[b-cmcslr1e61] heading-image > img {
  max-width: 100%;
}
@media only screen and (max-width: 1100px) {
  [b-cmcslr1e61] heading-image > img {
    max-width: 100vw;
    width: 100%;
    object-fit: cover;
  }
}
[b-cmcslr1e61] heading-image.offset-bottom > img,
[b-cmcslr1e61] heading-image.offset-top > img {
  max-width: 90vw;
}
[b-cmcslr1e61] .ql-align-center {
  text-align: center;
}
[b-cmcslr1e61] .ql-align-justify {
  text-align: justify;
}
[b-cmcslr1e61] .ql-align-right {
  text-align: right;
}
[b-cmcslr1e61] .ql-indent-1 {
  padding-left: 3em;
}
[b-cmcslr1e61] .ql-indent-2 {
  padding-left: 6em;
}
[b-cmcslr1e61] .ql-indent-3 {
  padding-left: 9em;
}
[b-cmcslr1e61] .ql-indent-4 {
  padding-left: 12em;
}
[b-cmcslr1e61] blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
[b-cmcslr1e61] code {
  background-color: #f0f0f0;
  border-radius: 3px;
  font-size: 85%;
  padding: 2px 4px;
}
@keyframes pulse-b-cmcslr1e61 {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.9;
  }
}
/* /Components/ParameterEditors/ComponentParameterTitle.razor.rz.scp.css */
h2[b-9dcq0yzj1y] {
  margin-top: 0;
}
[b-9dcq0yzj1y] editor-for[type="enum"] {
  flex-direction: column;
  gap: 5px;
}
/* /Components/ParameterEditors/EditorForAlignment.razor.rz.scp.css */
.alignment-editor[b-qprbmwc1s0] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  border-radius: 5px;
  overflow: hidden;
}
button[b-qprbmwc1s0] {
  border-radius: 0;
  color: white;
  border: none;
  padding: 15px 10px;
}
button[data-selected][b-qprbmwc1s0] {
  background: #0059FF;
}
/* /Components/ParameterEditors/EditorForComponentParameters.razor.rz.scp.css */
.component-editor[b-0vnaicfvva] {
  max-width: 100%;
  width: 100%;
}
/* /Components/ParameterEditors/EntityInsertModal.razor.rz.scp.css */
.editor[b-592bey1zs6] {
  margin-bottom: 20px;
}
.actions[b-592bey1zs6] {
  display: flex;
  justify-content: end;
  gap: 10px;
}
/* /Components/ParameterEditors/Media/EditorForMedia.razor.rz.scp.css */
editor-for[b-m1hne107l1] {
  display: grid;
}
editor-for[data-compressed][b-m1hne107l1] {
  gap: 20px;
  grid-template-columns: minmax(100px, 300px) 1fr;
}
editor-for[data-compressed][b-m1hne107l1]  form-field {
  margin: 0;
  margin-top: 5px;
}
editor-for[data-compressed][b-m1hne107l1]  editor-for[type="enum"] {
  margin: 0;
}
editor-for[data-compressed][b-m1hne107l1]  .invalid {
  display: block;
  margin-bottom: 20px;
}
editor-for[data-compressed][b-m1hne107l1]  validation-for {
  left: 0;
  bottom: 0;
}
editor-for[data-compressed][b-m1hne107l1]  validation-for span {
  margin: 0;
}
.focus[b-m1hne107l1] {
  display: flex;
  gap: 20px;
}
.compressed-display[b-m1hne107l1] {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}
/* /Components/ParameterEditors/Media/MediaInsertModal.razor.rz.scp.css */
.media-list[b-ou6cv9bmum] {
  display: grid;
  gap: 20px;
}
.actions[b-ou6cv9bmum] {
  display: flex;
  justify-content: end;
  gap: 10px;
}
hr[b-ou6cv9bmum] {
  width: 100%;
  border: none;
  border-top: 1px solid #EBF3FF;
}
/* /Components/ParameterEditors/Media/SelectForMedia.razor.rz.scp.css */
.editor-for-media[b-tbb54uwvz4] {
  display: grid;
  gap: 5px;
}
/* /Components/ParameterEditors/ParameterEditor.razor.rz.scp.css */
property-heirarchy-tab[b-3oqoarx68x] {
  border: solid 2px #00ABEA;
  border-top: 0;
  border-bottom: 0;
  display: block;
  background-color: #D2E2EF;
}
property-parameters[b-3oqoarx68x] {
  display: block;
  min-height: 100px;
  padding: 0 8px;
  border: solid 2px #00ABEA;
  border-top: 0px;
  box-shadow: -9px 5px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  overflow: hidden;
}
h2[b-3oqoarx68x] {
  margin-top: 0;
}
[b-3oqoarx68x] editor-for[type="enum"] {
  flex-direction: column;
  gap: 5px;
}
[b-3oqoarx68x] editor-for[breezer-editor-for-inline-list] {
  padding: inherit;
  margin: inherit;
  overflow: unset;
  display: inherit;
  box-shadow: unset;
}
[b-3oqoarx68x] property-heirarchy-page-tab {
  display: block;
}
[b-3oqoarx68x] property-heirarchy-page-tab parameter-header-section {
  border: solid 2px #00ABEA;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
  background-color: #D2E2EF;
}
/* /Components/ParameterEditors/ParameterTitle.razor.rz.scp.css */
parameter-header-section[b-xmawv1dati] {
  display: flex;
  padding-bottom: 0px;
  width: 100%;
  border-top: solid 2px #00ABEA;
  background-color: #D2E2EF;
  border-radius: 15px 15px 0 0;
  height: 55px;
  overflow: hidden;
  box-shadow: -9px -9px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
parameter-header-section:hover[b-xmawv1dati] {
  box-shadow: -9px -14px 15px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
parameter-header-section[selected][b-xmawv1dati] {
  background-color: #ADCDE8;
}
parameter-header-section[selected] h2[b-xmawv1dati] {
  font-weight: 500;
}
h2[b-xmawv1dati] {
  margin: 5px 10px;
  color: #00ABEA;
}
[b-xmawv1dati] editor-for[type="enum"] {
  flex-direction: column;
  gap: 5px;
}
a[b-xmawv1dati] {
  display: inline-flex;
  align-items: center;
  border-radius: 15px 0px 0px 0px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
a h2[b-xmawv1dati] {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.trigger[b-xmawv1dati] {
  padding: 18px 16px;
  border: 0px;
  font-size: 100%;
  background-color: transparent;
  border-radius: 0;
  color: #00ABEA;
  transition: 0.3s;
}
.trigger:hover[b-xmawv1dati] {
  background-color: #00ABEA;
  color: white;
  transition: 0.3s;
}
[b-xmawv1dati] .popup-container {
  transition: 0.3s;
}
[b-xmawv1dati] .popup-container button {
  display: flex;
  width: 130px;
  margin-top: 3px;
  background-color: #00ABEA;
  border-color: #00ABEA;
  box-shadow: -2px 2px 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
[b-xmawv1dati] .popup-container button:hover {
  box-shadow: -3px 3px 15px rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
/* /Components/SelectComponent.razor.rz.scp.css */
.select-header-container[b-ixctwhinhy] {
  display: flex;
  gap: 10px;
}
select-component.page[b-ixctwhinhy] {
  display: block;
  padding: 20px 5px;
  font-weight: normal;
  font-size: 30px;
  font-weight: 300;
}
nav[data-floating] + main select-component.page:first-child[b-ixctwhinhy] {
  padding-top: 170px;
}
select-component.page .select-component-header[b-ixctwhinhy] {
  border: #EEE dashed;
  border-radius: 10px;
  cursor: pointer;
  color: #CCC;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  padding: 40px 0;
}
select-component.page select-component-list[b-ixctwhinhy] {
  display: block;
}
select-component.page select-component-list .select-component-item[b-ixctwhinhy] {
  display: inline-block;
  background: none;
  color: #AAA;
  margin: 0 20px 20px 0;
  padding: 40px;
  border: #EEE dashed;
  border-radius: 10px;
  cursor: pointer;
}
select-component.component select-component-list[b-ixctwhinhy] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
/* /Components/SideBar.razor.rz.scp.css */
.side-bar-layout[b-84i50rhdc1] {
  display: grid;
  grid-template-columns: var(--side-bar-width, 200px) 1fr;
  height: 100vh;
  transition: grid-template-columns 0.2s ease;
}
aside[b-84i50rhdc1] {
  display: grid;
  overflow: hidden auto;
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
}
section[b-84i50rhdc1] {
  overflow: auto;
}
/* /Components/SummaryFor/SummaryForArticle.razor.rz.scp.css */
.article-summary[b-ph6ek2mdgd] {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  color: var(--light-theme-color);
}
name[b-ph6ek2mdgd] {
  color: #003AADD9;
  font-size: 12px;
}
description[b-ph6ek2mdgd] {
  font-size: 10px;
}
/* /Components/SummaryFor/SummaryForIcon.razor.rz.scp.css */
.icon[b-sm88qmtuwr] {
  display: grid;
  grid-template-columns: 32px auto;
}
/* /Components/SummaryFor/SummaryForPage.razor.rz.scp.css */
.page-summary[b-c1kzqhigfj] {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  color: var(--light-theme-color);
}
path[b-c1kzqhigfj] {
  color: #003AADD9;
  font-size: 12px;
}
description[b-c1kzqhigfj] {
  font-size: 10px;
}
/* /Components/TextEditors/TextareaEditor.razor.rz.scp.css */
textarea[b-wfp3h4g50r] {
  display: block;
  width: 100% !important;
  resize: none !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
}
textarea:hover[b-wfp3h4g50r] {
  border: none;
}
textarea:focus[b-wfp3h4g50r] {
  border: none;
  outline: none;
}
textarea[b-wfp3h4g50r]::placeholder {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  font-size: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  opacity: 0.8 !important;
  font-style: italic !important;
}
.text-area-wrapper.focussed .text-area-display[b-wfp3h4g50r] {
  display: none;
}
.text-area-wrapper:not(.focussed) textarea[b-wfp3h4g50r] {
  display: none;
}
.text-area-wrapper .text-area-display.placeholder[b-wfp3h4g50r] {
  opacity: 0.8;
  font-style: italic;
}
/* /Pages/Page/PageLoadingSpinner.razor.rz.scp.css */
.page-loading[b-mr7fqgpqig] {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* /Shared/AdminSiteLayout.razor.rz.scp.css */
.app[b-flowzzdc6u] {
  display: grid;
  grid-template-columns: auto 1fr;
  min-height: 100vh;
}
header[b-flowzzdc6u] {
  display: grid;
  background: #2E3543;
  color: white;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.logo[b-flowzzdc6u] {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-weight: 800;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
}
img[b-flowzzdc6u] {
  width: 100%;
}
.user-details[b-flowzzdc6u] {
  margin-top: auto;
}
/* /Shared/Menu.razor.rz.scp.css */
nav[b-apec7v3fxj] {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: auto;
}
[b-apec7v3fxj] a {
  padding: 10px 0;
  transition: color 0.1s ease;
  width: 100%;
  border-radius: 3px;
  color: white;
}
[b-apec7v3fxj] a.active {
  background: white;
  color: #00ABEA;
  position: relative;
  animation: appear-b-apec7v3fxj 0.2s forwards;
}
[b-apec7v3fxj] a:hover {
  color: #00ABEA;
}
@keyframes appear-b-apec7v3fxj {
  from {
    left: 0;
    right: 0;
    padding-left: 0;
    width: 100%;
  }
  to {
    left: -10px;
    right: -10px;
    padding-left: 10px;
    width: calc(100% + 20px);
  }
}
