/* _content/STEP.LUISS.RassegnaStampa.WSNewsletter/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-gum9cer2a7] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-gum9cer2a7] {
    color: #0077cc;
}

.btn-primary[b-gum9cer2a7] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-gum9cer2a7], .nav-pills .show > .nav-link[b-gum9cer2a7] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-gum9cer2a7] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-gum9cer2a7] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-gum9cer2a7] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-gum9cer2a7] {
    font-size: 1rem;
    line-height: inherit;
}

.nlView[b-gum9cer2a7] {
    background-color: #ffffff;
    height: 75vh;
    margin-top: calc(20vh / 2);
    border: 1px solid #000000;
    border-radius: 0.75rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 1.5rem;
}

    .nlView .header[b-gum9cer2a7] {
        display: flex;
        flex-direction: row;
        justify-content:center;
    }

        .nlView .header h3[b-gum9cer2a7] {
            color: var(--luiss-main-color);
            font-weight: bold;
            margin: 0;
        }

    .nlView main[b-gum9cer2a7] {
        display: flex;
        flex-direction: row;
        overflow: auto;
        margin: auto;
        scrollbar-color: var(--luiss-main-color) #ffffff;
        max-width: 100%;
    }

        .nlView main:has(> .no-content)[b-gum9cer2a7] {
            flex-wrap: wrap;
            align-content: center;
            flex-grow: 2;
        }
