html,
body,
* {
    box-sizing: border-box;
    /* transition: all 200ms ease;
    -webkit-transition: all 200ms ease; */
}

html,
body {
    margin: 0;
    padding: 0;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 400;
    color: var(--bs-dark);
}

body {
    height: 100vh;
    width: 100vw;

    overflow: hidden;
}

/* pagina scelta progetto */
body#scelta_progetto {
    overflow: auto;
}

body#scelta_progetto h5.card-title {
	font-size: 1.45rem;
	font-weight: 500;
}


body#scelta_progetto span#username {
	font-size: .8rem;
	margin-left: 1rem;
}

body#scelta_progetto p.card-text {
	font-size: .9rem;
	text-align: left;
	line-height: 1.4rem;
}
/* *** */


a {
    text-decoration: none;
}

.impostazioni_generali.allegato {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem
}

.impostazioni_generali.allegato img {
    border-radius: .5rem;
    margin-right: auto;
}

.jstree-anchor {
    color: var(--dark)!important;
}

.jstree-anchor i.fa-pen-to-square {
    color: var(--primary)!important;
}


.scelta_progetto_wrapper {
    display: flex;
    flex-direction: column;
}

.scelta_progetto_content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.scleta_progetto_header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--bs-light);
    border-radius: .5rem;
}

.scleta_progetto_title {
    font-size: 1.6em;
    font-weight: 700;
}