/* _content/IntelliWebV2/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-mcz2hf2b8h] {
    white-space: normal;
    text-align: center;
    word-break: break-word;
}

a[b-mcz2hf2b8h] {
    color: #0088CE;
    transition: color 0.3s ease;
}

    a:hover[b-mcz2hf2b8h],
    a:focus[b-mcz2hf2b8h] {
        color: #D52B1E;
        text-decoration: none;
    }

.btn-primary[b-mcz2hf2b8h] {
    background-color: #0088CE;
    border-color: #0088CE;
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

    .btn-primary:hover[b-mcz2hf2b8h] {
        background-color: #D52B1E;
        border-color: #D52B1E;
        color: #fff;
    }

    ,
    .btn-primary:focus[b-mcz2hf2b8h] {
        background-color: #D52B1E;
        border-color: #D52B1E;
        color: #fff;
    }

button[b-mcz2hf2b8h],
.btn[b-mcz2hf2b8h] {
    transition: all 0.3s ease;
}

    button:hover[b-mcz2hf2b8h],
    .btn:hover[b-mcz2hf2b8h] {
        background-color: #D52B1E;
        border-color: #D52B1E;
        color: #fff;
    }

.nav-pills .nav-link.active[b-mcz2hf2b8h],
.nav-pills .show > .nav-link[b-mcz2hf2b8h] {
    color: #fff;
    background-color: #0088CE;
    border-color: #0088CE;
}

.nav-pills .nav-link:hover[b-mcz2hf2b8h] {
    background-color: #D52B1E;
    color: #fff;
}

.card-header[b-mcz2hf2b8h] {
    background-color: #0088CE;
    color: #fff;
    font-weight: bold;
}

    .card-header h5[b-mcz2hf2b8h] {
        color: #fff;
        margin: 0;
    }

.border-top[b-mcz2hf2b8h] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-mcz2hf2b8h] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-mcz2hf2b8h] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-mcz2hf2b8h] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-mcz2hf2b8h] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #0088CE;
    color: white;
    text-align: center;
}

.navbar[b-mcz2hf2b8h] {
    background-color: #0088CE;
}

    .navbar .nav-link[b-mcz2hf2b8h],
    .navbar .navbar-brand[b-mcz2hf2b8h] {
        color: #fff;
    }

        .navbar .nav-link:hover[b-mcz2hf2b8h],
        .navbar .navbar-brand:hover[b-mcz2hf2b8h] {
            color: #D52B1E;
        }
