/* /Pages/CommissionCalc.cshtml.rz.scp.css */
.commission-calc[b-8zm3txy6zc] {
    max-width: 1200px;
}

.cc-header h1[b-8zm3txy6zc] {
    background: linear-gradient(90deg, #0d6efd, #20c997);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.cc-card[b-8zm3txy6zc] {
    border: none;
    border-radius: 14px;
    background: #ffffff;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .cc-card:hover[b-8zm3txy6zc] {
        box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08) !important;
    }

.cc-tabs .nav-link[b-8zm3txy6zc] {
    border-radius: 10px;
    color: #495057;
    font-weight: 500;
    background: #f1f3f5;
    margin-right: .25rem;
    min-height: 44px;
}

    .cc-tabs .nav-link.active[b-8zm3txy6zc] {
        background: linear-gradient(90deg, #0d6efd, #20c997);
        color: #fff;
        box-shadow: 0 .25rem .75rem rgba(13,110,253,.25);
    }

.cc-results[b-8zm3txy6zc] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.cc-row[b-8zm3txy6zc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 0;
    font-size: 1rem;
}

    .cc-row + .cc-row[b-8zm3txy6zc] {
        border-top: 1px dashed #dee2e6;
    }

.cc-row-strong[b-8zm3txy6zc] {
    font-weight: 600;
    font-size: 1.05rem;
}

.cc-row-highlight[b-8zm3txy6zc] {
    margin-top: .5rem;
    padding: .75rem 1rem;
    background: linear-gradient(90deg, rgba(13,110,253,.1), rgba(32,201,151,.15));
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.25rem;
    border-top: none !important;
}

.form-control[b-8zm3txy6zc],
.input-group-text[b-8zm3txy6zc] {
    min-height: 44px;
}
/* /Pages/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-imtf4zjx17] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-imtf4zjx17] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
