@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/VehicleAuctionCalculator/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-glsidxsaif] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-glsidxsaif] {
  color: #0077cc;
}

.btn-primary[b-glsidxsaif] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-glsidxsaif], .nav-pills .show > .nav-link[b-glsidxsaif] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-glsidxsaif] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-glsidxsaif] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-glsidxsaif] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-glsidxsaif] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-glsidxsaif] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: auto;
}
.custom-range input[type=range][b-glsidxsaif]::-webkit-slider-thumb {
    background-color: #007bff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.custom-range input[type=range][b-glsidxsaif]::-moz-range-thumb {
    background-color: #007bff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.custom-range input[type=range]:focus[b-glsidxsaif] {
    outline: none;
}

.custom-range input[type=range][b-glsidxsaif]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #ffffff;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
