/* _content/WebTKHCM/Areas/Admin/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-lwp1lfrtbe] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-lwp1lfrtbe] {
    color: #9F0311;
}

.btn-primary[b-lwp1lfrtbe] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.owl-nav[b-lwp1lfrtbe] {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next[b-lwp1lfrtbe],
.owl-carousel .owl-nav button.owl-prev[b-lwp1lfrtbe] {
    display: inline-block;
    padding: 6px 0 !important;
    background-color: #9F0311;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next[b-lwp1lfrtbe] {
    padding-right: 14px !important;
    padding-left: 7px !important;
    border-radius: 0 40px 40px 0;
}

.owl-carousel .owl-nav button.owl-prev[b-lwp1lfrtbe] {
    padding-right: 7px !important;
    padding-left: 14px !important;
    border-radius: 40px 0 0 40px;
}

.border-top[b-lwp1lfrtbe] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-lwp1lfrtbe] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-lwp1lfrtbe] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-lwp1lfrtbe] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-lwp1lfrtbe] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}



.sticky[b-lwp1lfrtbe] {
    border-bottom: 1px solid #9F0311;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
/* _content/WebTKHCM/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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
