@import '_content/Messerli.BlazorUi/Messerli.BlazorUi.bundle.scp.css';

/* /DbConvert/DbConvert.razor.rz.scp.css */
.db-convert-page[b-rcmsv3tfra] {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  height: 100%;
}

.status-text[b-rcmsv3tfra] {
  text-align: center;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.3;
  max-width: 450px;
  margin: 0;
}

a[b-rcmsv3tfra] {
  text-decoration: none;
}

.loader[b-rcmsv3tfra] {
  --loader-background-color: #f2f7fd;
  --stopwatch-background-color: #c7cbcf;
  --stopwatch-hands-color: var(--loader-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 100%;
  margin-bottom: 80px;
  background-color: var(--loader-background-color);
}

.loader[b-rcmsv3tfra]  svg {
  width: 60px;
  aspect-ratio: 1;
}

@media (prefers-color-scheme: dark) {
  .loader[b-rcmsv3tfra] {
    --loader-background-color: #242424;
    --stopwatch-background-color: #9a9a9a;
  }
  .status-text[b-rcmsv3tfra] {
    color: #EBEBEB;
  }
}
/* TODO: Report and fix this bug in blazor UI */
.btn[b-rcmsv3tfra] {
  line-height: 1.15;
}
/* /DbConvert/DbConvertOverview.razor.rz.scp.css */
/* 1. Color
  ========================================================================== */
/* 2. Global
   ========================================================================== */
/* 3. Layout
   ========================================================================== */
/* 4. Typography
   ========================================================================== */
/* 5. Media screen
   ========================================================================== */
/* Function
========================================================================== */
.loader.converting[b-n0exosau7d] {
  --stopwatch-background-color: #f06118;
  --stopwatch-hands-color: #f2f7fd;
  display: flex;
  width: 1.4em;
  /* Chosen visually to match with icons */
  margin-left: -0.06em;
  margin-top: -0.1em;
}
@media (prefers-color-scheme: dark) {
  .loader.converting[b-n0exosau7d] {
    --stopwatch-hands-color: #242424;
    --stopwatch-background-color: #9a9a9a;
  }
}

.status-groups[b-n0exosau7d] {
  display: grid;
  grid-template-columns: min-content min-content auto;
  justify-content: left;
  gap: 1rem 0.2rem;
}

.status-group[b-n0exosau7d] {
  display: contents;
}
.status-group > .title[b-n0exosau7d] {
  grid-column: 1/4;
  margin-top: 1rem;
  margin-bottom: 0;
}
.status-group.-succeeded[b-n0exosau7d] {
  --status-color: #00AC6B;
}
.status-group.-inprogress[b-n0exosau7d] {
  --status-color: #f06118;
}
.status-group.-failed[b-n0exosau7d] {
  --status-color: #c81c14;
}
.status-group > .entry[b-n0exosau7d] {
  display: contents;
}
.status-group > .entry > .name[b-n0exosau7d], .status-group > .entry > .status-icon[b-n0exosau7d] {
  color: var(--status-color);
}

.no-conversions[b-n0exosau7d] {
  padding-top: 1rem;
}
/* /DefaultLayout.razor.rz.scp.css */
main[b-ez6jch187m] {
  padding: 10px;
}

.content-container[b-ez6jch187m] {
  display: flex;
}

.content[b-ez6jch187m] {
  flex: 1;
  min-width: 0;
}

.decoration[b-ez6jch187m] {
  background-image: url("_content/Messerli.BlazorUi/images/decoration-default.png");
  background-size: cover;
  background-position: 50%;
  /* The header size subtraction of 44px (height) and the 10px (padding) are copied from BlazorUi/Components/PageHeader/PageHeaderComponent.razor.scss */
  min-height: calc(100vh - 44px - 10px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 0.2;
}
@media (prefers-color-scheme: dark) {
  .decoration[b-ez6jch187m] {
    background-image: url("_content/Messerli.BlazorUi/images/decoration-dark.png");
  }
}
/* /Layouts/BackbonePageHeader.razor.rz.scp.css */
div[b-1tuimz4iz5] {
  display: contents;
}

[b-1tuimz4iz5] .page-header {
  padding: 5px 10px;
  background-color: var(--background-color);
}

[b-1tuimz4iz5] .menu .svg-icon {
  margin-right: 0.6rem;
  vertical-align: bottom;
}

.login-area[b-1tuimz4iz5] {
  cursor: pointer;
}

.avatar-circle[b-1tuimz4iz5] {
  height: 3.6rem;
  width: 3.6rem;
  float: right;
  display: inline-block;
  cursor: pointer;
}

.avatar-icon[b-1tuimz4iz5] {
  display: inline-block;
  background-color: var(--field-background);
  -webkit-mask-image: url("/home/icons/avatar.svg");
  mask-image: url("/home/icons/avatar.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 3.6rem;
  width: 3.6rem;
  top: 1.8rem;
}

.login-text[b-1tuimz4iz5] {
  margin-right: 8px;
  display: inline-block;
}
/* /Layouts/SatelliteLayout.razor.rz.scp.css */
/* 1. Color
  ========================================================================== */
/* 2. Global
   ========================================================================== */
/* 3. Layout
   ========================================================================== */
/* 4. Typography
   ========================================================================== */
/* 5. Media screen
   ========================================================================== */
/* Function
========================================================================== */
.satellite-layout[b-2i2i3y3bdh] {
  display: flex;
}

.navigation[b-2i2i3y3bdh] {
  display: contents;
}

.container[b-2i2i3y3bdh] {
  flex-grow: 1;
  display: grid;
}
@media (min-width: 767px) {
  .container[b-2i2i3y3bdh] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content[b-2i2i3y3bdh],
.decoration[b-2i2i3y3bdh] {
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 767px) {
  .content[b-2i2i3y3bdh],
  .decoration[b-2i2i3y3bdh] {
    grid-row: auto;
    grid-column: auto;
  }
}

.content[b-2i2i3y3bdh] {
  padding: 10px;
  align-self: center;
}

.decoration[b-2i2i3y3bdh] {
  --decoration-image-overlay-opacity: 0.8;
  --decoration-image-overlay-color: rgba(255, 255, 255, var(--decoration-image-overlay-opacity));
  --decoration-image: url("/assets/images/decoration-default.png");
  background-image: linear-gradient(to right, var(--decoration-image-overlay-color), var(--decoration-image-overlay-color)), var(--decoration-image);
  height: calc(100vh - 54px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (prefers-color-scheme: dark) {
  .decoration[b-2i2i3y3bdh] {
    --decoration-image-overlay-color: rgba(0, 0, 0, var(--decoration-image-overlay-opacity));
    --decoration-image: url("/assets/images/decoration-dark.png");
  }
}
@media (min-width: 767px) {
  .decoration[b-2i2i3y3bdh] {
    --decoration-image-overlay-opacity: 0.6;
  }
}
/* /LogPage/LogPage.razor.rz.scp.css */
/* 1. Color
  ========================================================================== */
/* 2. Global
   ========================================================================== */
/* 3. Layout
   ========================================================================== */
/* 4. Typography
   ========================================================================== */
/* 5. Media screen
   ========================================================================== */
/* Function
========================================================================== */
/* Reset cursor for rows where we don't want a pointer */
._initial_cursor[b-qg47xpm17w] {
  cursor: initial;
}

/* Disable hover effect from BlazorUi */
tr:hover:not(.selected) td[b-qg47xpm17w] {
  background: none;
}

.level-indicator[b-qg47xpm17w] {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background-color: currentColor;
}
.level-indicator.-warning[b-qg47xpm17w] {
  background-color: #f06118;
}
.level-indicator.-error[b-qg47xpm17w] {
  background-color: #c81c14;
}

.parameter-value[b-qg47xpm17w] {
  background-color: var(--background-active);
}

tr.selected .parameter-value[b-qg47xpm17w] {
  background-color: var(--background-active);
}

tr.selected[b-qg47xpm17w] {
  --text-color-disabled: var(--text-color);
}

code[b-qg47xpm17w] {
  color: var(--text-color);
}

.filter-button[b-qg47xpm17w] {
  background: none;
  border: none;
  color: var(--toggle-primary-primarydark);
  padding: 0 4px;
}
.filter-button i[b-qg47xpm17w]::before {
  font-size: 12px;
}

.exception-message[b-qg47xpm17w] {
  white-space: pre-wrap;
  background-color: #DE7672;
  border-radius: 4px;
  padding: 15px 30px;
}
@media (prefers-color-scheme: dark) {
  .exception-message[b-qg47xpm17w] {
    background-color: #8f504e;
  }
}

.filter-bar[b-qg47xpm17w] {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.filter-bar input[b-qg47xpm17w] {
  max-width: 400px;
}

table.log-events[b-qg47xpm17w] {
  min-width: 100%;
}
table.log-events > tbody > tr > td[b-qg47xpm17w] {
  vertical-align: top;
}
table.log-events > thead > tr > th.-timestamp[b-qg47xpm17w] {
  width: 130px;
}
table.log-events > thead > tr > th.-level[b-qg47xpm17w] {
  width: 0.75em;
}
table.log-events > thead > tr > th.-message[b-qg47xpm17w] {
  width: auto;
}

.log-source-identifier[b-qg47xpm17w] {
  font-size: 12px;
  color: var(--text-color-disabled);
}

.infinite-scroll-loader-cell[b-qg47xpm17w] {
  text-align: center;
}
.infinite-scroll-loader-cell[b-qg47xpm17w]  img {
  display: inline-block;
}
/* /LogPage/LogSourceSelector.razor.rz.scp.css */
._developmentOnly[b-2nt8dnno7q] {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
}
@media (prefers-color-scheme: dark) {
  ._developmentOnly[b-2nt8dnno7q] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
  }
}

.developer-bar[b-2nt8dnno7q] {
  border: 0.0667rem solid #D4D4D5;
  border-radius: 4px;
  padding: 2rem 1.5rem;
  margin: 1rem 0 1.5rem 0;
  display: flex;
  gap: 1rem;
}
.developer-bar .row-form[b-2nt8dnno7q] {
  margin: 0;
}
.developer-bar #log-source-select-container[b-2nt8dnno7q] {
  min-width: 20rem;
}
@media (prefers-color-scheme: dark) {
  .developer-bar[b-2nt8dnno7q] {
    border-color: #626262;
  }
}
@media (min-width: 700px) {
  .developer-bar #log-source-select-container[b-2nt8dnno7q] {
    margin-left: 8rem;
  }
}
@media (max-width: 600px) {
  .developer-bar[b-2nt8dnno7q] {
    flex-direction: column;
  }
  .developer-bar > *[b-2nt8dnno7q] {
    max-width: none;
  }
}
/* /Status/LogSubmissionButton.razor.rz.scp.css */
.submission-info-icon[b-pvmaq87o0j] {
  position: relative; /* Required for the tooltip */
  color: var(--toggle-primary-primarydark);
  padding-left: 0.5ch;
}
.submission-info-icon .tooltip[b-pvmaq87o0j] {
  background: var(--background-color);
  visibility: hidden;
  position: absolute;
  left: 100%;
  transform: translateY(-100%);
  color: var(--text-color);
  width: 200px;
  padding: 0.5ch;
  border: 0.0667rem solid #D7DAE2;
  border-radius: 4px;
}
.submission-info-icon:hover .tooltip[b-pvmaq87o0j] {
  visibility: visible;
}
/* /Status/StatusPage.razor.rz.scp.css */
@charset "UTF-8";
/* 1. Color
  ========================================================================== */
/* 2. Global
   ========================================================================== */
/* 3. Layout
   ========================================================================== */
/* 4. Typography
   ========================================================================== */
/* 5. Media screen
   ========================================================================== */
/* Function
========================================================================== */
._developmentOnly[b-cjdcijkhz2] {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
}
@media (prefers-color-scheme: dark) {
  ._developmentOnly[b-cjdcijkhz2] {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
  }
}

@keyframes flash-b-cjdcijkhz2 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.toolbar-component[b-cjdcijkhz2] {
  height: 44px;
  z-index: 200;
}

.plugin-status-list[b-cjdcijkhz2] {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  align-items: start;
  margin: 20px 0;
  padding-bottom: 44px;
}
@media (max-width: 1000px) {
  .plugin-status-list[b-cjdcijkhz2] {
    grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  }
}
@media (max-width: 650px) {
  .plugin-status-list[b-cjdcijkhz2] {
    grid-template-columns: 100%;
  }
}

.plugin-status-card[b-cjdcijkhz2] {
  --card-border-color: #D4D4D5;
  border: 1px solid var(--card-border-color);
  border-radius: 4px;
}
.plugin-status-card > section[b-cjdcijkhz2] {
  padding: 7.5px 15px;
}
.plugin-status-card > section:not(:last-child)[b-cjdcijkhz2] {
  border-bottom: 1px solid var(--card-border-color);
}
.plugin-status-card > section h2[b-cjdcijkhz2] {
  font-size: 18px;
}
.plugin-status-card > section h3[b-cjdcijkhz2] {
  font-size: 16px;
}
.plugin-status-card > section summary[b-cjdcijkhz2] {
  display: flex;
  align-items: center;
}
.plugin-status-card > section summary[b-cjdcijkhz2]::before {
  content: "►";
  font-size: 1rem;
  margin-right: 4px;
}
.plugin-status-card > section details[open] summary[b-cjdcijkhz2]::before {
  content: "▼";
}
.plugin-status-card > section.-warning[b-cjdcijkhz2] {
  background-color: #F6A074;
}
@media (prefers-color-scheme: dark) {
  .plugin-status-card > section.-warning[b-cjdcijkhz2] {
    background-color: #9D6A4F;
  }
}
.plugin-status-card > section.-error[b-cjdcijkhz2] {
  background-color: #DE7672;
}
@media (prefers-color-scheme: dark) {
  .plugin-status-card > section.-error[b-cjdcijkhz2] {
    background-color: #8F504E;
  }
}
.plugin-status-card.-unavailable[b-cjdcijkhz2] {
  order: 1;
  opacity: 0.5;
}
.plugin-status-card.-large[b-cjdcijkhz2] {
  grid-column: 1/-1;
  order: 2;
}
.plugin-status-card.-large.-unavailable[b-cjdcijkhz2] {
  order: 3;
}
@media (max-width: 650px) {
  .plugin-status-card.-unavailable[b-cjdcijkhz2], .plugin-status-card.-large.-unavailable[b-cjdcijkhz2] {
    order: 1;
  }
  .plugin-status-card.-large[b-cjdcijkhz2] {
    order: initial;
  }
}
@media (prefers-color-scheme: dark) {
  .plugin-status-card[b-cjdcijkhz2] {
    --card-border-color: #626262;
    background-color: rgba(255, 255, 255, 0.1019607843);
  }
}

pre[b-cjdcijkhz2] {
  font-family: Hasklig, Menlo, monospace;
  max-width: 100%;
  overflow: auto;
}

.status-indicator[b-cjdcijkhz2]::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  margin-right: 5px;
}
.status-indicator.-stopped[b-cjdcijkhz2]::before, .status-indicator.-unavailable[b-cjdcijkhz2]::before {
  background-color: var(--text-color);
}
.status-indicator.-running[b-cjdcijkhz2]::before {
  background-color: #00AC6B;
}
.status-indicator.-error[b-cjdcijkhz2]::before {
  background-color: #c81c14;
}
.status-indicator.-starting[b-cjdcijkhz2]::before, .status-indicator.-stopping[b-cjdcijkhz2]::before {
  background-color: var(--toggle-primary-primarydark);
  animation: flash-b-cjdcijkhz2 1.5s infinite ease-in-out;
}

.healthcheck-indicator[b-cjdcijkhz2]::before {
  content: "";
  display: inline-block;
  width: 0.75em;
  margin-right: 5px;
  aspect-ratio: 1;
  -webkit-mask: url(/home/icons/heart.svg) center no-repeat;
  -webkit-mask-size: 100% auto;
  mask: url(/home/icons/heart.svg) center no-repeat;
  mask-size: 100% auto;
}
.healthcheck-indicator.-loading[b-cjdcijkhz2]::before {
  background-color: var(--toggle-primary-primarydark);
  animation: flash-b-cjdcijkhz2 1.5s infinite ease-in-out;
}
.healthcheck-indicator.-healthy[b-cjdcijkhz2]::before {
  background-color: #00AC6B;
}
.healthcheck-indicator.-degraded[b-cjdcijkhz2]::before {
  background-color: #f06118;
}
.healthcheck-indicator.-unhealthy[b-cjdcijkhz2]::before {
  background-color: #c81c14;
}

.inline-pill[b-cjdcijkhz2] {
  font-size: 12px;
  border: 0.5px solid var(--toggle-primary-primarydark);
  color: var(--toggle-primary-primarydark);
  border-radius: 1em;
  padding: 2px 6px;
}

._vertically-aligned-items[b-cjdcijkhz2] {
  display: grid;
  align-items: center;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  grid-gap: 10px;
}

.button-group[b-cjdcijkhz2] {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
}
.button-group > button[b-cjdcijkhz2],
.button-group > .btn[b-cjdcijkhz2] {
  height: auto;
  display: grid;
  align-items: center;
}
.button-group > button:not(:first-child)[b-cjdcijkhz2],
.button-group > .btn:not(:first-child)[b-cjdcijkhz2] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group > button:not(:last-child)[b-cjdcijkhz2],
.button-group > .btn:not(:last-child)[b-cjdcijkhz2] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

/* TODO: Report and fix this bug in blazor UI */
.btn[b-cjdcijkhz2] {
  line-height: 1.15;
}
/* /UserManagement/ChangePasswordPage.razor.rz.scp.css */
.change-password-page[b-2cd1x4gurx] {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: minmax(0, 380px);
  justify-content: center;
}

h3[b-2cd1x4gurx] {
  text-align: center;
}

.row-form[b-2cd1x4gurx] {
  max-width: initial;
}

button[b-2cd1x4gurx] {
  width: 100%;
}
