/* /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-zoecqbj9w3] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-zoecqbj9w3] {
  color: #0077cc;
}

.btn-primary[b-zoecqbj9w3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zoecqbj9w3], .nav-pills .show > .nav-link[b-zoecqbj9w3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-zoecqbj9w3] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-zoecqbj9w3] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zoecqbj9w3] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zoecqbj9w3] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-zoecqbj9w3] {
  position: static;
  bottom: 0;
  width: 100%;
/*  white-space: nowrap;
  line-height: 60px;
*/
}

/*body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.arete-page-container {
    flex: 1 0 auto;
}

.arete-footer {
    position: static !important;
    flex-shrink: 0;
    width: 100%;
    margin-top: 2rem;
    background: linear-gradient(180deg, var(--appbar-background-1) 0%, var(--appbar-background-2) 100%);
}
*/

html[b-zoecqbj9w3],
body[b-zoecqbj9w3] {
    height: 100%;
}

body[b-zoecqbj9w3] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.arete-page-container[b-zoecqbj9w3] {
    flex: 1;
}

/*.arete-footer {
    flex-shrink: 0;
    background: linear-gradient(180deg, var(--appbar-background-1) 0%, var(--appbar-background-2) 100%);
    margin-top:60px;
    padding-top:30px;
    padding-bottom: 40px;
}
*/

.arete-footer[b-zoecqbj9w3] {
    flex-shrink: 0;
    margin-top: 60px;
    padding: 36px 0 42px;
    background: linear-gradient( 180deg, var(--appbar-background-1) 0%, var(--appbar-background-2) 100% );
    color: rgba(255, 255, 255, .82);
    border-top: none !important;
}

.arete-footer-container[b-zoecqbj9w3] {
    max-width: 1180px;
}

.arete-footer-row[b-zoecqbj9w3] {
    align-items: flex-start;
}

.arete-footer-cell[b-zoecqbj9w3] {
    padding: 18px 24px;
}

.brand-logo-footer[b-zoecqbj9w3] {
    max-width: 220px;
    height: auto;
    margin-bottom: 18px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .18));
}

.arete-footer h6[b-zoecqbj9w3] {
    margin: 0 0 14px;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.arete-footer p[b-zoecqbj9w3] {
    margin: 0 0 8px;
    font-size: .9rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, .76);
}

.arete-footer a[b-zoecqbj9w3] {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .78);
    text-decoration: none;
    font-size: .9rem;
    transition: color .18s ease, transform .18s ease;
}

    .arete-footer a:hover[b-zoecqbj9w3] {
        color: #fff;
        transform: translateX(3px);
    }

/*.arete-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .arete-socials a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 34px;
        padding: 0 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .10);
        color: #fff;
        backdrop-filter: blur(4px);
    }

        .arete-socials a:hover {
            background: rgba(255, 255, 255, .18);
            transform: translateY(-1px);
        }
*/

.arete-socials[b-zoecqbj9w3] {
    display: flex;
    gap: 14px;
    margin-top: 18px;
}

    .arete-socials a[b-zoecqbj9w3] {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255,255,255,.10);
        color: #fff;
        text-decoration: none;
        transition: all .2s ease;
    }

        .arete-socials a span[b-zoecqbj9w3] {
            font-size: 20px;
        }
        .arete-socials a i[b-zoecqbj9w3] {
            font-size: 18px;
        }

        .arete-socials a:hover[b-zoecqbj9w3] {
            background: rgba(255,255,255,.22);
            transform: translateY(-2px);
        }
@media (max-width: 768px) {
    .arete-footer[b-zoecqbj9w3] {
        margin-top: 40px;
        padding: 30px 0;
    }

    .arete-footer-cell[b-zoecqbj9w3] {
        padding: 14px 16px;
    }

    .brand-logo-footer[b-zoecqbj9w3] {
        max-width: 190px;
    }
}
