@import '_content/Ars.Gui.BlazorComponents.WebAssemblyLayoutComponents/Ars.Gui.BlazorComponents.WebAssemblyLayoutComponents.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/ApothekenList.razor.rz.scp.css */
/* /Components/ContactSupport.razor.rz.scp.css */
.info-text-container[b-qbbefjp7h3] {
  padding-bottom: 1rem;
  font-weight: 600;
}


.support-number-container[b-qbbefjp7h3] {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  grid-column-gap: 1rem;
  font-size: 1.3rem;
  color: var(--primary-color);
}

i[b-qbbefjp7h3] {
  line-height: unset;
}
/* /Components/LoadingSpinner.razor.rz.scp.css */
.loadingspinner-background[b-yb2eezaicv] {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.25);
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  z-index: 2000;
}

  .loadingspinner-background.is-local[b-yb2eezaicv] {
    position: absolute;
  }

.loader[b-yb2eezaicv] {
  position: relative;
  justify-self: center;
  align-self: center;
  display: grid;
  width: 100%;
  stroke: var(--primary-color);
}

.text[b-yb2eezaicv] {
  position: relative;
  text-align: center;
  top: 120px;
  width: 100%
}

.circular[b-yb2eezaicv] {
  animation: rotate-b-yb2eezaicv 2s linear infinite;
  position: absolute;
  justify-self: center;
  align-self: center;
  width: 100px;
  top: 0;
}

.path[b-yb2eezaicv] {
  animation: dash-b-yb2eezaicv 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

@keyframes rotate-b-yb2eezaicv {
  100% {
    transform: rotate(360deg);
  }
}


@keyframes dash-b-yb2eezaicv {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
/* /Components/UserDelete.razor.rz.scp.css */
h1[b-fe88jrkzze], h4[b-fe88jrkzze] {
  color: var(--primary-color) !important;
  margin: 0px;
}

.text-center[b-fe88jrkzze] {
  text-align: center;
}
/* /Components/UserEdit.razor.rz.scp.css */
.grid[b-quberhu5qj] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

.user-input-container[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: var(--border);
}


.border-right[b-quberhu5qj] {
  border-right: var(--border);
}

.apotheken-zugriff-container[b-quberhu5qj] {
  padding: 1rem 0;
  border-bottom: var(--border);
}

.apotheken-zugriff-header[b-quberhu5qj] {
  padding: 0.5rem 0 1.5rem;
}

.apotheken-zugriff-checkboxes-container[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.8rem;
}

.apotheken-zugriff-checkboxes-container .checkbox-container[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 20px 90px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.ik-badge-basic[b-quberhu5qj] {
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.ik-badge-basic span[b-quberhu5qj] {
  font-size: 0.8rem;
  font-weight: 700;
}

.ik-badge-all[b-quberhu5qj] {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  background-color: #e3061324
}

.ik-badge-single[b-quberhu5qj] {
  border: 2px solid var(--secondary-corporate-color);
  color: var(--secondary-corporate-color);
  background-color: #67829633;
}



.berechtigungen-container[b-quberhu5qj] {
  display: grid;
  grid-template-rows: auto auto;
}

.berechtigungen-container .berechtigungen-header[b-quberhu5qj] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 0;
}

.berechtigungen-container .berechtigungen-header span[b-quberhu5qj] {
  color: var(--primary-color);
  font-size: 0.8rem;
  padding-left: 2rem;
}

.berechtigungen-container .management-container[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
  height: calc(100vh - 479px);
}

.berechtigungen-container .management-container .left-management[b-quberhu5qj] {
  background-color: var(--rz-dialog-title-background-color);
  margin: 0 0 -1rem -1rem;
  padding: 1rem;
  border-right: var(--border);
}
/*
    .berechtigungen-container .management-container .right-management {
      display: grid;
      grid-template-columns: 1fr 1px 1fr;
      padding-top: 1rem;
      grid-gap: 1rem;
    }*/

.management-header[b-quberhu5qj] {
  margin-bottom: 1.5rem;
  height: 20px;
}

.management-apotheke-btn-basic[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 0.8rem;
  padding: 10px;
  margin-right: -1rem;
  border-top: var(--border);
  border-bottom: var(--border);
  border-left: var(--border);
  border-radius: 0.5em 0 0 0.5em;
  cursor: pointer;
}

.management-apotheke-btn-basic div[b-quberhu5qj] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.management-apotheke-btn-active[b-quberhu5qj] {
  background-color: white;
  border-right: 1px solid white;
}

.management-apotheke-btn-inactive[b-quberhu5qj] {
  background-color: transparent;
}


.description-paragraph[b-quberhu5qj] {
  margin: 0;
  padding-bottom: 1.5rem;
  font-size: 0.8rem;
}

.selected-apotheken[b-quberhu5qj] {
  display: grid;
  grid-gap: 0.15rem;
  margin-right: -1px;
}


.alles-berechtigen-container[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 0.8rem;
  height: 20px;
}

.group-checkbox-container[b-quberhu5qj] {
  display: grid;
  grid-gap: 0.3rem;
  padding: 0.5rem 0;
}

.group-checkbox-container .group-header[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
}

.group-checkbox-container .sub-group[b-quberhu5qj] {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 10px;
  align-items: center;
  padding-left: 1.5rem;
}

/*.selected-apotheken div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }*/

.no-apotheke-selected-container[b-quberhu5qj] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-apotheke-selected-container h1[b-quberhu5qj] {
  color: lightgrey;
  font-size: 2rem !important;
  white-space: normal;
  word-wrap: break-word;
}

.right-management[b-quberhu5qj] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}


.right-item:nth-child(1)[b-quberhu5qj] {
  grid-area: 1 / 1 / 2 / 2;
}

.right-item:nth-child(2)[b-quberhu5qj] {
  grid-area: 2 / 1 / 3 / 2;
}

.right-item:nth-child(3)[b-quberhu5qj] {
  grid-area: 3 / 1 / 4 / 2;
}

.right-item:nth-child(4)[b-quberhu5qj] {
  grid-area: 4 / 1 / 5 / 2;
}

.right-item:nth-child(5)[b-quberhu5qj] {
  grid-area: 5 / 1 / 6 / 2;
}

.right-item:nth-child(6)[b-quberhu5qj] {
  grid-area: 6 / 1 / 7 / 2;
}

.right-item:nth-child(7)[b-quberhu5qj] {
  grid-area: 7 / 1 / 8 / 2;
}

.right-item:nth-child(8)[b-quberhu5qj] {
  grid-area: 1 / 2 / 2 / 3;
}

.right-item:nth-child(9)[b-quberhu5qj] {
  grid-area: 2 / 2 / 3 / 3;
}

.right-item:nth-child(10)[b-quberhu5qj] {
  grid-area: 3 / 2 / 4 / 3;
}

.right-item:nth-child(11)[b-quberhu5qj] {
  grid-area: 4 / 2 / 5 / 3;
}

.right-item:nth-child(12)[b-quberhu5qj] {
  grid-area: 5 / 2 / 6 / 3;
}

.right-item:nth-child(13)[b-quberhu5qj] {
  grid-area: 6 / 2 / 7 / 3;
}

.right-item:nth-child(14)[b-quberhu5qj] {
  grid-area: 7 / 2 / 8 / 3;
}
/* /Pages/Index.razor.rz.scp.css */
.back-to-home-container[b-pqp8lw1dot] {
  height: 100%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  padding-left: 15px;
  cursor: pointer;
}

.back-to-home-btn[b-pqp8lw1dot] {
  background-color: transparent !important;
  color: var(--primary-color) !important;
}
/* /Pages/Registration.razor.rz.scp.css */

.stepContentWrapper[b-m0kn9knbzs] {
    height: 500px;
    margin-top: 3rem;
}

.registerContainer[b-m0kn9knbzs] {
    margin-top: 1rem;
}

.stepsButtons[b-m0kn9knbzs] {
    display: flex;
}

    .stepsButtons > div:last-child[b-m0kn9knbzs] {
        margin-left: auto;
    }

.cell[b-m0kn9knbzs] {
    display: flex;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

    .cell > div:first-child[b-m0kn9knbzs] {
        width: 10rem;
    }

.registrationContainer[b-m0kn9knbzs] {
    width: 800px;
    margin: 0 auto;
    height: 500px;
    margin-top: 50px
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-442jlcdxjc] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-442jlcdxjc] {
  flex: 1;
}

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

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

  .top-row[b-442jlcdxjc]  a, .top-row[b-442jlcdxjc]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
  }

    .top-row[b-442jlcdxjc]  a:hover, .top-row[b-442jlcdxjc]  .btn-link:hover {
      text-decoration: underline;
    }

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

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

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

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

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

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

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

    .top-row.auth[b-442jlcdxjc]  a:first-child {
      flex: 1;
      text-align: right;
      width: 0;
    }

  .top-row[b-442jlcdxjc], article[b-442jlcdxjc] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
