/* _content/InvoiceAppManagementSystem/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-c5gcc84hl7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/**/
.button-019[b-c5gcc84hl7]
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #8aaac1;
}

.button-019:hover[b-c5gcc84hl7]
{
  border: 1px solid #8aaac1;
  background-color: #fff;
}

.button-019:hover path[b-c5gcc84hl7]
{
  fill: #8aaac1;
}
/**/

a[b-c5gcc84hl7] {
  color: #0077cc;
}

.btn-primary[b-c5gcc84hl7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-c5gcc84hl7], .nav-pills .show > .nav-link[b-c5gcc84hl7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-c5gcc84hl7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-c5gcc84hl7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-c5gcc84hl7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-c5gcc84hl7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-c5gcc84hl7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*ハンバーガーメニューの線を白に*/
.navbar-toggler-icon[b-c5gcc84hl7]
{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

