/* /Pages/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-imo3hw38hx] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-imo3hw38hx] {
    color: #0077cc;
}

.btn-primary[b-imo3hw38hx] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-imo3hw38hx], .nav-pills .show > .nav-link[b-imo3hw38hx] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-imo3hw38hx] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-imo3hw38hx] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-imo3hw38hx] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-imo3hw38hx] {
    font-size: 1rem;
    line-height: inherit;
}

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/

/*Footer style*/
.footer-custom[b-imo3hw38hx] {
    border: 0 !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    font-size: inherit;
    font-weight: 500;
    color: #003366;
    line-height: 1.4;
    position: static !important;
    width: 100%;
    white-space: normal !important;
}

    .footer-custom .container[b-imo3hw38hx] {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

.footer-copy[b-imo3hw38hx] {
    color: #495057;
    margin: 0 !important;
    padding: 0px 10px 20px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 1.4;
    white-space: normal;
    text-align: center;
}

.company-name[b-imo3hw38hx] {
    color: #0056b3;
}

/* Tablet and small desktop */
@media (max-width: 768px) {
    .footer-custom[b-imo3hw38hx] {
        padding: 6px 0 !important;
        line-height: 1.4;
    }

    .footer-copy[b-imo3hw38hx] {
        font-size: 0.95rem;
        line-height: 1.4;
        padding: 0 8px !important;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .footer-custom[b-imo3hw38hx] {
        padding: 5px 0 !important;
    }

    .footer-copy[b-imo3hw38hx] {
        font-size: 0.9rem;
        line-height: 1.35;
        gap: 3px;
        padding: 0 6px !important;
    }
}

/* Very small mobile */
@media (max-width: 360px) {
    .footer-copy[b-imo3hw38hx] {
        font-size: 0.85rem;
        line-height: 1.3;
        gap: 2px;
    }
}
/*Footer style*/
