#salva_scheda {
    margin-left: 10%;
}

#title_scheda {
    margin: 2%;
}

#chiudi_scheda {
    margin-left: 10%;
    background-color: #b51132;
    border-color: #b51132;
}

#chiudi_scheda:hover {
	margin-left: 10%;
	background-color: #880c25;
	border-color: #880c25;
}

#download_scheda {
    margin-left: 10%;
}

.btn_add_lavorazione:not(.shown) {
    display: none;
}

.accordion-button::after {
    margin-left: 2%;
    margin-right: 2%;
}

.btn-chiudilav {
    margin-top: 30px;
    margin-bottom: 30px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.invalid-tooltip {
    position: none !important;
}

.checkbox-xl {
    top: 1.2rem;
    scale: 1.7;
    margin-right: 3.8rem;
}

.card {
    width: 100%;
    height: 100%;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.card .content {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    box-sizing: border-box;
}

.card .content .column {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.card h1 {
    text-transform: uppercase;
    color: #999;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    line-height: 32px;
}

.card .value {
    font-size: 38px;
    font-weight: 200;
}

.card .description {
    font-size: 20px;
    color: #999;
}

.pb_5 {
    padding-top: 5rem !important;
}