/* _content/UroReportClient/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-x2dtcwql9e] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-x2dtcwql9e] {
  color: #0077cc;
}

.btn-primary[b-x2dtcwql9e] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-x2dtcwql9e], .nav-pills .show > .nav-link[b-x2dtcwql9e] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-x2dtcwql9e] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-x2dtcwql9e] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-x2dtcwql9e] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-x2dtcwql9e] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-x2dtcwql9e] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/UroReportClient/Views/Shared/_NavigationTop.cshtml.rz.scp.css */

/* Default/normal state */
.card.card-button[b-bwe458p42m] {
    width: 100%;
    border: 1px solid #003b49;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    margin-right: 0.25rem;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    cursor: pointer;

    .label-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    p[b-bwe458p42m] {
        font-size: 12px;
        color: black;
        margin-right: 20px;
        font-weight: bold;
    }

    .counter-section[b-bwe458p42m] {
        font-size: 15px;
        color: white;
        font-weight: bold;
        white-space: nowrap;
        background-color: #003b49;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
    }

}

/* limited state */
.card-button.limited[b-bwe458p42m] {
    .counter-section {
        background-color: gray !important;
    }
}

/* Selected state */
.card-button.selected[b-bwe458p42m] {
    border-width: 3px; /* Thicker border */
    background-color: rgb(156,219,217);
}
