@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-medium-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'VolteWeb';
  src: url("fonts/volte-bold-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
/* A elements that do have a class should inherit the color style */
a[class] {
  color: inherit;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
img {
  height: auto;
}
a[class] {
  color: inherit;
}
html {
  font-size: 62.5%;
}
body {
  font-family: VolteWeb, Helvetica, sans-serif;
  font-size: 1.6em;
  background: #e4dfdf;
  color: #1b3f37;
}
::view-transition-group(*) {
  animation-duration: 220ms;
}
@view-transition {
  navigation: auto;
}
.filter {
  display: flex;
}
.filter a {
  color: #1b3f37;
  padding: 14px 25px;
  text-decoration: none;
}
.filter a::before {
  content: '';
  position: relative;
  top: 2px;
  right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
  border: 3px solid #1b3f37;
}
.filter a:hover::before {
  border: none;
  background-color: #1b3f37;
}
.filter .selected::before {
  background-color: #1b3f37;
}
@media (max-width: 1140px) {
  .filter a {
    margin-bottom: 3px;
    padding: 5px 10px;
  }
  .filter a::before {
    content: none;
  }
  .filter a:hover {
    margin-bottom: 0px;
  }
  .filter a:hover::after {
    content: '';
    position: relative;
    display: block;
    max-width: 2em;
    margin: 0 auto;
    border: 1px solid #e4dfdf;
  }
  .filter .selected::after {
    content: '';
    position: relative;
    display: block;
    max-width: 2em;
    margin: 0 auto;
    border: 1px solid #e4dfdf;
  }
}
.search {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.search .field {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.search label {
  text-transform: uppercase;
  padding-right: 10px;
}
.search input[type="text"] {
  border: 3px solid #1b3f37;
  background: transparent;
  font-weight: normal;
}
.search data {
  color: #c2bbbb;
}
.umbraco-version {
  color: #f48063;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  gap: 6px;
}
.umbraco-version::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(logo_umbraco.png) center no-repeat;
  background-size: 100%;
}
.umbraco-version.verified::after {
  font-size: 0.5em;
  content: "✅";
  color: #16cb16;
}
.umbraco-version[data-version^="8"],
.umbraco-version[data-version^="9"],
.umbraco-version[data-version^="10"],
.umbraco-version[data-version^="11"],
.umbraco-version[data-version^="12"],
.umbraco-version[data-version^="13"],
.umbraco-version[data-version^="14"],
.umbraco-version[data-version^="15"],
.umbraco-version[data-version^="16"],
.umbraco-version[data-version^="17"] {
  color: #5769b5;
}
.umbraco-version[data-version^="8"]::before,
.umbraco-version[data-version^="9"]::before,
.umbraco-version[data-version^="10"]::before,
.umbraco-version[data-version^="11"]::before,
.umbraco-version[data-version^="12"]::before,
.umbraco-version[data-version^="13"]::before,
.umbraco-version[data-version^="14"]::before,
.umbraco-version[data-version^="15"]::before,
.umbraco-version[data-version^="16"]::before,
.umbraco-version[data-version^="17"]::before {
  background-image: url(logo_umbraco_8.png);
}
.siteicon {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.siteicon.bordered {
  box-shadow: 0 0 0 1px #c2bbbb;
}
.siteheader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  border-left: 18px solid currentcolor;
  padding: 16px;
}
.siteheader .siteinfo {
  display: flex;
  flex-direction: column;
}
.siteheader .siteinfo h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  text-wrap: balance;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.siteheader .siteicon {
  flex-shrink: 0;
}
.infobar {
  color: #ea6464;
  background: rgba(234, 100, 100, 0.37);
  padding: 0.5em 1em;
  text-align: center;
}
.navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  align-content: flex-start;
}
.navigation a {
  display: block;
  color: #1b3f37;
  font-weight: 500;
  text-decoration: none;
  margin: 0 10px;
}
.navigation a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #1b3f37;
  margin-right: 5px;
}
.navigation a[aria-current]::before {
  background: rgba(27, 63, 55, 0.6);
}
.urllist {
  font-weight: 600;
}
.urllist li + li {
  margin-top: 12px;
}
.urllist a {
  color: inherit;
}
.urllist .links a {
  text-decoration: none;
}
.urllist .links a:hover,
.urllist .links a:focus {
  text-decoration: underline;
}
.urllist.environments::before {
  display: block;
  width: 100%;
  height: 4px;
  color: #c2bbbb;
  font-weight: 400;
  font-size: 0.8em;
  padding-bottom: 0.6em;
  border-top: 1px solid currentcolor;
  text-align: right;
}
.urllist.environments.is-ftp::before {
  content: "FTP";
}
.urllist.environments.is-uaas::before {
  content: "UmbracoCloud";
}
.urllist.environments.is-curanet::before {
  content: "Curanet";
}
.urllist.environments.is-uaas + .is-uaas::before,
.urllist.environments.is-ftp + .is-ftp::before {
  content: none;
}
.urllist.environments dt {
  font-weight: inherit;
  text-transform: uppercase;
}
.urllist.environments dd + dt {
  margin-top: 1em;
}
.urllist.environments .environment {
  color: #ff8965;
}
.urllist.environments .environment a {
  font-weight: 400;
}
.urllist.environments .environment a:hover,
.urllist.environments .environment a:focus {
  text-decoration: none;
}
.urllist.environments .environment li + li {
  margin-top: 0;
}
.card {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.card .siteheader + .inner {
  border-top: 2px solid #e4dfdf;
}
.card .inner {
  padding: 2.5rem;
}
.card .inner > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.card .urllist + .urllist {
  margin-top: 3rem;
}
.card .infobar {
  margin-top: auto;
}
.card[data-status=""] .siteheader,
.card:not([data-status]) .siteheader {
  border-color: transparent;
}
.card[data-status="new"] .siteheader {
  border-color: #4773ff;
}
.card[data-status="wip"] .siteheader {
  border-color: #ff8965;
}
.card.fluks {
  background-image: url(fluks_symbol.svg);
  background-size: 40px;
  background-position: right 25px bottom 25px;
  background-repeat: no-repeat;
}
.card.fluks .siteheader {
  border-color: #1b3f37;
}
.card.igloo {
  background-image: url(igloo_symbol.svg);
  background-size: 40px;
  background-position: right 25px bottom 25px;
  background-repeat: no-repeat;
}
.card.uskinned {
  background-image: url(uskinned_symbol.png);
  background-size: 40px;
  background-position: right 25px bottom 25px;
  background-repeat: no-repeat;
}
.card:has(http-status[status='down']) {
  border: 4px solid #ea6464;
  order: -1;
}
.inputfield {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.inputfield label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #c2bbbb;
}
.inputfield input {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
  background: transparent;
  border: solid #c2bbbb;
  border-width: 0 0 1px 0;
  width: 100%;
}
.inputfield.form-check {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.inputfield.form-check input {
  width: auto;
}
.submitbutton {
  font-size: 17px;
  font-size: 1.7rem;
  background: #1b3f37;
  color: #fff;
  padding: 10px;
  min-width: 14ch;
  border: none;
}
.release-date {
  color: #c2bbbb;
  text-transform: capitalize;
}
.html-static {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
.html-static::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(HTML5_Badge_512.png) center no-repeat;
  background-size: 100%;
  margin-right: 6px;
}
.notes {
  font-weight: 400;
}
.notes summary {
  cursor: pointer;
}
.notes > div {
  padding: 0.4em 0.8em;
  background: rgba(255, 226, 107, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
http-status {
  display: block;
  inline-size: 10px;
  block-size: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #777;
}
http-status[status=""],
http-status:not([status]) {
  background: #777;
  animation: pulsate 1.5s infinite alternate;
}
http-status[status="up"] {
  background: #16cb16;
}
http-status[status="down"] {
  background: #ea6464;
  inline-size: 12px;
  aspect-ratio: 1 / 0.8660254;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
  animation: blink 600ms infinite;
}
http-status[status="indeterminate"] {
  background: #fc3;
  opacity: 0.5;
}
@keyframes pulsate {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainurl {
  font-family: ui-monospace, monospace;
  font-weight: 400;
  font-size: 0.9em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
}
.mainurl a {
  max-inline-size: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.badge {
  font-family: ui-monospace, monospace;
  font-size: 0.5625em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
  border: 1px solid #c2bbbb;
  border-radius: 2px;
  background: #e6e4e4;
  color: #243130;
}
.sites-panel {
  padding: 0 35px 35px;
}
.sites-panel > header {
  padding-block: 1.5rem;
  text-align: center;
}
.sites-panel .items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 35px;
}
@media (max-width: 899px) {
  .sites-panel {
    padding: 25px 80px 25px 25px;
  }
  .sites-panel .items {
    grid-gap: 25px;
  }
}
.navigation-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #fff;
}
@media (max-width: 1140px) {
  .navigation-panel {
    flex-direction: column;
  }
  .navigation-panel .search {
    display: none;
  }
}
.login-panel {
  height: 100vh;
}
.login-panel .navigation-panel {
  height: 13%;
}
.login-panel .navigation-panel img {
  margin: auto 0;
}
.login-panel .content {
  height: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4dfdf;
}
.login-panel .content form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  width: 35em;
  height: 30em;
  padding: 50px;
}
.login-panel .content form h2 {
  color: #3A5952;
  font-size: 2em;
  padding-bottom: 1.5em;
}
.login-panel .content form legend {
  border: none;
}
.login-panel .content form input {
  border: none;
  font-size: 1.3em;
  font-weight: 600;
  color: #3a5952;
  border-bottom: 2px solid #e4dfdf;
}
.login-panel .content form input:focus,
.login-panel .content form textarea:focus,
.login-panel .content form select:focus {
  outline: none;
}
.login-panel .content form label {
  color: #e4dfdf;
  font-size: 1.2em;
}
.login-panel .content form button {
  width: 12em;
  height: 3.5em;
  background-color: #3a5952;
  border: none;
  color: #fff;
  align-self: flex-end;
  justify-self: flex-end;
}
.signin-panel {
  background: #fff;
  padding: 3em;
}
.signin-panel fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.signin-panel legend {
  font-size: 33px;
  font-size: 3.3rem;
  margin: 0;
  padding: 0;
}
.signin-panel .inner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
}
.signin-panel .inner > * + * {
  margin-top: 3em;
}
.signin-panel .inner .submitbutton {
  align-self: flex-end;
}
.validation-summary-errors {
  color: #900;
  background: rgba(153, 0, 0, 0.125);
}
.validation-summary-errors ul {
  margin-bottom: 0;
}
.topbar-panel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background: #fff;
}
@media (max-width: 899px) {
  .topbar-panel {
    padding: 20px 0 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .topbar-panel .navigation {
    width: 100%;
    padding: 25px 20px;
    border-top: 4px solid #e4dfdf;
    margin-top: 20px;
  }
  .topbar-panel .navigation a::before {
    content: none;
  }
  .topbar-panel .navigation a[aria-current="page"] {
    position: relative;
  }
  .topbar-panel .navigation a[aria-current="page"]::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: currentcolor;
    opacity: 0.4;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 4px);
  }
  .topbar-panel .search {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
[data-layout="login"] .topbar-panel {
  height: 110px;
}
[data-layout="login"] main {
  height: calc(100vh - 110px);
  display: grid;
  place-items: center;
}
@media (max-width: 899px) {
  [data-layout="login"] form,
  [data-layout="login"] .signin-panel {
    width: 85vw;
  }
}
@media (min-width: 900px) {
  [data-layout="login"] .signin-panel {
    min-width: 60ch;
  }
}
.searching .card {
  transition: display allow-discrete;
}
.searching .card:not(.matching) {
  display: none;
}
