.nac-form{
    display: flex;
    flex-wrap: wrap;
}

.nac-head{
    width: 100%;
}
.nac-left, .nac-rigth{
    width: 50%;
}

@media screen and (max-width: 768px){
    
    .nac-left, .nac-rigth{
        width: 100%;
    }
}

.nac-rigth{
    display: flex;
    flex-direction: column;
}

.nac-form label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.8;
}

.nac-form input{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1.8;
}

p.sub-container {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
}
p.sub-container-child {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    
}
p.sub-container-child label{
    font-style: oblique;
    
}

p.sub-container > input, .sub-container-child > input{
    margin-top: 8px;
    
}


#radioLivelloInquadramento > label > span{
    padding-left: 10px;
}
#week-days{
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap: 10px;
    margin-bottom: auto;
    padding: 10px;
}




#week-days.disabled{
    opacity: 0.3;
    background: #d3d3d3;
    cursor: not-allowed;
}

#week-days.disabled input{
    opacity: 0.3;
    background: #d3d3d3;
    cursor: not-allowed;
}

p.label-text{
    grid-column-start: 1;
    grid-column-end: 3;
}

.nac-form select ,.nac-form input[type="number"] {
    max-width: calc(100% - 20px);
    line-height: 1.8;    
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    border: solid 1px #d3d3d3;
}
.footer-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

.footer-form input{
    background-color: #ef5150;
    font-family:"AlojaLigh", Sans-serif;
    color: #fff;
    border-radius: 100px;
    border: solid 1px #fff;
    width: fit-content;
    font-size: 30px;
    padding: 10px 20px;
}

.footer-form input[disabled] {
    background-color: #d3d3d3;
    font-family:"AlojaLigh", Sans-serif;
    color: #fff;
    border-radius: 100px;
    border: solid 1px #fff;
    width: fit-content;
    font-size: 30px;
    padding: 10px 20px;
    cursor: not-allowed;
}
.total-calc{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: #333;
}

.nac-form label.label-text{
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
letter-spacing: 0px;
text-transform: none;
}