.bg-sb-header {
    background-color: #2e489d  !important;
}

.sb-logo {
    background-image: url(https://istituticulturali.xinfo.it/build/assets/sanbonaventura-logo.png) !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
    cursor: pointer !important;
    background-size: contain;
}

.nav-link {
    color: white !important;
}

main {
    background-image: linear-gradient(to bottom, rgb(106 106 106 / 0%), rgb(0 0 0 / 79%)),url(https://istituticulturali.xinfo.it/build/assets/header-abstract-blu-1080.jpg) !important;
}

/* .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: rgb(222 78 75);
    --bs-btn-border-color: rgb(222 78 75);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(186 42 39);
    --bs-btn-hover-border-color: rgb(186 42 39);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(186 42 39);
    --bs-btn-active-border-color: rgb(186 42 39);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgb(222 78 75);
    --bs-btn-disabled-border-color: rgb(222 78 75);
} */

.card {
    box-shadow: 5px 10px 18px #000000 !important;
}

div.card-header > div > h3 {
    background-color: #2e489d ;
    color: white;
    padding: 5px 15px 5px 15px;
    width: fit-content;
    border-radius: 10px;
}
h4 {
    background-color: #2e489d ;
    color: white;
    padding: 5px 15px 5px 15px;
    width: fit-content;
    border-radius: 10px;
}
a {
    text-decoration: none;
}

.progress-container {
    box-shadow: 5px 10px 18px #000000 !important;
}

.progress-bar {
    text-align: right;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
    color: white;
}