/* _content/BurningBarn.BurnItDown/Components/ChildComponents/ToDoItemDisplayLine.razor.rz.scp.css */
.ToDoItemDisplayLine[b-cywlkov5le]
{
}
/* _content/BurningBarn.BurnItDown/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ncr0rondh4] {
  color-scheme: light only;
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss[b-ncr0rondh4] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
[b-ncr0rondh4] .bid-main-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  /*border: 1px solid red;*/
}
/* _content/BurningBarn.BurnItDown/Components/Pages/HomePage.razor.rz.scp.css */
.bid-homepage[b-4a10xoxty6] {
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  height: 100%;
  /* Re-enable pointer events for the checkbox itself */
}
@media (min-width: 400px) {
  .bid-homepage[b-4a10xoxty6] {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    /*background-color: yellow;*/
    max-width: 400px;
    width: 400px;
  }
}
@media (max-width: 400px) {
  .bid-homepage[b-4a10xoxty6] {
    padding-left: 5px;
    padding-right: 5px;
    /*background-color: bisque;*/
    max-width: 100%;
    width: 100%;
  }
}
.bid-homepage .bid-list-list-enter-new-title-container[b-4a10xoxty6] {
  flex: 0;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.bid-homepage[b-4a10xoxty6]  .bid-list-list {
  flex: 0 auto;
  width: 100%;
}
.bid-homepage[b-4a10xoxty6]  .bid-list-item-list {
  flex: 1 1 100%;
  width: 100%;
  overflow-y: auto;
}
.bid-homepage[b-4a10xoxty6]  .bid-list-item-list .bid-list-item .bid-list-item-title-complete {
  color: grey;
  text-decoration: line-through;
}
.bid-homepage .bid-new-item-container[b-4a10xoxty6] {
  flex: 1 auto;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
.bid-homepage .bid-new-item-container[b-4a10xoxty6]  .bid-new-item-input {
  width: 100%;
  /*border: 1px solid blue;*/
}
.bid-homepage[b-4a10xoxty6]  .mud-input-control > .mud-input-control-input-container {
  pointer-events: none;
}
.bid-homepage[b-4a10xoxty6]  .mud-checkbox {
  pointer-events: auto;
}
/* _content/BurningBarn.BurnItDown/Components/Pages/LoginPage.razor.rz.scp.css */
.bid-login-page[b-amftcrmetb]  .bid-login-page-card {
  margin-top: 4rem;
  padding: 1rem;
}
