:root, page {
    --superlearn-main-color: #741bc2;
    --superlearnColor: /* rgb(115,19,194) */ #741bc2;
    --superlearnHoverButtonColor:rgb(76, 8, 155);
    --superlearnInputColor:/* rgba(143, 82, 209, 0.7) */ rgba(77, 8, 155, 1);
    --superlearnSideBarColor: #8b4bd0df;
    --superlearnBackground: rgb(237, 225, 250);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#contenuto-container{
    flex: 1;
}

.navbar {
    border-bottom: 2px solid rgb(115, 19, 194);
}

.purpleButton {
    padding: 4px 8px;
    border-radius: 8px;
    background-color:rgb(115, 19, 194);
    text-decoration: none;
    color: rgb(255, 255, 255);
}

footer{
    border-top: 2px solid rgb(115, 19, 194);
    width: 100%;
    padding: 1rem 0;   
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .container {
    color: rgb(115, 19, 194);
    width: 100%;
}

:root {
    --primary-color: rgb(115, 19, 194);
    --secondary-color: rgb(255, 255, 255);
}

/* Customizing Bootstrap primary buttons */
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary:hover {
    background-color: rgb(95, 16, 161) !important;
    border-color: rgb(95, 16, 161) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.full-page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ---------------- PROVE ---------------- */