/* _content/QuizTrainer.Web/Views/Front/Index.cshtml.rz.scp.css */
/* Map existing classes to the kid theme */
/*.class-style1 {
    background: #fff;
    border: 0;
    border-radius: var(--kid-radius-lg);
    box-shadow: var(--kid-shadow);
    padding: 1rem;
    display: flex;
    height: 100%;
}

    .class-style1 .class-content {
        display: flex;
        flex-direction: column;
        gap: .5rem;
    }

    .class-style1 .card-title {
        font-family: var(--kid-font-display);
        font-weight: 900;
        font-size: 1.15rem;
    }

    .class-style1 .card-text {
        color: var(--kid-ink-2);
    }

.vs-btn.style4 {
    --bs-btn-bg: var(--kid-primary);
    --bs-btn-border-color: var(--kid-primary);
    --bs-btn-hover-bg: #5a4ee0;
    --bs-btn-hover-border-color: #5a4ee0;
    --bs-btn-color: #fff;
    display: inline-block;
    padding: .65rem 1rem;
    border-radius: var(--kid-radius-lg);
    font-weight: 800;
    text-decoration: none;
}

    .vs-btn.style4:hover {
        color: #fff;
    }*/
/* _content/QuizTrainer.Web/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-fnuwxf72k4] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fnuwxf72k4] {
  color: #0077cc;
}

.btn-primary[b-fnuwxf72k4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fnuwxf72k4], .nav-pills .show > .nav-link[b-fnuwxf72k4] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fnuwxf72k4] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fnuwxf72k4] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fnuwxf72k4] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fnuwxf72k4] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fnuwxf72k4] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
