/* _content/ichiWeb/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-kn8t9theoj] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-kn8t9theoj] {
  color: #0077cc;
}

.btn-primary[b-kn8t9theoj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-kn8t9theoj], .nav-pills .show > .nav-link[b-kn8t9theoj] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-kn8t9theoj] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-kn8t9theoj] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-kn8t9theoj] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-kn8t9theoj] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-kn8t9theoj] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.youtube-follow-btn[b-kn8t9theoj] {
  display: flex;
  align-items: center;
  background-color: #d32f2f;
  color: #fff !important;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  gap: 0.7em;
}
.youtube-follow-btn:hover[b-kn8t9theoj] {
  background-color: #b71c1c;
  color: #fff;
  text-decoration: none;
}
.youtube-follow-btn i[b-kn8t9theoj] {
  font-size: 1.5em;
}
