@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

#sidebar {
    border-right: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.tessera.card {
	border-radius: 1rem;
}

.tessera .card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

.tessera .p-3.border {
    font-size: 1.2em;
	border-color: var(--primary) !important;
}

label {
    font-size: 15px;
    font-weight: 600;
}

.card-header a{
	position: relative;
    display: block;
    width: 100%;
}

.card-header a:after {
    content: '\f068';
    position: absolute;
    right: 6px;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.card-header a.collapsed:after {
    content: '\f067';
}