/* _content/CryptoPortfolio/Pages/Portfolio.cshtml.rz.scp.css */
/* Page-specific styling to keep header and footer visually larger than the table */

/* Slightly reduce table font size and row padding so header/footer appear larger */
#portfolioTable[b-xywdr3l3w0] {
  font-size: 0.95rem; /* base header/footer ~1rem, so they read larger */
}
#portfolioTable th[b-xywdr3l3w0],
#portfolioTable td[b-xywdr3l3w0] {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* On small screens, make the table a bit more compact */
@media (max-width: 575.98px) {
  #portfolioTable[b-xywdr3l3w0] { font-size: 0.9rem; }
  #portfolioTable th[b-xywdr3l3w0],
  #portfolioTable td[b-xywdr3l3w0] { padding-top: .4rem; padding-bottom: .4rem; }
}
/* _content/CryptoPortfolio/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-emysj4kg5m] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-emysj4kg5m] {
  color: #0077cc;
}

.btn-primary[b-emysj4kg5m] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-emysj4kg5m], .nav-pills .show > .nav-link[b-emysj4kg5m] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-emysj4kg5m] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-emysj4kg5m] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-emysj4kg5m] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-emysj4kg5m] {
  font-size: 1rem;
  line-height: inherit;
}

/* Footer: use normal flow and comfortable height */
.footer[b-emysj4kg5m] {
  position: static;
  bottom: auto;
  width: 100%;
  white-space: normal;
  line-height: 1.5;
  padding: .75rem 0; /* give some breathing room */
}
