﻿/* 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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 25px;
    width: 100%;
}

.footer .container div {
    margin: 10px auto;
}

.footer .container .copyright {
    font-size: 20px;
}

.footer .container .social-network {
    gap: 10px 0;
}

.footer .container .social-network a {
    margin: 0 5px;
}

.footer .container .social-network a img {
    width: 24px;
    height: 24px;
}

.footer .container .legal {
    gap: 10px 20px;
    font-size: 15px;
}