.popup-message {
  font-size: 0.9375rem;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #ffffff;
  color: #21272E;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.3);
  z-index: 1000;
  animation: fadeOut 0.5s ease-out 5s forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
}
.hc-popup-link {
  color: #21272E;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}

#datenfreigabe-modal {
  display: none;
}
#datenfreigabe-modal .w3-modal-content {
  width: fit-content;
  padding: 1.5rem;
  border-radius: 0.75rem;
}
#datenfreigabe-modal .w3-modal-content .w3-container {
  padding: 1.5rem;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.hc-sidebar {
  margin-top: 3.8125rem;
  height: 100%;
  width: 20rem;
  background: #ECECED !important;
  transition: width 0.8s ease-in-out;
  position: relative;
}
.hc-sidebar.no-transition,
.hc-sidebar .hc-content-wrapper.no-transition {
  transition: none !important;
}
.hc-sidebar .hc-link-wrapper {
  display: block;
}
.hc-sidebar.hc-sidebar-closed {
  width: 6rem;
}
.hc-sidebar .hc-sidebar-wrapper {
  margin-top: 3.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link.link-active {
  background-color: #F6F6F7 !important;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link {
  display: block;
  text-decoration: none;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 1.0625rem;
  border-radius: 0.375rem;
  height: 3rem;
  width: 100%;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link svg {
  margin-right: 0.625rem;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link .sidebar-text {
  display: inline;
  vertical-align: middle;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link:hover {
  background: #F6F6F7 !important;
}
.hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link:focus, .hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link:focus-visible, .hc-sidebar .hc-sidebar-wrapper .hc-sidebar-link:active {
  background: #DADBDD !important;
}
.hc-sidebar .w3-button:hover {
  background-color: #DADBDD !important;
  cursor: pointer;
}
.hc-sidebar .w3-button {
  padding: 0.625rem 0.75rem 0.625rem 1.5rem;
  font-size: 1.375rem;
  border-radius: 0.375rem;
}
.hc-sidebar .sidebar-toggle-icons {
  position: absolute;
  bottom: 5.375rem;
  left: 1.875rem;
  display: flex;
  gap: 0.625rem;
}
.hc-sidebar .sidebar-toggle-icons .open-sidebar-icon {
  display: none;
}
.hc-sidebar .sidebar-toggle-icons .close-sidebar-icon {
  display: block;
}
.hc-sidebar .sidebar-toggle-icons .open-sidebar-icon,
.hc-sidebar .sidebar-toggle-icons .close-sidebar-icon {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s ease;
}
.hc-sidebar .sidebar-toggle-icons .open-sidebar-icon:hover,
.hc-sidebar .sidebar-toggle-icons .close-sidebar-icon:hover {
  background-color: #F6F6F7;
}

.hc-content-wrapper {
  transition: all 0.8s ease-in-out;
  margin-left: 20rem;
  width: calc(100% - 20rem);
}
.hc-content-wrapper.collapsed {
  margin-left: 6rem;
  width: calc(100% - 6rem);
}

.hc-upper-bar {
  position: fixed;
  background: #21272E;
  color: #ffffff;
  z-index: 2;
}
.hc-upper-bar .hc-bar-item a {
  text-decoration: none;
}
.hc-upper-bar .brand-logo {
  margin: 0.3125rem !important;
  padding: 0 !important;
  height: auto !important;
}
.hc-upper-bar .brand-logo .w3-img {
  height: 3.125rem;
}
.hc-upper-bar .hc-logout:hover {
  cursor: pointer;
}
.hc-upper-bar .hc-logout {
  padding: 0 !important;
  width: 96px !important;
}
.hc-upper-bar .hc-logout .w3-img {
  padding: 1.125rem 1.5rem;
}

.hc-content-wrapper {
  width: calc(100% - 320px);
}

.hc-content-wrapper-static {
  width: 100%;
}

.hc-content-wrapper, .hc-content-wrapper-static {
  min-height: 100vh;
  padding: 7.5rem 2.5rem 2.5rem;
  background: #EFEFEF;
  margin-left: 15.625rem;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.hc-content-wrapper .contract-wrapper, .hc-content-wrapper-static .contract-wrapper {
  display: flex;
}
.hc-content-wrapper .hc-subheader, .hc-content-wrapper-static .hc-subheader {
  padding-top: 0.5rem;
}
.hc-content-wrapper .error-empty, .hc-content-wrapper-static .error-empty {
  padding: 0.5625rem;
  line-height: normal;
}
.hc-content-wrapper .error-wrapper, .hc-content-wrapper-static .error-wrapper {
  border: 0.1875rem #F30 solid !important;
}
.hc-content-wrapper .error-message, .hc-content-wrapper-static .error-message {
  color: #F30;
}
.hc-content-wrapper .w3-row, .hc-content-wrapper-static .w3-row {
  padding-bottom: 0.5rem;
}
.hc-content-wrapper .w3-third, .hc-content-wrapper .w3-col, .hc-content-wrapper-static .w3-third, .hc-content-wrapper-static .w3-col {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.hc-content-wrapper h2, .hc-content-wrapper-static h2 {
  font-size: 2.5rem;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.hc-content-wrapper .hc-welcome, .hc-content-wrapper-static .hc-welcome {
  text-align: center;
  padding-top: 25%;
}
.hc-content-wrapper .hc-welcome h2, .hc-content-wrapper-static .hc-welcome h2 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 100%;
  color: #21272E;
}
.hc-content-wrapper p, .hc-content-wrapper-static p {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.0625rem;
}
.hc-content-wrapper .hc-row-header .w3-third, .hc-content-wrapper-static .hc-row-header .w3-third {
  padding: 1rem 0;
}
.hc-content-wrapper .primary-input-btn, .hc-content-wrapper-static .primary-input-btn {
  cursor: pointer;
  text-decoration: none;
  border: 0.1875rem solid black;
  border-radius: 0.625rem;
  height: 3rem;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
  text-wrap: nowrap;
}
.hc-content-wrapper .primary-input-btn:hover, .hc-content-wrapper-static .primary-input-btn:hover {
  background-color: #DADBDD;
}
.hc-content-wrapper .primary-input-btn:focus-visible, .hc-content-wrapper .primary-input-btn:focus, .hc-content-wrapper .primary-input-btn:active, .hc-content-wrapper-static .primary-input-btn:focus-visible, .hc-content-wrapper-static .primary-input-btn:focus, .hc-content-wrapper-static .primary-input-btn:active {
  background-color: #F6F6F7;
}
.hc-content-wrapper .hc-right-content, .hc-content-wrapper-static .hc-right-content {
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
.hc-content-wrapper #input-search, .hc-content-wrapper-static #input-search {
  margin-top: 0.25rem;
}
.hc-content-wrapper .pharmacy-selection, .hc-content-wrapper .manufacturer-selection, .hc-content-wrapper-static .pharmacy-selection, .hc-content-wrapper-static .manufacturer-selection {
  margin-top: 0.5rem;
  overflow-y: auto;
}
.hc-content-wrapper .pharmacy-item, .hc-content-wrapper .manufacturer-item, .hc-content-wrapper-static .pharmacy-item, .hc-content-wrapper-static .manufacturer-item {
  margin-bottom: 0.5rem;
}
.hc-content-wrapper .info-text, .hc-content-wrapper-static .info-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #21272E;
  font-size: 0.875rem;
}
.hc-content-wrapper .info-text .info-icon, .hc-content-wrapper-static .info-text .info-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.hc-content-wrapper .pharmacy-selection, .hc-content-wrapper-static .pharmacy-selection {
  height: fit-content;
  max-height: 30vh;
  overflow-y: auto;
}
.hc-content-wrapper .pharmacy-item, .hc-content-wrapper .manufacturer-item, .hc-content-wrapper-static .pharmacy-item, .hc-content-wrapper-static .manufacturer-item {
  margin-bottom: 0.5rem;
}
.hc-content-wrapper #pharmacy-list-ul, .hc-content-wrapper-static #pharmacy-list-ul {
  margin: 0 !important;
  list-style: none;
  padding-left: 0;
}
.hc-content-wrapper #manufacturer-list-ul, .hc-content-wrapper-static #manufacturer-list-ul {
  margin: 0 !important;
  list-style: none;
  padding-left: 0;
}
.hc-content-wrapper .manufacturer-selection, .hc-content-wrapper-static .manufacturer-selection {
  margin-top: 1rem;
  max-height: 18.75rem;
}
.hc-content-wrapper .info-text, .hc-content-wrapper-static .info-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #21272E;
  font-size: 0.875rem;
}
.hc-content-wrapper .info-text .info-icon, .hc-content-wrapper-static .info-text .info-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.hc-content-wrapper .real-submit, .hc-content-wrapper-static .real-submit {
  display: none;
}
.hc-content-wrapper .form-header, .hc-content-wrapper-static .form-header {
  margin-bottom: 15vh;
}
.hc-content-wrapper .pharmacy-overview-data td, .hc-content-wrapper .pharmacy-contract-data td, .hc-content-wrapper .pharmacy-data-info td, .hc-content-wrapper-static .pharmacy-overview-data td, .hc-content-wrapper-static .pharmacy-contract-data td, .hc-content-wrapper-static .pharmacy-data-info td {
  padding: 8px !important;
  font-size: 16px !important;
}

.hc-content-wrapper-full {
  width: 100% !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.hc-details-edit {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 10px;
  border-radius: 50%;
  margin-left: 8px;
}
.hc-details-edit:hover {
  background: #DADBDD;
}

.hc-header-container {
  padding: 0;
}

.hc-header-container-contracting {
  padding: 0 0 42px;
}

.hc-margin-top {
  margin-top: 8px;
}

.hc-margin-bottom {
  margin-bottom: 8px;
}

.hc-grid-form-group {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}

.hc-grid-form-group-auto {
  grid-template-columns: auto auto;
}

.hc-contract-checkbox-group {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
.hc-contract-checkbox-group label {
  display: flex;
}
.hc-contract-checkbox-group .hc-contract-margin-correction {
  margin-top: -8px;
  margin-bottom: 8px;
}

.thank-you-container {
  background: #EFEFEF;
  color: #21272E;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.thank-you-container .thank-you-content {
  color: #21272E;
  max-width: 600px;
}
.thank-you-container .thank-you-title {
  color: #21272E;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.thank-you-container .thank-you-message {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.17px;
  color: #21272E;
}

@media (max-width: 763px) {
  .hc-grid-form-group {
    gap: 0;
  }
  .hc-btn-primary {
    margin-bottom: 0.75rem;
  }
}
.pdf-container {
  position: relative;
  width: 100%;
  border: 0.3125rem solid black;
  border-radius: 0.25rem;
  background: white;
}

.checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  user-select: none;
  font-size: clamp(1rem, 1.6vw, 1rem);
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #C0C2C4;
  border-radius: 0.25rem;
  position: relative;
  margin: 0.5rem;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.26rem;
  top: -0.0625rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.checkbox-container:hover input:not(:disabled) ~ .checkmark {
  box-shadow: 0 0 0 0.375rem #C0C2C4;
  background: #ffffff;
}
.checkbox-container input:not(:disabled):active ~ .checkmark {
  border-color: #21272E;
}
.checkbox-container input:focus ~ .checkmark {
  box-shadow: 0 0 0 0.375rem rgba(33, 39, 46, 0.2);
}
.checkbox-container input:checked ~ .checkmark {
  background: #21272E;
  border-color: #21272E;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container:hover input:checked:not(:disabled) ~ .checkmark {
  background: #21272E;
  border-color: #21272E;
}

.hc-fit-content-height {
  height: fit-content;
  overflow-y: auto;
}

.hc-panel-set {
  padding: 1.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.22);
  background-color: #ffffff;
  scroll-snap-type: y proximity;
}
.hc-panel-set .hc-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
.hc-panel-set .hc-table .hc-edit-icon {
  padding: 1rem;
  border-radius: 50%;
  float: right;
}
.hc-panel-set .hc-table .hc-edit-icon:hover {
  background: #ececed;
}
.hc-panel-set .hc-table th {
  vertical-align: middle;
  padding: 0 1.5rem;
  text-align: left;
  height: 4.5rem;
  border-bottom: 0.125rem solid #8B8E92;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.0625rem;
}
.hc-panel-set .hc-table td {
  height: 3rem;
  padding: 0.5rem 1.5rem;
  align-items: center;
  align-self: stretch;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #8B8E92;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
.hc-panel-set .hc-table td a {
  text-decoration: none;
}
.hc-panel-set .hc-table td .status-dot {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #C0C2C4;
}
.hc-panel-set .hc-table td .status-dot.active {
  background-color: #17DB66;
}
.hc-panel-set .hc-table td .hc-state-toggle {
  cursor: pointer;
  padding: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.hc-panel-set .hc-table td .hc-state-toggle:hover {
  background-color: #f0f0f0;
}
.hc-panel-set .hc-table .hc-empty-table {
  border-bottom: none !important;
}

.hc-paginator-wrapper {
  padding-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: center;
}
.hc-paginator-wrapper .hc-arrow svg {
  margin-bottom: 0.125rem;
}
.hc-paginator-wrapper .hc-active-page {
  background: #DADBDD;
  border-radius: 50%;
  min-width: 1.5rem;
}
.hc-paginator-wrapper a {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.hc-paginator-wrapper a:hover {
  background-color: #ececed;
}
.hc-paginator-wrapper a:focus-visible, .hc-paginator-wrapper a:focus, .hc-paginator-wrapper a:active {
  background-color: #F6F6F7;
}

.hc-info-content {
  color: black;
  position: fixed;
  min-width: 16.75rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.22);
  z-index: 1;
  background-color: #ffffff;
  right: 10.625rem;
  top: 3.875rem;
  border-radius: 0.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1rem);
  line-height: 1.75rem;
  letter-spacing: 0.010625rem;
}

.hc-info-content .list-item {
  display: block;
}

.hc-info-content a {
  text-decoration: none;
  padding: 1.125rem 1.5rem;
  list-style: none;
}

.hc-info-content .list-item:hover {
  background: #ECECED;
}

.hc-info-content .no-list-item {
  background: #ffffff !important;
}

.hc-info-content div div {
  padding: 1.125rem 1.5rem;
}

.hc-info-content .hc-list-item-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hc-info-content .hc-list-item-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hc-info-content .no-list-item {
  color: rgb(139, 142, 146);
}

.hc-item-pressed {
  background: #71757A !important;
}

.hc-filter-btn-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: 1rem;
  transition: all 0.3s ease-in-out;
  align-self: center;
}

.hc-filter-btn {
  border: 0.125rem solid #21272E;
  border-radius: 3.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  line-height: normal;
  letter-spacing: 0.0175rem;
  height: 2rem;
  background-color: transparent;
  color: inherit;
}

.hc-filter-btn:hover {
  background-color: rgba(33, 39, 46, 0.1019607843);
  cursor: pointer !important;
}

.hc-filter-btn:active {
  background-color: rgba(33, 39, 46, 0.3019607843);
  cursor: pointer;
}

.hc-filter-btn-active {
  border: 0.125rem solid #21272E;
  background-color: #21272E;
  color: #ffffff;
  border-radius: 3.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.75rem, 1.8vw, 0.875rem);
  line-height: normal;
  letter-spacing: 0.0175rem;
  height: 2rem;
}

.hc-filter-btn-active:hover {
  background-color: rgba(33, 39, 46, 0.6980392157);
  cursor: pointer;
}

.hc-filter-btn-active:active {
  background-color: #4d5258;
  cursor: pointer;
}

.hc-filter-btn-active:after {
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-left: 0.625rem;
}

.hc-flex {
  display: flex;
  gap: 1rem;
  margin-right: -1rem;
  padding-right: 0;
}

.hc-hr-line {
  border: 0.0625rem solid rgba(33, 39, 46, 0.1019607843);
  margin: 0.5rem 1.5rem;
}

.hc-padding-8 {
  padding: 0.5rem;
}

.hc-section-header {
  font-size: 1.125rem;
  font-weight: 600;
}

/* TODO make component */
/* Progress Indicator Styles */
.hc-privacy-table td {
  font-size: 1rem;
  word-wrap: break-word;
  padding: 4px;
  border: 1px solid;
}

.progress-indicator-minimal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 999;
  margin-right: 0;
}

.progress-step-link {
  text-decoration: none;
  color: inherit;
}

.progress-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  margin-left: 8px;
  border: 2px solid #e0e0e0;
  background: white;
  color: #999;
  flex-shrink: 0;
}

.step-circle-minimal {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 9px;
  margin-left: 4px;
  border: 2px solid #e0e0e0;
  background: white;
  color: #999;
  flex-shrink: 0;
}

.progress-step.active .step-circle {
  background: #21272E;
  color: white;
  border-color: #21272E;
}

.progress-step.active .step-circle-minimal {
  background: #21272E;
  color: white;
  border-color: #21272E;
}

.step-label {
  padding: 8px 16px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  white-space: nowrap;
  text-align: right;
  transition: all 0.3s ease;
  line-height: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

.progress-step.active .step-label {
  color: #21272E;
  font-weight: bold;
}

.progress-line {
  width: 30px;
  height: 2px;
  background: #e0e0e0;
  margin: 0;
  margin-bottom: 26px;
  align-self: center;
  flex-shrink: 0;
}

.hc-non-bold-header-with-edit {
  text-align: left;
  font-size: 1.5rem;
  padding-left: 0.5rem;
  font-weight: 200;
}

.hc-error-text p {
  font-size: 1.375rem !important;
}

#id_deadline::-webkit-calendar-picker-indicator {
  display: none;
}

#id_deadline {
  cursor: not-allowed;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

.pharmacy-overview-data, .pharmacy-contract-data, .pharmacy-data-info {
  min-width: fit-content;
}

table td {
  overflow-wrap: anywhere;
}

.hc-error-btn {
  padding: 1rem;
  text-decoration: none;
}

/*# sourceMappingURL=access_manager.css.map */
