/* _content/Meaplus.Webform/Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-wwy9w3nd9r] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wwy9w3nd9r] {
    flex: 1;
}

.sidebar[b-wwy9w3nd9r] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wwy9w3nd9r] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wwy9w3nd9r]  a, .top-row .btn-link[b-wwy9w3nd9r] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-wwy9w3nd9r] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wwy9w3nd9r] {
        display: none;
    }

    .top-row.auth[b-wwy9w3nd9r] {
        justify-content: space-between;
    }

    .top-row a[b-wwy9w3nd9r], .top-row .btn-link[b-wwy9w3nd9r] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wwy9w3nd9r] {
        flex-direction: row;
    }

    .sidebar[b-wwy9w3nd9r] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wwy9w3nd9r] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-wwy9w3nd9r], article[b-wwy9w3nd9r] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Meaplus.Webform/Pages/_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-ce1gihc19u] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ce1gihc19u] {
  color: #0077cc;
}

.btn-primary[b-ce1gihc19u] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ce1gihc19u], .nav-pills .show > .nav-link[b-ce1gihc19u] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ce1gihc19u] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ce1gihc19u] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ce1gihc19u] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ce1gihc19u] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ce1gihc19u] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
