/* /Components/CopDonutChartComponent.razor.rz.scp.css */
.donut-chart-container[b-f4n6qnsq0m] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height:200px;
}

.donut-chart[b-f4n6qnsq0m] {
    width:50%;
}

.legend[b-f4n6qnsq0m] {
    padding: 2em;
    padding-top:0;
    padding-bottom:1em;
    width: 50%;
    height: 100%;
    max-width: 50%;
    /*white-space: pre-line;*/
    /*height: 200px;*/
}

.legend-items[b-f4n6qnsq0m] {
    height: 90%;
}

.legend-item[b-f4n6qnsq0m] {
    display: flex;
    align-items: center;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    gap: 1em;
    justify-content: space-between;
    border-bottom: 1px solid var(--divider-1);
}

    .legend-item > div:first-child[b-f4n6qnsq0m] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /*.legend-item:nth-child(4n){
        border-bottom:none;
    }*/
    .legend-item:last-child[b-f4n6qnsq0m] {
        border-bottom: none;
    }

.color-box[b-f4n6qnsq0m] {
    display: inline-block;
    border-radius: 30%;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.legend-pagination[b-f4n6qnsq0m] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.pagination-button[b-f4n6qnsq0m] {
    font-size: 0.9em;
    color: #6c757d;
    cursor: pointer;
    padding: 0 10px;
    transition: color 0.3s ease;
    border: none;
    background: none;
}

    .pagination-button:disabled[b-f4n6qnsq0m], .pagination-button:disabled > *[b-f4n6qnsq0m] {
        opacity: 0.5;
        cursor: default;
    }

    .pagination-button:not(:disabled):hover[b-f4n6qnsq0m], .pagination-button:not(:disabled):hover > *[b-f4n6qnsq0m] {
        color: var(--primary-color) !important;
    }

.page-number[b-f4n6qnsq0m] {
    font-size: 1em;
    color: #333;
    margin: 0 5px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.site-logo[b-sprqnqrzzg] {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.5em;
}
header[b-sprqnqrzzg],
footer[b-sprqnqrzzg] {
  height: 5.25em;
  font-weight: 400;
  font-size: 14px;
  display: flex;
}
header[b-sprqnqrzzg] {
  background-color: var(--header-color);
  color: color-mix(in srgb, var(--header-text-color), transparent 40%);
  /*color: var(--header-text-color);*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header a[b-sprqnqrzzg] {
  color: var(--header-text-color);
  text-decoration: none;
}
header .header-heading[b-sprqnqrzzg] {
  font-weight: 500;
  font-size: 1.1em;
  margin: 0;
  color: var(--header-text-color);
  padding: 0em 1em;
}
header .cop-icon[b-sprqnqrzzg] {
  color: color-mix(in srgb, var(--header-text-color), transparent 40%);
}
header .site-logo a[b-sprqnqrzzg],
header .site-logo a:hover[b-sprqnqrzzg] {
  filter: none;
  color: transparent;
}
header .site-logo #logo[b-sprqnqrzzg] {
  max-height: 5.25em;
  max-width: 25em;
}
.cop-client-avatar[b-sprqnqrzzg] {
  /*background-color: var(--header-text-color);*/
  background-color: color-mix(in srgb, var(--header-text-color), transparent 85%);
  height: 3em;
  width: 3em;
  border-radius: 4em;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 1.1em;
}
.cop-client-avatar .cop-icon[b-sprqnqrzzg] {
  color: color-mix(in srgb, var(--header-text-color), transparent 40%);
  /*color: var(--header-text-color);*/
}
footer[b-sprqnqrzzg] {
  color: var(--text-secondary);
  background-color: var(--background-grey-1);
}
footer a[b-sprqnqrzzg] {
  font-weight: 500;
  color: var(--text-primary);
  text-decoration: none;
}
footer .copyright[b-sprqnqrzzg] {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2em;
}
.header-right[b-sprqnqrzzg],
.footer-right[b-sprqnqrzzg] {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
.header-right > div[b-sprqnqrzzg],
.footer-right > div[b-sprqnqrzzg] {
  padding: 0 2em;
  display: flex;
  align-items: center;
}
.page[b-sprqnqrzzg] {
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
main[b-sprqnqrzzg] {
  padding-top: 5.25em;
  flex: 1;
}
.content[b-sprqnqrzzg] {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.content[b-sprqnqrzzg] {
  max-width: 80%;
  margin: auto;
}
.sidebar[b-sprqnqrzzg] {
  background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
}
.top-row[b-sprqnqrzzg] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.top-row[b-sprqnqrzzg]  a,
.top-row[b-sprqnqrzzg]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}
.top-row[b-sprqnqrzzg]  a:hover,
.top-row[b-sprqnqrzzg]  .btn-link:hover {
  text-decoration: underline;
}
.top-row[b-sprqnqrzzg]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640.98px) {
  .top-row:not(.auth)[b-sprqnqrzzg] {
    display: none;
  }
  .top-row.auth[b-sprqnqrzzg] {
    justify-content: space-between;
  }
  .top-row[b-sprqnqrzzg]  a,
  .top-row[b-sprqnqrzzg]  .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 641px) {
  .page[b-sprqnqrzzg] {
    /*flex-direction: row;*/
  }
  .sidebar[b-sprqnqrzzg] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .top-row[b-sprqnqrzzg] {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .top-row.auth[b-sprqnqrzzg]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
  .top-row[b-sprqnqrzzg],
  article[b-sprqnqrzzg] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
