/* _content/RoeDeerDistribution/Components/HelperComponents/Collapsible.razor.rz.scp.css */
.collapsible-wrapper[b-8zkjqzn3d3] {
    margin-bottom: 1rem;
}

.collapsible-btn[b-8zkjqzn3d3] {
    background-color: #eeeeee;
    color: #444444;
    cursor: pointer;
    padding: 12px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.collapsible-btn:hover[b-8zkjqzn3d3],
.collapsible-btn.active[b-8zkjqzn3d3] {
    background-color: #cccccc;
}

.collapsible-icon[b-8zkjqzn3d3] {
    font-size: 12px;
    margin-left: 8px;
}

.collapsible-content[b-8zkjqzn3d3] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
    border-radius: 0 0 4px 4px;
}

.collapsible-inner[b-8zkjqzn3d3] {
    padding: 10px 0;
}
/* _content/RoeDeerDistribution/Components/HelperComponents/Dialog.razor.rz.scp.css */
.dialog-backdrop[b-jaj92khr0y] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-modal[b-jaj92khr0y] {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    min-width: 360px;
    max-width: 560px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dialog-header[b-jaj92khr0y] {
    padding: 16px 20px 12px;
    border-bottom: 1px solid #dee2e6;
}

.dialog-title[b-jaj92khr0y] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.dialog-body[b-jaj92khr0y] {
    padding: 20px;
    flex: 1;
}

.dialog-footer[b-jaj92khr0y] {
    padding: 12px 20px 16px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
/* _content/RoeDeerDistribution/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-eagqahvcvh] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-eagqahvcvh] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RoeDeerDistribution/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-awl9k7f7dl] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-awl9k7f7dl] {
  color: #0077cc;
}

.btn-primary[b-awl9k7f7dl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-awl9k7f7dl], .nav-pills .show > .nav-link[b-awl9k7f7dl] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-awl9k7f7dl] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-awl9k7f7dl] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-awl9k7f7dl] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-awl9k7f7dl] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-awl9k7f7dl] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
