﻿/* 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. */

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

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

.footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 25px;
    width: 100%;
    background-color: var(--secondary);
    border-top: solid 1px var(--border);
}

.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;
}