/* _content/WealthValley/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-1q8mh4j2mx] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-1q8mh4j2mx] {
  color: #0077cc;
}

.btn-primary[b-1q8mh4j2mx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-1q8mh4j2mx], .nav-pills .show > .nav-link[b-1q8mh4j2mx] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-1q8mh4j2mx] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-1q8mh4j2mx] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-1q8mh4j2mx] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-1q8mh4j2mx] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-1q8mh4j2mx] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/WealthValley/Views/Shared/_LeftMenu.cshtml.rz.scp.css */
.left_menu[b-vjn4yxutm8]{
    width:350px
}
.left_menu .menu_head[b-vjn4yxutm8] {
    font-size: 1.3rem;
}

.left_menu .nav-link i[b-vjn4yxutm8]{
    margin-right: 1rem;
}

    .left_menu .nav-item[b-vjn4yxutm8] {
        transition: all .5s ease;
        white-space: nowrap;
        overflow: hidden
    }

.left_menu .nav-item:hover[b-vjn4yxutm8] {
    background-color: rgb(235, 231, 231);
    letter-spacing: 1.5px;
    white-space:nowrap;
    overflow:hidden;
    font-weight:bold;
}
