@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/iConceive/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. */
:root[b-0mb834ncg9] {
    --primary-color: #53BBBE;
    --secondary-color: #008B8B;
    --font-family: 'Nunito Sans', sans-serif;
    --font-size: 16px;
    --background-color: #f5f5f5;
    --text-color: #333;
    --border-radius: 4px;
}


body[b-0mb834ncg9]{
    font-family:var(--font-family);
}
a[b-0mb834ncg9] {
  color: #0077cc;
}

.btn-primary[b-0mb834ncg9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0mb834ncg9], .nav-pills .show > .nav-link[b-0mb834ncg9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0mb834ncg9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0mb834ncg9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0mb834ncg9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0mb834ncg9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0mb834ncg9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color:var(--secondary-color)
}
