/* _content/FoodsharingSiegen.Server/Controls/InteractionRow.razor.rz.scp.css */
tr.done th[b-0yqp3pnyhb] {
    color: #64ae24;
}

tr.notneeded[b-0yqp3pnyhb] {
    filter: grayscale(100%);
}

tr.fs-alert[b-0yqp3pnyhb],
tr.fs-alert th[b-0yqp3pnyhb] {
    color: orange;
}
/* _content/FoodsharingSiegen.Server/Controls/ProspectContainer.razor.rz.scp.css */
[b-vdwjw4yvxs] a,
[b-vdwjw4yvxs] a.invert:hover{
    
    color: #64ae24;
}

[b-vdwjw4yvxs] a.invert,
[b-vdwjw4yvxs] a:hover {
    color: #533a20;
}

.green[b-vdwjw4yvxs] {
    color: #64ae24;
}

.pc-main[b-vdwjw4yvxs] {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 480px;
    border: 1px solid #533a20;
    border-radius: 3px;
    margin: 5px;
    padding: .5rem .5rem 0 .5rem;
}

.pc-main.warning[b-vdwjw4yvxs] {
    -webkit-box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
    -moz-box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
    box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
}

.pc-main.deleted[b-vdwjw4yvxs] {
    -webkit-box-shadow: 0 0 9px 4px rgb(214 23 23 / 87%);
    -moz-box-shadow: 0 0 9px 4px rgb(214 23 23 / 87%);
    box-shadow: 0 0 9px 4px rgb(214 23 23 / 87%);
}

.complete[b-vdwjw4yvxs] {
    background: #76ff003b;
}

i.link[b-vdwjw4yvxs] {
    cursor: pointer; color: #64ae24;
}

i.link:hover[b-vdwjw4yvxs] {
    color: #000;
}
/* _content/FoodsharingSiegen.Server/Pages/AuditView.razor.rz.scp.css */
.p-audit[b-xddb5givx2] >  form {
  height: calc(100% - 68px);
}
/* _content/FoodsharingSiegen.Server/Pages/Prospects.razor.rz.scp.css */
/* _content/FoodsharingSiegen.Server/Shared/DefaultLayout.razor.rz.scp.css */
.page[b-ayg3l0pxgj] {
  display: flex;
  height: 100vh;
}

.page aside[b-ayg3l0pxgj] {
  background-color: #f1e7c9;
  width: 0;
  box-shadow: 5px 5px 5px #acacac;
  transition: width 250ms;
  overflow: hidden auto;
}

@media screen and (min-width: 992px) {
  .page aside[b-ayg3l0pxgj] {
    width: 250px;
    min-width: 250px;
  }
}

.page main[b-ayg3l0pxgj] {
  flex: 1;
  width: 100%;
  overflow: hidden auto;
  padding: 60px 10px 10px 10px;
}

@media screen and (min-width: 992px) {
  .page main[b-ayg3l0pxgj] {
    padding: 20px;
  }
}

#menu-toggler[b-ayg3l0pxgj] {
  display: none;
}

#menu-toggler-label[b-ayg3l0pxgj] {
  position: fixed;
  top: 15px;
  left: 15px;
  cursor: pointer;
  height: 30px;
  width: calc(100% - 40px);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  #menu-toggler-label[b-ayg3l0pxgj] {
    display: none;
  }
}

#menu-toggler-label span[b-ayg3l0pxgj] {
  height: 6px;
  background-color: #64ae24;
  position: absolute;
  border-radius: 3px;
  left: 0;
  right: 0;
  width: 30px;
  transition: all 0.25s ease-out;
}

#menu-toggler-label span:nth-child(2)[b-ayg3l0pxgj] {
  top: 12px;
}

#menu-toggler-label span:nth-child(3)[b-ayg3l0pxgj] {
  top: 24px;
}

input:checked ~ aside[b-ayg3l0pxgj] {
  width: 250px;
}

input:checked ~ #menu-toggler-label span:nth-child(1)[b-ayg3l0pxgj] {
  transform: translateY(12px) rotate(45deg);
}

input:checked ~ #menu-toggler-label span:nth-child(2)[b-ayg3l0pxgj] {
  display: none;
}

input:checked ~ #menu-toggler-label span:nth-child(3)[b-ayg3l0pxgj] {
  transform: translateY(-12px) rotate(-45deg);
}

[b-ayg3l0pxgj] h2 {
  font-size: 1.8rem;
}

@media screen and (min-width: 576px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 992px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1200px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1400px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

@media screen and (min-width: 1950px) {
  [b-ayg3l0pxgj] h2 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }
}

[b-ayg3l0pxgj] h3 {
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (min-width: 576px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 992px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1200px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1400px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
}

@media screen and (min-width: 1950px) {
  [b-ayg3l0pxgj] h3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
/* _content/FoodsharingSiegen.Server/Shared/MainLayout.razor.rz.scp.css */
.page[b-dnam6y6sfp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dnam6y6sfp] {
    flex: 1;
}

.sidebar[b-dnam6y6sfp] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #f1e7c9 !important;
}

.top-row[b-dnam6y6sfp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dnam6y6sfp]  a, .top-row .btn-link[b-dnam6y6sfp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dnam6y6sfp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dnam6y6sfp] {
        display: none;
    }

    .top-row.auth[b-dnam6y6sfp] {
        justify-content: space-between;
    }

    .top-row a[b-dnam6y6sfp], .top-row .btn-link[b-dnam6y6sfp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dnam6y6sfp] {
        flex-direction: row;
    }

    .sidebar[b-dnam6y6sfp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dnam6y6sfp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-dnam6y6sfp], article[b-dnam6y6sfp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FoodsharingSiegen.Server/Shared/NavMenu.razor.rz.scp.css */
nav[b-r3hdk0dcw5] {
  padding-top: 50px;
}

@media screen and (min-width: 992px) {
  nav[b-r3hdk0dcw5] {
    padding: 0;
  }
}

nav .nav-logo[b-r3hdk0dcw5] {
  background-image: url(img/logo_text.png);
  height: 55px;
  width: 200px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 992px) {
  nav .nav-logo[b-r3hdk0dcw5] {
    height: 220px;
    background-image: url(img/logo.png);
  }
}

.oi[b-r3hdk0dcw5] {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}

.nav-item[b-r3hdk0dcw5] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-r3hdk0dcw5] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-r3hdk0dcw5] {
  padding-bottom: 1rem;
}

.nav-item[b-r3hdk0dcw5]  a {
  color: #533a20;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.nav-item[b-r3hdk0dcw5]  a.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: #64ae24;
}

.nav-item[b-r3hdk0dcw5]  a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #64ae24;
}
