/* _content/ChampBoxingClub/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-r09yvv17in] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-r09yvv17in] {
    color: #0077cc;
}

.btn-primary[b-r09yvv17in] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-r09yvv17in], .nav-pills .show > .nav-link[b-r09yvv17in] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-r09yvv17in] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-r09yvv17in] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-r09yvv17in] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-r09yvv17in] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-r09yvv17in] {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.contacts[b-r09yvv17in] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

    .contacts *[b-r09yvv17in] {
        white-space: normal;
        word-wrap: break-word;
        text-align: center;
        text-wrap: wrap;
    }

.contacts-container[b-r09yvv17in] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0 10px;
}

.contacts-info[b-r09yvv17in] {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    gap: 10px;
}

.contacts-item[b-r09yvv17in] {
    display: flex;
    border-bottom: dotted;
    border-width: 1px;
    border-color: lightgray;
    padding: 10px 0px;
}

    .contacts-item a[b-r09yvv17in] {
        padding: 0;
        font-size: 18px;
        word-break: break-word;
        /*text-wrap: wrap;*/
        text-align: left;
        color: black;
    }

    .contacts-item i[b-r09yvv17in] {
        margin-right: 5px;
    }

.contact-block[b-r09yvv17in] {
    width: 560px;
    height: 400px;
}

.copyright[b-r09yvv17in] {
    text-align: center;
}

@media (max-width: 767px) {
    .contact-block[b-r09yvv17in] {
        width: 100%;
        height: 400px;
    }

    .contacts-info[b-r09yvv17in] {
        padding: 0 0px;
    }

    .contacts-container[b-r09yvv17in] {
        padding: 0 10px;
    }
}
