/* _content/SharpTheory/Pages/ScaleVisualizer.cshtml.rz.scp.css */
.piano[b-9lo8zpl5sy] {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 200px;
}

.white-key[b-9lo8zpl5sy] {
    width: 50px;
    height: 100%;
    background: white;
    color: black;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: -1px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.black-key[b-9lo8zpl5sy] {
    position: absolute;
    width: 30px;
    height: 120px;
    background: black;
    color: white;
    font-size: 14px;
    border-radius: 0 0 4px 4px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding-bottom: 4px;
}

.black-key[b-9lo8zpl5sy] {
    position: absolute;
    width: 30px;
    height: 120px;
    background: black;
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

.included-in-key[b-9lo8zpl5sy] {
    background-color: orange !important;
    border: 3px, solid, black;
}

.tonic-key[b-9lo8zpl5sy] {
    background-color: blue !important;
    border: 3px, solid, black;
}

.dominant-key[b-9lo8zpl5sy] {
    background-color: red !important;
}
/* _content/SharpTheory/Pages/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-0pdjbs0doi] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-0pdjbs0doi] {
  color: #0077cc;
}

.btn-primary[b-0pdjbs0doi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0pdjbs0doi], .nav-pills .show > .nav-link[b-0pdjbs0doi] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0pdjbs0doi] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0pdjbs0doi] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0pdjbs0doi] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0pdjbs0doi] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0pdjbs0doi] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
