/* _content/Fedasil.Server/Pages/Backend/FileManager.razor.rz.scp.css */
/* _content/Fedasil.Server/Pages/Backend/FlowEditor.razor.rz.scp.css */
[b-lyjlqpg81a] .selected-node-editor {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 345px;
  height: 40%;
  overflow-y: scroll;
  border: 3px solid #9ba8b0;
  border-radius: 15px;
  padding: 5px;
}

[b-lyjlqpg81a] .floweditor-container {
  width: 100%;
  height: calc(100vh - 223px);
  position: relative;
  margin-top: 25px;
}

[b-lyjlqpg81a] .link.link-selected {
  z-index: 9999999;
  position:relative;
}

[b-lyjlqpg81a] .link {
  z-index: 0;
  position: relative;
}
/* _content/Fedasil.Server/Pages/Index.razor.rz.scp.css */
/* _content/Fedasil.Server/Pages/Intake.razor.rz.scp.css */
#intake[b-ng51aq8nlr] {
  margin: 0 auto;
  width: 80%;
}

h3[b-ng51aq8nlr] {
  font-size: 1.5rem;
  line-height: 2.2rem;
  cursor: pointer;
}

h4[b-ng51aq8nlr] {
  font-size: 1rem;
  margin-top: 50px;
  font-weight: 100;
  color: hsl(0, 0%, 50%);
}

p[b-ng51aq8nlr] {
  font-size: 1rem;
}

ul[b-ng51aq8nlr] {
  margin: 20px 0;
  font-size: 1rem;
}

  ul li[b-ng51aq8nlr] {
    margin: 15px 0;
  }

.answer[b-ng51aq8nlr] {
  padding: 0 5px;
}

.question[b-ng51aq8nlr] {
  font-weight: 400;
}

.actions[b-ng51aq8nlr] {
  font-size:1.1rem;
  font-weight:500;
}

.actions a[b-ng51aq8nlr] {
  text-decoration: underline;
}
/* _content/Fedasil.Server/Pages/LanguageSelection.razor.rz.scp.css */
#intake[b-vk8nk3f2h3] {
  margin: 0 auto;
  width: 80%;
}

.mud-table-cell-hover:hover[b-vk8nk3f2h3] {
    background-color: var(--mud-palette-table-hover);
    cursor: pointer;
}

.mud-table-cell.selected[b-vk8nk3f2h3] {
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}
/* _content/Fedasil.Server/Pages/ThemeLanguageSelection.razor.rz.scp.css */
#intake[b-1fjkazddyc] {
  margin: 0 auto;
  width: 80%;
}

.mud-table-cell-hover:hover[b-1fjkazddyc] {
    background-color: var(--mud-palette-table-hover);
    cursor: pointer;
}

.mud-table-cell.selected[b-1fjkazddyc] {
    color: var(--mud-palette-primary);
    background-color: var(--mud-palette-primary-hover);
}
/* _content/Fedasil.Server/Shared/AudioComponent.razor.rz.scp.css */
#audiocontrol[b-9a6t88j7dt] {
  cursor: pointer;
}
/* _content/Fedasil.Server/Shared/Backend/Diagrams/NextNode.razor.rz.scp.css */
.next-node[b-cmf85t3f0k] {
  height: auto;
  padding: 15px;
  width: 250px;
  justify-content: flex-start;
}

  .next-node.selected[b-cmf85t3f0k] {
  }

  .next-node[b-cmf85t3f0k]  .mud-input {
    cursor: move;
  }

.default-node[b-cmf85t3f0k]  .port {
  text-align: center;
  background-color: white;
}

  .default-node[b-cmf85t3f0k]  .port.has-links, .default-node[b-cmf85t3f0k]  .port:hover {
    background-color: slategray;
  }

  .default-node[b-cmf85t3f0k]  .port.nextport {
    color: green;
  }

  .default-node[b-cmf85t3f0k]  .port.nextport, .default-node.selected .port.nextport[b-cmf85t3f0k] {
    border-color: green;
  }

    .default-node[b-cmf85t3f0k]  .port.nextport:hover {
      background-color: green;
      color: white;
    }

    .default-node[b-cmf85t3f0k]  .port.nextport.has-links {
      background-color: green;
      color: white;
    }
/* _content/Fedasil.Server/Shared/Backend/Diagrams/YesNoNode.razor.rz.scp.css */
.yesno-node[b-axsz79jodj] {
  height: auto;
  padding: 15px;
  width: 250px;
  justify-content: flex-start;
}

  .yesno-node.selected[b-axsz79jodj] {
  }

  .yesno-node[b-axsz79jodj]  .mud-input {
    cursor: move;
  }

.default-node[b-axsz79jodj]  .port {
  text-align: center;
  background-color: white;
}

  .default-node[b-axsz79jodj]  .port.has-links, .default-node[b-axsz79jodj]  .port:hover {
    background-color: slategray;
  }

  .default-node[b-axsz79jodj]  .port.yesport {
    color: green;
  }

  .default-node[b-axsz79jodj]  .port.yesport, .default-node.selected .port.yesport[b-axsz79jodj] {
    border-color: green;
  }

    .default-node[b-axsz79jodj]  .port.yesport:hover {
      background-color: green;
      color: white;
    }

    .default-node[b-axsz79jodj]  .port.yesport.has-links {
      background-color: green;
      color: white;
    }

  .default-node[b-axsz79jodj]  .port.noport {
    color: red;
  }

  .default-node[b-axsz79jodj]  .port.noport, .default-node.selected .port.noport[b-axsz79jodj] {
    border-color: red;
  }

    .default-node[b-axsz79jodj]  .port.noport:hover {
      background-color: red;
      color: white;
    }

    .default-node[b-axsz79jodj]  .port.noport.has-links {
      background-color: red;
      color: white;
    }
/* _content/Fedasil.Server/Shared/MainLayout.razor.rz.scp.css */
.page[b-gaq4s5hs1p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gaq4s5hs1p] {
    flex: 1;
}

.sidebar[b-gaq4s5hs1p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gaq4s5hs1p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gaq4s5hs1p]  a, .top-row .btn-link[b-gaq4s5hs1p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-gaq4s5hs1p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gaq4s5hs1p] {
        display: none;
    }

    .top-row.auth[b-gaq4s5hs1p] {
        justify-content: space-between;
    }

    .top-row a[b-gaq4s5hs1p], .top-row .btn-link[b-gaq4s5hs1p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gaq4s5hs1p] {
        flex-direction: row;
    }

    .sidebar[b-gaq4s5hs1p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gaq4s5hs1p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-gaq4s5hs1p], article[b-gaq4s5hs1p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Fedasil.Server/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-20jvxhw1or] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-20jvxhw1or] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-20jvxhw1or] {
    font-size: 1.1rem;
}

.oi[b-20jvxhw1or] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-20jvxhw1or] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-20jvxhw1or] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-20jvxhw1or] {
        padding-bottom: 1rem;
    }

    .nav-item[b-20jvxhw1or]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-20jvxhw1or]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-20jvxhw1or]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-20jvxhw1or] {
        display: none;
    }

    .collapse[b-20jvxhw1or] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/Fedasil.Server/Shared/Selection.razor.rz.scp.css */
.selection[b-dinfxxj6jf] {
  border: 2px solid lightgray;
  padding: 15px;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  min-width: max-content;
  gap: 10px;
  flex-direction: row;

  align-content: center;
  align-items: center;
}

  .selection.rtl[b-dinfxxj6jf] {
    flex-direction: row-reverse;
  }

  .selection.intake-title[b-dinfxxj6jf] {
    border-style: solid;
  }

.selection-background.yesno[b-dinfxxj6jf] {
  width: 250px;
}

.selection.selection-selected[b-dinfxxj6jf] {
  border-color: #F18B2F;
}

.selection img.icon[b-dinfxxj6jf] {
  height: 4rem;
}

.selection input[b-dinfxxj6jf] {
  height: 2rem;
  margin: 10px;
  width: 60px;
  font-size: 1.5rem;
  padding: 5px;
}

.selection-content[b-dinfxxj6jf] {
  width: 100%;
  display: flex;
  align-items: center;
  height: 4rem;
  flex-direction: row;
}

  .selection-content.rtl[b-dinfxxj6jf] {
    flex-direction: row-reverse;
  }

  .selection-content ol[b-dinfxxj6jf] {
    margin-left: 20px;
    margin-right: 10px;
  }

  .selection-content li[b-dinfxxj6jf] {
    color: hsl(185, 45%, 28%);
    margin-bottom: 10px;
    margin-top: 5px;
  }

.selection-background[b-dinfxxj6jf] {
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px;
  flex-basis: 100%;
  flex: 1;
}
/* _content/Fedasil.Server/Shared/SelectionSet.razor.rz.scp.css */
.selectionset[b-kw4pbtfd1r] {
  margin: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /*display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;*/
}
/* _content/Fedasil.Server/Shared/WizardStep.razor.rz.scp.css */
.button-wrapper.next[b-miqy6qupqp] {
  float: right;
}

.button-wrapper.previous[b-miqy6qupqp] {
  float: left;
}
