/* /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-qaebygco5z] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/*a {
  color: #0077cc;
}*/

.btn-primary[b-qaebygco5z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qaebygco5z], .nav-pills .show > .nav-link[b-qaebygco5z] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qaebygco5z] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qaebygco5z] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qaebygco5z] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qaebygco5z] {
  font-size: 1rem;
  line-height: inherit;
}


html[b-qaebygco5z], body[b-qaebygco5z] {
    height: 100%;
    margin: 0;
}
.wrapper[b-qaebygco5z] {
    min-height: 100vh; /* 全頁高度 */
    min-width: 100vw; /* 全頁高度 */
    display: flex;
    flex-direction: column;
}
.Layout_BODY[b-qaebygco5z] {
    display:flex;
    flex: 1;
}
.container[b-qaebygco5z] {
    /*display: flex;*/
}
.footer[b-qaebygco5z] {
}

.footer i[b-qaebygco5z] {
    font-style: normal;
    font-size:16px;
}


