/* _content/ChurchDramaTeam/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-exuwoiiine] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-exuwoiiine] {
  color: #0077cc;
}

.btn-primary[b-exuwoiiine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-exuwoiiine], .nav-pills .show > .nav-link[b-exuwoiiine] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-exuwoiiine] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-exuwoiiine] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-exuwoiiine] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-exuwoiiine] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-exuwoiiine] {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background-color: #f8f9fa;

}
.social-link[b-exuwoiiine] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 600;
}

    /* Facebook */
    .social-link.facebook[b-exuwoiiine] {
        color: #1877F2;
    }

    /* Instagram (official gradient-like color) */
    .social-link.instagram[b-exuwoiiine] {
        color: #E1306C;
    }

    /* Hover effect */
    .social-link:hover[b-exuwoiiine] {
        opacity: 0.8;
    }
    .social-link.instagram-gradient[b-exuwoiiine] {
        background: linear-gradient( 45deg, #F58529, #DD2A7B, #8134AF, #515BD4 );
        -webkit-background-clip:text;
        -webkit-text-fill-color: transparent;
    }
